gdb/infrun: enable/disable thread events of all targets in stop_all_threads
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2
3 * gdb.base/annota1.exp: Update the expected output.
4 * gdb.cp/annota2.exp: Ditto.
5
6 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * lib/check-test-names.exp: Disable when testing is being run in
9 parallel.
10
11 2020-05-12 Tom de Vries <tdevries@suse.de>
12
13 * gdb.base/jit-elf.exp: Fix string concat.
14
15 2020-05-12 Tom de Vries <tdevries@suse.de>
16
17 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
18 messages.
19
20 2020-05-12 Tom de Vries <tdevries@suse.de>
21
22 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
23
24 2020-05-12 Tom de Vries <tdevries@suse.de>
25
26 * gdb.ada/catch_ex.exp: Use with_test_prefix.
27 * gdb.ada/mi_catch_ex.exp: Same.
28 * gdb.ada/mi_catch_ex_hand.exp: Same.
29
30 2020-05-12 Tom de Vries <tdevries@suse.de>
31
32 * gdb.fortran/complex.exp: Use with_test_prefix.
33
34 2020-05-12 Tom de Vries <tdevries@suse.de>
35
36 * gdb.trace/passcount.exp: Fix test-names.
37
38 2020-05-12 Tom de Vries <tdevries@suse.de>
39
40 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
41
42 2020-05-12 Tom de Vries <tdevries@suse.de>
43
44 * gdb.gdb/complaints.exp: Use with_test_prefix.
45 * gdb.xml/tdesc-regs.exp: Same.
46 * gdb.opt/inline-locals.exp: Fix test name.
47
48 2020-05-12 Tom de Vries <tdevries@suse.de>
49
50 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
51 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
52 * gdb.dwarf2/implref-struct.exp: Same.
53 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
54 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
55
56 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
57
58 * gdb.base/jit-so.exp (one_jit_test): Change test name.
59
60 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
61
62 * lib/check-test-names.exp (all_test_names): New module variable.
63 (counts): Add 'duplicates' field.
64 (_check_duplicates): New procedure.
65 (check): Also check for duplicates.
66 (do_log_summary): Print duplicates count.
67 (do_reset_vars): Reset counter for duplicate test names, and
68 discard all know test names.
69
70 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
71
72 * lib/gdb.exp: Include check-test-names.exp library.
73 * lib/check-test-names.exp: New file.
74
75 2020-05-11 Tom de Vries <tdevries@suse.de>
76
77 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
78
79 2020-05-11 Keith Seitz <keiths@redhat.com>
80
81 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
82
83 2020-05-11 Tom de Vries <tdevries@suse.de>
84
85 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
86 * gdb.cp/cpexprs.exp.in: .. here.
87 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
88 cpexprs.exp.
89
90 2020-05-11 Keith Seitz <keiths@redhat.com>
91
92 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
93 test names.
94 * gdb.ada/arrayptr.exp: Likewise.
95 * gdb.ada/assign_arr.exp: Likewise.
96 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
97 * gdb.ada/bp_on_var.exp: Likewise.
98 * gdb.ada/call_pn.exp: Likewise.
99 * gdb.ada/complete.exp: Likewise.
100 * gdb.ada/fun_overload_menu.exp: Likewise.
101 * gdb.ada/funcall_param.exp: Likewise.
102 * gdb.ada/funcall_ref.exp: Likewise.
103 * gdb.ada/packed_array_assign.exp: Likewise.
104 * gdb.ada/same_component_name.exp: Likewise.
105 * gdb.ada/type_coercion.exp: Likewise.
106 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
107 * gdb.ada/variant_record_packed_array.exp: Likewise.
108
109 2020-05-11 Tom de Vries <tdevries@suse.de>
110
111 PR symtab/25941
112 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
113 out of ...
114 * gdb.dwarf2/clang-debug-names.exp: ... here.
115 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
116 clang-debug-names.exp.in.
117 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
118 * gdb.dwarf2/clang-debug-names-2.c: New test.
119
120 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
121
122 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
123 (fortran_runto_main): New Proc, fortran version of runto_main.
124 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
125 * gdb.fortran/array-bounds.exp: Likewise.
126 * gdb.fortran/array-slices.exp: Likewise.
127 * gdb.fortran/block-data.exp: Likewise.
128 * gdb.fortran/charset.exp: Likewise.
129 * gdb.fortran/common-block.exp: Likewise.
130 * gdb.fortran/complex.exp: Likewise.
131 * gdb.fortran/derived-type-function.exp: Likewise.
132 * gdb.fortran/derived-type.exp: Likewise.
133 * gdb.fortran/info-modules.exp: Likewise.
134 * gdb.fortran/info-types.exp: Likewise.
135 * gdb.fortran/intrinsics.exp: Likewise.
136 * gdb.fortran/library-module.exp: Likewise.
137 * gdb.fortran/logical.exp: Likewise.
138 * gdb.fortran/max-depth.exp: Likewise.
139 * gdb.fortran/module.exp: Likewise.
140 * gdb.fortran/multi-dim.exp: Likewise.
141 * gdb.fortran/nested-funcs.exp: Likewise.
142 * gdb.fortran/print-formatted.exp: Likewise.
143 * gdb.fortran/print_type.exp: Likewise.
144 * gdb.fortran/printing-types.exp: Likewise.
145 * gdb.fortran/ptr-indentation.exp: Likewise.
146 * gdb.fortran/ptype-on-functions.exp: Likewise.
147 * gdb.fortran/subarray.exp: Likewise.
148 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
149 * gdb.fortran/vla-datatypes.exp: Likewise.
150 * gdb.fortran/vla-history.exp: Likewise.
151 * gdb.fortran/vla-ptr-info.exp: Likewise.
152 * gdb.fortran/vla-ptype-sub.exp: Likewise.
153 * gdb.fortran/vla-ptype.exp: Likewise.
154 * gdb.fortran/vla-sizeof.exp: Likewise.
155 * gdb.fortran/vla-type.exp: Likewise.
156 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
157 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
158 * gdb.fortran/vla-value-sub.exp: Likewise.
159 * gdb.fortran/vla-value.exp: Likewise.
160 * gdb.fortran/whatis_type.exp: Likewise.
161 * gdb.mi/mi-var-child-f.exp: Likewise.
162
163 2020-05-09 Tom de Vries <tdevries@suse.de>
164
165 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
166
167 2020-05-08 Tom de Vries <tdevries@suse.de>
168
169 * gdb.dwarf2/clang-debug-names.c: New test.
170 * gdb.dwarf2/clang-debug-names.exp: New file.
171
172 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
173
174 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
175 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
176
177 2020-05-06 Tom de Vries <tdevries@suse.de>
178
179 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
180 breakpoint is at a "recommended breakpoint location".
181 * gdb.reverse/consecutive-reverse.exp: Same.
182
183 2020-05-06 Tom de Vries <tdevries@suse.de>
184
185 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
186 address.
187
188 2020-05-06 Tom de Vries <tdevries@suse.de>
189
190 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
191
192 2020-05-06 Tom de Vries <tdevries@suse.de>
193
194 * gdb.base/store.exp (check_set, up_set): Allowing missing location
195 info for r.
196
197 2020-05-06 Tom de Vries <tdevries@suse.de>
198
199 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
200 necessary.
201
202 2020-05-06 Tom de Vries <tdevries@suse.de>
203
204 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
205 void.
206
207 2020-05-06 Tom de Vries <tdevries@suse.de>
208
209 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
210 of ...
211 * gdb.base/async.exp: ... here.
212 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
213 "recommended breakpoint location".
214
215 2020-05-06 Tom de Vries <tdevries@suse.de>
216
217 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
218
219 2020-05-04 Tom de Vries <tdevries@suse.de>
220
221 * gdb.base/async.exp: Check whether instruction addresses are a
222 "recommended breakpoint location".
223
224 2020-05-03 Tom Tromey <tom@tromey.com>
225
226 * gdb.base/sepdebug.exp: Remove "catch" test.
227 * gdb.base/break.exp: Remove "catch" test.
228 * gdb.base/default.exp: Update expected output.
229
230 2020-05-02 Tom de Vries <tdevries@suse.de>
231
232 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
233 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
234 * gdb.arch/i386-mpx-map.exp: Same.
235 * gdb.arch/i386-mpx-sigsegv.exp: Same.
236 * gdb.arch/i386-mpx-simple_segv.exp: Same.
237 * gdb.arch/i386-mpx.exp: Same.
238
239 2020-05-02 Tom de Vries <tdevries@suse.de>
240
241 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
242
243 2020-05-01 Tom de Vries <tdevries@suse.de>
244
245 * gdb.ada/operator_bp.exp: Allow more than required amount of
246 breakpoint.
247
248 2020-05-01 Tom de Vries <tdevries@suse.de>
249
250 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
251
252 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
253
254 PR gdb/18706
255 * gdb.cp/stub-array-size.cc: New test.
256 * gdb.cp/stub-array-size.exp: New file.
257 * gdb.cp/stub-array-size.h: New test.
258 * gdb.cp/stub-array-size2.cc: New test.
259
260 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
261
262 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
263 output to the new format.
264
265 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
266
267 * gdb.base/break.exp: Use with_test_prefix.
268
269 2020-04-29 Tom de Vries <tdevries@suse.de>
270
271 * lib/gdb.exp (debug_types): New proc.
272 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
273 * gdb.python/py-symtab.exp: Same.
274
275 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
276
277 PR gdb/17320
278 * gdb.base/pretty-array.c: New test.
279 * gdb.base/pretty-array.exp: New file.
280
281 2020-04-29 Tom de Vries <tdevries@suse.de>
282
283 PR symtab/25889
284 * gdb.cp/cpexprs.exp: Adapt for inclusion.
285 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
286 and include cpexprs.exp.
287
288 2020-04-28 Mark Williams <mark@myosotissp.com>
289
290 PR gdb/24480
291 * dw4-toplevel-types.exp: Test for top level types.
292 * dw4-toplevel-types.cc: Test for top level types.
293
294 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
295
296 * gdb.threads/stop-with-handle.exp: Fix typo in comment
297 (theads -> threads).
298
299 2020-04-28 Tom de Vries <tdevries@suse.de>
300
301 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
302
303 2020-04-28 Tom de Vries <tdevries@suse.de>
304
305 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
306
307 2020-04-28 Tom de Vries <tdevries@suse.de>
308
309 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
310
311 2020-04-28 Tom de Vries <tdevries@suse.de>
312
313 * gdb.dwarf2/main-foo.c: New test.
314 * gdb.dwarf2/struct-with-sig.exp: New file.
315
316 2020-04-25 Tom de Vries <tdevries@suse.de>
317
318 * boards/debug-types.exp: New file.
319
320 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
321
322 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
323
324 2020-04-24 Tom Tromey <tom@tromey.com>
325
326 PR symtab/12707:
327 * gdb.python/py-symbol.exp: Update expected results for
328 linkage_name test.
329 * gdb.cp/print-demangle.exp: New file.
330 * gdb.base/c-linkage-name.exp: Fix test.
331 * gdb.guile/scm-symbol.exp: Update expected results for
332 linkage_name test.
333
334 2020-04-24 Tom Tromey <tom@tromey.com>
335
336 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
337 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
338 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
339 assembler.
340
341 2020-04-24 Tom de Vries <tdevries@suse.de>
342
343 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
344 C++.
345
346 2020-04-24 Tom Tromey <tromey@adacore.com>
347
348 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
349 values.
350 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
351 values. Update test for minimal encodings.
352 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
353 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
354 values. Update test for minimal encodings.
355
356 2020-04-24 Tom Tromey <tromey@adacore.com>
357
358 PR python/23662:
359 * gdb.ada/variant.exp: Add Python checks.
360 * gdb.rust/simple.exp: Add dynamic type checks.
361
362 2020-04-24 Tom Tromey <tromey@adacore.com>
363
364 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
365 Make array type matching more lax.
366 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
367 * gdb.ada/mi_variant.exp: New file.
368 * gdb.ada/mi_variant/pck.ads: New file.
369 * gdb.ada/mi_variant/pkg.adb: New file.
370 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
371 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
372
373 2020-04-24 Tom Tromey <tromey@adacore.com>
374
375 * gdb.ada/variant.exp: Add dynamic field offset tests.
376 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
377 * gdb.ada/variant/pkg.adb: Add new variables.
378
379 2020-04-24 Tom Tromey <tromey@adacore.com>
380
381 * gdb.ada/variant.exp: New file
382 * gdb.ada/variant/pkg.adb: New file
383 * gdb.ada/variant/pck.adb: New file
384
385 2020-04-24 Tom de Vries <tdevries@suse.de>
386
387 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
388
389 2020-04-24 Tom de Vries <tdevries@suse.de>
390
391 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
392 flags.
393
394 2020-04-24 Tom de Vries <tdevries@suse.de>
395
396 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
397
398 2020-04-24 Tom de Vries <tdevries@suse.de>
399
400 * lib/gdb.exp (default_gdb_start): Handle eof.
401 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
402 failure.
403 * gdb.base/readnever.exp: Handle clean_restart failure.
404
405 2020-04-23 Tom de Vries <tdevries@suse.de>
406
407 * gdb.base/decl-before-def.exp: Run to main and print a again.
408
409 2020-04-23 Tom de Vries <tdevries@suse.de>
410
411 * gdb.base/decl-before-def-decl.c: New test.
412 * gdb.base/decl-before-def-def.c: New test.
413 * gdb.base/decl-before-def.exp: New file.
414
415 2020-04-23 Tom de Vries <tdevries@suse.de>
416
417 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
418
419 2020-04-22 Tom de Vries <tdevries@suse.de>
420
421 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
422 debug_info_offset.
423 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
424 before $objsfile in the line line.
425
426 2020-04-22 Tom de Vries <tdevries@suse.de>
427
428 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
429
430 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
431
432 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
433 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
434 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
435 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
436 * gdb.base/jit-protocol.h: Update definitions to match all usage
437 contexts.
438
439 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
440
441 * gdb.base: Rename all jit related test and source files.
442
443 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
444
445 * gdb.base/jit-reader.exp: Relax register output check.
446
447 2020-04-22 Tom de Vries <tdevries@suse.de>
448
449 PR symtab/25764
450 * gdb.base/psym-external-decl-2.c: New test.
451 * gdb.base/psym-external-decl.c: New test.
452 * gdb.base/psym-external-decl.exp: New file.
453 * gdb.threads/tls.exp: Add PR25807 kfail.
454
455 2020-04-22 Tom de Vries <tdevries@suse.de>
456
457 PR symtab/25801
458 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
459 in "info source" output.
460
461 2020-04-22 Tom de Vries <tdevries@suse.de>
462
463 PR symtab/25700
464 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
465 symtab for imported_unit.c.
466
467 2020-04-21 Gary Benson <gbenson@redhat.com>
468
469 * gdb.base/advance.c (func): New argument, to match call site.
470 (func2, func3): Add return statements.
471
472 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
473
474 * gdb.multi/run-only-second-inf.c: New file.
475 * gdb.multi/run-only-second-inf.exp: New file.
476
477 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
478
479 * gdb.btrace/multi-inferior.c: New test.
480 * gdb.btrace/multi-inferior.exp: New file.
481
482 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
483
484 * gdb.btrace/enable-new-thread.c: New test.
485 * gdb.btrace/enable-new-thread.exp: New file.
486
487 2020-04-21 Tom de Vries <tdevries@suse.de>
488
489 PR gdb/25471
490 * gdb.threads/killed-outside.c: New test.
491 * gdb.threads/killed-outside.exp: New file.
492
493 2020-04-20 Gary Benson <gbenson@redhat.com>
494
495 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
496 * gdb.base/nested-subp2.exp: Likewise.
497 * gdb.base/nested-subp3.exp: Likewise.
498
499 2020-04-20 Gary Benson <gbenson@redhat.com>
500
501 * gdb.base/nested-subp1.exp: Disable test when using clang.
502 * gdb.base/nested-subp2.exp: Likewise.
503 * gdb.base/nested-subp3.exp: Likewise.
504
505 2020-04-20 Gary Benson <gbenson@redhat.com>
506
507 * gdb.cp/exception.cc: Fix compilation error with clang.
508
509 2020-04-20 Gary Benson <gbenson@redhat.com>
510
511 * gdb.trace/tspeed.c: Fix compilation error with clang.
512
513 2020-04-20 Gary Benson <gbenson@redhat.com>
514
515 * gdb.base/jit-main.c: Fix compilation error with clang.
516
517 2020-04-17 Kamil Rytarowski <n54@gmx.com>
518
519 * gdb.base/attach-twice.c: Include "sys/types.h".
520 (PTRACE_ATTACH): Add fallback definition.
521 (main): Pass `0' to the 4th argument of `ptrace'.
522
523 2020-04-17 Kamil Rytarowski <n54@gmx.com>
524
525 * gdb.base/fork-running-state.c: Include "signal.h".
526
527 2020-04-17 Tom Tromey <tromey@adacore.com>
528
529 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
530 Update tests.
531 * gdb.btrace/cpu.exp: Update tests.
532 * gdb.base/maint.exp: Update tests.
533 * gdb.base/default.exp: Update tests.
534 * gdb.base/completion.exp: Update tests.
535
536 2020-04-16 Tom de Vries <tdevries@suse.de>
537
538 PR symtab/25791
539 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
540 (ensure_gdb_index): and factor out and move ...
541 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
542 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
543
544 2020-04-16 Tom de Vries <tdevries@suse.de>
545
546 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
547 loading exec.
548
549 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
550
551 * gdb.base/many-completions.exp: New file.
552
553 2020-04-14 Tom de Vries <tdevries@suse.de>
554
555 PR symtab/25718
556 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
557
558 2020-04-14 Tom de Vries <tdevries@suse.de>
559
560 PR symtab/25720
561 * gdb.base/maint-expand-symbols-header-file.c: New test.
562 * gdb.base/maint-expand-symbols-header-file.exp: New file.
563 * gdb.base/maint-expand-symbols-header-file.h: New test.
564
565 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
566
567 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
568 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
569 get_func_info.
570 (get_func_info): Delete.
571 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
572 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
573 * lib/dwarf.exp (get_func_info): New function.
574
575 2020-04-13 Tom de Vries <tdevries@suse.de>
576
577 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
578 to what find_gnatmake does.
579
580 2020-04-10 Tom de Vries <tdevries@suse.de>
581
582 * gdb.base/style.exp: Expect "Expanding full symbols" message for
583 -readnow.
584
585 2020-04-10 Tom de Vries <tdevries@suse.de>
586
587 PR cli/25808
588 * gdb.base/style.c: Add leading newlines.
589 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
590 Check listing of main's one-line body.
591
592 2020-04-08 Tom de Vries <tdevries@suse.de>
593
594 * lib/gdb.exp (psymtabs_p): New proc.
595 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
596 importing unit" unsupported if there are no partial symbols.
597
598 2020-04-08 Tom de Vries <tdevries@suse.de>
599
600 PR testsuite/25760
601 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
602
603 2020-04-07 Tom de Vries <tdevries@suse.de>
604
605 PR symtab/25796
606 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
607
608 2020-04-07 Tom de Vries <tdevries@suse.de>
609
610 * gdb.base/check-psymtab.c: New test.
611 * gdb.base/check-psymtab.exp: New file.
612
613 2020-04-06 Tom Tromey <tromey@adacore.com>
614
615 * gdb.ada/variant-record/proc.adb: New file.
616 * gdb.ada/variant-record/value.adb: New file.
617 * gdb.ada/variant-record/value.s: New file.
618 * gdb.ada/variant-record.exp: New file.
619
620 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
621
622 PR gdb/25325
623 * gdb.cp/typed-enum.cc: New test.
624 * gdb.cp/typed-enum.exp: New file.
625
626 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
627
628 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
629 * gdb.dwarf2/dw2-inline-small-func.c: New file.
630 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
631 * gdb.dwarf2/dw2-inline-small-func.h: New file.
632 * gdb.opt/inline-small-func.c: New file.
633 * gdb.opt/inline-small-func.exp: New file.
634 * gdb.opt/inline-small-func.h: New file.
635
636 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
637
638 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
639 function.
640
641 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
642
643 * lib/dwarf.exp (function_range): Allow compiler options to be
644 specified.
645
646 2020-04-02 Tom de Vries <tdevries@suse.de>
647
648 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
649 __attribute__((always_inline)).
650 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
651
652 2020-04-02 Tom de Vries <tdevries@suse.de>
653
654 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
655 (gdbserver_gdb_exit): ... here. Add timeout warning.
656 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
657 (connect_target_extended_remote): Append new server_spawn_id to
658 server_spawn_ids.
659 (cleanup): New proc.
660 (setup, <toplevel>): Call cleanup.
661
662 2020-04-02 Tom de Vries <tdevries@suse.de>
663
664 * gdb.base/main-psymtab.exp: New file.
665
666 2020-04-02 Tom de Vries <tdevries@suse.de>
667
668 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
669
670 2020-04-01 Tom Tromey <tom@tromey.com>
671
672 * gdb.base/complex-parts.exp: Add type tests.
673
674 2020-04-01 Tom Tromey <tom@tromey.com>
675
676 * gdb.base/complex-parts.exp: Add arithmetic tests.
677
678 2020-04-01 Tom Tromey <tom@tromey.com>
679
680 * gdb.compile/compile.exp: Update.
681 * gdb.compile/compile-cplus.exp: Update.
682 * gdb.base/varargs.exp: Update.
683 * gdb.base/floatn.exp: Update.
684 * gdb.base/endianity.exp: Update.
685 * gdb.base/callfuncs.exp (do_function_calls): Update.
686 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
687 (complex_float_integral_args): Update.
688 * gdb.base/complex.exp: Update.
689 * gdb.base/complex-parts.exp: Update.
690
691 2020-04-01 Tom Tromey <tromey@adacore.com>
692
693 * gdb.rust/union.rs: New file.
694 * gdb.rust/union.exp: New file.
695 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
696 (main): Update.
697 * gdb.rust/simple.exp: Move union tests to union.exp.
698
699 2020-04-01 Tom Tromey <tromey@adacore.com>
700
701 * gdb.rust/simple.rs (main): Remove "y0".
702
703 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
704
705 * gdb.multi/stop-all-on-exit.c: New test.
706 * gdb.multi/stop-all-on-exit.exp: New file.
707
708 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
709
710 PR gdb/24789
711 * gdb.cp/misc.cc: Add integer reference variable.
712 * gdb.cp/misc.exp: Add test.
713
714 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
715
716 * gdb.server/stop-reply-no-thread.exp: Enhance the test
717 scenario to cover execution until the end and also the case
718
719 2020-03-31 Tom de Vries <tdevries@suse.de>
720
721 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
722 c. Use "maint info symtabs" to check symtab expansion.
723
724 2020-03-30 Tom de Vries <tdevries@suse.de>
725
726 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
727 unsupported.
728 (verify_psymtab_expanded): Move ...
729 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
730 test.
731 (readnow): New proc.
732
733 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
734
735 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
736 with $hex.
737
738 2020-03-20 Tom Tromey <tromey@adacore.com>
739
740 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
741
742 2020-03-20 Tom Tromey <tromey@adacore.com>
743
744 * gdb.ada/sub_variant/subv.adb: New file.
745 * gdb.ada/sub_variant.exp: New file.
746
747 2020-03-20 Tom de Vries <tdevries@suse.de>
748
749 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
750 first break fails.
751 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
752
753 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
754
755 * gdb.server/exit-multiple-threads.c: New file.
756 * gdb.server/exit-multiple-threads.exp: New file.
757
758 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
759
760 * gdb.fortran/mixed-lang-stack.c: New file.
761 * gdb.fortran/mixed-lang-stack.cpp: New file.
762 * gdb.fortran/mixed-lang-stack.exp: New file.
763 * gdb.fortran/mixed-lang-stack.f90: New file.
764
765 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
766
767 * gdb.linespec/cp-completion-aliases.cc: New file.
768 * gdb.linespec/cp-completion-aliases.exp: New file.
769
770 2020-03-19 Tom de Vries <tdevries@suse.de>
771
772 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
773 more precise.
774
775 2020-03-18 Tom de Vries <tdevries@suse.de>
776
777 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
778 * gdb.dwarf2/break-inline-psymtab.c: New test.
779 * gdb.dwarf2/break-inline-psymtab.exp: New file.
780
781 2020-03-16 Tom de Vries <tdevries@suse.de>
782
783 * lib/cache.exp (gdb_do_cache): Add and handle local variables
784 cache_verify and cache_verify_proc.
785
786 2020-03-15 Tom de Vries <tdevries@suse.de>
787
788 * gdb.server/solib-list.exp: Handle
789 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
790
791 2020-03-15 Tom de Vries <tdevries@suse.de>
792
793 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
794 objfiles".
795
796 2020-03-14 Tom Tromey <tom@tromey.com>
797
798 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
799
800 2020-03-14 Tom de Vries <tdevries@suse.de>
801
802 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
803
804 2020-03-14 Tom de Vries <tdevries@suse.de>
805
806 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
807 result in line-by-line fashion.
808
809 2020-03-14 Tom de Vries <tdevries@suse.de>
810
811 * lib/gdb.exp (supports_statement_frontiers): New proc.
812 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
813
814 2020-03-14 Tom de Vries <tdevries@suse.de>
815
816 * gdb.base/printcmds.exp: Add missing quoting for "print
817 teststring2".
818
819 2020-03-13 Tom Tromey <tom@tromey.com>
820
821 * gdb.base/printcmds.exp (test_print_strings): Add regression
822 test.
823 * gdb.base/printcmds.c (charptr): New typedef.
824 (teststring2): New global.
825
826 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
827
828 * gdb.base/break-interp.exp: Use the tail of the filename, not the
829 full path in the test name.
830 (test_ld): Add some with_test_prefix blocks to make test names
831 unique.
832
833 2020-03-13 Tom de Vries <tdevries@suse.de>
834
835 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
836
837 2020-03-13 Tom de Vries <tdevries@suse.de>
838
839 * gdb.mi/mi-sym-info.exp: Make matching more precise.
840
841 2020-03-13 Tom de Vries <tdevries@suse.de>
842
843 PR symtab/25646
844 * gdb.dwarf2/imported-unit.exp: Add test.
845
846 2020-03-13 Tom de Vries <tdevries@suse.de>
847
848 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
849 (var1, var2): New variable.
850 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
851 matching symbols.
852
853 2020-03-13 Tom de Vries <tdevries@suse.de>
854
855 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
856 (Term::command): Use prompt prefix.
857 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
858 * gdb.tui/tui-layout-asm-short-prog.exp: Use
859 command_no_prompt_prefix instead of prefix.
860 * gdb.tui/tui-layout-asm.exp: Same.
861
862 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
863
864 * gdb.base/break-interp.exp: Use foreach_with_prefix.
865
866 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
867
868 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
869 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
870 on" while stepping over the test instruction, match printed
871 message.
872
873 2020-03-12 Tom de Vries <tdevries@suse.de>
874
875 * gdb.base/info-types.exp: Use exp_continue during matching of output
876 of "info types".
877
878 2020-03-12 Tom de Vries <tdevries@suse.de>
879
880 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
881
882 2020-03-12 Tom de Vries <tdevries@suse.de>
883
884 * gdb.fortran/module.exp: Use exp_continue during matching of output
885 of "info variable -n".
886
887 2020-03-12 Tom de Vries <tdevries@suse.de>
888
889 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
890 gdb.dwarf2/dw2-ranges-base.c.
891
892 2020-03-12 Tom de Vries <tdevries@suse.de>
893
894 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
895 in presence of GLIBC debuginfo.
896
897 2020-03-12 Tom de Vries <tdevries@suse.de>
898
899 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
900 $core.
901
902 2020-03-12 Tom de Vries <tdevries@suse.de>
903
904 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
905 more precise.
906
907 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
908
909 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
910 from Unix to Windows path.
911
912 2020-03-11 Tom de Vries <tdevries@suse.de>
913
914 * gdb.ada/minsyms.exp: Set language to ada.
915
916 2020-03-11 Tom de Vries <tdevries@suse.de>
917
918 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
919
920 2020-03-11 Tom de Vries <tdevries@suse.de>
921
922 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
923
924 2020-03-11 Tom Tromey <tromey@adacore.com>
925
926 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
927
928 2020-03-11 Tom de Vries <tdevries@suse.de>
929
930 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
931
932 2020-03-11 Tom de Vries <tdevries@suse.de>
933
934 * gdb.base/break-interp.exp: Limit verbose scope.
935
936 2020-03-11 Tom de Vries <tdevries@suse.de>
937
938 * gdb.fortran/logical.f90: Define variable with character type.
939 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
940
941 2020-03-11 Tom de Vries <tdevries@suse.de>
942
943 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
944
945 2020-03-11 Tom de Vries <tdevries@suse.de>
946
947 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
948 symtabs.
949
950 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
951 Bernd Edlinger <bernd.edlinger@hotmail.de>
952
953 * gdb.cp/step-and-next-inline.cc: New file.
954 * gdb.cp/step-and-next-inline.exp: New file.
955 * gdb.cp/step-and-next-inline.h: New file.
956 * gdb.dwarf2/dw2-is-stmt.c: New file.
957 * gdb.dwarf2/dw2-is-stmt.exp: New file.
958 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
959 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
960 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
961
962 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
963
964 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
965 is-stmt flag in the line table.
966
967 2020-03-09 Tom de Vries <tdevries@suse.de>
968
969 * lib/gdb.exp (cached_file): Create cache dir.
970
971 2020-03-07 Tom de Vries <tdevries@suse.de>
972
973 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
974 * gdb.cp/rvalue-ref-params.exp: Same.
975
976 2020-03-06 Tom de Vries <tdevries@suse.de>
977
978 * lib/gdb.exp (tentative_rename, cached_file): New proc.
979 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
980
981 2020-03-06 Tom de Vries <tdevries@suse.de>
982
983 * README: Fix "the the".
984 * gdb.base/dprintf.exp: Same.
985
986 2020-03-05 Tom de Vries <tdevries@suse.de>
987
988 * gdb.base/maint.exp: Update "main print statistics" expected output.
989
990 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
991
992 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
993 (fortran_int8): Likewise.
994 (fortran_real4): Likewise.
995 (fortran_real8): Likewise.
996 (fortran_complex4): Likewise.
997 (fortran_logical4): Likewise.
998 (fortran_character1): Likewise.
999
1000 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1001
1002 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1003 printed as true.
1004
1005 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1006
1007 * gdb.base/printcmds.exp: Add test to verify printf of a
1008 variable holding an address.
1009
1010 2020-03-03 Tom de Vries <tdevries@suse.de>
1011
1012 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1013
1014 2020-03-03 Tom de Vries <tdevries@suse.de>
1015
1016 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1017 gdb_test_multiple call.
1018
1019 2020-03-03 Tom de Vries <tdevries@suse.de>
1020
1021 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1022 gdb_test_multiple calls.
1023
1024 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1025
1026 * gdb.base/default.exp: Remove test of 'set history filename'.
1027 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1028 filename to the empty string.
1029 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1030 and GDBHISTSIZE.
1031
1032 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1033
1034 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1035 disabled.
1036
1037 2020-03-02 Pedro Alves <palves@redhat.com>
1038 Tom de Vries <tdevries@suse.de>
1039
1040 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1041 -prompt prefix, before user_code argument. Add -lbl option likewise.
1042 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1043 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1044 argument.
1045 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1046 have "\r\n" at start-of-line, instead of at end-of-line.
1047
1048 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1049
1050 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1051 libinproctrace.so.
1052
1053 2020-02-28 Luis Machado <luis.machado@linaro.org>
1054
1055 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1056 to "p/x".
1057
1058 2020-02-28 Luis Machado <luis.machado@linaro.org>
1059
1060 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1061 asm/ptrace.h and error.h.
1062
1063 2020-02-28 Tom de Vries <tdevries@suse.de>
1064
1065 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1066 (struct wrapper, do_something, mundane/symada__cS): Move ...
1067 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1068 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1069 Update "print symada__cS before partial symtab expansion" regexp.
1070 Update breakpoint location. Flush symbol cache after expansion.
1071
1072 2020-02-28 Luis Machado <luis.machado@linaro.org>
1073
1074 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1075
1076 2020-02-27 Tom de Vries <tdevries@suse.de>
1077
1078 * config/sid.exp: Remove unused globals.
1079 * gdb.base/attach.exp: Same.
1080 * gdb.base/catch-load.exp: Same.
1081 * gdb.base/dbx.exp: Same.
1082 * lib/gdb.exp: Same.
1083 * lib/mi-support.exp: Same.
1084 * lib/prompt.exp: Same.
1085
1086 2020-02-27 Tom de Vries <tdevries@suse.de>
1087
1088 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1089 not set.
1090
1091 2020-02-26 Aaron Merey <amerey@redhat.com>
1092
1093 * gdb.debuginfod: New directory for debuginfod tests.
1094 * gdb.debuginfod/main.c: New test file.
1095 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1096
1097 2020-02-26 Tom de Vries <tdevries@suse.de>
1098
1099 PR gdb/25603
1100 * gdb.base/persistent-lang.cc: New test.
1101 * gdb.base/persistent-lang.exp: New file.
1102
1103 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1104
1105 * gdb.fortran/derived-type-striding.exp: Add a new test.
1106 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1107 new test.
1108
1109 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1110
1111 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1112 names.
1113
1114 2020-02-25 Tom de Vries <tdevries@suse.de>
1115
1116 PR go/18926
1117 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1118
1119 2020-02-24 Tom de Vries <tdevries@suse.de>
1120
1121 PR gdb/25592
1122 * gdb.base/info-locals-unused-static-var.c: New test.
1123 * gdb.base/info-locals-unused-static-var.exp: New file.
1124
1125 2020-02-22 Tom Tromey <tom@tromey.com>
1126
1127 * gdb.python/tui-window.exp: New file.
1128 * gdb.python/tui-window.py: New file.
1129
1130 2020-02-22 Tom Tromey <tom@tromey.com>
1131
1132 PR tui/17850:
1133 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1134 tests.
1135
1136 2020-02-22 Tom Tromey <tom@tromey.com>
1137
1138 * gdb.tui/new-layout.exp: Add sub-layout tests.
1139
1140 2020-02-22 Tom Tromey <tom@tromey.com>
1141
1142 * gdb.tui/new-layout.exp: New file.
1143
1144 2020-02-22 Tom Tromey <tom@tromey.com>
1145
1146 * gdb.rust/rust-style.rs: New file.
1147 * gdb.rust/rust-style.exp: New file.
1148 * gdb.base/style.exp: Test structure printing.
1149 * gdb.base/style.c (struct some_struct): New type.
1150 (enum etype): New type.
1151 (struct_value): New global.
1152
1153 2020-02-21 Tom de Vries <tdevries@suse.de>
1154
1155 PR go/18926
1156 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1157 Remove blanket xfails. Use message argument for gdb_breakpoint.
1158 Make continuing to breakpoint test conditional on setting breakpoint.
1159 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1160 DW_AT_name attribute. Add xfail for GCC PR93866.
1161
1162 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1163
1164 * gdb.dwarf2/cpp-linkage-name.c: New file.
1165 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1166
1167 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1168
1169 * lib/gdb.exp (gdb_wrapper_init): Reset
1170 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1171 not exist.
1172
1173 2020-02-20 Tom de Vries <tdevries@suse.de>
1174
1175 PR go/17018
1176 * gdb.go/hello.exp: Copy ...
1177 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1178 print of st to print value of global definition. Add xfail for GCC
1179 PR93844.
1180 * gdb.go/hello.exp: Remove printing of st before definition.
1181 * gdb.go/hello.go: Copy ...
1182 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1183 to st.
1184 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1185
1186 2020-02-20 Tom de Vries <tdevries@suse.de>
1187
1188 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1189 (gdb_simple_compile): Handle compile_flags go by using .go extension
1190 for source file.
1191 * gdb.go/chan.exp: Use support_go_compile.
1192 * gdb.go/handcall.exp: Same.
1193 * gdb.go/hello.exp: Same.
1194 * gdb.go/integers.exp: Same.
1195 * gdb.go/max-depth.exp: Same.
1196 * gdb.go/methods.exp: Same.
1197 * gdb.go/package.exp: Same.
1198 * gdb.go/strings.exp: Same.
1199 * gdb.go/types.exp: Same.
1200 * gdb.go/unsafe.exp: Same.
1201
1202 2020-02-19 Tom de Vries <tdevries@suse.de>
1203
1204 * gdb.python/lib-types.exp: Make xfail more strict.
1205
1206 2020-02-19 Tom de Vries <tdevries@suse.de>
1207
1208 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1209
1210 2020-02-19 Doug Evans <dje@google.com>
1211
1212 PR rust/25535
1213 * gdb.rust/simple.exp: Add test.
1214 * gdb.rust/simple.rs: Add test.
1215
1216 2020-02-19 Tom de Vries <tdevries@suse.de>
1217
1218 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1219 output line-by-line.
1220
1221 2020-02-19 Tom de Vries <tdevries@suse.de>
1222
1223 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1224
1225 2020-02-19 Tom de Vries <tdevries@suse.de>
1226
1227 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1228 prelink.
1229
1230 2020-02-19 Tom de Vries <tdevries@suse.de>
1231
1232 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1233 (gdb_do_cache): Use gdb_do_cache_wrap.
1234 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1235
1236 2020-02-19 Tom de Vries <tdevries@suse.de>
1237
1238 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1239 gdb_compile option.
1240
1241 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1242
1243 * gdb.base/printcmds.exp (test_print_enums): Update expected
1244 output.
1245
1246 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1247
1248 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1249 for "unknown".
1250
1251 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1252
1253 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1254 enumerator.
1255
1256 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1257
1258 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1259 FE_, add FE_NONE.
1260 (three): Update.
1261 (enum flag_enum_without_zero): New enum.
1262 (flag_enum_without_zero): New variable.
1263 (enum not_flag_enum): New enum.
1264 (three_not_flag): New variable.
1265 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1266 (test_print_enums): Add more tests for printing flag enums.
1267
1268 2020-02-18 Tom de Vries <tdevries@suse.de>
1269
1270 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1271 (gdb_compile_ada): ... here.
1272 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1273 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1274
1275 2020-02-14 Tom Tromey <tom@tromey.com>
1276
1277 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1278 build directory.
1279 * boards/gdbserver-base.exp: Update path to gdbserver.
1280
1281 2020-02-13 Tom de Vries <tdevries@suse.de>
1282
1283 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1284
1285 2020-02-13 Tom de Vries <tdevries@suse.de>
1286
1287 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1288 are missing.
1289
1290 2020-02-13 Tom de Vries <tdevries@suse.de>
1291
1292 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1293 call.
1294
1295 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1296
1297 PR tui/25126
1298 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1299 * gdb.base/cached-source-file.c: New file.
1300 * gdb.base/cached-source-file.exp: New file.
1301
1302 2020-02-11 Tom de Vries <tdevries@suse.de>
1303
1304 PR testsuite/25488
1305 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1306
1307 2020-02-10 Tom de Vries <tdevries@suse.de>
1308
1309 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1310
1311 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1312
1313 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1314 and $after_addr are both integers before making a comparison.
1315
1316 2020-02-09 Tom de Vries <tdevries@suse.de>
1317
1318 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1319 command output and paste it into gdb.log. If any, paste catch message
1320 to gdb.log.
1321
1322 2020-02-07 Tom Tromey <tromey@adacore.com>
1323
1324 PR breakpoints/24915:
1325 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1326
1327 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1328
1329 * gdb.tui/tui-missing-src.exp: Add the "missing source
1330 file" test for the TUI.
1331
1332 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1333
1334 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1335 including a port number in the output.
1336
1337 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1338
1339 * lib/fortran.exp (fortran_int4): Handle clang.
1340 (fortran_int8): Likewise.
1341 (fortran_real4): Likewise.
1342 (fortran_real8): Likewise.
1343 (fortran_complex4): Likewise.
1344 (fortran_logical4): Likewise.
1345 (fortran_character1): Likewise.
1346
1347 2020-02-04 Tom de Vries <tdevries@suse.de>
1348
1349 * README (Race detection): Add note.
1350
1351 2020-02-04 Tom de Vries <tdevries@suse.de>
1352
1353 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1354
1355 2020-02-04 Tom de Vries <tdevries@suse.de>
1356
1357 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1358
1359 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1360
1361 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1362 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1363 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1364 blttar, bnetarl.
1365 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1366 binary for blttar, bnetarl.
1367 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1368 wait instruction. Delete ldmx test.
1369 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1370
1371 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1372
1373 * gdb.fortran/array-bounds-high.exp: New file.
1374 * gdb.fortran/array-bounds-high.f90: New file.
1375
1376 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1377
1378 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1379 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1380
1381 2020-02-01 Tom de Vries <tdevries@suse.de>
1382
1383 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1384
1385 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1386
1387 PR tui/9765
1388 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1389 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1390
1391 2020-01-29 Luis Machado <luis.machado@linaro.org>
1392
1393 * gdb.arch/aarch64-brk-patterns.c: New source file.
1394 * gdb.arch/aarch64-brk-patterns.exp: New test.
1395
1396 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1397
1398 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1399 GCC/Clang version.
1400 * gdb.cp/pass-by-ref.exp: Ditto.
1401
1402 2020-01-29 Tom de Vries <tdevries@suse.de>
1403
1404 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1405 * gdb.threads/watchpoint-fork-mt.c: Same.
1406 * gdb.threads/watchpoint-fork-parent.c: Same.
1407 * gdb.threads/watchpoint-fork-st.c: Same.
1408 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1409
1410 2020-01-27 Luis Machado <luis.machado@linaro.org>
1411
1412 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1413 sitting at a syscall instruction when we hit the syscall function's
1414 breakpoint.
1415 Check PC against one obtained with the x command.
1416 Validate syscall number.
1417 (step_over_syscall): Don't continue to the syscall instruction if
1418 we're already there.
1419
1420 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1421
1422 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1423
1424 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1425
1426 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1427 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1428
1429 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1430
1431 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1432 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1433
1434 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1435
1436 * gdb.base/maint.exp: Update line table parsing test.
1437 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1438
1439 2020-01-24 Pedro Alves <palves@redhat.com>
1440
1441 PR gdb/25410
1442 * gdb.multi/multi-re-run-1.c: New.
1443 * gdb.multi/multi-re-run-2.c: New.
1444 * gdb.multi/multi-re-run.exp: New.
1445
1446 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1447
1448 PR gdb/23718
1449 * gdb.server/server-kill-python.exp: New file.
1450
1451 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1452
1453 * gdb.server/multi-ui-errors.c: New file.
1454 * gdb.server/multi-ui-errors.exp: New file.
1455
1456 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1457
1458 PR tui/9765
1459 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1460
1461 2020-01-19 Tom Tromey <tom@tromey.com>
1462
1463 * gdb.tui/main.exp: Add check for plain "file".
1464
1465 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1466
1467 * lib/gdb.exp: Fix spelling error (seperatelly).
1468
1469 2020-01-14 Tom Tromey <tom@tromey.com>
1470
1471 PR symtab/12535:
1472 * gdb.python/python.exp: Test decode_line with empty string
1473 argument.
1474
1475 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1476
1477 * gdb.base/skip-inline.exp: Extend test.
1478
1479 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1480
1481 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1482 * gdb.dwarf2/dw2-bad-elf.c: New file.
1483 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1484
1485 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1486
1487 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1488 _line_saw_file.
1489
1490 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1491
1492 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1493 border.
1494
1495 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1496
1497 * gdb.multi/multi-target.exp (setup): Factor out "info
1498 connections" and "info inferiors" tests to ...
1499 (test_info_inferiors): ... this new procedure.
1500 (top level): Run new "info-inferiors" tests.
1501
1502 2020-01-10 Pedro Alves <palves@redhat.com>
1503
1504 * gdb.server/bkpt-other-inferior.exp: New file.
1505
1506 2020-01-10 Pedro Alves <palves@redhat.com>
1507
1508 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1509 of "add-inferior".
1510 * gdb.base/quit-live.exp: Likewise.
1511 * gdb.base/remote-exec-file.exp: Likewise.
1512 * gdb.guile/scm-progspace.exp: Likewise.
1513 * gdb.linespec/linespec.exp: Likewise.
1514 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1515 * gdb.mi/user-selected-context-sync.exp: Likewise.
1516 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1517 "info inferiors" tests.
1518 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1519 "add-inferior".
1520 * gdb.multi/watchpoint-multi.exp: Likewise.
1521 * gdb.python/py-inferior.exp: Likewise.
1522 * gdb.server/extended-remote-restart.exp: Likewise.
1523 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1524 "info inferiors".
1525 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1526 * gdb.trace/report.exp: Likewise.
1527
1528 2020-01-10 Pedro Alves <palves@redhat.com>
1529
1530 * gdb.multi/multi-target.c: New file.
1531 * gdb.multi/multi-target.exp: New file.
1532 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1533 mode requested, but remote does not support non-stop".
1534
1535 2020-01-10 Pedro Alves <palves@redhat.com>
1536
1537 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1538 disconnect before reconnecting.
1539
1540 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1541 Pedro Alves <palves@redhat.com>
1542
1543 * gdb.server/connect-without-multi-process.exp: Also test
1544 continuing to end.
1545
1546 2020-01-10 Pedro Alves <palves@redhat.com>
1547
1548 * gdb.base/remote-exec-file.exp: New file.
1549
1550 2020-01-10 Pedro Alves <palves@redhat.com>
1551
1552 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1553 output.
1554 * gdb.threads/async.c: New.
1555 * gdb.threads/async.exp: New.
1556 * gdb.multi/tids-gid-reset.c: New.
1557 * gdb.multi/tids-gid-reset.exp: New.
1558
1559 2020-01-10 George Barrett <bob@bob131.so>
1560
1561 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1562 to help in finding the image relocation offset.
1563 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1564 options in arguments.
1565 (stap_test_no_debuginfo): Likewise.
1566 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1567 test variants.
1568 (stap_test): Add null semaphore relocation test.
1569
1570 2020-01-10 George Barrett <bob@bob131.so>
1571
1572 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1573 * gdb.base/stap-probe.exp: Likewise.
1574 (stap_test): Pass argument as an additional flag.
1575 (stap_test_no_debuginfo): Likewise.
1576 (stap_test): Check `info probes stap' output for semaphore
1577 addresses if the test binary is supposed to have them.
1578
1579 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1580
1581 * gdb.tui/basic.exp: Add more scrolling tests.
1582
1583 2020-01-09 Tom Tromey <tom@tromey.com>
1584
1585 PR tui/18932:
1586 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1587 meangingful value.
1588 (Term::command, Term::resize): Update.
1589 * gdb.tui/basic.exp: Add scrolling test.
1590
1591 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1592
1593 * gdb.tui/tui-layout-asm.exp: New file.
1594
1595 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1596
1597 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1598
1599 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1600
1601 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1602 (Term::enter_tui): Use Term::prepare_for_tui.
1603
1604 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1605
1606 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1607 called.
1608
1609 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1610
1611 * gdb.base/skip.exp: Fix race condition in test.
1612
1613 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1614
1615 * gdb.base/backtrace.c: New file.
1616 * gdb.base/backtrace.exp: New file.
1617
1618 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1619
1620 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1621
1622 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1623
1624 * gdb.base/style.exp: Test that warnings are styled.
1625
1626 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1627
1628 * gdb.base/line65535.exp: New file.
1629 * gdb.base/line65535.c: New file.
1630
1631 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1632
1633 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1634 * lib/gnat_debug_info_test.adb: New file.
1635 * gdb.ada/ptype_tagged_param.exp: Use
1636 gnat_runtime_has_debug_info, expect a different output if
1637 runtime does not have debug info.
1638
1639 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1640
1641 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1642 (another) quote in test name.
1643
1644 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1645
1646 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1647 Add quote in test name.
1648
1649 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1650
1651 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1652 directory instead.
1653 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1654 * gdb.cp/pass-by-ref-2.cc: New file.
1655 * gdb.cp/pass-by-ref-2.exp: New file.
1656
1657 2019-12-20 Tom Tromey <tom@tromey.com>
1658
1659 * gdb.tui/list-before.exp: New file.
1660
1661 2019-12-20 Tom Tromey <tom@tromey.com>
1662
1663 * gdb.tui/list.exp: Check for source on initial listing.
1664
1665 2019-12-11 Tom Tromey <tromey@adacore.com>
1666
1667 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1668 Add crlf test.
1669
1670 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
1671
1672 * gdb.base/default.exp: Update value of $_gdb_major.
1673
1674 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1675
1676 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1677
1678 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1679
1680 * gdb.base/skip.exp: Whitespace fix.
1681
1682 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1683
1684 * gdb.base/skip-inline.c: New file.
1685 * gdb.base/skip-inline.exp: New file.
1686
1687 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1688
1689 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1690 jit_function_00 to jit_function_stack_mangle.
1691 * gdb.base/jithost.c (jit_function_t): Rename to...
1692 (jit_function_stack_mangle_t): ... this.
1693 (jit_function_add_t): New typedef.
1694 (jit_function_00_code): Rename to...
1695 (jit_function_stack_mangle_code): ... this, make static.
1696 (jit_function_add_code): New.
1697 (main): Generate "add" function and call it. Adjust to changes
1698 in jithost_abi.
1699 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1700 (struct jithost_abi) <begin, end>: Remove fields.
1701 <object, function_stack_mangle, function_add>: New fields.
1702 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1703 code_end>: Remove fields.
1704 <func_stack_mangle>: New field.
1705 (read_debug_info): Adjust to renaming, create block for "add"
1706 function.
1707 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1708
1709 2019-12-11 Tom Tromey <tom@tromey.com>
1710
1711 * gdb.tui/resize.exp: Fix regexp.
1712 * gdb.tui/regs.exp: Fix regexps.
1713 * gdb.tui/main.exp: Fix regexp.
1714
1715 2019-12-11 Tom Tromey <tom@tromey.com>
1716
1717 * gdb.tui/resize.exp: Update.
1718 * gdb.tui/empty.exp (layouts): Update.
1719
1720 2019-12-11 Tom Tromey <tom@tromey.com>
1721
1722 * gdb.tui/regs.exp: Update.
1723 * gdb.tui/empty.exp (layouts): Update.
1724 * gdb.tui/basic.exp: Update.
1725 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1726
1727 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1728
1729 * gdb.base/options.exp: Add -raw-values in the print completion list.
1730 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1731
1732 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1733
1734 * gdb.threads/omp-par-scope.c: New file.
1735 * gdb/threads/omp-par-scope.exp: New file.
1736
1737 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1738
1739 * lib/gdb.exp (support_nested_function_tests): New proc.
1740
1741 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1742
1743 * lib/gdb.exp (gdb_compile_openmp): New proc.
1744 (build_executable_from_specs): Add an "openmp" option.
1745 (gdb_compile_pthreads): Add non-executable case.
1746
1747 2019-12-10 Tom Tromey <tromey@adacore.com>
1748
1749 * gdb.ada/unchecked_union.exp: New file.
1750 * gdb.ada/unchecked_union/pck.adb: New file.
1751 * gdb.ada/unchecked_union/pck.ads: New file.
1752 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1753 * gdb-utils.exp (string_to_regexp): Also quote "?".
1754
1755 2019-12-10 George Barrett <bob@bob131.so>
1756
1757 Test scripted probe breakpoints.
1758 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1759 * gdb.python/py-breakpoint.c (main): Likewise.
1760 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1761 specifier test.
1762 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1763
1764 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1765
1766 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1767 an rvalue parameter.
1768 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1769 parameter.
1770
1771 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1772
1773 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1774 modules.
1775
1776 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1777
1778 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1779 broken version of GCC.
1780
1781 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1782
1783 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1784 sym-info-cmds library.
1785 * gdb.fortran/info-types.exp: Likewise.
1786 * lib/sym-info-cmds.exp: New file.
1787
1788 2019-12-08 Tom de Vries <tdevries@suse.de>
1789
1790 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1791
1792 2019-12-07 Keith Seitz <keiths@redhat.com>
1793
1794 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1795 * gdb.base/corefile-buildid-shlib.c: New file.
1796 * gdb.base/corefile-buildid.c: New file.
1797 * gdb.base/corefile-buildid.exp: New file.
1798
1799 2019-12-06 Tom de Vries <tdevries@suse.de>
1800
1801 * gdb.dwarf2/varval.exp: Add decl before def test.
1802
1803 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1804
1805 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1806
1807 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1808
1809 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1810 CV and reference conversion for overload resolution.
1811 * gdb.cp/rvalue-ref-overload.exp: Test it.
1812
1813 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1814
1815 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1816 * gdb.base/frameapply.exp: Test faas without command.
1817
1818 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1819
1820 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1821 Fortran tests.
1822 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1823 order.
1824
1825 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1826
1827 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1828 casting to type with no kind specified.
1829 (test_basic_parsing_of_type_kinds): Additional tests for types
1830 with no kind specified, and add tests for single/double
1831 precision/complex types.
1832
1833 2019-12-04 Tom Tromey <tromey@adacore.com>
1834
1835 * gdb.base/endianity.c (struct other) <x>: New field.
1836 (main): Initialize it.
1837 * gdb.base/endianity.exp: Update.
1838
1839 2019-12-04 Tom Tromey <tromey@adacore.com>
1840
1841 * gdb.ada/scalar_storage/storage.adb: New file.
1842 * gdb.ada/scalar_storage/pck.adb: New file.
1843 * gdb.ada/scalar_storage/pck.ads: New file.
1844 * gdb.ada/scalar_storage.exp: New file.
1845
1846 2019-12-04 Tom Tromey <tromey@adacore.com>
1847
1848 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1849 (main): Initialize it.
1850 * gdb.base/endianity.exp: Update.
1851
1852 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1853
1854 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1855
1856 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1857
1858 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1859 -symbol-info-module-functions and -symbol-info-module-variables.
1860
1861 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1862
1863 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1864
1865 2019-12-01 Richard Bunt <richard.bunt@arm.com>
1866 Andrew Burgess <andrew.burgess@embecosm.com>
1867
1868 * gdb.fortran/derived-type-striding.exp: New file.
1869 * gdb.fortran/derived-type-striding.f90: New file.
1870 * gdb.fortran/array-slices.exp: New file.
1871 * gdb.fortran/array-slices.f90: New file.
1872
1873 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1874
1875 * gdb.base/define.exp: Test . in command names.
1876 * gdb.base/setshow.exp: Update test, as . is now part of
1877 command name.
1878
1879 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1880
1881 * gdb.base/define-prefix.exp: New file.
1882
1883 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1884
1885 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1886 compile.
1887 (skip_btrace_pt_tests): Likewise.
1888
1889 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1890
1891 * gdb.fortran/info-modules.exp: Compile source files in correct
1892 order.
1893
1894 2019-11-27 Kevin Buettner <kevinb@redhat.com>
1895
1896 * gdb.dwarf2/imported-unit.exp: New file.
1897 * gdb.dwarf2/imported-unit.c: New file.
1898
1899 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1900
1901 * gdb.mi/mi-fortran-modules-2.f90: New file.
1902 * gdb.mi/mi-fortran-modules.exp: New file.
1903 * gdb.mi/mi-fortran-modules.f90: New file.
1904
1905 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1906
1907 * gdb.mi/mi-sym-info-1.c: New file.
1908 * gdb.mi/mi-sym-info-2.c: New file.
1909 * gdb.mi/mi-sym-info.exp: New file.
1910
1911 2019-11-22 Tom Tromey <tromey@adacore.com>
1912
1913 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1914 * gdb.ada/tasks/foo.adb: Add another stopping location.
1915
1916 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1917
1918 * gdb.base/endianity.c: New test.
1919 * gdb.base/endianity.exp: New file.
1920
1921 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1922
1923 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1924
1925 2019-11-21 Tom de Vries <tdevries@suse.de>
1926
1927 PR gdb/24956
1928 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1929
1930 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1931
1932 * gdb.python/py-progspace.exp: Add missing parentheses on some
1933 'print' commands.
1934
1935 2019-11-19 Tom Tromey <tom@tromey.com>
1936
1937 * gdb.tui/winheight.exp: New file.
1938
1939 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1940
1941 * gdb.base/ctf-whatis.c: Delete.
1942 * gdb.base/ctf-whatis.exp: Delete.
1943 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1944
1945 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1946
1947 * gdb.base/ctf-cvexpr.exp: Delete.
1948 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1949
1950 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1951
1952 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1953 the compiler. Clean up header comment a little.
1954 * gdb.base/ctf-ptype.exp: Likewise.
1955 * gdb.base/ctf-whatis.exp: Likewise.
1956 * lib/gdb.exp (skip_ctf_tests): New proc.
1957
1958 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1959
1960 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1961 * gdb.tui/corefile-run.exp: New file.
1962
1963 2019-11-14 Tom Tromey <tromey@adacore.com>
1964
1965 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1966 regression tests.
1967
1968 2019-11-12 Tom Tromey <tom@tromey.com>
1969
1970 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1971 after any command. Expect prompt after WAIT_FOR is seen.
1972 (enter_tui): Enable resize messages.
1973 (command): Expect command in output.
1974 (get_line): Avoid error when cursor appears to be off-screen.
1975 (dump_screen): Include screen size in title.
1976 (_do_resize): New proc, from "resize".
1977 (resize): Rewrite. Do resize in two steps.
1978 * gdb.tui/empty.exp (layouts): Fix entries.
1979 (check_boxes): Remove xfail.
1980 (check_text): Dump screen on failure.
1981
1982 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1983
1984 * gdb.python/py-symbol.exp: Add test for
1985 gdb.lookup_static_symbols.
1986
1987 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1988
1989 * gdb.python/py-symbol.c: Declare and call function from new
1990 py-symbol-2.c file.
1991 * gdb.python/py-symbol.exp: Compile both source files, and add new
1992 tests for gdb.lookup_static_symbol.
1993 * gdb.python/py-symbol-2.c: New file.
1994
1995 2019-11-02 Tom de Vries <tdevries@suse.de>
1996
1997 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1998 * gdb.base/anon.exp: Same.
1999 * gdb.base/auto-connect-native-target.exp: Same.
2000 * gdb.base/call-ar-st.exp: Same.
2001 * gdb.base/catch-syscall.exp: Same.
2002 * gdb.base/commands.exp: Same.
2003 * gdb.base/default.exp: Same.
2004 * gdb.base/display.exp: Same.
2005 * gdb.base/float.exp: Same.
2006 * gdb.base/foll-fork.exp: Same.
2007 * gdb.base/help.exp: Same.
2008 * gdb.base/info-macros.exp: Same.
2009 * gdb.base/info-proc.exp: Same.
2010 * gdb.base/info-target.exp: Same.
2011 * gdb.base/long_long.exp: Same.
2012 * gdb.base/macscp.exp: Same.
2013 * gdb.base/memattr.exp: Same.
2014 * gdb.base/nofield.exp: Same.
2015 * gdb.base/pointers.exp: Same.
2016 * gdb.base/printcmds.exp: Same.
2017 * gdb.base/ptype.exp: Same.
2018 * gdb.base/restore.exp: Same.
2019 * gdb.base/return.exp: Same.
2020 * gdb.base/scope.exp: Same.
2021 * gdb.base/set-noassign.exp: Same.
2022 * gdb.base/setshow.exp: Same.
2023 * gdb.base/shlib-call.exp: Same.
2024 * gdb.base/signals.exp: Same.
2025 * gdb.base/sigstep.exp: Same.
2026 * gdb.base/skip.exp: Same.
2027 * gdb.base/solib-symbol.exp: Same.
2028 * gdb.base/stap-probe.exp: Same.
2029 * gdb.base/step-line.exp: Same.
2030 * gdb.base/step-test.exp: Same.
2031 * gdb.base/style.exp: Same.
2032 * gdb.base/varargs.exp: Same.
2033 * gdb.base/vla-datatypes.exp: Same.
2034 * gdb.base/vla-ptr.exp: Same.
2035 * gdb.base/vla-sideeffect.exp: Same.
2036 * gdb.base/volatile.exp: Same.
2037 * gdb.base/watch-cond-infcall.exp: Same.
2038 * gdb.base/watchpoint.exp: Same.
2039
2040 2019-11-02 Tom de Vries <tdevries@suse.de>
2041
2042 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2043 * gdb.cp/cpexprs.exp: Same.
2044 * gdb.cp/except-multi-location.exp: Same.
2045 * gdb.cp/exceptprint.exp: Same.
2046 * gdb.cp/gdb2384.exp: Same.
2047 * gdb.cp/inherit.exp: Same.
2048 * gdb.cp/m-static.exp: Same.
2049 * gdb.cp/meth-typedefs.exp: Same.
2050 * gdb.cp/misc.exp: Same.
2051 * gdb.cp/namespace.exp: Same.
2052 * gdb.cp/non-trivial-retval.exp: Same.
2053 * gdb.cp/overload.exp: Same.
2054 * gdb.cp/pr17132.exp: Same.
2055 * gdb.cp/re-set-overloaded.exp: Same.
2056 * gdb.cp/rvalue-ref-types.exp: Same.
2057 * gdb.cp/templates.exp: Same.
2058
2059 2019-11-01 Luis Machado <luis.machado@linaro.org>
2060
2061 PR gdb/25124
2062
2063 * gdb.arch/pr25124.S: New file.
2064 * gdb.arch/pr25124.exp: New file.
2065
2066 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2067
2068 * gdb.fortran/info-modules.exp: Update expected results, and add
2069 additional tests for 'info module functinos', and 'info module
2070 variables'.
2071 * gdb.fortran/info-types.exp: Update expected results.
2072 * gdb.fortran/info-types.f90: Extend testcase with additional
2073 module variables and functions.
2074
2075 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2076
2077 * gdb.fortran/info-modules.exp: New file.
2078 * gdb.fortran/info-types.exp: Build with new file.
2079 * gdb.fortran/info-types.f90: Include and use new module.
2080 * gdb.fortran/info-types-2.f90: New file.
2081
2082 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2083
2084 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2085 * gdb.base/settings.exp: Test all settings types using
2086 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2087 that now verifies that the value of "maint show" is the same as
2088 returned by the settings functions. Test the type of the
2089 maintenance settings.
2090 * gdb.base/default.exp: Update show_conv_list.
2091
2092 2019-10-31 Tom de Vries <tdevries@suse.de>
2093
2094 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2095 gdb_test.
2096 * gdb.arch/amd64-disp-step.exp: Same.
2097 * gdb.asm/asm-source.exp: Same.
2098 * gdb.btrace/buffer-size.exp: Same.
2099 * gdb.btrace/cpu.exp: Same.
2100 * gdb.btrace/enable.exp: Same.
2101 * gdb.dwarf2/count.exp: Same.
2102 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2103 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2104 * gdb.fortran/vla-datatypes.exp: Same.
2105 * gdb.fortran/vla-history.exp: Same.
2106 * gdb.fortran/vla-ptype.exp: Same.
2107 * gdb.fortran/vla-value.exp: Same.
2108 * gdb.fortran/whatis_type.exp: Same.
2109 * gdb.guile/guile.exp: Same.
2110 * gdb.multi/tids.exp: Same.
2111 * gdb.python/py-finish-breakpoint.exp: Same.
2112 * gdb.python/py-framefilter.exp: Same.
2113 * gdb.python/py-pp-registration.exp: Same.
2114 * gdb.python/py-xmethods.exp: Same.
2115 * gdb.python/python.exp: Same.
2116 * gdb.server/connect-with-no-symbol-file.exp: Same.
2117 * gdb.server/no-thread-db.exp: Same.
2118 * gdb.server/run-without-local-binary.exp: Same.
2119 * gdb.stabs/weird.exp: Same.
2120 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2121 * gdb.threads/thread-find.exp: Same.
2122 * gdb.threads/tls-shared.exp: Same.
2123 * gdb.threads/tls.exp: Same.
2124 * gdb.threads/wp-replication.exp: Same.
2125 * gdb.trace/ax.exp: Same.
2126 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2127
2128 2019-10-31 Tom de Vries <tdevries@suse.de>
2129
2130 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2131 * gdb.ada/array_subscript_addr.exp: Same.
2132 * gdb.ada/arrayidx.exp: Same.
2133 * gdb.ada/arrayparam.exp: Same.
2134 * gdb.ada/arrayptr.exp: Same.
2135 * gdb.ada/boolean_expr.exp: Same.
2136 * gdb.ada/call_pn.exp: Same.
2137 * gdb.ada/complete.exp: Same.
2138 * gdb.ada/fixed_cmp.exp: Same.
2139 * gdb.ada/fun_addr.exp: Same.
2140 * gdb.ada/funcall_param.exp: Same.
2141 * gdb.ada/interface.exp: Same.
2142 * gdb.ada/mod_from_name.exp: Same.
2143 * gdb.ada/null_array.exp: Same.
2144 * gdb.ada/packed_array.exp: Same.
2145 * gdb.ada/packed_tagged.exp: Same.
2146 * gdb.ada/print_chars.exp: Same.
2147 * gdb.ada/print_pc.exp: Same.
2148 * gdb.ada/ptype_arith_binop.exp: Same.
2149 * gdb.ada/ptype_field.exp: Same.
2150 * gdb.ada/ptype_tagged_param.exp: Same.
2151 * gdb.ada/rec_return.exp: Same.
2152 * gdb.ada/ref_tick_size.exp: Same.
2153 * gdb.ada/str_ref_cmp.exp: Same.
2154 * gdb.ada/taft_type.exp: Same.
2155 * gdb.ada/tagged.exp: Same.
2156 * gdb.ada/type_coercion.exp: Same.
2157 * gdb.ada/uninitialized_vars.exp: Same.
2158
2159 2019-10-30 Tom de Vries <tdevries@suse.de>
2160
2161 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2162
2163 2019-10-26 Tom de Vries <tdevries@suse.de>
2164
2165 * gdb.base/bigcore.c: Fix typos in comments.
2166 * gdb.base/ctf-ptype.c: Same.
2167 * gdb.base/long_long.c: Same.
2168 * gdb.dwarf2/dw2-op-out-param.S: Same.
2169 * gdb.python/py-evthreads.c: Same.
2170 * gdb.reverse/i387-stack-reverse.c: Same.
2171 * gdb.trace/tfile.c: Same.
2172 * lib/compiler.c: Same.
2173 * lib/compiler.cc: Same.
2174
2175 2019-10-25 Tom de Vries <tdevries@suse.de>
2176
2177 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2178 gdb_test_multiple calls.
2179 * gdb.reverse/sigall-reverse.exp: Same.
2180 * gdb.reverse/solib-precsave.exp: Same.
2181 * gdb.reverse/solib-reverse.exp: Same.
2182 * gdb.reverse/until-precsave.exp: Same.
2183 * gdb.reverse/until-reverse.exp: Same.
2184
2185 2019-10-24 Tom de Vries <tdevries@suse.de>
2186
2187 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2188 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2189 kfail using -wrap pattern flag and convenience variable
2190 gdb_test_name.
2191
2192 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2193
2194 * gdb.python/py-progspace.exp: Add tests for the
2195 Progspace.block_for_pc method.
2196
2197 2019-10-23 Tom Tromey <tom@tromey.com>
2198
2199 * configure: Rebuild.
2200 * aclocal.m4: Use m4_include, not sinclude.
2201
2202 2019-10-21 Tom de Vries <tdevries@suse.de>
2203
2204 * gdb.base/infcall-nested-structs.c: Add
2205 __attribute__((noinline,noclone)) to all functions.
2206 (call_all): Add missing variable initialization. Simplify return value.
2207 (breakpt): Increment volatile variable, to prevent call from being
2208 optimized out.
2209 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2210
2211 2019-10-17 Tom de Vries <tdevries@suse.de>
2212
2213 * gdb.fortran/module.exp: Allow info variables to print info for files
2214 other than module.f90.
2215
2216 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2217
2218 * gdb.fortran/module.exp: Extend with 'info variables' test.
2219
2220 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2221
2222 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2223 F77_FOR_TARGET.
2224
2225 2019-10-16 Tom de Vries <tdevries@suse.de>
2226
2227 PR tdep/25096
2228 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2229
2230 2019-10-16 Tom de Vries <tdevries@suse.de>
2231
2232 PR tdep/24104
2233 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2234 Add KFAIL for PR tdep/25096.
2235
2236 2019-10-16 Tom de Vries <tdevries@suse.de>
2237
2238 PR testsuite/25059
2239 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2240
2241 2019-10-16 Tom de Vries <tdevries@suse.de>
2242
2243 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2244 as signed.
2245
2246 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2247
2248 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2249 one instead of increasing timeout.
2250
2251 2019-10-13 Tom de Vries <tdevries@suse.de>
2252
2253 PR record/25038
2254 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2255 * gdb.reverse/sigall-reverse.exp: Same.
2256 * gdb.reverse/solib-precsave.exp: Same.
2257 * gdb.reverse/solib-reverse.exp: Same.
2258 * gdb.reverse/step-precsave.exp: Same.
2259 * gdb.reverse/until-precsave.exp: Same.
2260 * gdb.reverse/until-reverse.exp: Same.
2261 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2262
2263 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2264
2265 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2266 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2267 (cmp_struct_05_01, cmp_struct_static_02_01)
2268 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2269 comparisons.
2270
2271 2019-10-10 Tom de Vries <tdevries@suse.de>
2272
2273 PR testsuite/24888
2274 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2275 gnatlink.
2276
2277 2019-10-09 Tom de Vries <tdevries@suse.de>
2278
2279 PR testsuite/25048
2280 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2281
2282 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2283
2284 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2285 exceptions due to missing debug information.
2286
2287 2019-10-07 Tom de Vries <tdevries@suse.de>
2288
2289 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2290
2291 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2292
2293 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2294 * gdb.base/annota1.exp: Update to use gdb_test_name.
2295
2296 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2297
2298 * gdb.base/ctf-whatis.exp: New file.
2299 * gdb.base/ctf-whatis.c: New file.
2300 * gdb.base/ctf-ptype.exp: New file.
2301 * gdb.base/ctf-ptype.c: New file.
2302 * gdb.base/ctf-constvars.exp: New file.
2303 * gdb.base/ctf-constvars.c: New file.
2304 * gdb.base/ctf-cvexpr.exp: New file.
2305
2306 2019-10-04 Tom de Vries <tdevries@suse.de>
2307
2308 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2309 for loop.
2310
2311 2019-10-03 Tom Tromey <tom@tromey.com>
2312
2313 PR rust/24976:
2314 * gdb.rust/simple.rs (Union2): New type.
2315 (main): Use Union2.
2316 * gdb.rust/simple.exp: Add test.
2317
2318 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2319
2320 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2321 nested function prefix.
2322
2323 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2324 Richard Bunt <richard.bunt@arm.com>
2325 Andrew Burgess <andrew.burgess@embecosm.com>
2326
2327 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2328 nested functions.
2329 * gdb.fortran/nested-funcs.f90: Update expected results.
2330 * gdb.fortran/nested-funcs-2.exp: New file.
2331 * gdb.fortran/nested-funcs-2.f90: New file.
2332
2333 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2334
2335 * gdb.python/py-parameter.exp: Make test names unique.
2336 * gdb.python/py-template.exp: Likewise.
2337 * gdb.python/py-value.exp: Likewise.
2338
2339 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2340
2341 * gdb.base/break-interp.exp: Reduce test name duplication.
2342 * gdb.base/call-sc.exp: Likewise.
2343 * gdb.base/callfuncs.exp: Likewise.
2344 * gdb.base/charset.exp: Likewise.
2345 * gdb.base/dump.exp: Likewise.
2346 * gdb.base/ena-dis-br.exp: Likewise.
2347 * gdb.base/relational.exp: Likewise.
2348 * gdb.base/step-over-syscall.exp: Likewise.
2349 * gdb.base/structs.exp: Likewise.
2350
2351 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2352
2353 * gdb.linespec/explicit.exp: Make test names unique.
2354 * gdb.linespec/ls-errs.exp: Likewise.
2355
2356 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2357
2358 * gdb.reverse/break-precsave.exp: Make test names unique.
2359 * gdb.reverse/break-reverse.exp: Likewise.
2360 * gdb.reverse/finish-precsave.exp: Likewise.
2361 * gdb.reverse/finish-reverse.exp: Likewise.
2362 * gdb.reverse/machinestate-precsave.exp: Likewise.
2363 * gdb.reverse/machinestate.exp: Likewise.
2364 * gdb.reverse/readv-reverse.exp: Likewise.
2365 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2366 * gdb.reverse/sigall-precsave.exp: Likewise.
2367 * gdb.reverse/sigall-reverse.exp: Likewise.
2368 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2369 * gdb.reverse/watch-precsave.exp: Likewise.
2370 * gdb.reverse/watch-reverse.exp: Likewise.
2371
2372 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2373
2374 * gdb.threads/stop-with-handle.c: New file.
2375 * gdb.threads/stop-with-handle.exp: New file.
2376
2377 2019-10-03 Tom de Vries <tdevries@suse.de>
2378
2379 PR testsuite/25059
2380 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2381 directory" line to be missing.
2382
2383 2019-10-03 Tom de Vries <tdevries@suse.de>
2384
2385 PR testsuite/25059
2386 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2387 type optional.
2388
2389 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2390
2391 * gdb.python/py-format-string.c (string.h): New include.
2392 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2393 the same value, for endianness-independence.
2394 * gdb.python/py-format-string.exp (default_regexp_dict)
2395 (test_pretty_structs, test_format): Adjust expected output to the
2396 changed initialization.
2397
2398 2019-10-02 Tom Tromey <tromey@adacore.com>
2399
2400 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2401
2402 2019-10-02 Pedro Alves <palves@redhat.com>
2403 Andrew Burgess <andrew.burgess@embecosm.com>
2404
2405 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2406 "print-file-var.h".
2407 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2408 (get_version_1): Print this_version_id and its address.
2409 Add extern "C" wrappers around interface functions.
2410 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2411 "print-file-var.h".
2412 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2413 (get_version_2): Print this_version_id and its address.
2414 Add extern "C" wrappers around interface functions.
2415 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2416 <stddef.h> and "print-file-var.h".
2417 Add extern "C" wrappers around interface functions.
2418 [VERSION_ID_MAIN] (this_version_id): Define.
2419 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2420 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2421 up extern "C" blocks.
2422 * gdb.base/print-file-var.exp (test): New, factored out from top
2423 level.
2424 (top level): Test all combinations of attribute hidden or not,
2425 dlopen or not, and this_version_id symbol in main file or not.
2426 Compile tests as both C++ and C, make test names unique.
2427
2428 2019-10-01 Tom Tromey <tom@tromey.com>
2429
2430 * gdb.base/style.exp: Test "show logging filename".
2431
2432 2019-10-01 Tom Tromey <tom@tromey.com>
2433
2434 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2435 * gdb.base/style.exp: Add metadata style test.
2436
2437 2019-10-01 Tom Tromey <tom@tromey.com>
2438
2439 * gdb.base/style.exp: Test "pwd".
2440
2441 2019-10-01 Tom Tromey <tom@tromey.com>
2442
2443 * gdb.base/style.exp: Update tests.
2444
2445 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2446
2447 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2448 'six' to unsigned.
2449 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2450 'five'. Use an all-ones bit pattern for each.
2451 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2452 to its changed values.
2453
2454 2019-09-30 Tom Tromey <tromey@adacore.com>
2455
2456 * gdb.rust/traits.rs: Disable all warnings.
2457
2458 2019-09-29 Tom de Vries <tdevries@suse.de>
2459
2460 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2461
2462 2019-09-29 Tom de Vries <tdevries@suse.de>
2463
2464 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2465
2466 2019-09-27 Tom de Vries <tdevries@suse.de>
2467
2468 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2469
2470 2019-09-27 Tom de Vries <tdevries@suse.de>
2471
2472 PR record/23188
2473 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2474
2475 2019-09-26 Tom Tromey <tromey@adacore.com>
2476
2477 * gdb.ada/py_taft.exp: New file.
2478 * gdb.ada/py_taft/main.adb: New file.
2479 * gdb.ada/py_taft/pkg.adb: New file.
2480 * gdb.ada/py_taft/pkg.ads: New file.
2481
2482 2019-09-24 Tom de Vries <tdevries@suse.de>
2483
2484 PR gdb/24598
2485 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2486
2487 2019-09-22 Tom de Vries <tdevries@suse.de>
2488
2489 * gdb.base/restore.exp: Allow register variables to be optimized out at
2490 -O0.
2491
2492 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2493
2494 * gdb.arch/spu-info.exp: Remove file.
2495 * gdb.arch/spu-info.c: Remove file.
2496 * gdb.arch/spu-ls.exp: Remove file.
2497 * gdb.arch/spu-ls.c: Remove file.
2498
2499 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2500 * gdb.asm/spu.inc: Remove file.
2501
2502 * gdb.base/dump.exp: Remove support for spu*-*-*.
2503 * gdb.base/stack-checking.exp: Likewise.
2504 * gdb.base/overlays.exp: Likewise.
2505 * gdb.base/ovlymgr.c: Likewise.
2506 * gdb.base/spu.ld: Remove file.
2507
2508 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2509 * gdb.cp/cpexprs.exp: Likewise.
2510 * gdb.cp/exception.exp: Likewise.
2511 * gdb.cp/gdb2495.exp: Likewise.
2512 * gdb.cp/mb-templates.exp: Likewise.
2513 * gdb.cp/pr9167.exp: Likewise.
2514 * gdb.cp/userdef.exp: Likewise.
2515
2516 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2517
2518 * gdb.cell: Remove directory.
2519 * lib/cell.exp: Remove file.
2520
2521 2019-09-19 Tom de Vries <tdevries@suse.de>
2522
2523 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2524
2525 2019-09-19 Tom de Vries <tdevries@suse.de>
2526
2527 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2528
2529 2019-09-19 Tom de Vries <tdevries@suse.de>
2530
2531 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2532 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2533 (gdb_target_cmd): ... here.
2534 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2535 value 2.
2536
2537 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2538
2539 * gdb.base/source-dir.exp: Avoid having directory names in test
2540 names.
2541
2542 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2543
2544 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2545 directory.
2546
2547 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2548
2549 * gdb.base/list-missing-source.exp: New file.
2550
2551 2019-09-14 Tom de Vries <tdevries@suse.de>
2552
2553 PR teststuite/24599
2554 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2555 * lib/ada.exp (gnatmake_version_at_least): New proc.
2556
2557 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2558
2559 * gdb.base/maint.exp: Use exec_has_index_section.
2560
2561 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2562
2563 * gdb.base/maint.exp: Add test for 'maint info sections'.
2564
2565 2019-09-12 Tom de Vries <tdevries@suse.de>
2566
2567 * gdb.base/store.exp: Allow register variables to be optimized out at
2568 -O0.
2569
2570 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2571
2572 * gdb.ada/rdv_wait.exp: Update to new task names.
2573 * gdb.base/task_switch_in_core.exp: Likewise.
2574 * gdb.base/info_sources_base.c: Likewise.
2575
2576 2019-09-10 Tom Tromey <tromey@adacore.com>
2577
2578 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2579
2580 2019-09-10 Tom Tromey <tromey@adacore.com>
2581
2582 * gdb.ada/dgopt.exp: New file.
2583 * gdb.ada/dgopt/x.adb: New file.
2584
2585 2019-09-08 Tom Tromey <tom@tromey.com>
2586
2587 * gdb.tui/resize.exp: Remove setup_xfail.
2588 * gdb.tui/regs.exp: Remove setup_xfail.
2589 * gdb.tui/basic.exp: Remove setup_xfail.
2590
2591 2019-09-06 David Blaikie <dblaikie@gmail.com>
2592
2593 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2594 * gdb.cp/cplabel.exp: Ditto.
2595 * gdb.linespec/ls-errs.exp: Ditto.
2596
2597 2019-09-05 Tom de Vries <tdevries@suse.de>
2598
2599 * lib/gdb.exp (cmp_file_string): New proc.
2600 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2601 runto_main. Verify save breakpoints output.
2602
2603 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2604
2605 * gdb.base/info-var.exp: Test info variables without running
2606 to main, to avoid expect's buffer overflow.
2607
2608 2019-09-03 Tom Tromey <tromey@adacore.com>
2609
2610 * gdb.ada/bias.exp: New file.
2611 * gdb.ada/bias/bias.adb: New file.
2612 * gdb.ada/print_chars.exp: Add regression test.
2613 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2614 (MC): New variable.
2615
2616 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2617
2618 * gdb.base/argv0-symlink.exp: Run only on native target
2619 and local host.
2620
2621 2019-08-29 Tom de Vries <tdevries@suse.de>
2622
2623 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2624 diverse debug info.
2625 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2626
2627 2019-08-28 Tom de Vries <tdevries@suse.de>
2628
2629 * gdb.base/info-var.exp: Allow info variables to print info for files
2630 other than info-var-f1.c and info-var-f2.c.
2631
2632 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2633
2634 * gdb.fortran/info-types.exp: Add module.
2635 * gdb.fortran/info-types.f90: Update expected results.
2636
2637 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2638
2639 * gdb.fortran/info-types.exp: New file.
2640 * gdb.fortran/info-types.f90: New file.
2641 * lib/fortran.exp (fortran_character1): New proc.
2642
2643 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2644
2645 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2646 functions'. Reindent as needed.
2647 * gdb.base/info-var-f1.c: New file.
2648 * gdb.base/info-var-f2.c: New file.
2649 * gdb.base/info-var.exp: New file.
2650 * gdb.base/info-var.h: New file.
2651
2652 2019-08-26 Tom de Vries <tdevries@suse.de>
2653
2654 PR c++/24852
2655 * gdb.cp/no-libstdcxx-probe.exp: New test.
2656
2657 2019-08-26 Tom de Vries <tdevries@suse.de>
2658
2659 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2660 * tests need to be skipped.
2661 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2662 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2663 mi_skip_libstdcxx_probe_tests.
2664
2665 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2666
2667 * gdb.python/py-xmethods.exp: Use raw strings when passing
2668 arguments to SimpleXMethodMatcher.
2669
2670 2019-08-22 Tom de Vries <tdevries@suse.de>
2671
2672 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2673 more informative.
2674
2675 2019-08-21 Pedro Alves <palves@redhat.com>
2676
2677 * gdb.base/with.exp: Test "with" with no arguments.
2678
2679 2019-08-21 Tom de Vries <tdevries@suse.de>
2680
2681 * gdb.base/gdb-caching-proc.exp: Sort files.
2682
2683 2019-08-20 Tom de Vries <tdevries@suse.de>
2684
2685 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2686 compilation.
2687
2688 2019-08-16 Tom de Vries <tdevries@suse.de>
2689
2690 * gdb.base/compare-sections.exp ("after run to main"): Allow
2691 mismatched read-only sections for PIE executables.
2692
2693 2019-08-16 Tom Tromey <tom@tromey.com>
2694
2695 * lib/tuiterm.exp (_csi_Z): New proc.
2696 * gdb.tui/basic.exp: Update window positions.
2697 * gdb.tui/empty.exp: Update window positions.
2698
2699 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2700
2701 * gdb.base/examine-backward.exp: Correct regexp for
2702 "examine 3 bytes backward from ${address_zero}".
2703
2704 2019-08-15 Tom Tromey <tom@tromey.com>
2705
2706 * gdb.tui/empty.exp: Enable resizing tests.
2707
2708 2019-08-15 Tom Tromey <tromey@adacore.com>
2709
2710 * gdb.ada/char_enum.exp: Add regression tests.
2711 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2712 and '0'.
2713 (Char, Gchar): Update.
2714 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2715
2716 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2717
2718 * gdb.python/python.exp: Expect a leading underscore on
2719 GdbOutput{,Error}File.
2720
2721 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2722
2723 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2724 Windows host.
2725
2726 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2727
2728 * gdb.base/batch-preserve-term-settings.exp
2729 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2730
2731 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2732
2733 * lib/gdb.exp: When running on a mingw target, replace
2734 /x/ with x:/.
2735
2736 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2737
2738 * gdb.arch/aarch64-prologue.c: New test.
2739 * gdb.arch/aarch64-prologue.exp: New file.
2740
2741 2019-08-13 Tom de Vries <tdevries@suse.de>
2742
2743 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2744 Thread.
2745
2746 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2747
2748 * gdb.python/py-completion.exp: Download the .py file to the host
2749 and use its host pathname. Conditionalize tests that use
2750 tab completion and manipulate files on the build machine.
2751 * gdb.python/py-events.exp: Download the .py file to the host
2752 and use its host pathname.
2753 * gdb.python/py-evsignal.exp: Likewise.
2754 * gdb.python/py-evthreads.exp: Likewise.
2755 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2756 pathname syntax.
2757 * gdb.python/py-framefilter.exp: Download the .py file to the right
2758 place on the host. Match Windows pathname syntax.
2759 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2760 .py file to the host and use its host pathname.
2761 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2762 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2763 build pathname. Skip symlink test on Windows host. Add missing
2764 newline at end of file.
2765 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2766 and use its host pathname.
2767 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2768 * gdb.python/py-section-script.exp: Use host location of binfile
2769 on safe-path. Use correct path separator on Windows host.
2770 Reorder alternatives in gdb_test_multiple to prevent matching
2771 the wrong alternative on success.
2772 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2773
2774 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2775
2776 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2777 expect the GDB inferior to no longer immediately stop after
2778 being resumed with "signal SIGINT".
2779
2780 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2781
2782 * gdb.linespec/break-ask.exp: Generalize regexps to match
2783 Windows pathnames too.
2784
2785 2019-08-08 Tom de Vries <tdevries@suse.de>
2786
2787 PR testsuite/24862
2788 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2789
2790 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2791
2792 * gdb.base/style.exp: Update tests for help doc new invariants.
2793 * gdb.base/help.exp: Likewise.
2794
2795 2019-08-06 Tom Tromey <tom@tromey.com>
2796
2797 * gdb.base/style.exp: Add disassemble test.
2798 * gdb.base/style.c (some_called_function): New function.
2799 (main): Use it.
2800
2801 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2802
2803 * gdb.python/py-block.exp: Test dictionary access on blocks.
2804
2805 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
2806
2807 PR gdb/24863
2808 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2809 -list-thread-groups --available test when running under
2810 check-read1.
2811
2812 2019-08-05 Tom de Vries <tdevries@suse.de>
2813
2814 PR testsuite/24863
2815 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2816 * gdb.base/help.exp: Use with_read1_timeout_factor.
2817 * gdb.base/info-macros.exp: Same.
2818 * gdb.cp/nested-types.exp: Same.
2819
2820 2019-08-05 Tom de Vries <tdevries@suse.de>
2821
2822 * lib/gdb.exp (version_at_least): Factor out of ...
2823 (tcl_version_at_least): ... here.
2824 (gdb_compile): Fail if pie results in non-PIE executable.
2825 (readelf_version, readelf_prints_pie): New proc.
2826 (exec_is_pie): Return -1 if unknown.
2827
2828 2019-08-05 Tom de Vries <tdevries@suse.de>
2829
2830 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2831
2832 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2833
2834 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2835
2836 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2837
2838 * lib/completion-support.exp (test_gdb_complete_none): Skip
2839 tab completion tests if no readline support.
2840 (test_gdb_complete_unique_re): Likewise.
2841 (test_gdb_complete_multiple): Likewise.
2842
2843 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2844
2845 * gdb.base/info_sources.exp: New file.
2846 * gdb.base/info_sources.c: New file.
2847 * gdb.base/info_sources_base.c: New file.
2848
2849 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2850
2851 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2852 prefix argument.
2853 (test_exit_status): Add prefix argument.
2854
2855 2019-08-01 Tom de Vries <tdevries@suse.de>
2856
2857 PR testsuite/24863
2858 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2859 calling exp_continue for new thread and thread exited messages.
2860
2861 2019-08-01 Tom de Vries <tdevries@suse.de>
2862
2863 PR testsuite/24863
2864 * gdb.base/structs.exp: Fix check-read1 timeout using
2865 gdb_test_sequence.
2866 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2867
2868 2019-08-01 Tom de Vries <tdevries@suse.de>
2869
2870 PR testsuite/24863
2871 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2872 line.
2873
2874 2019-08-01 Tom de Vries <tdevries@suse.de>
2875
2876 PR testsuite/24863
2877 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2878
2879 2019-07-30 Tom Tromey <tromey@adacore.com>
2880
2881 * gdb.ada/display_nested.exp: New file.
2882 * gdb.ada/display_nested/foo.adb: New file.
2883 * gdb.ada/display_nested/pack.adb: New file.
2884 * gdb.ada/display_nested/pack.ads: New file.
2885
2886 2019-07-30 Christian Biesinger <cbiesinger@google.com>
2887
2888 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2889 namespace.
2890 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2891
2892 2019-07-30 Tom de Vries <tdevries@suse.de>
2893
2894 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2895 instead.
2896
2897 2019-07-30 Tom de Vries <tdevries@suse.de>
2898
2899 PR testsuite/24834
2900 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2901 (exec_is_pie): New proc.
2902
2903 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2904
2905 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2906
2907 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2908
2909 * gdb.python/py-objfile.c: Add global and static vars.
2910 * gdb.python/py-objfile.exp: Test new functions Objfile.
2911 lookup_global_symbol and lookup_static_symbol.
2912
2913 2019-07-29 Tom Tromey <tom@tromey.com>
2914
2915 * lib/tuiterm.exp (Term::_csi_@): New proc.
2916 (Term::_csi_X): Don't move cursor.
2917
2918 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2919
2920 * gdb.base/options.exp: Update backtrace - completion to
2921 new option -frame-info.
2922 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2923 Test new 'set print frame-info'. Test backtrace -frame-info
2924 overriding 'set print frame-info'.
2925 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2926 Test new 'set print frame-info'.
2927 Verify consistency of backtrace with and without filters, with and
2928 without -no-filters.
2929 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2930 default.
2931
2932 2019-07-29 Tom de Vries <tdevries@suse.de>
2933
2934 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2935 no arguments".
2936
2937 2019-07-29 Tom de Vries <tdevries@suse.de>
2938
2939 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2940 is a substring of the first for "complete non-unique file name".
2941
2942 2019-07-29 Tom de Vries <tdevries@suse.de>
2943
2944 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2945 with ".*".
2946
2947 2019-07-29 Tom de Vries <tdevries@suse.de>
2948
2949 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2950 Pass prompt_regexp parameter to gdb_test_multiple calls.
2951
2952 2019-07-29 Tom de Vries <tdevries@suse.de>
2953
2954 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
2955 print registers" regexps.
2956
2957 2019-07-29 Tom de Vries <tdevries@suse.de>
2958
2959 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2960
2961 2019-07-29 Tom de Vries <tdevries@suse.de>
2962
2963 PR gdb/24855
2964 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2965 (skip_python_tests_prompt): Add prompt_regexp argument to
2966 gdb_test_multiple calls.
2967
2968 2019-07-27 Tom Tromey <tom@tromey.com>
2969
2970 * gdb.tui/main.exp: New file.
2971
2972 2019-07-27 Tom Tromey <tom@tromey.com>
2973
2974 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2975 optional.
2976 * gdb.tui/empty.exp: New file.
2977
2978 2019-07-27 Tom Tromey <tom@tromey.com>
2979
2980 * lib/tuiterm.exp (spawn): New proc.
2981 (Term::resize): New proc.
2982 * gdb.tui/resize.exp: New file.
2983
2984 2019-07-27 Tom Tromey <tom@tromey.com>
2985
2986 * gdb.tui/list.exp: New file.
2987
2988 2019-07-27 Tom Tromey <tom@tromey.com>
2989
2990 * gdb.tui/regs.exp: New file.
2991
2992 2019-07-27 Tom Tromey <tom@tromey.com>
2993
2994 * gdb.tui/basic.exp: Add "layout split" test.
2995
2996 2019-07-27 Tom Tromey <tom@tromey.com>
2997
2998 * gdb.tui/basic.exp: Add "layout asm" test.
2999
3000 2019-07-27 Tom Tromey <tom@tromey.com>
3001
3002 * lib/tuiterm.exp: New file.
3003 * gdb.tui/basic.exp: New file.
3004
3005 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3006
3007 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3008 Enable tests associated with this flag. Adjust regex
3009 referencing "foo_low" to now refer to "foo_cold" instead.
3010
3011 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3012
3013 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3014 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3015 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3016 foo_cold. Revise comments to match.
3017 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3018 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3019 were wrapped into this proc; Call do_test in loop from outermost
3020 level.
3021 (foo_low): Rename all occurrences to "foo_cold".
3022 (backtrace from baz): New test.
3023 (x2/i foo_cold): New test.
3024 (info line *foo_cold): New test.
3025
3026 2019-07-26 Tom de Vries <tdevries@suse.de>
3027
3028 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3029
3030 2019-07-25 Tom de Vries <tdevries@suse.de>
3031
3032 PR testsuite/24830
3033 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3034 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3035 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3036 (skip_libstdcxx_probe_tests): ... here.
3037 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3038
3039 2019-07-24 Tom de Vries <tdevries@suse.de>
3040
3041 PR testsuite/24807
3042 * gdb.objc/basicclass.m: Include stdio.h.
3043 * gdb.objc/nondebug.m: Same.
3044 * gdb.objc/objcdecode.m: Same.
3045
3046 2019-07-24 Tom de Vries <tdevries@suse.de>
3047
3048 PR testsuite/24612
3049 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3050 additional_flags.
3051
3052 2019-07-24 Tom de Vries <tdevries@suse.de>
3053
3054 PR testsuite/24831
3055 * gdb.multi/tids.exp: Update error messages for info threads.
3056
3057 2019-07-24 Tom de Vries <tdevries@suse.de>
3058
3059 * gdb.base/info-types.exp: Allow info types to print info for more than
3060 one file.
3061
3062 2019-07-23 Tom de Vries <tdevries@suse.de>
3063
3064 PR testsuite/24842
3065 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3066 gdb_spawn_with_cmdline_opts.
3067
3068 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3069
3070 * gdb.arch/arm-cmse-sgstubs.c: New test.
3071 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3072
3073 2019-07-23 Tom de Vries <tdevries@suse.de>
3074
3075 PR testsuite/24711
3076 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3077 issuing next command.
3078
3079 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3080
3081 * gdb.ada/info_auto_lang.exp: Update expected results.
3082 * gdb.base/info-types.c: Add additional types to check.
3083 * gdb.base/info-types.exp: Update expected results.
3084
3085 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3086
3087 * gdb.base/info-types.c: New file.
3088 * gdb.base/info-types.exp: New file.
3089
3090 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3091
3092 * gdb.arch/riscv-bp-infcall.c: New file.
3093 * gdb.arch/riscv-bp-infcall.exp: New file.
3094
3095 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3096
3097 PR breakpoints/24541
3098 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3099
3100 2019-07-14 Tom de Vries <tdevries@suse.de>
3101
3102 PR testsuite/24760
3103 * gdb.objc/basicclass.exp: Fix unterminated string.
3104
3105 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3106 Andrew Burgess <andrew.burgess@embecosm.com>
3107
3108 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3109 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3110 negative bounds.
3111 * gdb.fortran/vla-value.exp: Print elements of an array with
3112 negative bounds.
3113 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3114 testing.
3115
3116 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3117
3118 * gdb.base/options.exp (expect_string): Dequote strings in
3119 results.
3120 (test-string): Test strings with different quoting and reindent.
3121
3122 2019-07-10 Tom Tromey <tromey@adacore.com>
3123
3124 * gdb.ada/mi_ex_cond.exp: Update expected results.
3125 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3126 * gdb.ada/mi_catch_ex.exp: Update expected results.
3127 * gdb.ada/mi_catch_assert.exp: Update expected results.
3128 * gdb.ada/catch_ex.exp (catch_exception_info)
3129 (catch_exception_entry, catch_assert_entry)
3130 (catch_unhandled_entry): Update.
3131 * gdb.ada/catch_assert_if.exp: Update expected results.
3132
3133 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3134 Stephen Roberts <stephen.roberts@arm.com>
3135
3136 * gdb.base/define.exp: Restore original prompt.
3137
3138 2019-07-09 Pedro Alves <palves@redhat.com>
3139
3140 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3141 breakpoints" output.
3142 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3143 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3144 throw" creates breakpoint.
3145 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3146 'type="catchpoint"'.
3147
3148 2019-07-09 Pedro Alves <palves@redhat.com>
3149
3150 PR c++/15468
3151 * gdb.cp/except-multi-location-lib.cc: New.
3152 * gdb.cp/except-multi-location-main.cc: New.
3153 * gdb.cp/except-multi-location.exp: New.
3154
3155 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3156
3157 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3158 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3159 argument and update callers.
3160
3161 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3162
3163 * gdb.arch/amd64-break-on-asm-line.S: New file.
3164 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3165
3166 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3167
3168 * gdb.base/printcmds.exp: Test printing C string and
3169 C wide string convenience vars without transiting via the inferior.
3170 Also make test names unique.
3171
3172 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3173
3174 PR breakpoints/25011
3175 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3176
3177 2019-07-04 Pedro Alves <palves@redhat.com>
3178
3179 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3180 body returned ok(0), break(3) or continue(4).
3181 * gdb.testsuite/foreach_with_prefix.exp: New file.
3182
3183 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3184
3185 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3186
3187 2019-07-03 Pedro Alves <palves@redhat.com>
3188
3189 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3190 "return -code".
3191
3192 2019-07-03 Pedro Alves <palves@redhat.com>
3193
3194 PR cli/24732
3195 * gdb.base/shell.exp: Load completion-support.exp.
3196 Adjust expected error output. Add completion tests.
3197
3198 2019-07-03 Pedro Alves <palves@redhat.com>
3199
3200 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3201 string_to_regexp.
3202
3203 2019-07-03 Pedro Alves <palves@redhat.com>
3204
3205 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3206 (expect_integer): Adjust to expect "-string".
3207 (expect_string): New.
3208 (all_options): Expect "-string".
3209 (test-flag, test-boolean): Adjust to expect "-string".
3210 (test-string): New proc.
3211 (top level): Call it.
3212
3213 2019-07-03 Pedro Alves <palves@redhat.com>
3214
3215 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3216 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3217 the expected output in the success.
3218
3219 2019-07-03 Pedro Alves <palves@redhat.com>
3220
3221 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3222 Split one gdb_test_multiple call in two to avoid a race.
3223
3224 2019-07-03 Pedro Alves <palves@redhat.com>
3225
3226 * gdb.base/with.c: New file.
3227 * gdb.base/with.exp: New file.
3228
3229 2019-07-03 Pedro Alves <palves@redhat.com>
3230
3231 * gdb.base/settings.exp: Replace all references to "maint
3232 test-settings set" with references to "maint set test-settings",
3233 and all references to "maint test-settings show" with references
3234 to "maint show test-settings".
3235
3236 2019-07-03 Pedro Alves <palves@redhat.com>
3237
3238 * gdb.base/settings.exp (test-string): Adjust expected out when
3239 testing "maint test-settings show filename"
3240
3241 2019-07-02 Pedro Alves <palves@redhat.com>
3242
3243 * gdb.base/options.exp (test-info-threads): New procedure.
3244 (top level): Call it.
3245
3246 2019-06-28 Tom Tromey <tromey@adacore.com>
3247
3248 * gdb.dwarf2/ada-linkage-name.c: New file.
3249 * gdb.dwarf2/ada-linkage-name.exp: New file.
3250
3251 2019-06-27 Tom Tromey <tromey@adacore.com>
3252
3253 PR c++/20020:
3254 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3255
3256 2019-06-26 Tom de Vries <tdevries@suse.de>
3257
3258 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3259
3260 2019-06-26 Tom de Vries <tdevries@suse.de>
3261
3262 * gdb.base/index-cache.exp: Add back missing debug option.
3263
3264 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3265
3266 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3267
3268 2019-06-25 Tom de Vries <tdevries@suse.de>
3269
3270 PR testsuite/24727
3271 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3272
3273 2019-06-24 Tom de Vries <tdevries@suse.de>
3274
3275 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3276
3277 2019-06-24 Tom de Vries <tdevries@suse.de>
3278
3279 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3280 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3281 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3282
3283 2019-06-24 Tom de Vries <tdevries@suse.de>
3284
3285 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3286
3287 2019-06-21 Tom de Vries <tdevries@suse.de>
3288
3289 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3290
3291 2019-06-21 Tom de Vries <tdevries@suse.de>
3292
3293 PR testsuite/24518
3294 PR ada/24713
3295 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3296 index.
3297
3298 2019-06-19 Tom Tromey <tromey@adacore.com>
3299
3300 * gdb.ada/length_cond.exp: Add intro comment.
3301
3302 2019-06-19 Tom Tromey <tromey@adacore.com>
3303
3304 * gdb.ada/length_cond.exp: New file.
3305 * gdb.ada/length_cond/length_cond.adb: New file.
3306 * gdb.ada/length_cond/pck.adb: New file.
3307 * gdb.ada/length_cond/pck.ads: New file.
3308
3309 2019-06-18 Tom de Vries <tdevries@suse.de>
3310
3311 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3312
3313 2019-06-18 Tom Tromey <tromey@adacore.com>
3314
3315 * gdb.base/list0.h: Add comment explaining control character.
3316
3317 2019-06-18 Tom de Vries <tdevries@suse.de>
3318
3319 * boards/fission.exp: Break up long debug_flags line.
3320
3321 2019-06-16 Tom de Vries <tdevries@suse.de>
3322
3323 PR gdb/24445
3324 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3325 generated index.
3326
3327 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3328
3329 PR gdb/24686
3330 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3331 improve detection of bug gdb/24541.
3332
3333 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3334
3335 PR gdb/24669
3336 * gdb.base/index-cache.exp (uses_readnow,
3337 expecting_index_cache_use): Define global variable.
3338 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3339 expecting_index_cache_use.
3340
3341 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3342 Andrew Burgess <andrew.burgess@embecosm.com>
3343
3344 * gdb.fortran/pointers.f90: New file.
3345 * gdb.fortran/print_type.exp: New file.
3346 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3347 * gdb.fortran/vla-type.exp: Likewise.
3348 * gdb.fortran/vla-value.exp: Likewise.
3349 * gdb.mi/mi-vla-fortran.exp: Likewise.
3350
3351 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3352
3353 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3354 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3355 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3356 as a stop reason.
3357
3358 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3359
3360 * gdb.base/annota1.exp: Update expected results.
3361 * gdb.cp/annota2.exp: Likewise.
3362 * gdb.cp/annota3.exp: Likewise.
3363
3364 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3365
3366 * gdb.base/style-logging.exp: Remove path from test name.
3367
3368 2019-06-14 Tom Tromey <tromey@adacore.com>
3369
3370 PR gdb/24502:
3371 * gdb.base/style-logging.exp: New file.
3372
3373 2019-06-14 Tom Tromey <tromey@adacore.com>
3374
3375 * gdb.base/symfile-warn.exp: New file.
3376 * gdb.base/symfile-warn.c: New file.
3377
3378 2019-06-14 Tom Tromey <tromey@adacore.com>
3379
3380 * gdb.base/annotate-symlink.exp: New file.
3381
3382 2019-06-14 Tom Tromey <tromey@adacore.com>
3383
3384 * gdb.ada/set_wstr.exp: Add reassignment test.
3385
3386 2019-06-14 Tom Tromey <tromey@adacore.com>
3387
3388 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3389 'unchecked_access and 'unrestricted_access as well.
3390
3391 2019-06-14 Tom Tromey <tromey@adacore.com>
3392
3393 PR ada/24539:
3394 * gdb.ada/vla.exp: Update tests.
3395 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3396 pragma.
3397
3398 2019-06-13 Pedro Alves <palves@redhat.com>
3399
3400 * gdb.base/settings.exp (test-integer): Test junk after
3401 "unlimited".
3402
3403 2019-06-13 Pedro Alves <palves@redhat.com>
3404
3405 * gdb.base/options.exp (test-thread-apply): New.
3406 (top level): Call it.
3407
3408 2019-06-13 Pedro Alves <palves@redhat.com>
3409
3410 * gdb.base/options.exp (test-frame-apply): New.
3411 (top level): Test print commands with different "frame apply"
3412 prefixes.
3413
3414 2019-06-13 Pedro Alves <palves@redhat.com>
3415
3416 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3417 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3418 'max_completions' parameter and handle it.
3419 (test_gdb_completion_offers_commands): New.
3420
3421 2019-06-13 Pedro Alves <palves@redhat.com>
3422
3423 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3424
3425 2019-06-13 Pedro Alves <palves@redhat.com>
3426
3427 * gdb.base/options.exp (test-backtrace): New.
3428 (top level): Call it.
3429
3430 2019-06-13 Pedro Alves <palves@redhat.com>
3431
3432 * gdb.guile/scm-frame-args.exp: Use "set print
3433 raw-frame-arguments" instead of "set print raw frame-arguments".
3434 * gdb.python/py-frame-args.exp: Likewise.
3435
3436 2019-06-13 Pedro Alves <palves@redhat.com>
3437
3438 * gdb.compile/compile.exp: Adjust expected output to option
3439 processing changes.
3440
3441 2019-06-13 Pedro Alves <palves@redhat.com>
3442
3443 * gdb.base/options.exp: Build executable.
3444 (test-print): New procedure.
3445 (top level): Call it, once for "print" and another for "compile
3446 print".
3447
3448 2019-06-13 Pedro Alves <palves@redhat.com>
3449
3450 * gdb.base/options.c: New file.
3451 * gdb.base/options.exp: New file.
3452
3453 2019-06-13 Pedro Alves <palves@redhat.com>
3454
3455 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3456 that "o" is ambiguous.
3457
3458 2019-06-13 Pedro Alves <palves@redhat.com>
3459
3460 * gdb.base/settings.c: New file.
3461 * gdb.base/settings.exp: New file.
3462
3463 2019-06-13 Pedro Alves <palves@redhat.com>
3464
3465 * gdb.base/completion.exp: Fix comment typo.
3466
3467 2019-06-13 Pedro Alves <palves@redhat.com>
3468
3469 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3470 foo --1" test.
3471
3472 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3473
3474 * gdb.fortran/block-data.f: New.
3475 * gdb.fortran/block-data.exp: New.
3476
3477 2019-06-11 Tom de Vries <tdevries@suse.de>
3478
3479 PR testsuite/24521
3480 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3481 message.
3482
3483 2019-06-11 Tom de Vries <tdevries@suse.de>
3484
3485 PR testsuite/24521
3486 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3487
3488 2019-06-11 Tom de Vries <tdevries@suse.de>
3489
3490 * boards/readnow.exp: New file.
3491
3492 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3493
3494 * gdb.fortran/vla-sizeof.exp: Update expected results.
3495
3496 2019-06-06 Amos Bird <amosbird@gmail.com>
3497
3498 * gdb.base/annota1.exp (thread_switch): Add test for
3499 thread-exited annotation.
3500
3501 2019-06-06 Tom Tromey <tromey@adacore.com>
3502
3503 * gdb.base/maint.exp: Expect command started/finished output.
3504
3505 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3506
3507 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3508 comment.
3509 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3510
3511 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3512
3513 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3514 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3515 * gdb.arch/riscv-unwind-long-insn.c: New file.
3516 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3517
3518 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3519
3520 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3521
3522 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3523
3524 * lib/gdb.exp (help_list_trailer): New regexp variable
3525 factorizing the help trailer message.
3526 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3527 arg to allow to better factorize various tests.
3528 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3529 (test_prefix_command_help): Use help_list_trailer.
3530 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3531 * gdb.guile/scm-cmd.exp: Likewise.
3532 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3533 * gdb.base/help.exp: Use test_user_defined_class_help.
3534 * gdb.base/style.exp: Add tests for styling of help and apropos.
3535 * lib/gdb-utils.exp (style): Add title and highlight styles.
3536
3537 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3538
3539 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3540 $_shell_exitsignal.
3541 * gdb.base/default.exp: Update for new convenience variables.
3542
3543 2019-05-29 Tom Tromey <tromey@adacore.com>
3544
3545 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3546 to "break complete ada" test case's regexp.
3547
3548 2019-05-29 Tom Tromey <tromey@adacore.com>
3549
3550 PR c++/20020:
3551 * gdb.cp/constexpr-field.exp: New file.
3552 * gdb.cp/constexpr-field.cc: New file.
3553
3554 2019-05-29 Tom Tromey <tromey@adacore.com>
3555
3556 * gdb.base/finish.exp (finish_no_print): New proc.
3557 (finish_tests): Call it.
3558
3559 2019-05-24 Tom de Vries <tdevries@suse.de>
3560
3561 * gdb.dwarf2/gdb-add-index.exp: New file.
3562
3563 2019-05-22 Tom Tromey <tromey@adacore.com>
3564
3565 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3566 * gdb.base/style.exp: Use "style".
3567 * lib/gdb-utils.exp (style): New proc.
3568
3569 2019-05-22 Tom de Vries <tdevries@suse.de>
3570
3571 * gdb.base/align.exp: Require c++11.
3572
3573 2019-05-22 Tom de Vries <tdevries@suse.de>
3574
3575 PR testsuite/24586
3576 * gdb.python/py-mi-var-info-path-expression.exp: Call
3577 mi_skip_python_tests to check if python is supported.
3578
3579 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3580
3581 * gdb.arch/aarch64-pauth.c: New test.
3582 * gdb.arch/aarch64-pauth.exp: New file.
3583
3584 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3585
3586 * README (Re-running Tests Outside The Testsuite): New section.
3587
3588 2019-05-21 Tom de Vries <tdevries@suse.de>
3589
3590 * gdb.arch/amd64-eval.exp: Require c++11.
3591 * gdb.base/max-depth.exp: Same.
3592 * gdb.compile/compile-cplus-array-decay.exp: Same.
3593 * gdb.cp/meth-typedefs.exp: Same.
3594 * gdb.cp/subtypes.exp: Same.
3595 * gdb.cp/temargs.exp: Same.
3596
3597 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3598
3599 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3600
3601 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3602
3603 PR gdb/18644
3604 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3605 * gdb.fortran/printing-types.exp: Add new test.
3606 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3607 testing.
3608 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3609 setup_kfail call.
3610
3611 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3612
3613 * README (Running the Testsuite): Change example.
3614 (Testsuite Parameters): Remove TRANSCRIPT.
3615 * lib/gdb.exp: Remove TRANSCRIPT check.
3616
3617 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3618
3619 * README (Testsuite Parameters): Add replay logging to
3620 GDBSERVER_DEBUG.
3621 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3622 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3623 as a comma separated list.
3624 (gdb_debug_init): Override procedure.
3625
3626 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3627
3628 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3629 (gdb_write_cmd_file): New procedure.
3630 * lib/gdbserver-support.exp (gdbserver_start): Call
3631 gdbserver_write_cmd_file.
3632 (gdbserver_write_cmd_file): New procedure.
3633
3634 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3635
3636 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3637 (delete_breakpoints): Likewise.
3638 (gdb_run_cmd): Likewise.
3639 (gdb_start_cmd): Likewise.
3640 (gdb_starti_cmd): Likewise.
3641 (gdb_internal_error_resync): Likewise.
3642 (gdb_test_multiple): Likewise.
3643 (gdb_reinitialize_dir): Likewise.
3644 (default_gdb_exit): Likewise.
3645 (gdb_file_cmd): Mark kill as optional.
3646 (default_gdb_start): Call gdb_stdin_log_init.
3647 (send_gdb): Call gdb_stdin_log_write.
3648 (rerun_to_main): Mark Y as an answer.
3649 (gdb_stdin_log_init): New function.
3650 (gdb_stdin_log_write): Likewise.
3651
3652 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3653
3654 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3655 * gdb.base/debug-expr.exp: Likewise.
3656 * gdb.base/foll-fork.exp: Likewise.
3657 * gdb.base/foll-vfork.exp: Likewise.
3658 * gdb.base/fork-print-inferior-events.exp: Likewise.
3659 * gdb.base/gdb-sigterm.exp: Likewise.
3660 * gdb.base/gdbinit-history.exp: Likewise.
3661 * gdb.base/osabi.exp: Likewise.
3662 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3663 * gdb.base/ui-redirect.exp: Likewise.
3664 * gdb.gdb/unittest.exp: Likewise.
3665 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3666 * gdb.mi/mi-watch.exp: Likewise.
3667 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3668 * gdb.mi/user-selected-context-sync.exp: Likewise.
3669 * gdb.python/python.exp: Disable debug test when debugging.
3670 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3671 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3672 Likewise.
3673 * gdb.threads/stepi-random-signal.exp: Likewise.
3674
3675 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3676
3677 * Makefile.in: Pass through GDB_DEBUG.
3678 * README (Testsuite Parameters): Add GDB_DEBUG.
3679 (gdb,debug): Add board setting.
3680 * lib/gdb.exp (default_gdb_start): Start debugging.
3681 (gdb_debug_enabled): New procedure.
3682 (gdb_debug_init): Likewise.
3683
3684 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3685
3686 * Makefile.in: Pass through GDB_DEBUG.
3687 * README (Testsuite Parameters): Add GDB_DEBUG.
3688 (gdb,debug): Add board setting.
3689 * lib/gdb.exp (default_gdb_start): Start debugging.
3690 (gdb_debug_enabled): New procedure.
3691 (gdb_debug_init): Likewise.
3692
3693 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3694
3695 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3696
3697 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3698
3699 * gdb.base/ui-redirect.exp: Test redirection.
3700
3701 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3702
3703 * gdb.mi/mi-complete.exp: New file.
3704 * gdb.mi/mi-complete.cc: Likewise.
3705
3706 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3707
3708 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3709 indexed and sliced arrays, and pointers to arrays.
3710
3711 2019-05-14 Tom Tromey <tromey@adacore.com>
3712
3713 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3714 styling test.
3715
3716 2019-05-14 Tom de Vries <tdevries@suse.de>
3717
3718 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3719 selection entry encoding.
3720
3721 2019-05-10 Tom Tromey <tromey@adacore.com>
3722
3723 * gdb.ada/info_exc.exp: Add "complete" test.
3724
3725 2019-05-09 Tom de Vries <tdevries@suse.de>
3726
3727 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3728 CU-relative.
3729
3730 2019-05-09 Tom de Vries <tdevries@suse.de>
3731
3732 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3733 CU-relative.
3734
3735 2019-05-08 Joel Brobecker <brobecker@adacore.com>
3736
3737 * gdb.ada/frame_arg_lang.exp: New testcase.
3738 * gdb.ada/frame_arg_lang/bla.adb: New file.
3739 * gdb.ada/frame_arg_lang/pck.ads: New file.
3740 * gdb.ada/frame_arg_lang/pck.adb: New file.
3741 * gdb.ada/frame_arg_lang/foo.c: New file.
3742
3743 2019-05-08 Tom Tromey <tromey@adacore.com>
3744
3745 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3746
3747 2019-05-08 Tom Tromey <tromey@adacore.com>
3748
3749 * gdb.base/ptype-offsets.exp: Update tests.
3750
3751 2019-05-08 Tom Tromey <tromey@adacore.com>
3752
3753 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3754 cases.
3755 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3756 "short".
3757
3758 2019-05-08 Tom Tromey <tromey@adacore.com>
3759
3760 * gdb.ada/vla.exp: New file.
3761 * gdb.ada/vla/vla.adb: New file.
3762
3763 2019-05-07 Tom de Vries <tdevries@suse.de>
3764
3765 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3766
3767 2019-05-07 Tom de Vries <tdevries@suse.de>
3768
3769 PR testsuite/24522
3770 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3771 section.
3772
3773 2019-05-07 Tom de Vries <tdevries@suse.de>
3774
3775 PR testsuite/24522
3776 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3777 .debug_aranges section.
3778
3779 2019-05-07 Tom de Vries <tdevries@suse.de>
3780
3781 PR testsuite/24159
3782 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3783
3784 2019-05-06 Tom de Vries <tdevries@suse.de>
3785
3786 * lib/gdb.exp (exec_has_index_section): New proc.
3787 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3788 section.
3789
3790 2019-05-04 Tom de Vries <tdevries@suse.de>
3791
3792 * boards/cc-with-debug-names.exp: New file.
3793
3794 2019-05-03 Tom Tromey <tromey@adacore.com>
3795
3796 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3797 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3798 * gdb.ada/char_enum.exp: Add test.
3799
3800 2019-05-03 Tom de Vries <tdevries@suse.de>
3801
3802 * boards/cc-with-gdb-index.exp: New file.
3803
3804 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3805
3806 * gdb.rust/simple.exp: Add new test case.
3807 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3808 (main): Initialise an instance of the new struct.
3809
3810 2019-05-01 Tom Tromey <tromey@adacore.com>
3811
3812 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3813 record.
3814 (NPR): New variable.
3815 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3816 test.
3817
3818 2019-05-01 Tom Tromey <tromey@adacore.com>
3819
3820 * gdb.ada/packed_array_assign.exp: Add packed assignment
3821 regression test.
3822
3823 2019-05-01 Tom de Vries <tdevries@suse.de>
3824
3825 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3826
3827 2019-05-01 Tom de Vries <tdevries@suse.de>
3828
3829 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3830
3831 2019-04-30 Ali Tamur <tamur@google.com>
3832
3833 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3834
3835 2019-04-30 Tom Tromey <tromey@adacore.com>
3836
3837 * lib/ada.exp (find_ada_tool): New proc.
3838 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3839 * gdb.ada/catch_ex_std.exp: New file.
3840 * gdb.ada/catch_ex_std/foo.adb: New file.
3841 * gdb.ada/catch_ex_std/some_package.adb: New file.
3842 * gdb.ada/catch_ex_std/some_package.ads: New file.
3843
3844 2019-04-30 Tom Tromey <tromey@adacore.com>
3845
3846 PR c++/24470:
3847 * gdb.cp/temargs.cc: Add test code from PR.
3848
3849 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3850
3851 * gdb.fortran/vla-datatypes.exp: Update expected results.
3852 * gdb.fortran/vla-ptype.exp: Likewise.
3853 * gdb.fortran/vla-type.exp: Likewise.
3854 * gdb.fortran/vla-value.exp: Likewise.
3855
3856 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3857
3858 * gdb.fortran/ptr-indentation.exp: Update expected results.
3859 * gdb.fortran/ptype-on-functions.exp: Likewise.
3860 * gdb.fortran/vla-ptr-info.exp: Likewise.
3861 * gdb.fortran/vla-value.exp: Likewise.
3862
3863 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3864
3865 * gdb.fortran/ptype-on-functions.exp: New file.
3866 * gdb.fortran/ptype-on-functions.f90: New file.
3867
3868 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3869
3870 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3871 case void string.
3872
3873 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3874
3875 * gdb.fortran/complex.exp: Expand.
3876 * gdb.fortran/complex.f: Renamed to...
3877 * gdb.fortran/complex.f90: ...this, and extended to add more
3878 complex values.
3879
3880 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3881
3882 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3883 MODULO, CMPLX.
3884
3885 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3886 Richard Bunt <richard.bunt@arm.com>
3887
3888 * gdb.base/max-depth.c: New file.
3889 * gdb.base/max-depth.exp: New file.
3890 * gdb.python/py-nested-maps.c: New file.
3891 * gdb.python/py-nested-maps.exp: New file.
3892 * gdb.python/py-nested-maps.py: New file.
3893 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3894 (test_all_common): Call test_max_depth.
3895 * gdb.fortran/max-depth.exp: New file.
3896 * gdb.fortran/max-depth.f90: New file.
3897 * gdb.go/max-depth.exp: New file.
3898 * gdb.go/max-depth.go: New file.
3899 * gdb.modula2/max-depth.exp: New file.
3900 * gdb.modula2/max-depth.c: New file.
3901 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3902
3903 2019-04-29 Tom de Vries <tdevries@suse.de>
3904
3905 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3906
3907 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3908
3909 * gdb.base/callexit.exp: Test may-call-functions off.
3910
3911 2019-04-25 Keith Seitz <keiths@redhat.com>
3912
3913 PR c++/24367
3914 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3915 (another_incomplete_struct, test_incomplete): New definitions.
3916 (main): Use new definitions.
3917 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3918 functions.
3919
3920 2019-04-25 Ali Tamur <tamur@google.com>
3921
3922 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3923
3924 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3925
3926 PR corefiles/11608
3927 PR corefiles/18187
3928 * gdb.base/coredump-filter-build-id.exp: New file.
3929
3930 2019-04-25 Alan Hayward <alan.hayward@arm.com>
3931
3932 * Makefile.in: Pass through GDBSERVER_DEBUG.
3933 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3934 (gdbserver,debug): Add board setting.
3935 * gdb.trace/tspeed.exp: Skip when debugging.
3936 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3937 * lib/gdbserver-support.exp: Likewise
3938
3939 2019-04-24 Tom Tromey <tromey@adacore.com>
3940
3941 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3942 Rust.
3943
3944 2019-04-24 Tom Tromey <tromey@adacore.com>
3945
3946 * gdb.arch/amd64-eval.exp: Test bitfield return.
3947 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3948 (class Foo) <return_bitfields>: New method.
3949 (main): Call it.
3950
3951 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3952
3953 * gdb.cp/many-args.cc: New file.
3954 * gdb.cp/many-args.exp: New file.
3955
3956 2019-04-23 Tom de Vries <tdevries@suse.de>
3957
3958 PR gdb/24433
3959 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3960
3961 2019-04-23 Alan Hayward <alan.hayward@arm.com>
3962
3963 * gdb.trace/backtrace.exp: Use nopie flag.
3964 * gdb.trace/circ.exp: Likewise.
3965 * gdb.trace/collection.exp: Likewise.
3966 * gdb.trace/ftrace.exp: Likewise.
3967 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3968 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3969 * gdb.trace/qtro.exp: Likewise.
3970 * gdb.trace/read-memory.exp: Likewise.
3971 * gdb.trace/report.exp: Likewise.
3972 * gdb.trace/tfile.exp: Likewise.
3973 * gdb.trace/tfind.exp: Likewise.
3974 * gdb.trace/unavailable.exp: Likewise.
3975
3976 2019-04-22 Pedro Alves <palves@redhat.com>
3977
3978 * gdb.base/solib-probes-nosharedlibrary.c,
3979 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3980
3981 2019-04-19 Tom Tromey <tromey@adacore.com>
3982
3983 * gdb.ada/ptype_union.c: New file.
3984 * gdb.ada/ptype_union.exp: New file.
3985
3986 2019-04-19 Tom Tromey <tromey@adacore.com>
3987
3988 PR symtab/24423:
3989 * gdb.base/list0.h (foo): Add a control-l character.
3990
3991 2019-04-18 Tom de Vries <tdevries@suse.de>
3992
3993 PR gdb/24433
3994 * boards/local-board.exp: Set sysroot to "".
3995
3996 2019-04-18 Tom de Vries <tdevries@suse.de>
3997 Pedro Alves <palves@redhat.com>
3998
3999 PR gdb/24454
4000 * gdb.threads/vfork-follow-child-exec.c: New file.
4001 * gdb.threads/vfork-follow-child-exec.exp: New file.
4002 * gdb.threads/vfork-follow-child-exit.c: New file.
4003 * gdb.threads/vfork-follow-child-exit.exp: New file.
4004
4005 2019-04-15 Leszek Swirski <leszeks@google.com>
4006
4007 * gdb.arch/amd64-eval.cc: New file.
4008 * gdb.arch/amd64-eval.exp: New file.
4009
4010 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4011
4012 * gdb.server/sysroot.c: New test.
4013 * gdb.server/sysroot.exp: New file.
4014 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4015 matching param.
4016
4017 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4018
4019 * gdb.base/align.exp: Extend test to cover structures containing
4020 only static fields.
4021
4022 2019-04-11 Tom de Vries <tdevries@suse.de>
4023
4024 * boards/cc-with-dwz-m.exp: New file.
4025 * boards/cc-with-dwz.exp: New file.
4026 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4027
4028 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4029
4030 * gdb.base/start-cpp.exp: New file.
4031 * gdb.base/start-cpp.cc: New file.
4032
4033 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4034
4035 * gdb.python/py-thrhandle.exp: Adjust tests to call
4036 thread_from_handle instead of thread_from_thread_handle.
4037
4038 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4039
4040 * gdb.python/py-thrhandle.exp: Add tests for
4041 gdb.InferiorThread.handle.
4042
4043 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4044
4045 * gdb.python/py-function.exp: Check calling helper function from
4046 all languages.
4047 * lib/gdb.exp (gdb_supported_languages): New proc.
4048
4049 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4050
4051 * gdb.base/complex-parts.c: New file.
4052 * gdb.base/complex-parts.exp: New file.
4053
4054 2019-04-01 Tom Tromey <tromey@adacore.com>
4055
4056 PR symtab/23331:
4057 * gdb.dwarf2/dw2-ranges-main.c: New file.
4058 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4059 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4060
4061 2019-03-30 Simon Marchi <simark@simark.ca>
4062
4063 * gdb.base/default.exp: Add values for $_gdb_major and
4064 $_gdb_minor.
4065
4066 2019-03-29 Tom Tromey <tromey@adacore.com>
4067
4068 * gdb.base/help.exp: Tighten apropos regexp.
4069
4070 2019-03-29 Keith Seitz <keiths@redhat.com>
4071
4072 * gdb.fortran/array-bounds.exp: New file.
4073 * gdb.fortran/array-bounds.f90: New file.
4074
4075 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4076
4077 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4078
4079 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4080
4081 * gdb.multi/hello.c (main): Increase alarm timer.
4082
4083 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4084
4085 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4086 factor when no hardware watchpoint support.
4087
4088 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4089 Pedro Alves <palves@redhat.com>
4090
4091 * boards/local-board.exp: set sysroot to /.
4092
4093 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4094
4095 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4096 in child.
4097
4098 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4099
4100 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4101 field.
4102 (make_container): Initialise new field.
4103 * gdb.python/py-prettyprint.exp: Add new tests.
4104 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4105 <display_hint>: New method.
4106
4107 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4108
4109 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4110 gdb_continue_to_breakpoint more throughout this test.
4111 (run_lang_tests) Supply unique test names, and use
4112 gdb_test_no_output.
4113
4114 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4115
4116 * gdb.base/finish-pretty.exp: Update expected results.
4117 * gdb.base/pretty-print.c: New file.
4118 * gdb.base/pretty-print.exp: New file.
4119
4120 2019-03-25 Pedro Alves <palves@redhat.com>
4121
4122 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4123 move comments outside list. Append '-i "" eof' section.
4124
4125 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4126
4127 PR testsuite/25016
4128 * README: Add pie options.
4129 * gdb.base/break-interp.exp: Ensure pie is disabled.
4130 * gdb.base/dump.exp: Likewise.
4131 * lib/gdb.exp (gdb_compile): Add pie option.
4132
4133 2019-03-19 Tom Tromey <tromey@adacore.com>
4134
4135 * gdb.mi/mi2-cli-display.c: New file.
4136 * gdb.mi/mi2-cli-display.exp: New file.
4137
4138 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4139 Tom Tromey <tromey@adacore.com>
4140
4141 * gdb.ada/ptype_array/pck.adb: New file.
4142 * gdb.ada/ptype_array/pck.ads: New file.
4143 * gdb.ada/ptype_array/foo.adb: New file.
4144 * gdb.ada/ptype_array.exp: New file.
4145
4146 2019-03-14 Tom Tromey <tromey@adacore.com>
4147
4148 * gdb.base/style.exp: Add "set style sources" test.
4149
4150 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4151
4152 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4153 * mi-breakpoint-multiple-locations.exp: ... this.
4154 (make_breakpoints_pattern): New proc.
4155 (do_test): Add mi_version parameter, test -break-insert,
4156 -break-info and =breakpoint-created.
4157
4158 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4159
4160 * config/default.exp: Remove 'load_lib gdb.exp'.
4161 * config/monitor.exp: Likewise.
4162 * config/sid.exp: Likewise.
4163 * config/sim.exp: Likewise.
4164 * config/slite.exp: Likewise.
4165 * config/unix.exp: Likewise.
4166 * gdb.base/default.exp: Remove unhelpful comment.
4167
4168 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4169
4170 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4171
4172 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4173
4174 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4175
4176 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4177
4178 * gdb.fortran/type-kinds.exp: Update expected results.
4179
4180 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4181
4182 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4183
4184 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4185
4186 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4187 function.
4188 (test_basic_parsing_of_type_kinds): Expand types tested.
4189 (test_parsing_invalid_type_kinds): New function.
4190
4191 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4192
4193 * gdb.fortran/intrinsics.exp: New file.
4194 * gdb.fortran/intrinsics.f90: New file.
4195 * gdb.fortran/type-kinds.exp: New file.
4196
4197 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4198
4199 * gdb.fortran/dot-ops.exp: New file.
4200
4201 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4202
4203 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4204 Check upper and lower case logical literals.
4205
4206 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4207
4208 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4209 Remove duplicate tests.
4210
4211 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4212
4213 * lib/gdb.exp (builtin_cd): rename of cd.
4214 (cd): Override builtin.
4215
4216 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4217
4218 * gdb.fortran/function-calls.exp: New file.
4219 * gdb.fortran/function-calls.f90: New test.
4220
4221 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4222
4223 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4224 on user program standard output.
4225 * gdb.fortran/short-circuit-argument-list.f90: Record function
4226 calls.
4227
4228 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4229
4230 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4231 failure.
4232
4233 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4234
4235 PR gdb/8527
4236 * gdb.base/interrupt-daemon-attach.c,
4237 gdb.base/interrupt-daemon-attach.exp: New test.
4238
4239 2019-02-27 Pedro Alves <palves@redhat.com>
4240
4241 * gdb.base/page.exp: Add tests for "set width/height -1".
4242
4243 2019-02-27 Pedro Alves <palves@redhat.com>
4244
4245 * gdb.base/page.exp: Add tests for "set/show width/height" with
4246 "infinite" values.
4247
4248 2019-02-27 Tom Tromey <tromey@adacore.com>
4249
4250 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4251 2.4.
4252 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4253 workaround.
4254
4255 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4256
4257 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4258 tests for structs with static members.
4259
4260 2019-02-26 Tom Tromey <tromey@adacore.com>
4261
4262 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4263 ValueError, not TypeError.
4264
4265 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4266
4267 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4268 call from main program.
4269
4270 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4271
4272 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4273 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4274 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4275 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4276 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4277
4278 2019-02-22 Keith Seitz <keiths@redhat.com>
4279
4280 PR symtab/23853
4281 * gdb.base/symlink-sourcefile.c: New file.
4282 * gdb.base/symlink-sourcefile.exp: New file.
4283
4284 2019-02-20 Tom Tromey <tom@tromey.com>
4285
4286 * gdb.base/info_qt.exp: Update.
4287
4288 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4289
4290 * gdb.base/source.exp: Move "error in sourced script" code to
4291 the end.
4292 * gdb.base/source-error.gdb: Move contents to
4293 source-error-1.gdb. Add new code to source source-error-1.gdb.
4294 * gdb.base/source-error-1.gdb: New file, from previous
4295 source-error.gdb.
4296
4297 2019-02-17 Tom Tromey <tom@tromey.com>
4298
4299 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4300 for macro styling.
4301 * gdb.base/style.c (SOME_MACRO): New macro.
4302
4303 2019-02-17 Tom Tromey <tom@tromey.com>
4304
4305 * gdb.base/style.exp: Add line-wrapping tests.
4306 * gdb.base/page.exp: Add test for quitting during pagination.
4307
4308 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4309
4310 * gdb.ada/big_packed_array: New testcase.
4311 * gdb.ada/homonym.exp: Fix incorrect expected output for
4312 "break <homonym__get_value>" test.
4313
4314 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4315
4316 PR breakpoints/21870
4317 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4318 and prepare_for_testing. Add comment.
4319 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4320 redundant cleanup call. Clean up comment.
4321
4322 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4323
4324 PR breakpoints/21870
4325 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4326 * gdb.arch/aarch64-dbreg-contents.c: New file.
4327
4328 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4329
4330 * gdb.ada/mi_ref_changeable: New testcase.
4331
4332 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4333
4334 * gdb.base/attach.exp: Add double attach test.
4335
4336 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4337
4338 * lib/gdb.exp (default_gdb_start): Don't match pagination
4339 prompt.
4340 (gdb_init): Set stty_init.
4341
4342 2019-01-27 Tom Tromey <tom@tromey.com>
4343
4344 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4345 skip_python_tests.
4346
4347 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4348
4349 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4350 New structure.
4351 (struct struct_static_02_02): Likewise.
4352 (struct struct_static_02_03): Likewise.
4353 (struct struct_static_02_04): Likewise.
4354 (struct struct_static_04_01): Likewise.
4355 (struct struct_static_04_02): Likewise.
4356 (struct struct_static_04_03): Likewise.
4357 (struct struct_static_04_04): Likewise.
4358 (struct struct_static_06_01): Likewise.
4359 (struct struct_static_06_02): Likewise.
4360 (struct struct_static_06_03): Likewise.
4361 (struct struct_static_06_04): Likewise.
4362 (cmp_struct_static_02_01): Likewise.
4363 (cmp_struct_static_02_02): Likewise.
4364 (cmp_struct_static_02_03): Likewise.
4365 (cmp_struct_static_02_04): Likewise.
4366 (cmp_struct_static_04_01): Likewise.
4367 (cmp_struct_static_04_02): Likewise.
4368 (cmp_struct_static_04_03): Likewise.
4369 (cmp_struct_static_04_04): Likewise.
4370 (cmp_struct_static_06_01): Likewise.
4371 (cmp_struct_static_06_02): Likewise.
4372 (cmp_struct_static_06_03): Likewise.
4373 (cmp_struct_static_06_04): Likewise.
4374 (call_all): Test new structs.
4375 * gdb.base/infcall-nested-structs.exp: Likewise.
4376
4377 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4378 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4379
4380 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4381 * gdb.base/stack-protector.c: New test.
4382 * gdb.base/stack-protector.exp: New file.
4383 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4384 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4385 option.
4386 (gdb_compile): Remove stack protector for GCC and prevent
4387 recursion.
4388
4389 2019-01-16 Keith Seitz <keiths@redhat.com>
4390
4391 PR gdb/23773
4392 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4393
4394 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4395
4396 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4397 aliases.
4398 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4399 tests.
4400 * gdb.arch/powerpc-vector-regs.c: New file.
4401 * gdb.arch/powerpc-vector-regs.exp: New file.
4402
4403 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4404
4405 * gdb.arch/altivec-regs.exp: Fix the list passed to
4406 gdb_expect_list when testing "info vector".
4407
4408 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4409
4410 * gdb.base/style.exp: Don't include path in testname.
4411
4412 2019-01-10 Keith Seitz <keiths@redhat.com>
4413
4414 PR gdb/23712
4415 PR symtab/23010
4416 * gdb.dwarf2/multidictionary.exp: New file.
4417
4418 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4419
4420 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4421 (test_gnuv3_style_demangling): ... this.
4422 (test_lucid_style_demangling): Remove.
4423 (test_arm_style_demangling): Remove.
4424 (test_hp_style_demangling): Remove.
4425 (do_tests): Remove calls to the above.
4426
4427 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4428
4429 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4430 case.
4431
4432 2019-01-06 Tom Tromey <tom@tromey.com>
4433
4434 PR gdb/28155:
4435 * gdb.dwarf2/typedef-void-finish.exp: New file.
4436
4437 2018-12-28 Tom Tromey <tom@tromey.com>
4438 Simon Marchi <simark@simark.ca>
4439
4440 * gdb.base/jit-exec.exp: New file.
4441 * gdb.base/jit-exec.c: New file.
4442 * gdb.base/jit-execd.c: New file.
4443
4444 2018-12-28 Tom Tromey <tom@tromey.com>
4445
4446 * gdb.base/style.exp: Update test to check for address styling.
4447
4448 2018-12-28 Tom Tromey <tom@tromey.com>
4449
4450 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4451 message.
4452
4453 2018-12-28 Tom Tromey <tom@tromey.com>
4454
4455 * gdb.base/style.exp: Add test for version number styling.
4456
4457 2018-12-28 Tom Tromey <tom@tromey.com>
4458
4459 * gdb.base/style.exp: Add test for print_address_symbolic.
4460
4461 2018-12-28 Tom Tromey <tom@tromey.com>
4462
4463 * gdb.base/style.exp: Add test for breakpoint setting.
4464
4465 2018-12-28 Tom Tromey <tom@tromey.com>
4466
4467 * gdb.base/style.exp: Add test for variable names.
4468
4469 2018-12-28 Tom Tromey <tom@tromey.com>
4470
4471 * gdb.base/style.exp: New file.
4472 * gdb.base/style.c: New file.
4473
4474 2018-12-28 Tom Tromey <tom@tromey.com>
4475
4476 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4477 "dumb".
4478 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4479 the TERM environment variable.
4480
4481 2018-12-27 Tom Tromey <tom@tromey.com>
4482
4483 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4484 pagination test.
4485
4486 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4487
4488 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4489 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4490
4491 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4492
4493 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4494 Filename a.adb changed to bp_fun_addr.adb.
4495 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4496
4497 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4498
4499 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4500 non-PIE executables.
4501 * README: Mention the gdb,nopie_flag board setting.
4502 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4503 non-PIE executable.
4504 * gdb.arch/amd64-entry-value.exp: Likewise.
4505 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4506 * gdb.arch/i386-float.exp: Likewise.
4507 * gdb.arch/i386-signal.exp: Likewise.
4508 * gdb.mi/mi-reg-undefined.exp: Likewise.
4509
4510 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4511
4512 PR gdb/23974
4513 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4514
4515 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4516
4517 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4518 Update order of results accordingly.
4519
4520 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4521
4522 * gdb.base/annota1.exp: Update a test regexp.
4523
4524 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4525
4526 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4527
4528 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4529
4530 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4531 (reuse_time): Initialize to REUSE_TIME_CAP.
4532 (check_rc): New function.
4533 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4534 Check pthread_create rc.
4535 (spawner_thread_func): Check pthread_create and pthread_join rc.
4536
4537 2018-12-08 Pedro Alves <palves@redhat.com>
4538
4539 * gdb.base/list.exp (test_forward_search): Rename to ...
4540 (test_forward_reverse_search): ... this. Also test reverse-search
4541 and the forward-search alias.
4542
4543 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4544
4545 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4546 local timeout variable before return, and remove all local timeout
4547 variable entirely.
4548 (gdb_load): Likewise.
4549
4550 2018-12-01 Tom de Vries <tdevries@suse.de>
4551
4552 * gdb.base/gdb-caching-proc.exp: New file.
4553
4554 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4555
4556 * Makefile.in (TIMESTAMP): New variable.
4557 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4558 command.
4559 (check-single-racy): Likewise.
4560 (check/%.exp): Likewise.
4561 (check-racy/%.exp): Likewise.
4562 (workers/%.worker): Likewise.
4563 (build-perf): Likewise.
4564 (check-perf): Likewise.
4565 * README: Describe new "TS" and "TS_FORMAT" variables.
4566 * print-ts.py: New file.
4567
4568 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4569
4570 PR python/23714
4571 * gdb.python/python.exp: Test command repetition after
4572 gdb.execute.
4573
4574 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4575
4576 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4577 is correctly aligned.
4578
4579 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4580
4581 * gdb.ada/info_auto_lang.exp: New testcase.
4582 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4583 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4584 * gdb.ada/info_auto_lang/some_c.c: New file.
4585
4586 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4587
4588 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4589 FUNC_lang language syntax.
4590
4591 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4592
4593 * gdb.base/info_minsym.c: New file.
4594 * gdb.base/info_minsym.exp: New file.
4595
4596 2018-11-19 Tom Tromey <tom@tromey.com>
4597
4598 PR rust/23625:
4599 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4600 * gdb.rust/expr.exp: Update expected output. Change one test.
4601
4602 2018-11-19 Tom Tromey <tom@tromey.com>
4603
4604 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4605
4606 2018-11-19 Pedro Alves <palves@redhat.com>
4607
4608 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4609 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4610 see the expected warning.
4611
4612 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4613
4614 PR gdb/22736:
4615 * gdb.cp/infcall-nodebug-lib.c: New test.
4616 * gdb.cp/infcall-nodebug-main.c: New test.
4617 * gdb.cp/infcall-nodebug.exp: New file.
4618
4619 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4620
4621 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4622 completer tests.
4623
4624 2018-11-09 Tom de Vries <tdevries@suse.de>
4625
4626 * gdb.base/msym-lang.c: New test.
4627 * gdb.base/msym-lang.exp: New file.
4628 * gdb.base/msym-lang-main.c: New test.
4629
4630 2018-11-08 Tom Tromey <tom@tromey.com>
4631
4632 PR gdb/23555:
4633 PR gdb/23838:
4634 * gdb.base/warning.exp: New file.
4635
4636 2018-11-08 Jan Beulich <jbeulich@suse.com>
4637
4638 * testsuite/gdb.arch/i386-avx512.c,
4639 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4640
4641 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4642
4643 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4644 point hardware.
4645
4646 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4647
4648 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4649 * gdb.dwarf2/missing-type-name.exp: New file.
4650
4651 2018-11-06 Tom de Vries <tdevries@suse.de>
4652
4653 * gdb.base/many-headers.c: New test.
4654 * gdb.base/many-headers.exp: New file.
4655
4656 2018-11-06 Jim Wilson <jimw@sifive.com>
4657
4658 * gdb.base/code_elim.exp: For riscv, set additional_flags
4659 to include -msmall-data-limit=0.
4660
4661 2018-11-01 Joel Brobecker <brobecker@adacore.com>
4662
4663 * gdb.ada/watch_minus_l: New testcase.
4664
4665 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4666
4667 * gdb.arch/aix-sighandle.c: New file.
4668 * gdb.arch/aix-sighandle.exp: New file.
4669
4670 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4671
4672 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4673 registers being unions.
4674
4675 2018-10-31 Tom de Vries <tdevries@suse.de>
4676
4677 * lib/valgrind.exp: New file.
4678 (vgdb_start, vgdb_stop): New procs, factored out of ...
4679 * gdb.base/valgrind-bt.exp: ... here, ...
4680 * gdb.base/valgrind-disp-step.exp: ... here and ...
4681 * gdb.base/valgrind-infcall.exp: ... here.
4682
4683 2018-10-31 Tom de Vries <tdevries@suse.de>
4684
4685 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4686
4687 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4688
4689 * gdb.dwarf2/void-type.c: New file.
4690 * gdb.dwarf2/void-type.exp: New file.
4691
4692 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4693
4694 * gdb.base/info_qt.c: New file.
4695 * gdb.base/info_qt.exp: New file.
4696
4697 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4698
4699 * gdb.arch/powerpc-htm-regs.c: New file.
4700 * gdb.arch/powerpc-htm-regs.exp: New file.
4701
4702 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4703
4704 * gdb.arch/powerpc-tar.c: New file.
4705 * gdb.arch/powerpc-tar.exp: New file.
4706
4707 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4708
4709 * gdb.arch/powerpc-ppr-dscr.c: New file.
4710 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4711
4712 2018-10-25 Tom de Vries <tdevries@suse.de>
4713
4714 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4715
4716 2018-10-24 Tom de Vries <tdevries@suse.de>
4717
4718 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4719 longer exists error.
4720
4721 2018-10-24 Tom de Vries <tdevries@suse.de>
4722
4723 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4724
4725 2018-10-24 Tom de Vries <tdevries@suse.de>
4726
4727 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4728 --db-attach in valgrind.
4729
4730 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4731
4732 * gdb.arch/riscv-reg-aliases.c: New file.
4733 * gdb.arch/riscv-reg-aliases.exp: New file.
4734
4735 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4736
4737 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4738
4739 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4740
4741 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4742
4743 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4744
4745 * gdb.cp/ovldbreak.exp: Fix regexps.
4746
4747 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4748
4749 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4750
4751 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4752
4753 PR cli/23785
4754 * gdb.base/restore.exp: New test to check if "restore" with an
4755 invalid file doesn't segfault.
4756
4757 2018-10-18 Tom de Vries <tdevries@suse.de>
4758
4759 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4760 * gdb.ada/excep_handle.exp: Same.
4761 * gdb.ada/mi_string_access.exp: Same.
4762 * gdb.ada/mi_var_union.exp: Same.
4763 * gdb.arch/arc-analyze-prologue.exp: Same.
4764 * gdb.arch/arc-decode-insn.exp: Same.
4765 * gdb.base/readnever.exp: Same.
4766 * gdb.fortran/printing-types.exp: Same.
4767 * gdb.guile/scm-lazy-string.exp: Same.
4768
4769 2018-10-16 Tom de Vries <tdevries@suse.de>
4770
4771 PR gdb/23730
4772 * gdb.base/catch-follow-exec.c: Add copyright notice.
4773 * gdb.base/catch-follow-exec.exp: Rewrite to use
4774 gdb_spawn_with_cmdline_opts. Require gdb-native.
4775
4776 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4777
4778 * gdb.trace/actions-changed.exp: Check for arch support.
4779 * gdb.trace/actions.exp: Likewise.
4780 * gdb.trace/ax.exp: Likewise.
4781 * gdb.trace/backtrace.exp: Likewise.
4782 * gdb.trace/change-loc.exp: Likewise.
4783 * gdb.trace/deltrace.exp: Likewise.
4784 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4785 * gdb.trace/ftrace.exp: Likewise.
4786 * gdb.trace/infotrace.exp: Check for arch support.
4787 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4788 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4789 * gdb.trace/mi-tsv-changed.exp: Likewise.
4790 * gdb.trace/packetlen.exp: Likewise.
4791 * gdb.trace/passc-dyn.exp: Likewise.
4792 * gdb.trace/passcount.exp: Likewise.
4793 * gdb.trace/pending.exp: Likewise.
4794 * gdb.trace/range-stepping.exp: Check for shlib support.
4795 * gdb.trace/report.exp: Check for arch support.
4796 * gdb.trace/save-trace.exp: Likewise.
4797 * gdb.trace/signal.exp: Check for signal support.
4798 * gdb.trace/tfind.exp: Check for arch support.
4799 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4800 * gdb.trace/trace-common.h: Add comment.
4801 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4802 * gdb.trace/trace-enable-disable.exp: Likewise.
4803 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4804 * gdb.trace/tracecmd.exp: Check for arch support.
4805 * gdb.trace/tspeed.exp: Check for shlib and target support.
4806 * gdb.trace/tstatus.exp: Check for arch support.
4807 * gdb.trace/tsv.exp: Likewise.
4808 * gdb.trace/while-dyn.exp: Likewise.
4809 * gdb.trace/while-stepping.exp: Likewise.
4810 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4811
4812 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4813
4814 * gdb.trace/tspeed.exp: Remove nowarnings.
4815 (prepare_for_trace_test): Declare "global ipalib".
4816 * gdb.trace/tspeed.c: Include unistd.h.
4817 (main): Remove superfluous printf argument.
4818
4819 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4820
4821 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4822 directory prefix on the filename.
4823
4824 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4825
4826 * gdb.gdb/unittest.exp: Update expected message informing that
4827 selftests have been disabled.
4828 * gdb.server/unittest.exp: Likewise.
4829
4830 2018-10-09 Tom de Vries <tdevries@suse.de>
4831
4832 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4833 with runto_main.
4834
4835 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
4836
4837 PR c++/16841
4838 * gdb.cp/virtbase2.cc: New file.
4839 * gdb.cp/virtbase2.exp: New file.
4840
4841 2018-10-06 Tom Tromey <tom@tromey.com>
4842
4843 PR python/19399:
4844 * gdb.python/py-inferior.exp: Add architecture test.
4845
4846 2018-10-06 Tom Tromey <tom@tromey.com>
4847
4848 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4849 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4850
4851 2018-10-06 Tom Tromey <tom@tromey.com>
4852
4853 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4854 of a "throw" catchpoint.
4855
4856 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4857
4858 * gdb.base/info-proc.exp: Update string expected from "help info
4859 proc".
4860
4861 2018-10-04 Tom Tromey <tom@tromey.com>
4862
4863 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4864 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4865 (test_initial_complaints, test_empty_complaints): Update.
4866 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4867
4868 2018-10-04 Tom Tromey <tom@tromey.com>
4869
4870 PR cli/19551:
4871 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4872 * lib/gdb.exp (gdb_file_cmd): Update.
4873 * gdb.stabs/weird.exp (print_weird_var): Update.
4874 * gdb.server/solib-list.exp: Update.
4875 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4876 * gdb.mi/mi-cli.exp: Update.
4877 * gdb.linespec/linespec.exp: Update.
4878 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4879 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4880 * gdb.cp/cp-relocate.exp: Update.
4881 * gdb.base/sym-file.exp: Update.
4882 * gdb.base/relocate.exp: Update.
4883 * gdb.base/readnever.exp: Update.
4884 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4885 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4886 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4887 * gdb.base/code_elim.exp: Update.
4888 * gdb.base/break-unload-file.exp (test_break): Update.
4889 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4890 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4891 Update.
4892 * gdb.base/attach.exp (do_attach_tests): Update.
4893 * gdb.base/sepdebug.exp: Update.
4894 * gdb.python/py-section-script.exp: Update.
4895
4896 2018-10-04 Tom Tromey <tom@tromey.com>
4897
4898 PR cli/22234:
4899 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4900 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4901 output.
4902
4903 2018-10-04 Tom Tromey <tom@tromey.com>
4904
4905 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4906 set width and height to 0.
4907 (test_command_line_attach_run): Use -quiet.
4908
4909 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4910
4911 * lib/gdb.exp (skip_ifunc_tests): New.
4912 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4913 other compile failures.
4914 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4915
4916 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4917
4918 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4919 is_amd64_regs_target.
4920
4921 2018-10-01 Alan Hayward <alan.hayward@arm.com>
4922
4923 * gdb.arch/aarch64-sighandler-regs.c: New test.
4924 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4925 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4926
4927 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4928
4929 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4930 assembly.
4931
4932 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4933
4934 * gdb.base/frame-selection.exp: New file.
4935 * gdb.base/frame-selection.c: New file.
4936
4937 2018-09-27 Alan Hayward <alan.hayward@arm.com>
4938
4939 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4940 pthread barrier.
4941 (main): Likewise.
4942
4943 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4944
4945 * gdb.base/large-frame-1.c: New file.
4946 * gdb.base/large-frame-2.c: New file.
4947 * gdb.base/large-frame.exp: New file.
4948 * gdb.base/large-frame.h: New file.
4949
4950 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4951
4952 PR gdb/20948
4953 * gdb.base/write_mem.exp: New test.
4954 * gdb.base/write_mem.c: Likewise.
4955
4956 2018-09-23 Tom Tromey <tom@tromey.com>
4957
4958 PR python/18852:
4959 * gdb.python/py-parameter.exp: Add test for parameter that throws
4960 on "set".
4961
4962 2018-09-23 Tom Tromey <tom@tromey.com>
4963
4964 PR python/17284:
4965 * gdb.python/py-template.exp (test_template_arg): Add test for
4966 negative template argument number.
4967
4968 2018-09-23 Tom Tromey <tom@tromey.com>
4969
4970 PR python/14062:
4971 * gdb.python/python.exp: Add test for post_event error.
4972
4973 2018-09-23 Tom Tromey <tom@tromey.com>
4974
4975 PR python/18170:
4976 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4977 convert pointers to int and long.
4978
4979 2018-09-23 Tom Tromey <tom@tromey.com>
4980
4981 PR python/20126:
4982 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4983 signed-ness conversion tests.
4984
4985 2018-09-23 Tom Tromey <tom@tromey.com>
4986
4987 PR python/18352;
4988 * gdb.python/py-value.exp (test_float_conversion): New proc.
4989 Use it.
4990
4991 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4992
4993 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4994
4995 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4996
4997 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4998 no readline.
4999 * gdb.base/utf8-identifiers.exp: Likewise.
5000 * gdb.cp/cpcompletion.exp: Likewise.
5001 * gdb.linespec/cpcompletion.exp: Likewise.
5002 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5003 * gdb.linespec/cpls-ops.exp: Likewise.
5004
5005 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5006 Chris January <chris.january@arm.com>
5007
5008 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5009 * gdb.fortran/short-circuit-argument-list.exp: New file.
5010 * gdb.fortran/short-circuit-argument-list.f90: New test.
5011
5012 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5013
5014 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5015 "arch=" keyword when executing "-stack-list-frames".
5016
5017 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5018
5019 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5020 "arch=" keyword when executing "-stack-list-frames".
5021
5022 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5023
5024 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5025 break ada".
5026
5027 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5028
5029 PR python/23669
5030 * gdb.python/python.exp: Test gdb.execute("show commands").
5031
5032 2018-09-16 Tom Tromey <tom@tromey.com>
5033
5034 * gdb.base/new-ui.exp (do_execution_tests): Update.
5035 * gdb.base/dbx.exp (test_breakpoints): Update.
5036
5037 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5038
5039 * lib/gdb.exp (gdb_simple_compile): Add proc.
5040 (is_elf_target): Use gdb_simple_compile.
5041 (skip_altivec_tests): Likewise.
5042 (skip_vsx_tests): Likewise.
5043 (skip_tsx_tests): Likewise.
5044 (skip_btrace_tests): Likewise.
5045 (skip_btrace_pt_tests): Likewise.
5046 (gdb_can_simple_compile): Likewise.
5047 (gdb_has_argv0): Likewise.
5048 (gdb_target_symbol_prefix): Likewise.
5049 (target_supports_scheduler_locking): Likewise.
5050
5051 2018-09-13 Tom Tromey <tom@tromey.com>
5052
5053 * Makefile.in (TAGS): Recognize proc_with_prefix and
5054 gdb_caching_proc.
5055
5056 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5057
5058 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5059 method.
5060
5061 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5062
5063 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5064 and a few other Inferior properties when the Inferior is no
5065 longer valid.
5066
5067 2018-09-13 Tom Tromey <tom@tromey.com>
5068
5069 PR rust/23650:
5070 * gdb.rust/simple.exp: Add test for enum field access error.
5071
5072 2018-09-13 Tom Tromey <tom@tromey.com>
5073
5074 PR rust/23626:
5075 * gdb.rust/simple.rs (EmptyEnum): New type.
5076 (main): Use it.
5077 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5078
5079 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5080
5081 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5082 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5083 * gdb.python/py-symtab.exp: Update test printing an objfile.
5084
5085 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5086
5087 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5088 object.
5089
5090 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5091
5092 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5093 (support_complex_tests): Use gdb_can_simple_compile.
5094 (is_ilp32_target): Likewise.
5095 (is_lp64_target): Likewise.
5096 (is_64_target): Likewise.
5097 (is_amd64_regs_target): Likewise.
5098 (is_aarch32_target): Likewise.
5099 (gdb_int128_helper): Likewise.
5100
5101 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5102
5103 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5104
5105 2018-09-10 Jerome Guitton <guitton@adacore.com>
5106
5107 * gdb.ada/same_component_name: Add test for case of tagged record
5108 with variable-length fields.
5109
5110 2018-09-10 Xavier Roirand <roirand@adacore.com>
5111
5112 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5113 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5114 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5115 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5116
5117 2018-09-10 Xavier Roirand <roirand@adacore.com>
5118
5119 * gdb.ada/mi_string_access.exp: New testcase.
5120 * gdb.ada/mi_string_access/bar.adb: New file.
5121 * gdb.ada/mi_string_access/pck.adb: New file.
5122 * gdb.ada/mi_string_access/pck.asd: New file.
5123
5124 2018-09-10 Xavier Roirand <roirand@adacore.com>
5125
5126 * gdb.ada/mi_var_union.exp: New testcase.
5127 * gdb.ada/mi_var_union/bar.adb: New file.
5128 * gdb.ada/mi_var_union/pck.adb: New file.
5129 * gdb.ada/mi_var_union/pck.asd: New file.
5130
5131 2018-09-08 Tom Tromey <tom@tromey.com>
5132
5133 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5134
5135 2018-09-08 Tom Tromey <tom@tromey.com>
5136
5137 PR python/16047:
5138 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5139 (register_pretty_printers): Register new printer.
5140 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5141 test.
5142 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5143 (an_int_type3): New global.
5144
5145 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5146
5147 * gdb.ada/expr_with_funcall: New testcase.
5148
5149 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5150
5151 * gdb.ada/packed_array_assign: New testcase.
5152
5153 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5154
5155 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5156 names, and add test prefixes to make test names unique.
5157
5158 2018-09-05 Tom de Vries <tdevries@suse.de>
5159
5160 * gdb.dwarf2/varval.exp: Add test.
5161
5162 2018-09-04 Gary Benson <gbenson@redhat.com>
5163
5164 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5165 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5166
5167 2018-08-31 Tom Tromey <tom@tromey.com>
5168
5169 * gdb.rust/simple.rs: Rename second variable "v".
5170
5171 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5172
5173 * gdb.base/funcargs.c (use_a): New function.
5174 (recurse): Call use_a.
5175
5176 2018-08-29 Keith Seitz <keiths@redhat.com>
5177
5178 * gdb.compile/compile-cplus-anonymous.cc: New file.
5179 * gdb.compile/compile-cplus-anonymous.exp: New file.
5180 * gdb.compile/compile-cplus-array-decay.cc: New file.
5181 * gdb.compile/compile-cplus-array-decay.exp: New file.
5182 * gdb.compile/compile-cplus-inherit.cc: New file.
5183 * gdb.compile/compile-cplus-inherit.exp: New file.
5184 * gdb.compile/compile-cplus-member.cc: New file.
5185 * gdb.compile/compile-cplus-member.exp: New file.
5186 * gdb.compile/compile-cplus-method.cc: New file.
5187 * gdb.compile/compile-cplus-method.exp: New file.
5188 * gdb.compile/compile-cplus-mod.c: "New" file.
5189 * gdb.compile/compile-cplus-namespace.cc: New file.
5190 * gdb.compile/compile-cplus-namespace.exp: New file.
5191 * gdb.compile/compile-cplus-nested.cc: New file.
5192 * gdb.compile/compile-cplus-nested.exp: New file.
5193 * gdb.compile/compile-cplus-print.c: "New" file.
5194 * gdb.compile/compile-cplus-print.exp: "New" file.
5195 * gdb.compile/compile-cplus-virtual.cc: New file.
5196 * gdb.compile/compile-cplus-virtual.exp: New file.
5197 * gdb.compile/compile-cplus.c: "New" file.
5198 * gdb.compile/compile-cplus.exp: "New" file.
5199 * lib/compile-support.exp: New file.
5200
5201 2018-08-16 Gary Benson <gbenson@redhat.com>
5202
5203 PR gdb/13000:
5204 * gdb.base/batch-exit-status.exp: New file.
5205 * gdb.base/batch-exit-status.good-commands: Likewise.
5206 * gdb.base/batch-exit-status.bad-commands: Likewise.
5207
5208 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5209
5210 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5211 (struct struct02): Likewise.
5212 (struct struct03): Likewise.
5213 (struct struct04): Likewise.
5214 (struct struct_01_01): New struct.
5215 (struct struct_01_02): Likewise.
5216 (struct struct_01_03): Likewise.
5217 (struct struct_01_04): Likewise.
5218 (struct struct_02_01): Likewise.
5219 (struct struct_02_02): Likewise.
5220 (struct struct_02_03): Likewise.
5221 (struct struct_02_04): Likewise.
5222 (struct struct_04_01): Likewise.
5223 (struct struct_04_02): Likewise.
5224 (struct struct_04_03): Likewise.
5225 (struct struct_04_04): Likewise.
5226 (struct struct_05_01): Likewise.
5227 (struct struct_05_02): Likewise.
5228 (struct struct_05_03): Likewise.
5229 (struct struct_05_04): Likewise.
5230 (cmp_struct01): Remove function.
5231 (cmp_struct02): Likewise.
5232 (cmp_struct03): Likewise.
5233 (cmp_struct04): Likewise.
5234 (cmp_struct_01_01): Add Function.
5235 (cmp_struct_01_02): Likewise.
5236 (cmp_struct_01_03): Likewise.
5237 (cmp_struct_01_04): Likewise.
5238 (cmp_struct_02_01): Likewise.
5239 (cmp_struct_02_02): Likewise.
5240 (cmp_struct_02_03): Likewise.
5241 (cmp_struct_02_04): Likewise.
5242 (cmp_struct_04_01): Likewise.
5243 (cmp_struct_04_02): Likewise.
5244 (cmp_struct_04_03): Likewise.
5245 (cmp_struct_04_04): Likewise.
5246 (cmp_struct_05_01): Likewise.
5247 (cmp_struct_05_02): Likewise.
5248 (cmp_struct_05_03): Likewise.
5249 (cmp_struct_05_04): Likewise.
5250 (call_all): Add new structs.
5251 * gdb.base/infcall-nested-structs.exp: Likewise.
5252
5253 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5254
5255 * gdb.python/py-framefilter-mi.exp: Update regexp to
5256 check for "arch" field in frame output.
5257
5258 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5259
5260 * gdb.dwarf2/dw2-ranges-func.c: New file.
5261 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5262
5263 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5264
5265 * gdb.base/term.exp: Compare terminal settings with values from
5266 the inferior.
5267 * gdb.base/term.c: Get and set terminal settings.
5268
5269 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5270
5271 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5272 accommodate new "arch" field in frame output.
5273 * gdb.mi/mi-return.exp: Likewise.
5274 * gdb.mi/mi-stack.exp: Likewise.
5275 * gdb.mi/mi-syn-frame.exp: Likewise.
5276 * gdb.mi/user-selected-context-sync.exp: Likewise.
5277
5278 2018-08-19 Michael Spang <spang@google.com>
5279
5280 PR gdb/11786
5281 * gdb.base/gcore-tls-pie.c: New file.
5282 * gdb.base/gcore-tls-pie.exp: New file.
5283
5284 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5285
5286 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5287 * gdb.dwarf2/varval.c: New file.
5288 * gdb.dwarf2/varval.exp: New file.
5289
5290 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5291
5292 PR gdb/18931
5293 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5294
5295 2018-08-16 Keith Seitz <keiths@redhat.com>
5296
5297 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5298 tests expected to pass.
5299
5300 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5301
5302 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5303 -data-disassemble -a.
5304 (test_disassembly_bogus_args): Likewise.
5305
5306 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5307
5308 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5309
5310 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5311
5312 * gdb.base/vla-optimized-out.exp: Add new test.
5313
5314 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5315
5316 * gdb.base/vla-optimized-out-o3.exp: Delete.
5317 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5318 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5319 deleted tests.
5320
5321 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5322
5323 PR gdb/18050:
5324 * gdb.server/extended-remote-restart.c: New file.
5325 * gdb.server/extended-remote-restart.exp: New file.
5326
5327 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5328
5329 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5330 "set variable index = 42".
5331
5332 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5333
5334 * boards/index-cache-gdb.exp: New file.
5335 * gdb.dwarf2/index-cache.exp: New file.
5336 * gdb.dwarf2/index-cache.c: New file.
5337 * gdb.base/maint.exp: Check if we are using the index cache.
5338
5339 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5340
5341 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5342 MAKEFLAGS.
5343
5344 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5345
5346 * dg-extract-results.sh: Move to toplevel contrib.
5347 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5348 * Makefile.in (check-parallel-racy): Likewise.
5349
5350 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5351
5352 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5353 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5354 tests if the target supports scheduler locking.
5355
5356 2018-08-04 Tom de Vries <tdevries@suse.de>
5357
5358 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5359
5360 2018-08-02 Tom Tromey <tom@tromey.com>
5361
5362 PR symtab/16842.
5363 * gdb.cp/temargs.exp: Test "info address" of a template
5364 parameter.
5365
5366 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5367
5368 * gdb.python/py-mi-var-info-path-expression.c: New file.
5369 * gdb.python/py-mi-var-info-path-expression.py: New file.
5370 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5371
5372 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5373
5374 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5375 error after "cannot resolve name" string.
5376
5377 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5378
5379 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5380 started.
5381 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5382
5383 2018-07-28 Tom de Vries <tdevries@suse.de>
5384
5385 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5386
5387 2018-07-26 Tom de Vries <tdevries@suse.de>
5388
5389 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5390
5391 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5392
5393 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5394 is visible.
5395
5396 2018-07-26 Tom de Vries <tdevries@suse.de>
5397
5398 PR breakpoints/23366
5399 * gdb.base/catch-follow-exec.c: New test.
5400 * gdb.base/catch-follow-exec.exp: New file.
5401
5402 2018-07-25 Tom de Vries <tdevries@suse.de>
5403
5404 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5405 vla-optimized-out.c.
5406
5407 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5408
5409 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5410 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5411
5412 2018-07-20 Tom de Vries <tdevries@suse.de>
5413
5414 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5415 NOCLONE macro.
5416 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5417
5418 2018-07-19 Tom de Vries <tdevries@suse.de>
5419
5420 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5421 regular expression.
5422
5423 2018-07-18 Tom de Vries <tdevries@suse.de>
5424
5425 * gdb.base/vla-optimized-out.c: New test.
5426 * gdb.base/vla-optimized-out.exp: New file.
5427
5428 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5429
5430 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5431 message "No address associated with hostname" when gdbserver
5432 cannot resolve the hostname.
5433
5434 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5435
5436 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5437 Add some test prefixes to make tests unique.
5438
5439 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5440
5441 * gdb.base/frameapply.c: New file.
5442 * gdb.base/frameapply.exp: New file.
5443
5444 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5445
5446 * gdb.base/skip.exp: Update expected error message.
5447
5448 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5449 Jan Kratochvil <jan.kratochvil@redhat.com>
5450 Paul Fertser <fercerpav@gmail.com>
5451 Tsutomu Seki <sekiriki@gmail.com>
5452
5453 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5454 parameter.
5455 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5456 by default.
5457 * boards/native-gdbserver.exp: Likewise.
5458 * gdb.server/run-without-local-binary.exp: Improve regexp used
5459 for detecting when a remote debugging connection succeeds.
5460 * gdb.server/server-connect.exp: New file.
5461 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5462 Do not prefix the port number with ":".
5463 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5464 support for detecting and using it. Add '$debughost_gdbserver'
5465 to the list of arguments used to start gdbserver. Handle case
5466 when gdbserver cannot resolve a network name.
5467
5468 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5469
5470 PR c++/23373
5471 * gdb.base/ptype-offsets.cc (struct static_member): New
5472 struct.
5473 (main) <stmember>: New variable.
5474 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5475 with a static member in it.
5476
5477 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5478
5479 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5480 watchpoints enabled and disabled.
5481
5482 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5483
5484 * gdb.base/examine-backward.exp: Still run tests around address
5485 0x0, even if address 0x0 is not readable. Update the pattern for
5486 matching address 0x0 in expected output.
5487
5488 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5489
5490 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5491 malloc/free.
5492
5493 2018-07-04 Tom de Vries <tdevries@suse.de>
5494
5495 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5496
5497 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5498
5499 PR tdep/8282
5500 * gdb.arch/mips-disassembler-options.exp: New test.
5501 * gdb.arch/mips-disassembler-options.s: New test source.
5502
5503 2018-06-29 Pedro Alves <palves@redhat.com>
5504
5505 * gdb.threads/names.exp: Adjust expected "info threads" output.
5506
5507 2018-06-29 Pedro Alves <palves@redhat.com>
5508
5509 * gdb.opt/inline-break.exp (line number, address): Add "info
5510 break" tests.
5511
5512 2018-06-29 Pedro Alves <palves@redhat.com>
5513
5514 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5515 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5516 number and address and running to them.
5517
5518 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5519
5520 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5521
5522 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5523
5524 * lib/compiler.c: Remove executable permission flag.
5525
5526 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5527
5528 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5529 code.
5530 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5531
5532 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5533
5534 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5535
5536 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5537
5538 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5539 address argument is omitted.
5540
5541 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5542
5543 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5544
5545 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5546
5547 PR gdb/21695
5548 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5549 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5550
5551 2018-06-26 Tom Tromey <tom@tromey.com>
5552
5553 PR rust/22574:
5554 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5555 * gdb.rust/simple.rs (struct SimpleLayout): New.
5556
5557 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5558
5559 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5560 "info registers" output.
5561
5562 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5563
5564 * gdb.base/watchpoint-hw-attach.c: New test.
5565 * gdb.base/watchpoint-hw-attach.exp: New file.
5566
5567 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5568
5569 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5570 through /bin/sh.
5571 * boards/dwarf4-gdb-index.exp: Likewise.
5572 * boards/fission-dwp.exp: Likewise.
5573
5574 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5575
5576 * gdb.base/float128.exp: Add comment and improved fail message
5577 to the failure case of "print large128" test.
5578
5579 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5580
5581 * configure.ac: Remove AC_PREREQ.
5582 * configure: Re-generate.
5583
5584 2018-06-19 Pedro Alves <palves@redhat.com>
5585
5586 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5587 (func_extern_caller): New.
5588 (main): Call func_extern_caller.
5589 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5590 logic change.
5591
5592 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5593
5594 PR gdb/16841
5595 * gdb.cp/typedef-base.cc: New file.
5596 * gdb.cp/typedef-base.exp: New file.
5597
5598 2018-06-18 Tom de Vries <tdevries@suse.de>
5599
5600 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5601
5602 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5603 Richard Bunt <Richard.Bunt@arm.com>
5604
5605 * gdb.threads/attach-slow-waitpid.c: New file.
5606 * gdb.threads/attach-slow-waitpid.exp: New file.
5607 * gdb.threads/slow-waitpid.c: New file.
5608
5609 2018-06-14 Pedro Alves <palves@redhat.com>
5610
5611 * gdb.base/fork-running-state.c: Include <errno.h>.
5612 (exit_if_relative_exits): New.
5613 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5614 exits.
5615 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5616 child exits.
5617
5618 2018-06-14 Tom de Vries <tdevries@suse.de>
5619
5620 PR cli/22573
5621 * gdb.base/finish-pretty.c: New test.
5622 * gdb.base/finish-pretty.exp: New file.
5623
5624 2018-06-14 Pedro Alves <palves@redhat.com>
5625
5626 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5627 gdb's expected startup output.
5628
5629 2018-06-14 Pedro Alves <palves@redhat.com>
5630
5631 * lib/selftest-support.exp (selftest_setup): Remove inlined
5632 function handling.
5633
5634 2018-06-14 Tom de Vries <tdevries@suse.de>
5635
5636 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5637 matching of breakpoint printing.
5638
5639 2018-06-13 Tom de Vries <tdevries@suse.de>
5640
5641 PR testsuite/23269
5642 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5643 (fork_child): ... here, and ...
5644 (fork_parent): ... here.
5645
5646 2018-06-12 Tom de Vries <tdevries@suse.de>
5647
5648 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5649
5650 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5651 Stephen Roberts <stephen.roberts@arm.com>
5652
5653 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5654 rewrite test to describe action performed, rather than possible
5655 failure.
5656
5657 2018-06-08 Gary Benson <gbenson@redhat.com>
5658
5659 * gdb.threads/check-libthread-db.exp: New file.
5660 * gdb.threads/check-libthread-db.c: Likewise.
5661
5662 2018-06-05 Tom Tromey <tom@tromey.com>
5663
5664 * gdb.base/default.exp: Update expected "show version" output.
5665
5666 2018-06-05 Tom Tromey <tom@tromey.com>
5667
5668 PR cli/12326:
5669 * gdb.cp/static-print-quit.exp: Update.
5670 * lib/gdb.exp (pagination_prompt): Update.
5671 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5672 * gdb.python/python.exp: Update.
5673
5674 2018-06-04 Joel Brobecker <brobecker@adacore.com>
5675
5676 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5677
5678 2018-06-01 Joel Brobecker <brobecker@adacore.com>
5679
5680 * gdb.ada/bp_fun_addr: New testcase.
5681
5682 2018-06-01 Tom Tromey <tom@tromey.com>
5683
5684 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5685 results.
5686 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5687 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5688 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5689 * gdb.base/maint.exp (maint_pass_if): Update.
5690
5691 2018-05-31 Maciej W. Rozycki <macro@mips.com>
5692
5693 * gdb.base/endian.exp: New test.
5694 * gdb.base/endian.c: New test source.
5695
5696 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5697
5698 PR gdb/23203
5699 * gdb.base/bt-selected-frame.c: New file.
5700 * gdb.base/bt-selected-frame.exp: New file.
5701 * lib/gdb.exp (get_current_frame_number): New function.
5702
5703 2018-05-24 Maciej W. Rozycki <macro@mips.com>
5704 Pedro Alves <palves@redhat.com>
5705
5706 * gdb.threads/tls-core.c: Include <stdlib.h>
5707 (thread_proc): Call `abort'.
5708 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5709 (tls_core_test): New procedure, bits factored out from ...
5710 (top level): ... here. Test both native cores and gcore cores.
5711
5712 2018-05-23 Tom Tromey <tom@tromey.com>
5713
5714 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5715
5716 2018-05-23 Tom Tromey <tom@tromey.com>
5717
5718 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5719 symfile_complaints.
5720 (test_short_complaints): Likewise.
5721 (test_empty_complaints): Likewise.
5722 (test_initial_complaints): Update.
5723
5724 2018-05-23 Tom Tromey <tom@tromey.com>
5725
5726 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5727
5728 2018-05-23 Tom Tromey <tom@tromey.com>
5729
5730 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5731 (test_short_complaints): Update.
5732
5733 2018-05-22 Pedro Alves <palves@redhat.com>
5734
5735 * gdb.base/remote.exp: Only gdb_start after compiling the
5736 testcase. Issue "disconnect" before testing "set remote" command
5737 defaults. Issue clean_restart before running to main.
5738
5739 2018-05-22 Pedro Alves <palves@redhat.com>
5740
5741 * gdb.base/remote.exp: Adjust expected output of "show remote
5742 memory-write-packet-size". Add tests for "set remote
5743 memory-write-packet-size 0" and "set remote
5744 memory-write-packet-size fixed/limit".
5745
5746 2018-05-22 Pedro Alves <palves@redhat.com>
5747
5748 PR gdb/22973
5749 * gdb.base/utf8-identifiers.c: New file.
5750 * gdb.base/utf8-identifiers.exp: New file.
5751
5752 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5753
5754 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5755
5756 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5757
5758 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5759
5760 2018-05-18 Tom Tromey <tom@tromey.com>
5761
5762 * gdb.base/ptype-offsets.exp: Update.
5763
5764 2018-05-17 Keith Seitz <keiths@redhat.com>
5765
5766 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5767 in expected breakpoint stop locations.
5768 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5769 move to proper scope to test variable values.
5770 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5771 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5772 New functions.
5773 (main): Call not_inline_func3.
5774 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5775 inline_func1, inline_func2, and inline_func3. Test that when each
5776 breakpoint is hit, GDB properly reports both the stop location
5777 and the backtrace. Repeat tests for temporary breakpoints.
5778
5779 2018-05-15 Maciej W. Rozycki <macro@mips.com>
5780
5781 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5782 rather then trying to access it in determining whether the PID
5783 of `gdbserver' could have been retrieved.
5784
5785 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5786
5787 * gdb.arch/amd64-init-x87-values.S: New file.
5788 * gdb.arch/amd64-init-x87-values.exp: New file.
5789
5790 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5791
5792 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5793
5794 2018-05-04 Tom Tromey <tom@tromey.com>
5795
5796 PR python/22730:
5797 * gdb.python/python.exp: Test multi-line execute.
5798
5799 2018-05-04 Tom Tromey <tom@tromey.com>
5800
5801 PR python/22731:
5802 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5803
5804 2018-05-04 Tom Tromey <tom@tromey.com>
5805
5806 PR gdb/11750:
5807 * gdb.base/define.exp: Test defining a user command inside a user
5808 command.
5809 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5810
5811 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5812 Pedro Alves <palves@redhat.com>
5813
5814 PR breakpoints/19806 and support for PR external/20207.
5815 * gdb.base/watchpoint-unaligned.c: New file.
5816 * gdb.base/watchpoint-unaligned.exp: New file.
5817
5818 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5819
5820 * gdb.base/maint.exp: Make test names unique, use
5821 test_prefix_command_help to test 'help maint info', and remove
5822 repeated test of 'help maint'.
5823
5824 2018-05-04 Tom Tromey <tom@tromey.com>
5825
5826 PR gdb/22619:
5827 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5828 behavior.
5829
5830 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5831
5832 * gdb.base/maint.exp: Process output from 'maint print registers'
5833 line at a time.
5834
5835 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5836
5837 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5838 timeout.
5839
5840 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5841
5842 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5843 filter pattern.
5844
5845 2018-05-02 Pedro Alves <palves@redhat.com>
5846
5847 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5848 to_log_command renames.
5849 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5850
5851 2018-05-02 Tom Tromey <tom@tromey.com>
5852
5853 * gdb.python/py-parameter.exp: Set test message.
5854
5855 2018-05-02 Tom Tromey <tom@tromey.com>
5856
5857 PR python/20084:
5858 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5859 PARAM_ZUINTEGER_UNLIMITED tests.
5860
5861 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5862
5863 PR rust/23124
5864 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5865 when casting.
5866
5867 2018-04-30 Tom Tromey <tom@tromey.com>
5868
5869 * gdb.python/py-type.exp: Check align attribute.
5870 * gdb.python/py-type.c: New "aligncheck" global.
5871
5872 2018-04-30 Tom Tromey <tom@tromey.com>
5873
5874 PR exp/17095:
5875 * gdb.dwarf2/dw2-align.exp: New file.
5876 * gdb.cp/align.exp: New file.
5877 * gdb.base/align.exp: New file.
5878 * lib/gdb.exp (gdb_int128_helper): New proc.
5879 (has_int128_c, has_int128_cxx): New caching procs.
5880
5881 2018-04-27 Tom Tromey <tom@tromey.com>
5882
5883 PR rust/22545:
5884 * gdb.rust/simple.exp: Add inclusive range tests.
5885
5886 2018-04-26 Pedro Alves <palves@redhat.com>
5887
5888 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5889 ifunc breakpoint locations correctly of ifunc breakpoints set
5890 while the program resolves the ifunc.
5891
5892 2018-04-26 Pedro Alves <palves@redhat.com>
5893
5894 * gdb.base/gnu-ifunc-final.c: New file.
5895 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5896 * gdb.base/gnu-ifunc.exp (executable): Delete.
5897 (staticexecutable): Adjust.
5898 (lib_opts, exec_opts): Delete.
5899 (make_binsuffix, build, set-break): New procedures.
5900 (misc_tests): New, with tests factored out from the top level.
5901 (top level): Test different combinations of ifunc resolver name,
5902 resolver with and with debug info, and ifunc target with and
5903 without debug info. Wrap static tests with with_target_prefix.
5904
5905 2018-04-26 Pedro Alves <palves@redhat.com>
5906
5907 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5908 return type" warnings.
5909
5910 2018-04-25 Pedro Alves <palves@redhat.com>
5911
5912 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5913 killed".
5914 * gdb.base/kill-after-signal.exp: Likewise.
5915 * gdb.threads/kill.exp: Likewise.
5916
5917 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5918 Sergio Durigan Junior <sergiodj@redhat.com>
5919 Pedro Alves <palves@redhat.com>
5920
5921 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5922 regexps to expect for '[Inferior ... detached]' as well.
5923 * gdb.base/attach.exp: Likewise.
5924 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5925 "gdb_continue_to_end".
5926 (test_catch_syscall_with_wrong_args): Likewise.
5927 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5928 ']'. Don't set 'verbose' on.
5929 * gdb.base/foll-vfork.exp: Likewise.
5930 * gdb.base/fork-print-inferior-events.c: New file.
5931 * gdb.base/fork-print-inferior-events.exp: New file.
5932 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5933 '[Inferior ... has been killed]' message.
5934 * gdb.base/kill-after-signal.exp: Likewise.
5935 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5936 detach message.
5937 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5938 message.
5939 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5940 regexps to expect for '[Inferior ... detached]' as well.
5941 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5942
5943 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5944
5945 PR gdb/23104
5946 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5947
5948 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5949
5950 PR gdb/23095
5951 * gdb.base/break-probes.exp: Pass shlib_load to
5952 prepare_for_testing. Set normal_bp to r_debug_state if target is
5953 bsd.
5954
5955 2018-04-19 Richard Bunt <richard.bunt@arm.com>
5956
5957 * gdb.threads/multiple-successive-infcall.c: New test.
5958 * gdb.threads/multiple-successive-infcall.exp: New file.
5959
5960 2018-04-17 Tom Tromey <tom@tromey.com>
5961
5962 * gdb.rust/simple.rs (Union): New type.
5963 (main): New local "u".
5964 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5965
5966 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5967
5968 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5969 number information in output of "whereis" command.
5970 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5971
5972 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5973
5974 * gdb.ada/info_types.exp: Adjust expected output to the line
5975 numbers now printed by "info var/func/type".
5976 * gdb.base/completion.exp: Likewise.
5977 * gdb.base/included.exp: Likewise.
5978 * gdb.cp/cp-relocate.exp: Likewise.
5979 * gdb.cp/cplusfuncs.exp: Likewise.
5980 * gdb.cp/namespace.exp: Likewise.
5981 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5982
5983 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5984
5985 * gdb.btrace/cpu.exp: New.
5986
5987 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5988
5989 * gdb.base/step-indirect-call-thunk.exp: New.
5990 * gdb.base/step-indirect-call-thunk.c: New.
5991 * gdb.reverse/step-indirect-call-thunk.exp: New.
5992 * gdb.reverse/step-indirect-call-thunk.c: New.
5993
5994 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5995
5996 * gdb.base/pie-fork.c: New file.
5997 * gdb.base/pie-fork.exp: New file.
5998
5999 2018-04-11 Tom Tromey <tom@tromey.com>
6000
6001 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6002
6003 2018-04-10 Pedro Alves <palves@redhat.com>
6004
6005 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6006 exits. Instead loop running forever.
6007 (fork_parent): Run forever too.
6008
6009 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6010
6011 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6012 mi_continue_to_line.
6013 * gdb.mi/mi-stack.c (callee4): Add comment.
6014
6015 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6016
6017 * gdb.mi/mi-stack.exp: Fix indentation.
6018
6019 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6020
6021 PR gdb/22979
6022 * gdb.arch/amd64-osabi.exp: New file.
6023
6024 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6025
6026 PR gdb/22980
6027 * gdb.base/osabi.exp: New file.
6028
6029 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6030
6031 * gdb.cp/static-typedef-print.exp: New file.
6032 * gdb.cp/static-typedef-print.cc: New file.
6033
6034 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6035
6036 * gdb.ada/varsize_limit: New testcase.
6037
6038 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6039
6040 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6041
6042 * gdb.ada/notcplusplus: New testcase.
6043
6044 * gdb.base/c-linkage-name.c: New file.
6045 * gdb.base/c-linkage-name.exp: New testcase.
6046
6047 2018-03-26 Tom Tromey <tom@tromey.com>
6048
6049 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6050 * gdb.python/py-framefilter.py (name_error): New global.
6051 (ErrorInName.function): Use name_error.
6052
6053 2018-03-26 Tom Tromey <tom@tromey.com>
6054
6055 PR backtrace/15582:
6056 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6057
6058 2018-03-23 Keith Seitz <keiths@redhat.com>
6059
6060 PR c++/22968
6061 * gdb.cp/subtypes.exp: New file.
6062 * gdb.cp/subtypes.h: New file.
6063 * gdb.cp/subtypes.cc: New file.
6064 * gdb.cp/subtypes-2.cc: New file.
6065
6066 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6067
6068 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6069 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6070 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6071 -nostartfiles when compiling the test. Confirm that all registers
6072 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6073
6074 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6075
6076 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6077 option, syntax was wrong anyway.
6078 * gdb.arch/arm-disp-step.exp: Likewise.
6079 * gdb.arch/sparc64-regs.exp: Likewise.
6080 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6081 option, syntax was wrong anyway, switch to use
6082 prepare_for_testing.
6083 * gdb.arch/i386-disp-step.exp: Likewise.
6084
6085 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6086
6087 * gdb.ada/exec_changed.exp: Replace "target_info exists
6088 use_gdb_stub" by "use_gdb_stub".
6089 * gdb.ada/start.exp: Likewise.
6090 * gdb.base/async-shell.exp: Likewise.
6091 * gdb.base/attach-pie-misread.exp: Likewise.
6092 * gdb.base/attach-wait-input.exp: Likewise.
6093 * gdb.base/break-entry.exp: Likewise.
6094 * gdb.base/break-interp.exp: Likewise.
6095 * gdb.base/dprintf-detach.exp: Likewise.
6096 * gdb.base/nostdlib.exp: Likewise.
6097 * gdb.base/solib-nodir.exp: Likewise.
6098 * gdb.base/statistics.exp: Likewise.
6099 * gdb.base/testenv.exp: Likewise.
6100 * gdb.mi/mi-exec-run.exp: Likewise.
6101 * gdb.mi/mi-start.exp: Likewise.
6102 * gdb.multi/dummy-frame-restore.exp: Likewise.
6103 * gdb.multi/multi-arch-exec.exp: Likewise.
6104 * gdb.multi/multi-arch.exp: Likewise.
6105 * gdb.multi/tids.exp: Likewise.
6106 * gdb.multi/watchpoint-multi.exp: Likewise.
6107 * gdb.python/py-events.exp: Likewise.
6108 * gdb.threads/attach-into-signal.exp: Likewise.
6109 * gdb.threads/attach-stopped.exp: Likewise.
6110 * gdb.threads/threadapply.exp: Likewise.
6111 * lib/selftest-support.exp: Likewise.
6112
6113 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6114
6115 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6116
6117 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6118
6119 * gdb.perf/template-breakpoints.cc: New file.
6120 * gdb.perf/template-breakpoints.exp: New file.
6121 * gdb.perf/template-breakpoints.py: New file.
6122
6123 2018-03-19 Tom Tromey <tom@tromey.com>
6124
6125 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6126 y0.
6127 * gdb.rust/simple.exp: Test bare identifier form of struct
6128 initializer.
6129
6130 2018-03-19 Tom Tromey <tom@tromey.com>
6131
6132 * gdb.gdb/observer.exp: Remove.
6133
6134 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6135
6136 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6137 "qualified" option when setting breakpoints.
6138 * gdb.trace/backtrace.exp: Likewise.
6139 * gdb.trace/circ.exp: Likewise.
6140 * gdb.trace/collection.exp: Likewise.
6141 * gdb.trace/disconnected-tracing.exp: Likewise.
6142 * gdb.trace/ftrace-lock.exp: Likewise.
6143 * gdb.trace/ftrace.exp: Likewise.
6144 * gdb.trace/infotrace.exp: Likewise.
6145 * gdb.trace/packetlen.exp: Likewise.
6146 * gdb.trace/passc-dyn.exp: Likewise.
6147 * gdb.trace/qtro.exp: Likewise.
6148 * gdb.trace/read-memory.exp: Likewise.
6149 * gdb.trace/report.exp: Likewise.
6150 * gdb.trace/signal.exp: Likewise.
6151 * gdb.trace/status-stop.exp: Likewise.
6152 * gdb.trace/strace.exp: Likewise.
6153 * gdb.trace/tfind.exp: Likewise.
6154 * gdb.trace/trace-break.exp: Likewise.
6155 * gdb.trace/trace-condition.exp: Likewise.
6156 * gdb.trace/trace-mt.exp: Likewise.
6157 * gdb.trace/tstatus.exp: Likewise.
6158 * gdb.trace/tsv.exp: Likewise.
6159 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6160 * gdb.trace/unavailable.exp: Likewise.
6161 * gdb.trace/while-dyn.exp: Likewise.
6162
6163 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6164
6165 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6166 that libinproctrace is copied to the target.
6167
6168 2018-03-14 Tom Tromey <tom@tromey.com>
6169
6170 PR cli/14977:
6171 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6172 a null pointer.
6173 * gdb.base/wchar.exp: Likewise.
6174
6175 2018-03-14 Tom Tromey <tom@tromey.com>
6176
6177 PR cli/19918:
6178 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6179 flag.
6180
6181 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6182
6183 PR gdb/22841
6184 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6185 "target" to remote_exec.
6186
6187 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6188
6189 PR gdb/22841
6190 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6191 ${board}_upload): Remove.
6192
6193 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6194
6195 * gdb.cp/watch-cp.cc: New test.
6196 * gdb.cp/watch-cp.exp: New file.
6197
6198 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6199
6200 * gdb.base/infcall-nested-structs.exp: New file.
6201 * gdb.base/infcall-nested-structs.c: New file.
6202 * gdb.base/float.exp: Add riscv support.
6203
6204 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6205
6206 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6207 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6208
6209 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6210
6211 * gdb.server/abspath.exp: New file.
6212 * lib/gdb.exp (with_cwd): New procedure.
6213
6214 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6215
6216 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6217 use it.
6218 (gdb_is_target_remote_prompt): New proc.
6219 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6220 (gdb_is_target_native): Pass prompt parameter to
6221 gdb_is_target_1.
6222
6223 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6224
6225 * gdb.base/load-command.c: New file.
6226 * gdb.base/load-command.exp: New file.
6227 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6228 (gdb_is_target_1): ...this, and generalize for other targets
6229 than just remote.
6230 (gdb_is_target_remote): Use gdb_is_target_1.
6231 (gdb_is_target_native): use gdb_is_target_1.
6232
6233 2018-02-26 Tom Tromey <tom@tromey.com>
6234
6235 PR python/16497:
6236 * gdb.python/py-framefilter.exp: Update test.
6237
6238 2018-02-26 Tom Tromey <tom@tromey.com>
6239
6240 * gdb.dwarf2/variant.c: New file.
6241 * gdb.dwarf2/variant.exp: New file.
6242
6243 2018-02-26 Tom Tromey <tom@tromey.com>
6244
6245 * gdb.rust/simple.exp: Accept more possible results in enum test.
6246
6247 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6248
6249 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6250 parentheses.
6251
6252 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6253
6254 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6255 name of a variable: $actual_linejj -> $actual_line.
6256
6257 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6258
6259 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6260
6261 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6262
6263 * gdb.btrace/buffer-size.exp: Do not force BTS.
6264
6265 2018-02-14 Pedro Alves <palves@redhat.com>
6266
6267 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6268 getting a "Quit".
6269
6270 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6271
6272 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6273 Fix test name.
6274
6275 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6276
6277 * gdb.cp/m-static.exp: Check type of optimized out static
6278 member.
6279
6280 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6281
6282 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6283 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6284
6285 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6286 Leszek Swirski <leszeks@google.com>
6287
6288 * gdb.python/py-prettyprint.c
6289 (struct to_string_returns_value_inner,
6290 struct to_string_returns_value_wrapper): New.
6291 (main): Add tsrvw variable.
6292 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6293 ToStringReturnsValueWrapper): New classes.
6294 (register_pretty_printers): Register new pretty-printers.
6295 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6296 recursive pretty printer.
6297 * gdb.python/py-mi.exp: Likewise.
6298
6299 2018-02-01 Leszek Swirski <leszeks@google.com>
6300
6301 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6302 functions with the same name as an include file are parsed
6303 correctly.
6304
6305 2018-02-01 Yao Qi <yao.qi@linaro.org>
6306
6307 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6308 "\[^\r\n\]*".
6309
6310 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6311
6312 * gdb.arch/powerpc-prologue-frame.s: New file.
6313 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6314 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6315
6316 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6317
6318 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6319
6320 2018-01-30 Pedro Alves <palves@redhat.com>
6321
6322 PR gdb/13211
6323 * gdb.base/interrupt-daemon.c: New.
6324 * gdb.base/interrupt-daemon.exp: New.
6325 * gdb.multi/multi-term-settings.c: New.
6326 * gdb.multi/multi-term-settings.exp: New.
6327
6328 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6329
6330 * gdb.base/break.exp: Save the location where the breakpoint
6331 on break.c:47 was actually inserted when debugging the version
6332 compiled at -O2 and use it in the expected output of the "info
6333 break" test performed soon after.
6334
6335 2018-01-22 Pedro Alves <palves@redhat.com>
6336 Sergio Durigan Junior <sergiodj@redhat.com>
6337
6338 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6339 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6340
6341 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6342
6343 * gdb.base/break-include.c, gdb.base/break-include.inc,
6344 gdb.base/break-include.exp: New files.
6345 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6346 line number now being the actual line number where the breakpoint
6347 was inserted.
6348 * gdb.mi/mi-break.exp: Likewise.
6349 * gdb.mi/mi-reverse.exp: Likewise.
6350 * gdb.mi/mi-simplerun.exp: Ditto.
6351
6352 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6353
6354 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6355 varobj.
6356 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6357
6358 2018-01-21 Don Breazeal <donb@codesourcery.com>
6359 Andrew Burgess <andrew.burgess@embecosm.com>
6360
6361 * gdb.mi/basics.c: Add new global.
6362 * gdb.mi/mi-frame-regs.exp: New file.
6363 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6364 case.
6365
6366 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6367
6368 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6369 non-parameter, and on an unknown symbol.
6370
6371 2018-01-19 Tom Tromey <tom@tromey.com>
6372
6373 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6374 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6375
6376 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6377
6378 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6379 setrlimit and chdir to int.
6380
6381 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6382
6383 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6384 function.
6385 (my_tend): Likewise.
6386 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6387 rationale of avoiding FP- and vector instructions.
6388
6389 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6390
6391 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6392 "info reg" with "\[ \t\]*".
6393 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6394 "\[ \t\]+".
6395 * gdb.arch/s390-multiarch.exp: Ditto.
6396 * gdb.base/pc-fp.exp: Ditto.
6397 * gdb.reverse/i386-precsave.exp: Ditto.
6398 * gdb.reverse/i386-reverse.exp: Ditto.
6399 * gdb.reverse/i387-env-reverse.exp: Ditto.
6400 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6401
6402 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6403
6404 * lib/gdb.exp (gdb_compile): Re-enable use of
6405 universal_compile_options for languages other than Rust.
6406
6407 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6408
6409 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6410
6411 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6412
6413 PR gdb/16577
6414 * gdb.base/solib-vanish.exp: New.
6415 * gdb.base/solib-vanish-main.c: New.
6416 * gdb.base/solib-vanish-lib1.c: New.
6417 * gdb.base/solib-vanish-lib2.c: New.
6418
6419 2018-01-17 Yao Qi <yao.qi@linaro.org>
6420
6421 * gdb.compile/compile.exp: Match the address printed for
6422 frame in the output of command "bt".
6423
6424 2018-01-15 Tom Tromey <tom@tromey.com>
6425
6426 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6427 compute sp_reg.
6428
6429 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6430
6431 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6432 to prepare.
6433 (prepare): Return 0 on error, 1 on success.
6434
6435 2018-01-12 Pedro Alves <palves@redhat.com>
6436
6437 * gdb.base/continue-after-aborted-step-over.c: New.
6438 * gdb.base/continue-after-aborted-step-over.exp: New.
6439
6440 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6441
6442 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6443 options when not creating an executable.
6444
6445 2018-01-11 Pedro Alves <palves@redhat.com>
6446
6447 PR remote/22597
6448 * gdb.server/stop-reply-no-thread.c: New file.
6449 * gdb.server/stop-reply-no-thread.exp: New file.
6450
6451 2018-01-10 Pedro Alves <palves@redhat.com>
6452
6453 PR gdb/22670
6454 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6455 functions too. Test setting breakpoints and printing C functions
6456 with no debug info too.
6457 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6458
6459 2018-01-10 Pedro Alves <palves@redhat.com>
6460
6461 PR gdb/22670
6462 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6463 a fail.
6464
6465 2018-01-10 Pedro Alves <palves@redhat.com>
6466
6467 PR gdb/22670
6468 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6469
6470 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6471
6472 * gdb.server/unittest.exp: Match the output in non-development
6473 mode.
6474
6475 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6476
6477 * gdb.gdb/unittest.exp: Match output in non-development mode.
6478
6479 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6480
6481 * gdb.ada/access_tagged_param.exp: Relax expected output
6482 for value of "ObjL" in "continue" to pck.inspect breakpoint
6483 test.
6484
6485 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6486
6487 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6488 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6489
6490 2018-01-05 Pedro Alves <palves@redhat.com>
6491
6492 PR gdb/18653
6493 * gdb.base/libsegfault.exp: New.
6494
6495 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6496
6497 PR gdb/22670
6498 * gdb.ada/access_tagged_param.exp: New file.
6499 * gdb.ada/access_tagged_param/foo.adb: New file.
6500
6501 2018-01-05 Pedro Alves <palves@redhat.com>
6502
6503 PR gdb/22670
6504 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6505 exercise lower case too, and to exercise both full matching and
6506 wild matching.
6507
6508 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6509
6510 * gdb.ada/rename_subscript_param: New testcase.
6511
6512 2018-01-05 Jerome Guitton <guitton@adacore.com>
6513
6514 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6515
6516 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6517
6518 * gdb.ada/convvar_comp: New testcase.
6519
6520 2018-01-05 Xavier Roirand <roirand@adacore.com>
6521
6522 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6523 (My_Table): New global variable.
6524 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6525
6526 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6527
6528 PR gdb/22670
6529 * gdb.ada/maint_with_ada: New testcase.
6530
6531 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6532
6533 PR gdb/22670
6534 * gdb.ada/bp_c_mixed_case: New testcase.
6535
6536 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6537
6538 PR gdb/22670
6539 * gdb.ada/complete.exp: Add "complete break ada" test.
6540
6541 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6542
6543 PR gdb/22670
6544 * gdb.ada/info_addr_mixed_case: New testcase.
6545
6546 2018-01-03 Xavier Roirand <roirand@adacore.com>
6547
6548 * gdb.ada/excep_handle.exp: New testcase.
6549 * gdb.ada/excep_handle/foo.adb: New file.
6550 * gdb.ada/excep_handle/pck.ads: New file.
6551
6552 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6553
6554 * gdb.base/step-line.c: Add extra empty line in copyright header.
6555 * gdb.base/step-line.inp: Likewise.
6556
6557 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6558
6559 * gdb.ada/dyn_stride.exp: Add slice test.
6560
6561 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6562
6563 * gdb.ada/dyn_stride: New testcase.
6564
6565 2017-12-27 Stafford Horne <shorne@gmail.com>
6566
6567 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6568 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6569
6570 2017-12-27 Stafford Horne <shorne@gmail.com>
6571
6572 * gdb.base/reggroups.c: New file.
6573 * gdb.base/reggroups.exp: New file.
6574
6575 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6576
6577 * gdb.dwarf2/ada-valprint-error.c: New file.
6578 * gdb.dwarf2/ada-valprint-error.exp: New file.
6579
6580 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6581
6582 * gdb.ada/assign_arr: New testcase.
6583
6584 2017-12-18 Xavier Roirand <roirand@adacore.com>
6585
6586 * gdb.ada/funcall_ptr: New testcase.
6587
6588 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6589
6590 PR cli/16224
6591 * gdb.base/ptype-offsets.cc: New file.
6592 * gdb.base/ptype-offsets.exp: New file.
6593
6594 2017-12-15 Yao Qi <yao.qi@linaro.org>
6595
6596 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6597 if XML is disabled.
6598
6599 2017-12-15 Xavier Roirand <roirand@adacore.com>
6600
6601 * gdb.ada/same_component_name: New testcase.
6602
6603 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6604
6605 * gdb.ada/str_binop_equal: New testcase.
6606
6607 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6608
6609 * gdb.ada/task_switch_in_core: New testcase.
6610
6611 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6612
6613 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6614 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6615 call test_bkpt_qualified.
6616 (test_bkpt_qualified): New proc.
6617
6618 2017-12-13 Pedro Alves <palves@redhat.com>
6619
6620 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6621 Tighten regexp by matching with an anchor.
6622
6623 2017-12-13 Pedro Alves <palves@redhat.com>
6624
6625 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6626 ("expression with namespace"): New set of tests.
6627 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6628 (Nested::Test_NS::qux): New.
6629 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6630 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6631
6632 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6633
6634 * gdb.base/server-del-break.c: New file.
6635 * gdb.base/server-del-break.exp: New file.
6636
6637 2017-12-12 Stafford Horne <shorne@gmail.com>
6638
6639 * gdb.xml/tdesc-regs.exp: Add or1k support.
6640
6641 2017-12-12 Stafford Horne <shorne@gmail.com>
6642
6643 * gdb.base/bp-permanent.c: Define nop of or1k.
6644
6645 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6646
6647 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6648 output with components being reordered.
6649
6650 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6651
6652 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6653 output with components being reordered.
6654
6655 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6656 Pedro Alves <palves@redhat.com>
6657
6658 * gdb.base/maint.exp (check for .gdb_index): Check also for
6659 .debug_names.
6660 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6661 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6662 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6663 (.gdb_index used after symbol reloading): Support also .debug_names.
6664 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6665
6666 2017-12-08 Yao Qi <yao.qi@linaro.org>
6667
6668 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6669 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6670
6671 2017-12-08 Yao Qi <yao.qi@linaro.org>
6672
6673 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6674 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6675
6676 2017-12-08 Yao Qi <yao.qi@linaro.org>
6677
6678 * gdb.arch/aarch64-tagged-pointer.c: New file.
6679 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6680
6681 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6682
6683 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6684 "int".
6685
6686 2017-12-07 Keith Seitz <keiths@redhat.com>
6687
6688 PR breakpoints/22569
6689 * gdb.linespec/ls-errs.exp: Change expected result of "break
6690 -source this file has spaces.c -line 3".
6691 Check that an explicit source file followed by whitespace is
6692 identified as an invalid explicit location.
6693
6694 2017-12-07 Keith Seitz <keiths@redhat.com>
6695
6696 * gdb.cp/nested-types.cc: New file.
6697 * gdb.cp/nested-types.exp: New file.
6698 * lib/cp-support.exp: Load data-structures.exp library.
6699 (debug_cp_test_ptype_class): New global.
6700 (cp_ptype_class_verbose, next_line): New procedures.
6701 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6702 Add and document new return value.
6703 Switch the list of lines to a queue.
6704 Add support for new `type' key for nested type definitions.
6705 Add debugging/troubleshooting messages.
6706 * lib/data-structures.exp: New file.
6707
6708 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6709
6710 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6711 with proc_with_prefix, don't use with_test_prefix.
6712
6713 2017-12-07 Tom Tromey <tom@tromey.com>
6714
6715 * gdb.base/break.exp: Add test for empty "commands".
6716
6717 2017-12-07 Yao Qi <yao.qi@linaro.org>
6718
6719 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6720 malloc and catch syscall.
6721
6722 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6723
6724 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6725 tests for explicit locations.
6726
6727 2017-12-06 Pedro Alves <palves@redhat.com>
6728
6729 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6730 force-disabling XML descriptions.
6731
6732 2017-12-04 Pedro Alves <palves@redhat.com>
6733
6734 PR gdb/22499
6735 * gdb.arch/amd64-disp-step-avx.S: New file.
6736 * gdb.arch/amd64-disp-step-avx.exp: New file.
6737
6738 2017-12-03 Pedro Alves <palves@redhat.com>
6739
6740 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6741 and <string.h>.
6742 (parent_function): Print distinct messages when waitpid fails, or
6743 the child exits with a signal, or the child exits for an unhandled
6744 reason.
6745 * gdb.threads/process-dies-while-detaching.exp
6746 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6747 it. Wait for both inferior output and GDB's prompt. Use an
6748 indirect spawn id list.
6749 (do_detach): New parameter 'child_exit'. Use it to compute
6750 expected inferior output.
6751 (test_detach, test_detach_watch, test_detach_killed_outside):
6752 Adjust to pass down the expected child exit kind.
6753
6754 2017-12-01 Joel Brobecker <brobecker@adacore.com>
6755 Sergio Durigan Junior <sergiodj@redhat.com>
6756 Pedro Alves <palves@redhat.com>
6757
6758 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6759
6760 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6761
6762 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6763 to 'symbol-file' and 'add-symbol-file' can be
6764 position-independent.
6765
6766 2017-12-01 Yao Qi <yao.qi@linaro.org>
6767
6768 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6769 the URL in copyright header.
6770 * gdb.arch/aarch64-fp.exp: Likewise.
6771 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6772 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6773 * gdb.base/expand-psymtabs.exp: Likewise.
6774 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6775 * gdb.fortran/common-block.exp: Likewise.
6776 * gdb.fortran/common-block.f90: Likewise.
6777 * gdb.fortran/logical.exp: Likewise.
6778 * gdb.fortran/vla-datatypes.f90: Likewise.
6779 * gdb.fortran/vla-sub.f90: Likewise.
6780
6781 2017-11-30 Joel Brobecker <brobecker@adacore.com>
6782
6783 * gdb.ada/repeat_dyn: New testcase.
6784
6785 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6786
6787 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6788 Update for changed thread numbering.
6789 * gdb.cell/bt.exp: Update for changed GDB output.
6790
6791 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6792
6793 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6794 setting isremote by hand.
6795 * boards/dwarf4-gdb-index.exp: Likewise.
6796 * boards/fission.exp: Likewise.
6797 * boards/stabs.exp: Likewise.
6798
6799 2017-11-30 Pedro Alves <palves@redhat.com>
6800
6801 * gdb.linespec/cpls-ops.exp
6802 (check_explicit_skips_function_argument): Extract the underlying
6803 type of size_t instead of hardcoding it.
6804
6805 2017-11-29 Pedro Alves <palves@redhat.com>
6806
6807 PR c++/19436
6808 * gdb.linespec/cpls-abi-tag.cc: New file.
6809 * gdb.linespec/cpls-abi-tag.exp: New file.
6810
6811 2017-11-29 Pedro Alves <palves@redhat.com>
6812
6813 * gdb.base/langs.exp: Use -qualified.
6814 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6815 it.
6816 * gdb.cp/namespace.exp: Use -qualified.
6817 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6818 (overload-3, template-overload, template-ret-type, const-overload)
6819 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6820 procedures.
6821 (test_driver): Call them.
6822 * gdb.cp/save-bp-qualified.cc: New.
6823 * gdb.cp/save-bp-qualified.exp: New.
6824 * gdb.linespec/explicit.exp: Test -qualified.
6825 * lib/completion-support.exp (completion::explicit_opts_list): Add
6826 "-qualified".
6827 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6828
6829 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6830
6831 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6832
6833 2017-11-29 Tom Tromey <tom@tromey.com>
6834
6835 * gdb.base/relocate.exp: Update invalid argument test.
6836 Add new tests for invalid arguments.
6837
6838 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6839
6840 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6841 Return 0 as a long.
6842 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6843
6844 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6845
6846 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6847 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6848 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6849 func ().
6850 * gdb.cp/shadow.cc (B.func): Return 0.
6851
6852 2017-11-27 Joel Brobecker <brobecker@adacore.com>
6853
6854 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6855 expected output in gdb_expect call to allow the exception
6856 message to be present as well. Fix syntax confusion to avoid
6857 TCL thinking that exception_name is an array.
6858
6859 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6860
6861 * gdb.arch/spu-info.c: Include <unistd.h>.
6862 (do_signal_test): Fix broken calls to write.
6863 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6864 Fix checks for empty mailboxes. Update signal tests for corrected
6865 do_signal_test routine. Allow nonzero event status.
6866 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6867 * gdb.cell/arch.exp: Use standard_output_file.
6868 * gdb.cell/break.exp: Likewise.
6869 * gdb.cell/bt.exp: Likewise.
6870 * gdb.cell/core.exp: Likewise.
6871 * gdb.cell/dwarfaddr.exp: Likewise.
6872 * gdb.cell/ea-cache.exp: Likewise.
6873 * gdb.cell/ea-standalone.exp: Likewise.
6874 * gdb.cell/f-regs.exp: Likewise.
6875 * gdb.cell/fork.exp: Likewise.
6876 * gdb.cell/gcore.exp: Likewise.
6877 * gdb.cell/mem-access.exp: Likewise.
6878 * gdb.cell/ptype.exp: Likewise.
6879 * gdb.cell/registers.exp: Likewise.
6880 * gdb.cell/sizeof.exp: Likewise.
6881 * gdb.cell/solib-symbol.exp: Likewise.
6882 * gdb.cell/solib.exp: Likewise.
6883
6884 2017-11-25 Pedro Alves <palves@redhat.com>
6885
6886 * gdb.base/complete-empty.exp: New file.
6887 * gdb.base/completion.exp: Adjust.
6888
6889 2017-11-25 Pedro Alves <palves@redhat.com>
6890
6891 * gdb.linespec/cpls-ops.cc: New file.
6892 * gdb.linespec/cpls-ops.exp: New file.
6893 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6894 factored out from ...
6895 (test_complete_prefix_range): ... this.
6896
6897 2017-11-24 Pedro Alves <palves@redhat.com>
6898
6899 * gdb.linespec/cpcompletion.exp: New file.
6900 * gdb.linespec/cpls-hyphen.cc: New file.
6901 * gdb.linespec/cpls.cc: New file.
6902 * gdb.linespec/cpls2.cc: New file.
6903 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6904 test to use test_gdb_complete_unique. Add label completion,
6905 keyword completion and explicit location completion tests.
6906 * lib/completion-support.exp: New file.
6907
6908 2017-11-24 Joel Brobecker <brobecker@adacore.com>
6909
6910 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6911 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6912 when hitting an exception catchpoint.
6913
6914 2017-11-22 Yao Qi <yao.qi@linaro.org>
6915
6916 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6917
6918 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6919
6920 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6921 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6922 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6923
6924 2017-11-22 Yao Qi <yao.qi@linaro.org>
6925
6926 * gdb.base/info-os.exp: Pass pthreads.
6927 * gdb.multi/multi-attach.exp: Likewise.
6928
6929 2017-11-22 Yao Qi <yao.qi@linaro.org>
6930
6931 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6932 compiler.
6933
6934 2017-11-22 Yao Qi <yao.qi@linaro.org>
6935
6936 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6937 * gdb.base/break-interp.exp: Likewise.
6938 * gdb.base/jit-attach-pie.exp: Likewise.
6939
6940 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6941
6942 * gdb.base/float128.c (large128): New variable.
6943 * gdb.base/float128.exp: Add test to print largest __float128 value.
6944
6945 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6946
6947 * gdb.arch/vsx-regs.exp: Update register content checks.
6948
6949 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6950
6951 * gdb.arch/ppc-longdouble.exp: New file.
6952 * gdb.arch/ppc-longdouble.c: Likewise.
6953
6954 2017-11-21 Pedro Alves <palves@redhat.com>
6955
6956 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6957
6958 2017-11-20 Pedro Alves <palves@redhat.com>
6959
6960 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6961 (long_double_typedef): New typedefs.
6962 Use DEF on double and long double.
6963 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6964 cases.
6965 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6966 and 'long_double_ptr_same_size' locals. Use them to decide
6967 whether cast from array/function to float is valid/invalid.
6968
6969 2017-11-17 Tom Tromey <tom@tromey.com>
6970
6971 * gdb.rust/traits.rs: New file.
6972 * gdb.rust/traits.exp: New file.
6973
6974 2017-11-17 Joel Brobecker <brobecker@adacore.com>
6975
6976 * gdb.ada/minsyms: New testcase.
6977
6978 2017-11-16 Pedro Alves <palves@redhat.com>
6979
6980 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6981 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6982
6983 2017-11-16 Pedro Alves <palves@redhat.com>
6984
6985 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6986 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6987
6988 2017-11-16 Pedro Alves <palves@redhat.com>
6989
6990 * gdb.server/reconnect-ctrl-c.c: New file.
6991 * gdb.server/reconnect-ctrl-c.exp: New file.
6992
6993 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6994
6995 * gdb.python/py-rbreak.exp: New file.
6996 * gdb.python/py-rbreak.c: New file.
6997 * gdb.python/py-rbreak-func2.c: New file.
6998
6999 2017-11-16 Pedro Alves <palves@redhat.com>
7000
7001 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7002 pattern.
7003 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7004 GDB.
7005
7006 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7007
7008 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7009 regex.
7010
7011 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7012
7013 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7014 test names.
7015
7016 2017-11-09 Pedro Alves <palves@redhat.com>
7017
7018 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7019 factored out from ...
7020 (top level): ... here, and adjusted to avoid expecting beyond the
7021 prompt in a single gdb_test_multiple.
7022
7023 2017-11-09 Pedro Alves <palves@redhat.com>
7024
7025 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7026 output.
7027 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7028 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7029 * gdb.server/ext-run.exp ("kill" test): Likewise.
7030 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7031
7032 2017-11-09 Pedro Alves <palves@redhat.com>
7033
7034 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7035 match till end of line.
7036
7037 2017-11-09 Pedro Alves <palves@redhat.com>
7038
7039 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7040
7041 2017-11-09 Pedro Alves <palves@redhat.com>
7042
7043 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7044 New procedures, factored out from ...
7045 (top level): ... here, and adjusted to avoid expecting beyond the
7046 prompt in one go.
7047
7048 2017-11-09 Pedro Alves <palves@redhat.com>
7049
7050 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7051 output. Fix '?' match.
7052
7053 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7054
7055 * gdb.ada/scoped_watch: New testcase.
7056 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7057 which is actually correct.
7058 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7059 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7060
7061 2017-11-08 Pedro Alves <palves@redhat.com>
7062
7063 * gdb.gdb/complaints.exp (test_initial_complaints)
7064 (test_serial_complaints, test_short_complaints): Call
7065 complaint_internal instead of complaint.
7066
7067 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7068
7069 * gdb.threads/tls-core.c: New file.
7070 * gdb.threads/tls-core.exp: Likewise.
7071
7072 2017-11-08 Pedro Alves <palves@redhat.com>
7073
7074 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7075 (p Exported_Capitalized): New test.
7076 (p exported_capitalized): New test.
7077
7078 2017-11-07 Pedro Alves <palves@redhat.com>
7079
7080 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7081
7082 2017-11-07 Pedro Alves <palves@redhat.com>
7083
7084 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7085 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7086 (disable_invalid, disable_inverted, disable_negative): New
7087 procedures.
7088 ("bad numbers"): New set of tests.
7089
7090 2017-11-07 Pedro Alves <palves@redhat.com>
7091
7092 * gdb.cp/ena-dis-br-range.exp: Add tests.
7093
7094 2017-11-07 Pedro Alves <palves@redhat.com>
7095
7096 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7097
7098 2017-11-07 Xavier Roirand <roirand@adacore.com>
7099 Pedro Alves <palves@redhat.com>
7100
7101 * gdb.base/ena-dis-br.exp: Add reference to
7102 gdb.cp/ena-dis-br-range.exp.
7103 * gdb.cp/ena-dis-br-range.exp: New file.
7104 * gdb.cp/ena-dis-br-range.cc: New file.
7105
7106 2017-11-06 Pedro Alves <palves@redhat.com>
7107
7108 * gdb.base/attach-non-pgrp-leader.c: New.
7109 * gdb.base/attach-non-pgrp-leader.exp: New.
7110
7111 2017-11-06 Pedro Alves <palves@redhat.com>
7112
7113 * configure.ac: No longer check for termio.h and sgtty.h.
7114 * configure: Regenerate.
7115 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7116 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7117 Remove termio and sgtty code.
7118
7119 2017-11-03 Yao Qi <yao.qi@linaro.org>
7120
7121 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7122 in GDB is disabled.
7123
7124 2017-11-03 Yao Qi <yao.qi@linaro.org>
7125
7126 * gdb.python/py-thrhandle.exp: Skip it if python is not
7127 enabled.
7128
7129 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7130
7131 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7132 as a breakpoint command.
7133
7134 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7135
7136 PR python/21213
7137 * gdb.python/py-infthread.exp: Test calling
7138 InferiorThread.inferior () multiple times in a row.
7139
7140 2017-10-27 Keith Seitz <keiths@redhat.com>
7141
7142 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7143 Test "info break" for every inlined function breakpoint.
7144
7145 2017-10-27 Yao Qi <yao.qi@linaro.org>
7146
7147 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7148
7149 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7150
7151 * gdb.cp/classes.exp (test_static_members): Test printing
7152 Outer::instance.
7153 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7154 (Inner::instance, Outer::instance): New.
7155
7156 2017-10-24 Pedro Alves <palves@redhat.com>
7157
7158 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7159 extra console" test in two stages.
7160
7161 2017-10-24 Pedro Alves <palves@redhat.com>
7162
7163 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7164
7165 2017-10-24 Pedro Alves <palves@redhat.com>
7166
7167 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7168 loop.
7169
7170 2017-10-24 Pedro Alves <palves@redhat.com>
7171
7172 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7173 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7174
7175 2017-10-24 Pedro Alves <palves@redhat.com>
7176
7177 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7178 parameter and handle it. Don't output read value in test name.
7179
7180 2017-10-24 Pedro Alves <palves@redhat.com>
7181
7182 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7183 custom test name.
7184
7185 2017-10-24 Pedro Alves <palves@redhat.com>
7186
7187 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7188 include the unstable output directory name in the test's name.
7189 (initial_setup_simple) <'set args'>: Use custom test name.
7190
7191 2017-10-24 Pedro Alves <palves@redhat.com>
7192
7193 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7194 with explicit test name.
7195
7196 2017-10-20 Pedro Alves <palves@redhat.com>
7197
7198 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7199 'wait -i'. Use gdb_assert and remote_close.
7200
7201 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7202
7203 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7204 number from variable rather than hard-coded.
7205
7206 2017-10-19 Pedro Alves <palves@redhat.com>
7207
7208 * gdb.base/long-inferior-output.c: New file.
7209 * gdb.base/long-inferior-output.exp: New file.
7210
7211 2017-11-18 Keith Seitz <keiths@redhat.com>
7212
7213 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7214 method.
7215 (main): Call it.
7216 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7217 Add additional user-defined conversion operator tests.
7218
7219 2017-10-17 Pedro Alves <palves@redhat.com>
7220
7221 * boards/native-stdio-gdbserver.exp: Load "local-board".
7222
7223 2017-10-17 Pedro Alves <palves@redhat.com>
7224
7225 * gdb.base/quit-live.c: New file.
7226 * gdb.base/quit-live.exp: New file.
7227
7228 2017-10-16 Keith Seitz <keiths@redhat.com>
7229
7230 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7231 (class_with_protected_typedef, class_with_private_typedef)
7232 (struct_with_public_typedef, struct_with_protected_typedef)
7233 (struct_with_private_typedef): New classes/structs.
7234 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7235 typedefs and access specifiers.
7236
7237 2017-10-16 Pedro Alves <palves@redhat.com>
7238 Simon Marchi <simon.marchi@polymtl.ca>
7239
7240 * README (Local vs Remote vs Native): New section.
7241 * boards/local-board.exp: New file, with bits factored out from
7242 ...
7243 * boards/native-extended-gdbserver.exp: ... here. Load
7244 "local-board".
7245 * boards/native-gdbserver.exp: Load "local-board".
7246 (${board}_spawn, ${board}_exec): Delete.
7247 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7248 ...
7249 * boards/stdio-gdbserver-base.exp: ... this new file.
7250 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7251 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7252 procedure.
7253 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7254 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7255 stdio_gdbserver_command.
7256 (${board}_get_remote_address, ${board}_get_comm_port)
7257 (${board}_download, ${board}_upload): Delete.
7258 (get_target_remote_pipe_cmd): New.
7259
7260 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7261
7262 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7263 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7264 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7265 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7266 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7267 remove with_test_prefix.
7268
7269 2017-10-13 Pedro Alves <palves@redhat.com>
7270
7271 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7272 * gdb.base/annota1.exp: Use it instead of is_remote.
7273 * gdb.base/annota3.exp: Use it instead of is_remote.
7274 * gdb.cp/annota2.exp: Use it instead of is_remote.
7275 * gdb.cp/annota3.exp: Use it instead of is_remote.
7276 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7277
7278 2017-10-13 Pedro Alves <palves@redhat.com>
7279
7280 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7281 (test_num_test_vars, run_and_count_vars, find_env)
7282 (test_set_unset_env, test_inherit_env_var): New procedures.
7283 (top level): Use them.
7284
7285 2017-10-13 Pedro Alves <palves@redhat.com>
7286
7287 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7288 also skip on stub-like targets.
7289
7290 2017-10-13 Pedro Alves <palves@redhat.com>
7291
7292 PR gdb/22293
7293 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7294 (top level): Move some tests to ...
7295 (test_not_found): ... this new procedure.
7296 (top level): Call it.
7297
7298 2017-10-13 Pedro Alves <palves@redhat.com>
7299
7300 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7301 expect different "info terminal" output if testing with a
7302 non-native target.
7303
7304 2017-10-13 Pedro Alves <palves@redhat.com>
7305 Simon Marchi <simon.marchi@polymtl.ca>
7306
7307 PR python/12966
7308 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7309
7310 2017-10-13 Pedro Alves <palves@redhat.com>
7311
7312 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7313 already.
7314
7315 2017-10-13 Pedro Alves <palves@redhat.com>
7316
7317 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7318 is_remote.
7319
7320 2017-10-13 Pedro Alves <palves@redhat.com>
7321
7322 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7323 is_remote.
7324
7325 2017-10-13 Pedro Alves <palves@redhat.com>
7326
7327 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7328 is set.
7329 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7330 instead of is_remote.
7331
7332 2017-10-13 Pedro Alves <palves@redhat.com>
7333
7334 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7335 (top level): Add comment.
7336
7337 2017-10-13 Pedro Alves <palves@redhat.com>
7338
7339 * gdb.base/remote.exp (top level): Fix comment typo and add
7340 missing return.
7341
7342 2017-10-13 Pedro Alves <palves@redhat.com>
7343 Simon Marchi <simon.marchi@polymtl.ca>
7344
7345 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7346 calls and add comments. Skip test if use_gdb_stub is set.
7347 (top level): Use "set cwd" command instead of "cd" command.
7348
7349 2017-10-13 Pedro Alves <palves@redhat.com>
7350
7351 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7352 is_remote target check.
7353
7354 2017-10-13 Pedro Alves <palves@redhat.com>
7355
7356 * gdb.base/scope.exp: Use build_executable + clean_restart +
7357 gdb_file_cmd instead of prepare_for_testing and no longer skip
7358 "before run" tests on is_remote target boards. Update comments.
7359 * boards/native-extended-gdbserver.exp
7360 (extended_gdbserver_load_last_file): New, factored out from ...
7361 (gdb_load): ... this. Move further below and add comment.
7362 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7363
7364 2017-10-12 Pedro Alves <palves@redhat.com>
7365
7366 * gdb.base/attach.exp: Remove references to gdb64.
7367 * gdb.base/dbx.exp: Remove references to gdb64.
7368
7369 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7370 Pedro Alves <palves@redhat.com>
7371
7372 * gdb.base/label.exp: Remove is_remote target check.
7373
7374 2017-10-12 Pedro Alves <palves@redhat.com>
7375
7376 * gdb.base/auvx.exp (coredir): Update comment.
7377 (top level) <core_works>: Use "set cwd" command instead of "cd"
7378 command.
7379
7380 2017-10-12 Pedro Alves <palves@redhat.com>
7381 Simon Marchi <simon.marchi@polymtl.ca>
7382
7383 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7384 target boards.
7385
7386 2017-10-12 Pedro Alves <palves@redhat.com>
7387 Simon Marchi <simon.marchi@polymtl.ca>
7388
7389 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7390 Instead skip if there's any gdb_protocol set.
7391
7392 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7393 Pedro Alves <palves@redhat.com>
7394
7395 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7396
7397 2017-10-12 Pedro Alves <palves@redhat.com>
7398 Simon Marchi <simon.marchi@polymtl.ca>
7399
7400 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7401 instead of on dejagnu remote boards.
7402
7403 2017-10-12 Pedro Alves <palves@redhat.com>
7404 Simon Marchi <simon.marchi@polymtl.ca>
7405
7406 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7407 checks. Use build_executable + clean_restart instead of
7408 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7409 of enabling non-stop after starting gdb.
7410
7411 2017-10-12 Pedro Alves <palves@redhat.com>
7412
7413 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7414 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7415 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7416 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7417
7418 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7419
7420 * gdb.arch/arc-tdesc-cpu.exp: New file.
7421 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7422
7423 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7424
7425 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7426
7427 2017-10-10 Pedro Alves <palves@redhat.com>
7428
7429 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7430 expect CLI output.
7431
7432 2017-10-10 Pedro Alves <palves@redhat.com>
7433
7434 * lib/selftest-support.exp (selftest_setup): Update for
7435 captured_command_loop's prototype change.
7436
7437 2017-10-09 Pedro Alves <palves@redhat.com>
7438
7439 Test both arch1=>arch2 and arch2=>arch1.
7440
7441 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7442 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7443 factored out to...
7444 (append_arch1_options, append_arch2_options, append_arch_options)
7445 (build_executables): New procedures.
7446 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7447 local.
7448 (top level): Add new 'first_arch' testing axis.
7449
7450 2017-10-09 Pedro Alves <palves@redhat.com>
7451
7452 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7453 (barrier): New.
7454 (thread_start, all_started): New functions.
7455 (main): Spawn new thread and wait until it is scheduled.
7456 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7457 option.
7458 (do_test): Add 'selected_thread' parameter. Run to all_started
7459 instead of main. Explicitly set the breakpoint at main. Switch
7460 to the SELECTED_THREAD thread.
7461 (top level): Test handling the exec event with either the main
7462 thread or the second thread selected.
7463
7464 2017-10-09 Pedro Alves <palves@redhat.com>
7465
7466 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7467 logic. Move STOP marker after the value checks.
7468 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7469 regexp.
7470
7471 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7472
7473 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7474
7475 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7476
7477 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7478 integer-to-dfp conversion.
7479 * gdb.base/dfp-test.exp: Likewise.
7480
7481 2017-10-04 Pedro Alves <palves@redhat.com>
7482
7483 * gdb.multi/hangout.c: Include <unistd.h>.
7484 (hangout_loop): New function.
7485 (main): Call alarm. Call hangout_loop in a loop.
7486 * gdb.multi/hello.c: Include <unistd.h>.
7487 (hello_loop): New function.
7488 (main): Call alarm. Call hangout_loop in a loop.
7489 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7490 inferior with the other selected.
7491
7492 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7493
7494 * gdb.mi/list-thread-groups-available.exp: New file.
7495 * gdb.mi/list-thread-groups-available.c: New file.
7496
7497 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7498
7499 * gdb.base/set-cwd.exp: Make it available on
7500 native-extended-gdbserver.
7501
7502 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7503
7504 * gdb.base/set-cwd.c: New file.
7505 * gdb.base/set-cwd.exp: Likewise.
7506
7507 2017-10-02 Tom Tromey <tom@tromey.com>
7508
7509 PR rust/22236:
7510 * gdb.rust/simple.rs (main): New variable "fslice".
7511 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7512
7513 2017-10-02 Tom Tromey <tom@tromey.com>
7514
7515 * gdb.rust/simple.exp: Test ptype of a slice.
7516
7517 2017-10-02 Tom Tromey <tom@tromey.com>
7518
7519 * gdb.rust/simple.exp: Test index of slice.
7520
7521 2017-09-27 Tom Tromey <tom@tromey.com>
7522
7523 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7524
7525 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7526 Pedro Alves <palves@redhat.com>
7527
7528 * gdb.base/compare-sections.exp (get value of read-only section): Read
7529 as unsigned value.
7530 (corrupt read-only section): Likewise and don't set written if patching
7531 failed.
7532
7533 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7534
7535 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7536 files.
7537
7538 2017-09-20 Pedro Alves <palves@redhat.com>
7539
7540 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7541 symbol names in gdb's output.
7542 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7543
7544 2017-09-20 Pedro Alves <palves@redhat.com>
7545
7546 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7547 Rename to ...
7548 (test_list_ambiguous_symbol): ... this and add a symbol name
7549 parameter. Adjust.
7550 (test_list_ambiguous_function): Reimplement on top of
7551 test_list_ambiguous_symbol and also test listing ambiguous
7552 variables.
7553 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7554 (ambiguous_fun): ... this.
7555 (ambiguous_var): New.
7556 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7557 (ambiguous_fun): ... this.
7558 (ambiguous_var): New.
7559
7560 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7561
7562 * gdb.base/starti.c: New file.
7563 * gdb.base/starti.exp: New file.
7564 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7565
7566 2017-09-14 Pedro Alves <palves@redhat.com>
7567
7568 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7569 (top level): Use it instead of runto.
7570
7571 2017-09-11 Tom Tromey <tom@tromey.com>
7572
7573 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7574
7575 2017-09-11 Tom Tromey <tom@tromey.com>
7576
7577 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7578 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7579
7580 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7581
7582 * gdb.fortran/printing-types.exp: New file.
7583 * gdb.fortran/printing-types.exp: New file.
7584
7585 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7586
7587 * gdb.fortran/vla-ptype.exp: Fix typos.
7588 * gdb.fortran/vla-value.exp: Same.
7589
7590 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7591
7592 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7593 * gdb.mi/mi-var-child-f.exp: Likewise.
7594 * gdb.mi/mi-vla-fortran.exp: Likewise.
7595
7596 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7597 Christoph Weinmann <christoph.t.weinmann@intel.com>
7598 Bernhard Heckel <bernhard.heckel@intel.com>
7599
7600 * gdb.fortran/ptr-indentation.f90: New file.
7601 * gdb.fortran/ptr-indentation.exp: New file.
7602
7603 2017-09-05 Tom Tromey <tom@tromey.com>
7604
7605 PR gdb/22010:
7606 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7607
7608 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7609
7610 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7611
7612 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7613
7614 * gdb.threads/tls-nodebug-pie.c: New file.
7615 * gdb.threads/tls-nodebug-pie.exp: New file.
7616
7617 2017-09-05 Tom Tromey <tom@tromey.com>
7618
7619 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7620 for rust.
7621
7622 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7623
7624 * gdb.multi/multi-arch-exec.exp: Test with different
7625 "follow-exec-mode" settings.
7626 (do_test): New procedure.
7627
7628 2017-09-04 Pedro Alves <palves@redhat.com>
7629
7630 * gdb.base/func-static.c (S::method const, S::method volatile)
7631 (S::method volatile const): New methods.
7632 (c_s, v_s, cv_s): New instances.
7633 (main): Call method() on them.
7634 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7635 (cannot_resolve): New procedure.
7636 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7637 print-quote-unquoted columns.
7638 (do_test): Test printing each scope too.
7639
7640 2017-09-04 Pedro Alves <palves@redhat.com>
7641
7642 * gdb.base/local-static.exp: Also test with
7643 class::method::variable wholly quoted.
7644 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7645
7646 2017-09-04 Pedro Alves <palves@redhat.com>
7647
7648 * gdb.base/local-static.c: New.
7649 * gdb.base/local-static.cc: New.
7650 * gdb.base/local-static.exp: New.
7651
7652 2017-09-04 Pedro Alves <palves@redhat.com>
7653
7654 * gdb.asm/asm-source.exp: Add casts to int.
7655 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7656 (dataglobal64_1, dataglobal64_2): New globals.
7657 * gdb.base/nodebug.exp: Test different expressions involving the
7658 new globals, with print, whatis and ptype. Add casts to int.
7659 * gdb.base/solib-display.exp: Add casts to int.
7660 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7661 * gdb.cp/m-static.exp: Add cast to int.
7662 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7663 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7664 tls variable with no debug info without a cast. Test with a cast
7665 to int too.
7666 * gdb.trace/entry-values.exp: Add casts.
7667
7668 2017-09-04 Pedro Alves <palves@redhat.com>
7669
7670 * gdb.base/nodebug.exp: Test that ptype's error about functions
7671 with unknown return type includes the function name too.
7672
7673 2017-09-04 Pedro Alves <palves@redhat.com>
7674
7675 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7676 return type of munmap in infcall.
7677 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7678 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7679 type of ftell in infcall.
7680 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7681 type of getpid in infcall.
7682 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7683 infcall.
7684 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7685 Bail on failure to extract the pid.
7686 * gdb.base/nodebug.c: #include <stdint.h>.
7687 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7688 New functions.
7689 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7690 Change expected output of print/whatis/ptype with functions with
7691 no debug info. Test all supported languages. Call
7692 test_call_promotion.
7693 * gdb.compile/compile.exp: Adjust expected output to expect
7694 warning.
7695 * gdb.threads/siginfo-threads.exp: Likewise.
7696
7697 2017-09-04 Pedro Alves <palves@redhat.com>
7698
7699 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7700 "prototypes". Test calling float functions via prototyped and
7701 unprototyped function pointers.
7702 (perform_all_tests): New parameter "prototypes". Pass it down.
7703 (top level): Pass down "prototypes" parameter to
7704 perform_all_tests.
7705
7706 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7707
7708 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7709 Test with nested loops.
7710
7711 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7712
7713 * gdb.base/commands.exp: Call the new procedures.
7714 (loop_break_test, loop_continue_test): New procedures.
7715
7716 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7717
7718 * gdb.base/commands.exp: Call new procedure.
7719 (define_if_without_arg_test): New procedure.
7720
7721 2017-09-04 Pedro Alves <palves@redhat.com>
7722
7723 * gdb.base/list-ambiguous.exp: New file.
7724 * gdb.base/list-ambiguous0.c: New file.
7725 * gdb.base/list-ambiguous1.c: New file.
7726 * gdb.base/list.exp (test_list_range): Adjust expected output.
7727
7728 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7729
7730 * gdb.base/share-env-with-gdbserver.c: New file.
7731 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7732
7733 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7734
7735 * gdb.base/commands.exp (gdbvar_simple_if_test,
7736 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7737 progvar_simple_if_test, progvar_simple_while_test,
7738 progvar_complex_if_while_test, user_defined_command_test,
7739 user_defined_command_args_eval,
7740 user_defined_command_args_stack_test,
7741 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7742 temporary_breakpoint_commands,
7743 gdb_test_no_prompt, redefine_hook_test,
7744 redefine_backtrace_test): Remove "global gdb_prompt".
7745
7746 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7747
7748 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7749 New proc, call it from toplevel.
7750
7751 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7752
7753 PR remote/21852
7754 * gdb.server/normal.c: New file, copied from gdb.base.
7755 * gdb.server/run-without-local-binary.exp: New file.
7756
7757 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
7758
7759 * gdb.arch/sparc64-adi.exp: New file.
7760 * gdb.arch/sparc64-adi.c: New file.
7761
7762 2017-08-22 Pedro Alves <palves@redhat.com>
7763
7764 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7765 (top level): Add "list all overloads" tests.
7766
7767 2017-08-22 Tom Tromey <tom@tromey.com>
7768
7769 * gdb.gdb/xfullpath.exp: Remove.
7770
7771 2017-08-21 Pedro Alves <palves@redhat.com>
7772
7773 PR gdb/19487
7774 * gdb.base/symbol-alias.c: New.
7775 * gdb.base/symbol-alias2.c: New.
7776 * gdb.base/symbol-alias.exp: New.
7777
7778 2017-08-21 Pedro Alves <palves@redhat.com>
7779
7780 * gdb.base/dfp-test.c
7781 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7782 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7783 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7784 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7785 * gdb.base/whatis-ptype-typedefs.c: New.
7786 * gdb.base/whatis-ptype-typedefs.exp: New.
7787 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7788 (an_int, an_int_type, an_int_type2): New globals.
7789 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7790 involving typedefs and cast expressions.
7791 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7792 (lookup_typedefs_function): New.
7793 (typedefs_pretty_printers_dict): New.
7794 (top level): Register lookup_typedefs_function in
7795 gdb.pretty_printers.
7796
7797 2017-08-18 Yao Qi <yao.qi@linaro.org>
7798
7799 * gdb.server/unittest.exp: New.
7800
7801 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7802
7803 PR gdb/21954
7804 * gdb.base/environ.exp: Add test to check if 'unset environment'
7805 works.
7806
7807 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7808
7809 * lib/gdb.exp (universal_compile_options): New caching proc.
7810 (gdb_compile): Suppress GCC's coloring of messages.
7811
7812 2017-08-14 Tom Tromey <tom@tromey.com>
7813
7814 PR gdb/21675:
7815 * gdb.base/printcmds.exp (test_radices): New function.
7816 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7817 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7818 * lib/gdb.exp (get_integer_valueof): Use p/d.
7819
7820 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7821
7822 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7823 characters.
7824
7825 2017-08-05 Tom Tromey <tom@tromey.com>
7826
7827 * gdb.rust/simple.exp: Allow String to appear in a different
7828 namespace.
7829
7830 2017-07-26 Yao Qi <yao.qi@linaro.org>
7831
7832 * gdb.gdb/unittest.exp: Invoke command
7833 "maintenance check xml-descriptions".
7834
7835 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7836
7837 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7838 calling context.
7839 (hex128): Drop erroneous calculation of parameters.
7840
7841 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7842
7843 * gdb.python/py-unwind.exp: Disable stack protection when
7844 building test file.
7845
7846 2017-07-20 Pedro Alves <palves@redhat.com>
7847
7848 * gdb.base/default.exp (set language): Adjust expected output.
7849
7850 2017-07-20 Pedro Alves <palves@redhat.com>
7851
7852 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7853 (test_minsym): ... this, and make static.
7854 (get_pck__foo__bar__minsym): Rename to ...
7855 (get_test_minsym): ... this.
7856 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7857 symbol names and comments.
7858 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7859 (get_test_minsym): ... this.
7860 (pck__foo__bar__minsym__2): Rename to ...
7861 (test_minsym): ... this.
7862 (main): Adjust.
7863
7864 2017-07-17 Pedro Alves <palves@redhat.com>
7865
7866 * gdb.base/completion.exp: Adjust expected output.
7867 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7868 the completer works.
7869
7870 2017-07-17 Pedro Alves <palves@redhat.com>
7871
7872 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7873
7874 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7875
7876 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7877
7878 2017-07-14 Tom Tromey <tom@tromey.com>
7879
7880 PR rust/21764:
7881 * gdb.rust/simple.exp: Add tests.
7882
7883 2017-07-14 Tom Tromey <tom@tromey.com>
7884
7885 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7886
7887 2017-07-14 Pedro Alves <palves@redhat.com>
7888
7889 * gdb.linespec/base/one/thefile.cc (z1): New function.
7890 * gdb.linespec/base/two/thefile.cc (z2): New function.
7891 * gdb.linespec/linespec.exp: Add tests.
7892
7893 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7894
7895 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7896 to mi_create_breakpoint.
7897
7898 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7899
7900 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7901 mi_create_breakpoint.
7902
7903 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7904
7905 * gdb.dlang/demangle.exp: Update for demangling changes.
7906
7907 2017-07-09 Tom Tromey <tom@tromey.com>
7908
7909 * gdb.dwarf2/shortpiece.exp: New file.
7910
7911 2017-07-06 David Blaikie <dblaikie@gmail.com>
7912
7913 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7914 built from fissiont-multi-cu{1,2}.c.
7915 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7916 except putting 'main' and 'func' in separate CUs in the same DWO file.
7917 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7918 test.
7919 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7920 test.
7921
7922 2017-07-06 Pedro Alves <palves@redhat.com>
7923
7924 * gdb.python/py-unwind.exp: Test flushregs.
7925
7926 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7927
7928 PR cli/21688
7929 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7930 tests for alias commands and trailing whitespace.
7931
7932 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7933
7934 PR cli/21688
7935 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7936 procedure. Call it.
7937
7938 2017-06-29 Pedro Alves <palves@redhat.com>
7939
7940 * gdb.base/printcmds.exp: Add tests.
7941
7942 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7943
7944 PR gdb/21337
7945 * gdb.base/reread-readsym.exp: New file.
7946 * gdb.base/reread-readsym.c: New file.
7947
7948 2017-06-21 Kevin Buettner <kevinb@redhat.com>
7949
7950 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7951 subpattern.
7952
7953 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7954
7955 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7956 extended mnemonic.
7957 * gdb.arch/powerpc-power9.s: Likewise.
7958
7959 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7960
7961 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7962 on 32-bit x86 targets. Exploit is_*_target macros where
7963 appropriate.
7964
7965 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7966
7967 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7968 register pieces.
7969
7970 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7971
7972 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7973 located in one or more DWARF pieces.
7974
7975 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7976
7977 * lib/gdb.exp (get_endianness): New proc.
7978 * gdb.arch/aarch64-fp.exp: Use it.
7979 * gdb.arch/altivec-regs.exp: Likewise.
7980 * gdb.arch/e500-regs.exp: Likewise.
7981 * gdb.arch/vsx-regs.exp: Likewise.
7982 * gdb.base/dump.exp: Likewise.
7983 * gdb.base/funcargs.exp: Likewise.
7984 * gdb.base/gnu_vector.exp: Likewise.
7985 * gdb.dwarf2/formdata16.exp: Likewise.
7986 * gdb.dwarf2/implptrpiece.exp: Likewise.
7987 * gdb.dwarf2/nonvar-access.exp: Likewise.
7988 * gdb.python/py-inferior.exp: Likewise.
7989 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7990
7991 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7992
7993 PR gdb/21226
7994 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7995 stack value pieces are taken from the LSB end.
7996
7997 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7998
7999 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8000 variable at nonzero offset.
8001
8002 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8003
8004 * gdb.dwarf2/var-access.c: New file.
8005 * gdb.dwarf2/var-access.exp: New test.
8006 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8007
8008 2017-06-12 Tom Tromey <tom@tromey.com>
8009
8010 * gdb.dwarf2/formdata16.exp: Add tests.
8011
8012 2017-06-12 Tom Tromey <tom@tromey.com>
8013
8014 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8015
8016 2017-06-12 Tom Tromey <tom@tromey.com>
8017
8018 PR exp/16225:
8019 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8020 * gdb.arch/vsx-regs.exp: Update tests.
8021 * gdb.arch/s390-vregs.exp (hex128): New proc.
8022 Update test.
8023 * gdb.arch/altivec-regs.exp: Update tests.
8024
8025 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8026
8027 * gdb.base/startup-with-shell.c: New file.
8028 * gdb.base/startup-with-shell.exp: Likewise.
8029
8030 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8031
8032 * gdb.server/non-existing-program.exp: Update regex in order to
8033 reflect the fact that gdbserver is now using fork_inferior (with a
8034 shell) to startup the inferior.
8035
8036 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8037
8038 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8039 support function calls from GDB.
8040
8041 2017-05-21 Tom Tromey <tom@tromey.com>
8042
8043 PR rust/21466:
8044 * gdb.rust/unsized.exp: New file.
8045 * gdb.rust/unsized.rs: New file.
8046
8047 2017-05-19 Tom Tromey <tom@tromey.com>
8048
8049 PR rust/21484:
8050 * gdb.rust/watch.exp: New file.
8051 * gdb.rust/watch.rs: New file.
8052
8053 2017-05-18 Tom Tromey <tom@tromey.com>
8054
8055 * gdb.rust/simple.exp: Allow Box to be qualified.
8056
8057 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8058
8059 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8060
8061 2017-05-18 Pedro Alves <palves@redhat.com>
8062
8063 * gdb.base/fileio.c (test_write, test_read, test_close)
8064 (test_fstat): Don't print 'ret' in the fail path.
8065
8066 2017-05-18 Pedro Alves <palves@redhat.com>
8067
8068 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8069 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8070 (test_system, test_rename, test_unlink, test_time): Change
8071 prototypes.
8072 * gdb.base/fileio.exp (stop_msg): Adjust.
8073
8074 2017-05-18 Pedro Alves <palves@redhat.com>
8075
8076 * gdb.base/fileio.c (null_str): New global.
8077 (test_stat): Use it.
8078 * gdb.base/fileio.exp: Remove nowarnings.
8079
8080 2017-05-17 Yao Qi <yao.qi@linaro.org>
8081
8082 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8083
8084 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8085
8086 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8087 argument command.
8088 (top-level): Invoke test_set_inferior_tty.
8089
8090 2017-05-04 Pedro Alves <palves@redhat.com>
8091
8092 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8093 Add parens to print call for Python 3.
8094
8095 2017-05-03 Keith Seitz <keiths@redhat.com>
8096
8097 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8098 (main): Call it.
8099
8100 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8101
8102 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8103 to prev and next.
8104
8105 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8106
8107 * gdb.python/py-record-btrace.exp: Remove test for
8108 gdb.BtraceInstruction.error.
8109
8110 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8111
8112 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8113
8114 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8115
8116 * gdb.python/py-record-btrace-threads.c: New file.
8117 * gdb.python/py-record-btrace-threads.exp: New file.
8118
8119 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8120
8121 PR testsuite/8595
8122 * gdb.base/environ.exp: Make test available in all architectures.
8123 Move bits related to "info program" testing to
8124 gdb.base/info-program.exp. Rewrite tests to use the two new
8125 procedures mentione below.
8126 (test_set_show_env_var) New procedure.
8127 (test_set_show_env_var_equal): Likewise.
8128 * gdb.base/info-program.exp: New file.
8129
8130 2017-04-27 Keith Seitz <keiths@redhat.com>
8131
8132 * gdb.cp/oranking.cc (test15): New function.
8133 (main): Call test15 and declare additional variables for testing.
8134 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8135 "p foo101('abc')" tests.
8136 Add tests for cv qualifier overloads.
8137 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8138 "lvalue reference overload" test.
8139 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8140 "print value of f1 on Child&& in f2" test.
8141
8142 2017-04-19 Pedro Alves <palves@redhat.com>
8143
8144 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8145 procedure.
8146 (top level): Call it.
8147 * lib/gdb.exp (gdb_define_cmd): New procedure.
8148
8149 2017-04-12 Pedro Alves <palves@redhat.com>
8150
8151 PR gdb/21323
8152 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8153 (wchar): New global.
8154 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8155 (do_test_wide_char, wide_char_types_no_program, top level): Add
8156 wchar_t testing.
8157
8158 2017-04-12 Pedro Alves <palves@redhat.com>
8159
8160 PR c++/21323
8161 * gdb.cp/wide_char_types.c: New file.
8162 * gdb.cp/wide_char_types.exp: New file.
8163
8164 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8165
8166 PR gdb/21352
8167 * gdb.trace/tsv.exp: Add test for "tsave -r".
8168
8169 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8170
8171 * gdb.dlang/watch-loc.c: New file.
8172 * gdb.dlang/watch-loc.exp: New file.
8173
8174 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8175
8176 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8177
8178 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8179
8180 * gdb.arch/arc-analyze-prologue.S: New file.
8181 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8182
8183 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8184
8185 * gdb.arch/arc-decode-insn.S: New file.
8186 * gdb.arch/arc-decode-insn.exp: Likewise.
8187
8188 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8189
8190 PR tdep/20928
8191 * gdb.arch/sparc64-regs.exp: New file.
8192 * gdb.arch/sparc64-regs.S: Likewise.
8193
8194 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8195
8196 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8197 and memory view on Python 3.
8198
8199 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8200 Keith Seitz <keiths@redhat.com>
8201
8202 PR gdb/14441
8203 * gdb.cp/demangle.exp: Add rvalue reference tests.
8204 * gdb.cp/rvalue-ref-casts.cc: New file.
8205 * gdb.cp/rvalue-ref-casts.exp: New file.
8206 * gdb.cp/rvalue-ref-overload.cc: New file.
8207 * gdb.cp/rvalue-ref-overload.exp: New file.
8208 * gdb.cp/rvalue-ref-params.cc: New file.
8209 * gdb.cp/rvalue-ref-params.exp: New file.
8210 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8211 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8212 * gdb.cp/rvalue-ref-types.cc: New file.
8213 * gdb.cp/rvalue-ref-types.exp: New file.
8214 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8215 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8216
8217 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8218
8219 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8220 New procedure.
8221
8222 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8223
8224 * lib/mi-support.exp (mi_gdb_test): Add additional message
8225 for unexpected output.
8226
8227 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8228
8229 * gdb.base/examine-backward.c (Barrier): New character array
8230 constant, to ensure that TestStrings is preceded by a string
8231 terminator.
8232
8233 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8234
8235 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8236 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8237 and implicit pointer into such a location.
8238
8239 2017-03-16 Doug Evans <dje@google.com>
8240
8241 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8242
8243 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8244
8245 * gdb.cp/m-static.exp: Fix expectation for prototype of
8246 test5.single_constructor and single_constructor::single_constructor.
8247
8248 2017-03-16 Doug Evans <dje@google.com>
8249
8250 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8251 * gdb.guile/scm-lazy-string.c: New file.
8252 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8253 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8254 for pointer, array, typedef lazy strings.
8255
8256 2017-03-16 Doug Evans <dje@google.com>
8257
8258 PR python/17728, python/18439, python/18779
8259 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8260 * gdb.python/py-lazy-string.c (pointer): New typedef.
8261 (main): New locals ptr, array, typedef_ptr.
8262 * gdb.python/py-value.exp: Move lazy string tests to ...
8263 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8264 array, typedef lazy strings.
8265
8266 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8267
8268 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8269 Add optional 'test' parameter.
8270
8271 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8272
8273 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8274 Skip for versions of DejaGnu < 1.5.
8275
8276 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8277
8278 * lib/gdb.exp (dejagnu_version): New proc.
8279 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8280 Use dejagnu_version.
8281
8282 2017-03-10 Keith Seitz <keiths@redhat.com>
8283
8284 PR c++/8128
8285 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8286 type from destructor regexps.
8287 Add a branch which actually passes the test.
8288 Adjust "ptype t5i" test names.
8289
8290 2017-03-08 Pedro Alves <palves@redhat.com>
8291
8292 * gdb.base/step-over-exit.exp: Add explicit test message.
8293
8294 2017-03-08 Pedro Alves <palves@redhat.com>
8295
8296 PR gdb/18360
8297 * gdb.threads/interrupt-while-step-over.c: New file.
8298 * gdb.threads/interrupt-while-step-over.exp: New file.
8299
8300 2017-03-08 Pedro Alves <palves@redhat.com>
8301
8302 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8303 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8304
8305 2017-03-08 Pedro Alves <palves@redhat.com>
8306
8307 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8308 PKRU as not supported as a PASS.
8309
8310 2017-03-08 Pedro Alves <palves@redhat.com>
8311
8312 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8313 prefix instead of $binfile1/$binfile2.
8314 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8315 in test message.
8316 * gdb.python/py-completion.exp: Use "load python file" as test
8317 messages instead of unstable path names.
8318
8319 2017-03-08 Pedro Alves <palves@redhat.com>
8320 Jan Kratochvil <jan.kratochvil@redhat.com>
8321
8322 PR cli/21218
8323 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8324 New proc.
8325 (top level): Call it.
8326
8327 2017-03-08 Pedro Alves <palves@redhat.com>
8328
8329 PR tui/21216
8330 * gdb.tui/tui-nl-filtered-output.exp: New file.
8331
8332 2017-03-08 Pedro Alves <palves@redhat.com>
8333
8334 * gdb.base/completion.exp: Move TUI completion tests to ...
8335 * gdb.tui/completion.exp: ... this new file.
8336
8337 2017-03-08 Pedro Alves <palves@redhat.com>
8338
8339 * gdb.base/tui-disasm-long-lines.c,
8340 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8341 gdb.base/tui-layout.exp: Move to ...
8342 * gdb.tui/: ... this new directory.
8343
8344 2017-03-07 Pedro Alves <palves@redhat.com>
8345
8346 * gdb.base/tui-layout.c: New file.
8347 * gdb.base/tui-layout.exp: New file.
8348
8349 2017-03-07 Pedro Alves <palves@redhat.com>
8350
8351 * gdb.base/tui-layout.c: Rename to ...
8352 * gdb.base/tui-disasm-long-lines.c: ... this.
8353 * gdb.base/tui-layout.exp: Rename to ...
8354 * gdb.base/tui-disasm-long-lines.exp: ... this.
8355
8356 2017-03-07 Pedro Alves <palves@redhat.com>
8357
8358 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8359
8360 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8361
8362 * i386-mpx-call.c: New file.
8363 * i386-mpx-call.exp: New file.
8364
8365 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8366
8367 * gdb.arch/powerpc-power.exp: Delete test.
8368 * gdb.arch/powerpc-power.s: Likewise.
8369 * gdb.disasm/disassembler-options.exp: New test.
8370 * gdb.arch/powerpc-altivec.exp: Likewise.
8371 * gdb.arch/powerpc-altivec.s: Likewise.
8372 * gdb.arch/powerpc-altivec2.exp: Likewise.
8373 * gdb.arch/powerpc-altivec2.s: Likewise.
8374 * gdb.arch/powerpc-altivec3.exp: Likewise.
8375 * gdb.arch/powerpc-altivec3.s: Likewise.
8376 * gdb.arch/powerpc-power7.exp: Likewise.
8377 * gdb.arch/powerpc-power7.s: Likewise.
8378 * gdb.arch/powerpc-power8.exp: Likewise.
8379 * gdb.arch/powerpc-power8.s: Likewise.
8380 * gdb.arch/powerpc-power9.exp: Likewise.
8381 * gdb.arch/powerpc-power9.s: Likewise.
8382 * gdb.arch/powerpc-vsx.exp: Likewise.
8383 * gdb.arch/powerpc-vsx.s: Likewise.
8384 * gdb.arch/powerpc-vsx2.exp: Likewise.
8385 * gdb.arch/powerpc-vsx2.s: Likewise.
8386 * gdb.arch/powerpc-vsx3.exp: Likewise.
8387 * gdb.arch/powerpc-vsx3.s: Likewise.
8388 * gdb.arch/arm-disassembler-options.exp: Likewise.
8389 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8390 * gdb.arch/s390-disassembler-options.exp: Likewise.
8391
8392 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8393
8394 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8395 (check_supported_features): ... this. Changed return type to void.
8396 (supports_rdseed): New static global.
8397 (rdseed): Check supports_rdseed.
8398 (initialize): Call check_supported_features.
8399
8400 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8401
8402 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8403 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8404 and lqarx/stqcx.
8405 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8406 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8407
8408 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8409
8410 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8411 uppercase.
8412
8413 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8414
8415 * gdb.dwarf2/formdata16.c: New file.
8416 * gdb.dwarf2/formdata16.exp: New file.
8417 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8418
8419 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8420
8421 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8422 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8423 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8424 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8425 DW_AT_GNU_*.
8426
8427 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8428
8429 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8430
8431 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8432
8433 PR gdb/21164
8434 * gdb.base/maint.exp: Add testcases for when the commands do
8435 not have arguments.
8436
8437 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8438
8439 * gdb.cp/chained-calls.exp: Use p instead of P.
8440
8441 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8442
8443 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8444 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8445
8446 2017-02-14 Tom Tromey <tom@tromey.com>
8447
8448 PR python/13598:
8449 * gdb.python/py-events.exp: Add before_prompt event tests.
8450
8451 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8452
8453 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8454
8455 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8456
8457 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8458 (main): Call my_unique_function_name.
8459 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8460 completion of patterns with a single match.
8461 Add missing -re switches to gdb_test_multiple calls.
8462
8463 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8464
8465 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8466 return if core file is not recognized.
8467
8468 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8469
8470 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8471 and extra UIs.
8472
8473 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8474
8475 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8476 proc_with_prefix.
8477
8478 2017-02-10 Tom Tromey <tom@tromey.com>
8479
8480 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8481
8482 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8483
8484 PR gdb/21122
8485 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8486
8487 2017-02-08 Jerome Guitton <guitton@adacore.com>
8488
8489 * gdb.base/define.exp: Add test for command abbreviations
8490 in define.
8491
8492 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8493
8494 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8495 * gdb.reverse/insn-reverse-x86.c: New file.
8496
8497 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8498
8499 PR tdep/20936
8500 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8501
8502 2017-02-03 Tom Tromey <tom@tromey.com>
8503
8504 PR rust/21097:
8505 * gdb.rust/simple.exp: Add new tests.
8506
8507 2017-02-02 Pedro Alves <palves@redhat.com>
8508
8509 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8510 tests.
8511
8512 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8513
8514 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8515 taking a 2-byte value out of a 4-byte DWARF implicit value on
8516 big-endian targets.
8517 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8518 logic. Add test cases for DW_OP_implicit.
8519
8520 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8521
8522 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8523
8524 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8525
8526 * gdb.btrace/enable.exp: Call gdb_exit before
8527 skip_gdbserver_tests.
8528
8529 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8530
8531 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8532 GDBFLAGS.
8533
8534 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8535
8536 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8537 the test is skipped.
8538 * gdb.btrace/data.exp: Likewise.
8539 * gdb.btrace/delta.exp: Likewise.
8540 * gdb.btrace/dlopen.exp: Likewise.
8541 * gdb.btrace/enable-running.exp: Likewise.
8542 * gdb.btrace/enable.exp: Likewise.
8543 * gdb.btrace/exception.exp: Likewise.
8544 * gdb.btrace/function_call_history.exp: Likewise.
8545 * gdb.btrace/gcore.exp: Likewise.
8546 * gdb.btrace/instruction_history.exp: Likewise.
8547 * gdb.btrace/multi-thread-step.exp: Likewise.
8548 * gdb.btrace/nohist.exp: Likewise.
8549 * gdb.btrace/non-stop.exp: Likewise.
8550 * gdb.btrace/reconnect.exp: Likewise.
8551 * gdb.btrace/record_goto-step.exp: Likewise.
8552 * gdb.btrace/record_goto.exp: Likewise.
8553 * gdb.btrace/rn-dl-bind.exp: Likewise.
8554 * gdb.btrace/segv.exp: Likewise.
8555 * gdb.btrace/step.exp: Likewise.
8556 * gdb.btrace/stepi.exp: Likewise.
8557 * gdb.btrace/tailcall-only.exp: Likewise.
8558 * gdb.btrace/tailcall.exp: Likewise.
8559 * gdb.btrace/tsx.exp: Likewise.
8560 * gdb.btrace/unknown_functions.exp: Likewise.
8561 * gdb.btrace/vdso.exp: Likewise.
8562
8563 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8564
8565 * gdb.btrace/enable-running.c: New.
8566 * gdb.btrace/enable-running.exp: New.
8567
8568 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8569
8570 * gdb.arch/amd64-gs_base.c: New file.
8571 * gdb.arch/amd64-gs_base.exp: New file.
8572
8573 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8574
8575 * lib/memory.exp: Remove spurious empty newlines.
8576
8577 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8578
8579 * gdb.python/py-bad-printers.exp: Load python file using "source".
8580 * gdb.python/py-events.exp: Likewise.
8581 * gdb.python/py-evsignal.exp: Likewise.
8582 * gdb.python/py-evthreads.exp: Likewise.
8583 * gdb.python/py-frame-args.exp: Likewise.
8584 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8585 * gdb.python/py-framefilter-mi.exp: Likewise.
8586 * gdb.python/py-framefilter.exp: Likewise.
8587 * gdb.python/py-mi.exp: Likewise.
8588 * gdb.python/py-pp-maint.exp: Likewise.
8589 * gdb.python/py-pp-registration.exp: Likewise.
8590 * gdb.python/py-prettyprint.exp: Likewise.
8591 (run_lang_tests): Likewise.
8592 * gdb.python/py-typeprint.exp: Likewise.
8593
8594 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8595
8596 * lib/memory.exp: New file.
8597 * lib/gdb.exp: Load memory.exp.
8598 * gdb.base/memattr.exp (delete_memory): Move proc to
8599 lib/memory.exp and rename to delete_memory_regions.
8600 Replace delete_memory with delete_memory_regions.
8601 Cleanup memory regions before tests.
8602 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8603 before tests.
8604
8605 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8606
8607 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8608 files.
8609 (initialize): New function conditionally defined.
8610 (testcases): Move within conditional block.
8611 (main): Call initialize.
8612 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8613 of gdb.reverse/insn-reverse.c.
8614 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8615 gdb.reverse/insn-reverse.c.
8616
8617 2017-01-26 Yao Qi <yao.qi@linaro.org>
8618
8619 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8620 disassemble on address 0.
8621
8622 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8623 Yao Qi <yao.qi@linaro.org>
8624
8625 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8626 * gdb.dwarf2/implptr-64bit.S: Remove.
8627 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8628 variables in caller's context. Add DW_OP_implicit_value.
8629
8630 2017-01-25 Yao Qi <yao.qi@linaro.org>
8631
8632 * lib/dwarf.exp (Dwarf::_location): Handle
8633 DW_OP_GNU_implicit_pointer with proper size.
8634
8635 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8636
8637 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8638 and add untested calls.
8639
8640 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8641
8642 * gdb.python/python.exp: Check line number against what GDB thinks
8643 the line number is for func1.
8644
8645 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8646
8647 * gdb.dlang/debug-expr.exp: New file.
8648
8649 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
8650
8651 Fix test names for the following files:
8652
8653 * gdb.ada/exec_changed.exp
8654 * gdb.ada/info_types.exp
8655 * gdb.arch/aarch64-atomic-inst.exp
8656 * gdb.arch/aarch64-fp.exp
8657 * gdb.arch/altivec-abi.exp
8658 * gdb.arch/altivec-regs.exp
8659 * gdb.arch/amd64-byte.exp
8660 * gdb.arch/amd64-disp-step.exp
8661 * gdb.arch/amd64-dword.exp
8662 * gdb.arch/amd64-entry-value-inline.exp
8663 * gdb.arch/amd64-entry-value-param.exp
8664 * gdb.arch/amd64-entry-value-paramref.exp
8665 * gdb.arch/amd64-entry-value.exp
8666 * gdb.arch/amd64-i386-address.exp
8667 * gdb.arch/amd64-invalid-stack-middle.exp
8668 * gdb.arch/amd64-invalid-stack-top.exp
8669 * gdb.arch/amd64-optimout-repeat.exp
8670 * gdb.arch/amd64-prologue-skip.exp
8671 * gdb.arch/amd64-prologue-xmm.exp
8672 * gdb.arch/amd64-stap-special-operands.exp
8673 * gdb.arch/amd64-stap-wrong-subexp.exp
8674 * gdb.arch/amd64-tailcall-cxx.exp
8675 * gdb.arch/amd64-tailcall-noret.exp
8676 * gdb.arch/amd64-tailcall-ret.exp
8677 * gdb.arch/amd64-tailcall-self.exp
8678 * gdb.arch/amd64-word.exp
8679 * gdb.arch/arm-bl-branch-dest.exp
8680 * gdb.arch/arm-disp-step.exp
8681 * gdb.arch/arm-neon.exp
8682 * gdb.arch/arm-single-step-kernel-helper.exp
8683 * gdb.arch/avr-flash-qualifier.exp
8684 * gdb.arch/disp-step-insn-reloc.exp
8685 * gdb.arch/e500-abi.exp
8686 * gdb.arch/e500-regs.exp
8687 * gdb.arch/ftrace-insn-reloc.exp
8688 * gdb.arch/i386-avx512.exp
8689 * gdb.arch/i386-bp_permanent.exp
8690 * gdb.arch/i386-byte.exp
8691 * gdb.arch/i386-cfi-notcurrent.exp
8692 * gdb.arch/i386-disp-step.exp
8693 * gdb.arch/i386-dr3-watch.exp
8694 * gdb.arch/i386-float.exp
8695 * gdb.arch/i386-gnu-cfi.exp
8696 * gdb.arch/i386-mpx-map.exp
8697 * gdb.arch/i386-mpx-sigsegv.exp
8698 * gdb.arch/i386-mpx-simple_segv.exp
8699 * gdb.arch/i386-mpx.exp
8700 * gdb.arch/i386-permbkpt.exp
8701 * gdb.arch/i386-prologue.exp
8702 * gdb.arch/i386-signal.exp
8703 * gdb.arch/i386-size-overlap.exp
8704 * gdb.arch/i386-unwind.exp
8705 * gdb.arch/i386-word.exp
8706 * gdb.arch/mips-fcr.exp
8707 * gdb.arch/powerpc-d128-regs.exp
8708 * gdb.arch/powerpc-stackless.exp
8709 * gdb.arch/ppc64-atomic-inst.exp
8710 * gdb.arch/s390-stackless.exp
8711 * gdb.arch/s390-tdbregs.exp
8712 * gdb.arch/s390-vregs.exp
8713 * gdb.arch/sparc-sysstep.exp
8714 * gdb.arch/thumb-bx-pc.exp
8715 * gdb.arch/thumb-singlestep.exp
8716 * gdb.arch/thumb2-it.exp
8717 * gdb.arch/vsx-regs.exp
8718 * gdb.asm/asm-source.exp
8719 * gdb.base/a2-run.exp
8720 * gdb.base/advance.exp
8721 * gdb.base/all-bin.exp
8722 * gdb.base/anon.exp
8723 * gdb.base/args.exp
8724 * gdb.base/arithmet.exp
8725 * gdb.base/async-shell.exp
8726 * gdb.base/async.exp
8727 * gdb.base/attach-pie-noexec.exp
8728 * gdb.base/attach-twice.exp
8729 * gdb.base/auto-load.exp
8730 * gdb.base/bang.exp
8731 * gdb.base/bitfields.exp
8732 * gdb.base/break-always.exp
8733 * gdb.base/break-caller-line.exp
8734 * gdb.base/break-entry.exp
8735 * gdb.base/break-inline.exp
8736 * gdb.base/break-on-linker-gcd-function.exp
8737 * gdb.base/break-probes.exp
8738 * gdb.base/break.exp
8739 * gdb.base/breakpoint-shadow.exp
8740 * gdb.base/call-ar-st.exp
8741 * gdb.base/call-sc.exp
8742 * gdb.base/call-signal-resume.exp
8743 * gdb.base/call-strs.exp
8744 * gdb.base/callfuncs.exp
8745 * gdb.base/catch-fork-static.exp
8746 * gdb.base/catch-gdb-caused-signals.exp
8747 * gdb.base/catch-load.exp
8748 * gdb.base/catch-signal-fork.exp
8749 * gdb.base/catch-signal.exp
8750 * gdb.base/catch-syscall.exp
8751 * gdb.base/charset.exp
8752 * gdb.base/checkpoint.exp
8753 * gdb.base/chng-syms.exp
8754 * gdb.base/code-expr.exp
8755 * gdb.base/code_elim.exp
8756 * gdb.base/commands.exp
8757 * gdb.base/completion.exp
8758 * gdb.base/complex.exp
8759 * gdb.base/cond-expr.exp
8760 * gdb.base/condbreak.exp
8761 * gdb.base/consecutive.exp
8762 * gdb.base/continue-all-already-running.exp
8763 * gdb.base/coredump-filter.exp
8764 * gdb.base/corefile.exp
8765 * gdb.base/dbx.exp
8766 * gdb.base/debug-expr.exp
8767 * gdb.base/define.exp
8768 * gdb.base/del.exp
8769 * gdb.base/disabled-location.exp
8770 * gdb.base/disasm-end-cu.exp
8771 * gdb.base/disasm-optim.exp
8772 * gdb.base/display.exp
8773 * gdb.base/duplicate-bp.exp
8774 * gdb.base/ena-dis-br.exp
8775 * gdb.base/ending-run.exp
8776 * gdb.base/enumval.exp
8777 * gdb.base/environ.exp
8778 * gdb.base/eu-strip-infcall.exp
8779 * gdb.base/eval-avoid-side-effects.exp
8780 * gdb.base/eval-skip.exp
8781 * gdb.base/exitsignal.exp
8782 * gdb.base/expand-psymtabs.exp
8783 * gdb.base/filesym.exp
8784 * gdb.base/find-unmapped.exp
8785 * gdb.base/finish.exp
8786 * gdb.base/float.exp
8787 * gdb.base/foll-exec-mode.exp
8788 * gdb.base/foll-exec.exp
8789 * gdb.base/foll-fork.exp
8790 * gdb.base/fortran-sym-case.exp
8791 * gdb.base/freebpcmd.exp
8792 * gdb.base/func-ptr.exp
8793 * gdb.base/func-ptrs.exp
8794 * gdb.base/funcargs.exp
8795 * gdb.base/gcore-buffer-overflow.exp
8796 * gdb.base/gcore-relro-pie.exp
8797 * gdb.base/gcore-relro.exp
8798 * gdb.base/gcore.exp
8799 * gdb.base/gdb1090.exp
8800 * gdb.base/gdb11530.exp
8801 * gdb.base/gdb11531.exp
8802 * gdb.base/gdb1821.exp
8803 * gdb.base/gdbindex-stabs.exp
8804 * gdb.base/gdbvars.exp
8805 * gdb.base/hbreak.exp
8806 * gdb.base/hbreak2.exp
8807 * gdb.base/included.exp
8808 * gdb.base/infcall-input.exp
8809 * gdb.base/inferior-died.exp
8810 * gdb.base/infnan.exp
8811 * gdb.base/info-macros.exp
8812 * gdb.base/info-os.exp
8813 * gdb.base/info-proc.exp
8814 * gdb.base/info-shared.exp
8815 * gdb.base/info-target.exp
8816 * gdb.base/infoline.exp
8817 * gdb.base/interp.exp
8818 * gdb.base/interrupt.exp
8819 * gdb.base/jit-reader.exp
8820 * gdb.base/jit-simple.exp
8821 * gdb.base/kill-after-signal.exp
8822 * gdb.base/kill-detach-inferiors-cmd.exp
8823 * gdb.base/label.exp
8824 * gdb.base/langs.exp
8825 * gdb.base/ldbl_e308.exp
8826 * gdb.base/line-symtabs.exp
8827 * gdb.base/linespecs.exp
8828 * gdb.base/list.exp
8829 * gdb.base/long_long.exp
8830 * gdb.base/longest-types.exp
8831 * gdb.base/maint.exp
8832 * gdb.base/max-value-size.exp
8833 * gdb.base/memattr.exp
8834 * gdb.base/mips_pro.exp
8835 * gdb.base/morestack.exp
8836 * gdb.base/moribund-step.exp
8837 * gdb.base/multi-forks.exp
8838 * gdb.base/nested-addr.exp
8839 * gdb.base/nextoverexit.exp
8840 * gdb.base/noreturn-finish.exp
8841 * gdb.base/noreturn-return.exp
8842 * gdb.base/nostdlib.exp
8843 * gdb.base/offsets.exp
8844 * gdb.base/opaque.exp
8845 * gdb.base/pc-fp.exp
8846 * gdb.base/permissions.exp
8847 * gdb.base/print-symbol-loading.exp
8848 * gdb.base/prologue-include.exp
8849 * gdb.base/psymtab.exp
8850 * gdb.base/ptype.exp
8851 * gdb.base/random-signal.exp
8852 * gdb.base/randomize.exp
8853 * gdb.base/range-stepping.exp
8854 * gdb.base/readline-ask.exp
8855 * gdb.base/recpar.exp
8856 * gdb.base/recurse.exp
8857 * gdb.base/relational.exp
8858 * gdb.base/restore.exp
8859 * gdb.base/return-nodebug.exp
8860 * gdb.base/return.exp
8861 * gdb.base/run-after-attach.exp
8862 * gdb.base/save-bp.exp
8863 * gdb.base/scope.exp
8864 * gdb.base/sect-cmd.exp
8865 * gdb.base/set-lang-auto.exp
8866 * gdb.base/set-noassign.exp
8867 * gdb.base/setvar.exp
8868 * gdb.base/sigall.exp
8869 * gdb.base/sigbpt.exp
8870 * gdb.base/siginfo-addr.exp
8871 * gdb.base/siginfo-infcall.exp
8872 * gdb.base/siginfo-obj.exp
8873 * gdb.base/siginfo.exp
8874 * gdb.base/signals-state-child.exp
8875 * gdb.base/signest.exp
8876 * gdb.base/sigstep.exp
8877 * gdb.base/sizeof.exp
8878 * gdb.base/skip.exp
8879 * gdb.base/solib-corrupted.exp
8880 * gdb.base/solib-nodir.exp
8881 * gdb.base/solib-search.exp
8882 * gdb.base/stack-checking.exp
8883 * gdb.base/stale-infcall.exp
8884 * gdb.base/stap-probe.exp
8885 * gdb.base/start.exp
8886 * gdb.base/step-break.exp
8887 * gdb.base/step-bt.exp
8888 * gdb.base/step-line.exp
8889 * gdb.base/step-over-exit.exp
8890 * gdb.base/step-over-syscall.exp
8891 * gdb.base/step-resume-infcall.exp
8892 * gdb.base/step-test.exp
8893 * gdb.base/store.exp
8894 * gdb.base/structs3.exp
8895 * gdb.base/sym-file.exp
8896 * gdb.base/symbol-without-target_section.exp
8897 * gdb.base/term.exp
8898 * gdb.base/testenv.exp
8899 * gdb.base/ui-redirect.exp
8900 * gdb.base/until.exp
8901 * gdb.base/unwindonsignal.exp
8902 * gdb.base/value-double-free.exp
8903 * gdb.base/vla-datatypes.exp
8904 * gdb.base/vla-ptr.exp
8905 * gdb.base/vla-sideeffect.exp
8906 * gdb.base/volatile.exp
8907 * gdb.base/watch-cond-infcall.exp
8908 * gdb.base/watch-cond.exp
8909 * gdb.base/watch-non-mem.exp
8910 * gdb.base/watch-read.exp
8911 * gdb.base/watch-vfork.exp
8912 * gdb.base/watchpoint-cond-gone.exp
8913 * gdb.base/watchpoint-delete.exp
8914 * gdb.base/watchpoint-hw-hit-once.exp
8915 * gdb.base/watchpoint-hw.exp
8916 * gdb.base/watchpoint-stops-at-right-insn.exp
8917 * gdb.base/watchpoints.exp
8918 * gdb.base/wchar.exp
8919 * gdb.base/whatis-exp.exp
8920 * gdb.btrace/buffer-size.exp
8921 * gdb.btrace/data.exp
8922 * gdb.btrace/delta.exp
8923 * gdb.btrace/dlopen.exp
8924 * gdb.btrace/enable.exp
8925 * gdb.btrace/exception.exp
8926 * gdb.btrace/function_call_history.exp
8927 * gdb.btrace/gcore.exp
8928 * gdb.btrace/instruction_history.exp
8929 * gdb.btrace/nohist.exp
8930 * gdb.btrace/reconnect.exp
8931 * gdb.btrace/record_goto-step.exp
8932 * gdb.btrace/record_goto.exp
8933 * gdb.btrace/rn-dl-bind.exp
8934 * gdb.btrace/segv.exp
8935 * gdb.btrace/step.exp
8936 * gdb.btrace/stepi.exp
8937 * gdb.btrace/tailcall-only.exp
8938 * gdb.btrace/tailcall.exp
8939 * gdb.btrace/tsx.exp
8940 * gdb.btrace/unknown_functions.exp
8941 * gdb.btrace/vdso.exp
8942 * gdb.compile/compile-ifunc.exp
8943 * gdb.compile/compile-ops.exp
8944 * gdb.compile/compile-print.exp
8945 * gdb.compile/compile-setjmp.exp
8946 * gdb.cp/abstract-origin.exp
8947 * gdb.cp/ambiguous.exp
8948 * gdb.cp/annota2.exp
8949 * gdb.cp/annota3.exp
8950 * gdb.cp/anon-ns.exp
8951 * gdb.cp/anon-struct.exp
8952 * gdb.cp/anon-union.exp
8953 * gdb.cp/arg-reference.exp
8954 * gdb.cp/baseenum.exp
8955 * gdb.cp/bool.exp
8956 * gdb.cp/breakpoint.exp
8957 * gdb.cp/bs15503.exp
8958 * gdb.cp/call-c.exp
8959 * gdb.cp/casts.exp
8960 * gdb.cp/chained-calls.exp
8961 * gdb.cp/class2.exp
8962 * gdb.cp/classes.exp
8963 * gdb.cp/cmpd-minsyms.exp
8964 * gdb.cp/converts.exp
8965 * gdb.cp/cp-relocate.exp
8966 * gdb.cp/cpcompletion.exp
8967 * gdb.cp/cpexprs.exp
8968 * gdb.cp/cplabel.exp
8969 * gdb.cp/cplusfuncs.exp
8970 * gdb.cp/cpsizeof.exp
8971 * gdb.cp/ctti.exp
8972 * gdb.cp/derivation.exp
8973 * gdb.cp/destrprint.exp
8974 * gdb.cp/dispcxx.exp
8975 * gdb.cp/enum-class.exp
8976 * gdb.cp/exception.exp
8977 * gdb.cp/exceptprint.exp
8978 * gdb.cp/expand-psymtabs-cxx.exp
8979 * gdb.cp/expand-sals.exp
8980 * gdb.cp/extern-c.exp
8981 * gdb.cp/filename.exp
8982 * gdb.cp/formatted-ref.exp
8983 * gdb.cp/fpointer.exp
8984 * gdb.cp/gdb1355.exp
8985 * gdb.cp/gdb2495.exp
8986 * gdb.cp/hang.exp
8987 * gdb.cp/impl-this.exp
8988 * gdb.cp/infcall-dlopen.exp
8989 * gdb.cp/inherit.exp
8990 * gdb.cp/iostream.exp
8991 * gdb.cp/koenig.exp
8992 * gdb.cp/local.exp
8993 * gdb.cp/m-data.exp
8994 * gdb.cp/m-static.exp
8995 * gdb.cp/mb-ctor.exp
8996 * gdb.cp/mb-inline.exp
8997 * gdb.cp/mb-templates.exp
8998 * gdb.cp/member-name.exp
8999 * gdb.cp/member-ptr.exp
9000 * gdb.cp/meth-typedefs.exp
9001 * gdb.cp/method.exp
9002 * gdb.cp/method2.exp
9003 * gdb.cp/minsym-fallback.exp
9004 * gdb.cp/misc.exp
9005 * gdb.cp/namelessclass.exp
9006 * gdb.cp/namespace-enum.exp
9007 * gdb.cp/namespace-nested-import.exp
9008 * gdb.cp/namespace.exp
9009 * gdb.cp/nextoverthrow.exp
9010 * gdb.cp/no-dmgl-verbose.exp
9011 * gdb.cp/non-trivial-retval.exp
9012 * gdb.cp/noparam.exp
9013 * gdb.cp/nsdecl.exp
9014 * gdb.cp/nsimport.exp
9015 * gdb.cp/nsnested.exp
9016 * gdb.cp/nsnoimports.exp
9017 * gdb.cp/nsrecurs.exp
9018 * gdb.cp/nsstress.exp
9019 * gdb.cp/nsusing.exp
9020 * gdb.cp/operator.exp
9021 * gdb.cp/oranking.exp
9022 * gdb.cp/overload-const.exp
9023 * gdb.cp/overload.exp
9024 * gdb.cp/ovldbreak.exp
9025 * gdb.cp/ovsrch.exp
9026 * gdb.cp/paren-type.exp
9027 * gdb.cp/parse-lang.exp
9028 * gdb.cp/pass-by-ref.exp
9029 * gdb.cp/pr-1023.exp
9030 * gdb.cp/pr-1210.exp
9031 * gdb.cp/pr-574.exp
9032 * gdb.cp/pr10687.exp
9033 * gdb.cp/pr12028.exp
9034 * gdb.cp/pr17132.exp
9035 * gdb.cp/pr17494.exp
9036 * gdb.cp/pr9067.exp
9037 * gdb.cp/pr9167.exp
9038 * gdb.cp/pr9631.exp
9039 * gdb.cp/printmethod.exp
9040 * gdb.cp/psmang.exp
9041 * gdb.cp/psymtab-parameter.exp
9042 * gdb.cp/ptype-cv-cp.exp
9043 * gdb.cp/ptype-flags.exp
9044 * gdb.cp/re-set-overloaded.exp
9045 * gdb.cp/ref-types.exp
9046 * gdb.cp/rtti.exp
9047 * gdb.cp/scope-err.exp
9048 * gdb.cp/shadow.exp
9049 * gdb.cp/smartp.exp
9050 * gdb.cp/static-method.exp
9051 * gdb.cp/static-print-quit.exp
9052 * gdb.cp/temargs.exp
9053 * gdb.cp/templates.exp
9054 * gdb.cp/try_catch.exp
9055 * gdb.cp/typedef-operator.exp
9056 * gdb.cp/typeid.exp
9057 * gdb.cp/userdef.exp
9058 * gdb.cp/using-crash.exp
9059 * gdb.cp/var-tag.exp
9060 * gdb.cp/virtbase.exp
9061 * gdb.cp/virtfunc.exp
9062 * gdb.cp/virtfunc2.exp
9063 * gdb.cp/vla-cxx.exp
9064 * gdb.disasm/t01_mov.exp
9065 * gdb.disasm/t02_mova.exp
9066 * gdb.disasm/t03_add.exp
9067 * gdb.disasm/t04_sub.exp
9068 * gdb.disasm/t05_cmp.exp
9069 * gdb.disasm/t06_ari2.exp
9070 * gdb.disasm/t07_ari3.exp
9071 * gdb.disasm/t08_or.exp
9072 * gdb.disasm/t09_xor.exp
9073 * gdb.disasm/t10_and.exp
9074 * gdb.disasm/t11_logs.exp
9075 * gdb.disasm/t12_bit.exp
9076 * gdb.disasm/t13_otr.exp
9077 * gdb.dlang/circular.exp
9078 * gdb.dwarf2/arr-stride.exp
9079 * gdb.dwarf2/arr-subrange.exp
9080 * gdb.dwarf2/atomic-type.exp
9081 * gdb.dwarf2/bad-regnum.exp
9082 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9083 * gdb.dwarf2/callframecfa.exp
9084 * gdb.dwarf2/clztest.exp
9085 * gdb.dwarf2/corrupt.exp
9086 * gdb.dwarf2/data-loc.exp
9087 * gdb.dwarf2/dup-psym.exp
9088 * gdb.dwarf2/dw2-anon-mptr.exp
9089 * gdb.dwarf2/dw2-anonymous-func.exp
9090 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9091 * gdb.dwarf2/dw2-bad-unresolved.exp
9092 * gdb.dwarf2/dw2-basic.exp
9093 * gdb.dwarf2/dw2-canonicalize-type.exp
9094 * gdb.dwarf2/dw2-case-insensitive.exp
9095 * gdb.dwarf2/dw2-common-block.exp
9096 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9097 * gdb.dwarf2/dw2-compressed.exp
9098 * gdb.dwarf2/dw2-const.exp
9099 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9100 * gdb.dwarf2/dw2-cu-size.exp
9101 * gdb.dwarf2/dw2-dup-frame.exp
9102 * gdb.dwarf2/dw2-entry-value.exp
9103 * gdb.dwarf2/dw2-icycle.exp
9104 * gdb.dwarf2/dw2-ifort-parameter.exp
9105 * gdb.dwarf2/dw2-inline-break.exp
9106 * gdb.dwarf2/dw2-inline-param.exp
9107 * gdb.dwarf2/dw2-intercu.exp
9108 * gdb.dwarf2/dw2-intermix.exp
9109 * gdb.dwarf2/dw2-lexical-block-bare.exp
9110 * gdb.dwarf2/dw2-linkage-name-trust.exp
9111 * gdb.dwarf2/dw2-minsym-in-cu.exp
9112 * gdb.dwarf2/dw2-noloc.exp
9113 * gdb.dwarf2/dw2-op-call.exp
9114 * gdb.dwarf2/dw2-op-out-param.exp
9115 * gdb.dwarf2/dw2-opt-structptr.exp
9116 * gdb.dwarf2/dw2-param-error.exp
9117 * gdb.dwarf2/dw2-producer.exp
9118 * gdb.dwarf2/dw2-ranges-base.exp
9119 * gdb.dwarf2/dw2-ref-missing-frame.exp
9120 * gdb.dwarf2/dw2-reg-undefined.exp
9121 * gdb.dwarf2/dw2-regno-invalid.exp
9122 * gdb.dwarf2/dw2-restore.exp
9123 * gdb.dwarf2/dw2-restrict.exp
9124 * gdb.dwarf2/dw2-single-line-discriminators.exp
9125 * gdb.dwarf2/dw2-strp.exp
9126 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9127 * gdb.dwarf2/dw2-unresolved.exp
9128 * gdb.dwarf2/dw2-var-zero-addr.exp
9129 * gdb.dwarf2/dw4-sig-types.exp
9130 * gdb.dwarf2/dwz.exp
9131 * gdb.dwarf2/dynarr-ptr.exp
9132 * gdb.dwarf2/enum-type.exp
9133 * gdb.dwarf2/gdb-index.exp
9134 * gdb.dwarf2/implptr-64bit.exp
9135 * gdb.dwarf2/implptr-optimized-out.exp
9136 * gdb.dwarf2/implptr.exp
9137 * gdb.dwarf2/implref-array.exp
9138 * gdb.dwarf2/implref-const.exp
9139 * gdb.dwarf2/implref-global.exp
9140 * gdb.dwarf2/implref-struct.exp
9141 * gdb.dwarf2/mac-fileno.exp
9142 * gdb.dwarf2/main-subprogram.exp
9143 * gdb.dwarf2/member-ptr-forwardref.exp
9144 * gdb.dwarf2/method-ptr.exp
9145 * gdb.dwarf2/missing-sig-type.exp
9146 * gdb.dwarf2/nonvar-access.exp
9147 * gdb.dwarf2/opaque-type-lookup.exp
9148 * gdb.dwarf2/pieces-optimized-out.exp
9149 * gdb.dwarf2/pieces.exp
9150 * gdb.dwarf2/pr10770.exp
9151 * gdb.dwarf2/pr13961.exp
9152 * gdb.dwarf2/staticvirtual.exp
9153 * gdb.dwarf2/subrange.exp
9154 * gdb.dwarf2/symtab-producer.exp
9155 * gdb.dwarf2/trace-crash.exp
9156 * gdb.dwarf2/typeddwarf.exp
9157 * gdb.dwarf2/valop.exp
9158 * gdb.dwarf2/watch-notconst.exp
9159 * gdb.fortran/array-element.exp
9160 * gdb.fortran/charset.exp
9161 * gdb.fortran/common-block.exp
9162 * gdb.fortran/complex.exp
9163 * gdb.fortran/derived-type-function.exp
9164 * gdb.fortran/derived-type.exp
9165 * gdb.fortran/logical.exp
9166 * gdb.fortran/module.exp
9167 * gdb.fortran/multi-dim.exp
9168 * gdb.fortran/nested-funcs.exp
9169 * gdb.fortran/print-formatted.exp
9170 * gdb.fortran/subarray.exp
9171 * gdb.fortran/vla-alloc-assoc.exp
9172 * gdb.fortran/vla-datatypes.exp
9173 * gdb.fortran/vla-history.exp
9174 * gdb.fortran/vla-ptr-info.exp
9175 * gdb.fortran/vla-ptype-sub.exp
9176 * gdb.fortran/vla-ptype.exp
9177 * gdb.fortran/vla-sizeof.exp
9178 * gdb.fortran/vla-type.exp
9179 * gdb.fortran/vla-value-sub-arbitrary.exp
9180 * gdb.fortran/vla-value-sub-finish.exp
9181 * gdb.fortran/vla-value-sub.exp
9182 * gdb.fortran/vla-value.exp
9183 * gdb.fortran/whatis_type.exp
9184 * gdb.go/chan.exp
9185 * gdb.go/handcall.exp
9186 * gdb.go/hello.exp
9187 * gdb.go/integers.exp
9188 * gdb.go/methods.exp
9189 * gdb.go/package.exp
9190 * gdb.go/strings.exp
9191 * gdb.go/types.exp
9192 * gdb.go/unsafe.exp
9193 * gdb.guile/scm-arch.exp
9194 * gdb.guile/scm-block.exp
9195 * gdb.guile/scm-breakpoint.exp
9196 * gdb.guile/scm-cmd.exp
9197 * gdb.guile/scm-disasm.exp
9198 * gdb.guile/scm-equal.exp
9199 * gdb.guile/scm-frame-args.exp
9200 * gdb.guile/scm-frame-inline.exp
9201 * gdb.guile/scm-frame.exp
9202 * gdb.guile/scm-iterator.exp
9203 * gdb.guile/scm-math.exp
9204 * gdb.guile/scm-objfile.exp
9205 * gdb.guile/scm-ports.exp
9206 * gdb.guile/scm-symbol.exp
9207 * gdb.guile/scm-symtab.exp
9208 * gdb.guile/scm-value-cc.exp
9209 * gdb.guile/types-module.exp
9210 * gdb.linespec/break-ask.exp
9211 * gdb.linespec/cpexplicit.exp
9212 * gdb.linespec/explicit.exp
9213 * gdb.linespec/keywords.exp
9214 * gdb.linespec/linespec.exp
9215 * gdb.linespec/ls-dollar.exp
9216 * gdb.linespec/ls-errs.exp
9217 * gdb.linespec/skip-two.exp
9218 * gdb.linespec/thread.exp
9219 * gdb.mi/mi-async.exp
9220 * gdb.mi/mi-basics.exp
9221 * gdb.mi/mi-break.exp
9222 * gdb.mi/mi-catch-load.exp
9223 * gdb.mi/mi-cli.exp
9224 * gdb.mi/mi-cmd-param-changed.exp
9225 * gdb.mi/mi-console.exp
9226 * gdb.mi/mi-detach.exp
9227 * gdb.mi/mi-disassemble.exp
9228 * gdb.mi/mi-eval.exp
9229 * gdb.mi/mi-file-transfer.exp
9230 * gdb.mi/mi-file.exp
9231 * gdb.mi/mi-fill-memory.exp
9232 * gdb.mi/mi-inheritance-syntax-error.exp
9233 * gdb.mi/mi-linespec-err-cp.exp
9234 * gdb.mi/mi-logging.exp
9235 * gdb.mi/mi-memory-changed.exp
9236 * gdb.mi/mi-read-memory.exp
9237 * gdb.mi/mi-record-changed.exp
9238 * gdb.mi/mi-reg-undefined.exp
9239 * gdb.mi/mi-regs.exp
9240 * gdb.mi/mi-return.exp
9241 * gdb.mi/mi-reverse.exp
9242 * gdb.mi/mi-simplerun.exp
9243 * gdb.mi/mi-solib.exp
9244 * gdb.mi/mi-stack.exp
9245 * gdb.mi/mi-stepi.exp
9246 * gdb.mi/mi-syn-frame.exp
9247 * gdb.mi/mi-until.exp
9248 * gdb.mi/mi-var-block.exp
9249 * gdb.mi/mi-var-child.exp
9250 * gdb.mi/mi-var-cmd.exp
9251 * gdb.mi/mi-var-cp.exp
9252 * gdb.mi/mi-var-display.exp
9253 * gdb.mi/mi-var-invalidate.exp
9254 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9255 * gdb.mi/mi-vla-fortran.exp
9256 * gdb.mi/mi-watch.exp
9257 * gdb.mi/mi2-var-child.exp
9258 * gdb.mi/user-selected-context-sync.exp
9259 * gdb.modula2/unbounded-array.exp
9260 * gdb.multi/dummy-frame-restore.exp
9261 * gdb.multi/multi-arch-exec.exp
9262 * gdb.multi/multi-arch.exp
9263 * gdb.multi/tids.exp
9264 * gdb.multi/watchpoint-multi.exp
9265 * gdb.opencl/callfuncs.exp
9266 * gdb.opencl/convs_casts.exp
9267 * gdb.opencl/datatypes.exp
9268 * gdb.opencl/operators.exp
9269 * gdb.opencl/vec_comps.exp
9270 * gdb.opt/clobbered-registers-O2.exp
9271 * gdb.opt/inline-break.exp
9272 * gdb.opt/inline-bt.exp
9273 * gdb.opt/inline-cmds.exp
9274 * gdb.opt/inline-locals.exp
9275 * gdb.pascal/case-insensitive-symbols.exp
9276 * gdb.pascal/floats.exp
9277 * gdb.pascal/gdb11492.exp
9278 * gdb.python/lib-types.exp
9279 * gdb.python/py-arch.exp
9280 * gdb.python/py-as-string.exp
9281 * gdb.python/py-bad-printers.exp
9282 * gdb.python/py-block.exp
9283 * gdb.python/py-breakpoint-create-fail.exp
9284 * gdb.python/py-breakpoint.exp
9285 * gdb.python/py-caller-is.exp
9286 * gdb.python/py-cmd.exp
9287 * gdb.python/py-explore-cc.exp
9288 * gdb.python/py-explore.exp
9289 * gdb.python/py-finish-breakpoint.exp
9290 * gdb.python/py-finish-breakpoint2.exp
9291 * gdb.python/py-frame-args.exp
9292 * gdb.python/py-frame-inline.exp
9293 * gdb.python/py-frame.exp
9294 * gdb.python/py-framefilter-mi.exp
9295 * gdb.python/py-infthread.exp
9296 * gdb.python/py-lazy-string.exp
9297 * gdb.python/py-linetable.exp
9298 * gdb.python/py-mi-events.exp
9299 * gdb.python/py-mi-objfile.exp
9300 * gdb.python/py-mi.exp
9301 * gdb.python/py-objfile.exp
9302 * gdb.python/py-pp-integral.exp
9303 * gdb.python/py-pp-maint.exp
9304 * gdb.python/py-pp-re-notag.exp
9305 * gdb.python/py-pp-registration.exp
9306 * gdb.python/py-recurse-unwind.exp
9307 * gdb.python/py-strfns.exp
9308 * gdb.python/py-symbol.exp
9309 * gdb.python/py-symtab.exp
9310 * gdb.python/py-sync-interp.exp
9311 * gdb.python/py-typeprint.exp
9312 * gdb.python/py-unwind-maint.exp
9313 * gdb.python/py-unwind.exp
9314 * gdb.python/py-value-cc.exp
9315 * gdb.python/py-xmethods.exp
9316 * gdb.reverse/amd64-tailcall-reverse.exp
9317 * gdb.reverse/break-precsave.exp
9318 * gdb.reverse/break-reverse.exp
9319 * gdb.reverse/consecutive-precsave.exp
9320 * gdb.reverse/consecutive-reverse.exp
9321 * gdb.reverse/finish-precsave.exp
9322 * gdb.reverse/finish-reverse-bkpt.exp
9323 * gdb.reverse/finish-reverse.exp
9324 * gdb.reverse/fstatat-reverse.exp
9325 * gdb.reverse/getresuid-reverse.exp
9326 * gdb.reverse/i386-precsave.exp
9327 * gdb.reverse/i386-reverse.exp
9328 * gdb.reverse/i386-sse-reverse.exp
9329 * gdb.reverse/i387-env-reverse.exp
9330 * gdb.reverse/i387-stack-reverse.exp
9331 * gdb.reverse/insn-reverse.exp
9332 * gdb.reverse/machinestate-precsave.exp
9333 * gdb.reverse/machinestate.exp
9334 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9335 * gdb.reverse/pipe-reverse.exp
9336 * gdb.reverse/readv-reverse.exp
9337 * gdb.reverse/recvmsg-reverse.exp
9338 * gdb.reverse/rerun-prec.exp
9339 * gdb.reverse/s390-mvcle.exp
9340 * gdb.reverse/step-precsave.exp
9341 * gdb.reverse/step-reverse.exp
9342 * gdb.reverse/time-reverse.exp
9343 * gdb.reverse/until-precsave.exp
9344 * gdb.reverse/until-reverse.exp
9345 * gdb.reverse/waitpid-reverse.exp
9346 * gdb.reverse/watch-precsave.exp
9347 * gdb.reverse/watch-reverse.exp
9348 * gdb.rust/generics.exp
9349 * gdb.rust/methods.exp
9350 * gdb.rust/modules.exp
9351 * gdb.rust/simple.exp
9352 * gdb.server/connect-with-no-symbol-file.exp
9353 * gdb.server/ext-attach.exp
9354 * gdb.server/ext-restart.exp
9355 * gdb.server/ext-wrapper.exp
9356 * gdb.server/file-transfer.exp
9357 * gdb.server/server-exec-info.exp
9358 * gdb.server/server-kill.exp
9359 * gdb.server/server-mon.exp
9360 * gdb.server/wrapper.exp
9361 * gdb.stabs/exclfwd.exp
9362 * gdb.stabs/gdb11479.exp
9363 * gdb.threads/clone-new-thread-event.exp
9364 * gdb.threads/corethreads.exp
9365 * gdb.threads/current-lwp-dead.exp
9366 * gdb.threads/dlopen-libpthread.exp
9367 * gdb.threads/gcore-thread.exp
9368 * gdb.threads/sigstep-threads.exp
9369 * gdb.threads/watchpoint-fork.exp
9370 * gdb.trace/actions-changed.exp
9371 * gdb.trace/backtrace.exp
9372 * gdb.trace/change-loc.exp
9373 * gdb.trace/circ.exp
9374 * gdb.trace/collection.exp
9375 * gdb.trace/disconnected-tracing.exp
9376 * gdb.trace/ftrace.exp
9377 * gdb.trace/mi-trace-frame-collected.exp
9378 * gdb.trace/mi-trace-unavailable.exp
9379 * gdb.trace/mi-traceframe-changed.exp
9380 * gdb.trace/mi-tsv-changed.exp
9381 * gdb.trace/no-attach-trace.exp
9382 * gdb.trace/passc-dyn.exp
9383 * gdb.trace/qtro.exp
9384 * gdb.trace/range-stepping.exp
9385 * gdb.trace/read-memory.exp
9386 * gdb.trace/save-trace.exp
9387 * gdb.trace/signal.exp
9388 * gdb.trace/status-stop.exp
9389 * gdb.trace/tfile.exp
9390 * gdb.trace/trace-break.exp
9391 * gdb.trace/trace-buffer-size.exp
9392 * gdb.trace/trace-condition.exp
9393 * gdb.trace/tracefile-pseudo-reg.exp
9394 * gdb.trace/tstatus.exp
9395 * gdb.trace/unavailable.exp
9396 * gdb.trace/while-dyn.exp
9397 * gdb.trace/while-stepping.exp
9398
9399 2016-12-22 Doug Evans <xdje42@gmail.com>
9400
9401 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9402 and msymbols.
9403
9404 2016-12-19 Yao Qi <yao.qi@linaro.org>
9405
9406 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9407 (test_with_self): Don't call do_steps_and_nexts, and remove
9408 code about stepping into xmalloc.
9409
9410 2016-12-09 Yao Qi <yao.qi@linaro.org>
9411
9412 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9413
9414 2016-12-09 Yao Qi <yao.qi@linaro.org>
9415
9416 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9417
9418 2016-12-09 Pedro Alves <palves@redhat.com>
9419
9420 * gdb.base/all-architectures-0.exp: New file.
9421 * gdb.base/all-architectures-1.exp: New file.
9422 * gdb.base/all-architectures-2.exp: New file.
9423 * gdb.base/all-architectures-3.exp: New file.
9424 * gdb.base/all-architectures-4.exp: New file.
9425 * gdb.base/all-architectures-5.exp: New file.
9426 * gdb.base/all-architectures-6.exp: New file.
9427 * gdb.base/all-architectures-7.exp: New file.
9428 * gdb.base/all-architectures.exp.in: New file.
9429
9430 2016-12-09 Yao Qi <yao.qi@linaro.org>
9431
9432 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9433
9434 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9435
9436 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9437 possible.
9438 Remove useless pattern-matching code.
9439
9440 2016-12-02 Pedro Alves <palves@redhat.com>
9441
9442 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9443 procedure.
9444 (top level): Call it.
9445
9446 2016-12-02 Pedro Alves <palves@redhat.com>
9447
9448 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9449 New procedure.
9450 (top level): Call it.
9451
9452 2016-12-02 Pedro Alves <palves@redhat.com>
9453
9454 PR cli/20559
9455 * gdb.base/commands.exp (user_defined_command_args_eval): New
9456 procedure.
9457 (top level): Call it.
9458
9459 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9460
9461 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9462 timeout handling.
9463
9464 2016-12-02 Tom Tromey <tom@tromey.com>
9465
9466 * gdb.dwarf2/main-subprogram.c: New file.
9467 * gdb.dwarf2/main-subprogram.exp: New file.
9468
9469 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9470
9471 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9472 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9473 gdb_test_no_output for a couple of cases.
9474 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9475
9476 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9477
9478 Fix test names and standardize compilation error messages throughout
9479 the following files:
9480
9481 * gdb.ada/start.exp
9482 * gdb.arch/alpha-step.exp
9483 * gdb.arch/e500-prologue.exp
9484 * gdb.arch/ftrace-insn-reloc.exp
9485 * gdb.arch/gdb1291.exp
9486 * gdb.arch/gdb1431.exp
9487 * gdb.arch/gdb1558.exp
9488 * gdb.arch/i386-dr3-watch.exp
9489 * gdb.arch/i386-sse-stack-align.exp
9490 * gdb.arch/ia64-breakpoint-shadow.exp
9491 * gdb.arch/pa-nullify.exp
9492 * gdb.arch/powerpc-aix-prologue.exp
9493 * gdb.arch/thumb-bx-pc.exp
9494 * gdb.base/annota1.exp
9495 * gdb.base/annota3.exp
9496 * gdb.base/arrayidx.exp
9497 * gdb.base/assign.exp
9498 * gdb.base/attach.exp
9499 * gdb.base/auxv.exp
9500 * gdb.base/bang.exp
9501 * gdb.base/bfp-test.exp
9502 * gdb.base/bigcore.exp
9503 * gdb.base/bitfields2.exp
9504 * gdb.base/break-fun-addr.exp
9505 * gdb.base/break-probes.exp
9506 * gdb.base/call-rt-st.exp
9507 * gdb.base/callexit.exp
9508 * gdb.base/catch-fork-kill.exp
9509 * gdb.base/charset.exp
9510 * gdb.base/checkpoint.exp
9511 * gdb.base/comprdebug.exp
9512 * gdb.base/constvars.exp
9513 * gdb.base/coredump-filter.exp
9514 * gdb.base/cursal.exp
9515 * gdb.base/cvexpr.exp
9516 * gdb.base/detach.exp
9517 * gdb.base/display.exp
9518 * gdb.base/dmsym.exp
9519 * gdb.base/dprintf-pending.exp
9520 * gdb.base/dso2dso.exp
9521 * gdb.base/dtrace-probe.exp
9522 * gdb.base/dump.exp
9523 * gdb.base/enum_cond.exp
9524 * gdb.base/exe-lock.exp
9525 * gdb.base/exec-invalid-sysroot.exp
9526 * gdb.base/execl-update-breakpoints.exp
9527 * gdb.base/exprs.exp
9528 * gdb.base/fileio.exp
9529 * gdb.base/find.exp
9530 * gdb.base/finish.exp
9531 * gdb.base/fixsection.exp
9532 * gdb.base/foll-vfork.exp
9533 * gdb.base/frame-args.exp
9534 * gdb.base/gcore.exp
9535 * gdb.base/gdb1250.exp
9536 * gdb.base/global-var-nested-by-dso.exp
9537 * gdb.base/gnu-ifunc.exp
9538 * gdb.base/hashline1.exp
9539 * gdb.base/hashline2.exp
9540 * gdb.base/hashline3.exp
9541 * gdb.base/hbreak-in-shr-unsupported.exp
9542 * gdb.base/huge.exp
9543 * gdb.base/infcall-input.exp
9544 * gdb.base/info-fun.exp
9545 * gdb.base/info-shared.exp
9546 * gdb.base/jit-simple.exp
9547 * gdb.base/jit-so.exp
9548 * gdb.base/jit.exp
9549 * gdb.base/jump.exp
9550 * gdb.base/label.exp
9551 * gdb.base/lineinc.exp
9552 * gdb.base/logical.exp
9553 * gdb.base/longjmp.exp
9554 * gdb.base/macscp.exp
9555 * gdb.base/miscexprs.exp
9556 * gdb.base/new-ui-echo.exp
9557 * gdb.base/new-ui-pending-input.exp
9558 * gdb.base/new-ui.exp
9559 * gdb.base/nodebug.exp
9560 * gdb.base/nofield.exp
9561 * gdb.base/offsets.exp
9562 * gdb.base/overlays.exp
9563 * gdb.base/pending.exp
9564 * gdb.base/pointers.exp
9565 * gdb.base/pr11022.exp
9566 * gdb.base/printcmds.exp
9567 * gdb.base/prologue.exp
9568 * gdb.base/ptr-typedef.exp
9569 * gdb.base/realname-expand.exp
9570 * gdb.base/relativedebug.exp
9571 * gdb.base/relocate.exp
9572 * gdb.base/remote.exp
9573 * gdb.base/reread.exp
9574 * gdb.base/return2.exp
9575 * gdb.base/savedregs.exp
9576 * gdb.base/sep.exp
9577 * gdb.base/sepdebug.exp
9578 * gdb.base/sepsymtab.exp
9579 * gdb.base/set-inferior-tty.exp
9580 * gdb.base/setshow.exp
9581 * gdb.base/shlib-call.exp
9582 * gdb.base/sigaltstack.exp
9583 * gdb.base/siginfo-addr.exp
9584 * gdb.base/signals.exp
9585 * gdb.base/signull.exp
9586 * gdb.base/sigrepeat.exp
9587 * gdb.base/so-impl-ld.exp
9588 * gdb.base/solib-display.exp
9589 * gdb.base/solib-overlap.exp
9590 * gdb.base/solib-search.exp
9591 * gdb.base/solib-symbol.exp
9592 * gdb.base/structs.exp
9593 * gdb.base/structs2.exp
9594 * gdb.base/symtab-search-order.exp
9595 * gdb.base/twice.exp
9596 * gdb.base/unload.exp
9597 * gdb.base/varargs.exp
9598 * gdb.base/watchpoint-solib.exp
9599 * gdb.base/watchpoint.exp
9600 * gdb.base/whatis.exp
9601 * gdb.base/wrong_frame_bt_full.exp
9602 * gdb.btrace/dlopen.exp
9603 * gdb.cell/ea-standalone.exp
9604 * gdb.cell/ea-test.exp
9605 * gdb.cp/dispcxx.exp
9606 * gdb.cp/gdb2384.exp
9607 * gdb.cp/method2.exp
9608 * gdb.cp/nextoverthrow.exp
9609 * gdb.cp/pr10728.exp
9610 * gdb.disasm/am33.exp
9611 * gdb.disasm/h8300s.exp
9612 * gdb.disasm/mn10300.exp
9613 * gdb.disasm/sh3.exp
9614 * gdb.dwarf2/dw2-dir-file-name.exp
9615 * gdb.fortran/complex.exp
9616 * gdb.fortran/library-module.exp
9617 * gdb.guile/scm-pretty-print.exp
9618 * gdb.guile/scm-symbol.exp
9619 * gdb.guile/scm-type.exp
9620 * gdb.guile/scm-value.exp
9621 * gdb.linespec/linespec.exp
9622 * gdb.mi/gdb701.exp
9623 * gdb.mi/gdb792.exp
9624 * gdb.mi/mi-breakpoint-changed.exp
9625 * gdb.mi/mi-dprintf-pending.exp
9626 * gdb.mi/mi-dprintf.exp
9627 * gdb.mi/mi-exit-code.exp
9628 * gdb.mi/mi-pending.exp
9629 * gdb.mi/mi-solib.exp
9630 * gdb.mi/new-ui-mi-sync.exp
9631 * gdb.mi/pr11022.exp
9632 * gdb.mi/user-selected-context-sync.exp
9633 * gdb.opt/solib-intra-step.exp
9634 * gdb.python/py-events.exp
9635 * gdb.python/py-finish-breakpoint.exp
9636 * gdb.python/py-mi.exp
9637 * gdb.python/py-prettyprint.exp
9638 * gdb.python/py-shared.exp
9639 * gdb.python/py-symbol.exp
9640 * gdb.python/py-template.exp
9641 * gdb.python/py-type.exp
9642 * gdb.python/py-value.exp
9643 * gdb.reverse/solib-precsave.exp
9644 * gdb.reverse/solib-reverse.exp
9645 * gdb.server/solib-list.exp
9646 * gdb.stabs/weird.exp
9647 * gdb.threads/reconnect-signal.exp
9648 * gdb.threads/stepi-random-signal.exp
9649 * gdb.trace/actions.exp
9650 * gdb.trace/ax.exp
9651 * gdb.trace/backtrace.exp
9652 * gdb.trace/change-loc.exp
9653 * gdb.trace/deltrace.exp
9654 * gdb.trace/ftrace-lock.exp
9655 * gdb.trace/ftrace.exp
9656 * gdb.trace/infotrace.exp
9657 * gdb.trace/mi-tracepoint-changed.exp
9658 * gdb.trace/packetlen.exp
9659 * gdb.trace/passcount.exp
9660 * gdb.trace/pending.exp
9661 * gdb.trace/range-stepping.exp
9662 * gdb.trace/report.exp
9663 * gdb.trace/stap-trace.exp
9664 * gdb.trace/tfind.exp
9665 * gdb.trace/trace-break.exp
9666 * gdb.trace/trace-condition.exp
9667 * gdb.trace/trace-enable-disable.exp
9668 * gdb.trace/trace-mt.exp
9669 * gdb.trace/tracecmd.exp
9670 * gdb.trace/tspeed.exp
9671 * gdb.trace/tsv.exp
9672 * lib/perftest.exp
9673
9674 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9675
9676 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9677 with gdb_test_no_output.
9678 Use command as test name.
9679
9680 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9681
9682 Fix test names starting with uppercase throughout the files.
9683
9684 * gdb.ada/assign_1.exp
9685 * gdb.ada/boolean_expr.exp
9686 * gdb.base/arrayidx.exp
9687 * gdb.base/del.exp
9688 * gdb.base/gcore-buffer-overflow.exp
9689 * gdb.base/testenv.exp
9690 * gdb.compile/compile.exp
9691 * gdb.python/py-framefilter-invalidarg.exp
9692 * gdb.python/py-framefilter.exp
9693
9694 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9695
9696 Fix test names starting with uppercase throughout the files.
9697
9698 * gdb.ada/array_return.exp
9699 * gdb.ada/expr_delims.exp
9700 * gdb.ada/mi_dyn_arr.exp
9701 * gdb.ada/mi_interface.exp
9702 * gdb.ada/mi_var_array.exp
9703 * gdb.ada/watch_arg.exp
9704 * gdb.arch/alpha-step.exp
9705 * gdb.arch/altivec-regs.exp
9706 * gdb.arch/e500-regs.exp
9707 * gdb.arch/powerpc-d128-regs.exp
9708 * gdb.base/arrayidx.exp
9709 * gdb.base/break.exp
9710 * gdb.base/checkpoint.exp
9711 * gdb.base/debug-expr.exp
9712 * gdb.base/dmsym.exp
9713 * gdb.base/radix.exp
9714 * gdb.base/sepdebug.exp
9715 * gdb.base/testenv.exp
9716 * gdb.base/watch_thread_num.exp
9717 * gdb.base/watchpoint-cond-gone.exp
9718 * gdb.cell/break.exp
9719 * gdb.cell/ea-cache.exp
9720 * gdb.compile/compile.exp
9721 * gdb.cp/gdb2495.exp
9722 * gdb.gdb/selftest.exp
9723 * gdb.gdb/xfullpath.exp
9724 * gdb.go/hello.exp
9725 * gdb.go/integers.exp
9726 * gdb.objc/basicclass.exp
9727 * gdb.pascal/hello.exp
9728 * gdb.pascal/integers.exp
9729 * gdb.python/py-breakpoint.exp
9730 * gdb.python/py-cmd.exp
9731 * gdb.python/py-linetable.exp
9732 * gdb.python/py-xmethods.exp
9733 * gdb.python/python.exp
9734 * gdb.reverse/consecutive-precsave.exp
9735 * gdb.reverse/finish-precsave.exp
9736 * gdb.reverse/i386-precsave.exp
9737 * gdb.reverse/machinestate-precsave.exp
9738 * gdb.reverse/sigall-precsave.exp
9739 * gdb.reverse/solib-precsave.exp
9740 * gdb.reverse/step-precsave.exp
9741 * gdb.reverse/until-precsave.exp
9742 * gdb.reverse/watch-precsave.exp
9743 * gdb.threads/leader-exit.exp
9744 * gdb.threads/pthreads.exp
9745 * gdb.threads/wp-replication.exp
9746 * gdb.trace/actions.exp
9747 * gdb.trace/mi-tsv-changed.exp
9748 * gdb.trace/tsv.exp
9749
9750 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9751
9752 Fix test names starting with uppercase throughout the files.
9753
9754 * gdb.arch/i386-bp_permanent.exp
9755 * gdb.arch/i386-gnu-cfi.exp
9756 * gdb.base/disasm-end-cu.exp
9757 * gdb.base/macscp.exp
9758 * gdb.base/pending.exp
9759 * gdb.base/watch_thread_num.exp
9760 * gdb.cp/exception.exp
9761 * gdb.cp/gdb2495.exp
9762 * gdb.cp/local.exp
9763 * gdb.python/py-evsignal.exp
9764 * gdb.python/python.exp
9765 * gdb.trace/tracecmd.exp
9766
9767 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9768
9769 Fix test names starting with uppercase throughout the files.
9770
9771 * gdb.base/charset.exp
9772 * gdb.base/eval.exp
9773 * gdb.base/multi-forks.exp
9774 * gdb.guile/scm-progspace.exp
9775 * gdb.opencl/datatypes.exp
9776 * gdb.python/py-block.exp
9777 * gdb.python/py-function.exp
9778 * gdb.python/py-symbol.exp
9779 * gdb.python/py-symtab.exp
9780 * gdb.python/py-xmethods.exp
9781 * gdb.reverse/break-precsave.exp
9782 * gdb.reverse/break-reverse.exp
9783 * gdb.reverse/consecutive-precsave.exp
9784 * gdb.reverse/consecutive-reverse.exp
9785 * gdb.reverse/finish-precsave.exp
9786 * gdb.reverse/finish-reverse-bkpt.exp
9787 * gdb.reverse/finish-reverse.exp
9788 * gdb.reverse/fstatat-reverse.exp
9789 * gdb.reverse/getresuid-reverse.exp
9790 * gdb.reverse/i386-precsave.exp
9791 * gdb.reverse/i386-reverse.exp
9792 * gdb.reverse/i386-sse-reverse.exp
9793 * gdb.reverse/i387-stack-reverse.exp
9794 * gdb.reverse/insn-reverse.exp
9795 * gdb.reverse/machinestate-precsave.exp
9796 * gdb.reverse/machinestate.exp
9797 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9798 * gdb.reverse/pipe-reverse.exp
9799 * gdb.reverse/readv-reverse.exp
9800 * gdb.reverse/recvmsg-reverse.exp
9801 * gdb.reverse/rerun-prec.exp
9802 * gdb.reverse/s390-mvcle.exp
9803 * gdb.reverse/sigall-precsave.exp
9804 * gdb.reverse/sigall-reverse.exp
9805 * gdb.reverse/solib-precsave.exp
9806 * gdb.reverse/solib-reverse.exp
9807 * gdb.reverse/step-precsave.exp
9808 * gdb.reverse/step-reverse.exp
9809 * gdb.reverse/time-reverse.exp
9810 * gdb.reverse/until-precsave.exp
9811 * gdb.reverse/until-reverse.exp
9812 * gdb.reverse/waitpid-reverse.exp
9813 * gdb.reverse/watch-precsave.exp
9814 * gdb.reverse/watch-reverse.exp
9815
9816 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9817
9818 Fix test names starting with uppercase throughout the files.
9819
9820 * gdb.arch/i386-mpx-simple_segv.exp
9821 * gdb.arch/i386-mpx.exp
9822 * gdb.arch/i386-permbkpt.exp
9823 * gdb.arch/pa-nullify.exp
9824 * gdb.arch/powerpc-d128-regs.exp
9825 * gdb.arch/vsx-regs.exp
9826 * gdb.base/bfp-test.exp
9827 * gdb.base/break.exp
9828 * gdb.base/breakpoint-shadow.exp
9829 * gdb.base/callfuncs.exp
9830 * gdb.base/charset.exp
9831 * gdb.base/commands.exp
9832 * gdb.base/completion.exp
9833 * gdb.base/dfp-test.exp
9834 * gdb.base/echo.exp
9835 * gdb.base/ending-run.exp
9836 * gdb.base/eval.exp
9837 * gdb.base/expand-psymtabs.exp
9838 * gdb.base/float128.exp
9839 * gdb.base/floatn.exp
9840 * gdb.base/foll-exec-mode.exp
9841 * gdb.base/gdb1056.exp
9842 * gdb.base/gdb11531.exp
9843 * gdb.base/kill-after-signal.exp
9844 * gdb.base/multi-forks.exp
9845 * gdb.base/overlays.exp
9846 * gdb.base/pending.exp
9847 * gdb.base/sepdebug.exp
9848 * gdb.base/testenv.exp
9849 * gdb.base/valgrind-db-attach.exp
9850 * gdb.base/watch_thread_num.exp
9851 * gdb.base/watchpoint-cond-gone.exp
9852 * gdb.base/watchpoint.exp
9853 * gdb.base/watchpoints.exp
9854 * gdb.cp/arg-reference.exp
9855 * gdb.cp/baseenum.exp
9856 * gdb.cp/operator.exp
9857 * gdb.cp/shadow.exp
9858 * gdb.dwarf2/dw2-op-out-param.exp
9859 * gdb.dwarf2/dw2-reg-undefined.exp
9860 * gdb.go/chan.exp
9861 * gdb.go/hello.exp
9862 * gdb.go/integers.exp
9863 * gdb.go/methods.exp
9864 * gdb.go/package.exp
9865 * gdb.guile/scm-parameter.exp
9866 * gdb.guile/scm-progspace.exp
9867 * gdb.guile/scm-value.exp
9868 * gdb.mi/mi-pending.exp
9869 * gdb.mi/user-selected-context-sync.exp
9870 * gdb.multi/multi-attach.exp
9871 * gdb.multi/tids.exp
9872 * gdb.opt/clobbered-registers-O2.exp
9873 * gdb.pascal/floats.exp
9874 * gdb.pascal/integers.exp
9875 * gdb.python/py-block.exp
9876 * gdb.python/py-events.exp
9877 * gdb.python/py-parameter.exp
9878 * gdb.python/py-symbol.exp
9879 * gdb.python/py-symtab.exp
9880 * gdb.python/py-type.exp
9881 * gdb.python/py-value.exp
9882 * gdb.python/py-xmethods.exp
9883 * gdb.python/python.exp
9884 * gdb.reverse/break-precsave.exp
9885 * gdb.reverse/consecutive-precsave.exp
9886 * gdb.reverse/finish-precsave.exp
9887 * gdb.reverse/i386-precsave.exp
9888 * gdb.reverse/machinestate-precsave.exp
9889 * gdb.reverse/sigall-precsave.exp
9890 * gdb.reverse/solib-precsave.exp
9891 * gdb.reverse/step-precsave.exp
9892 * gdb.reverse/until-precsave.exp
9893 * gdb.reverse/watch-precsave.exp
9894 * gdb.server/ext-attach.exp
9895 * gdb.server/ext-restart.exp
9896 * gdb.server/ext-run.exp
9897 * gdb.server/ext-wrapper.exp
9898 * gdb.stabs/gdb11479.exp
9899 * gdb.stabs/weird.exp
9900 * gdb.threads/attach-many-short-lived-threads.exp
9901 * gdb.threads/kill.exp
9902 * gdb.threads/watchpoint-fork.exp
9903
9904 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9905
9906 Fix test names starting with uppercase throughout all the files below.
9907
9908 * gdb.ada/array_return.exp
9909 * gdb.ada/catch_ex.exp
9910 * gdb.ada/info_exc.exp
9911 * gdb.ada/mi_catch_ex.exp
9912 * gdb.ada/mi_dyn_arr.exp
9913 * gdb.ada/mi_ex_cond.exp
9914 * gdb.ada/mi_exc_info.exp
9915 * gdb.ada/mi_interface.exp
9916 * gdb.ada/mi_task_arg.exp
9917 * gdb.ada/mi_task_info.exp
9918 * gdb.ada/mi_var_array.exp
9919 * gdb.arch/alpha-step.exp
9920 * gdb.arch/amd64-disp-step.exp
9921 * gdb.arch/arm-disp-step.exp
9922 * gdb.arch/disp-step-insn-reloc.exp
9923 * gdb.arch/e500-prologue.exp
9924 * gdb.arch/ftrace-insn-reloc.exp
9925 * gdb.arch/gdb1558.exp
9926 * gdb.arch/i386-bp_permanent.exp
9927 * gdb.arch/i386-disp-step.exp
9928 * gdb.arch/i386-float.exp
9929 * gdb.arch/i386-gnu-cfi.exp
9930 * gdb.arch/ia64-breakpoint-shadow.exp
9931 * gdb.arch/mips16-thunks.exp
9932 * gdb.arch/pa-nullify.exp
9933 * gdb.arch/powerpc-aix-prologue.exp
9934 * gdb.arch/powerpc-power.exp
9935 * gdb.arch/ppc-dfp.exp
9936 * gdb.arch/s390-tdbregs.exp
9937 * gdb.arch/spu-info.exp
9938 * gdb.arch/spu-ls.exp
9939 * gdb.arch/thumb-bx-pc.exp
9940 * gdb.base/advance.exp
9941 * gdb.base/annota-input-while-running.exp
9942 * gdb.base/arrayidx.exp
9943 * gdb.base/asmlabel.exp
9944 * gdb.base/async.exp
9945 * gdb.base/attach-wait-input.exp
9946 * gdb.base/auto-connect-native-target.exp
9947 * gdb.base/batch-preserve-term-settings.exp
9948 * gdb.base/bfp-test.exp
9949 * gdb.base/bigcore.exp
9950 * gdb.base/bp-permanent.exp
9951 * gdb.base/break-always.exp
9952 * gdb.base/break-fun-addr.exp
9953 * gdb.base/break-idempotent.exp
9954 * gdb.base/break-main-file-remove-fail.exp
9955 * gdb.base/break-probes.exp
9956 * gdb.base/break-unload-file.exp
9957 * gdb.base/break.exp
9958 * gdb.base/call-ar-st.exp
9959 * gdb.base/call-rt-st.exp
9960 * gdb.base/call-sc.exp
9961 * gdb.base/call-signal-resume.exp
9962 * gdb.base/call-strs.exp
9963 * gdb.base/callexit.exp
9964 * gdb.base/callfuncs.exp
9965 * gdb.base/catch-gdb-caused-signals.exp
9966 * gdb.base/catch-signal-siginfo-cond.exp
9967 * gdb.base/catch-syscall.exp
9968 * gdb.base/compare-sections.exp
9969 * gdb.base/cond-eval-mode.exp
9970 * gdb.base/condbreak-call-false.exp
9971 * gdb.base/consecutive-step-over.exp
9972 * gdb.base/cursal.exp
9973 * gdb.base/disabled-location.exp
9974 * gdb.base/disasm-end-cu.exp
9975 * gdb.base/display.exp
9976 * gdb.base/double-prompt-target-event-error.exp
9977 * gdb.base/dprintf-bp-same-addr.exp
9978 * gdb.base/dprintf-detach.exp
9979 * gdb.base/dprintf-next.exp
9980 * gdb.base/dprintf-non-stop.exp
9981 * gdb.base/dprintf-pending.exp
9982 * gdb.base/dso2dso.exp
9983 * gdb.base/ending-run.exp
9984 * gdb.base/enum_cond.exp
9985 * gdb.base/examine-backward.exp
9986 * gdb.base/exe-lock.exp
9987 * gdb.base/exec-invalid-sysroot.exp
9988 * gdb.base/execl-update-breakpoints.exp
9989 * gdb.base/execution-termios.exp
9990 * gdb.base/fileio.exp
9991 * gdb.base/fixsection.exp
9992 * gdb.base/foll-exec-mode.exp
9993 * gdb.base/foll-exec.exp
9994 * gdb.base/fork-running-state.exp
9995 * gdb.base/frame-args.exp
9996 * gdb.base/fullpath-expand.exp
9997 * gdb.base/func-ptr.exp
9998 * gdb.base/gcore-relro-pie.exp
9999 * gdb.base/gdb1090.exp
10000 * gdb.base/gdb1555.exp
10001 * gdb.base/global-var-nested-by-dso.exp
10002 * gdb.base/gnu-ifunc.exp
10003 * gdb.base/hbreak-in-shr-unsupported.exp
10004 * gdb.base/hbreak-unmapped.exp
10005 * gdb.base/hook-stop.exp
10006 * gdb.base/infcall-input.exp
10007 * gdb.base/info-fun.exp
10008 * gdb.base/info-shared.exp
10009 * gdb.base/interrupt-noterm.exp
10010 * gdb.base/jit-so.exp
10011 * gdb.base/jit.exp
10012 * gdb.base/line-symtabs.exp
10013 * gdb.base/list.exp
10014 * gdb.base/longjmp.exp
10015 * gdb.base/macscp.exp
10016 * gdb.base/max-value-size.exp
10017 * gdb.base/nodebug.exp
10018 * gdb.base/nofield.exp
10019 * gdb.base/overlays.exp
10020 * gdb.base/paginate-after-ctrl-c-running.exp
10021 * gdb.base/paginate-bg-execution.exp
10022 * gdb.base/paginate-inferior-exit.exp
10023 * gdb.base/pending.exp
10024 * gdb.base/pr11022.exp
10025 * gdb.base/printcmds.exp
10026 * gdb.base/ptr-typedef.exp
10027 * gdb.base/ptype.exp
10028 * gdb.base/randomize.exp
10029 * gdb.base/range-stepping.exp
10030 * gdb.base/realname-expand.exp
10031 * gdb.base/relativedebug.exp
10032 * gdb.base/remote.exp
10033 * gdb.base/savedregs.exp
10034 * gdb.base/sepdebug.exp
10035 * gdb.base/set-noassign.exp
10036 * gdb.base/shlib-call.exp
10037 * gdb.base/shreloc.exp
10038 * gdb.base/sigaltstack.exp
10039 * gdb.base/sigbpt.exp
10040 * gdb.base/siginfo-addr.exp
10041 * gdb.base/siginfo-obj.exp
10042 * gdb.base/siginfo-thread.exp
10043 * gdb.base/signest.exp
10044 * gdb.base/signull.exp
10045 * gdb.base/sigrepeat.exp
10046 * gdb.base/skip.exp
10047 * gdb.base/so-impl-ld.exp
10048 * gdb.base/solib-corrupted.exp
10049 * gdb.base/solib-disc.exp
10050 * gdb.base/solib-display.exp
10051 * gdb.base/solib-overlap.exp
10052 * gdb.base/solib-search.exp
10053 * gdb.base/solib-symbol.exp
10054 * gdb.base/source-execution.exp
10055 * gdb.base/sss-bp-on-user-bp-2.exp
10056 * gdb.base/sss-bp-on-user-bp.exp
10057 * gdb.base/stack-checking.exp
10058 * gdb.base/stale-infcall.exp
10059 * gdb.base/step-break.exp
10060 * gdb.base/step-line.exp
10061 * gdb.base/step-over-exit.exp
10062 * gdb.base/step-test.exp
10063 * gdb.base/structs.exp
10064 * gdb.base/sym-file.exp
10065 * gdb.base/symtab-search-order.exp
10066 * gdb.base/term.exp
10067 * gdb.base/type-opaque.exp
10068 * gdb.base/unload.exp
10069 * gdb.base/until-nodebug.exp
10070 * gdb.base/until.exp
10071 * gdb.base/unwindonsignal.exp
10072 * gdb.base/watch-cond.exp
10073 * gdb.base/watch-non-mem.exp
10074 * gdb.base/watch_thread_num.exp
10075 * gdb.base/watchpoint-reuse-slot.exp
10076 * gdb.base/watchpoint-solib.exp
10077 * gdb.base/watchpoint.exp
10078 * gdb.btrace/dlopen.exp
10079 * gdb.cell/arch.exp
10080 * gdb.cell/break.exp
10081 * gdb.cell/bt.exp
10082 * gdb.cell/core.exp
10083 * gdb.cell/data.exp
10084 * gdb.cell/dwarfaddr.exp
10085 * gdb.cell/ea-cache.exp
10086 * gdb.cell/ea-standalone.exp
10087 * gdb.cell/ea-test.exp
10088 * gdb.cell/f-regs.exp
10089 * gdb.cell/fork.exp
10090 * gdb.cell/gcore.exp
10091 * gdb.cell/mem-access.exp
10092 * gdb.cell/ptype.exp
10093 * gdb.cell/registers.exp
10094 * gdb.cell/sizeof.exp
10095 * gdb.cell/solib-symbol.exp
10096 * gdb.cell/solib.exp
10097 * gdb.compile/compile-tls.exp
10098 * gdb.cp/exception.exp
10099 * gdb.cp/gdb2495.exp
10100 * gdb.cp/local.exp
10101 * gdb.cp/mb-inline.exp
10102 * gdb.cp/mb-templates.exp
10103 * gdb.cp/pr10687.exp
10104 * gdb.cp/pr9167.exp
10105 * gdb.cp/scope-err.exp
10106 * gdb.cp/templates.exp
10107 * gdb.cp/virtfunc.exp
10108 * gdb.dwarf2/dw2-dir-file-name.exp
10109 * gdb.dwarf2/dw2-single-line-discriminators.exp
10110 * gdb.fortran/complex.exp
10111 * gdb.fortran/library-module.exp
10112 * gdb.guile/guile.exp
10113 * gdb.guile/scm-cmd.exp
10114 * gdb.guile/scm-frame-inline.exp
10115 * gdb.guile/scm-objfile.exp
10116 * gdb.guile/scm-pretty-print.exp
10117 * gdb.guile/scm-symbol.exp
10118 * gdb.guile/scm-type.exp
10119 * gdb.guile/scm-value.exp
10120 * gdb.linespec/keywords.exp
10121 * gdb.linespec/ls-errs.exp
10122 * gdb.linespec/macro-relative.exp
10123 * gdb.linespec/thread.exp
10124 * gdb.mi/mi-breakpoint-changed.exp
10125 * gdb.mi/mi-dprintf-pending.exp
10126 * gdb.mi/mi-fullname-deleted.exp
10127 * gdb.mi/mi-logging.exp
10128 * gdb.mi/mi-pending.exp
10129 * gdb.mi/mi-solib.exp
10130 * gdb.mi/new-ui-mi-sync.exp
10131 * gdb.mi/user-selected-context-sync.exp
10132 * gdb.multi/dummy-frame-restore.exp
10133 * gdb.multi/multi-arch-exec.exp
10134 * gdb.multi/remove-inferiors.exp
10135 * gdb.multi/watchpoint-multi-exit.exp
10136 * gdb.opt/solib-intra-step.exp
10137 * gdb.perf/backtrace.exp
10138 * gdb.perf/single-step.exp
10139 * gdb.perf/skip-command.exp
10140 * gdb.perf/skip-prologue.exp
10141 * gdb.perf/solib.exp
10142 * gdb.python/lib-types.exp
10143 * gdb.python/py-as-string.exp
10144 * gdb.python/py-bad-printers.exp
10145 * gdb.python/py-block.exp
10146 * gdb.python/py-breakpoint.exp
10147 * gdb.python/py-cmd.exp
10148 * gdb.python/py-events.exp
10149 * gdb.python/py-evthreads.exp
10150 * gdb.python/py-finish-breakpoint.exp
10151 * gdb.python/py-finish-breakpoint2.exp
10152 * gdb.python/py-frame-inline.exp
10153 * gdb.python/py-frame.exp
10154 * gdb.python/py-inferior.exp
10155 * gdb.python/py-infthread.exp
10156 * gdb.python/py-mi.exp
10157 * gdb.python/py-objfile.exp
10158 * gdb.python/py-pp-maint.exp
10159 * gdb.python/py-pp-registration.exp
10160 * gdb.python/py-prettyprint.exp
10161 * gdb.python/py-recurse-unwind.exp
10162 * gdb.python/py-shared.exp
10163 * gdb.python/py-symbol.exp
10164 * gdb.python/py-symtab.exp
10165 * gdb.python/py-template.exp
10166 * gdb.python/py-type.exp
10167 * gdb.python/py-unwind-maint.exp
10168 * gdb.python/py-unwind.exp
10169 * gdb.python/py-value.exp
10170 * gdb.python/python.exp
10171 * gdb.reverse/finish-reverse-bkpt.exp
10172 * gdb.reverse/insn-reverse.exp
10173 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10174 * gdb.reverse/solib-precsave.exp
10175 * gdb.reverse/solib-reverse.exp
10176 * gdb.stabs/gdb11479.exp
10177 * gdb.stabs/weird.exp
10178 * gdb.threads/fork-child-threads.exp
10179 * gdb.threads/fork-plus-threads.exp
10180 * gdb.threads/fork-thread-pending.exp
10181 * gdb.threads/forking-threads-plus-breakpoint.exp
10182 * gdb.threads/hand-call-in-threads.exp
10183 * gdb.threads/interrupted-hand-call.exp
10184 * gdb.threads/linux-dp.exp
10185 * gdb.threads/local-watch-wrong-thread.exp
10186 * gdb.threads/next-while-other-thread-longjmps.exp
10187 * gdb.threads/non-ldr-exit.exp
10188 * gdb.threads/pending-step.exp
10189 * gdb.threads/print-threads.exp
10190 * gdb.threads/process-dies-while-detaching.exp
10191 * gdb.threads/process-dies-while-handling-bp.exp
10192 * gdb.threads/pthreads.exp
10193 * gdb.threads/queue-signal.exp
10194 * gdb.threads/reconnect-signal.exp
10195 * gdb.threads/signal-command-handle-nopass.exp
10196 * gdb.threads/signal-command-multiple-signals-pending.exp
10197 * gdb.threads/signal-delivered-right-thread.exp
10198 * gdb.threads/signal-sigtrap.exp
10199 * gdb.threads/sigthread.exp
10200 * gdb.threads/staticthreads.exp
10201 * gdb.threads/stepi-random-signal.exp
10202 * gdb.threads/thread-unwindonsignal.exp
10203 * gdb.threads/thread_check.exp
10204 * gdb.threads/thread_events.exp
10205 * gdb.threads/tid-reuse.exp
10206 * gdb.threads/tls-nodebug.exp
10207 * gdb.threads/tls-shared.exp
10208 * gdb.threads/tls-so_extern.exp
10209 * gdb.threads/tls.exp
10210 * gdb.threads/wp-replication.exp
10211 * gdb.trace/actions-changed.exp
10212 * gdb.trace/actions.exp
10213 * gdb.trace/backtrace.exp
10214 * gdb.trace/change-loc.exp
10215 * gdb.trace/collection.exp
10216 * gdb.trace/deltrace.exp
10217 * gdb.trace/disconnected-tracing.exp
10218 * gdb.trace/entry-values.exp
10219 * gdb.trace/ftrace-lock.exp
10220 * gdb.trace/ftrace.exp
10221 * gdb.trace/infotrace.exp
10222 * gdb.trace/mi-trace-frame-collected.exp
10223 * gdb.trace/mi-trace-unavailable.exp
10224 * gdb.trace/mi-traceframe-changed.exp
10225 * gdb.trace/mi-tracepoint-changed.exp
10226 * gdb.trace/mi-tsv-changed.exp
10227 * gdb.trace/no-attach-trace.exp
10228 * gdb.trace/packetlen.exp
10229 * gdb.trace/passc-dyn.exp
10230 * gdb.trace/passcount.exp
10231 * gdb.trace/pending.exp
10232 * gdb.trace/pr16508.exp
10233 * gdb.trace/qtro.exp
10234 * gdb.trace/range-stepping.exp
10235 * gdb.trace/read-memory.exp
10236 * gdb.trace/report.exp
10237 * gdb.trace/save-trace.exp
10238 * gdb.trace/signal.exp
10239 * gdb.trace/stap-trace.exp
10240 * gdb.trace/status-stop.exp
10241 * gdb.trace/strace.exp
10242 * gdb.trace/tfile.exp
10243 * gdb.trace/tfind.exp
10244 * gdb.trace/trace-break.exp
10245 * gdb.trace/trace-condition.exp
10246 * gdb.trace/trace-enable-disable.exp
10247 * gdb.trace/trace-mt.exp
10248 * gdb.trace/tracecmd.exp
10249 * gdb.trace/tracefile-pseudo-reg.exp
10250 * gdb.trace/tspeed.exp
10251 * gdb.trace/tstatus.exp
10252 * gdb.trace/tsv.exp
10253 * gdb.trace/unavailable.exp
10254 * gdb.trace/while-dyn.exp
10255 * gdb.trace/while-stepping.exp
10256 * lib/gdb-guile.exp
10257 * lib/gdb.exp
10258 * lib/mi-support.exp
10259 * lib/pascal.exp
10260 * lib/perftest.exp
10261 * lib/prelink-support.exp
10262 * lib/selftest-support.exp
10263
10264 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10265
10266 * Makefile.in: Include disable-implicit-rules.mk.
10267
10268 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10269
10270 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10271 non-byte-aligned bit fields.
10272
10273 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10274
10275 PR gdb/12616
10276 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10277 respects the DW_AT_data_bit_offset attribute.
10278
10279 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10280
10281 * gdb.base/default.exp: Fix output of "set language".
10282
10283 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10284
10285 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10286 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10287 make.
10288 * configure.ac: Remove checks for the make program.
10289 * configure: Re-generate.
10290
10291 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10292
10293 * gdb.python/py-recurse-unwind.c (main): Add loop.
10294 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10295 to read_register() and gdb.parse_and_eval(). Make each code
10296 call a separate case that can be individually tested.
10297 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10298 proc. Call cont_and_backtrace for each of the code paths that
10299 we want to test in the unwinder.
10300
10301 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10302
10303 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10304 the definition of struct S.
10305
10306 2016-11-11 Catherine Moore <clm@codesourcery.com>
10307
10308 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10309
10310 2016-11-09 Pedro Alves <palves@redhat.com>
10311
10312 * gdb.base/commands.exp (runto_or_return): New procedure.
10313 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10314 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10315 (progvar_simple_while_test, progvar_complex_if_while_test)
10316 (if_while_breakpoint_command_test)
10317 (infrun_breakpoint_command_test, breakpoint_command_test)
10318 (user_defined_command_test, watchpoint_command_test)
10319 (test_command_prompt_position, redefine_hook_test)
10320 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10321 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10322 multi_line_input and multi_line. Remove gdb_expect and
10323 gdb_stop_suppressing_tests uses.
10324 * lib/gdb.exp (valnum_re): New global.
10325 (multi_line_input): New procedure.
10326
10327 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10328
10329 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10330 Remove.
10331 (test_setup): Define with proc_with_prefix.
10332 (test_cli_inferior): Likewise.
10333 (test_cli_thread): Likewise.
10334 (test_cli_frame): Likewise.
10335 (test_cli_select_frame): Likewise.
10336 (test_cli_up_down): Likewise.
10337 (test_mi_thread_select): Likewise.
10338 (test_mi_stack_select_frame): Likewise.
10339 (test_cli_in_mi_inferior): Likewise.
10340 (test_cli_in_mi_thread): Likewise.
10341 (test_cli_in_mi_frame): Likewise.
10342 (top level): Do not use with_test_prefix_procname.
10343
10344 2016-11-09 Pedro Alves <palves@redhat.com>
10345
10346 * gdb.base/commands.exp (gdbvar_simple_if_test)
10347 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10348 (progvar_simple_if_test, progvar_simple_while_test)
10349 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10350 (infrun_breakpoint_command_test, breakpoint_command_test)
10351 (user_defined_command_test, watchpoint_command_test)
10352 (test_command_prompt_position, deprecated_command_test)
10353 (bp_deleted_in_command, temporary_breakpoint_commands)
10354 (stray_arg0_test, source_file_with_indented_comment)
10355 (recursive_source_test, if_commands_test)
10356 (error_clears_commands_left, redefine_hook_test)
10357 (redefine_backtrace_test): Use proc_with_prefix.
10358 * lib/gdb.exp (proc_with_prefix): New proc.
10359
10360 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10361
10362 * gdb.base/tui-layout.c: New file.
10363 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10364 disassembly window contains very long lines.
10365
10366 2016-11-08 Tom Tromey <tom@tromey.com>
10367
10368 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10369 depend on Python 2.
10370
10371 2016-11-08 Tom Tromey <tom@tromey.com>
10372
10373 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10374 New method.
10375
10376 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10377
10378 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10379
10380 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10381
10382 * gdb.rust/simple.rs: Add test for univariant enums without
10383 discriminants and for encoded struct-like enums.
10384
10385 2016-10-28 Pedro Alves <palves@redhat.com>
10386
10387 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10388 gdb_test_multiple, tighten regexps and match symtabs and line
10389 tables incrementally.
10390
10391 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10392
10393 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10394 general.
10395
10396 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10397
10398 * gdb.base/exec-invalid-sysroot.exp: New file.
10399
10400 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10401
10402 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10403
10404 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10405
10406 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10407
10408 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10409
10410 * gdb.base/killed-outside.exp: Remove $options from a call to
10411 `prepare_for_testing'.
10412
10413 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10414
10415 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10416 Change test message.
10417
10418 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10419
10420 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10421 Update comment.
10422
10423 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10424
10425 * gdb.trace/mi-trace-save.exp: New file.
10426
10427 2016-10-13 Yao Qi <yao.qi@linaro.org>
10428
10429 * gdb.base/code_elim.exp (get_var_address): Remove.
10430 * gdb.base/relocate.exp: Likewise.
10431 * gdb.base/shreloc.exp: Likewise.
10432 * lib/gdb.exp (get_var_address): New.
10433
10434 2016-10-13 Yao Qi <yao.qi@linaro.org>
10435
10436 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10437 floating point tests if $skip_float_test is false.
10438
10439 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10440
10441 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10442 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10443 argc values.
10444 Add 1 to argc so we guarantee distinct initial/modified argc values.
10445
10446 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10447
10448 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10449
10450 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10451
10452 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10453 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10454 * gdb.arch/vsx-regs.exp: Likewise.
10455
10456 2016-10-07 Yao Qi <yao.qi@linaro.org>
10457
10458 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10459
10460 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10461
10462 * gdb.python/python.exp: Test decode_line("*0").
10463
10464 2016-10-06 Doug Evans <dje@google.com>
10465
10466 * gdb.python/py-value.exp (test_value_creation): Add test for large
10467 unsigned 64-bit value.
10468
10469 2016-10-06 Tom Tromey <tom@tromey.com>
10470
10471 * gdb.compile/compile.exp: Change java tests to rust.
10472 * gdb.base/setshow.exp: Change java tests to rust.
10473 * gdb.base/default.exp: Remove java from language list.
10474 * README (Examples): Update language example.
10475 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10476 test.
10477 * lib/gdb.exp (skip_java_tests): Remove.
10478 * lib/java.exp: Remove.
10479 * gdb.java: Remove.
10480
10481 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10482
10483 * gdb.arch/mips-fcr.exp: New test.
10484 * gdb.arch/mips-fcr.c: Source for the new test.
10485
10486 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10487
10488 * gdb.base/solib-disc.exp: Use `standard_output_file'
10489 throughout.
10490
10491 2016-10-06 Pedro Alves <palves@redhat.com>
10492
10493 * gdb.base/jit-simple-dl.c: New file.
10494 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10495 * gdb.base/jit-simple.c: ... this.
10496 * gdb.base/jit-simple.exp (jit_run): Delete.
10497 (build_jit): New proc.
10498 (jit_test_reread): Recompile either the main program or the shared
10499 library, depending on what is being tested. Skip changing address
10500 if caller wants to. Compare before/after addresses. If testing
10501 standalone, explicitly load the binary. Test "maint info
10502 breakpoints".
10503 (top level): Add "standalone vs shared lib" and "change address"
10504 vs "same address" axes.
10505
10506 2016-10-06 Pedro Alves <palves@redhat.com>
10507
10508 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10509 call.
10510 (jit_run): Delete.
10511 (jit_test_reread): Use with_test_prefix. Reload the main binary
10512 explicitly. Compare the before/after addresses of the JIT
10513 descriptor.
10514
10515 2016-08-15 Doug Evans <dje@google.com>
10516
10517 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10518 for single bitfields is bool.
10519 * gdb.xml/tdesc-regs.exp: Ditto.
10520
10521 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10522
10523 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10524
10525 2016-10-05 Yao Qi <yao.qi@linaro.org>
10526
10527 * lib/gdb.exp (support_complex_tests): Return zero if
10528 gdb_skip_float_test return true.
10529
10530 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10531 Simon Marchi <simon.marchi@ericsson.com>
10532
10533 PR gdb/20487
10534 * gdb.mi/user-selected-context-sync.exp: New file.
10535 * gdb.mi/user-selected-context-sync.c: New file.
10536
10537 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10538 Simon Marchi <simon.marchi@ericsson.com>
10539
10540 PR gdb/20487
10541 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10542 =thread-select-event check.
10543
10544 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10545
10546 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10547 the compulsory L operand changes.
10548 * gdb.arch/powerpc-power.s: Likewise.
10549
10550 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10551
10552 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10553 * gdb.base/jit-attach-pie.c: New file.
10554 * gdb.base/jit-attach-pie.exp: New file.
10555
10556 2016-09-28 Pedro Alves <palves@redhat.com>
10557
10558 * gdb.base/infcall-input.c: New file.
10559 * gdb.base/infcall-input.exp: New file.
10560
10561 2016-09-22 Yao Qi <yao.qi@linaro.org>
10562
10563 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10564 (gdb_exit): Rename it to ...
10565 (gdbserver_gdb_exit): ... Close GDBserver.
10566 (gdb_exit): New proc, call gdbserver_gdb_exit.
10567 (mi_gdb_exit): Likewise.
10568
10569 2016-09-22 Yao Qi <yao.qi@linaro.org>
10570
10571 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10572 path.
10573 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10574 Remove duplication.
10575
10576 2016-09-22 Yao Qi <yao.qi@linaro.org>
10577
10578 * lib/gdbserver-support.exp: Check the existence of
10579 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10580
10581 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10582
10583 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10584
10585 2016-09-21 Tom Tromey <tom@tromey.com>
10586
10587 PR gdb/20604:
10588 * gdb.base/quit.exp: New file.
10589
10590 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10591
10592 * .gitignore: New file.
10593
10594 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10595
10596 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10597 throughout.
10598
10599 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10600
10601 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10602
10603 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10604
10605 * gdb.cp/casts.cc (decltype): Move it ...
10606 (main): ... with its call to ...
10607 * gdb.cp/casts03.cc: ... a new file.
10608 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10609
10610 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10611
10612 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10613
10614 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10615
10616 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10617 and sync up the test with tests in gas/testsuite/gas/ppc.
10618 * gdb.arch/powerpc-power.exp: Likewise.
10619
10620 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10621
10622 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10623
10624 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10625 Jan Kratochvil <jan.kratochvil@redhat.com>
10626
10627 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10628 make m1's definition to be different from m2's. Use 'dummy' as an
10629 argument for probe 'two'.
10630
10631 2016-09-10 Jon Beniston <jon@beniston.com>
10632
10633 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10634 for sim target.
10635
10636 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10637
10638 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10639 variable declaration.
10640 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10641 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10642 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10643 received HWCAP as its argument.
10644
10645 2016-09-06 Pedro Alves <palves@redhat.com>
10646
10647 * gdb.base/new-ui-pending-input.c: New file.
10648 * gdb.base/new-ui-pending-input.exp: New file.
10649 * gdb.exp (clear_gdb_spawn_id): New procedure.
10650 (with_spawn_id): Check whether gdb_spawn_id exists before
10651 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10652 on exit.
10653
10654 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10655
10656 * gdb.base/float128.c: New file.
10657 * gdb.base/float128.exp: Likewise.
10658 * gdb.base/floatn.c: Likewise.
10659 * gdb.base/floatn.exp: Likewise.
10660
10661 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10662
10663 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10664
10665 2016-09-05 Pedro Alves <palves@redhat.com>
10666
10667 PR backtrace/19927
10668 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10669 unwinders are immediately called as side effect of "source" or
10670 "disable unwinder" commands.
10671 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10672
10673 2016-09-02 Yao Qi <yao.qi@linaro.org>
10674
10675 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10676 is true and $type is "float" or "double".
10677
10678 2016-09-02 Yao Qi <yao.qi@linaro.org>
10679
10680 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10681 true.
10682 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10683 * gdb.base/call-rt-st.exp: Likewise.
10684 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10685 return value instead of gdb,skip_float_test.
10686 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10687 (do_function_calls): Use its return value instead of
10688 gdb,skip_float_test.
10689 * gdb.base/finish.exp: Likewise.
10690 * gdb.base/funcargs.exp: Likewise.
10691 * gdb.base/return.exp: Likewise.
10692 * gdb.base/return2.exp: Likewise.
10693 * gdb.base/varargs.exp: Likewise.
10694 * lib/gdb.exp (gdb_skip_float_test): Change it to
10695 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10696
10697 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10698
10699 * gdb.multi/tids.exp: Test "thread apply all".
10700
10701 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10702
10703 * gdb.base/default.exp (tty): Remove.
10704
10705 2016-08-24 Kevin Buettner <kevinb@redhat.com>
10706
10707 * gdb.python/py-recurse-unwind.c: New file.
10708 * gdb.python/py-recurse-unwind.py: New file.
10709 * gdb.python/py-recurse-unwind.exp: New file.
10710
10711 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10712
10713 * gdb.base/set-inferior-tty.exp: New file.
10714 * gdb.base/set-inferior-tty.c: New file.
10715
10716 2016-08-23 Pedro Alves <palves@redhat.com>
10717
10718 PR gdb/20494
10719 * gdb.base/new-ui-echo.c: New file.
10720 * gdb.base/new-ui-echo.exp: New file.
10721
10722 2016-08-23 Yao Qi <yao.qi@linaro.org>
10723
10724 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10725 gdbserver_spawn.
10726 * gdb.server/connect-without-multi-process.exp (do_test):
10727 Likewise.
10728
10729 2016-08-23 Yao Qi <yao.qi@linaro.org>
10730
10731 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10732 standalone_txt. Delete gdb_txt and standalone_txt on host
10733 and target. Spawn the binary on target. Copy files from
10734 target to host.
10735
10736 2016-08-22 Pedro Alves <palves@redhat.com>
10737
10738 PR gdb/20505
10739 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10740 with_test_prefix. Factor out bits to ...
10741 (test_no_vdso): ... this new procedure.
10742
10743 2016-08-19 Carl Love <cel@us.ibm.com>
10744
10745 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10746 maintaining separate logic for constructing the output path.
10747 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10748 * gdb.arch/ppc-dfp.exp: Likewise.
10749 * gdb.arch/ppc-fp.exp: Likewise.
10750 * gdb.arch/vsx-regs.exp: Likewise.
10751 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10752 binprefix for generating the additional binary files.
10753
10754 2016-08-19 Pedro Alves <palves@redhat.com>
10755
10756 * gdb.trace/mi-trace-frame-collected.exp
10757 (test_trace_frame_collected): On x32, expect two registers.
10758
10759 2016-08-18 Carl Love <cel@us.ibm.com>
10760
10761 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10762 and sync up the test with tests in gas/testsuite/gas/ppc.
10763 * gdb.arch/powerpc-power.exp: Likewise.
10764
10765 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10766
10767 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10768 expected error message.
10769
10770 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10771
10772 * gdb.multi/remove-inferiors.exp: New file.
10773 * gdb.multi/remove-inferiors.c: New file.
10774
10775 2016-08-12 Yao Qi <yao.qi@linaro.org>
10776
10777 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10778 argument list.
10779
10780 2016-08-10 Pedro Alves <palves@redhat.com>
10781
10782 PR gdb/19187
10783 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10784 setup_kfails.
10785
10786 2016-08-09 Pedro Alves <palves@redhat.com>
10787 Simon Marchi <simon.marchi@ericsson.com>
10788
10789 PR gdb/20418
10790 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10791 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10792
10793 2016-08-09 Pedro Alves <palves@redhat.com>
10794
10795 PR mi/20431
10796 * gdb.mi/mi-cmd-error.exp: New file.
10797
10798 2016-08-09 Pedro Alves <palves@redhat.com>
10799
10800 PR gdb/18653
10801 * gdb.base/signals-state-child.c: New file.
10802 * gdb.base/signals-state-child.exp: New file.
10803 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10804
10805 2016-08-09 Pedro Alves <palves@redhat.com>
10806
10807 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10808
10809 2016-08-03 Tom Tromey <tom@tromey.com>
10810
10811 PR python/18565:
10812 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10813
10814 2016-08-01 Yao Qi <yao.qi@linaro.org>
10815
10816 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10817 variable mode to "multi-process" if $multi_process is 1, otherwise
10818 set it to "single-process".
10819
10820 2016-08-01 Yao Qi <yao.qi@linaro.org>
10821
10822 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10823 * gdb.cp/cpexprs.exp: Likewise.
10824 * gdb.cp/m-static.exp: Likewise.
10825
10826 2016-07-26 Tom Tromey <tom@tromey.com>
10827
10828 PR python/20190:
10829 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10830 test.
10831
10832 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10833
10834 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10835 selecting assembly source files.
10836 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10837 assembly source files.
10838 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10839 assembly source files.
10840 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10841 selecting assembly source files.
10842
10843 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10844
10845 * gdb.base/new-ui.exp (do_test_invalid_args): New
10846 procedure.
10847
10848 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10849
10850 * gdb.btrace/reconnect.c: New file.
10851 * gdb.btrace/reconnect.exp: New file.
10852
10853 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10854
10855 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10856 to test_catch_syscall_group.
10857 (test_catch_syscall_group): New.
10858
10859 2016-07-21 Tom Tromey <tom@tromey.com>
10860
10861 * gdb.rust/simple.rs (main): Use empty struct expression.
10862 * gdb.rust/simple.exp: Add tests for empty struct expression.
10863
10864 2016-07-21 Yao Qi <yao.qi@linaro.org>
10865
10866 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10867 if gdb_skip_xml_test is true on some targets.
10868
10869 2016-07-21 Yao Qi <yao.qi@linaro.org>
10870
10871 * gdb.server/solib-list.exp: Unset last_loaded_file.
10872
10873 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10874
10875 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10876 "step into captured_main (args)".
10877
10878 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10879
10880 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10881
10882 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10883
10884 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10885
10886 2016-07-19 Pedro Alves <palves@redhat.com>
10887
10888 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10889 * gdb.opt/inline-bt.exp: Likewise.
10890 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10891 additional_flags=-Winline.
10892 * gdb.opt/inline-locals.exp: Likewise.
10893 * gdb.opt/inline-markers.c (ATTR): Define.
10894 (inlined_fn): Use it.
10895
10896 2016-07-19 Yao Qi <yao.qi@linaro.org>
10897
10898 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10899 (test_with_self): Remove some code. Remove argument executable.
10900 (top-level): Use do_self_tests.
10901
10902 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
10903 Don Breazeal <donb@codesourcery.com>
10904
10905 * gdb.base/maint.exp: Escape paths used in regular expressions.
10906 * gdb.stabs/weird.exp: Likewise.
10907
10908 2016-07-13 Tom Tromey <tom@tromey.com>
10909
10910 PR python/15620, PR python/18620:
10911 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10912 (test_bkpt_events): New procs.
10913
10914 2016-07-13 Tom Tromey <tom@tromey.com>
10915
10916 PR python/17698:
10917 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10918 test.
10919 (test_watchpoints): Likewise.
10920 (test_bkpt_pending): New proc.
10921
10922 2016-07-13 Tom Tromey <tom@tromey.com>
10923
10924 PR cli/18053:
10925 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10926 completion test.
10927
10928 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10929
10930 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10931 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10932 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10933 f_label.
10934 (g): Rename g_end_lbl to g_label.
10935 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10936 low_pc and high_pc.
10937 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10938
10939 2016-07-12 Tom Tromey <tom@tromey.com>
10940
10941 PR python/19293:
10942 * gdb.python/py-unwind-maint.exp: Update tests.
10943
10944 2016-07-12 Yao Qi <yao.qi@linaro.org>
10945
10946 * lib/selftest-support.exp (selftest_setup): Match the output
10947 when captured_main is inlined.
10948
10949 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10950
10951 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10952 New variables.
10953 (print this%a, print this%b, print this): New tests.
10954 * gdb.fortran/derived-types.f90 (this): New object and
10955 initialization.
10956
10957 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10958
10959 * gdb.ada/arraydim.exp: Remove extra directory level in build
10960 directory.
10961
10962 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10963
10964 * lib/ada.exp: Remove extra directory level in build directory.
10965 * gdb.ada/cond_lang.exp: Likewise.
10966 * gdb.ada/exec_changed.exp: Likewise.
10967 * gdb.ada/lang_switch.exp: Likewise.
10968
10969 2016-07-06 Manish Goregaokar <manish@mozilla.com>
10970
10971 * simple.rs: Add test for raw pointer subscripting.
10972 * simple.exp: Add test expectations.
10973
10974 2016-07-05 Yao Qi <yao.qi@linaro.org>
10975
10976 * gdb.mi/mi-reverse.exp: Match =record-started output.
10977
10978 2016-07-01 Pedro Alves <palves@redhat.com>
10979
10980 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10981 procedure.
10982 (jit_reader_test): Test the jit reader's unwinder.
10983 * gdb.base/jithost.c (jit_function_00_code): New global.
10984 (main): Use memcpy to fill in the mmapped code, instead of poking
10985 bytes manually here.
10986 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10987 value.
10988 (read_debug_info): Save the function's range.
10989 (read_sp): New function.
10990 (unwind_frame): Use it. Also unwind RBP.
10991 (get_frame_id): Use read_sp.
10992 (gdb_init_reader): Use calloc instead of malloc.
10993 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10994 parameter. Use gdb_test_multiple.
10995
10996 2016-07-01 Pedro Alves <palves@redhat.com>
10997 Antoine Tremblay <antoine.tremblay@ericsson.com>
10998
10999 * gdb.threads/process-dies-while-detaching.c: New file.
11000 * gdb.threads/process-dies-while-detaching.exp: New file.
11001
11002 2016-07-01 Pedro Alves <palves@redhat.com>
11003
11004 * gdb.multi/watchpoint-multi-exit.c: New file.
11005 * gdb.multi/watchpoint-multi-exit.exp: New file.
11006
11007 2016-06-30 Pedro Alves <palves@redhat.com>
11008
11009 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11010 unset inferior_spawn_id.
11011
11012 2016-06-30 Pedro Alves <palves@redhat.com>
11013
11014 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11015 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11016
11017 2016-06-29 Yao Qi <yao.qi@linaro.org>
11018
11019 * gdb.base/return.c: Add copyright header.
11020
11021 2016-06-29 Tom Tromey <tom@tromey.com>
11022
11023 PR python/20129:
11024 * gdb.python/py-framefilter.exp: Add tests for setting priority
11025 and disabling of non-existent frame filter.
11026
11027 2016-06-29 Yao Qi <yao.qi@linaro.org>
11028
11029 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11030 0x0f07ff.
11031
11032 2016-06-28 Yao Qi <yao.qi@linaro.org>
11033
11034 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11035 triplets. Start gdb, execute catch syscall, and continue. Check
11036 gdb's output to determine catch syscall is supported.
11037
11038 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11039
11040 * gdb.rust/simple.rs: Add test for returning unit in a function.
11041 * gdb.rust/simple.exp: Add expectation for functions returning
11042 unit.
11043
11044 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11045
11046 * gdb.python/py-breakpoint-create-fail.c,
11047 gdb.python/py-breakpoint-create-fail.exp,
11048 gdb.python/py-breakpoint-create-fail.py: New testcase.
11049
11050 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11051
11052 PR gdb/20239
11053 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11054 * gdb.rust/simple.exp: Add test expectations for new NonZero
11055 tests.
11056
11057 2016-06-24 David Taylor <dtaylor@emc.com>
11058
11059 * gdb.base/offsets.exp: New file.
11060 * gdb.base/offsets.c: New file.
11061
11062 2016-06-23 Tom Tromey <tom@tromey.com>
11063
11064 PR gdb/16483:
11065 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11066 before any filters are loaded.
11067
11068 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11069
11070 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11071 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11072 structs.
11073 * gdb.fortran/derived-type-function.exp: New file.
11074 * gdb.fortran/derived-type-function.f90: New file.
11075
11076
11077 2016-06-21 Pedro Alves <palves@redhat.com>
11078
11079 * gdb.base/new-ui.exp: New file.
11080 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11081 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11082 (with_spawn_id): New procedure.
11083
11084 2016-06-21 Pedro Alves <palves@redhat.com>
11085
11086 * gdb.mi/mi-exec-run.exp: New file.
11087
11088 2016-06-21 Pedro Alves <palves@redhat.com>
11089
11090 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11091 breakpoint command's output on the main UI.
11092 (test_break): New procedure, factored out from calls in the top
11093 level.
11094 (top level): Use foreach_with_prefix to test MI as main UI and as
11095 separate UI.
11096
11097 2016-06-21 Pedro Alves <palves@redhat.com>
11098
11099 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11100 (test_awatch_creation_and_listing)
11101 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11102 Remove 'type' parameter.
11103 (test_watchpoint_all): New parameter mi_mode. Remove
11104 with_test_prefix.
11105 (top level): Use foreach_with_prefix, and add main/separate UI MI
11106 testing axis.
11107
11108 2016-06-21 Pedro Alves <palves@redhat.com>
11109
11110 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11111 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11112 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11113 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11114 (gdb_main_spawn_id, mi_spawn_id): Declare and
11115 comment.
11116 (mi_create_inferior_pty): New procedure,
11117 factored out from default_mi_gdb_start.
11118 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11119 procedures.
11120 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11121 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11122 Use mi_create_inferior_pty.
11123 (mi_gdb_start): Use eval to pass down args list.
11124
11125 2016-06-21 Pedro Alves <palves@redhat.com>
11126
11127 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11128 * gdb.opt/inline-cmds.exp: Add MI tests.
11129
11130 2016-06-21 Pedro Alves <palves@redhat.com>
11131
11132 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11133
11134 2016-06-21 Pedro Alves <palves@redhat.com>
11135
11136 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11137 (top level): Use it instead of mi_execute_to.
11138
11139 2016-06-21 Pedro Alves <palves@redhat.com>
11140
11141 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11142 (cont_handler_str): New.
11143 (signal_stop_handler): Set stop_handler_str instead of printing to
11144 stdout.
11145 (continue_handler): Set cont_handler_str instead of printing to
11146 stdout.
11147 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11148 mi_send_resuming_command. Print stop_handler_str and
11149 cont_handler_str instead of expecting the python events print
11150 directly.
11151
11152 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11153
11154 * gdb.base/jit-reader.exp: New file.
11155 * gdb.base/jithost.c: New file.
11156 * gdb.base/jithost.h: New file.
11157 * gdb.base/jitreader.c : New file.
11158 * gdb.base/jit-protocol.h: New file.
11159
11160 2016-06-17 Yao Qi <yao.qi@linaro.org>
11161
11162 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11163 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11164 and detach-on-fork. Adjust tests.
11165 (top level): Invoke break_cond_on_syscall with combinations of
11166 syscall, follow-fork-mode and detach-on-fork.
11167
11168 2016-06-17 Yao Qi <yao.qi@linaro.org>
11169
11170 * gdb.base/step-over-exit.c: New.
11171 * gdb.base/step-over-exit.exp: New.
11172
11173 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11174
11175 * gdb.base/float.exp: Add target check for nds32*-*-*.
11176 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11177
11178 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11179
11180 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11181 for unsupported target features.
11182 * gdb.base/call-rt-st.exp: Likewise.
11183 * gdb.base/call-sc.exp: Likewise.
11184 * gdb.base/call-signal-resume.exp: Likewise.
11185 * gdb.base/call-strs.exp: Likewise.
11186 * gdb.base/callexit.exp: Likewise.
11187 * gdb.base/callfuncs.exp: Likewise.
11188 * gdb.base/nodebug.exp: Likewise.
11189 * gdb.base/printcmds.exp: Likewise.
11190 * gdb.base/ptype.exp: Likewise.
11191 * gdb.base/structs.exp: Likewise.
11192 * gdb.base/unwindonsignal.exp: Likewise.
11193 * gdb.cp/gdb2495.exp: Likewise.
11194 * gdb.cp/templates.exp: Likewise.
11195 * gdb.cp/virtfunc.exp: Likewise.
11196 * gdb.threads/hand-call-in-threads.exp: Likewise.
11197 * gdb.threads/interrupted-hand-call.exp: Likewise.
11198 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11199
11200 2016-06-10 Tom Tromey <tom@tromey.com>
11201
11202 PR rust/20110:
11203 * gdb.rust/expr.exp: Add test for integer constant larger than
11204 i32.
11205
11206 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11207
11208 * gdb.fortran/nested-funcs.exp: New.
11209 * gdb.fortran/nested-funcs.f90: New.
11210
11211 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11212
11213 * gdb.base/examine-backward.c: New file.
11214 * gdb.base/examine-backward.exp: New file.
11215
11216 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11217
11218 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11219 matching.
11220
11221 2016-06-02 Tom Tromey <tom@tromey.com>
11222
11223 PR python/18984:
11224 * gdb.python/py-shared.exp: Add solib_name test.
11225
11226 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11227
11228 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11229
11230 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11231
11232 PR c++/19893
11233 * gdb.dwarf2/implref.exp: Rename to...
11234 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11235 * gdb.dwarf2/implref-array.c: New file.
11236 * gdb.dwarf2/implref-array.exp: Likewise.
11237 * gdb.dwarf2/implref-global.c: Likewise.
11238 * gdb.dwarf2/implref-global.exp: Likewise.
11239 * gdb.dwarf2/implref-struct.c: Likewise.
11240 * gdb.dwarf2/implref-struct.exp: Likewise.
11241
11242 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11243
11244 * gdb.trace/trace-condition.exp: Add 64bit tests.
11245
11246 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11247
11248 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11249 bits types.
11250 (main): Adapt to 8 to 64 bits types.
11251 * gdb.trace/trace-condition.exp: Add new tests.
11252
11253 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11254
11255 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11256
11257 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11258
11259 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11260 Move condition tests...
11261 * gdb.trace/trace-condition.exp: Here.
11262
11263 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11264
11265 * gdb.trace/trace-condition.exp: Add counter-case tests.
11266
11267 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11268
11269 PR c++/15231
11270 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11271 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11272
11273 2016-05-27 Pedro Alves <palves@redhat.com>
11274
11275 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11276 New procedure.
11277 (top level): Call it, and bail out of DejaGnu is known to be bad.
11278
11279 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11280
11281 * gdb.base/whatis.c: Extend the test case.
11282 * gdb.base/whatis.exp: Add additional tests.
11283
11284 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11285
11286 * gdb.fortran/type.f90: Add pointer variable.
11287 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11288
11289 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11290
11291 * gdb.fortran/vla-type.exp: Fix testcase name.
11292
11293 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11294
11295 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11296
11297 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11298
11299 * gdb.fortran/type.f90: Add nested structures.
11300 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11301 * gdb.fortran/derived-type.exp: Adapt expected output.
11302 * gdb.fortran/vla-type.exp: Adapt expected output.
11303
11304 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11305
11306 * gdb.fortran/whatis_type.exp: Adapt expected output.
11307
11308 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11309
11310 * gdb.fortran/print_type.exp: Fix expected output.
11311 * gdb.fortran/whatis_type.exp: Fix expected output.
11312
11313 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11314
11315 * gdb.fortran/whatis_type.exp: Use multi_line.
11316
11317 2016-05-24 Tom Tromey <tom@tromey.com>
11318
11319 PR python/17386:
11320 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11321 use value as an index.
11322
11323 2016-05-23 Tom Tromey <tom@tromey.com>
11324
11325 PR python/17981:
11326 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11327 no-breakpoint case.
11328
11329 2016-05-24 Pedro Alves <palves@redhat.com>
11330
11331 PR gdb/19828
11332 * gdb.threads/clone-attach-detach.c: New file.
11333 * gdb.threads/clone-attach-detach.exp: New file.
11334
11335 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11336
11337 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11338
11339 2016-05-23 Tom Tromey <tom@tromey.com>
11340
11341 PR python/19438, PR python/18393:
11342 * gdb.python/py-progspace.exp: Add "dir" test.
11343 * gdb.python/py-objfile.exp: Add "dir" test.
11344
11345 2016-05-23 Yao Qi <yao.qi@linaro.org>
11346
11347 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11348 * gdb.arch/thumb2-it.exp: Likewise.
11349
11350 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11351
11352 * gdb.mi/mi-threads-interrupt.c: New file.
11353 * gdb.mi/mi-threads-interrupt.exp: New file.
11354
11355 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11356
11357 PR gdb/18077
11358 * gdb.mi/mi-async-run.exp: New file.
11359 * gdb.mi/mi-async-run.c: New file.
11360
11361 2016-05-17 Tom Tromey <tom@tromey.com>
11362 Manish Goregaokar <manishsmail@gmail.com>
11363
11364 * lib/rust-support.exp: New file.
11365 * lib/gdb.exp (skip_rust_tests): New proc.
11366 (build_executable_from_specs): Handle rust.
11367 * lib/future.exp (gdb_find_rustc): New proc.
11368 (gdb_default_target_compile): Handle rust.
11369 * gdb.rust/expr.exp: New file.
11370 * gdb.rust/generics.exp: New file.
11371 * gdb.rust/generics.rs: New file.
11372 * gdb.rust/methods.exp: New file.
11373 * gdb.rust/methods.rs: New file.
11374 * gdb.rust/modules.exp: New file.
11375 * gdb.rust/modules.rs: New file.
11376 * gdb.rust/simple.exp: New file.
11377 * gdb.rust/simple.rs: New file.
11378
11379 2016-05-17 Tom Tromey <tom@tromey.com>
11380
11381 * gdb.base/default.exp (set language): Add rust.
11382
11383 2016-05-17 Tom Tromey <tom@tromey.com>
11384
11385 * gdb.gdb/unittest.exp: New file.
11386
11387 2016-05-16 Yao Qi <yao.qi@linaro.org>
11388
11389 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11390 shell_prompt. Update shell_prompt_re.
11391
11392 2016-05-12 Doug Evans <dje@google.com>
11393
11394 PR symtab/19999
11395 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11396 $options when building executable.
11397 * gdb.dwarf2/fission-loclists-pie.S: New file.
11398 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11399
11400 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11401
11402 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11403 of [is_remote target],
11404
11405 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11406
11407 * lib/gdb.exp (use_gdb_stub): New procedure.
11408
11409 2016-05-03 Yunlian Jiang <yunlian@google.com>
11410 Doug Evans <dje@google.com>
11411
11412 PR symtab/19914
11413 * gdb.dwarf2/dwp-sepdebug.c: New file.
11414 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11415
11416 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11417
11418 * gdb.base/detach.exp: Remove is_remote check.
11419
11420 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11421
11422 * gdb.base/annota-input-while-running.exp: Don't check for
11423 [is_remote target]. Enable annotations after running to main.
11424 Remove unused "set test..." line.
11425
11426 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11427
11428 * gdb.trace/trace-enable-disable.exp: New file.
11429 * gdb.trace/trace-enable-disable.c: New file.
11430
11431 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11432
11433 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11434 use it in info sharedlibrary test.
11435 * gdb.trace/ftrace-lock.exp: Likewise.
11436 * gdb.trace/ftrace.exp: Likewise.
11437 * gdb.trace/range-stepping.exp: Likewise.
11438 * gdb.trace/trace-break.exp: Likewise.
11439 * gdb.trace/trace-condition.exp: Likewise.
11440 * gdb.trace/trace-mt.exp: Likewise.
11441
11442 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11443
11444 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11445 (gdb_load_shlib): ... this.
11446 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11447 gdb_load_shlib.
11448 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11449 * gdb.base/ctxobj.exp: Likewise.
11450 * gdb.base/dprintf-pending.exp: Likewise.
11451 * gdb.base/dso2dso.exp: Likewise.
11452 * gdb.base/fixsection.exp: Likewise.
11453 * gdb.base/gcore-relro.exp: Likewise.
11454 * gdb.base/gdb1555.exp: Likewise.
11455 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11456 * gdb.base/gnu-ifunc.exp: Likewise.
11457 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11458 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11459 * gdb.base/pending.exp: Likewise.
11460 * gdb.base/print-file-var.exp: Likewise.
11461 * gdb.base/print-symbol-loading.exp: Likewise.
11462 * gdb.base/shlib-call.exp: Likewise.
11463 * gdb.base/shreloc.exp: Likewise.
11464 * gdb.base/so-impl-ld.exp: Likewise.
11465 * gdb.base/solib-disc.exp: Likewise.
11466 * gdb.base/solib-nodir.exp: Likewise.
11467 * gdb.base/solib-overlap.exp: Likewise.
11468 * gdb.base/solib-symbol.exp: Likewise.
11469 * gdb.base/solib-weak.exp (do_test): Likewise.
11470 * gdb.base/sym-file.exp: Likewise.
11471 * gdb.base/symtab-search-order.exp: Likewise.
11472 * gdb.base/type-opaque.exp: Likewise.
11473 * gdb.base/unload.exp: Likewise.
11474 * gdb.base/watchpoint-solib.exp: Likewise.
11475 * gdb.compile/compile.exp: Likewise.
11476 * gdb.cp/gdb2384.exp: Likewise.
11477 * gdb.cp/infcall-dlopen.exp: Likewise.
11478 * gdb.cp/re-set-overloaded.exp: Likewise.
11479 * gdb.fortran/library-module.exp: Likewise.
11480 * gdb.opt/solib-intra-step.exp: Likewise.
11481 * gdb.python/py-finish-breakpoint.exp: Likewise.
11482 * gdb.python/py-shared.exp: Likewise.
11483 * gdb.reverse/solib-precsave.exp: Likewise.
11484 * gdb.reverse/solib-reverse.exp: Likewise.
11485 * gdb.server/solib-list.exp: Likewise.
11486 * gdb.threads/dlopen-libpthread.exp: Likewise.
11487 * gdb.threads/tls-shared.exp: Likewise.
11488 * gdb.threads/tls-so_extern.exp: Likewise.
11489 * gdb.trace/change-loc.exp: Likewise.
11490 * gdb.trace/ftrace-lock.exp: Likewise.
11491 * gdb.trace/ftrace.exp: Likewise.
11492 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11493 * gdb.trace/pending.exp: Likewise.
11494 * gdb.trace/range-stepping.exp: Likewise.
11495 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11496 (strace_info_marker): Likewise.
11497 (strace_probe_marker): Likewise.
11498 (strace_trace_on_same_addr): Likewise.
11499 (strace_trace_on_diff_addr): Likewise.
11500 * gdb.trace/trace-break.exp: Likewise.
11501 * gdb.trace/trace-condition.exp: Likewise.
11502 * gdb.trace/trace-mt.exp: Likewise.
11503
11504 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11505
11506 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11507 result of gdb_remote_download.
11508 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11509 * gdb.base/dso2dso.exp: Likewise.
11510 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11511 * gdb.base/print-file-var.exp: Likewise.
11512 * gdb.base/shlib-call.exp: Likewise.
11513 * gdb.base/shreloc.exp: Likewise.
11514 * gdb.base/solib-overlap.exp: Likewise.
11515 * gdb.base/solib-weak.exp (do_test): Likewise.
11516 * gdb.base/unload.exp: Likewise.
11517
11518 2016-04-27 Yao Qi <yao.qi@linaro.org>
11519
11520 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11521 exists.
11522
11523 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11524
11525 * vla-type.exp: Print structure from toplevel.
11526
11527 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11528
11529 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11530 of dynamic types.
11531 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11532 of dynamic types.
11533
11534 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11535
11536 * gdb.fortran/vla-type.f90: New file.
11537 * gdb.fortran/vla-type.exp: New file.
11538
11539 2016-04-25 Yao Qi <yao.qi@linaro.org>
11540
11541 * gdb.base/branch-to-self.c: New file.
11542 * gdb.base/branch-to-self.exp: New file.
11543
11544 2016-04-22 Yao Qi <yao.qi@linaro.org>
11545
11546 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11547 more after $hex.
11548
11549 2016-04-22 Yao Qi <yao.qi@linaro.org>
11550
11551 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11552 * gdb.base/annota3.exp: Likewise.
11553
11554 2016-04-22 Yao Qi <yao.qi@linaro.org>
11555
11556 * gdb.reverse/step-precsave.exp: Do one step and test program
11557 stops in "callee" and do multiple steps until program goes out
11558 of "callee".
11559 * gdb.reverse/step-reverse.exp: Likewise.
11560
11561 2016-04-22 Yao Qi <yao.qi@linaro.org>
11562
11563 * gdb.trace/signal.exp: Also pass if
11564 $tracepoint_hits($i) > $iterations.
11565
11566 2016-04-22 Yao Qi <yao.qi@linaro.org>
11567
11568 * gdb.trace/signal.c: New file.
11569 * gdb.trace/signal.exp: New file.
11570
11571 2016-04-19 Doug Evans <xdje42@gmail.com>
11572
11573 * gdb.base/bad-file.exp: New file.
11574
11575 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11576
11577 * gdb.dwarf2/implref.exp: New file.
11578
11579 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11580
11581 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11582 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11583 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11584 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11585 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11586 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11587 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11588 * lib/fortran.exp (fortran_int4): New procedure.
11589 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11590 (fortran_logical4): Likewise.
11591
11592 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11593
11594 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11595
11596 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11597
11598 * lib/compiler.c: Add Intel specific preprocessor macros.
11599 * lib/compiler.cc: Likewise.
11600
11601 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11602
11603 * gdb.server/connect-with-no-symbol-file.c: New file.
11604 * gdb.server/connect-with-no-symbol-file.exp: New file.
11605
11606 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11607
11608 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11609
11610 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11611
11612 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11613 standard output directory.
11614
11615 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11616
11617 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11618
11619 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11620
11621 * gdb.btrace/instruction_history.c (loop): Add declaration.
11622
11623 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11624
11625 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11626
11627 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11628
11629 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11630 parentheses to print.
11631 (continue_handler): Likewise.
11632
11633 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11634
11635 * gdb.server/solib-list.exp: Remove is_remote check.
11636 Pass shlib= to gdb_compile. Don't link shared library with
11637 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11638 Run binary filename through "readlink -f" on the target.
11639
11640 2016-04-08 Pedro Alves <palves@redhat.com>
11641
11642 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11643 interpreter filename as argument to gdbserver_spawn.
11644 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11645 Return empty if $last_loaded_file does not exist.
11646
11647 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11648
11649 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11650 * gdb.base/jit-main.c: Use exit after usage.
11651
11652 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11653
11654 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11655 GDBHISTSIZE prior to the tests.
11656 * gdb.base/gdbinit-history.exp: Likewise.
11657
11658 2016-04-07 Pedro Alves <palves@redhat.com>
11659
11660 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11661 instead of build_executable. Use gdb_load_shlibs.
11662
11663 2016-04-07 Yao Qi <yao.qi@linaro.org>
11664
11665 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11666 Execute "si" command.
11667
11668 2016-04-07 Yao Qi <yao.qi@linaro.org>
11669
11670 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11671 number instead of the comments on some line.
11672
11673 2016-04-06 Don Breazeal <donb@codesourcery.com>
11674
11675 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11676 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11677
11678 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11679
11680 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11681 standard_output_file. Remove unused binfile variable.
11682
11683 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
11684
11685 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11686 * gdb.python/py-mi-objfile.exp: Match "list main" output
11687 in console format.
11688
11689 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11690
11691 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11692 absolute.
11693
11694 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11695
11696 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11697 absolute.
11698 * gdb.trace/ftrace.exp: Likewise.
11699 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11700 targets as well.
11701 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11702 (gdb_load_shlibs): Copy libraries to test directory when testing
11703 natively. Only set solib-search-path if testing remotely.
11704 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11705
11706 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11707
11708 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11709 gdb_download. Use it even if the target is not remote.
11710 * gdb.base/jit.exp (compile_jit_test): Likewise.
11711 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11712 output directory if the destination board is local, otherwise use
11713 the standard remote_download from DejaGnu.
11714 (gdb_download): Remove.
11715 (gdb_load_shlibs): Use gdb_remote_download instead of
11716 gdb_download.
11717 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11718 Use gdb_remote_download instead of gdb_download. Use it even if
11719 the target is not remote.
11720 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11721 instead of gdb_download.
11722
11723 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11724
11725 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11726 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11727 run.
11728
11729 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
11730
11731 PR gdb/19820
11732 * gdb.base/printcmds.exp: Add artificial arrays tests.
11733
11734 2016-03-31 Pedro Alves <palves@redhat.com>
11735
11736 PR gdb/19858
11737 * gdb.base/jit-main.c: Include unistd.h.
11738 (ATTACH): Define to 0 if not already defined.
11739 (wait_for_gdb, mypid): New globals.
11740 (WAIT_FOR_GDB): New macro.
11741 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11742 some breakpoint locations.
11743 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11744 New procedures.
11745 (one_jit_test): Add REATTACH parameter, and handle it. Use
11746 continue_to_test_location.
11747 (top level): Test attach, and adjusts calls to one_jit_test.
11748
11749 2016-03-31 Pedro Alves <palves@redhat.com>
11750
11751 PR gdb/19858
11752 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11753 BINSUFFIX parameter, and handle it.
11754 (top level): Adjust calls compile_jit_test.
11755
11756 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
11757
11758 PR python/19743
11759 * gdb.python/py-mi-events-gdb.py: New file.
11760 * gdb.python/py-mi-events.c: New file.
11761 * gdb.python/py-mi-events.exp: New file.
11762
11763 2016-03-30 Yao Qi <yao.qi@linaro.org>
11764
11765 * gdb.reverse/until-precsave.exp: Match function name only.
11766 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11767 Move malloc to a condition block.
11768 * gdb.reverse/until-reverse.exp: Match function name only.
11769
11770 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11771
11772 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11773 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11774 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11775 variable for GPR 0 instead of assuming it is register 0.
11776 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11777 * lib/trace-support.exp: Add s390 registers.
11778
11779 2016-03-29 Yao Qi <yao.qi@linaro.org>
11780
11781 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11782
11783 2016-03-24 Yao Qi <yao.qi@linaro.org>
11784
11785 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11786 test message.
11787
11788 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11789
11790 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11791 maintaining separate logic for constructing the output path.
11792
11793 2016-03-16 Don Breazeal <donb@codesourcery.com>
11794
11795 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11796 Retry fork and waitpid on interrupted system call errors.
11797 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11798 Use with_timeout_factor to increase timeout by factor of 10.
11799
11800 2016-03-15 Don Breazeal <donb@codesourcery.com>
11801
11802 * gdb.cp/scope-err.cc: New test program.
11803 * gdb.cp/scope-err.exp: New test script.
11804 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11805 lines and "set breakpoint here" comment.
11806 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11807 Fixed some whitespace and format issues.
11808 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11809 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11810
11811 2016-03-15 Doug Evans <dje@google.com>
11812
11813 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11814 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11815 All callers updated. Add tests for enums, mixed flags register.
11816
11817 2016-03-15 Doug Evans <dje@google.com>
11818
11819 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11820 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11821
11822 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11823
11824 * gdb.base/default.exp: Add $_as_string to the list of expected
11825 convenience functions.
11826
11827 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11828
11829 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11830
11831 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11832
11833 * gdb.python/py-as-string.exp: New file.
11834 * gdb.python/py-as-string.c: New file.
11835
11836 2016-03-09 Pedro Alves <palves@redhat.com>
11837
11838 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11839 signal" -> "Thread NN received signal" output change.
11840 * gdb.threads/ia64-sigill.exp: Likewise.
11841 * gdb.threads/linux-dp.exp: Likewise.
11842 * gdb.threads/manythreads.exp: Likewise.
11843 * gdb.threads/pending-step.exp: Likewise.
11844 * gdb.threads/print-threads.exp: Likewise.
11845 * gdb.threads/sigstep-threads.exp: Likewise.
11846 * gdb.threads/staticthreads.exp: Likewise.
11847 * gdb.threads/tls.exp: Likewise.
11848
11849 2016-03-09 Pedro Alves <palves@redhat.com>
11850
11851 * gdb.base/command-line-input.exp: New file.
11852
11853 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11854
11855 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11856 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11857 * gdb.trace/pending.exp: Accept leading dot before function name.
11858 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11859 * lib/trace-support.exp: Set registers for ppc.
11860
11861 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11862
11863 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11864 use it for disassembly; accept .main in addition to main in backtrace.
11865
11866 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
11867 Marcin Kościelnicki <koriakin@0x04.net>
11868
11869 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11870 (gdb_recursion_test_ptr): New global variable.
11871 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11872 gdb_recursion_test.
11873 (gdb_c_test): Ditto.
11874
11875 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11876
11877 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11878 ordering.
11879
11880 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11881
11882 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11883 (bar): Add bar_start_lbl label.
11884 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11885 of foo/bar for emitting DWARF and tracing.
11886
11887 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11888
11889 * analyze-racy-logs.py: Set executable bit.
11890
11891 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11892
11893 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11894 (CHECK_TARGET_TMP): Likewise.
11895 (check-single-racy): New rule.
11896 (check-parallel-racy): Likewise.
11897 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11898 (do-check-parallel-racy): New rule.
11899 (check-racy/%.exp): Likewise.
11900 * README (Racy testcases): New section.
11901 * analyze-racy-logs.py: New file.
11902
11903 2016-03-03 Doug Evans <dje@google.com>
11904
11905 * gdb.base/skip.exp: Use with_test_prefix.
11906
11907 2016-03-03 Yao Qi <yao.qi@linaro.org>
11908
11909 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11910 Invoke step_over_syscall "clone" and break_cond_on_syscall
11911 "clone".
11912 * gdb.base/step-over-clone.c: New file.
11913
11914 2016-03-03 Yao Qi <yao.qi@linaro.org>
11915
11916 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11917 code format.
11918
11919 2016-03-03 Yao Qi <yao.qi@linaro.org>
11920
11921 * gdb.base/disp-step-fork.c: Rename to ...
11922 * gdb.base/step-over-fork.c: ... it. New file.
11923 * gdb.base/disp-step-vfork.c: Rename to ...
11924 * gdb.base/step-over-vfork.c: ... it. New file.
11925 * gdb.base/disp-step-syscall.exp: Rename to ...
11926 * gdb.base/step-over-syscall.exp: ... it. New file.
11927 (disp_step_cross_syscall): Rename to ...
11928 (step_over_syscall): ... it.
11929
11930 2016-03-03 Yao Qi <yao.qi@linaro.org>
11931
11932 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11933 If target supports condition evaluation on target, invoke
11934 break_cond_on_syscall for fork and vfork.
11935
11936 2016-03-03 Yao Qi <yao.qi@linaro.org>
11937
11938 * gdb.base/disp-step-syscall.exp: Don't invoke
11939 support_displaced_stepping.
11940 (disp_step_cross_syscall): Test with displaced stepping off and
11941 on if supported.
11942
11943 2016-03-03 Yao Qi <yao.qi@linaro.org>
11944
11945 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11946 proc.
11947 (setup): New proc.
11948 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11949 and setup.
11950
11951 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11952
11953 * gdb.fortran/vla-history.exp: Remove breakpoint.
11954
11955 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11956
11957 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11958 exceeds timeout.
11959
11960 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11961
11962 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11963 breakpoint.
11964
11965 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11966
11967 * gdb.mi/vla.f90: Nullify pointer after declaration.
11968
11969 2016-03-01 Pedro Alves <palves@redhat.com>
11970
11971 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11972
11973 2016-03-01 Pedro Alves <palves@redhat.com>
11974
11975 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11976 before anything else.
11977 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11978 _GNU_SOURCE here.
11979 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11980 before anything else.
11981 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11982
11983 2016-03-01 Pedro Alves <palves@redhat.com>
11984
11985 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11986
11987 2016-03-01 Yao Qi <yao.qi@linaro.org>
11988
11989 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11990 prepare_for_testing.
11991
11992 2016-03-01 Yao Qi <yao.qi@linaro.org>
11993
11994 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11995
11996 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11997
11998 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11999 manually constructing the output path.
12000
12001 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12002
12003 * gdb.arch/s390-stackless.S: New.
12004 * gdb.arch/s390-stackless.exp: New.
12005
12006 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12007
12008 * gdb.dlang/circular.c: New file.
12009 * gdb.dlang/circular.exp: New file.
12010
12011 2016-02-26 Yao Qi <yao.qi@linaro.org>
12012
12013 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12014 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12015 (testcases): Update.
12016
12017 2016-02-26 Yao Qi <yao.qi@linaro.org>
12018
12019 * gdb.reverse/aarch64.c: Rename to ...
12020 * gdb.reverse/insn-reverse.c: ... it.
12021 * gdb.reverse/aarch64.exp: Rename to ...
12022 * gdb.reverse/insn-reverse.exp: ... it.
12023
12024 2016-02-26 Yao Qi <yao.qi@linaro.org>
12025
12026 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12027 (testcase_ftype): New.
12028 (testcases): New array.
12029 (n_testcases): New.
12030 (main): Call each element in testcases.
12031 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12032 (read_testcase): New.
12033 Do the tests in a loop.
12034
12035 2016-02-25 Yao Qi <yao.qi@linaro.org>
12036
12037 * gdb.base/branches.c: Remove.
12038
12039 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12040
12041 PR gdb/13808
12042 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12043
12044 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12045
12046 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12047
12048 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12049
12050 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12051 change x86_64 call_insn to 'callq'.
12052
12053 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12054
12055 * gdb.trace/tfile-avx.c: Move to...
12056 * gdb.trace/tracefile-pseudo-reg.c: Here.
12057 * gdb.trace/tfile-avx.exp: Move to...
12058 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12059
12060 2016-02-24 Gary Benson <gbenson@redhat.com>
12061
12062 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12063 message on attach.
12064
12065 2016-02-23 Doug Evans <dje@google.com>
12066
12067 * gdb.base/skip.c (test_skip): New function.
12068 (end_test_skip_file_and_function): New function.
12069 (test_skip_file_and_function): New function.
12070 * gdb.base/skip1.c (test_skip): New function.
12071 (skip1_test_skip_file_and_function): New function.
12072 * gdb.base/skip.exp: Add tests for new skip options.
12073 * gdb.base/skip-solib.exp: Update expected output.
12074 * gdb.perf/skip-command.cc: New file.
12075 * gdb.perf/skip-command.exp: New file.
12076 * gdb.perf/skip-command.py: New file.
12077
12078 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12079
12080 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12081 info registers pattern.
12082
12083 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12084
12085 * lib/future.exp: Add D support.
12086 (gdb_find_gdc): New proc.
12087 (gdb_default_target_compile): Add D support.
12088
12089 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12090
12091 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12092 user+system time.
12093 (trace_speed_test): Determine the iteration count for a time
12094 between 15..30 seconds.
12095
12096 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12097
12098 * gdb.arch/i386-mpx-sigsegv.c: New file.
12099 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12100 * gdb.arch/i386-mpx-simple_segv.c: New file.
12101 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12102
12103 2016-02-18 Yao Qi <yao.qi@linaro.org>
12104
12105 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12106 Don't call setup_kfail.
12107
12108 2016-02-18 Yao Qi <yao.qi@linaro.org>
12109
12110 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12111 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12112
12113 2016-02-16 Doug Evans <dje@google.com>
12114
12115 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12116 * gdb.base/skip1.c: Ditto.
12117 * gdb.base/skip.exp: Whitespace cleanup.
12118
12119 2016-02-16 Don Breazeal <donb@codesourcery.com>
12120
12121 PR remote/19496
12122 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12123 Remove kfail for PR remote/19496.
12124
12125 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12126
12127 * lib/gdb.exp (standard_temp_file): Return a path specific to
12128 the runtest invocation.
12129
12130 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12131
12132 * gdb.trace/save-trace.exp: Change relative path to be in the
12133 standard output directory.
12134
12135 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12136
12137 * gdb.arch/i386-prologue.c: Add missing prototypes.
12138
12139 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12140
12141 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12142 * gdb.arch/i386-prologue.exp: Likewise.
12143 * gdb.arch/i386-size.exp: Likewise.
12144
12145 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12146
12147 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12148 define object file path.
12149 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12150 file path.
12151 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12152 standard_output_file to define binfile.
12153
12154 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12155
12156 Fix compatibility with recent gfortran-5.3.1.
12157 * gdb.fortran/vla-history.exp (print vla1 allocated)
12158 (print vla2 allocated, print $2, print $3): Remove
12159 (print $4): Rename to ...
12160 (print $2): ... here.
12161 (print $9): Rename to ...
12162 (print $5): ... here.
12163 (print $10): Rename to ...
12164 (print $6): ... here.
12165 * gdb.fortran/vla.f90: Add pvla initialization.
12166
12167 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12168
12169 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12170 New test.
12171 * gdb.fortran/vla-value-sub.exp: Likewise.
12172
12173 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12174
12175 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12176
12177 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12178
12179 * i386-biarch-core.exp: Define corefile using
12180 standard_output_file.
12181
12182 2016-02-12 Yao Qi <yao.qi@linaro.org>
12183
12184 * gdb.arch/arm-single-step-kernel-helper.c: New.
12185 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12186
12187 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12188
12189 * gdb.btrace/tailcall-only.exp: New.
12190 * gdb.btrace/tailcall-only.c: New.
12191 * gdb.btrace/x86_64-tailcall-only.S: New.
12192 * gdb.btrace/i686-tailcall-only.S: New.
12193
12194 2016-02-11 Pedro Alves <palves@redhat.com>
12195
12196 * README (Parallel testing): Add missing double quotes.
12197
12198 2016-02-11 Pedro Alves <palves@redhat.com>
12199
12200 * README (Parallel testing): New section.
12201 (GDB_PARALLEL): Rewrite.
12202 (FORCE_PARALLEL): Document.
12203
12204 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12205
12206 * gdb.trace/tfile-avx.c: New test.
12207 * gdb.trace/tfile-avx.exp: New test.
12208
12209 2016-02-09 Keith Seitz <keiths@redhat.com>
12210
12211 PR breakpoints/19546
12212 * gdb.base/infcall-exec.c: New file.
12213 * gdb.base/infcall-exec2.c: New file.
12214 * gdb.base/infcall-exec.exp: New file.
12215
12216 2016-02-09 Keith Seitz <keiths@redhat.com>
12217
12218 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12219 (toplevel): Call test_bkpt_address.
12220
12221 2016-02-09 Keith Seitz <keiths@redhat.com>
12222
12223 PR python/19506
12224 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12225 (toplevel): Call test_bkpt_address.
12226
12227 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12228
12229 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12230 to AC_OUTPUT.
12231 * configure: Regenerate.
12232
12233 2016-02-09 Pedro Alves <palves@redhat.com>
12234
12235 PR breakpoints/19548
12236 * gdb.base/execl-update-breakpoints.c (some_function): New
12237 function.
12238 (main): Call it.
12239 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12240 Tighten expected GDB output.
12241
12242 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12243
12244 * Makefile.in (ALL_SUBDIRS): Remove.
12245 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12246 (distclean maintainer-clean realclean): Likewise.
12247 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12248 * configure: Regenerate.
12249 * gdb.ada/Makefile.in: Delete.
12250 * gdb.arch/Makefile.in: Likewise.
12251 * gdb.asm/Makefile.in: Likewise.
12252 * gdb.base/Makefile.in: Likewise.
12253 * gdb.btrace/Makefile.in: Likewise.
12254 * gdb.cell/Makefile.in: Likewise.
12255 * gdb.compile/Makefile.in: Likewise.
12256 * gdb.cp/Makefile.in: Likewise.
12257 * gdb.disasm/Makefile.in: Likewise.
12258 * gdb.dlang/Makefile.in: Likewise.
12259 * gdb.dwarf2/Makefile.in: Likewise.
12260 * gdb.fortran/Makefile.in: Likewise.
12261 * gdb.gdb/Makefile.in: Likewise.
12262 * gdb.go/Makefile.in: Likewise.
12263 * gdb.guile/Makefile.in: Likewise.
12264 * gdb.java/Makefile.in: Likewise.
12265 * gdb.linespec/Makefile.in: Likewise.
12266 * gdb.mi/Makefile.in: Likewise.
12267 * gdb.modula2/Makefile.in: Likewise.
12268 * gdb.multi/Makefile.in: Likewise.
12269 * gdb.objc/Makefile.in: Likewise.
12270 * gdb.opencl/Makefile.in: Likewise.
12271 * gdb.opt/Makefile.in: Likewise.
12272 * gdb.pascal/Makefile.in: Likewise.
12273 * gdb.perf/Makefile.in: Likewise.
12274 * gdb.python/Makefile.in: Likewise.
12275 * gdb.reverse/Makefile.in: Likewise.
12276 * gdb.server/Makefile.in: Likewise.
12277 * gdb.stabs/Makefile.in: Likewise.
12278 * gdb.threads/Makefile.in: Likewise.
12279 * gdb.trace/Makefile.in: Likewise.
12280 * gdb.xml/Makefile.in: Likewise.
12281 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12282 GDB_PARALLEL.
12283 (standard_output_file): Remove check for GDB_PARALLEL, always
12284 return path in outputs/$subdir/$testname.
12285
12286 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12287
12288 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12289 (site.exp): Assign abs_srcdir to tcl's srcdir.
12290
12291 2016-02-04 Yao Qi <yao.qi@linaro.org>
12292
12293 * gdb.base/foll-exec-mode.c: Include limits.h.
12294 (main): Add parameters argc and argv. Get directory from
12295 argv[0].
12296 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12297 compilation.
12298 * gdb.base/foll-exec.c: Include limits.h.
12299 (main): Add parameters argc and argv.
12300 Get directory from argv[0].
12301 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12302 Adjust tests on the number of lines as source code changed.
12303 * gdb.base/foll-vfork-exit.c: Include limits.h.
12304 (main): Add one line of statement before vfork.
12305 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12306 (main): Add parameters argc and argv. Get directory from
12307 argv[0].
12308 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12309 (setup_gdb): Set tbreak to skip some source lines.
12310 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12311 (main): Add parameters argc and argv. Get directory from
12312 argv[0].
12313 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12314 compilation.
12315 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12316 (main): Add parameters argc and argv. Get directory from
12317 argv[0].
12318 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12319 compilation.
12320
12321 2016-02-01 Doug Evans <dje@google.com>
12322
12323 * gdb.base/skip.exp: Clean up multiple references to same test name.
12324
12325 2016-02-01 Pedro Alves <palves@redhat.com>
12326
12327 PR remote/19496
12328 * gdb.threads/forking-threads-plus-breakpoint.exp
12329 (displaced_stepping_supported): New global.
12330 (probe_displaced_stepping_support): New procedure.
12331 (do_test): Add 'displaced' parameter, and use it.
12332 (top level): Check for displaced stepping support. Add displaced
12333 stepping on/off testing axis.
12334
12335 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12336
12337 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12338 pointer. Don't perform further tests on the unassociated pointer
12339 if the first test fails.
12340
12341 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12342
12343 * gdb.base/max-value-size.c: New file.
12344 * gdb.base/max-value-size.exp: New file.
12345 * gdb.base/huge.exp: Disable max-value-size for this test.
12346
12347 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12348
12349 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12350
12351 2016-01-28 Yao Qi <yao.qi@linaro.org>
12352
12353 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12354
12355 2016-01-25 Pedro Alves <palves@redhat.com>
12356
12357 PR threads/19461
12358 * gdb.base/fork-running-state.c: New file.
12359 * gdb.base/fork-running-state.exp: New file.
12360
12361 2016-01-25 Pedro Alves <palves@redhat.com>
12362
12363 PR gdb/19494
12364 * gdb.base/catch-fork-kill.c: New file.
12365 * gdb.base/catch-fork-kill.exp: New file.
12366
12367 2016-01-25 Pedro Alves <palves@redhat.com>
12368
12369 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12370 Delete, moved to lib/gdb.exp.
12371 * gdb.threads/forking-threads-plus-breakpoint.exp
12372 (foreach_with_prefix): Likewise.
12373 * gdb.threads/process-dies-while-handling-bp.exp
12374 (foreach_with_prefix): Likewise.
12375 * lib/gdb.exp (foreach_with_prefix): New procedure.
12376
12377 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12378
12379 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12380 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12381
12382 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12383
12384 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12385 endian targets.
12386
12387 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12388 Pedro Alves <palves@redhat.com>
12389
12390 Fix testsuite compatibility with Guile.
12391 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12392 number.
12393
12394 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12395
12396 Fix testsuite compatibility with Guile.
12397 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12398 (thread 1): New test for backtrace through signal handler.
12399
12400 2016-01-22 Yao Qi <yao.qi@linaro.org>
12401
12402 PR testsuite/19491
12403 * gdb.base/multi-forks.c: Include
12404 ../lib/unbuffer_output.c
12405 (main): Call gdb_unbuffer_output.
12406
12407 2016-01-21 Doug Evans <dje@google.com>
12408
12409 * lib/ada.exp (gdb_compile_ada): Fix typo.
12410
12411 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12412
12413 * gdb.base/break-fun-addr.exp: New file.
12414 * gdb.base/break-fun-addr1.c: New file.
12415 * gdb.base/break-fun-addr2.c: New file.
12416
12417 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12418
12419 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12420 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12421 enum flag values.
12422
12423 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12424
12425 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12426 when GDB can not set the vector return value. Add more comments
12427 for clarification.
12428
12429 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12430
12431 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12432 command.
12433
12434 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12435
12436 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12437
12438 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12439
12440 * Makefile.in (check-single): Pass --status to runtest.
12441 (check/%.exp): Likewise.
12442
12443 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12444
12445 * Makefile.in (check-parallel): Propagate return code from make
12446 do-check-parallel.
12447
12448 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12449
12450 * gdb.trace/ftrace.exp: Fix expected message on continue.
12451 * gdb.trace/pending.exp: Fix expected message on continue.
12452 * gdb.trace/trace-break.exp: Fix expected message on continue.
12453
12454 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12455
12456 * lib/gdb.exp (gdb_test): Remove unused global references.
12457
12458 2016-01-18 Pedro Alves <palves@redhat.com>
12459
12460 * gdb.base/async-shell.exp: Adjust expected output.
12461 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12462 * gdb.base/siginfo-thread.exp: Adjust expected output.
12463 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12464 * gdb.java/jnpe.exp: Adjust expected output.
12465 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12466 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12467 * gdb.threads/leader-exit.exp: Adjust expected output.
12468 * gdb.threads/manythreads.exp: Adjust expected output.
12469 * gdb.threads/pthreads.exp: Adjust expected output.
12470 * gdb.threads/schedlock.exp: Adjust expected output.
12471 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12472 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12473 expected output.
12474 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12475 output.
12476 * gdb.threads/sigthread.exp: Adjust expected output.
12477 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12478
12479 2016-01-18 Yao Qi <yao.qi@linaro.org>
12480
12481 * gdb.guile/scm-section-script.c: Replace @progbits with
12482 %progbits.
12483 * gdb.python/py-section-script.c: Likewise.
12484
12485 2016-01-15 Pedro Alves <palves@redhat.com>
12486
12487 * gdb.multi/tids.exp: Test star wildcard ranges.
12488
12489 2016-01-15 Pedro Alves <palves@redhat.com>
12490
12491 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12492 command from "thread apply" invocation.
12493 (thr_apply_info_thr_invalid): Default the expected output to the
12494 input tid list.
12495 (top level): Add tests that use convenience variables. Add tests
12496 for "thread apply" with a valid TID list, but missing the command.
12497
12498 2016-01-13 Pedro Alves <palves@redhat.com>
12499
12500 * gdb.base/default.exp: Expect $_gthread as well.
12501 * gdb.multi/tids.exp: Test $_gthread.
12502 * gdb.threads/thread-specific.exp: Test $_gthread.
12503
12504 2016-01-13 Pedro Alves <palves@redhat.com>
12505
12506 * gdb.multi/tids.exp: Test "info threads -gid".
12507
12508 2016-01-13 Pedro Alves <palves@redhat.com>
12509
12510 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12511 Breakpoint.thread.
12512 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12513
12514 2016-01-07 Pedro Alves <palves@redhat.com>
12515
12516 * gdb.base/break.exp: Adjust to output changes.
12517 * gdb.base/hbreak2.exp: Likewise.
12518 * gdb.base/sepdebug.exp: Likewise.
12519 * gdb.base/watch_thread_num.exp: Likewise.
12520 * gdb.linespec/keywords.exp: Likewise.
12521 * gdb.multi/info-threads.exp: Likewise.
12522 * gdb.threads/thread-find.exp: Likewise.
12523 * gdb.multi/tids.c: New file.
12524 * gdb.multi/tids.exp: New file.
12525
12526 2016-01-13 Pedro Alves <palves@redhat.com>
12527
12528 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12529
12530 2016-01-13 Pedro Alves <palves@redhat.com>
12531
12532 * gdb.base/default.exp: Expect $_inferior as well.
12533 * gdb.multi/base.exp: Test $_inferior.
12534
12535 2016-01-13 Pedro Alves <palves@redhat.com>
12536
12537 PR breakpoints/19388
12538 * gdb.base/catch-signal-siginfo-cond.c: New file.
12539 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12540
12541 2016-01-12 Josh Stone <jistone@redhat.com>
12542 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12543
12544 * gdb.base/catch-syscall.c (do_execve): New variable.
12545 (main): Conditionally trigger an execve.
12546 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12547 (test_catch_syscall_execve): New, check entry/return across execve.
12548 (do_syscall_tests): Call test_catch_syscall_execve.
12549
12550 2016-01-12 Pedro Alves <palves@redhat.com>
12551
12552 * gdb.base/random-signal.exp (do_test): New procedure, with body
12553 of testcase moved in.
12554
12555 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12556 Pedro Alves <palves@redhat.com>
12557
12558 * gdb.base/funcargs.exp (finish from indirectly called function):
12559 Reintroduce the case for 'First'.
12560
12561 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12562 Pedro Alves <palves@redhat.com>
12563
12564 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12565 (tcatch_vfork_then_child_follow_exec)
12566 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12567 identification.
12568
12569 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12570
12571 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12572 and repeats to unlimited.
12573 * gdb.python/py-value.exp: Likewise.
12574 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12575 and repeats to unlimited.
12576
12577 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12578
12579 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12580 and reordering the functions.
12581 * gdb.multi/hangout.c: Likewise.
12582 * gdb.multi/hello.c: Likewise.
12583
12584 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12585
12586 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12587 absolute.
12588 (SingleStatisticTestResult.report): Use dict.keys instead of
12589 dict.iterkeys.
12590
12591 2016-01-06 Pedro Alves <palves@redhat.com>
12592
12593 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12594
12595 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12596
12597 * gdb.btrace/dlopen.exp: New.
12598 * gdb.btrace/dlopen.c: New.
12599 * gdb.btrace/dlopen-dso.c: New.
12600
12601 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12602
12603 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12604 PATTERN argument is optional.
12605
12606 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12607
12608 * lib/ada.exp (target_compile_ada_from_dir): New function.
12609 (gdb_compile_ada): Reimplement avoiding the use of project files.
12610 * gdb.ada/gnat_ada.gpr: Delete.
12611 * gdb.ada/cond_lang.exp: Adjust test to make path before
12612 filename optional.
12613 * gdb.ada/small_reg_param.exp: Likewise.
12614
12615 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12616
12617 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12618
12619 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12620
12621 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12622 case.
12623
12624 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12625
12626 * gdb.base/break.exp: Remove dead code.
12627 * gdb.base/sepdebug.exp: Likewise.
12628
12629 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12630
12631 * gdb.asm/asm-source.exp: Remove HP-UX references.
12632 * gdb.base/annota1.exp: Likewise.
12633 * gdb.base/annota3.exp: Likewise.
12634 * gdb.base/attach.exp: Likewise.
12635 * gdb.base/bigcore.exp: Likewise.
12636 * gdb.base/break.exp: Likewise.
12637 * gdb.base/call-ar-st.exp: Likewise.
12638 * gdb.base/callfuncs.exp: Likewise.
12639 * gdb.base/catch-fork-static.exp: Likewise.
12640 * gdb.base/display.exp: Likewise.
12641 * gdb.base/foll-exec-mode.exp: Likewise.
12642 * gdb.base/foll-exec.exp: Likewise.
12643 * gdb.base/foll-fork.exp: Likewise.
12644 * gdb.base/foll-vfork.exp: Likewise.
12645 * gdb.base/funcargs.exp: Likewise.
12646 * gdb.base/hbreak2.exp: Likewise.
12647 * gdb.base/inferior-died.exp: Likewise.
12648 * gdb.base/interrupt.exp: Likewise.
12649 * gdb.base/multi-forks.exp: Likewise.
12650 * gdb.base/nodebug.exp: Likewise.
12651 * gdb.base/sepdebug.exp: Likewise.
12652 * gdb.base/solib1.c: Likewise.
12653 * gdb.base/step-test.exp: Likewise.
12654 * gdb.mi/non-stop.c: Likewise.
12655 * gdb.mi/pthreads.c: Likewise.
12656 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12657 * gdb.threads/pthreads.c: Likewise.
12658 * gdb.threads/staticthreads.exp: Likewise.
12659 * lib/future.exp: Likewise.
12660 * lib/gdb.exp: Likewise.
12661 * gdb.base/so-indr-cl.c: Remove.
12662 * gdb.base/so-indr-cl.exp: Likewise.
12663 * gdb.base/solib.c: Likewise.
12664 * gdb.base/solib.exp: Likewise.
12665 * gdb.base/solib2.c: Likewise.
12666
12667 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12668
12669 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12670 * gdb.base/call-ar-st.exp: Likewise.
12671 * gdb.base/callfuncs.exp: Likewise.
12672 * gdb.base/condbreak.exp: Likewise.
12673 * gdb.base/constvars.exp: Likewise.
12674 * gdb.base/hbreak2.exp: Likewise.
12675 * gdb.base/langs.exp: Likewise.
12676 * gdb.base/list.exp: Likewise.
12677 * gdb.base/long_long.exp: Likewise.
12678 * gdb.base/ptype.exp: Likewise.
12679 * gdb.base/scope.exp: Likewise.
12680 * gdb.base/signals.exp: Likewise.
12681 * gdb.base/so-impl-ld.exp: Likewise.
12682 * gdb.base/varargs.exp: Likewise.
12683 * gdb.base/volatile.exp: Likewise.
12684 * gdb.base/whatis.exp: Likewise.
12685 * gdb.cp/cplusfuncs.exp: Likewise.
12686 * gdb.cp/inherit.exp: Likewise.
12687 * gdb.cp/local.exp: Likewise.
12688 * gdb.cp/member-ptr.exp: Likewise.
12689 * gdb.cp/method.exp: Likewise.
12690 * gdb.cp/overload.exp: Likewise.
12691 * gdb.cp/templates.exp: Likewise.
12692 * gdb.stabs/weird.exp: Likewise.
12693 * lib/compiler.c: Likewise.
12694 * lib/compiler.cc: Likewise.
12695 * lib/cp-support.exp: Likewise.
12696 * lib/gdb.exp: Likewise.
12697
12698 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12699
12700 * configure.ac: Remove HP-UX case.
12701 * configure: Regenerate.
12702
12703 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12704
12705 * lib/gdb.exp (gdb_compile): Add function doc.
12706
12707 2015-12-17 Pedro Alves <palves@redhat.com>
12708
12709 PR threads/19354
12710 * gdb.multi/info-threads.exp: New file.
12711
12712 2015-12-15 Yao Qi <yao.qi@linaro.org>
12713
12714 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12715 is aarch64*-*-*.
12716
12717 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12718
12719 * gdb.base/history-duplicates.exp: Skip if no readline support.
12720
12721 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12722
12723 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12724
12725 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12726
12727 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12728
12729 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12730
12731 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12732 ctrl-C if nointerrupts target property is set.
12733 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12734 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12735 * gdb.base/paginate-bg-execution.exp: Likewise.
12736 * gdb.base/paginate-execution-startup.exp: Likewise.
12737 * gdb.base/random-signal.exp: Likewise.
12738 * gdb.base/range-stepping.exp: Likewise.
12739 * gdb.cp/annota2.exp: Likewise.
12740 * gdb.cp/annota3.exp: Likewise.
12741 * gdb.gdb/selftest.exp: Likewise.
12742 * gdb.threads/continue-pending-status.exp: Likewise.
12743 * gdb.threads/leader-exit.exp: Likewise.
12744 * gdb.threads/manythreads.exp: Likewise.
12745 * gdb.threads/pthreads.exp: Likewise.
12746 * gdb.threads/schedlock.exp: Likewise.
12747 * gdb.threads/sigthread.exp: Likewise.
12748
12749 2015-12-11 Don Breazeal <donb@codesourcery.com>
12750
12751 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12752 remote.
12753 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12754 * gdb.base/foll-exec.exp (main): Enable for target remote.
12755 * gdb.base/foll-fork.exp (main): Likewise.
12756 * gdb.base/foll-vfork.exp (main): Likewise.
12757 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12758 (proc continue_to_exit_bp_loc): Use clean_restart.
12759 * gdb.base/pie-execl.exp (main): Disable for target remote.
12760 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12761 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12762 * gdb.threads/execl.exp (main): Likewise.
12763 * gdb.threads/fork-child-threads.exp (main): Likewise.
12764 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12765 remote.
12766 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12767 remote.
12768 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12769 pid.tid style ptids, instead of just tid.
12770 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12771 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12772 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12773 ptids, instead of just tid.
12774
12775 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12776
12777 * gdb.base/list.exp (test_list_forward): Add end of file error
12778 test.
12779 (test_repeat_list_command): Add end of file error test.
12780 (test_list_backwards): Add beginning of file error test.
12781
12782 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12783
12784 * gdb.base/list.exp (test_list_invalid_args): New function,
12785 defined, and called.
12786
12787 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12788
12789 * gdb.base/list.exp (test_list): Make test names unique.
12790
12791 2015-12-11 Yao Qi <yao.qi@linaro.org>
12792
12793 * gdb.base/coremaker2.c: Remove.
12794
12795 2015-12-10 Pedro Alves <palves@redhat.com>
12796
12797 * gdb.multi/base.exp: Remove stale "spaces" references.
12798
12799 2015-12-10 Pedro Alves <palves@redhat.com>
12800
12801 * gdb.multi/base.exp: Don't use nowarnings.
12802 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12803 * gdb.multi/hangout.c: Include stdio.h.
12804 * gdb.multi/hello.c: Include stdlib.h.
12805 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12806 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12807 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12808
12809 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12810
12811 * gdb.dwarf2/dw2-ranges-base.c: New file.
12812 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12813 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12814 support additional line table, and debug ranges generation.
12815 (Dwarf::ranges): New function, generate .debug_ranges.
12816 (Dwarf::lines): Support generating simple line table programs.
12817 (Dwarf::assemble): Initialise new namespace variables.
12818
12819 2015-12-09 Kevin Buettner <kevinb@redhat.com>
12820
12821 * gdb.base/async.exp (proc test_background): Add case for
12822 asynchronous execution not supported.
12823
12824 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
12825
12826 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12827 format and change test names to make them unique.
12828
12829 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12830 Pedro Alves <pedro@redhat.com>
12831
12832 PR gdb/18702
12833 Add checking of floatformats setup on x86_64 hosts.
12834 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12835 (smallval, bigval): New labels/constants.
12836 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12837 float" after loading bigval and smallval.
12838
12839 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12840
12841 * gdb.ada/fun_overload_menu.exp: New testcase.
12842 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12843
12844 2015-12-04 Josh Stone <jistone@redhat.com>
12845
12846 * gdb.base/catch-fork-static.exp: New.
12847
12848 2015-12-03 Yao Qi <yao.qi@linaro.org>
12849
12850 * gdb.base/sizeof.c: Don't include stdio.h and
12851 ../lib/unbuffer_output.c.
12852 (main): New variable 'size' and 'value'. Remove printf and
12853 gdb_unbuffer_output. Assign return value to size and value.
12854 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12855 at the beginning.
12856 (check_sizeof): Check the result by printing variable 'size'.
12857 (check_valueof): Check the result by printing variable 'value'.
12858
12859 2015-12-01 Yao Qi <yao.qi@linaro.org>
12860
12861 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12862 for aarch64*-*-linux* target.
12863
12864 2015-11-30 Pedro Alves <palves@redhat.com>
12865
12866 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12867
12868 2015-11-30 Pedro Alves <palves@redhat.com>
12869
12870 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12871 Handle non-stop mode vCont replies.
12872
12873 2015-11-30 Pedro Alves <palves@redhat.com>
12874
12875 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12876 prepare_for_testing. Start gdb with "set non-stop on" appended to
12877 GDBFLAGS. Lax expected stop output.
12878
12879 2015-11-27 Yao Qi <yao.qi@linaro.org>
12880
12881 * gdb.arch/arm-neon.exp: New.
12882 * gdb.arch/arm-neon.c: New.
12883
12884 2015-11-27 Yao Qi <yao.qi@linaro.org>
12885
12886 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12887
12888 2015-11-27 Yao Qi <yao.qi@linaro.org>
12889
12890 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12891 frames-invalid annotation.
12892
12893 2015-11-27 Yao Qi <yao.qi@linaro.org>
12894
12895 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12896
12897 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12898
12899 * gdb.threads/names.exp: New file.
12900 * gdb.threads/names.c: New file.
12901 * README: Mention gdb,no_thread_names.
12902
12903 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12904
12905 PR 19297
12906 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12907 support" error.
12908
12909 2015-11-24 Pedro Alves <palves@redhat.com>
12910
12911 PR 17539
12912 * gdb.base/display.exp: Expect displays to be sorted in ascending
12913 order. Use multi_line.
12914 * gdb.base/solib-display.exp: Likewise.
12915
12916 2015-11-24 Pedro Alves <palves@redhat.com>
12917
12918 PR 17539
12919 * gdb.base/display.exp: Expect displays to be sorted in ascending
12920 order. Use multi_line.
12921 * gdb.base/solib-display.exp: Likewise.
12922
12923 2015-11-24 Pedro Alves <palves@redhat.com>
12924
12925 PR 17539
12926 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12927 threads in ascending order.
12928 * gdb.base/foll-fork.exp: Likewise.
12929 * gdb.base/foll-vfork.exp: Likewise.
12930 * gdb.base/multi-forks.exp: Likewise.
12931 * gdb.mi/mi-nonstop.exp: Likewise.
12932 * gdb.mi/mi-nsintrall.exp: Likewise.
12933 * gdb.multi/base.exp: Likewise.
12934 * gdb.multi/multi-arch.exp: Likewise.
12935 * gdb.python/py-inferior.exp: Likewise.
12936 * gdb.threads/break-while-running.exp: Likewise.
12937 * gdb.threads/execl.exp: Likewise.
12938 * gdb.threads/gcore-thread.exp: Likewise.
12939 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12940 * gdb.threads/kill.exp: Likewise.
12941 * gdb.threads/linux-dp.exp: Likewise.
12942 * gdb.threads/multiple-step-overs.exp: Likewise.
12943 * gdb.threads/next-bp-other-thread.exp: Likewise.
12944 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12945 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12946 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12947 * gdb.threads/thread-find.exp: Likewise.
12948 * gdb.threads/tls.exp: Likewise.
12949 * lib/mi-support.exp (mi_reverse_list): Delete.
12950 (mi_check_thread_states): No longer reverse list.
12951
12952 2015-11-24 Pedro Alves <palves@redhat.com>
12953
12954 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12955 use lowercase.
12956
12957 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12958
12959 * gdb.trace/actions.c: Include trace-common.h.
12960 (main): Add a location for a fast tracepoint.
12961 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12962 the normal tracepoints.
12963 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12964
12965 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12966
12967 * save-trace.exp: Factor out code to these...
12968 (gdb_save_tracepoints): New.
12969 (gdb_load_tracepoints): New.
12970 (do_save_load_test): New.
12971
12972 2015-11-23 Kevin Buettner <kevinb@redhat.com>
12973
12974 * gdb.base/asmlabel.exp: New test.
12975 * gdb.base/asmlabel.c: New test case.
12976
12977 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12978
12979 * gdb.base/wrong_frame_bt_full-main.c: New file.
12980 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12981 * gdb.base/wrong_frame_bt_full.exp: New file.
12982
12983 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12984
12985 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12986
12987 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12988
12989 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
12990 pstate register when comparing registers values in
12991 sparc64-*-linux-gnu targets to avoid spurious differences.
12992
12993 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12994
12995 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
12996
12997 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12998
12999 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13000 as type argument to gdb_compile.
13001 * gdb.base/nested-subp2.exp: Likewise.
13002 * gdb.base/nested-subp3.exp: Likewise.
13003
13004 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13005
13006 * lib/dwarf.exp (_note): Fix left shift of negative value.
13007 * gdb.trace/trace-condition.exp: Likewise.
13008
13009 2015-11-13 Yao Qi <yao.qi@linaro.org>
13010
13011 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13012 comments about d10v.
13013 (test_scalar_returns): Likewise.
13014 * gdb.base/d10v.ld: Remove.
13015 * gdb.base/overlays.exp: Remove the target triplet checking for
13016 d10v-*-*.
13017 * gdb.base/structs.exp (test_struct_returns): Remove the
13018 comments about d10v.
13019 (test_struct_calls): Likewise.
13020
13021 2015-11-13 Yao Qi <yao.qi@linaro.org>
13022
13023 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13024 * gdb.base/gnu_vector.c: Don't include stdio.h.
13025 (main): Don't print res and call add_some_intvecs.
13026
13027 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13028
13029 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13030 macro.
13031 (func5): Removed.
13032 (func4): Use FAST_TRACEPOINT_LABEL.
13033 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13034 macro.
13035 (func): Removed.
13036 (thread_function): Use FAST_TRACEPOINT_LABEL.
13037 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13038 (func): Remove.
13039 (marker): Use FAST_TRACEPOINT_LABEL.
13040 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13041 (pendfunc1): Remove.
13042 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13043 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13044 (foo): Remove.
13045 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13046 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13047 macro.
13048 (func): Remove.
13049 (marker): Use FAST_TRACEPOINT_LABEL.
13050 * gdb.trace/trace-common.h: New header.
13051 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13052 macro.
13053 (func): Remove.
13054 (marker): Use FAST_TRACEPOINT_LABEL.
13055 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13056 (func): Remove.
13057 (thread_function): Use FAST_TRACEPOINT_LABEL.
13058
13059 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13060
13061 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13062 in front.
13063 * gdb.trace/change-loc.exp: Use global pcreg definition.
13064 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13065 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13066 in front.
13067 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13068 * gdb.trace/pending.exp: Likewise.
13069 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13070 * gdb.trace/trace-break.exp: Likewise.
13071 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13072 in front.
13073 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13074 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13075 in front.
13076 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13077
13078 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13079
13080 * gdb.ada/fin_fun_out: New testcase.
13081
13082 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13083
13084 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13085 value associated with DW_AT_byte_size.
13086 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13087 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13088 DW_AT_upper_bound.
13089
13090 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13091
13092 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13093 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13094 version.
13095 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13096 gdb.dwarf2/dw2-canonicalize-type.exp,
13097 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13098 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13099 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13100 provided by gdb_target_symbol_prefix_flags_asm.
13101 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13102 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13103 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13104 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13105 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13106 macros where needed). Use this macro for symbols which require
13107 the prefix provided by SYMBOL_PREFIX.
13108
13109 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13110
13111 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13112 New procs.
13113 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13114 representing expressions, of more than one list element.
13115 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13116 to prepend linker symbol prefix to f.
13117 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13118 table_1 and table_2.
13119 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13120 Likewise, for f and g.
13121 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13122 for ptr.
13123 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13124 for main.
13125 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13126 table_1_ptr and table_2_ptr.
13127
13128 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13129 Joel Brobecker <brobecker@adacore.com>
13130
13131 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13132
13133 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13134
13135 * gdb.reverse/s390-mvcle.c: New test.
13136 * gdb.reverse/s390-mvcle.exp: New file.
13137 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13138
13139 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13140
13141 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13142
13143 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13144
13145 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13146 reaching marker2.
13147 * gdb.reverse/getresuid-reverse.exp: Likewise.
13148 * gdb.reverse/pipe-reverse.exp: Likewise.
13149 * gdb.reverse/readv-reverse.exp: Likewise.
13150 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13151 * gdb.reverse/time-reverse.exp: Likewise.
13152 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13153
13154 2015-10-30 Yao Qi <yao.qi@linaro.org>
13155
13156 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13157 (empty_cycle): Remove.
13158 (main): Don't call empty_cycle. Don't use watch_count_done.
13159 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13160 empty_cycle. Rewrite the code counting HW watchpoints.
13161
13162 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13163
13164 * gdb.reverse/fstatat-reverse.c: New test.
13165 * gdb.reverse/fstatat-reverse.exp: New file.
13166 * gdb.reverse/getresuid-reverse.c: New test.
13167 * gdb.reverse/getresuid-reverse.exp: New file.
13168 * gdb.reverse/pipe-reverse.c: New test.
13169 * gdb.reverse/pipe-reverse.exp: New file.
13170 * gdb.reverse/readv-reverse.c: New test.
13171 * gdb.reverse/readv-reverse.exp: New file.
13172 * gdb.reverse/recvmsg-reverse.c: New test.
13173 * gdb.reverse/recvmsg-reverse.exp: New file.
13174 * gdb.reverse/time-reverse.c: New test.
13175 * gdb.reverse/time-reverse.exp: New file.
13176 * gdb.reverse/waitpid-reverse.c: New test.
13177 * gdb.reverse/waitpid-reverse.exp: New file.
13178
13179 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13180
13181 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13182
13183 2015-10-26 Doug Evans <dje@google.com>
13184
13185 PR symtab/17391
13186 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13187 * gdb.dwarf2/bad-regnum.c: New file.
13188 * gdb.dwarf2/bad-regnum.exp: New file.
13189
13190 2015-10-26 Doug Evans <dje@google.com>
13191
13192 PR python/18938
13193 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13194 file.
13195
13196 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13197
13198 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13199 for a change by "Mention language in compile error message".
13200
13201 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13202
13203 PR python/18073
13204 * gdb.python/py-type.c (C::a_method): New.
13205 (C::a_const_method): New.
13206 (C::a_static_method): New.
13207 (a_function): New.
13208 * gdb.python/py-type.exp (test_fields): Test getting fields
13209 from function and method.
13210
13211 2015-10-21 Keven Boell <keven.boell@intel.com>
13212
13213 * gdb.fortran/vla-alloc-assoc.exp: New file.
13214 * gdb.fortran/vla-datatypes.exp: New file.
13215 * gdb.fortran/vla-datatypes.f90: New file.
13216 * gdb.fortran/vla-history.exp: New file.
13217 * gdb.fortran/vla-ptype-sub.exp: New file.
13218 * gdb.fortran/vla-ptype.exp: New file.
13219 * gdb.fortran/vla-sizeof.exp: New file.
13220 * gdb.fortran/vla-sub.f90: New file.
13221 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13222 * gdb.fortran/vla-value-sub-finish.exp: New file.
13223 * gdb.fortran/vla-value-sub.exp: New file.
13224 * gdb.fortran/vla-value.exp: New file.
13225 * gdb.fortran/vla-ptr-info.exp: New file.
13226 * gdb.mi/mi-vla-fortran.exp: New file.
13227 * gdb.mi/vla.f90: New file.
13228
13229 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13230
13231 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13232 of hardwired timeout value.
13233
13234 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13235 Pedro Alves <palves@redhat.com>
13236
13237 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13238 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13239
13240 2015-10-19 Josh Stone <jistone@redhat.com>
13241
13242 * gdb.base/catch-syscall.c: Include <sched.h>.
13243 (unknown_syscall): New variable.
13244 (main): Trigger a vfork and an unknown syscall.
13245 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13246 (unknown_syscall_number): Likewise.
13247 (check_call_to_syscall): Accept an optional syscall pattern.
13248 (check_return_from_syscall): Likewise.
13249 (check_continue): Likewise.
13250 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13251 (test_catch_syscall_skipping_return): New test toggling off 'catch
13252 syscall' to step over the syscall return, then toggling back on.
13253 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13254 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13255 (do_syscall_tests): Call test_catch_syscall_without_args and
13256 test_catch_syscall_mid_vfork.
13257 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13258 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13259
13260 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13261
13262 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13263 print g_vE): Add new pass patterns.
13264 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13265 print various symbol names for vptr fields.
13266
13267 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13268
13269 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13270 results.
13271
13272 2015-10-12 Yao Qi <yao.qi@linaro.org>
13273
13274 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13275
13276 2015-10-12 Yao Qi <yao.qi@linaro.org>
13277
13278 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13279 is aarch64*-*-linux*.
13280
13281 2015-10-12 Yao Qi <yao.qi@linaro.org>
13282
13283 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13284 (can_relocate_bcond_true): ... it.
13285 (can_relocate_bcond_false): New function.
13286 (foo): Likewise.
13287 (can_relocate_bl): Likewise.
13288 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13289 can_relocate_bl.
13290
13291 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13292
13293 * gdb.base/nested-addr.c: New file.
13294 * gdb.base/nested-addr.exp: New testcase.
13295
13296 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13297
13298 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13299 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13300 its output. Ignore the output of "record goto begin" and instead
13301 check that GDB is replaying.
13302
13303 2015-10-09 Pedro Alves <palves@redhat.com>
13304
13305 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13306 (top level): Use it in the run with no args test.
13307
13308 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13309
13310 * gdb.dlang/properties.exp: New file.
13311
13312 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13313
13314 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13315 whether or not address 0x1000 is mapped on the target.
13316
13317 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13318
13319 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13320 build.
13321
13322 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13323
13324 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13325 instruction-history test.
13326
13327 2015-09-28 Doug Evans <dje@google.com>
13328
13329 * gdb.base/gcore.c (array_func): Add reference to static_array.
13330
13331 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13332
13333 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13334 source line.
13335
13336 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13337
13338 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13339 short or char as base type.
13340
13341 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13342
13343 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13344 to allow any size enum.
13345
13346 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13347
13348 * gdb.ada/array_ptr_renaming.exp: New testcase.
13349 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13350 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13351
13352 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13353
13354 * gdb.trace/ftrace-lock.c: New file.
13355 * gdb.trace/ftrace-lock.exp: New file.
13356
13357 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13358
13359 * gdb.arch/insn-reloc.c: New file.
13360 * gdb.arch/ftrace-insn-reloc.exp: New file.
13361
13362 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13363
13364 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13365 instruction.
13366 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13367 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13368 * gdb.trace/range-stepping.c: Likewise.
13369 * gdb.trace/trace-break.c: Likewise.
13370 * gdb.trace/trace-mt.c (thread_function): Likewise.
13371 * gdb.trace/ftrace.c (marker): Likewise.
13372 * gdb.trace/trace-condition.c (marker): Likewise.
13373 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13374 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13375 is_aarch64_target.
13376
13377 2015-09-18 Doug Evans <xdje42@gmail.com>
13378
13379 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13380 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13381
13382 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13383
13384 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13385 the breakpoint.
13386
13387 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13388
13389 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13390 the pending breakpoint. Remove timeout override for "Run till
13391 MI pending breakpoint on pendfunc3 on thread 2" test.
13392
13393 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13394
13395 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13396 filename pattern.
13397
13398 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13399
13400 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13401 in breakpoint filename pattern.
13402
13403 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13404
13405 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13406
13407 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13408
13409 * gdb.linespec/explicit.exp: Check for readline support for
13410 tab-completion tests. Fix obvious typo.
13411
13412 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13413
13414 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13415 and replay.
13416
13417 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13418
13419 * gdb.btrace/non-stop.c: New.
13420 * gdb.btrace/non-stop.exp: New.
13421
13422 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13423 Yao Qi <yao.qi@linaro.org>
13424
13425 * gdb.trace/trace-condition.c: New file.
13426 * gdb.trace/trace-condition.exp: New file.
13427
13428 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13429
13430 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13431 for testing bytecode compilation.
13432
13433 2015-09-16 Pedro Alves <palves@redhat.com>
13434 Sandra Loosemore <sandra@codesourcery.com>
13435
13436 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13437 (SECONDS): Redefine.
13438 (main): Call pthread_kill and alarm early.
13439 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13440 support.
13441 (test): If the target can't hardware step and doesn't support
13442 displaced stepping, increase the timeout.
13443
13444 2015-09-16 Pedro Alves <palves@redhat.com>
13445
13446 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13447 (enable_debug): New procedures.
13448 (test): Use them. Bail out if waiting for threads fails.
13449 (top level): Bail out if a test fails.
13450
13451 2015-09-16 Yao Qi <yao.qi@linaro.org>
13452
13453 * gdb.asm/asm-source.exp: Set asm-arch for
13454 aarch64*-*-* target.
13455 * gdb.asm/aarch64.inc: New file.
13456
13457 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13458
13459 * gdb.ada/array_of_variable_length.exp: New testcase.
13460 * gdb.ada/array_of_variable_length/foo.adb: New file.
13461 * gdb.ada/array_of_variable_length/pck.adb: New file.
13462 * gdb.ada/array_of_variable_length/pck.ads: New file.
13463
13464 2015-09-15 Doug Evans <dje@google.com>
13465
13466 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13467 of function static local variable.
13468
13469 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13470
13471 * gdb.threads/tls-so_extern.exp: New test file.
13472 * gdb.threads/tls-so_extern.c: New test file.
13473 * gdb.threads/tls-so_extern_main.c: New test file.
13474
13475 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13476
13477 * gdb.opt/solib-intra-step-lib.c: New file.
13478 * gdb.opt/solib-intra-step-main.c: New file.
13479 * gdb.opt/solib-intra-step.exp: New file.
13480
13481 2015-09-15 Pedro Alves <palves@redhat.com>
13482
13483 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13484 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13485
13486 2015-09-14 Pedro Alves <palves@redhat.com>
13487
13488 * gdb.base/hook-stop-continue.c: Delete.
13489 * gdb.base/hook-stop-continue.exp: Delete.
13490 * gdb.base/hook-stop-frame.c: Delete.
13491 * gdb.base/hook-stop-frame.exp: Delete.
13492 * gdb.base/hook-stop.c: New file.
13493 * gdb.base/hook-stop.exp: New file.
13494
13495 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13496
13497 * gdb.ada/access_to_packed_array.exp: New testcase.
13498 * gdb.ada/access_to_packed_array/foo.adb: New file.
13499 * gdb.ada/access_to_packed_array/pack.adb: New file.
13500 * gdb.ada/access_to_packed_array/pack.ads: New file.
13501
13502 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13503
13504 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13505 buffer size test.
13506
13507 2015-09-11 Don Breazeal <donb@codesourcery.com>
13508
13509 * gdb.base/foll-exec.c: Add copyright header. Fix
13510 formatting issues.
13511 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13512 (do_exec_tests): Use clean_restart in place of zap_session,
13513 and for test initialization. Fix formatting issues. Use
13514 fail in place of perror.
13515 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13516 an expect statement to match an expression with output from
13517 the program under debug.
13518 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13519 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13520 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13521 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13522 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13523
13524 2015-09-09 Doug Evans <dje@google.com>
13525
13526 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13527
13528 2015-09-09 Doug Evans <dje@google.com>
13529
13530 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13531
13532 2015-09-09 Doug Evans <dje@google.com>
13533
13534 * gdb.base/savedregs.exp: Fix typo.
13535
13536 2015-09-09 Pedro Alves <palves@redhat.com>
13537
13538 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13539
13540 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13541
13542 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13543 command actually switches threads. Give up on remaining
13544 tests if target fails to stop at breakpoint.
13545
13546 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13547
13548 * gdb.ada/funcall_char.exp: New testcase.
13549 * gdb.ada/funcall_char/foo.adb: New file.
13550
13551 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13552
13553 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13554 expected outputs. Add two testcases for completing ambiguous
13555 functions.
13556 * gdb.ada/complete/aux_pck.adb: New file.
13557 * gdb.ada/complete/aux_pck.ads: New file.
13558 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13559 Ambiguous_Func functions.
13560 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13561 * gdb.ada/complete/pck.adb: Likewise.
13562
13563 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13564
13565 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13566 failures to run the test program under GDB.
13567
13568 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13569
13570 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13571 to C.
13572
13573 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13574
13575 * gdb.base/run-after-attach.exp: New test file.
13576 * gdb.base/run-after-attach.c: New test file.
13577
13578 2015-08-26 Don Breazeal <donb@codesourcery.com>
13579
13580 * gdb.base/foll-exec-2.c: New test program.
13581 * gdb.base/foll-exec-2.exp: New test.
13582
13583 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13584
13585 * gdb.base/nested-subp1.exp: New file.
13586 * gdb.base/nested-subp1.c: New file.
13587 * gdb.base/nested-subp2.exp: New file.
13588 * gdb.base/nested-subp2.c: New file.
13589 * gdb.base/nested-subp3.exp: New file.
13590 * gdb.base/nested-subp3.c: New file.
13591
13592 2015-08-24 Pedro Alves <palves@redhat.com>
13593
13594 * gdb.server/connect-without-multi-process.c: New file.
13595 * gdb.server/connect-without-multi-process.exp: New file.
13596
13597 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13598
13599 * gdb.opt/inline-markers.c: Make z int.
13600
13601 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13602
13603 * gdb.opt/inline-markers.c: Make z volatile.
13604
13605 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13606
13607 * gdb.opt/inline-bt.c: New volatile global z.
13608 * gdb.opt/inline-cmds.c: Likewise.
13609 * gdb.opt/inline-locals.c: Likewise.
13610 * gdb.opt/inline-markers.c: New extern global z.
13611 (marker): Use z.
13612 (inline_fn): Likewise.
13613
13614 2015-08-24 Pedro Alves <palves@redhat.com>
13615
13616 * config/m32r-stub.exp: Remove file.
13617 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13618 * gdb.base/call-rt-st.exp: Likewise.
13619 * gdb.base/call-strs.exp: Likewise.
13620 * gdb.base/default.exp: Remove references to h8300-*-hms and
13621 *-*-udi*.
13622 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13623
13624 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13625
13626 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13627 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13628 and "return" use KFAIL when GDB can not read/write the vector
13629 return value.
13630
13631 2015-08-21 Gary Benson <gbenson@redhat.com>
13632
13633 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13634
13635 2015-08-20 Pedro Alves <palves@redhat.com>
13636
13637 * gdb.server/solib-list.exp: No longer expect an interior stop in
13638 non-stop mode.
13639
13640 2015-08-20 Pedro Alves <palves@redhat.com>
13641
13642 * gdb.server/connect-stopped-target.c: New file.
13643 * gdb.server/connect-stopped-target.exp: New file.
13644
13645 2015-08-20 Pedro Alves <palves@redhat.com>
13646
13647 * gdb.dwarf2/comp-unit-lang.exp: New file.
13648 * gdb.dwarf2/comp-unit-lang.c: New file.
13649
13650 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13651
13652 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13653 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13654
13655 2015-08-19 Kevin Buettner <kevinb@redhat.com>
13656
13657 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13658 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13659
13660 2015-08-18 Doug Evans <dje@google.com>
13661 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13662
13663 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13664 skip_python_tests. New arg prompt_regexp.
13665 (skip_python_tests): New function.
13666 * lib/mi-support.exp (mi_skip_python_tests): New function.
13667 * gdb.python/py-mi-objfile-gdb.py: New file.
13668 * gdb.python/py-mi-objfile.c: New file.
13669 * gdb.python/py-mi-objfile.exp: New file.
13670
13671 2015-08-17 Keith Seitz <keiths@redhat.com>
13672
13673 * gdb.linespec/explicit.exp: Move strace test from here ...
13674 * gdb.trace/strace.exp: ... to here.
13675
13676 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13677
13678 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13679 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13680
13681 2015-08-14 Doug Evans <xdje42@gmail.com>
13682
13683 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13684 inferior before selecting a new file.
13685
13686 2015-08-14 Doug Evans <xdje42@gmail.com>
13687
13688 * gdb.mi/mi-disassemble.exp: Update.
13689 * gdb.base/disasm-optim.S: New file.
13690 * gdb.base/disasm-optim.c: New file.
13691 * gdb.base/disasm-optim.h: New file.
13692 * gdb.base/disasm-optim.exp: New file.
13693
13694 2015-08-14 Keith Seitz <keiths@redhat.com>
13695
13696 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13697 "evaluated-by".
13698
13699 2015-08-13 Joel Brobecker <brobecker@adacore.com>
13700
13701 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13702
13703 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13704
13705 * gdb.ada/fun_renaming.exp: New testcase.
13706 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13707 * gdb.ada/fun_renaming/pack.adb: New file.
13708 * gdb.ada/fun_renaming/pack.ads: New file.
13709
13710 2015-08-12 Keith Seitz <keiths@redhat.com>
13711
13712 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13713 gdb_get_line_number.
13714
13715 2015-08-12 Joel Brobecker <brobecker@adacore.com>
13716
13717 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13718 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13719 gdb.base/dso2dso.exp: New files.
13720
13721 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13722 Pedro Alves <palves@redhat.com>
13723 Keith Seitz <keiths@redhat.com>
13724
13725 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13726 GDBFLAGS.
13727
13728 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13729
13730 * gdb.base/gdbhistsize-history.exp
13731 (test_histsize_history_setting): Use save_vars.
13732 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13733 Use save_vars.
13734 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13735 * gdb.base/readline.exp: Use save_vars.
13736
13737 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13738
13739 * lib/gdb.exp (save_vars): New proc.
13740
13741 2015-08-11 Keith Seitz <keiths@redhat.com>
13742
13743 * gdb.base/help.exp: Update help_breakpoint_text.
13744
13745 2015-08-11 Keith Seitz <keiths@redhat.com>
13746
13747 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13748 (at toplevel): Call test_explicit_breakpoints.
13749 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13750 breakpoints.
13751 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13752 breakpoint conditions, "-cond".
13753
13754 2015-08-11 Keith Seitz <keiths@redhat.com>
13755
13756 * gdb.linespec/3explicit.c: New file.
13757 * gdb.linespec/cpexplicit.cc: New file.
13758 * gdb.linespec/cpexplicit.exp: New file.
13759 * gdb.linespec/explicit.c: New file.
13760 * gdb.linespec/explicit.exp: New file.
13761 * gdb.linespec/explicit2.c: New file.
13762 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13763 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13764 before using in the matching pattern.
13765 Clarify that `prefix' is a regular expression.
13766
13767 2015-08-11 Keith Seitz <keiths@redhat.com>
13768
13769 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13770 test.
13771 Add tests for missing ",FMT" and ",".
13772
13773 2015-08-10 Doug Evans <dje@google.com>
13774 Keith Seitz <keiths@redhat.com>
13775
13776 PR gdb/17960
13777 * gdb.base/completion.exp: Add location completer tests.
13778
13779 2015-08-07 Pedro Alves <palves@redhat.com>
13780
13781 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13782 tests here.
13783 (top level): Run do_test with and without displaced stepping.
13784
13785 2015-08-07 Pedro Alves <palves@redhat.com>
13786
13787 * gdb.base/valgrind-disp-step.c: New file.
13788 * gdb.base/valgrind-disp-step.exp: New file.
13789
13790 2015-08-07 Pedro Alves <palves@redhat.com>
13791
13792 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13793 Delete function.
13794 (main): Add alarm. Run an infinite loop instead of calling
13795 wait_threads.
13796 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13797 comment.
13798 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13799 Delete function.
13800 (main): Add alarm. Run an infinite loop instead of calling
13801 wait_threads.
13802 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13803 comment.
13804
13805 2015-08-07 Pedro Alves <palves@redhat.com>
13806
13807 * gdb.base/checkpoint-ns.exp: New file.
13808 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13809 standard_testfile.
13810
13811 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13812
13813 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13814 * gdb.btrace/instruction_history.exp: Update.
13815 * gdb.btrace/tsx.exp: New.
13816 * gdb.btrace/tsx.c: New.
13817
13818 2015-08-06 Pedro Alves <palves@redhat.com>
13819
13820 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13821 increase timeout.
13822 * gdb.reverse/until-precsave.exp: Bump timeouts.
13823
13824 2015-08-06 Pedro Alves <palves@redhat.com>
13825
13826 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13827
13828 2015-08-06 Pedro Alves <palves@redhat.com>
13829
13830 PR gdb/18749
13831 * gdb.threads/process-dies-while-handling-bp.c: New file.
13832 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13833
13834 2015-08-06 Pedro Alves <palves@redhat.com>
13835
13836 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13837 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13838
13839 2015-08-05 Pedro Alves <palves@redhat.com>
13840
13841 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13842 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13843
13844 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13845
13846 * gdb.base/bp-permanent.exp: Report test as unsupported if
13847 the target cannot stop at the permanent breakpoint.
13848
13849 2015-08-03 Doug Evans <dje@google.com>
13850
13851 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13852 10000.
13853
13854 2015-08-03 Doug Evans <dje@google.com>
13855
13856 * Makefile.in (workers/%.worker, build-perf): New rule.
13857 (GDB_PERFTEST_MODE): New variable.
13858 (check-perf): Use it.
13859 (clean): Clean up gdb.perf parallel build subdirs.
13860 * lib/build-piece.exp: New file.
13861 * lib/gdb.exp (make_gdb_parallel_path): New function
13862 (standard_output_file, standard_temp_file): Call it.
13863 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13864 of $GDB_PARALLEL.
13865 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13866
13867 2015-08-03 Doug Evans <dje@google.com>
13868
13869 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
13870 (LOG_FILE_NAME): New global.
13871 (TextReporter.__init__): Initialize self.txt_sum.
13872 (TextReporter.report): Add support for multiple data-points.
13873 Move report to perftest.sum, put raw data in perftest.log.
13874 (TextReporter.start): Open sum and log files.
13875 (TextReporter.end): Close sum and log files.
13876 * gdb.perf/lib/perftest/testresult.py
13877 (SingleStatisticTestResult.record): Handle multiple data-points.
13878
13879 2015-07-31 Pedro Alves <palves@redhat.com>
13880
13881 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13882 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13883 kill_wait_spawned_process instead of explicit "kill -9".
13884 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13885 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13886 kill_wait_spawned_process.
13887 * gdb.base/attach-twice.exp: Likewise.
13888 * gdb.base/attach.exp: Likewise.
13889 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13890 gdb_test_multiple.
13891 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13892 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13893 kill_wait_spawned_process.
13894 * gdb.base/valgrind-infcall.exp: Likewise.
13895 * gdb.multi/multi-attach.exp: Likewise.
13896 * gdb.python/py-prompt.exp: Likewise.
13897 * gdb.python/py-sync-interp.exp: Likewise.
13898 * gdb.server/ext-attach.exp: Likewise.
13899 * gdb.threads/attach-into-signal.exp (corefunc): Use
13900 spawn_wait_for_attach, spawn_id_get_pid and
13901 kill_wait_spawned_process.
13902 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13903 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13904 spawn_id_get_pid and kill_wait_spawned_process.
13905 * gdb.threads/attach-stopped.exp (corefunc): Use
13906 spawn_wait_for_attach, spawn_id_get_pid and
13907 kill_wait_spawned_process.
13908 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13909 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13910 kill_wait_spawned_process instead of explicit "kill -9".
13911 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13912 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13913 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13914 processes. Don't map cygwin/windows pids here. Now returns a
13915 spawn id list.
13916
13917 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13918
13919 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13920 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13921 correct patch.
13922
13923 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13924
13925 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13926
13927 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13928
13929 Reapply:
13930 2014-05-21 Mark Wielaard <mjw@redhat.com>
13931
13932 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13933
13934 2015-07-30 Pedro Alves <palves@redhat.com>
13935
13936 * linux-low.c (handle_extended_wait): Set the child's last
13937 reported status to TARGET_WAITKIND_STOPPED.
13938
13939 2015-07-30 Pedro Alves <palves@redhat.com>
13940
13941 PR threads/18600
13942 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13943 only shows inferior 1.
13944
13945 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13946 Pedro Alves <palves@redhat.com>
13947
13948 PR threads/18600
13949 * gdb.threads/fork-plus-threads.c: New file.
13950 * gdb.threads/fork-plus-threads.exp: New file.
13951
13952 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13953
13954 * gdb.base/batch-preserve-term-settings.exp
13955 (test_terminal_settings_preserved_after_cli_exit): Use
13956 send_quit_command.
13957
13958 2015-07-29 Pedro Alves <palves@redhat.com>
13959 Don Breazeal <donb@codesourcery.com>
13960
13961 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13962 output from both inferior_spawn_id and gdb_spawn_id.
13963
13964 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13965
13966 * gdb.threads/attach-into-signal.exp (corefunc): Use
13967 with_test_prefix on nested loops, uniquefying the test messages.
13968
13969 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13970
13971 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13972 commit.
13973
13974 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13975
13976 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13977 New proc.
13978 (test_terminal_settings_preserved_after_sigterm): New test.
13979
13980 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13981
13982 * gdb.base/batch-preserve-term-settings.exp
13983 (test_terminal_settings_preserved_after_cli_exit): New test.
13984
13985 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13986
13987 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13988 manipulation of saved_gdbflags.
13989 (test_terminal_settings_preserved): Remove global declaration of
13990 the unused variable pagination_prompt. Remove manipulation of
13991 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13992 GDBFLAGS.
13993
13994 2015-07-29 Pedro Alves <palves@redhat.com>
13995
13996 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13997
13998 2015-07-29 Pedro Alves <palves@redhat.com>
13999
14000 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14001 at the top.
14002
14003 2015-07-29 Pedro Alves <palves@redhat.com>
14004
14005 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14006 (main): Call gdb_unbuffer_output.
14007 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14008 (main): Call gdb_unbuffer_output.
14009 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14010 (main): Call gdb_unbuffer_output.
14011 * gdb.base/call-strs.exp: Adjust to step over the
14012 gdb_unbuffer_output call.
14013 * gdb.base/catch-gdb-caused-signals.c: Include
14014 "../lib/unbuffer_output.c".
14015 (main): Call gdb_unbuffer_output.
14016 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14017 (main): Call gdb_unbuffer_output.
14018 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14019 (main): Call gdb_unbuffer_output.
14020 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14021 (main): Call gdb_unbuffer_output.
14022 * gdb.base/shlib-call.exp: Adjust to step over the
14023 gdb_unbuffer_output call.
14024 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14025 (main): Call gdb_unbuffer_output.
14026 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14027 (main): Call gdb_unbuffer_output.
14028 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14029 (main): Rename to ...
14030 (test): ... this.
14031 (main): Reimplement.
14032 * gdb.base/varargs.exp: Run to test instead of to main.
14033 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14034 (main): Call gdb_unbuffer_output.
14035
14036 2015-07-29 Pedro Alves <palves@redhat.com>
14037
14038 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14039 factore out from mi_continue_dprintf. For call-style dprintfs,
14040 expect dprintf output out of $inferior_spawn_id.
14041 (mi_continue_dprintf): Use mi_expect_dprintf.
14042 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14043 (main): Call gdb_unbuffer_output.
14044
14045 2015-07-29 Pedro Alves <palves@redhat.com>
14046
14047 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14048 (default_mi_gdb_start): Set inferior_spawn_id instead of
14049 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14050 gdb_spawn_id.
14051 (mi_gdb_test): Always expect inferior output from both
14052 $inferior_spawn_id and $gdb_spawn_id.
14053
14054 2015-07-29 Pedro Alves <palves@redhat.com>
14055
14056 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14057 send_inferior and $inferior_spawn_id.
14058
14059 2015-07-29 Pedro Alves <palves@redhat.com>
14060
14061 * gdb.gdb/complaints.exp (test_initial_complaints)
14062 (test_serial_complaints, test_short_complaints): Use
14063 gdb_test_stdio.
14064 (test_empty_complaint): Handle $inferior_spawn_id !=
14065 $gdb_spawn_id.
14066
14067 2015-07-29 Pedro Alves <palves@redhat.com>
14068
14069 * gdb.base/varargs.exp: Use gdb_test_stdio.
14070
14071 2015-07-29 Pedro Alves <palves@redhat.com>
14072
14073 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14074
14075 2015-07-29 Pedro Alves <palves@redhat.com>
14076
14077 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14078
14079 2015-07-29 Pedro Alves <palves@redhat.com>
14080
14081 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14082 parameter into two new parameters, "inf_result" and "gdb_result".
14083 Expect inferior output and gdb output from $inferior_spawn_id and
14084 $gdb_spawn_id, respectively. Adjust all callers.
14085
14086 2015-07-29 Pedro Alves <palves@redhat.com>
14087
14088 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14089 of gdb_test_sequence.
14090
14091 2015-07-29 Pedro Alves <palves@redhat.com>
14092
14093 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14094 (saw_spurious_output): Expect inferior output from
14095 $inferior_spawn_id. Use gdb_test_stdio.
14096
14097 2015-07-29 Pedro Alves <palves@redhat.com>
14098
14099 * gdb.base/dprintf.exp: Use standard_testfile. Change
14100 prepare_for_testing call.
14101 (srcfile): Don't set.
14102 (restart): New procedure.
14103 (test_dprintf): New procecure, use to continue over dprintfs.
14104 (test_call, test_agent): New procedures, tests moved here.
14105 Restart gdb and recreate dprintfs. Adjust expected output.
14106
14107 2015-07-29 Pedro Alves <palves@redhat.com>
14108
14109 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14110
14111 2015-07-29 Pedro Alves <palves@redhat.com>
14112
14113 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14114
14115 2015-07-29 Pedro Alves <palves@redhat.com>
14116
14117 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14118 gdb_test_stdio.
14119
14120 2015-07-29 Pedro Alves <palves@redhat.com>
14121
14122 * lib/gdb.exp (gdb_test_stdio): New procedure.
14123
14124 2015-07-29 Pedro Alves <palves@redhat.com>
14125
14126 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14127
14128 2015-07-29 Pedro Alves <palves@redhat.com>
14129
14130 * gdb.base/call-signal-resume.exp: Remove check for
14131 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14132 * gdb.base/unwindonsignal.exp: Likewise.
14133 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14134 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14135
14136 2015-07-29 Pedro Alves <palves@redhat.com>
14137
14138 * gdb.base/siginfo-addr.c (pass): New function.
14139 (handler): Call it iff si_addr is correct.
14140 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14141 Set a breakpoint at "pass" and continue to it.
14142
14143 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14144
14145 * gdb.python/py-objfile.exp: Make some tests have unique names.
14146 * gdb.python/py-pp-registration.exp: Likewise.
14147
14148 2015-07-28 Pedro Alves <palves@redhat.com>
14149
14150 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14151
14152 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14153
14154 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14155
14156 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14157
14158 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14159
14160 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14161
14162 * gdb.base/gdb-sigterm-2.exp: New test.
14163
14164 2015-07-25 Doug Evans <xdje42@gmail.com>
14165
14166 Revert:
14167 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14168 (workers/%.worker, build-perf): New rule.
14169 (GDB_PERFTEST_MODE): New variable.
14170 (check-perf): Use it.
14171 (clean): Clean up gdb.perf parallel build subdirs.
14172 * lib/build-piece.exp: New file.
14173 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14174 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14175 name.
14176 (standard_temp_file): Ditto.
14177 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14178 of $GDB_PARALLEL.
14179
14180 2015-07-24 Doug Evans <dje@google.com>
14181
14182 * gdb.perf/lib/perftest/utils.py: New file.
14183 * gdb.perf/gm-hello.cc: New file.
14184 * gdb.perf/gm-pervasive-typedef.cc: New file.
14185 * gdb.perf/gm-pervasive-typedef.h: New file.
14186 * gdb.perf/gm-std.cc: New file.
14187 * gdb.perf/gm-std.h: New file.
14188 * gdb.perf/gm-use-cerr.cc: New file.
14189 * gdb.perf/gm-utils.h: New file.
14190 * gdb.perf/gmonster-null-lookup.py: New file.
14191 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14192 * gdb.perf/gmonster-print-cerr.py: New file.
14193 * gdb.perf/gmonster-ptype-string.py: New file.
14194 * gdb.perf/gmonster-runto-main.py: New file.
14195 * gdb.perf/gmonster-select-file.py: New file.
14196 * gdb.perf/gmonster1-null-lookup.exp: New file.
14197 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14198 * gdb.perf/gmonster1-print-cerr.exp: New file.
14199 * gdb.perf/gmonster1-ptype-string.exp: New file.
14200 * gdb.perf/gmonster1-runto-main.exp: New file.
14201 * gdb.perf/gmonster1-select-file.exp: New file.
14202 * gdb.perf/gmonster1.cc: New file.
14203 * gdb.perf/gmonster1.exp: New file.
14204 * gdb.perf/gmonster2-null-lookup.exp: New file.
14205 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14206 * gdb.perf/gmonster2-print-cerr.exp: New file.
14207 * gdb.perf/gmonster2-ptype-string.exp: New file.
14208 * gdb.perf/gmonster2-runto-main.exp: New file.
14209 * gdb.perf/gmonster2-select-file.exp: New file.
14210 * gdb.perf/gmonster2.cc: New file.
14211 * gdb.perf/gmonster2.exp: New file.
14212
14213 2015-07-24 Doug Evans <dje@google.com>
14214
14215 * gdb.perf/README: New file.
14216 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14217 * lib/gen-perf-test.exp: New file.
14218
14219 2015-07-24 Doug Evans <dje@google.com>
14220
14221 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14222 (PerfTest::startup): New function.
14223 (PerfTest::run): Return result of calling body.
14224 (PerfTest::assemble): Rewrite.
14225 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14226 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14227 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14228 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14229 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14230
14231 2015-07-24 Doug Evans <dje@google.com>
14232
14233 * lib/gdb.exp (clean_restart): Make executable optional.
14234
14235 2015-07-24 Doug Evans <dje@google.com>
14236
14237 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14238 compiler_info references.
14239 * gdb.cp/temargs.exp: Ditto.
14240 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14241 (get_compiler_info): Early exit if already computed. Set compiler_info
14242 to "unknown" if there was a problem.
14243 (test_compiler_info): Add function comment. Call get_compiler_info.
14244
14245 2015-07-24 Doug Evans <dje@google.com>
14246
14247 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14248 (workers/%.worker, build-perf): New rule.
14249 (GDB_PERFTEST_MODE): New variable.
14250 (check-perf): Use it.
14251 (clean): Clean up gdb.perf parallel build subdirs.
14252 * lib/build-piece.exp: New file.
14253 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14254 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14255 name.
14256 (standard_temp_file): Ditto.
14257 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14258 of $GDB_PARALLEL.
14259
14260 2015-07-24 Doug Evans <dje@google.com>
14261
14262 * lib/future.exp (gdb_default_target_compile): New option
14263 "early_flags".
14264 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14265 --as-needed.
14266
14267 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14268
14269 * gdb.base/catch-syscall.exp: Call gdb_exit before
14270 gdb_skip_xml_test.
14271
14272 2015-07-24 Pedro Alves <palves@redhat.com>
14273
14274 * gdb.python/py-events.exp: Accept output between the stop event
14275 and the prompt.
14276 * gdb.python/py-evsignal.exp: Likewise.
14277 * gdb.python/py-evthreads.exp: Likewise.
14278
14279 2015-07-24 Pedro Alves <palves@redhat.com>
14280
14281 PR gdb/18717
14282 * gdb.threads/non-ldr-exit.c: New file.
14283 * gdb.threads/non-ldr-exit.exp: New file.
14284
14285 2015-07-24 Yao Qi <yao.qi@linaro.org>
14286
14287 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14288 restarting process.
14289
14290 2015-07-24 Yao Qi <yao.qi@linaro.org>
14291
14292 * gdb.server/ext-restart.exp: New file.
14293
14294 2015-07-24 Yao Qi <yao.qi@linaro.org>
14295
14296 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14297 argument options.
14298 * gdb.server/ext-wrapper.exp: New file.
14299
14300 2015-07-23 Doug Evans <dje@google.com>
14301
14302 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14303 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14304
14305 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14306
14307 * gdb.ada/var_arr_typedef.exp: New testcase.
14308 * gdb.ada/var_arr_typedef/pack.adb: New file.
14309 * gdb.ada/var_arr_typedef/pack.ads: New file.
14310 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14311
14312 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14313
14314 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14315
14316 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14317
14318 * gdb.arch/i386-biarch-core.exp: Replace istarget
14319 by "complete set gnutarget". Remove expectation for the "core-file"
14320 command.
14321
14322 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14323
14324 Revert the previous commit:
14325 Tests for validate symbol file using build-id.
14326
14327 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14328
14329 Tests for validate symbol file using build-id.
14330 * gdb.base/solib-mismatch-lib.c: New file.
14331 * gdb.base/solib-mismatch-libmod.c: New file.
14332 * gdb.base/solib-mismatch.c: New file.
14333 * gdb.base/solib-mismatch.exp: New file.
14334
14335 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14336
14337 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14338 nios2-*-linux*.
14339 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14340 * gdb.base/siginfo.exp: Likewise.
14341 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14342
14343 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14344
14345 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14346 Move it to ...
14347 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14348 ... here.
14349 * gdb.trace/range-stepping.exp: Check that the target supports
14350 range stepping.
14351
14352 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14353
14354 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14355
14356 2015-07-14 Pedro Alves <palves@redhat.com>
14357
14358 * gdb.base/killed-outside.exp: New file.
14359 * gdb.base/killed-outside.c: New file.
14360
14361 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14362
14363 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14364 (n at main): New.
14365 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14366
14367 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14368
14369 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14370 infcall tests instead of setting up for KFAIL.
14371
14372 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14373
14374 * gdb.btrace/record_goto-step.exp: New.
14375
14376 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14377
14378 PR compile/18484
14379 * gdb.compile/compile.c (struct struct_type): Add volatile to
14380 selffield's type.
14381 * gdb.compile/compile.exp
14382 (compile code struct_object.selffield = &struct_object): Skip further
14383 struct_object tests if this one xfails.
14384
14385 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14386
14387 PR exp/18617
14388 * gdb.trace/ax.exp: Add test.
14389
14390 2015-07-07 Yao Qi <yao.qi@linaro.org>
14391
14392 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14393 instead of istarget "aarch64*-*-*".
14394 * gdb.arch/aarch64-fp.exp: Likewise.
14395 * gdb.base/float.exp: Likewise.
14396 * gdb.reverse/aarch64.exp: Likewise.
14397 * lib/gdb.exp (is_aarch64_target): New proc.
14398
14399 2015-07-07 Yao Qi <yao.qi@linaro.org>
14400
14401 * lib/gdb.exp (is_aarch32_target): New proc.
14402 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14403 instead of "istarget "arm*-*-*"".
14404 * gdb.arch/arm-disp-step.exp: Likewise.
14405 * gdb.arch/thumb-bx-pc.exp: Likewise.
14406 * gdb.arch/thumb-prologue.exp: Likewise.
14407 * gdb.arch/thumb-singlestep.exp: Likewise.
14408 * gdb.base/disp-step-syscall.exp: Likewise.
14409 * gdb.base/float.exp: Likewise.
14410
14411 2015-07-07 Yao Qi <yao.qi@linaro.org>
14412
14413 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14414 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14415
14416 2015-07-07 Yao Qi <yao.qi@linaro.org>
14417
14418 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14419 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14420 if it exists.
14421 * gdb.multi/multi-arch.exp: Likewise.
14422
14423 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14424
14425 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14426 print.
14427
14428 2015-07-07 Yao Qi <yao.qi@linaro.org>
14429
14430 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14431
14432 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14433
14434 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14435 '[' and ']' characters.
14436
14437 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14438
14439 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14440
14441 2015-06-29 Pedro Alves <palves@redhat.com>
14442
14443 PR threads/18127
14444 * gdb.threads/hand-call-new-thread.c: New file.
14445 * gdb.threads/hand-call-new-thread.c: New file.
14446
14447 2015-06-26 Keith Seitz <keiths@redhat.com>
14448 Doug Evans <dje@google.com>
14449
14450 PR 16253
14451 * gdb.cp/var-tag-2.cc: New file.
14452 * gdb.cp/var-tag-3.cc: New file.
14453 * gdb.cp/var-tag-4.cc: New file.
14454 * gdb.cp/var-tag.cc: New file.
14455 * gdb.cp/var-tag.exp: New file.
14456
14457 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14458
14459 * gdb.base/history-duplicates.exp: New test.
14460
14461 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14462
14463 * gdb.base/completion.exp: Test the completion of the "focus"
14464 command.
14465
14466 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14467
14468 * gdb.arch/amd64-prologue-skip.S: New file.
14469 * gdb.arch/amd64-prologue-skip.exp: New file.
14470
14471 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14472
14473 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14474 is_address_zero_readable check.
14475
14476 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14477
14478 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14479 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14480
14481 2015-06-24 Yao Qi <yao.qi@linaro.org>
14482
14483 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14484 linux targets.
14485
14486 2015-06-24 Yao Qi <yao.qi@linaro.org>
14487
14488 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14489 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14490 * gdb.base/siginfo-thread.exp: Likewise.
14491
14492 2015-06-22 Yao Qi <yao.qi@linaro.org>
14493
14494 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14495
14496 2015-06-22 Yao Qi <yao.qi@linaro.org>
14497
14498 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14499 aarch64*-*-*.
14500 (skip_hw_watchpoint_tests): Likewise.
14501
14502 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14503
14504 * gdb.base/gdbinit-history.exp: Test the interaction between
14505 setting GDBHISTSIZE and setting the history size via .gdbinit.
14506
14507 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14508
14509 PR gdb/16999
14510 * gdb.base/gdbhistsize-history.exp: New test.
14511
14512 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14513
14514 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14515 with GDBHISTSIZE.
14516 * gdb.base/readline.exp: Likewise.
14517
14518 2015-06-17 Yao Qi <yao.qi@linaro.org>
14519
14520 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14521 line.
14522
14523 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14524
14525 * gdb.base/gdbinit-history.exp: Add test case to check that
14526 an unlimited history file does not get truncated on exit.
14527
14528 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14529
14530 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14531 (VECTOR): New macro. Use it...
14532 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14533 ...for these typedefs.
14534 (int8, char1, int1, double1): New typedefs.
14535 (struct just_int2, struct two_int2): New structures.
14536 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14537 (add_structvecs, add_singlevecs): New functions.
14538 (main): Call add_some_intvecs twice.
14539 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14540 the compile and exit upon failure. Try compiling for the "native"
14541 architecture. Test inferior function calls with vector arguments
14542 and vector return value handling with "finish" and "return".
14543
14544 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14545
14546 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14547 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14548 PE file.
14549 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14550
14551 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14552
14553 PR breakpoints/16465
14554 * gdb.mi/mi-dprintf-pending.c: New file.
14555 * gdb.mi/mi-dprintf-pending.exp: New test.
14556 * gdb.mi/mi-dprintf-pendshr.c: New file.
14557
14558 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14559 Mircea Gherzan <mircea.gherzan@intel.com>
14560
14561 * gdb.arch/i386-mpx-map.c: New file.
14562 * gdb.arch/i386-mpx-map.exp: New File.
14563
14564 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14565
14566 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14567 * gdb.arch/i386-mpx.exp: Indentation fixed.
14568
14569 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14570
14571 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14572 function and improved indentation.
14573 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14574 gdb_test_multiple. Added additional tests to skip the test.
14575
14576 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14577
14578 * gdb.arch/i386-avx512.c: Change path in include file.
14579 * gdb.arch/i386-avx512.exp: Change include dir path
14580 compilation flag.
14581 * gdb.arch/i386-mpx.c: Change path in include file.
14582 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14583 flag.
14584
14585 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14586
14587 * gdb.compile/compile-print.exp (compile print *vararray@3)
14588 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14589
14590 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14591
14592 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14593 (do not keep jit in memory): ... this.
14594 (expect 5): Change it to ...
14595 (expect no 5): ... this.
14596
14597 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14598
14599 PR gdb/15564
14600 * gdb.mi/mi-detach.exp: New file.
14601
14602 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14603
14604 PR symtab/18392
14605 * gdb.arch/amd64-tailcall-self.S: New file.
14606 * gdb.arch/amd64-tailcall-self.c: New file.
14607 * gdb.arch/amd64-tailcall-self.exp: New file.
14608
14609 2015-05-28 Don Breazeal <donb@codesourcery.com>
14610
14611 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14612 tests for remote targets by checking is_target_gdbserver.
14613
14614 2015-05-27 Doug Evans <dje@google.com>
14615
14616 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14617 * gdb.dwarf2/opaque-type-lookup.c: New file.
14618 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14619
14620 2015-05-26 Doug Evans <dje@google.com>
14621
14622 * gdb.cp/iostream.cc: New file.
14623 * gdb.cp/iostream.exp: New file.
14624
14625 2015-05-26 Doug Evans <dje@google.com>
14626
14627 * gdb.dwarf2/dw2-op-call.exp: Update.
14628 * gdb.dwarf2/dw4-sig-types.exp: Update.
14629 * gdb.dwarf2/implptr.exp: Update.
14630 * gdb.mi/mi-cmd-param-changed.exp: Update.
14631
14632 2015-05-26 Doug Evans <dje@google.com>
14633
14634 * gdb.python/py-lazy-string.c: New file.
14635 * gdb.python/py-lazy-string.exp: New file.
14636 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14637 (main): Update. Add estring3.
14638 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14639 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14640
14641 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14642 Yao Qi <yao.qi@linaro.org>
14643
14644 * gdb.reverse/aarch64.c: New.
14645 * gdb.reverse/aarch64.exp: New.
14646
14647 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14648
14649 * lib/gdb.exp (supports_process_record): Return true for
14650 aarch64*-linux*.
14651 (supports_reverse): Likewise.
14652
14653 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14654
14655 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14656 Use with_test_prefix.
14657
14658 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14659
14660 * gdb.base/completion.exp: Add test for completion of layout
14661 names.
14662
14663 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14664
14665 * lib/gdb.exp (skip_tui_tests): New proc.
14666 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14667
14668 2015-05-19 Pedro Alves <palves@redhat.com>
14669
14670 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14671 Save the whole env array instead of just HOME. Unset HISTSIZE in
14672 the environment while testing. Restore whole environment
14673 afterwards.
14674
14675 2015-05-16 Doug Evans <xdje42@gmail.com>
14676
14677 * gdb.guile/scm-ports.c: New file.
14678 * gdb.guile/scm-ports.exp: Add memory port tests.
14679
14680 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14681
14682 * gdb.compile/compile-print.c: New file.
14683 * gdb.compile/compile-print.exp: New file.
14684
14685 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14686
14687 * gdb.compile/compile-ops.exp: Cast param to void.
14688 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14689 (compile code struct_object.selffield = &struct_object): Add xfail.
14690
14691 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14692
14693 * gdb.ada/arr_enum_with_gap: New testcase.
14694
14695 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14696
14697 * gdb.ada/byte_packed_arr: New testcase.
14698
14699 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14700
14701 * gdb.ada/pckd_neg: New testcase.
14702
14703 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14704
14705 PR gdb/17820
14706 * gdb.base/gdbinit-history.exp: New test.
14707 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14708 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14709
14710 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14711
14712 * gdb.python/py-xmethods.cc: Enhance test case.
14713 * gdb.python/py-xmethods.exp: New tests.
14714 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14715 function.
14716 (B_indexoper): Likewise.
14717 (global_dm_list) : Add new xmethod worker functions.
14718
14719 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14720
14721 * gdb.base/coredump-filter.exp: Correctly unset
14722 "coredump_var_addr" array.
14723
14724 2015-05-08 Pedro Alves <palves@redhat.com>
14725
14726 * gdb.server/non-existing-program.exp: Unset spawn_id.
14727
14728 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14729
14730 PR python/18291
14731 * gdb.python/py-xmethods.exp: Add tests.
14732
14733 2015-05-08 Yao Qi <yao.qi@linaro.org>
14734
14735 PR gdb/18208
14736 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14737 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14738 function set_coredump_filter, and remove remote_exec call.
14739 Remove argument ipid. Callers update.
14740 (top level): Don't get inferior's PID.
14741
14742 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14743
14744 * gdb.base/watch_thread_num.exp: Skip test on targets without
14745 access watchpoints.
14746
14747 2015-05-06 Pedro Alves <palves@redhat.com>
14748
14749 PR server/18081
14750 * gdb.server/non-existing-program.exp: New file.
14751
14752 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14753
14754 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14755
14756 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14757
14758 * gdb.ada/out_of_line_in_inlined: New testcase.
14759
14760 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14761
14762 * gdb.ada/var_rec_arr: New testcase.
14763
14764 2015-04-30 Yao Qi <yao.qi@linaro.org>
14765
14766 * gdb.base/break-idempotent.exp: If
14767 skip_hw_watchpoint_multi_tests returns true, skip the tests
14768 on "rwatch" and "awatch".
14769
14770 2015-04-30 Yao Qi <yao.qi@linaro.org>
14771
14772 * gdb.base/relativedebug.exp: Invoke gdb command
14773 "info sharedlibrary", and if libc.so doesn't have debug info,
14774 skip the test.
14775
14776 2015-04-29 Doug Evans <dje@google.com>
14777
14778 * gdb.python/py-xmethods.exp: Add ptype tests.
14779 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14780 get_result_type method.
14781
14782 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14783
14784 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14785 the target does not support hardware watchpoints.
14786
14787 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14788
14789 * gdb.base/break-always.exp: Abort testing if writing to memory
14790 causes an error.
14791
14792 2015-04-28 Doug Evans <dje@google.com>
14793
14794 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14795 * gdb.python/py-pp-registration.exp: ... here. New file.
14796 * gdb.python/py-pp-registration.c: New file.
14797 * gdb.python/py-pp-registration.py: New file.
14798
14799 2015-04-28 Doug Evans <dje@google.com>
14800
14801 * gdb.python/py-bad-printers.c: New file.
14802 * gdb.python/py-bad-printers.py: New file.
14803 * gdb.python/py-bad-printers.exp: New file.
14804
14805 2015-04-28 Sasha Smundak <asmundak@google.com>
14806
14807 * gdb.python/py-type.exp: New test.
14808
14809 2015-04-28 Andy Wingo <wingo@igalia.com>
14810
14811 * gdb.python/py-parameter.exp:
14812 * gdb.guile/scm-parameter.exp: Escape the path that we are
14813 matching against, as it might contain characters that are special
14814 to regular expressions.
14815
14816 2015-04-27 Joel Brobecker <brobecker@adacore.com>
14817
14818 * gdb.ada/rec_comp: New testcase.
14819
14820 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14821
14822 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14823 before using it.
14824
14825 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14826
14827 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14828 new tests for verilog output.
14829
14830 2015-04-24 Yao Qi <yao.qi@linaro.org>
14831
14832 * boards/remote-gdbserver-on-localhost.exp: New file.
14833
14834 2015-04-23 Pedro Alves <palves@redhat.com>
14835
14836 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14837 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14838 "end of file", remove $inferior_spawn_id from the indirect list.
14839
14840 2015-04-23 Pedro Alves <palves@redhat.com>
14841
14842 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14843
14844 2015-04-23 Pedro Alves <palves@redhat.com>
14845
14846 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14847 on $any_spawn_id instead of only on $gdb_spawn_id.
14848
14849 2015-04-21 Pierre Muller <muller@sourceware.org>
14850
14851 PR pascal/17815
14852 * lib/pascal.exp (gpc_compile): Add new option "class".
14853 (fpc_compile): Likewise.
14854 * gdb.pascal/case-insensitive-symbols.pas: New file.
14855 * gdb.pascal/case-insensitive-symbols.exp: New file.
14856
14857 2015-04-20 Gary Benson <gbenson@redhat.com>
14858
14859 * gdb.base/attach.exp: Fix three extended remote failures.
14860
14861 2015-04-17 Gary Benson <gbenson@redhat.com>
14862
14863 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14864 the main executable over the remote protocol.
14865
14866 2015-04-16 Pedro Alves <palves@redhat.com>
14867
14868 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14869 a new gdbserver if gdbserver_reconnect_p is set.
14870
14871 2015-04-16 Pedro Alves <palves@redhat.com>
14872
14873 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14874 is set, don't exit gdbserver.
14875
14876 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14877
14878 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14879 appropriate .insn, such that an older assembler can be used.
14880 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14881 the z/Architecture instruction set on 31-bit targets as well.
14882
14883 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14884
14885 * gdb.go/handcall.exp: Remove all logic related to the first
14886 breakpoint and rely on go_runto_main instead.
14887 * gdb.go/strings.exp: Likewise.
14888 * gdb.go/unsafe.exp: Likewise.
14889 * gdb.go/hello.exp: Likewise. Also rename the remaining
14890 breakpoint marker to "breakpoint 1".
14891 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14892 * gdb.go/strings.go: Likewise.
14893 * gdb.go/unsafe.go: Likewise.
14894 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14895 "set breakpoint 2 here" and rename the remaining breakpoint marker
14896 to "breakpoint 1".
14897
14898 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14899
14900 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14901 if itertools.imap is not present.
14902 * gdb.python/py-objfile.exp: Add parentheses.
14903 * gdb.python/py-type.exp: Same.
14904 * gdb.python/py-unwind-maint.py: Same.
14905
14906 2015-04-15 Yao Qi <yao.qi@linaro.org>
14907
14908 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14909 of ":$ptr_size" and set its form explicitly.
14910
14911 2015-04-15 Pedro Alves <palves@redhat.com>
14912 Yao Qi <yao.qi@linaro.org>
14913
14914 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14915 timeout by factor of 4.
14916 (test_regular_watch): Likewise.
14917 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14918 * gdb.reverse/sigall-reverse.exp: Likewise.
14919 * gdb.reverse/until-precsave.exp: Likewise.
14920 * lib/gdb.exp (with_timeout_factor): New proc.
14921 (gdb_expect): Move some code to ...
14922 (get_largest_timeout): ... here. New procedure.
14923
14924 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
14925
14926 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14927
14928 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14929
14930 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14931 to write to the .text section.
14932
14933 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14934
14935 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14936 Handle the case of targets that do not provide PID information.
14937
14938 2015-04-13 Yao Qi <yao.qi@linaro.org>
14939
14940 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14941 and use expect instead of gdb_expect.
14942
14943 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14944
14945 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14946 "coredump_var_addr" to avoid naming conflict with other testcases.
14947
14948 2015-04-10 Pedro Alves <palves@redhat.com>
14949
14950 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14951 gdb_test_sequence and gdb_assert.
14952
14953 2015-04-10 Pedro Alves <palves@redhat.com>
14954
14955 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14956 test messages that don't include the breakpoint address.
14957
14958 2015-04-10 Yao Qi <yao.qi@linaro.org>
14959
14960 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14961 false for some offset and width combinations which aren't
14962 supported by linux kernel.
14963
14964 2015-04-10 Pedro Alves <palves@redhat.com>
14965
14966 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14967 procedure, factored out from ...
14968 (top level): ... here. Add "set displaced-stepping" testing axis.
14969 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14970 parameter "displaced". Use it.
14971 (top level): Use foreach and add "set displaced-stepping" testing
14972 axis.
14973
14974 2015-04-10 Pedro Alves <palves@redhat.com>
14975
14976 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14977 Remove comment.
14978 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14979 both the address of the instruction that triggers the watchpoint
14980 and the address of the instruction immediately after, and use
14981 those addresses for the test. Fix comment.
14982
14983 2015-04-10 Pedro Alves <palves@redhat.com>
14984
14985 * gdb.base/sigstep.exp (breakpoint_to_handler)
14986 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14987 Test "backtrace" in handler.
14988 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14989 (top level): Add new "displaced" test axis to
14990 breakpoint_to_handler, breakpoint_to_handler_entry and
14991 breakpoint_over_handler.
14992
14993 2015-04-10 Pedro Alves <palves@redhat.com>
14994
14995 PR gdb/18216
14996 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14997
14998 2015-04-10 Yao Qi <yao.qi@linaro.org>
14999
15000 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15001 (test_add_rn_pc): New function.
15002 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15003 (top level): Invoke test_add_rn_pc.
15004
15005 2015-04-10 Pedro Alves <palves@redhat.com>
15006
15007 PR gdb/13858
15008 * gdb.base/step-over-no-symbols.exp: New file.
15009
15010 2015-04-09 Andy Wingo <wingo@igalia.com>
15011
15012 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15013 after the Python tests.
15014
15015 2015-04-08 Keith Seitz <keiths@redhat.com>
15016
15017 PR python/16699
15018 * gdb.python/py-completion.exp: New tests for completion.
15019 * gdb.python/py-completion.py (CompleteLimit1): New class.
15020 (CompleteLimit2): Likewise.
15021 (CompleteLimit3): Likewise.
15022 (CompleteLimit4): Likewise.
15023 (CompleteLimit5): Likewise.
15024 (CompleteLimit6): Likewise.
15025 (CompleteLimit7): Likewise.
15026
15027 2015-04-08 Pedro Alves <palves@redhat.com>
15028
15029 PR gdb/18214
15030 PR gdb/18216
15031 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15032 function.
15033 (main): Install it as SIGUSR1 handler.
15034 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15035 parameter. Always use "setup" as prefix. Toggle "set
15036 displaced-stepping" off/on depending on global. Don't switch to
15037 thread 1 here.
15038 (top level): Add displaced stepping "off/on" test axis. Update
15039 "setup" calls. Wrap each subtest with with_test_prefix. Test
15040 continuing with a queued signal in each thread.
15041
15042 2015-04-08 Pedro Alves <palves@redhat.com>
15043
15044 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15045 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15046 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15047 Return early if running to main fails.
15048 * gdb.trace/while-stepping.exp: Likewise.
15049
15050 2015-04-07 Pedro Alves <palves@redhat.com>
15051
15052 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15053 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15054 interact with inferior program.
15055
15056 2015-04-07 Pedro Alves <palves@redhat.com>
15057
15058 * lib/gdb.exp (inferior_spawn_id): New global.
15059 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15060 spawn id after processing the user code.
15061 (default_gdb_start): Set inferior_spawn_id.
15062 (send_inferior): New procedure.
15063 * lib/gdbserver-support.exp (gdbserver_start): Set
15064 inferior_spawn_id.
15065 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15066
15067 2015-04-07 Pedro Alves <palves@redhat.com>
15068
15069 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15070 * lib/gdbserver-support.exp (gdbserver_start): Make
15071 $server_spawn_id global.
15072 (gdbserver_start): Don't wait for gdbserver's spawn id with
15073 expect_background.
15074 (close_gdbserver): New procedure.
15075 (gdb_exit): Rename the default version and reimplement.
15076
15077 2015-04-07 Pedro Alves <palves@redhat.com>
15078
15079 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15080 append the substituted item, not the original item.
15081
15082 2015-04-07 Pedro Alves <palves@redhat.com>
15083
15084 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15085 gdb_expect.
15086
15087 2015-04-07 Pedro Alves <palves@redhat.com>
15088
15089 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15090 output appearing once only.
15091
15092 2015-04-07 Pedro Alves <palves@redhat.com>
15093
15094 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15095 that doesn't expect anything. Return early if running to main
15096 fails.
15097
15098 2015-04-07 Yao Qi <yao.qi@linaro.org>
15099
15100 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15101 (child_function): Call alarm.
15102 (main): Move call to alarm into the loop.
15103 * gdb.threads/non-stop-fair-events.exp: Build program with
15104 -DTIMEOUT=$timeout.
15105
15106 2015-04-06 Doug Evans <xdje42@gmail.com>
15107
15108 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15109 Fix dest parameter to board_info.
15110 (fpc_compile): Ditto.
15111 (gdb_compile_pascal): Rename dest arg to destfile.
15112
15113 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15114
15115 * gdb.ada/funcall_ref.exp: New file.
15116 * gdb.ada/funcall_ref/foo.adb: New file.
15117
15118 2015-04-02 Yao Qi <yao.qi@linaro.org>
15119
15120 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15121 is remote.
15122
15123 2015-04-02 Gary Benson <gbenson@redhat.com>
15124
15125 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15126
15127 2015-04-01 Sasha Smundak <asmundak@google.com>
15128
15129 * gdb.python/py-unwind-maint.c: New file.
15130 * gdb.python/py-unwind-maint.exp: New test.
15131 * gdb.python/py-unwind-maint.py: New file.
15132 * gdb.python/py-unwind.c: New file.
15133 * gdb.python/py-unwind.exp: New test.
15134 * gdb.python/py-unwind.py: New test.
15135
15136 2015-04-01 Pedro Alves <palves@redhat.com>
15137
15138 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15139 to fail instead of non-existent $test.
15140
15141 2015-04-01 Pedro Alves <palves@redhat.com>
15142
15143 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15144 GDBFLAGS if not empty.
15145
15146 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15147
15148 * gdb.ada/complete.exp: Remove "multi_line".
15149 * gdb.ada/info_exc.exp: Remove "multi_line".
15150 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15151 * gdb.ada/ptype_field.exp: Remove "multi_line".
15152 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15153 * gdb.ada/tagged.exp: Remove "multi_line".
15154 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15155 [multi_line ...]
15156 * gdb.btrace/delta.exp: Likewise.
15157 * gdb.btrace/exception.exp: Likewise.
15158 * gdb.btrace/function_call_history.exp: Likewise.
15159 * gdb.btrace/instruction_history.exp: Likewise.
15160 * gdb.btrace/nohist.exp: Likewise.
15161 * gdb.btrace/record_goto.exp: Likewise.
15162 * gdb.btrace/segv.exp: Likewise.
15163 * gdb.btrace/stepi.exp: Likewise.
15164 * gdb.btrace/tailcall.exp: Likewise.
15165 * gdb.btrace/unknown_functions.exp: Likewise.
15166 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15167 * lib/gdb.exp: Add the "multi_line" helper.
15168
15169 2015-04-01 Pedro Alves <palves@redhat.com>
15170
15171 * gdb.threads/tid-reuse.c: New file.
15172 * gdb.threads/tid-reuse.exp: New file.
15173
15174 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15175
15176 PR corefiles/16092
15177 * gdb.base/coredump-filter.c: New file.
15178 * gdb.base/coredump-filter.exp: Likewise.
15179
15180 2015-03-27 Petr Machata <pmachata@redhat.com>
15181
15182 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15183 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15184 (Dwarf::assemble): Initialize them.
15185 (Dwarf::lines): New function.
15186
15187 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15188
15189 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15190 SYMBOL_PREFIX for x86_64-*-cygwin.
15191
15192 2015-03-26 Andy Wingo <wingo@igalia.com>
15193
15194 PR symtab/18148
15195 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15196 const_value but not a location.
15197 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15198 location defined in non-main CUs are visible.
15199
15200 2015-03-26 Yao Qi <yao.qi@linaro.org>
15201
15202 PR testsuite/18139
15203 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15204 Add a line number entry for the same line.
15205 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15206 Add a line number entry for the same line.
15207
15208 2015-03-26 Yao Qi <yao.qi@linaro.org>
15209
15210 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15211 .int 0.
15212 (func): Likewise. Add .Lfunc_1 label.
15213 Use .Lfunc_1 label.
15214 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15215 .int 0.
15216 (func): Likewise.
15217 Use .Lfunc_1 label.
15218
15219 2015-03-26 Yao Qi <yao.qi@linaro.org>
15220
15221 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15222 Call gdb_compile instead to compile each .s files without debug
15223 information.
15224
15225 2015-03-26 Yao Qi <yao.qi@linaro.org>
15226
15227 * gdb.base/savedregs.exp (process_saved_regs): Make
15228 "Saved registers:" optional in the pattern.
15229
15230 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15231
15232 * gdb.btrace/next.exp: Merged into step.exp.
15233 * gdb.btrace/finish.exp: Merged into step.exp.
15234 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15235 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15236 "record goto" and checking the exact replay position.
15237 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15238 check for "Recording format" in "info record" output.
15239 * gdb.btrace/record_goto.exp: Choose test file based on target.
15240 * gdb.btrace/x86-record_goto.S: Renamed into ...
15241 * gdb.btrace/x86_64-record_goto.S: ... this.
15242 * gdb.btrace/i686-record_goto.S: New.
15243 * gdb.btrace/x86-tailcall.S: Renamed into ...
15244 * gdb.btrace/x86_64-tailcall.S: ... this.
15245 * gdb.btrace/i686-tailcall.S: New.
15246 * gdb.btrace/x86-tailcall.c: Renamed into ...
15247 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15248 separate statements. Update test.
15249 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15250 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15251 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15252 * gdb.btrace/tailcall.exp: Choose test file based on target.
15253 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15254
15255 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15256
15257 * gdb.btrace/exception.exp: Increase BTS buffer size.
15258
15259 2015-03-24 Pedro Alves <palves@redhat.com>
15260
15261 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15262
15263 2015-03-24 Pedro Alves <palves@redhat.com>
15264
15265 * gdb.threads/schedlock.exp (test_step): No longer expect that
15266 "set scheduler-locking step" with "next" over a function call runs
15267 threads unlocked.
15268
15269 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15270
15271 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15272
15273 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15274
15275 PR breakpoints/16466
15276 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15277 * gdb.mi/mi-pending.c (thread_func): New function.
15278 (int main): Add threading support required.
15279 * gdb.mi/mi-pending.exp: Add tests for this issue.
15280 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15281 (pendfunc2): Remove stdio dependency.
15282 * gdb.mi/mi-pendshr2.c: New file.
15283
15284 2015-03-23 Keith Seitz <keiths@redhat.com>
15285
15286 * gdb.linespec/keywords.c: New file.
15287 * gdb.linespec/keywords.exp: New file.
15288
15289 2015-03-23 Keith Seitz <keiths@redhat.com>
15290
15291 PR gdb/18021
15292 * gdb.dwarf2/staticvirtual.exp: New test.
15293
15294 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15295
15296 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15297 * README: Remove HP-UX and gdb.hp.
15298 (configuration):
15299 * configure: Regenerate.
15300 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15301 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15302 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15303 gdb.hp/gdb.defects/Makefile.
15304 * gdb.hp/Makefile.in: File deleted.
15305 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15306 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15307 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15308 * gdb.hp/gdb.aCC/run.c: File deleted.
15309 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15310 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15311 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15312 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15313 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15314 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15315 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15316 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15317 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15318 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15319 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15320 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15321 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15322 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15323 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15324 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15325 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15326 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15327 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15328 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15329 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15330 * gdb.hp/gdb.compat/average.c: File deleted.
15331 * gdb.hp/gdb.compat/sum.c: File deleted.
15332 * gdb.hp/gdb.compat/xdb.c: File deleted.
15333 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15334 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15335 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15336 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15337 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15338 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15339 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15340 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15341 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15342 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15343 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15344 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15345 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15346 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15347 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15348 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15349 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15350 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15351 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15352 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15353 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15354 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15355 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15356 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15357 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15358 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15359 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15360 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15361 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15362 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15363 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15364 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15365 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15366 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15367 * gdb.hp/tools/odump: File deleted.
15368
15369 2015-03-19 Pedro Alves <palves@redhat.com>
15370
15371 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15372 (saw_thread_3): New globals.
15373 (top level): Increment them when an event for the corresponding
15374 thread is seen.
15375 (no thread starvation): New test.
15376
15377 2015-03-19 Pedro Alves <palves@redhat.com>
15378
15379 * gdb.threads/continue-pending-status.c: New file.
15380 * gdb.threads/continue-pending-status.exp: New file.
15381
15382 2015-03-18 Pedro Alves <palves@redhat.com>
15383
15384 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15385 Use gdb_is_target_remote instead of is_remote. Use
15386 gdb_test_multiple instead of gdb_expect. Exit early if
15387 gdb_test_multiple hits its internal matches. Tighten stepi tests
15388 expected output. Fail on exit with any signal, instead of just
15389 SIGILL.
15390
15391 2015-03-18 Yao Qi <yao.qi@linaro.org>
15392
15393 PR tdep/18107
15394 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15395 variable.
15396 * gdb.base/catch-syscall.exp: Don't skip it on
15397 aarch64*-*-linux* target. Remove elements in all_syscalls.
15398 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15399 target.
15400 (setup_all_syscalls): New proc.
15401
15402 2015-03-16 Yao Qi <yao.qi@linaro.org>
15403
15404 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15405 (top level): Skip tests if valid_addr_p returns false for
15406 $cmd1 or $cmd2.
15407
15408 2015-03-11 Andy Wingo <wingo@igalia.com>
15409
15410 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15411
15412 2015-03-11 Yao Qi <yao.qi@linaro.org>
15413
15414 * gdb.base/catch-syscall.exp: Fix typo in comments.
15415
15416 2015-03-11 Yao Qi <yao.qi@linaro.org>
15417
15418 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15419
15420 2015-03-09 Pedro Alves <palves@redhat.com>
15421
15422 * dg-extract-results.py: Delete.
15423
15424 2015-03-09 Pedro Alves <palves@redhat.com>
15425
15426 Merge dg-extract-results.sh from GCC upstream (r218843).
15427
15428 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15429 * dg-extract-results.sh: Use --text with grep to avoid issues with
15430 binary files. Fall back to cat -v, if that doesn't work.
15431
15432 2015-03-05 Pedro Alves <palves@redhat.com>
15433
15434 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15435
15436 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15437
15438 * lib/mi-support.exp (mi_expect_interrupt): Accept
15439 alternative event for when in all-stop mode.
15440
15441 2015-03-04 Pedro Alves <palves@redhat.com>
15442
15443 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15444
15445 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15446
15447 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15448
15449 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15450
15451 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15452 regexps for GDB's current line display, accept a hex address
15453 preceding the line number.
15454
15455 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15456
15457 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15458 the 'arch1' variable for "s390*-linux*" targets.
15459
15460 2015-03-04 Pedro Alves <palves@redhat.com>
15461
15462 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15463 (main): Pass missing retval argument to pthread_join call.
15464
15465 2015-03-02 Pedro Alves <palves@redhat.com>
15466
15467 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15468 (top level): Call do_test with non-stop as well.
15469
15470 2015-03-02 Pedro Alves <palves@redhat.com>
15471
15472 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15473 -1.
15474
15475 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15476
15477 * gdb.arch/s390-vregs.exp: New test.
15478 * gdb.arch/s390-vregs.S: New file.
15479
15480 2015-02-27 Pedro Alves <palves@redhat.com>
15481
15482 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15483 call to catch_command_errors.
15484 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15485 catch_command_errors.
15486
15487 2015-02-27 Pedro Alves <palves@redhat.com>
15488
15489 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15490 "true" for boolean result.
15491 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15492 prototype of main.
15493
15494 2015-02-27 Pedro Alves <palves@redhat.com>
15495
15496 * lib/unbuffer_output.c: New file.
15497 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15498 (main): Call gdb_unbuffer_output.
15499
15500 2015-02-27 Yao Qi <yao.qi@linaro.org>
15501
15502 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15503 target.
15504
15505 2015-02-26 Doug Evans <dje@google.com>
15506
15507 * gdb.cp/class2.cc (Dbase, D): New classes.
15508 (main): New local delta.
15509 * gdb.cp/class2.exp: Test printing delta.
15510 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15511 (dynbar): New global.
15512 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15513
15514 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15515
15516 * gdb.compile/compile-ifunc.c: New file.
15517 * gdb.compile/compile-ifunc.exp: New file.
15518
15519 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15520
15521 * gdb.base/structs.exp: Check for correct struct on finish.
15522
15523 2015-02-26 Yao Qi <yao.qi@linaro.org>
15524
15525 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15526 is zero.
15527
15528 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15529
15530 * gdb.arch/cordic.ko.bz2: New file.
15531 * gdb.arch/cordic.ko.debug.bz2: New file.
15532 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15533
15534 2015-02-25 Yao Qi <yao.qi@linaro.org>
15535
15536 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15537 aarch64*-*-* target.
15538
15539 2015-02-23 Pedro Alves <palves@redhat.com>
15540
15541 * lib/gdb.exp (delete_breakpoints): Rewrite using
15542 gdb_test_multiple.
15543
15544 2015-02-23 Pedro Alves <palves@redhat.com>
15545
15546 * gdb.base/info-os.c: Include stdlib.h.
15547
15548 2015-02-22 Doug Evans <xdje42@gmail.com>
15549
15550 PR symtab/17855
15551 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15552 is read after symbols have been re-read.
15553 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15554 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15555
15556 2015-02-21 Doug Evans <dje@google.com>
15557
15558 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15559
15560 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15561
15562 PR corefiles/17808
15563 * gdb.arch/i386-biarch-core.core.bz2: New file.
15564 * gdb.arch/i386-biarch-core.exp: New file.
15565
15566 2015-02-21 Pedro Alves <palves@redhat.com>
15567
15568 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15569 runto_main fails.
15570
15571 2015-02-20 Pedro Alves <palves@redhat.com>
15572
15573 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15574 info probes.
15575
15576 2015-02-20 Pedro Alves <palves@redhat.com>
15577
15578 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15579
15580 2015-02-20 Pedro Alves <palves@redhat.com>
15581
15582 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15583 clean_restart before gdb_target_supports_trace.
15584
15585 2015-02-20 Pedro Alves <palves@redhat.com>
15586
15587 PR threads/18006
15588 * gdb.threads/clone-thread_db.c: New file.
15589 * gdb.threads/clone-thread_db.exp: New file.
15590
15591 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15592
15593 PR breakpoints/16812
15594 * gdb.base/catch-gdb-caused-signals.c: New file.
15595 * gdb.base/catch-gdb-caused-signals.exp: New file.
15596
15597 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15598
15599 * configure: Regenerated.
15600 * configure.ac: Use GDB_AC_TRANSFORM.
15601 * aclocal.m4: sinclude ../transform.m4.
15602
15603 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15604
15605 * lib/dtrace.exp: New file.
15606 * gdb.base/dtrace-probe.exp: Likewise.
15607 * gdb.base/dtrace-probe.d: Likewise.
15608 * gdb.base/dtrace-probe.c: Likewise.
15609 * lib/pdtrace.in: Likewise.
15610 * configure.ac: Output variables with the transformed names of
15611 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15612 * configure: Regenerated.
15613
15614 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15615
15616 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15617 expected message when trying to access $_probe_* convenience
15618 variables while not on a probe.
15619
15620 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15621
15622 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15623
15624 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15625
15626 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15627 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15628
15629 2015-02-10 Doug Evans <xdje42@gmail.com>
15630
15631 * lib/gdb.exp (gdb_load): Always return a result.
15632
15633 2015-02-10 Pedro Alves <palves@redhat.com>
15634
15635 * gdb.threads/signal-sigtrap.c: New file.
15636 * gdb.threads/signal-sigtrap.exp: New file.
15637
15638 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15639
15640 * gdb.trace/no-attach-trace.c: New file.
15641 * gdb.trace/no-attach-trace.exp: New file.
15642
15643 2015-02-09 Mark Wielaard <mjw@redhat.com>
15644
15645 * gdb.dwarf2/atomic.c: New file.
15646 * gdb.dwarf2/atomic-type.exp: Likewise.
15647
15648 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15649
15650 * gdb.btrace/buffer-size.exp: Update "info record" output.
15651 * gdb.btrace/delta.exp: Update "info record" output.
15652 * gdb.btrace/enable.exp: Update "info record" output.
15653 * gdb.btrace/finish.exp: Update "info record" output.
15654 * gdb.btrace/instruction_history.exp: Update "info record" output.
15655 * gdb.btrace/next.exp: Update "info record" output.
15656 * gdb.btrace/nexti.exp: Update "info record" output.
15657 * gdb.btrace/step.exp: Update "info record" output.
15658 * gdb.btrace/stepi.exp: Update "info record" output.
15659 * gdb.btrace/nohist.exp: Update "info record" output.
15660
15661 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15662
15663 * gdb.btrace/buffer-size: New.
15664
15665 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15666
15667 * gdb.btrace/delta.exp: Update "info record" output.
15668 * gdb.btrace/enable.exp: Update "info record" output.
15669 * gdb.btrace/finish.exp: Update "info record" output.
15670 * gdb.btrace/instruction_history.exp: Update "info record" output.
15671 * gdb.btrace/next.exp: Update "info record" output.
15672 * gdb.btrace/nexti.exp: Update "info record" output.
15673 * gdb.btrace/step.exp: Update "info record" output.
15674 * gdb.btrace/stepi.exp: Update "info record" output.
15675 * gdb.btrace/nohist.exp: Update "info record" output.
15676
15677 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15678
15679 PR gdb/15678
15680 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15681
15682 2015-02-06 Pedro Alves <palves@redhat.com>
15683
15684 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15685 macro.
15686 (seconds_left, again): New globals.
15687 (main): Wait seconds_left in a 1-second sleep loop instead of
15688 sleeping 180 seconds. If 'again' is set, reset the seconds
15689 counter.
15690 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15691 'again' in the inferior before detaching. Print the seconds left.
15692 (options): New global.
15693 (top level): Build program with -DTIMEOUT=$timeout.
15694
15695 2015-02-06 Pedro Alves <palves@redhat.com>
15696
15697 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15698 determine how many seconds to pass to 'alarm'.
15699 * gdb.base/gdb-sigterm.exp (top level): Build program with
15700 -DTIMEOUT=$timeout.
15701 (do_test): Return success/failure indication. Add more verbose
15702 logging. Don't fail if 200 single steps are seen. Instead, fail
15703 when the test times out.
15704 (passes): New global.
15705 (top level): Break the testing loop if testing fails on any
15706 iteration. Use gdb_assert.
15707
15708 2015-02-04 Don Breazeal <donb@codesourcery.com>
15709
15710 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15711 and initialize them.
15712 (ipc_cleanup): New function.
15713 (main): Don't declare shmid, semid, and msqid. Add a call to
15714 atexit so that we call ipc_cleanup on exit.
15715
15716 2015-02-04 Pedro Alves <palves@redhat.com>
15717
15718 * boards/native-extended-gdbserver.exp: Remove any target variant
15719 specifications from the board name before clearing the isremote
15720 flag from board_info.
15721
15722 2015-01-31 Doug Evans <xdje42@gmail.com>
15723
15724 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15725
15726 2015-01-31 Gary Benson <gbenson@redhat.com>
15727
15728 * gdb.base/completion.exp: Disable completion limiting for
15729 existing tests. Add new tests to check completion limiting.
15730 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15731
15732 2015-01-31 Doug Evans <xdje42@gmail.com>
15733
15734 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15735
15736 2015-01-31 Doug Evans <xdje42@gmail.com>
15737
15738 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15739 entries. Duplicate file section script entries.
15740 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15741 inlined entries. Add test for safe-path rejection.
15742 * gdb.python/py-section-script.c: Add duplicate inlined section script
15743 entries. Duplicate file section script entries.
15744 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15745 inlined entries. Add test for safe-path rejection.
15746
15747 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15748
15749 * gdb.ada/disc_arr_bound: New testcase.
15750
15751 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15752
15753 * gdb.ada/mi_var_array: New testcase.
15754
15755 2015-01-27 Doug Evans <dje@google.com>
15756
15757 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15758 Add test for objfile.filename, objfile.username after objfile
15759 has been unloaded.
15760
15761 2015-01-26 Joel Brobecker <brobecker@adacore.com>
15762
15763 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15764 the second test to print the name attribute of value
15765 returned by the call to gdb.lookup_type, and adjust
15766 the expected output accordingly.
15767
15768 2015-01-25 Mark Wielaard <mjw@redhat.com>
15769
15770 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15771 * gdb.base/disp-step-fork.c: Include unistd.h.
15772 * gdb.base/siginfo-obj.c: Include stdio.h.
15773 * gdb.base/siginfo-thread.c: Likewise.
15774 * gdb.mi/non-stop.c: Include unistd.h.
15775 * gdb.mi/nsthrexec.c: Include stdio.h.
15776 * gdb.mi/pthreads.c: Include unistd.h.
15777 * gdb.modula2/unbounded1.c (main): Declare returns int.
15778 * gdb.reverse/consecutive-reverse.c: Likewise.
15779 * gdb.threads/create-fail.c: Include unistd.h.
15780 * gdb.threads/killed.c: Likewise.
15781 * gdb.threads/linux-dp.c: Likewise.
15782 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15783 * gdb.threads/non-ldr-exc-2.c: Likewise.
15784 * gdb.threads/non-ldr-exc-3.c: Likewise.
15785 * gdb.threads/non-ldr-exc-4.c: Likewise.
15786 * gdb.threads/pthreads.c: Include unistd.h.
15787 (main): Declare returns int.
15788 * gdb.threads/tls-main.c (foo): New declaration.
15789 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15790
15791 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15792
15793 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15794 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15795
15796 2015-01-15 Mark Wielaard <mjw@redhat.com>
15797
15798 * gdb.base/noreturn-return.c: New file.
15799 * gdb.base/noreturn-return.exp: New file.
15800 * gdb.base/noreturn-finish.c: New file.
15801 * gdb.base/noreturn-finish.exp: New file.
15802
15803 2015-01-23 Pedro Alves <palves@redhat.com>
15804
15805 * gdb.threads/continue-pending-after-query.c: New file.
15806 * gdb.threads/continue-pending-after-query.exp: New file.
15807
15808 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15809 Simon Marchi <simon.marchi@ericsson.com>
15810
15811 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15812 * gdb.base/valgrind-db-attach.exp: Same.
15813 * gdb.base/valgrind-infcall.exp: Same.
15814 * lib/mi-support.exp (default_mi_gdb_start): Same.
15815 * lib/prompt.exp (default_prompt_gdb_start): Same.
15816 * lib/gdb.exp (default_gdb_spawn): Same.
15817 (gdb_interact): New.
15818
15819
15820 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15821
15822 * gdb.compile/compile.exp (pointer to jit function): New test.
15823
15824 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
15825
15826 * lib/gdb.exp (supports_process_record): Return true for
15827 powerpc*-*-linux*.
15828 (supports_reverse): Likewise.
15829
15830 2015-01-15 Don Breazeal <donb@codesourcery.com>
15831
15832 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15833 instead of checking whether the target board is remote and
15834 use spawn_wait_for_attach instead of exec/sleep.
15835 * gdb.base/attach-twice.exp: Likewise.
15836
15837 2015-01-15 Joel Brobecker <brobecker@adacore.com>
15838
15839 * gdb.ada/var_arr_attrs: New testcase.
15840
15841 2015-01-14 Pedro Alves <palves@redhat.com>
15842 Joel Brobecker <brobecker@adacore.com>
15843
15844 PR gdb/17525
15845 * gdb.base/bp-cmds-execution-x-script.c: New file.
15846 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15847 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15848
15849 2015-01-14 Pedro Alves <palves@redhat.com>
15850
15851 PR cli/17828
15852 * gdb.base/batch-preserve-term-settings.c: New file.
15853 * gdb.base/batch-preserve-term-settings.exp: New file.
15854
15855 2015-01-13 Doug Evans <dje@google.com>
15856
15857 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15858 binary.
15859
15860 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15861
15862 * Makefile.in (clean mostlyclean): Do not delete *.py.
15863
15864 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15865
15866 * gdb.python/py-lookup-type.exp: New file.
15867
15868 2015-01-12 Pedro Alves <palves@redhat.com>
15869
15870 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15871 restore GDBFLAGS before returning.
15872
15873 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15874
15875 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15876 is_amd64_regs_target and is_x86_like_target.
15877
15878 2015-01-11 Doug Evans <xdje42@gmail.com>
15879
15880 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15881 is given without an explicit form.
15882 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15883 attributes.
15884 * gdb.dwarf/corrupt.exp: Ditto.
15885 * gdb.dwarf2/enum-type.exp: Ditto.
15886 * gdb.trace/entry-values.exp: Ditto.
15887 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15888
15889 2015-01-11 Doug Evans <xdje42@gmail.com>
15890
15891 PR gdb/15830
15892 * gdb.base/maint.exp: Remove references to "maint demangle".
15893 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15894 Add tests for explicitly specifying language to demangle.
15895 * gdb.dlang/demangle.exp: Ditto.
15896
15897 2015-01-09 Pedro Alves <palves@redhat.com>
15898
15899 * gdb.threads/non-stop-fair-events.c: New file.
15900 * gdb.threads/non-stop-fair-events.exp: New file.
15901
15902 2015-01-09 Pedro Alves <palves@redhat.com>
15903
15904 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15905 the global scope. Set a breakpoint after all threads are started
15906 rather than stepping over two source lines. Expect the prompt.
15907 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15908 global.
15909 (NUM): Now 15.
15910 (main): Use threads_started_barrier to wait for all threads to
15911 start. Main thread no longer calls thread_function. Exit after
15912 180 seconds.
15913 (loop): New function.
15914 (thread_function): Wait on threads_started_barrier barrier. Call
15915 'loop' at each iteration.
15916 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15917 threads have started, instead of hardcoding number of "next"
15918 steps. Use an access watchpoint instead of a write watchpoint.
15919
15920 2015-01-09 Pedro Alves <palves@redhat.com>
15921
15922 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15923 (thread_func): Wait on barrier.
15924 (main): Wait for all threads to start before stopping GDB.
15925 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15926 global.
15927 (thread1_func, thread2_func): Wait on barrier.
15928 (main): Wait for all threads to start before stopping GDB.
15929 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15930 New global.
15931 (thread1_func, thread2_func): Wait on barrier.
15932 (main): Wait for all threads to start before stopping GDB.
15933
15934 2015-01-09 Pedro Alves <palves@redhat.com>
15935
15936 * gdb.threads/attach-many-short-lived-threads.c: New file.
15937 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15938
15939 2014-01-09 Pedro Alves <palves@redhat.com>
15940
15941 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15942 instead of to thread 2.
15943 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15944 Add barrier around each pthread_create call instead of around all
15945 calls.
15946 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15947 Set a break on thread_function and have the child threads hit it
15948 one at at a time.
15949
15950 2015-01-09 Pedro Alves <palves@redhat.com>
15951
15952 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15953 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15954 false.
15955 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15956 checking whether the target board is remote.
15957 * gdb.multi/multi-attach.exp: Likewise.
15958 * gdb.python/py-sync-interp.exp: Likewise.
15959 * gdb.server/ext-attach.exp: Likewise.
15960 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15961 tests that need to attach, instead of checking whether the target
15962 board is remote at the top of the file.
15963
15964 2015-01-08 Yao Qi <yao@codesourcery.com>
15965
15966 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15967
15968 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15969
15970 Fix testcase compilation.
15971 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15972
15973 2015-01-06 Joel Brobecker <brobecker@adacore.com>
15974
15975 * gdb.python/py-type.exp: Add a couple test about empty
15976 array creation, and negative-length array creation.
15977
15978 2015-01-02 Doug Evans <xdje42@gmail.com>
15979
15980 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15981
15982 2015-01-02 Doug Evans <dje@google.com>
15983
15984 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15985
15986 2014-12-29 Yao Qi <yao@codesourcery.com>
15987
15988 * gdb.trace/entry-values.exp: Update comments. Rename variable
15989 bar_call_foo to returned_from_foo.
15990
15991 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15992
15993 PR gdb/17394
15994 * gdb.linespec/break-asm-file.c: New file.
15995 * gdb.linespec/break-asm-file.exp: New file.
15996 * gdb.linespec/break-asm-file0.s: New file.
15997 * gdb.linespec/break-asm-file1.s: New file.
15998
15999 2014-12-18 Nigel Stephens <nigel@mips.com>
16000 Maciej W. Rozycki <macro@codesourcery.com>
16001
16002 * gdb.base/float.exp: Handle the new output from "info float" on
16003 MIPS targets.
16004
16005 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16006
16007 Fix MinGW compilation.
16008 * gdb.compile/compile-ops.exp: Update untested message if
16009 !skip_compile_feature_tests.
16010 * gdb.compile/compile-setjmp.exp: Likewise.
16011 * gdb.compile/compile-tls.exp: Likewise.
16012 * gdb.compile/compile.exp: Likewise.
16013 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16014 supported on this host".
16015
16016 2014-12-16 Doug Evans <xdje42@gmail.com>
16017
16018 * boards/stabs.exp: New file.
16019
16020 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16021
16022 * gdb.base/completion.exp: Adjust to format changes of "maint
16023 print user-registers".
16024
16025 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16026
16027 PR server/17457
16028 * gdb.arch/aarch64-fp.c: New file.
16029 * gdb.arch/aarch64-fp.exp: New file.
16030
16031 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16032
16033 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16034 r210637, r210913, r211666, r215400, r215817).
16035
16036 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16037 * dg-extract-results.py: New file.
16038 * dg-extract-results.sh: Use it if the environment seems
16039 suitable.
16040
16041 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16042
16043 * dg-extract-results.py (parse_run): Handle warnings that
16044 are printed before a test harness is run.
16045
16046 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16047
16048 * dg-extract-results.py (Named): Remove __cmp__ method.
16049 (output_variation): Use a key to sort variation.harnesses.
16050
16051 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16052
16053 * dg-extract-results.py: For Python 3, force sys.stdout to
16054 handle surrogate escape sequences.
16055 (safe_open): New function.
16056 (output_segment, main): Use it.
16057
16058 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16059
16060 * dg-extract-results.py (Prog.result_re): Include options
16061 in test name.
16062
16063 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16064
16065 * dg-extract-results.py (output_variation): Always sort if
16066 do_sum.
16067
16068 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16069
16070 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16071 as long as we get pagination notifications.
16072
16073 2014-12-15 Jason Merrill <jason@redhat.com>
16074
16075 * Makefile.in (check-gdb.%): Restore.
16076 * README: Mention it.
16077
16078 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16079
16080 * gdb.ada/str_uninit: New testcase.
16081
16082 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16083
16084 PR symtab/17642
16085 * gdb.base/vla-stub-define.c: New file.
16086 * gdb.base/vla-stub.c: New file.
16087 * gdb.base/vla-stub.exp: New file.
16088
16089 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16090 Jan Kratochvil <jan.kratochvil@redhat.com>
16091 Tom Tromey <tromey@redhat.com>
16092
16093 * configure.ac: Add gdb.compile/.
16094 * configure: Regenerate.
16095 * gdb.compile/Makefile.in: New file.
16096 * gdb.compile/compile-ops.exp: New file.
16097 * gdb.compile/compile-ops.c: New file.
16098 * gdb.compile/compile-tls.c: New file.
16099 * gdb.compile/compile-tls.exp: New file.
16100 * gdb.compile/compile-constvar.S: New file.
16101 * gdb.compile/compile-constvar.c: New file.
16102 * gdb.compile/compile-mod.c: New file.
16103 * gdb.compile/compile-nodebug.c: New file.
16104 * gdb.compile/compile-setjmp-mod.c: New file.
16105 * gdb.compile/compile-setjmp.c: New file.
16106 * gdb.compile/compile-setjmp.exp: New file.
16107 * gdb.compile/compile-shlib.c: New file.
16108 * gdb.compile/compile.c: New file.
16109 * gdb.compile/compile.exp: New file.
16110 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16111
16112 2014-12-12 Tom Tromey <tromey@redhat.com>
16113
16114 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16115 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16116
16117 2014-12-12 Doug Evans <dje@google.com>
16118
16119 * lib/gdb-python.exp (get_python_valueof): New function.
16120 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16121
16122 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16123
16124 * gdb.base/completion.exp: Add test for completion of "info
16125 registers ".
16126
16127 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16128
16129 * gdb.base/func-ptrs.c: New file.
16130 * gdb.base/func-ptrs.exp: New file.
16131
16132 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16133
16134 PR breakpoints/17012
16135 * gdb.base/dprintf-detach.c: New file.
16136 * gdb.base/dprintf-detach.exp: New file.
16137
16138 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16139
16140 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16141 * lib/gdb.exp (target_is_gdbserver): New procedure.
16142
16143 2014-12-08 Doug Evans <dje@google.com>
16144
16145 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16146
16147 2014-12-05 Yao Qi <yao@codesourcery.com>
16148
16149 * gdb.guile/scm-error.exp: Remove the third argument to
16150 gdb_remote_download.
16151 * gdb.guile/scm-frame-args.exp: Likewise.
16152 * gdb.guile/scm-section-script.exp: Likewise.
16153
16154 2014-12-05 Yao Qi <yao@codesourcery.com>
16155
16156 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16157
16158 2014-12-04 Doug Evans <dje@google.com>
16159
16160 * gdb.python/py-objfile.exp: Add tests for
16161 objfile.add_separate_debug_file.
16162
16163 2014-12-04 Doug Evans <dje@google.com>
16164
16165 * lib/gdb.exp (get_build_id): New function.
16166 (build_id_debug_filename_get): Rewrite to use it.
16167 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16168
16169 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16170
16171 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16172 `method(long)', not just 0x0.
16173 * gdb.cp/nsalias.exp: Align code labels to 4.
16174 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16175 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16176 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16177 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16178 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16179 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16180
16181 2014-12-02 Doug Evans <dje@google.com>
16182
16183 PR symtab/17602
16184 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16185 * gdb.cp/anon-ns2.cc: ... here. New file.
16186 * gdb.cp/anon-ns.exp: Update.
16187
16188 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16189
16190 * gdb.python/py-events.py (inferior_call_handler): New.
16191 (register_changed_handler, memory_changed_handler): New.
16192 (test_events.invoke): Register new handlers.
16193 * gdb.python/py-events.exp: Add tests for inferior call,
16194 memory_changed and register_changed events.
16195
16196 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16197
16198 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16199 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16200 if the linker doesn't understand this.
16201
16202 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16203
16204 * gdb.python/python.exp: Change expected reply to help().
16205
16206 2014-12-01 Yao Qi <yao@codesourcery.com>
16207
16208 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16209 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16210 * configure: Re-generated.
16211
16212 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16213
16214 * gdb.cp/chained-calls.cc: New file.
16215 * gdb.cp/chained-calls.exp: New file.
16216 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16217
16218 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16219
16220 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16221 * gdb.dwarf2/symtab-producer.exp: Same.
16222 * gdb.gdb/python-interrupts.exp: Same.
16223 * gdb.gdb/python-selftest.exp: Same.
16224 * gdb.python/py-linetable.exp: Same.
16225 * gdb.python/py-type.exp: Same.
16226 * gdb.python/py-value-cc.exp: Same.
16227 * gdb.python/py-value.exp: Same.
16228
16229 2014-11-28 Yao Qi <yao@codesourcery.com>
16230
16231 * gdb.base/break-probes.exp: Match library name prefixed with
16232 sysroot.
16233
16234 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16235
16236 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16237 test expected output. Add parentheses for the call to print.
16238 Remove L suffix from integers.
16239
16240 2014-11-26 Doug Evans <dje@google.com>
16241
16242 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16243
16244 2014-11-22 Yao Qi <yao@codesourcery.com>
16245
16246 * gdb.trace/entry-values.c: Remove asms.
16247 (foo): Add foo_label.
16248 (bar): Add bar_label.
16249 * gdb.trace/entry-values.exp: Remove code computing foo's
16250 length and bar's length.
16251 (Dwarf::assemble): Invoke function_range for bar and use
16252 MACRO_AT_func for foo.
16253
16254 2014-11-22 Yao Qi <yao@codesourcery.com>
16255
16256 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16257 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16258 Use .Lgcc43_procstart instead of gcc43.
16259
16260 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16261
16262 * gdb.ada/n_arr_bound: New testcase.
16263
16264 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16265
16266 PR breakpoints/10737
16267 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16268 test_catch_syscall_multi_arch.
16269 (test_catch_syscall_multi_arch): New function.
16270
16271 2014-11-20 Doug Evans <xdje42@gmail.com>
16272
16273 * gdb.base/maint.exp: Update expected output.
16274
16275 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16276
16277 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16278 4-byte instruction on S390.
16279
16280 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16281
16282 * gdb.ada/arr_arr: New testcase.
16283
16284 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16285
16286 * gdb.ada/pkd_arr_elem: New Testcase.
16287
16288 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16289
16290 * gdb.reverse/break-precsave: Expect completion message for
16291 core file reads.
16292 * gdb.reverse/consecutive-precsave.exp: Likewise.
16293 * gdb.reverse/finish-precsave.exp: Likewise.
16294 * gdb.reverse/i386-precsave.exp: Likewise.
16295 * gdb.reverse/machinestate-precsave.exp: Likewise.
16296 * gdb.reverse/sigall-precsave.exp: Likewise.
16297 * gdb.reverse/solib-precsave.exp: Likewise.
16298 * gdb.reverse/step-precsave.exp: Likewise.
16299 * gdb.reverse/until-precsave.exp: Likewise.
16300 * gdb.reverse/watch-precsave.exp: Likewise.
16301
16302 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16303
16304 * gdb.base/bp-permanent.c: Include unistd.h.
16305 * gdb.python/py-framefilter-mi.c (main): Add return type.
16306 * gdb.python/py-framefilter.c (main): Likewise.
16307 * gdb.trace/actions-changed.c (main): Likewise.
16308
16309 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16310
16311 * gdb.mi/until.c: Add eye-catchers.
16312 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16313 line numbers.
16314
16315 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16316
16317 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16318 function header variants in break1.c.
16319 * gdb.base/ena-dis-br.exp: Likewise.
16320 * gdb.base/hbreak2.exp: Likewise.
16321 * gdb.reverse/until-precsave.exp: Drop references to removed
16322 non-prototype function header variants in ur1.c.
16323 * gdb.reverse/until-reverse.exp: Likewise.
16324
16325 2014-11-17 Petr Machata <pmachata@redhat.com>
16326
16327 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16328 ${_cu_offset_size} bytes abbrev offset.
16329
16330 2014-11-15 Doug Evans <xdje42@gmail.com>
16331
16332 PR symtab/17559
16333 * gdb.base/line-symtabs.exp: New file.
16334 * gdb.base/line-symtabs.c: New file.
16335 * gdb.base/line-symtabs.h: New file.
16336
16337 2014-11-14 Yao Qi <yao@codesourcery.com>
16338
16339 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16340 (func): Add label func_label.
16341 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16342 Replace low_pc and high_pc with MACRO_AT_range.
16343 Replace name, low_pc and high_pc with MACRO_AT_func.
16344
16345 2014-11-14 Yao Qi <yao@codesourcery.com>
16346
16347 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16348 Replace name, low_pc and high_pc with MACRO_AT_func.
16349
16350 2014-11-14 Yao Qi <yao@codesourcery.com>
16351
16352 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16353 produce debug information.
16354 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16355
16356 2014-11-14 Yao Qi <yao@codesourcery.com>
16357
16358 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16359 object and get function length.
16360 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16361 with MACRO_AT_func.
16362 (top-level): Replace gdb_compile and clean_restart with
16363 prepare_for_testing.
16364 * gdb.dwarf2/main.c (main): Add label main_label.
16365
16366 2014-11-14 Yao Qi <yao@codesourcery.com>
16367
16368 * lib/dwarf.exp (function_range): New procedure.
16369 (Dwarf::_handle_macro_at_func): New procedure.
16370 (Dwarf::_handle_macro_at_range): New procedure.
16371 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16372
16373 2014-11-14 Yao Qi <yao@codesourcery.com>
16374
16375 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16376 (_handle_attribute): New procedure.
16377
16378 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16379
16380 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16381 * gdb.base/call-sc.c (zed): Likewise.
16382 * gdb.base/checkpoint.c (main): Likewise.
16383 * gdb.base/dump.c (main): Likewise.
16384 * gdb.base/gcore.c (main): Likewise.
16385 * gdb.base/huge.c (main): Likewise.
16386 * gdb.base/multi-forks.c (main): Likewise.
16387 * gdb.base/pr10179-a.c (main): Likewise.
16388 * gdb.base/savedregs.c (main): Likewise.
16389 * gdb.base/sigaltstack.c (main): Likewise.
16390 * gdb.base/siginfo.c (main): Likewise.
16391 * gdb.base/structs.c (zed): Likewise.
16392 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16393 * gdb.mi/mi-syn-frame.c (main): Likewise.
16394 * gdb.mi/until.c (foo, main): Likewise.
16395 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16396 * gdb.base/solib-weak.c (foo): Declare.
16397 * gdb.base/attach-twice.c: Include stdio.h.
16398 * gdb.base/weaklib1.c: Likewise.
16399 * gdb.base/weaklib2.c: Likewise.
16400 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16401 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16402 unistd.h.
16403 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16404 * gdb.mi/mi-exit-code.c: Likewise.
16405 * gdb.base/break-interp-lib.c: Include string.h.
16406 * gdb.base/coremaker.c: Likewise.
16407 * gdb.base/testenv.c: Likewise.
16408 * gdb.python/py-finish-breakpoint.c: Likewise.
16409 * gdb.base/inferior-died.c: Include sys/wait.h.
16410 * gdb.base/fileio.c: Include time.h.
16411 * gdb.base/async-shell.c: Include unistd.h.
16412 * gdb.base/dprintf-non-stop.c: Likewise.
16413 * gdb.base/info-os.c: Likewise.
16414 * gdb.mi/mi-console.c: Likewise.
16415 * gdb.mi/watch-nonstop.c: Likewise.
16416 * gdb.python/py-events.c: Likewise.
16417 * gdb.base/async.c (baz): Move up before its invocation.
16418 * gdb.base/code_elim2.c (my_global_func): Likewise.
16419 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16420 * gdb.base/advance.c (func2): Likewise.
16421
16422 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16423
16424 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16425 variant.
16426 * gdb.base/annota3.c: Likewise.
16427 * gdb.base/async.c: Likewise.
16428 * gdb.base/average.c: Likewise.
16429 * gdb.base/call-ar-st.c: Likewise.
16430 * gdb.base/call-rt-st.c: Likewise.
16431 * gdb.base/call-sc.c: Likewise.
16432 * gdb.base/call-strs.c: Likewise.
16433 * gdb.base/ending-run.c: Likewise.
16434 * gdb.base/execd-prog.c: Likewise.
16435 * gdb.base/exprs.c: Likewise.
16436 * gdb.base/foll-exec.c: Likewise.
16437 * gdb.base/foll-fork.c: Likewise.
16438 * gdb.base/foll-vfork.c: Likewise.
16439 * gdb.base/funcargs.c: Likewise.
16440 * gdb.base/gcore.c: Likewise.
16441 * gdb.base/jump.c: Likewise.
16442 * gdb.base/langs0.c: Likewise.
16443 * gdb.base/langs1.c: Likewise.
16444 * gdb.base/langs2.c: Likewise.
16445 * gdb.base/mips_pro.c: Likewise.
16446 * gdb.base/nodebug.c: Likewise.
16447 * gdb.base/opaque0.c: Likewise.
16448 * gdb.base/opaque1.c: Likewise.
16449 * gdb.base/recurse.c: Likewise.
16450 * gdb.base/run.c: Likewise.
16451 * gdb.base/scope0.c: Likewise.
16452 * gdb.base/scope1.c: Likewise.
16453 * gdb.base/setshow.c: Likewise.
16454 * gdb.base/setvar.c: Likewise.
16455 * gdb.base/shmain.c: Likewise.
16456 * gdb.base/shr1.c: Likewise.
16457 * gdb.base/shr2.c: Likewise.
16458 * gdb.base/sigall.c: Likewise.
16459 * gdb.base/signals.c: Likewise.
16460 * gdb.base/so-indr-cl.c: Likewise.
16461 * gdb.base/solib2.c: Likewise.
16462 * gdb.base/structs.c: Likewise.
16463 * gdb.base/sum.c: Likewise.
16464 * gdb.base/vforked-prog.c: Likewise.
16465 * gdb.base/watchpoint.c: Likewise.
16466 * gdb.reverse/shr2.c: Likewise.
16467 * gdb.reverse/until-reverse.c: Likewise.
16468 * gdb.reverse/ur1.c: Likewise.
16469 * gdb.reverse/watch-reverse.c: Likewise.
16470
16471 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16472
16473 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16474 variant.
16475 * gdb.base/sepdebug.exp: Drop references to removed code.
16476
16477 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16478
16479 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16480 variant. Preserve original line numbering.
16481 * gdb.base/list1.c: Likewise.
16482
16483 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16484
16485 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16486 variant.
16487 * gdb.base/break1.c: Likewise.
16488 * gdb.base/break.exp: Drop references to removed code.
16489
16490 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16491
16492 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16493 variant.
16494
16495 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16496
16497 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16498
16499 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16500
16501 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16502 logic into perform_all_tests() and invoke it with and without
16503 function header prototypes.
16504 (do_function_calls): Remove conditional XFAIL for PR 5318.
16505 (rerun_and_prepare): Remove duplicate code.
16506 (perform_all_tests): New. Main logic moved here.
16507
16508 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16509
16510 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16511 code guarded by #ifdef NO_PROTOTYPES.
16512 (t_double_many_args): Likewise.
16513 (DEF_FUNC_MANY_ARGS_1): Likewise.
16514 (DEF_FUNC_VALUES_1): Likewise.
16515 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16516 guarded by #ifdef PROTOTYPES.
16517
16518 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16519
16520 * gdb.mi/mi-console.c: Add eye-catcher.
16521 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16522 instead of literal line number.
16523
16524 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16525
16526 * gdb.base/shr2.c: Add eye-catcher.
16527 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16528 line number.
16529
16530 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16531
16532 * gdb.base/jump.c: Add eye-catchers.
16533 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16534 numbers.
16535
16536 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16537
16538 * gdb.base/execd-prog.c: Add eye-catchers.
16539 * gdb.base/foll-exec.c: Likewise.
16540 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16541 line numbers.
16542
16543 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16544
16545 * gdb.base/ending-run.c: Add eye-catchers.
16546 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16547 literal line numbers.
16548
16549 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16550
16551 * gdb.base/call-rt-st.c: Add eye-catchers.
16552 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16553 literal line numbers.
16554
16555 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16556
16557 * gdb.base/call-ar-st.c: Add eye-catchers.
16558 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16559 literal line numbers.
16560
16561 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16562
16563 * gdb.base/average.c: Add eye-catchers.
16564 * gdb.base/sum.c: Likewise.
16565 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16566 regexps dynamically.
16567
16568 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16569
16570 * gdb.base/solib1.c: Add eye-catchers.
16571 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16572 literal line numbers.
16573
16574 2014-11-12 Pedro Alves <palves@redhat.com>
16575
16576 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16577 leader has exited.
16578
16579 2014-11-12 Pedro Alves <palves@redhat.com>
16580
16581 * gdb.arch/i386-bp_permanent.c: New file.
16582 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16583 (srcfile): Set to i386-bp_permanent.c.
16584 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16585 that stepi does not execute the 'leave' instruction, instead of
16586 testing it does execute.
16587 * gdb.base/bp-permanent.c: New file.
16588 * gdb.base/bp-permanent.exp: New file.
16589
16590 2014-11-10 Doug Evans <xdje42@gmail.com>
16591
16592 PR symtab/17564
16593 * gdb.base/symtab-search-order.exp: New file.
16594 * gdb.base/symtab-search-order.c: New file.
16595 * gdb.base/symtab-search-order-1.c: New file.
16596 * gdb.base/symtab-search-order-shlib-1.c: New file.
16597
16598 2014-11-07 Pedro Alves <palves@redhat.com>
16599
16600 PR gdb/17511
16601 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16602 i?86-*-linux*.
16603
16604 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16605
16606 PR c++/17494
16607 * gdb.cp/pr17494.cc: New file.
16608 * gdb.cp/pr17494.exp: New file.
16609
16610 2014-11-02 Yao Qi <yao@codesourcery.com>
16611
16612 * gdb.python/python.exp: Get working directory and match the
16613 output of "set extended-prompt \\w " with it.
16614
16615 2014-10-30 Doug Evans <dje@google.com>
16616
16617 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16618 in objfiles.
16619 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16620 in progspaces.
16621
16622 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16623
16624 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16625 * gdb.base/realname-expand.exp: Likewise.
16626 * gdb.linespec/macro-relative.exp: Likewise.
16627
16628 2014-10-29 Pedro Alves <palves@redhat.com>
16629
16630 PR gdb/17408
16631 * gdb.threads/schedlock.c (some_function): New function.
16632 (call_function): New global.
16633 (MAYBE_CALL_SOME_FUNCTION): New macro.
16634 (thread_function): Call it.
16635 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16636 and use it instead of a global counter. Adjust all callers.
16637 (get_current_thread): Use "find current thread" for test message
16638 here rather than having all callers pass down the same string.
16639 (goto_loop): New procedure, factored out from ...
16640 (my_continue): ... this.
16641 (step_ten_loops): Change parameter from test message to command to
16642 use. Adjust.
16643 (list_count): Delete global.
16644 (check_result): New procedure, factored out from duplicate top
16645 level code.
16646 (continue tests): Wrap in with_test_prefix.
16647 (test_step): New procedure, factored out from duplicate top level
16648 code.
16649 (top level): Test "step" in combination with all scheduler-locking
16650 modes. Test "next" in combination with all scheduler-locking
16651 modes, and in combination with stepping over a function call or
16652 not.
16653 * gdb.threads/next-bp-other-thread.c: New file.
16654 * gdb.threads/next-bp-other-thread.exp: New file.
16655
16656 2014-10-29 Pedro Alves <palves@redhat.com>
16657
16658 PR python/17372
16659 * gdb.python/python.exp: Test a multi-line command that spawns
16660 interactive Python.
16661 * gdb.base/multi-line-starts-subshell.exp: New file.
16662
16663 2014-10-29 Yao Qi <yao@codesourcery.com>
16664
16665 * gdb.base/fileio.exp: Make directories on host.
16666
16667 2014-10-29 Yao Qi <yao@codesourcery.com>
16668
16669 * gdb.base/fileio.c (test_write): Close the file.
16670
16671 2014-10-28 Pedro Alves <palves@redhat.com>
16672
16673 PR gdb/12623
16674 * gdb.base/sigstep.c (no_handler): New global.
16675 (main): If 'no_handler is true, set the signal handlers to
16676 SIG_IGN.
16677 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16678 with_sw_watch and no_handler parameters. Handle them.
16679 (top level) <stepping over handler when stopped at a breakpoint
16680 test>: Add a test axis for testing with a software watchpoint, and
16681 another for testing with the signal handler set to SIG_IGN.
16682 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16683 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16684
16685 2014-10-28 Pedro Alves <palves@redhat.com>
16686
16687 PR gdb/17511
16688 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16689 * gdb.base/sigstep.exp (other_handler_location): New global.
16690 (advance): Support stepping into the signal handler, and running
16691 commands while in the handler.
16692 (in_handler_map): New global.
16693 (top level): In the advance test, add combinations for getting
16694 into the handler with stepping commands, and for running commands
16695 in the handler. Add comment descripting the advancei tests.
16696
16697 2014-10-28 Pedro Alves <palves@redhat.com>
16698
16699 * gdb.base/sigstep.exp: Use build_executable instead of
16700 prepare_for_testing.
16701 (top level): Move code that starts GDB, runs to main and creates a
16702 display to ...
16703 (restart): ... this new procedure.
16704 (top level): Move backtrace from signal handler test to ...
16705 (validate_backtrace): ... this new procedure.
16706 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16707 with_test_prefix. Always restart GDB.
16708 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16709 with_test_prefix. Always restart GDB. No need to delete
16710 breakpoints after the test.
16711 (test_skip_handler): Remove prefix parameter.
16712 (skip_over_handler, breakpoint_to_handler)
16713 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16714 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16715 restart GDB. No need to delete breakpoints after the test.
16716 (top level): Use foreach to call the test procedures with
16717 different commands.
16718
16719 2014-10-28 Pedro Alves <palves@redhat.com>
16720
16721 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16722 instead of GNATS numbers.
16723 * gdb.base/sigbpt.exp: Likewise.
16724 * gdb.base/siginfo.exp: Likewise.
16725 * gdb.base/sigstep.exp: Likewise.
16726
16727 2014-10-27 Pedro Alves <palves@redhat.com>
16728
16729 * gdb.base/sigstep.c (dummy): New global.
16730 (main): Issue a couple writes to the new global.
16731 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16732 procedures.
16733 (skip_over_handler): Use test_skip_handler.
16734 (top level): Call skip_over_handler for stepi and nexti too.
16735 (breakpoint_over_handler): Use test_skip_handler.
16736 (top level): Call breakpoint_over_handler for stepi and nexti too.
16737
16738 2014-10-27 Yao Qi <yao@codesourcery.com>
16739
16740 * gdb.trace/tfile.c (adjust_function_address)
16741 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16742 function descriptor.
16743
16744 2014-10-24 Don Breazeal <donb@codesourcery.com>
16745
16746 * gdb.base/foll-fork.exp (test_follow_fork,
16747 catch_fork_child_follow): Check for updated fork messages emitted
16748 from infrun.c.
16749 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16750 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16751 vfork_and_exec_child_follow_through_step): Check for updated vfork
16752 messages emitted from infrun.c.
16753
16754 2014-10-24 Pedro Alves <palves@redhat.com>
16755
16756 * gdb.base/corefile.exp: Remove references to ultrix.
16757 * gdb.base/interrupt.exp: Likewise.
16758 * gdb.base/whatis.exp: Likewise.
16759 * gdb.gdb/selftest.exp: Likewise.
16760 * gdb.threads/manythreads.exp: Likewise.
16761 * gdb.threads/print-threads.exp: Likewise.
16762 * gdb.threads/pthreads.exp:: Likewise.
16763 * gdb.threads/schedlock.exp: Likewise.
16764
16765 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16766
16767 * gdb.cp/non-trivial-retval.cc: Add a test case.
16768 * gdb.cp/non-trivial-retval.exp: Add a test.
16769
16770 2014-10-20 Yao Qi <yao@codesourcery.com>
16771
16772 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16773 * gdb.python/py-objfile-script-gdb.py: New file.
16774 * gdb.python/py-objfile-script.exp: Update reference to
16775 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16776 of remote_download. Remove the dest file.
16777
16778 2014-10-20 Yao Qi <yao@codesourcery.com>
16779
16780 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16781 * gdb.base/step-line.exp: Likewise.
16782 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16783 * gdb.dwarf2/dw2-basic.exp: Likewise.
16784 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16785 * gdb.dwarf2/dw2-filename.exp: Likewise.
16786 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16787 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16788 * gdb.dwarf2/dw2-producer.exp: Likewise.
16789 * gdb.dwarf2/mac-fileno.exp: Likewise.
16790 * gdb.python/py-frame-args.exp: Likewise.
16791 * gdb.python/py-framefilter.exp: Likewise.
16792 * gdb.python/py-mi.exp: Likewise.
16793 * gdb.python/py-objfile-script.exp: Likewise
16794 * gdb.python/py-pp-integral.exp: Likewise.
16795 * gdb.python/py-pp-re-notag.exp: Likewise.
16796 * gdb.python/py-prettyprint.exp: Likewise.
16797 * gdb.python/py-section-script.exp: Likewise.
16798 * gdb.python/py-typeprint.exp: Likewise.
16799 * gdb.python/py-xmethods.exp: Likewise.
16800 * gdb.stabs/weird.exp: Likewise.
16801 * gdb.xml/tdesc-regs.exp: Likewise.
16802
16803 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16804
16805 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16806 (out_cu): Use addr_len for the size of addresses.
16807 (out_line): Likewise. Size DW_LNE_set_address instruction
16808 according to addr_len.
16809 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16810 (FUNC): Add START_INSNS to definition.
16811
16812 2014-10-18 Yao Qi <yao@codesourcery.com>
16813
16814 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16815 gdb_has_argv0 return true.
16816 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16817 check [target_info exists noargs], check [gdb_has_argv0]
16818 instead.
16819 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16820 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16821 procedures.
16822
16823 2014-10-17 Doug Evans <dje@google.com>
16824
16825 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16826 event.
16827 * gdb.python/py-events.py: Add clear_objfiles event.
16828
16829 2014-10-17 Doug Evans <dje@google.com>
16830
16831 * gdb.python/py-objfile.exp: Test progspace attribute.
16832
16833 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
16834
16835 * gdb.guile/scm-breakpoint.exp: Do not assume any
16836 directory separators when matching source file paths.
16837 * gdb.python/py-breakpoint.exp: Likewise.
16838 * gdb.reverse/break-precsave.exp: Likewise.
16839 * gdb.reverse/break-reverse.exp: Likewise.
16840 * gdb.reverse/consecutive-precsave.exp: Likewise.
16841 * gdb.reverse/finish-precsave.exp: Likewise.
16842 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16843 * gdb.reverse/finish-reverse.exp: Likewise.
16844 * gdb.reverse/i386-precsave.exp: Likewise.
16845 * gdb.reverse/i387-env-reverse.exp: Likewise.
16846 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16847 * gdb.reverse/machinestate-precsave.exp: Likewise.
16848 * gdb.reverse/machinestate.exp: Likewise.
16849 * gdb.reverse/sigall-precsave.exp: Likewise.
16850 * gdb.reverse/solib-precsave.exp: Likewise.
16851 * gdb.reverse/step-precsave.exp: Likewise.
16852 * gdb.reverse/until-precsave.exp: Likewise.
16853 * gdb.reverse/watch-precsave.exp: Likewise.
16854 * gdb.reverse/watch-reverse.exp: Likewise.
16855
16856 2014-10-17 Yao Qi <yao@codesourcery.com>
16857
16858 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16859 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16860
16861 2014-10-17 Pedro Alves <palves@redhat.com>
16862
16863 PR gdb/17471
16864 * gdb.base/bg-execution-repeat.c: New file.
16865 * gdb.base/bg-execution-repeat.exp: New file.
16866
16867 2014-10-17 Pedro Alves <palves@redhat.com>
16868
16869 PR gdb/17300
16870 * gdb.base/continue-all-already-running.c: New file.
16871 * gdb.base/continue-all-already-running.exp: New file.
16872
16873 2014-10-17 Pedro Alves <palves@redhat.com>
16874
16875 PR gdb/17472
16876 * gdb.base/annota-input-while-running.c: New file.
16877 * gdb.base/annota-input-while-running.exp: New file.
16878
16879 2014-10-17 Pedro Alves <palves@redhat.com>
16880
16881 * gdb.base/callfuncs.exp: emove references to osf.
16882 * gdb.base/sigall.exp: Likewise.
16883 * gdb.gdb/selftest.exp: Likewise.
16884 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16885 * gdb.mi/non-stop.c: Likewise.
16886 * gdb.mi/pthreads.c: Likewise.
16887 * gdb.reverse/sigall-precsave.exp: Likewise.
16888 * gdb.reverse/sigall-reverse.exp: Likewise.
16889 * gdb.threads/pthreads.c: Likewise.
16890 * gdb.threads/pthreads.exp: Likewise.
16891
16892 2014-10-17 Yao Qi <yao@codesourcery.com>
16893
16894 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16895 check 'target_info exists noargs'.
16896 (test_command_prompt_position): Likewise.
16897 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16898 Remove "set args".
16899 (progvar_simple_while_test): Likewise.
16900 (progvar_complex_if_while_test): Likewise.
16901 (if_while_breakpoint_command_test): Likewise.
16902 (infrun_breakpoint_command_test): Likewise.
16903 (breakpoint_command_test): Likewise.
16904 (watchpoint_command_test): Likewise.
16905 (bp_deleted_in_command_test): Likewise.
16906 (temporary_breakpoint_commands): Likewise.
16907
16908 2014-10-16 Yao Qi <yao@codesourcery.com>
16909
16910 * gdb.base/remotetimeout.exp: Remove noargs checking.
16911
16912 2014-10-15 Pedro Alves <palves@redhat.com>
16913
16914 PR breakpoints/9649
16915 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16916 * gdb.base/breakpoint-in-ro-region.exp
16917 (probe_target_hardware_step): New procedure.
16918 (top level): Probe hardware stepping and hardware breakpoint
16919 support. Test stepping through a read-only region, with both
16920 "breakpoint auto-hw" on and off and both "always-inserted" on and
16921 off.
16922
16923 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16924
16925 * gdb.dlang/demangle.exp: Update for demangling changes.
16926
16927 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16928
16929 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16930 * gdb.cp/non-trivial-retval.exp: Add new tests.
16931
16932 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16933
16934 PR c++/13403
16935 PR c++/15154
16936 * gdb.cp/non-trivial-retval.cc: New file.
16937 * gdb.cp/non-trivial-retval.exp: New file.
16938
16939 2014-10-15 Yao Qi <yao@codesourcery.com>
16940
16941 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16942 remote host.
16943
16944 2014-10-15 Yao Qi <yao@codesourcery.com>
16945
16946 * gdb.python/py-symbol.exp: Match file base name if host is
16947 remote, otherwise match file name with dir name.
16948 * gdb.python/py-symtab.exp: Likewise.
16949 * gdb.python/python.exp: Likewise.
16950
16951 2014-10-15 Yao Qi <yao@codesourcery.com>
16952
16953 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16954 pattern.
16955 * gdb.python/py-symtab.exp: Likewise.
16956 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16957 locationn.
16958
16959 2014-10-14 Joel Brobecker <brobecker@adacore.com>
16960
16961 * gdb.ada/addr_arith: New testcase.
16962
16963 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16964
16965 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16966 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16967 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16968 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16969
16970 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16971
16972 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16973 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16974 * gdb.arch/stap-eval-lang-ada.exp: New file.
16975
16976 2014-10-14 Yao Qi <yao@codesourcery.com>
16977
16978 * gdb.mi/mi-var-child.c (nothing1): New function.
16979 (nothing2): New function.
16980 (do_children_tests): Set function pointers by nothing1 and
16981 nothing2.
16982 * gdb.mi/mi-var-child.exp: Step over new added statements.
16983 Update test to match the new output.
16984 * gdb.mi/var-cmd.c (nothing1): New function.
16985 (nothing2): New function.
16986 (do_children_tests): Set function pointers by nothing1 and
16987 nothing2.
16988 * gdb.mi/mi-var-display.exp: Update test to match output.
16989 Step to the line specified by $line_dct_nothing.
16990 Increase the number of lines to step.
16991
16992 2014-10-14 Yao Qi <yao@codesourcery.com>
16993
16994 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16995 tests.
16996 * gdb.mi/mi2-var-child.exp: Likewise.
16997
16998 2014-10-13 Doug Evans <dje@google.com>
16999
17000 * gdb.python/py-objfile.exp: Change name of file name test.
17001
17002 2014-10-13 Doug Evans <dje@google.com>
17003
17004 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17005 from the start of the CU.
17006
17007 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17008 Yao Qi <yao@codesourcery.com>
17009
17010 Fix "save breakpoints" for "catch" command.
17011 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17012 Remove -nonewline. Match also the added "main" line.
17013
17014 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17015
17016 Fix "save breakpoints" for "disable $bpnum" command.
17017 * gdb.base/save-bp.c (main): Add label.
17018 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17019
17020 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17021
17022 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17023
17024 2014-10-11 Yao Qi <yao@codesourcery.com>
17025
17026 * gdb.server/server-kill.exp: Execute command
17027 "set remote trace-status-packet on" before "tstatus".
17028
17029 2014-10-11 Yao Qi <yao@codesourcery.com>
17030
17031 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17032 (main): Call getppid.
17033 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17034 and continue to it. Read variable "server_pid".
17035
17036 2014-10-11 Yao Qi <yao@codesourcery.com>
17037
17038 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17039
17040 2014-10-11 Yao Qi <yao@codesourcery.com>
17041
17042 * gdb.threads/thread-find.exp: Don't execute command
17043 "info threads".
17044 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17045 * gdb.threads/linux-dp.exp: Don't check the condition
17046 $threads_created equals to zero.
17047
17048 2014-10-10 Pedro Alves <palves@redhat.com>
17049
17050 * gdb.base/bigcore.exp: Remove references to IRIX.
17051 * gdb.base/funcargs.exp: Likewise.
17052 * gdb.base/interrupt.exp: Likewise.
17053 * gdb.base/mips_pro.exp: Likewise.
17054 * gdb.base/nodebug.exp: Likewise.
17055 * gdb.base/setvar.exp: Likewise.
17056 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17057
17058 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17059 Pedro Alves <palves@redhat.com>
17060
17061 PR symtab/14466
17062 * gdb.base/vdso-warning.c: New file.
17063 * gdb.base/vdso-warning.exp: New file.
17064
17065 2014-10-02 Doug Evans <dje@google.com>
17066
17067 * gdb.base/structs.c (main): Don't run forever.
17068
17069 2014-10-02 Pedro Alves <palves@redhat.com>
17070
17071 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17072 (top level) <stop threads 1, stop threads 2>: Use it.
17073
17074 2014-10-02 Pedro Alves <palves@redhat.com>
17075
17076 * gdb.threads/break-while-running.exp (test): Add new
17077 'update_thread_list' argument. Skip "info threads" if false.
17078 (top level): Add new 'update_thread_list' axis.
17079
17080 2014-10-02 Pedro Alves <palves@redhat.com>
17081
17082 PR breakpoints/17431
17083 * gdb.base/execl-update-breakpoints.c: New file.
17084 * gdb.base/execl-update-breakpoints.exp: New file.
17085
17086 2014-10-01 Pedro Alves <palves@redhat.com>
17087
17088 * gdb.base/breakpoint-in-ro-region.c: New file.
17089 * gdb.base/breakpoint-in-ro-region.exp: New file.
17090
17091 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17092
17093 * gdb.mi/mi-exit-code.exp: New file.
17094 * gdb.mi/mi-exit-code.c: New file.
17095
17096 2014-09-30 Yao Qi <yao@codesourcery.com>
17097
17098 * lib/prelink-support.exp (build_executable_own_libs): Error if
17099 the target isn't native.
17100
17101 2014-09-30 Yao Qi <yao@codesourcery.com>
17102
17103 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17104 false.
17105
17106 2014-09-22 Pedro Alves <palves@redhat.com>
17107
17108 * gdb.threads/break-while-running.exp: New file.
17109 * gdb.threads/break-while-running.c: New file.
17110
17111 2014-09-19 Yao Qi <yao@codesourcery.com>
17112
17113 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17114 Invoke test. Restart GDB with --readnow and invoke test again.
17115
17116 2014-09-19 Yao Qi <yao@codesourcery.com>
17117
17118 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17119 proc set_breakpoint_on_gcd_function. Invoke
17120 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17121 invoke set_breakpoint_on_gcd_function again.
17122
17123 2014-09-18 Doug Evans <dje@google.com>
17124
17125 * gdb.dwarf2/symtab-producer.exp: New file.
17126
17127 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17128
17129 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17130 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17131 * gdb.base/global-var-nested-by-dso.c: Likewise.
17132 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17133
17134 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17135 Pedro Alves <palves@redhat.com>
17136
17137 * gdb.base/watch-bitfields.exp: Pass string other than test file
17138 name to prepare_for_testing.
17139 (watch): New procedure.
17140 (expect_watchpoint): Use with_test_prefix.
17141 (top level): Factor out tests to ...
17142 (test_watch_location, test_regular_watch): ... these new
17143 procedures, and use with_test_prefix and gdb_continue_to_end.
17144
17145 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17146
17147 PR breakpoints/12526
17148 * gdb.base/watch-bitfields.exp: New file.
17149 * gdb.base/watch-bitfields.c: New file.
17150
17151 2014-09-16 Pedro Alves <palves@redhat.com>
17152
17153 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17154 software and hardware addresses, not software address against
17155 itself.
17156
17157 2014-09-16 Pedro Alves <palves@redhat.com>
17158
17159 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17160 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17161
17162 2014-09-16 Pedro Alves <palves@redhat.com>
17163
17164 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17165 files.
17166 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17167 "*-*-vxworks*" throughout.
17168 * gdb.base/break.exp: Likewise.
17169 * gdb.base/default.exp: Likewise.
17170 * gdb.base/scope.exp: Likewise.
17171 * gdb.base/sepdebug.exp: Likewise.
17172 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17173 throughout.
17174 * gdb.base/run.c: Likewise.
17175 * gdb.base/sepdebug.c: Likewise.
17176 * gdb.hp/gdb.aCC/run.c: Likewise.
17177 * gdb.reverse/until-reverse.c: Likewise.
17178 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17179
17180 2014-09-16 Yao Qi <yao@codesourcery.com>
17181
17182 * boards/local-remote-host-native.exp: New file.
17183
17184 2014-09-14 Doug Evans <xdje42@gmail.com>
17185
17186 * gdb.threads/queue-signal.c (thread_count): New variable.
17187 (thread_count_mutex, thread_count_condvar): New variables.
17188 (incr_thread_count, wait_all_threads_running): New functions.
17189 (main): Wait for all threads to be in their thread functions.
17190
17191 2014-09-13 Doug Evans <xdje42@gmail.com>
17192
17193 * gdb.threads/queue-signal.c: New file.
17194 * gdb.threads/queue-signal.exp: New file.
17195
17196 2014-09-13 Doug Evans <xdje42@gmail.com>
17197
17198 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17199 be consistent with what default_gdb_init uses.
17200 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17201 the plain text of the prompt. Add some logging printfs.
17202 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17203
17204 2014-09-12 Pedro Alves <palves@redhat.com>
17205
17206 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17207 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17208 * gdb.arch/i386-size-overlap.exp: Likewise.
17209 * gdb.arch/i386-size.exp: Likewise.
17210 * gdb.arch/i386-unwind.exp: Likewise.
17211 * gdb.base/a2-run.exp: Likewise.
17212 * gdb.base/break.exp: Likewise.
17213 * gdb.base/charset.exp: Likewise.
17214 * gdb.base/chng-syms.exp: Likewise.
17215 * gdb.base/commands.exp: Likewise.
17216 * gdb.base/dbx.exp: Likewise.
17217 * gdb.base/find.exp: Likewise.
17218 * gdb.base/funcargs.exp: Likewise.
17219 * gdb.base/jit-simple.exp: Likewise.
17220 * gdb.base/reread.exp: Likewise.
17221 * gdb.base/sepdebug.exp: Likewise.
17222 * gdb.base/step-bt.exp: Likewise.
17223 * gdb.cp/mb-inline.exp: Likewise.
17224 * gdb.cp/mb-templates.exp: Likewise.
17225 * gdb.objc/basicclass.exp: Likewise.
17226 * gdb.threads/killed.exp: Likewise.
17227
17228 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17229
17230 PR tdep/17379
17231 * gdb.arch/powerpc-stackless.S: New file.
17232 * gdb.arch/powerpc-stackless.exp: New file.
17233
17234 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17235
17236 * gdb.base/attach.c: Include unistd.h.
17237 (main): Call alarm. Add label postloop.
17238 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17239 gdb_breakpoint, gdb_continue_to_breakpoint.
17240 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17241
17242 2014-09-11 Pedro Alves <palves@redhat.com>
17243
17244 PR gdb/17347
17245 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17246 * gdb.base/attach.exp (test_command_line_attach_run): New
17247 procedure.
17248 (top level): Call it.
17249
17250 2014-09-11 Pedro Alves <palves@redhat.com>
17251
17252 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17253 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17254 (do_command_attach_tests): Use spawn_wait_for_attach.
17255 * gdb.base/solib-overlap.exp: Likewise.
17256 * gdb.multi/multi-attach.exp: Likewise.
17257 * gdb.python/py-prompt.exp: Likewise.
17258 * gdb.python/py-sync-interp.exp: Likewise.
17259 * gdb.server/ext-attach.exp: Likewise.
17260
17261 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17262
17263 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17264 command in testcase. Simplify testcase.
17265
17266 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17267
17268 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17269
17270 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17271
17272 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17273
17274 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17275
17276 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17277
17278 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17279
17280 * gdb.dwarf2/dynarr-ptr.c: New file.
17281 * gdb.dwarf2/dynarr-ptr.exp: New file.
17282
17283 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17284
17285 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17286 of 30 rather than hardcoding 120 for a slow test case. Take the
17287 `gdb,timeout' target setting into account for this calculation.
17288 Don't extend the timeout for the test cases that don't need it.
17289
17290 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17291
17292 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17293 a factor of 2 for a slow test case. Take the `gdb,timeout'
17294 target setting into account for this calculation.
17295 * gdb.reverse/until-precsave.exp: Increase the timeout by
17296 a factor of 15 and 3 respectively rather than adding 120
17297 for a pair of slow test cases. Take the `gdb,timeout'
17298 target setting into account for this calculation.
17299
17300 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17301
17302 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17303 timeout, don't pass one down to gdb_expect.
17304 (gdb_expect): Rework timeout selection.
17305
17306 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17307
17308 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17309 exception on timeout.
17310 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17311 (gdbserver_start_extended): Catch any `gdbserver_start' error
17312 exceptions.
17313 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17314 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17315 `gdbserver_gdb_load' error exceptions.
17316
17317 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17318
17319 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17320 120 on waiting for the TCP socket to open.
17321
17322 2014-09-09 Doug Evans <xdje42@gmail.com>
17323
17324 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17325 _caller_matches, _any_caller_is, _any_caller_matches.
17326
17327 2014-09-09 Doug Evans <xdje42@gmail.com>
17328
17329 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17330
17331 2014-09-09 Yao Qi <yao@codesourcery.com>
17332
17333 * gdb.mi/mi-var-display.exp: Set print symbol off.
17334
17335 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17336
17337 PR gdb/17035
17338 * gdb.base/commands.exp: Add tests to verify user-defined
17339 commands with empty bodies.
17340 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17341 python commands in `show user command`.
17342 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17343 scheme commands in `show user command`.
17344
17345 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17346
17347 PR python/17355
17348 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17349 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17350 * gdb.python/py-framefilter-invalidarg.exp: New file.
17351 * gdb.python/py-framefilter-invalidarg.py: New file.
17352
17353 2014-09-06 Doug Evans <xdje42@gmail.com>
17354
17355 PR 15276
17356 * gdb.python/py-caller-is.c: New file.
17357 * gdb.python/py-caller-is.exp: New file.
17358
17359 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17360
17361 PR gdb/17235
17362 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17363 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17364
17365 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17366
17367 PR fortran/17237
17368 * gdb.fortran/print-formatted.exp: New file.
17369 * gdb.fortran/print-formatted.f90: Likewise.
17370
17371 2014-09-03 Sasha Smundak <asmundak@google.com>
17372
17373 * gdb.python/py-frame.exp: Test Frame.read_register.
17374
17375 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17376
17377 PR python/16699
17378 * gdb.python/py-completion.exp: New file.
17379 * gdb.python/py-completion.py: Likewise.
17380
17381 2014-08-28 Doug Evans <dje@google.com>
17382
17383 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17384 eax,etc. are live with values set by gdb and thus the compiler can't
17385 use them.
17386 * gdb.arch/i386-pseudo.c (main): Ditto.
17387
17388 2014-08-27 Doug Evans <dje@google.com>
17389
17390 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17391
17392 2014-08-25 Doug Evans <dje@google.com>
17393
17394 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17395 (main): Ditto.
17396
17397 2014-08-25 Doug Evans <dje@google.com>
17398
17399 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17400
17401 2014-08-24 Yao Qi <yao@codesourcery.com>
17402
17403 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17404 symbol off.
17405 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17406
17407 2014-08-22 Doug Evans <dje@google.com>
17408
17409 PR 17276
17410 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17411 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17412 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17413
17414 2014-08-22 Yao Qi <yao@codesourcery.com>
17415
17416 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17417 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17418 * gdb.python/python.exp: Likewise. Use .py file on the host
17419 instead of the build.
17420
17421 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17422
17423 * gdb.threads/gcore-stale-thread.c: New file.
17424 * gdb.threads/gcore-stale-thread.exp: New file.
17425
17426 2014-08-21 Pedro Alves <palves@redhat.com>
17427
17428 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17429 * gdb.base/gcore-relro-pie.exp: Likewise.
17430 * gdb.base/gcore-relro.exp: Likewise.
17431 * gdb.base/gcore.exp: Likewise.
17432 * gdb.base/print-symbol-loading.exp: Likewise.
17433 * gdb.threads/gcore-thread.exp: Likewise.
17434 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17435
17436 2014-08-20 Pedro Alves <palves@redhat.com>
17437 Jan Kratochvil <jan.kratochvil@redhat.com>
17438
17439 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17440 configure.
17441 (EXPECT): Handle READ1 being set.
17442 (all): Depend on EXTRA_RULES.
17443 (check-read1, expect-read1, read1.so, read1): New rules.
17444 * README (Testsuite Parameters): Document the READ1 make variable.
17445 (Race detection): New section.
17446 * configure: Regenerate.
17447 * configure.ac: If build==host==target, and running under a
17448 GNU/glibc system, add read1 to the extra Makefile rules.
17449 (EXTRA_RULES): AC_SUBST it.
17450 * lib/read1.c: New file.
17451
17452 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17453
17454 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17455 the handling of variables declared as a typedef to an array
17456 which a DW_AT_data_location attribute.
17457
17458 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17459 Pedro Alves <palves@redhat.com>
17460
17461 PR symtab/14604
17462 PR symtab/14605
17463 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17464 gdb_test.
17465
17466 2014-08-19 Pedro Alves <palves@redhat.com>
17467
17468 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17469
17470 2014-08-19 Yao Qi <yao@codesourcery.com>
17471
17472 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17473 right line.
17474
17475 2014-08-18 David Blaikie <dblaikie@gmail.com>
17476
17477 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17478
17479 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17480
17481 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17482 attribute in array range.
17483
17484 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17485
17486 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17487
17488 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17489
17490 PR c++/17132
17491 * gdb.cp/pr17132.cc: New file.
17492 * gdb.cp/pr17132.exp: New file.
17493
17494 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17495
17496 * gdb.python/py-xmethods.py (A_getarrayind)
17497 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17498 Use 'print' with function call syntax.
17499 (E_method_matcher.match): Fix tab vs space indentation mixup.
17500
17501 2014-08-15 Yao Qi <yao@codesourcery.com>
17502
17503 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17504 false.
17505
17506 2014-08-15 Yao Qi <yao@codesourcery.com>
17507
17508 * gdb.cp/casts.exp: Set print symbol off.
17509 * gdb.cp/class2.exp: Likewise.
17510 * gdb.cp/overload.exp: Likewise.
17511 * gdb.cp/templates.exp: Likewise.
17512
17513 2014-08-11 Doug Evans <dje@google.com>
17514
17515 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17516 (test_load_shlib): Update.
17517
17518 2014-08-09 Yao Qi <yao@codesourcery.com>
17519
17520 * gdb.base/display.exp: Invoke is_address_zero_readable.
17521 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17522 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17523 * gdb.base/hbreak-unmapped.exp: Return if
17524 is_address_zero_readable returns true.
17525 * gdb.base/signest.exp: Likewise.
17526 * gdb.base/signull.exp: Likewise.
17527 * gdb.base/sigbpt.exp: Likewise.
17528 * gdb.guile/scm-disasm.exp: Do the test if
17529 is_address_zero_readable returns false.
17530 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17531 * gdb.python/py-arch.exp: Likewise.
17532 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17533 * lib/gdb.exp (is_address_zero_readable): New proc.
17534
17535 2014-08-09 Yao Qi <yao@codesourcery.com>
17536
17537 PR testsuite/13443
17538 * gdb.mi/mi-var-display.exp: Make test messages unique.
17539
17540 2014-08-04 Tom Tromey <tromey@redhat.com>
17541
17542 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17543 target 0".
17544
17545 2014-08-04 Tom Tromey <tromey@redhat.com>
17546
17547 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17548 "target_resume".
17549
17550 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17551
17552 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17553 inner_vla_struct_object_size.
17554 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17555 as xfail.
17556
17557 2014-07-30 Pedro Alves <palves@redhat.com>
17558
17559 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17560 comment.
17561
17562 2014-07-29 Yao Qi <yao@codesourcery.com>
17563
17564 PR gdb/17206
17565 * gdb.base/until-nodebug.exp: New.
17566
17567 2014-07-28 Doug Evans <xdje42@gmail.com>
17568
17569 PR guile/17203
17570 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17571 previously existing parameter, and previously ambiguously spelled
17572 parameter.
17573
17574 2014-07-28 Will Newton <will.newton@linaro.org>
17575
17576 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17577
17578 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17579 Doug Evans <xdje42@gmail.com>
17580
17581 PR guile/17146
17582 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17583
17584 2014-07-25 Pedro Alves <palves@redhat.com>
17585
17586 * gdb.threads/signal-command-handle-nopass.c: New file.
17587 * gdb.threads/signal-command-handle-nopass.exp: New file.
17588 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17589 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17590 * gdb.threads/signal-delivered-right-thread.c: New file.
17591 * gdb.threads/signal-delivered-right-thread.exp: New file.
17592
17593 2014-07-25 Pedro Alves <palves@redhat.com>
17594
17595 * gdb.base/double-prompt-target-event-error.exp
17596 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17597 match.
17598 (cancel_pagination_in_target_event): Rework double prompt
17599 detection.
17600 * gdb.base/paginate-after-ctrl-c-running.exp
17601 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17602 <return>' match.
17603 * gdb.base/paginate-bg-execution.exp
17604 (test_bg_execution_pagination_return)
17605 (test_bg_execution_pagination_cancel): Remove '-notransfer
17606 <return>' matches.
17607 * gdb.base/paginate-execution-startup.exp
17608 (test_fg_execution_pagination_return)
17609 (test_fg_execution_pagination_cancel): Remove '-notransfer
17610 <return>' matches.
17611 * gdb.base/paginate-inferior-exit.exp
17612 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17613 match.
17614 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17615 * lib/gdb.exp (pagination_prompt): Run text through
17616 string_to_regexp.
17617 (gdb_test_multiple): Match $pagination_prompt instead of
17618 "<return>".
17619 (string_to_regexp): Move to lib/gdb-utils.exp.
17620
17621 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17622
17623 * gdb.arch/amd64-entry-value-paramref.S: New file.
17624 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17625 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17626 * gdb.arch/amd64-optimout-repeat.S: New file.
17627 * gdb.arch/amd64-optimout-repeat.c: New file.
17628 * gdb.arch/amd64-optimout-repeat.exp: New file.
17629
17630 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17631
17632 PR gdb/17170
17633 * gdb.base/statistics.exp: New file.
17634
17635 2014-07-17 Doug Evans <dje@google.com>
17636
17637 PR gdb/17170
17638 * gdb.base/maint.exp: Update testing of per-command stats.
17639
17640 2014-07-16 Pedro Alves <palves@redhat.com>
17641
17642 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17643 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17644 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17645 (tfile_write_buf): New functions.
17646 (add_memory_block): Rewrite using the above.
17647 (adjust_function_address): New function.
17648 (FUNCTION_ADDRESS): New macro.
17649 (write_basic_trace_file): Remove short_x local, and use
17650 tfile_write_16. Change type of func_addr local to unsigned long
17651 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17652 here. Cast argument of add_memory_block to char pointer.
17653 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17654 (main): Remove parameters.
17655 * gdb.trace/tfile.exp: Remove nowarnings.
17656
17657 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17658
17659 * gdb.base/debug-expr.exp: Test string evaluation with
17660 "debug expression" on.
17661
17662 2014-07-15 Pedro Alves <palves@redhat.com>
17663
17664 * gdb.base/reread.exp: Use clean_restart.
17665
17666 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17667
17668 * gdb.arch/avr-flash-qualifer.c: New.
17669 * gdb.arch/avr-flash-qualifer.exp: New.
17670
17671 2014-07-14 Pedro Alves <palves@redhat.com>
17672
17673 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17674 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17675
17676 2014-07-14 Pedro Alves <palves@redhat.com>
17677
17678 * gdb.base/double-prompt-target-event-error.c: New file.
17679 * gdb.base/double-prompt-target-event-error.exp: New file.
17680
17681 2014-07-14 Pedro Alves <palves@redhat.com>
17682
17683 PR gdb/17072
17684 * gdb.base/paginate-inferior-exit.c: New file.
17685 * gdb.base/paginate-inferior-exit.exp: New file.
17686
17687 2014-07-14 Pedro Alves <palves@redhat.com>
17688
17689 PR gdb/17072
17690 * gdb.base/paginate-bg-execution.c: New file.
17691 * gdb.base/paginate-bg-execution.exp: New file.
17692
17693 2014-07-14 Pedro Alves <palves@redhat.com>
17694
17695 PR gdb/17072
17696 * gdb.base/paginate-execution-startup.c: New file.
17697 * gdb.base/paginate-execution-startup.exp: New file.
17698 * lib/gdb.exp (pagination_prompt): New global.
17699 (default_gdb_spawn): New procedure, factored out from
17700 default_gdb_spawn.
17701 (default_gdb_start): Adjust to call default_gdb_spawn.
17702 (gdb_spawn): New procedure.
17703
17704 2014-07-14 Pedro Alves <palves@redhat.com>
17705
17706 * lib/gdb.exp (gdb_assert): New procedure.
17707 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17708
17709 2014-07-14 Pedro Alves <palves@redhat.com>
17710
17711 * gdb.base/execution-termios.c: New file.
17712 * gdb.base/execution-termios.exp: New file.
17713
17714 2014-07-14 Tom Tromey <tromey@redhat.com>
17715
17716 * gdb.cp/vla-cxx.cc: New file.
17717 * gdb.cp/vla-cxx.exp: New file.
17718
17719 2014-07-14 Tom Tromey <tromey@redhat.com>
17720
17721 * gdb.reverse/rerun-prec.c: New file.
17722 * gdb.reverse/rerun-prec.exp: New file.
17723
17724 2014-07-12 Maciej W. Rozycki <macro@mips.com>
17725 Maciej W. Rozycki <macro@codesourcery.com>
17726
17727 * lib/gdb-utils.exp: New file.
17728 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17729 inline `gdb_init_command' processing.
17730 (gdb_start_cmd): Likewise.
17731 * lib/mi-support.exp (mi_run_cmd): Likewise.
17732 * README: Document `gdb_init_command' and `gdb_init_commands'.
17733
17734 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17735
17736 Fix false FAIL running under a very long directory name.
17737 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17738 and "set print elements 10000". Twice.
17739
17740 2014-07-11 Yao Qi <yao@codesourcery.com>
17741
17742 * gdb.base/exprs.exp: "set print symbol off".
17743
17744 2014-07-11 Pedro Alves <palves@redhat.com>
17745
17746 * gdb.threads/kill.c: New file.
17747 * gdb.threads/kill.exp: New file.
17748
17749 2014-07-10 Yao Qi <yao@codesourcery.com>
17750
17751 * gdb.trace/tfile.c (write_basic_trace_file)
17752 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17753 address written to trace file.
17754
17755 2014-07-09 Pedro Alves <palves@redhat.com>
17756
17757 * gdb.base/attach-wait-input.exp: New file.
17758 * gdb.base/attach-wait-input.c: New file.
17759
17760 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17761
17762 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17763 setting up test structures.
17764 (main): Call new test function.
17765 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17766 test function, continue into test function and walk test
17767 structures.
17768
17769 2014-07-02 Yao Qi <yao@codesourcery.com>
17770
17771 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17772 'bar_start' at the beginning of functions 'foo' and 'bar'
17773 respectively.
17774 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17775 instead of 'foo' and 'bar'.
17776
17777 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17778
17779 * gdb.btrace/segv.exp: New.
17780 * gdb.btrace/segv.c: New.
17781
17782 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
17783
17784 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17785 instruction.
17786
17787 2014-06-30 Mark Wielaard <mjw@redhat.com>
17788
17789 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17790 vulture, vilify, villar): New volatile array constants.
17791 (vindictive, vegetation): New const volatile array constants.
17792 * gdb.base/volatile.exp: Test volatile and const volatile array
17793 types.
17794
17795 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17796
17797 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17798 target lacks support for awatch, rwatch, or hbreak.
17799
17800 2014-06-27 Yao Qi <yao@codesourcery.com>
17801
17802 * gdb.multi/dummy-frame-restore.exp: New.
17803 * gdb.multi/dummy-frame-restore.c: New.
17804
17805 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17806
17807 * gdb.btrace/gcore.exp: New.
17808
17809 2014-06-23 Pedro Alves <palves@redhat.com>
17810
17811 * gdb.base/watchpoint-reuse-slot.c: New file.
17812 * gdb.base/watchpoint-reuse-slot.exp: New file.
17813
17814 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17815
17816 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17817 progspace's filename in 'info', 'enable' and 'disable' command
17818 tests.
17819
17820 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17821
17822 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17823 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17824 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17825
17826 2014-06-20 Gary Benson <gbenson@redhat.com>
17827
17828 * gdb.arch/i386-avx.exp: Fix include file location.
17829 * gdb.arch/i386-sse.exp: Likewise.
17830
17831 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17832
17833 * gdb.dlang/expression.exp: New file.
17834
17835 2014-06-19 Pedro Alves <palves@redhat.com>
17836
17837 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17838 out from ...
17839 (top level): ... here. Iterate running tests under different
17840 scheduler-locking settings.
17841
17842 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
17843
17844 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17845 to DW_FORM_addr and use non-zero addresses.
17846
17847 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17848
17849 PR gdb/17017
17850 * gdb.python/py-xmethods.cc: Add global function call counters and
17851 increment them in their respective functions. Remove "cout"
17852 statements.
17853 * gdb.python/py-xmethods.exp: Make tests check the global function
17854 call counters instead of depending on inferior IO.
17855
17856 2014-06-18 Don Breazeal <donb@codesourcery.com>
17857
17858 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17859 Deleted procedure.
17860 (explicit_fork_parent_follow): Deleted procedure.
17861 (explicit_fork_child_follow): Deleted procedure.
17862 (test_follow_fork): New procedure.
17863 (do_fork_tests): Replace calls to deleted procedures with
17864 calls to test_follow_fork and reset GDB for subsequent
17865 procedure calls.
17866
17867 2014-06-17 Yao Qi <yao@codesourcery.com>
17868
17869 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17870 CP1252.
17871
17872 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
17873
17874 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17875 Initialize ptr and S explicitly.
17876 (skip_type_update_when_not_use_rtti_test): Likewise.
17877
17878 2014-06-16 Keith Seitz <keiths@redhat.com>
17879
17880 PR mi/15863
17881 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17882 the inferior is started.
17883
17884 2014-06-16 Pedro Alves <palves@redhat.com>
17885
17886 * gdb.base/break-main-file-remove-fail.c: New file.
17887 * gdb.base/break-main-file-remove-fail.exp: New file.
17888 * gdb.base/break-unload-file.exp: Use build_executable instead of
17889 prepare_for_testing.
17890 (test_break): New parameter "initial_load". Handle it.
17891 (top level): Add initial_load cmdline/file axis.
17892
17893 2014-06-12 Tom Tromey <tromey@redhat.com>
17894
17895 * gdb.base/completion.exp: Don't use directory name in test.
17896
17897 2014-06-09 Gary Benson <gbenson@redhat.com>
17898
17899 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17900 separate the always-available ANSI-standard signals from the
17901 signals that require checking.
17902 (main): Likewise.
17903 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17904 Likewise.
17905 (main): Likewise.
17906
17907 2014-06-07 Keith Seitz <keiths@redhat.com>
17908
17909 Revert:
17910 PR c++/16253
17911 * gdb.cp/var-tag.cc: New file.
17912 * gdb.cp/var-tag.exp: New file.
17913 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17914 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17915 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17916 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17917
17918 2014-06-06 Doug Evans <xdje42@gmail.com>
17919
17920 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17921
17922 2014-06-06 Pedro Alves <palves@redhat.com>
17923
17924 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17925 in target debug output instead of looking at RSP packets,
17926 disabling the test on any target that uses hardware stepping.
17927 Update comments.
17928
17929 2014-06-06 Pedro Alves <palves@redhat.com>
17930
17931 * gdb.base/break-unload-file.exp: Fix typo.
17932
17933 2014-06-06 Yao Qi <yao@codesourcery.com>
17934
17935 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17936 from "jit_function" to "^jit_function".
17937
17938 2014-06-06 Yao Qi <yao@codesourcery.com>
17939
17940 * gdb.base/async.c (foo): Add one statement.
17941 * gdb.base/async.exp: Get the next instruction address and
17942 match the output of "nexti" by instruction address. Match
17943 the hex address in the output of "finish".
17944
17945 2014-06-06 Gary Benson <gbenson@redhat.com>
17946
17947 * gdb.base/call-signals.c: Remove preprocessor conditionals
17948 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17949 SIGSEGV and SIGTERM.
17950 * gdb.base/sigall.c: Likewise.
17951 * gdb.base/unwindonsignal.c: Likewise.
17952 * gdb.reverse/sigall-reverse.c: Likewise.
17953
17954 2014-06-06 Yao Qi <yao@codesourcery.com>
17955
17956 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17957 readable, skip the test.
17958
17959 2014-06-06 Yao Qi <yao@codesourcery.com>
17960
17961 * gdb.threads/staticthreads.c (thread_function): Move the line
17962 setting breakpoint on forward.
17963 * gdb.threads/staticthreads.exp: Update comments.
17964
17965 2014-06-05 Ludovic Courtès <ludo@gnu.org>
17966
17967 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17968 "history-append! type error".
17969
17970 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17971
17972 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17973 erroneous dprintf expected input.
17974
17975 2014-06-04 Doug Evans <xdje42@gmail.com>
17976
17977 * gdb.guile/scm-generics.exp: Delete.
17978
17979 2014-06-04 Doug Evans <xdje42@gmail.com>
17980
17981 * gdb.guile/scm-breakpoint.exp: Update.
17982 Add tests for breakpoint registration.
17983
17984 2014-06-04 Tom Tromey <tromey@redhat.com>
17985
17986 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17987 VLA-in-union.
17988 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17989 inner_vla_struct, vla_union types. Initialize objects of those
17990 types and compute their sizes.
17991
17992 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17993 Hui Zhu <hui@codesourcery.com>
17994
17995 * gdb.base/fileio.exp: Add test for shell not available as well as
17996 available.
17997 * gdb.base/fileio.c (test_system): Check for shell twice.
17998
17999 2014-06-04 Yao Qi <yao@codesourcery.com>
18000
18001 * gdb.base/auto-connect-native-target.exp: Remove redundant
18002 space from the regexp pattern.
18003
18004 2014-06-04 Yao Qi <yao@codesourcery.com>
18005
18006 * gdb.base/default.exp: Replace "child" with "native" in
18007 regexp pattern.
18008
18009 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18010
18011 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18012 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18013 * gdb.python/py-xmethods.py: Python script supporting the
18014 new testcase and tests.
18015
18016 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18017 Pedro Alves <palves@redhat.com>
18018
18019 PR breakpoints/17000
18020 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18021 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18022
18023 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18024
18025 * gdb.base/subst.exp: Add tests to verify partial path matching
18026 output.
18027
18028 2014-06-03 Pedro Alves <palves@redhat.com>
18029
18030 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18031 target that doesn't use software single-stepping.
18032
18033 2014-06-03 Pedro Alves <palves@redhat.com>
18034
18035 PR breakpoints/17000
18036 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18037 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18038
18039 2014-06-02 Doug Evans <xdje42@gmail.com>
18040
18041 * gdb.guile/scm-parameter.exp: New file.
18042
18043 2014-06-02 Doug Evans <xdje42@gmail.com>
18044
18045 * gdb.guile/scm-cmd.c: New file.
18046 * gdb.guile/scm-cmd.exp: New file.
18047
18048 2014-06-02 Doug Evans <xdje42@gmail.com>
18049
18050 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18051 pretty-printer lookup.
18052 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18053 (make-pp_s-printer): Call it.
18054 (make-pretty-printer-from-dict): New function.
18055 (lookup-pretty-printer-maker-from-dict): New function.
18056 (*pretty-printer*): Simplify.
18057 (make-objfile-pp_s-printer): New function.
18058 (install-objfile-pretty-printers!): New function.
18059 (make-progspace-pp_s-printer): New function.
18060 (install-progspace-pretty-printers!): New function.
18061 * gdb.guile/scm-progspace.c: New file.
18062 * gdb.guile/scm-progspace.exp: New file.
18063
18064 2014-06-02 Pedro Alves <palves@redhat.com>
18065
18066 * gdb.base/dprintf-bp-same-addr.c: New file.
18067 * gdb.base/dprintf-bp-same-addr.exp: New file.
18068
18069 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18070
18071 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18072 * gdb.arch/powerpc-power.s: Likewise.
18073
18074 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18075
18076 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18077
18078 2014-06-01 Yao Qi <yao@codesourcery.com>
18079
18080 * gdb.base/watchpoint.exp (test_watch_location): Check null
18081 pointer can be dereferenced. If not, do the test, otherwise
18082 skip it.
18083
18084 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18085
18086 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18087 results.
18088 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18089
18090 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18091
18092 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18093 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18094 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18095 * gdb.arch/amd64-invalid-stack-top.c: New file.
18096 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18097
18098 2014-05-30 Pedro Alves <palves@redhat.com>
18099
18100 PR breakpoints/17000
18101 * gdb.base/sss-bp-on-user-bp.c: New file.
18102 * gdb.base/sss-bp-on-user-bp.exp: New file.
18103
18104 2014-05-30 David Blaikie <dblaikie@gmail.com>
18105
18106 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18107 gnu_inline semantics via attribute.
18108 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18109 source explicitly specifies the required semantics.
18110
18111 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18112
18113 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18114
18115 2014-05-29 Pedro Alves <palves@redhat.com>
18116 Tom Tromey <tromey@redhat.com>
18117
18118 * gdb.base/async-shell.exp: Don't enable target-async.
18119 * gdb.base/async.exp
18120 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18121 parameter. Adjust.
18122 (top level): Don't test with "target-async".
18123 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18124 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18125 * gdb.base/inferior-died.exp: Don't enable target-async.
18126 * gdb.base/interrupt-noterm.exp: Likewise.
18127 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18128 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18129 * gdb.mi/mi-nonstop.exp: Likewise.
18130 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18131 * gdb.mi/mi-nsintrall.exp: Likewise.
18132 * gdb.mi/mi-nsmoribund.exp: Likewise.
18133 * gdb.mi/mi-nsthrexec.exp: Likewise.
18134 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18135 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18136 * gdb.python/py-evsignal.exp: Don't enable target-async.
18137 * gdb.python/py-evthreads.exp: Likewise.
18138 * gdb.python/py-prompt.exp: Likewise.
18139 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18140 * gdb.server/solib-list.exp: Don't enable target-async.
18141 * gdb.threads/thread-specific-bp.exp: Likewise.
18142 * lib/mi-support.exp: Adjust to use mi-async.
18143
18144 2014-05-29 Pedro Alves <palves@redhat.com>
18145
18146 PR gdb/13860
18147 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18148 reason, even in sync mode.
18149
18150 2014-05-29 Pedro Alves <palves@redhat.com>
18151 Hui Zhu <hui@codesourcery.com>
18152
18153 PR PR15693
18154 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18155 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18156 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18157 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18158
18159 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18160
18161 * config/monitor.exp (gdb_target_monitor): Replace use of
18162 "set remotebaud" by "set serial baud".
18163
18164 2014-05-26 Andy Wingo <wingo@igalia.com>
18165
18166 * gdb.guile/scm-breakpoint.exp:
18167 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18168 properties instead of gdb-object-properties.
18169
18170 2014-05-26 Yao Qi <yao@codesourcery.com>
18171
18172 * gdb.server/no-thread-db.exp: Specify source file name
18173 explicitly when setting a breakpoint.
18174
18175 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18176
18177 * gdb.btrace/vdso.c: New.
18178 * gdb.btrace/vdso.exp: New.
18179
18180 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18181
18182 * gdb.base/gcore.exp (capture_command_output): Move ...
18183 * lib/gdb.exp (capture_command_output): ... here.
18184
18185 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18186
18187 * gdb.btrace/data.exp: Test memory access during btrace replay.
18188
18189 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18190
18191 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18192
18193 2014-05-21 Pedro Alves <palves@redhat.com>
18194
18195 PR gdb/13860
18196 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18197 (top level): Test that output related to execution commands is
18198 sent to the console with CLI commands, but not with MI commands.
18199 Test that breakpoint events are always mirrored to the console.
18200 Also expect the new source line to be output after a "next" in
18201 async mode too. Make it a pass/fail test.
18202 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18203 output.
18204 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18205
18206 2014-05-21 Pedro Alves <palves@redhat.com>
18207
18208 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18209 Use them to test variations of "list" after reaching a breakpoint.
18210 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18211 Test "list" with listsize 10 after reaching a breakpoint.
18212 * gdb.python/python.exp (decode_line current location line
18213 number): Adjust expected line number.
18214
18215 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18216
18217 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18218 behavior for $args, pass it directly to "run".
18219
18220 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18221
18222 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18223 30000 to 65536.
18224
18225 2014-05-21 Pedro Alves <palves@redhat.com>
18226
18227 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18228 auto-connect-native-target off".
18229 * gdb.base/auto-connect-native-target.c: New file.
18230 * gdb.base/auto-connect-native-target.exp: New file.
18231
18232 2014-05-21 Pedro Alves <palves@redhat.com>
18233
18234 * gdb.base/default.exp: Test "target native" instead of "target
18235 child".
18236
18237 2014-05-21 Mark Wielaard <mjw@redhat.com>
18238
18239 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18240
18241 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18242
18243 Fix TLS access for -static -pthread.
18244 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18245 <HAVE_TLS> (thread_function, main): Initialize it.
18246 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18247 Add clean_restart.
18248 <$have_tls != "">: Check TLSVAR.
18249
18250 2014-05-21 Pedro Alves <palves@redhat.com>
18251
18252 * gdb.base/dcache-line-read-error.c: New.
18253 * gdb.base/dcache-line-read-error.exp: New.
18254
18255 2014-05-20 Pedro Alves <palves@redhat.com>
18256
18257 * gdb.base/compare-sections.c: New file.
18258 * gdb.base/compare-sections.exp: New file.
18259
18260 2014-05-20 Pedro Alves <palves@redhat.com>
18261
18262 * gdb.base/break-idempotent.c: New file.
18263 * gdb.base/break-idempotent.exp: New file.
18264
18265 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18266
18267 * gdb.btrace/nohist.exp: New.
18268
18269 2014-05-20 Yao Qi <yao@codesourcery.com>
18270
18271 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18272 gdb.reverse directory and gdb_reverse_timeout exists in board
18273 setting.
18274 * README: Document gdb_reverse_timeout.
18275
18276 2014-05-20 Yao Qi <yao@codesourcery.com>
18277
18278 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18279 'test_file_name'. Treat args as a string instead of a list.
18280 (gdb_init): Rename argument 'args' by 'test_file_name'.
18281
18282 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18283
18284 * gdb.arch/powerpc-power.exp: New file.
18285 * gdb.arch/powerpc-power.s: New file.
18286
18287 2014-05-16 Doug Evans <dje@google.com>
18288
18289 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18290 * gdb.base/completion.exp: Check that all expected files exist
18291 before doing file completion.
18292
18293 2014-05-16 Doug Evans <dje@google.com>
18294
18295 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18296 Update.
18297 (do_syscall_tests_without_xml): Update.
18298
18299 2014-05-16 Pedro Alves <palves@redhat.com>
18300
18301 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18302 instead of "unknown output after running".
18303
18304 2014-05-16 Yao Qi <yao@codesourcery.com>
18305
18306 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18307 file1.txt from host at the end.
18308 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18309
18310 2014-05-15 Doug Evans <dje@google.com>
18311
18312 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18313 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18314 loading file. Add test for TU lookup.
18315
18316 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18317
18318 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18319 calling "-exec-arguments" or "set args" before running the
18320 inferior.
18321
18322 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18323
18324 * lib/mi-support.exp (mi_expect_stop): Expect message for
18325 inferiors that exit with non-zero exit code.
18326
18327 2014-05-14 Yao Qi <yao@codesourcery.com>
18328
18329 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18330 match absolute path on remote host.
18331 (test_file_list_exec_source_files): Remove "/" from the
18332 pattern.
18333
18334 2014-05-14 Yao Qi <yao@codesourcery.com>
18335
18336 * boards/local-remote-host-notty.exp (${board}_file): New
18337 proc.
18338
18339 2014-05-07 Kyle McMartin <kyle@redhat.com>
18340
18341 Pushed by Joel Brobecker <brobecker@adacore.com>.
18342 * gdb.arch/aarch64-atomic-inst.c: New file.
18343 * gdb.arch/aarch64-atomic-inst.exp: New file.
18344
18345 2014-05-07 Yao Qi <yao@codesourcery.com>
18346
18347 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18348 in current context" too.
18349
18350 2014-05-05 Keith Seitz <keiths@redhat.com>
18351
18352 * gdb.linespec/ls-dollar.exp: Add test for linespec
18353 file:convenience_variable.
18354
18355 2014-05-05 Yao Qi <yao@codesourcery.com>
18356
18357 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18358 traceframes into tfile and ctf trace files. Read data from
18359 trace file and test collected data.
18360 (gdb_collect_locals_test): Likewise.
18361 (gdb_unavailable_registers_test): Likewise.
18362 (gdb_unavailable_floats): Likewise.
18363 (gdb_collect_globals_test): Likewise.
18364 (top-level): Append "ctf" to trace_file_targets if GDB
18365 supports.
18366
18367 2014-05-05 Yao Qi <yao@codesourcery.com>
18368
18369 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18370 code to ...
18371 (gdb_collect_args_test_1): ... it. New proc.
18372 (gdb_collect_locals_test): Move some code to ...
18373 (gdb_collect_locals_test_1): ... it. New proc.
18374 (gdb_unavailable_registers_test): Move some code to ...
18375 (gdb_unavailable_registers_test_1): ... it. New proc.
18376 (gdb_unavailable_floats): Move some code to ...
18377 (gdb_unavailable_floats_1): ... it. New proc.
18378
18379 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18380
18381 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18382 probes to test for bitness recognition.
18383 * gdb.arch/amd64-stap-optional-prefix.exp
18384 (test_probe_value_without_reg): New procedure.
18385 Add code to test for different kinds of bitness.
18386
18387 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18388
18389 PR breakpoints/16889
18390 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18391 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18392
18393 2014-05-01 Pedro Alves <palves@redhat.com>
18394
18395 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18396 gdb_file_cmd if no file is specified.
18397 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18398 last_loaded_file to set the remote exec-file.
18399
18400 2014-05-01 Pedro Alves <palves@redhat.com>
18401
18402 * boards/local-remote-host.exp: New file.
18403
18404 2014-05-01 Pedro Alves <palves@redhat.com>
18405
18406 * boards/local-remote-host.exp: Rename to ...
18407 * boards/local-remote-host-notty.exp: ... this.
18408
18409 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18410
18411 * gdb.ada/dyn_arrayidx: New testcase.
18412
18413 2014-04-26 Yao Qi <yao@codesourcery.com>
18414
18415 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18416 and compute the length of function main. Save it in
18417 $main_length.
18418 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18419 (top-level): Use gdb_compile to compile objects into
18420 executable and restart GDB. Remove invocation to
18421 prepare_for_testing.
18422
18423 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18424 Pedro Alves <palves@redhat.com>
18425
18426 PR server/16255
18427 * gdb.multi/multi-attach.c: New file.
18428 * gdb.multi/multi-attach.exp: New file.
18429
18430 2014-04-25 Pedro Alves <palves@redhat.com>
18431
18432 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18433 user.
18434 (top level): Test that "set remote conditional-breakpoints-packet
18435 off" works as intended.
18436 * gdb.base/dprintf.exp: Test that "set remote
18437 breakpoint-commands-packet off" works as intended.
18438 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18439 New function.
18440 (top level): Call it.
18441 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18442 remote fast-tracepoints-packet off" works as intended.
18443 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18444 * lib/gdb.exp (gdb_is_target_remote): ... here.
18445
18446 2014-04-24 David Blaikie <dblaikie@gmail.com>
18447
18448 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18449 ensure clang would not discard them.
18450 * gdb.base/gdbvars.c: Ditto.
18451 * gdb.base/memattr.c: Ditto.
18452 * gdb.base/whatis.c: Ditto.
18453 * gdb.python/py-prettyprint.c: Ditto.
18454 * gdb.trace/actions.c: Ditto.
18455 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18456 ensure clang would not discard it.
18457
18458 2014-04-24 David Blaikie <dblaikie@gmail.com>
18459
18460 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18461 clang to emit the full definition of type required by the test
18462 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18463
18464 2014-04-24 David Blaikie <dblaikie@gmail.com>
18465
18466 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18467 coax Clang into emitting the definition of the type.
18468 * gdb.cp/pr10728-x.h (y): Ditto.
18469 * gdb.cp/pr10728-y.cc (y): Ditto.
18470
18471 2014-04-24 David Blaikie <dblaikie@gmail.com>
18472
18473 * gdb.base/label.exp: XFAIL label related tests under Clang.
18474 * gdb.cp/cplabel.exp: Ditto.
18475 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18476 under Clang those using labels.
18477
18478 2014-04-25 Yao Qi <yao@codesourcery.com>
18479
18480 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18481 double_label.
18482 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18483 partial_label and double_label.
18484
18485 2014-04-24 David Blaikie <dblaikie@gmail.com>
18486
18487 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18488
18489 2014-04-24 David Blaikie <dblaikie@gmail.com>
18490
18491 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18492 of the function to work across GCC and Clang.
18493 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18494 pointer types (const void ** const V void **).
18495
18496 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18497 Walfred Tedeschi <walfred.tedeschi@intel.com>
18498
18499 * Makefile.in (EXECUTABLES): Added i386-avx512.
18500 * gdb.arch/i386-avx512.c: New file.
18501 * gdb.arch/i386-avx512.exp: Likewise.
18502
18503 2014-04-23 Keith Seitz <keiths@redhat.com>
18504
18505 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18506 (mi_make_breakpoint_table): New procedure.
18507 (mi_create_breakpoint): Use mi_make_breakpoint
18508 and return the result.
18509 (mi_make_breakpoint): New procedure.
18510 (mi_build_kv_pairs): New procedure.
18511
18512 * gdb.mi/mi-break.exp: Remove unused globals,
18513 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18514 All callers updated.
18515 * gdb.mi/mi-dprintf.exp: Use variable to track command
18516 number.
18517 Update all callers of mi_create_breakpoint and use
18518 mi_make_breakpoint_table.
18519 Remove any unused global variables.
18520 * gdb.mi/mi-nonstop.exp: Likewise.
18521 * gdb.mi/mi-nsintrall.exp: Likewise.
18522 * gdb.mi/mi-nsmoribund.exp: Likewise.
18523 * gdb.mi/mi-nsthrexec.exp: Likewise.
18524 * gdb.mi/mi-reverse.exp: Likewise.
18525 * gdb.mi/mi-simplerun.exp: Likewise.
18526 * gdb.mi/mi-stepn.exp: Likewise.
18527 * gdb.mi/mi-syn-frame.exp: Likewise.
18528 * gdb.mi/mi-until.exp: Likewise.
18529 * gdb.mi/mi-var-cp.exp: Likewise.
18530 * gdb.mi/mi-var-display.exp: Likewise.
18531 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18532 * gdb.mi/mi2-var-child.exp: Likewise.
18533 * gdb.mi/mi-vla-c99.exp: Likewise.
18534 * lib/mi-support.exp: Likewise.
18535
18536 From Ian Lance Taylor <iant@cygnus.com>:
18537 * lib/gdb.exp (parse_args): New procedure.
18538
18539 2014-04-23 Pedro Alves <palves@redhat.com>
18540
18541 * gdb.base/break-unload-file.c: New file.
18542 * gdb.base/break-unload-file.exp: New file.
18543 * gdb.base/sym-file-lib.c (baz): New function.
18544 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18545 field.
18546 (load): Store the segment's mapped size.
18547 (unload): New function.
18548 (unload_shlib): New function.
18549 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18550 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18551 set a breakpoint at baz, and call it.
18552 * gdb.base/sym-file.exp: New tests for stale breakpoint
18553 instructions.
18554
18555 2014-04-23 Pedro Alves <palves@redhat.com>
18556
18557 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18558 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18559 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18560 * gdb.base/hbreak-unmapped.c: New file.
18561 * gdb.base/hbreak-unmapped.exp: New file.
18562 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18563 * lib/gdb.exp (gdb_is_target_remote): ... here.
18564
18565 2014-04-22 Pedro Alves <palves@redhat.com>
18566
18567 * gdb.base/consecutive-step-over.c: New file.
18568 * gdb.base/consecutive-step-over.exp: New file.
18569
18570 2014-04-22 Pedro Alves <palves@redhat.com>
18571
18572 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18573 instead of send_gdb/gdb_expect.
18574
18575 2014-04-22 Yao Qi <yao@codesourcery.com>
18576
18577 * lib/trace-support.exp (generate_tracefile): New procedure.
18578 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18579 return 0.
18580 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18581 if generate_tracefile returns 1.
18582
18583 2014-04-18 Tom Tromey <palves@redhat.com>
18584 Pedro alves <tromey@redhat.com>
18585
18586 PR backtrace/15558
18587 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18588 with a backtrace limit.
18589 * gdb.python/py-frame-inline.exp: Test running to an inline
18590 function with a backtrace limit, and printing the newest frame.
18591 * gdb.python/py-frame-inline.c (main): Call f.
18592
18593 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18594
18595 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18596
18597 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18598
18599 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18600 Drop prefix from unsupported source file path.
18601
18602 2014-04-17 Yao Qi <yao@codesourcery.com>
18603
18604 * lib/gdb.exp (with_target_charset): New proc.
18605 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18606 with_target_charset.
18607 (test_print_strings): Likewise.
18608 (test_repeat_bytes): Likewise.
18609 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18610 for some tests.
18611
18612 2014-04-16 Keith Seitz <keiths@redhat.com>
18613
18614 PR gdb/15827
18615 * gdb.dwarf2/corrupt.c: New file.
18616 * gdb.dwarf2/corrupt.exp: New file.
18617
18618 2014-04-16 Keith Seitz <keiths@redhat.com>
18619
18620 PR c++/16597
18621 * gdb.cp/namelessclass.cc: New file.
18622 * gdb.cp/namelessclass.exp: New file.
18623 * gdb.cp/namelessclass.S: New file.
18624
18625 2014-04-16 Doug Evans <dje@google.com>
18626
18627 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18628 Add comment.
18629 (gdbserver_default_get_comm_port): New function.
18630 (gdbserver_start): Check if board file provided
18631 "gdbserver,get_comm_port" and use it if so.
18632 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18633 (gdb,socketport): Set to "stdio".
18634 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18635 (stdio_gdbserver_template): Delete.
18636 (${board}_get_remote_address): Update.
18637 (${board}_build_remote_cmd): Delete.
18638 (${board}_get_comm_port): New function.
18639 (${board}_spawn): Update.
18640 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18641 Delete.
18642 (${board}_get_remote_address): Update.
18643 (${board}_get_comm_port): New function.
18644
18645 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
18646
18647 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18648 appearing in any order.
18649
18650 2014-04-15 Doug Evans <dje@google.com>
18651
18652 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18653 uninitialized value of "description".
18654
18655 2014-04-15 Keith Seitz <keiths@redhat.com>
18656
18657 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18658 Remove unused globals.
18659 (test_running_the_program): Likewise.
18660 (test_controlled_execution): Likewise.
18661 (test_controlling_breakpoints): Likewise.
18662 (test_program_termination): Likewise.
18663
18664 2014-04-15 Keith Seitz <keiths@redhat.com>
18665
18666 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18667 unused globals.
18668 (test_rbreak_creation_and_listing): Likewise.
18669 (test_ignore_count): Likewise.
18670 (test_error): Likewise.
18671
18672 2014-04-15 Pedro Alves <palves@redhat.com>
18673
18674 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18675 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18676 sym-file-loader.c.
18677 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18678 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18679 to sym-file-loader.c.
18680 (struct library): Forward declare.
18681 (load_shlib, lookup_function): Change prototypes.
18682 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18683 (translate_offset): Remove declarations.
18684 (get_text_addr): New declaration.
18685 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18686 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18687 sym-file-loader.h.
18688 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18689 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18690 here from sym-file-loader.h.
18691 (struct library): New structure.
18692 (load_shlib, lookup_function): Change prototypes and adjust to
18693 work with a struct library.
18694 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18695 (translate_offset): Make static.
18696 (get_text_addr): New function.
18697 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18698
18699 2014-04-15 Pedro Alves <palves@redhat.com>
18700
18701 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18702
18703 2014-04-15 Pedro Alves <palves@redhat.com>
18704
18705 * gdb.base/sym-file-loader.c: Include <limits.h>.
18706 (SELF_LINK): New define.
18707 (get_origin): New function.
18708 (load_shlib): Use it.
18709 * gdb.base/sym-file.exp: Don't early return if the target is
18710 remote. Use runto_main, and issue fail is that fails. Use
18711 gdb_load_shlibs.
18712 (shlib_name): Delete.
18713 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18714
18715 2014-04-15 Pedro Alves <palves@redhat.com>
18716
18717 * gdb.base/sym-file.exp: Remove regex characters from test
18718 message. Don't refer to breakpoint numbers in test messages.
18719
18720 2014-04-14 Keith Seitz <keiths@redhat.com>
18721
18722 PR c++/16253
18723 * gdb.cp/var-tag.cc: New file.
18724 * gdb.cp/var-tag.exp: New file.
18725 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18726 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18727 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18728 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18729
18730 2014-04-14 Tom Tromey <tromey@redhat.com>
18731
18732 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18733 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18734 type.
18735 * gdb.cp/enum-class.exp: New file.
18736 * gdb.cp/enum-class.cc: New file.
18737
18738 2014-04-14 Tom Tromey <tromey@redhat.com>
18739
18740 * gdb.dwarf2/enum-type.exp: New file.
18741
18742 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18743
18744 * gdb.mi/mi-vla-c99.exp: New file.
18745 * gdb.mi/vla.c: New file.
18746
18747 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18748
18749 * gdb.base/vla-datatypes.c: New file.
18750 * gdb.base/vla-datatypes.exp: New file.
18751
18752 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18753
18754 * gdb.base/vla-ptr.c: New file.
18755 * gdb.base/vla-ptr.exp: New file.
18756
18757 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18758
18759 * gdb.dwarf2/count.exp: New file.
18760
18761 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18762
18763 * gdb.base/vla-sideeffect.c: New file.
18764 * gdb.base/vla-sideeffect.exp: New file.
18765
18766 2014-04-14 David Blaikie <dblaikie@gmail.com>
18767
18768 * gdb.mi/non-stop.c: Add return value for non-void function return
18769 statement.
18770 * gdb.threads/staticthreads.c: Ditto.
18771
18772 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18773 Doug Evans <xdje42@gmail.com>
18774
18775 * gdb.guile/scm-value.c: Improve test case.
18776 * gdb.guile/scm-value.exp: Add new test.
18777
18778 2014-04-11 David Blaikie <dblaikie@gmail.com>
18779
18780 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18781 override Clang's default.
18782
18783 2014-04-11 Joel Brobecker <brobecker@adacore.com>
18784
18785 Revert the following changes (regressions):
18786
18787 * gdb.base/vla-sideeffect.c: New file.
18788 * gdb.base/vla-sideeffect.exp: New file.
18789
18790 * gdb.dwarf2/count.exp: New file.
18791
18792 * gdb.base/vla-multi.c: New file.
18793 * gdb.base/vla-multi.exp: New file.
18794
18795 * gdb.base/vla-ptr.c: New file.
18796 * gdb.base/vla-ptr.exp: New file.
18797
18798 * gdb.base/vla-datatypes.c: New file.
18799 * gdb.base/vla-datatypes.exp: New file.
18800
18801 * gdb.mi/mi-vla-c99.exp: New file.
18802 * gdb.mi/vla.c: New file.
18803
18804 2014-04-11 Keith Seitz <keiths@redhat.com>
18805
18806 PR c++/16675
18807 * gdb.cp/cpsizeof.exp: New file.
18808 * gdb.cp/cpsizeof.cc: New file.
18809
18810 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18811
18812 * gdb.mi/mi-vla-c99.exp: New file.
18813 * gdb.mi/vla.c: New file.
18814
18815 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18816
18817 * gdb.base/vla-datatypes.c: New file.
18818 * gdb.base/vla-datatypes.exp: New file.
18819
18820 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18821
18822 * gdb.base/vla-ptr.c: New file.
18823 * gdb.base/vla-ptr.exp: New file.
18824
18825 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18826
18827 * gdb.base/vla-multi.c: New file.
18828 * gdb.base/vla-multi.exp: New file.
18829
18830 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18831
18832 * gdb.dwarf2/count.exp: New file.
18833
18834 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18835
18836 * gdb.base/vla-sideeffect.c: New file.
18837 * gdb.base/vla-sideeffect.exp: New file.
18838
18839 2014-04-11 Yao Qi <yao@codesourcery.com>
18840
18841 * gdb.base/completion.exp: Check file exists before running tests
18842 on file completion.
18843
18844 2014-04-10 Pedro Alves <palves@redhat.com>
18845
18846 * gdb.base/cond-eval-mode.c: New file.
18847 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18848 prepare_for_testing to build the new file. Check result of
18849 runto_main.
18850 (test_break, test_watch): New procedures.
18851 (top level): Use them.
18852
18853 2014-04-08 Pierre Muller <muller@sourceware.org>
18854
18855 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18856 Ctrl-V use for mingw hosts.
18857
18858 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18859
18860 * gdb.python/py-value.c: Improve test case.
18861 * gdb.python/py-value.exp: Add new test.
18862
18863 2014-04-07 David Blaikie <dblaikie@gmail.com>
18864
18865 * lib/compiler.c: Identify the clang compiler.
18866 * lib/compiler.cc: Ditto.
18867
18868 2014-04-03 Yao Qi <yao@codesourcery.com>
18869
18870 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18871
18872 2014-04-01 Anton Blanchard <anton@samba.org>
18873
18874 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18875 messages unique.
18876
18877 2014-04-01 Anton Blanchard <anton@samba.org>
18878
18879 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18880 prepare_for_testing.
18881
18882 2014-04-01 Anton Blanchard <anton@samba.org>
18883
18884 * gdb.arch/ppc64-atomic-inst.c: Remove.
18885 * gdb.arch/ppc64-atomic-inst.S: New file.
18886 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18887
18888 2014-03-31 Doug Evans <dje@google.com>
18889
18890 * gdb.base/print-symbol-loading-lib.c: New file.
18891 * gdb.base/print-symbol-loading-main.c: New file.
18892 * gdb.base/print-symbol-loading.exp: New file.
18893
18894 2014-03-31 Yao Qi <yao@codesourcery.com>
18895
18896 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18897
18898 2014-03-28 Joel Brobecker <brobecker@adacore.com>
18899
18900 * gdb.ada/mi_dyn_arr: New testcase.
18901
18902 2014-03-27 Doug Evans <dje@google.com>
18903
18904 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18905
18906 2014-03-27 Yao Qi <yao@codesourcery.com>
18907
18908 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18909 if target is nios2-*-*.
18910
18911 2014-03-26 Yao Qi <yao@codesourcery.com>
18912
18913 * lib/gdb.exp (readline_is_used): New proc.
18914 * gdb.base/completion.exp: Move tests on command complete up.
18915 Skip the rest of tests if readline is not used.
18916 * gdb.ada/complete.exp: Skp the test if readline is not
18917 used.
18918 * gdb.base/filesym.exp: Likewise.
18919 * gdb.base/macscp.exp: Likewise.
18920 * gdb.base/readline-ask.exp: Likewise.
18921 * gdb.base/readline.exp: Likewise.
18922 * gdb.python/py-cmd.exp: Likewise.
18923 * gdb.trace/tfile.exp: Likewise.
18924
18925 2014-03-26 Yao Qi <yao@codesourcery.com>
18926
18927 * gdb.base/macscp.exp: Fix code format issues.
18928
18929 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18930
18931 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18932 * gdb.asm/powerpc64le.inc: New file.
18933
18934 2014-03-25 Pedro Alves <palves@redhat.com>
18935 Doug Evans <dje@google.com>
18936
18937 * gdb.base/source-execution.c: New file.
18938 * gdb.base/source-execution.exp: New file.
18939 * gdb.base/source-execution.gdb: New file.
18940
18941 2014-03-24 Doug Evans <dje@google.com>
18942
18943 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18944 using fission.
18945
18946 2014-03-24 Hui Zhu <hui@codesourcery.com>
18947 Pedro Alves <palves@redhat.com>
18948
18949 PR breakpoints/16101
18950 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18951 test pass/fail messages. Detect missing support for dprintf when
18952 breakpoints are actually inserted.
18953 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18954 breakpoints are actually inserted.
18955 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18956 fails.
18957
18958 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18959
18960 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18961
18962 2014-03-22 Doug Evans <xdje42@gmail.com>
18963
18964 * gdb.python/python.exp (python not supported): Verify multi-line
18965 python command issues an error.
18966 * gdb.guile/guile.exp (guile not supported): Verify multi-line
18967 guile command issues an error.
18968
18969 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18970
18971 * gdb.threads/thread-specific.exp: Handle the lack of usable
18972 $this_breakpoint and $this_thread.
18973
18974 2014-03-21 Hui Zhu <hui@codesourcery.com>
18975
18976 * gdb.base/attach.exp (do_command_attach_tests): New.
18977
18978 2014-03-20 Tom Tromey <tromey@redhat.com>
18979 Pedro Alves <palves@redhat.com>
18980
18981 PR cli/15718
18982 * gdb.base/condbreak-call-false.c: New file.
18983 * gdb.base/condbreak-call-false.exp: New file.
18984
18985 2014-03-20 Pedro Alves <palves@redhat.com>
18986
18987 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18988 Delete.
18989 (block_signals, unblock_signals): Delete.
18990 (child_function_2, main): Remove references to deleted variable
18991 and functions.
18992
18993 2014-03-20 Pedro Alves <palves@redhat.com>
18994
18995 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18996 Use pthread_kill to signal thread 2.
18997 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18998 Adjust to make the test send itself a signal rather than using the
18999 host's "kill" command.
19000
19001 2014-03-20 Pedro Alves <palves@redhat.com>
19002
19003 * gdb.threads/multiple-step-overs.c: New file.
19004 * gdb.threads/multiple-step-overs.exp: New file.
19005 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19006 Adjust expected infrun debug output.
19007
19008 2014-03-20 Pedro Alves <palves@redhat.com>
19009
19010 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19011 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19012
19013 2014-03-20 Pedro Alves <palves@redhat.com>
19014
19015 PR breakpoints/7143
19016 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19017 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19018 of gdb_test_multiple.
19019 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19020 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19021
19022 2014-03-20 Pedro Alves <palves@redhat.com>
19023
19024 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19025 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19026
19027 2014-03-19 Pedro Alves <palves@redhat.com>
19028
19029 * gdb.base/async.exp: Remove early return.
19030
19031 2014-03-19 Pedro Alves <palves@redhat.com>
19032
19033 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19034
19035 2014-03-19 Pedro Alves <palves@redhat.com>
19036
19037 * gdb.base/async.exp (test_background): Expect \r\n after
19038 "completed." in the fail pattern.
19039
19040 2014-03-19 Pedro Alves <palves@redhat.com>
19041
19042 * gdb.base/async.exp (test_background): New procedure.
19043 Use it for all background execution command tests.
19044
19045 2014-03-19 Pedro Alves <palves@redhat.com>
19046
19047 * gdb.base/async.exp: Use prepare_for_testing.
19048
19049 2014-03-19 Pedro Alves <palves@redhat.com>
19050
19051 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19052 the same line.
19053
19054 2014-03-19 Pedro Alves <palves@redhat.com>
19055
19056 * gdb.base/async.c (main): Add "jump here" and "until here" line
19057 marker comments.
19058 * gdb.base/async.exp (jump_here): New global.
19059 (jump& test): Use it.
19060 (until_here): New global.
19061 (until& test): Use it.
19062
19063 2014-03-19 Pedro Alves <palves@redhat.com>
19064
19065 * gdb.base/async.exp: Don't frob gdb_protocol.
19066
19067 2014-03-18 Doug Evans <xdje42@gmail.com>
19068
19069 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19070 Fix spelling of exec-done-display.
19071
19072 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19073
19074 PR gdb/15358
19075 * gdb.base/gdb-sigterm.c: New file.
19076 * gdb.base/gdb-sigterm.exp: New file.
19077
19078 2014-03-18 Pedro Alves <palves@redhat.com>
19079
19080 PR gdb/13860
19081 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19082 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19083 solib-event.
19084
19085 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19086
19087 * gdb.ada/pckd_arr_ren: New testcase.
19088
19089 2014-03-13 Doug Evans <xdje42@gmail.com>
19090
19091 PR guile/16612
19092 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19093 collect after discarding symbols.
19094
19095 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19096 Doug Evans <xdje42@gmail.com>
19097
19098 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19099 to history survives a gc.
19100
19101 2014-03-13 Pedro Alves <palves@redhat.com>
19102
19103 * gdb.base/default.exp: Don't test "target procfs".
19104
19105 2014-03-13 Pedro Alves <palves@redhat.com>
19106
19107 * gdb.base/default.exp: Update "target child" and "target procfs"
19108 tests to not expect "Unix".
19109
19110 2014-03-12 Tom Tromey <tromey@redhat.com>
19111
19112 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19113 New procs. Add target-async tests.
19114 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19115 Add target-async tests.
19116
19117 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19118
19119 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19120 'func_start' and 'func_end' for the beginning and end of the
19121 function code, respectively.
19122 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19123 'func_end' instead of 'func' and 'main'.
19124
19125 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19126
19127 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19128 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19129 generate the debug info assembler source.
19130
19131 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19132
19133 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19134 * gdb.dwarf2/arr-subrange.exp: Likewise.
19135 * gdb.dwarf2/dwz.exp: Likewise.
19136 * gdb.dwarf2/method-ptr.exp: Likewise.
19137 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19138 * gdb.dwarf2/subrange.exp: Likewise.
19139 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19140 * gdb.dwarf2/implptrpiece.exp: Likewise.
19141 * gdb.dwarf2/nostaticblock.exp: Likewise.
19142
19143 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19144
19145 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19146 directory to absolute path name arguments.
19147
19148 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19149
19150 * gdb.ada/tagged_access: New testcase.
19151
19152 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19153
19154 * gdb.btrace/data.exp: Update expected output.
19155
19156 2014-03-06 Yao Qi <yao@codesourcery.com>
19157
19158 * gdb.trace/pr16508.exp: New file.
19159
19160 2014-03-05 Pedro Alves <palves@redhat.com>
19161
19162 PR gdb/16575
19163 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19164 procedure.
19165 (top level): Adjust to use it. Add tests that exercise breakpoint
19166 interaction with the code-cache.
19167
19168 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19169
19170 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19171 test for 'history-append!'.
19172
19173 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19174
19175 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19176 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19177 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19178 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19179 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19180 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19181
19182 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19183
19184 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19185 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19186 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19187
19188 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19189
19190 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19191
19192 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19193
19194 * gdb.dwarf2/arr-stride.c: New file.
19195 * gdb.dwarf2/arr-stride.exp: New file.
19196
19197 2014-02-26 Pedro Alves <palves@redhat.com>
19198
19199 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19200 that won't ever trigger. Make sure that GDB reports the correct
19201 breakpoint that caused the stop.
19202
19203 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19204
19205 PR gdb/16626
19206 * gdb.base/auto-load-script: New file.
19207 * gdb.base/auto-load.c: New file.
19208 * gdb.base/auto-load.exp: New file.
19209
19210 PR gdb/16626
19211 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19212
19213 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19214
19215 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19216 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19217
19218 2014-02-24 Doug Evans <dje@google.com>
19219
19220 * lib/gdb.exp (run_on_host): Log error output if program fails.
19221
19222 2014-02-21 Pedro Alves <palves@redhat.com>
19223
19224 * gdb.threads/step-after-sr-lock.c: Rename to ...
19225 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19226 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19227 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19228 ... this.
19229
19230 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19231
19232 PR tdep/16397
19233 * gdb.arch/amd64-stap-special-operands.exp: New file.
19234 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19235 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19236 * gdb.arch/amd64-stap-triplet.S: Likewise.
19237 * gdb.arch/amd64-stap-triplet.c: Likewise.
19238
19239 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19240
19241 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19242 in .section pseudo-op.
19243
19244 2014-02-20 lin zuojian <manjian2006@gmail.com>
19245 Joel Brobecker <brobecker@adacore.com>
19246 Doug Evans <xdje42@gmail.com>
19247
19248 PR symtab/16581
19249 * gdb.dwarf2/dw2-icycle.S: New file.
19250 * gdb.dwarf2/dw2-icycle.c: New file.
19251 * gdb.dwarf2/dw2-icycle.exp: New file.
19252
19253 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19254
19255 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19256 operations on gdb.Value objects.
19257 * gdb.python/py-value-cc.exp: Add new test to test operations on
19258 gdb.Value objects.
19259
19260 2014-02-18 Doug Evans <dje@google.com>
19261
19262 * Makefile.in (TESTS): New variable.
19263 (expanded_tests, expanded_tests_or_none): New variables
19264 (check-single): Pass $(expanded_tests_or_none) to runtest.
19265 (check-parallel): Only run tests in $(TESTS) if non-empty.
19266 (check/no-matching-tests-found): New rule.
19267 * README: Document TESTS makefile variable.
19268
19269 2014-02-18 Doug Evans <dje@google.com>
19270
19271 * Makefile.in (check-parallel): rm -rf outputs temp.
19272
19273 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19274
19275 Fix "ERROR: no fileid for" in the testsuite.
19276 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19277
19278 2014-02-12 Doug Evans <dje@google.com>
19279
19280 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19281 (MISCELLANEOUS): New variable.
19282 (clean): rm -rf $(MISCELLANEOUS).
19283 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19284 dwp live in the same directory as symlinks, with each symlink pointed
19285 to a differently named file in a different directory.
19286
19287 2014-02-11 Doug Evans <dje@google.com>
19288
19289 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19290 of Tcl file commands.
19291
19292 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19293
19294 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19295 "kill -SIGUSR1 -1".
19296
19297 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19298
19299 * gdb.ada/tick_length_array_enum_idx: New testcase.
19300
19301 2014-02-10 Doug Evans <xdje42@gmail.com>
19302
19303 * configure.ac (AC_OUTPUT): Add gdb.guile.
19304 * configure: Regenerate.
19305 * lib/gdb-guile.exp: New file.
19306 * lib/gdb.exp (get_target_charset): New function.
19307 * gdb.base/help.exp: Update expected output from "apropos apropos".
19308 * gdb.guile/Makefile.in: New file.
19309 * gdb.guile/guile.exp: New file.
19310 * gdb.guile/scm-arch.c: New file.
19311 * gdb.guile/scm-arch.exp: New file.
19312 * gdb.guile/scm-block.c: New file.
19313 * gdb.guile/scm-block.exp: New file.
19314 * gdb.guile/scm-breakpoint.c: New file.
19315 * gdb.guile/scm-breakpoint.exp: New file.
19316 * gdb.guile/scm-disasm.c: New file.
19317 * gdb.guile/scm-disasm.exp: New file.
19318 * gdb.guile/scm-equal.c: New file.
19319 * gdb.guile/scm-equal.exp: New file.
19320 * gdb.guile/scm-error.exp: New file.
19321 * gdb.guile/scm-error.scm: New file.
19322 * gdb.guile/scm-frame-args.c: New file.
19323 * gdb.guile/scm-frame-args.exp: New file.
19324 * gdb.guile/scm-frame-args.scm: New file.
19325 * gdb.guile/scm-frame-inline.c: New file.
19326 * gdb.guile/scm-frame-inline.exp: New file.
19327 * gdb.guile/scm-frame.c: New file.
19328 * gdb.guile/scm-frame.exp: New file.
19329 * gdb.guile/scm-generics.exp: New file.
19330 * gdb.guile/scm-gsmob.exp: New file.
19331 * gdb.guile/scm-iterator.c: New file.
19332 * gdb.guile/scm-iterator.exp: New file.
19333 * gdb.guile/scm-math.c: New file.
19334 * gdb.guile/scm-math.exp: New file.
19335 * gdb.guile/scm-objfile-script-gdb.in: New file.
19336 * gdb.guile/scm-objfile-script.c: New file.
19337 * gdb.guile/scm-objfile-script.exp: New file.
19338 * gdb.guile/scm-objfile.c: New file.
19339 * gdb.guile/scm-objfile.exp: New file.
19340 * gdb.guile/scm-ports.exp: New file.
19341 * gdb.guile/scm-pretty-print.c: New file.
19342 * gdb.guile/scm-pretty-print.exp: New file.
19343 * gdb.guile/scm-pretty-print.scm: New file.
19344 * gdb.guile/scm-section-script.c: New file.
19345 * gdb.guile/scm-section-script.exp: New file.
19346 * gdb.guile/scm-section-script.scm: New file.
19347 * gdb.guile/scm-symbol.c: New file.
19348 * gdb.guile/scm-symbol.exp: New file.
19349 * gdb.guile/scm-symtab-2.c: New file.
19350 * gdb.guile/scm-symtab.c: New file.
19351 * gdb.guile/scm-symtab.exp: New file.
19352 * gdb.guile/scm-type.c: New file.
19353 * gdb.guile/scm-type.exp: New file.
19354 * gdb.guile/scm-value-cc.cc: New file.
19355 * gdb.guile/scm-value-cc.exp: New file.
19356 * gdb.guile/scm-value.c: New file.
19357 * gdb.guile/scm-value.exp: New file.
19358 * gdb.guile/source2.scm: New file.
19359 * gdb.guile/types-module.cc: New file.
19360 * gdb.guile/types-module.exp: New file.
19361
19362 2014-02-10 Yao Qi <yao@codesourcery.com>
19363
19364 PR testsuite/16543
19365 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19366 * configure: Regenerated.
19367 * Makefile.in: New file.
19368
19369 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19370
19371 * gdb.python/py-framefilter.exp: Fix typo.
19372
19373 2014-02-08 Yao Qi <yao@codesourcery.com>
19374
19375 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19376 that no =breakpoint-modified is emitted when breakpoints are
19377 modified through MI commands.
19378
19379 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19380 Pedro Alves <palves@redhat.com>
19381
19382 * gdb.threads/step-after-sr-lock.c: New file.
19383 * gdb.threads/step-after-sr-lock.exp: New file.
19384
19385 2014-02-07 Pedro Alves <palves@redhat.com>
19386
19387 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19388
19389 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19390
19391 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19392 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19393
19394 2014-02-06 Doug Evans <xdje42@gmail.com>
19395
19396 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19397 output.
19398
19399 * gdb.gdb/python-interrupts.exp: New file.
19400
19401 2014-02-05 Yao Qi <yao@codesourcery.com>
19402
19403 * gdb.trace/report.exp (use_collected_data): Test the output
19404 of "info threads" and "info inferiors".
19405
19406 2014-02-05 Yao Qi <yao@codesourcery.com>
19407
19408 Revert this patch:
19409
19410 2013-05-24 Yao Qi <yao@codesourcery.com>
19411
19412 * gdb.trace/tfile.exp: Test inferior and thread.
19413
19414 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19415
19416 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19417 on a function.
19418 * gdb.base/step-bt.c: Call hello via function pointer to make
19419 sure its first instruction is executed on powerpc64le-linux.
19420
19421 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19422
19423 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19424
19425 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19426
19427 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19428 of the test patterns for use on little-endian systems.
19429
19430 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19431
19432 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19433 (decimal_vector): Fix for little-endian.
19434
19435 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19436
19437 * gdb.arch/sparc-sysstep.exp: New file.
19438 * gdb.arch/sparc-sysstep.c: Likewise.
19439
19440 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19441
19442 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19443
19444 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19445
19446 2014-01-23 Tom Tromey <tromey@redhat.com>
19447
19448 * gdb.ada/array_char_idx: New testcase.
19449
19450 2014-01-23 Tom Tromey <tromey@redhat.com>
19451
19452 PR python/16487:
19453 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19454 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19455 classes.
19456
19457 2014-01-23 Tom Tromey <tromey@redhat.com>
19458
19459 PR python/16491:
19460 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19461 string from an inferior frame.
19462 * gdb.python/py-framefilter-mi.exp: Update.
19463
19464 2014-01-22 Doug Evans <dje@google.com>
19465
19466 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19467
19468 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19469
19470 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19471
19472 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19473
19474 * gdb.trace/entry-values.exp: Remove excess space character from
19475 regex patterns. Handle s390 call instruction.
19476
19477 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19478
19479 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19480 define "*_start" label. Make "name" static.
19481 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19482 ${name} by references to ${name}_start.
19483
19484 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19485
19486 * gdb.base/info-macros.exp: Remove "debug" from the compile
19487 options.
19488
19489 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19490
19491 * gdb.dlang/demangle.exp: New file.
19492
19493 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19494
19495 * gdb.dlang/primitive-types.exp: New file.
19496
19497 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19498
19499 * configure.ac: Create gdb.dlang/Makefile.
19500 * configure: Regenerate.
19501 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19502 * gdb.dlang/Makefile.in: New file.
19503 * lib/d-support.exp: New file.
19504 * lib/gdb.exp (skip_d_tests): New proc.
19505
19506 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19507
19508 * gdb.btrace/delta.exp: Check reverse stepi.
19509 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19510 * gdb.btrace/finish.exp: New.
19511 * gdb.btrace/next.exp: New.
19512 * gdb.btrace/nexti.exp: New.
19513 * gdb.btrace/record_goto.c: Add comments.
19514 * gdb.btrace/step.exp: New.
19515 * gdb.btrace/stepi.exp: New.
19516 * gdb.btrace/multi-thread-step.c: New.
19517 * gdb.btrace/multi-thread-step.exp: New.
19518 * gdb.btrace/rn-dl-bind.c: New.
19519 * gdb.btrace/rn-dl-bind.exp: New.
19520 * gdb.btrace/data.c: New.
19521 * gdb.btrace/data.exp: New.
19522 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19523
19524 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19525
19526 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19527 * gdb.btrace/exception.exp: Update.
19528 * gdb.btrace/instruction_history.exp: Update.
19529 * gdb.btrace/record_goto.exp: Update.
19530 * gdb.btrace/tailcall.exp: Update.
19531 * gdb.btrace/unknown_functions.exp: Update.
19532 * gdb.btrace/delta.exp: New.
19533
19534 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19535
19536 * gdb.btrace/record_goto.exp: Add backtrace test.
19537 * gdb.btrace/tailcall.exp: Add backtrace test.
19538
19539 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19540
19541 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19542 * gdb.btrace/record_goto.c: New.
19543 * gdb.btrace/record_goto.exp: New.
19544 * gdb.btrace/x86-record_goto.S: New.
19545
19546 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19547
19548 * gdb.btrace/function_call_history.exp: Update tests.
19549 * gdb.btrace/instruction_history.exp: Update tests.
19550
19551 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19552
19553 * gdb.btrace/function_call_history.exp: Fix expected field
19554 order for "record function-call-history".
19555 Add new tests for "record function-call-history /c".
19556 * gdb.btrace/exception.cc: New.
19557 * gdb.btrace/exception.exp: New.
19558 * gdb.btrace/tailcall.exp: New.
19559 * gdb.btrace/x86-tailcall.S: New.
19560 * gdb.btrace/x86-tailcall.c: New.
19561 * gdb.btrace/unknown_functions.c: New.
19562 * gdb.btrace/unknown_functions.exp: New.
19563 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19564
19565 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19566
19567 * gdb.btrace/instruction_history.exp: Update.
19568 * gdb.btrace/function_call_history.exp: Update.
19569
19570 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19571
19572 * gdb.btrace/function_call_history.exp: Fix expected function
19573 trace.
19574 * gdb.btrace/instruction_history.exp: Initialize traced.
19575 Remove traced_functions.
19576
19577 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19578
19579 * gdb.btrace/function_call_history.exp: Update
19580 * gdb.btrace/instruction_history.exp: Update.
19581
19582 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19583
19584 * gdb.btrace/enable.exp: Update expected text.
19585
19586 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19587
19588 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19589 bytes.
19590
19591 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19592
19593 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19594
19595 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19596
19597 * lib/gdb.exp (supports_process_record): Return true for
19598 arm*-linux*. (supports_reverse): Likewise.
19599
19600 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19601
19602 PR python/15464
19603 PR python/16113
19604 * gdb.python/py-type.c: Enhance test case.
19605 * gdb.python/py-value-cc.cc: Likewise
19606 * gdb.python/py-type.exp: Add new tests.
19607 * gdb.python/py-value-cc.exp: Likewise
19608
19609 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19610 Pedro Alves <palves@redhat.com>
19611
19612 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19613 Make "name" extern.
19614 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19615 references to ${name}_start by references to ${name}.
19616
19617 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19618
19619 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19620
19621 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19622
19623 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19624
19625 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19626 Pedro Alves <palves@redhat.com>
19627
19628 * gdb.mi/mi-info-os.exp: Connect to the target with
19629 mi_gdb_target_load.
19630
19631 2014-01-08 Pedro Alves <palves@redhat.com>
19632
19633 * gdb.threads/reconnect-signal.c: New file.
19634 * gdb.threads/reconnect-signal.exp: New file.
19635
19636 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19637
19638 * gdb.base/source-dir.exp: New file.
19639
19640 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19641
19642 * gdb.ada/mi_interface: New testcase.
19643
19644 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19645
19646 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19647 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19648 gdb.ada/pp-rec-component/pck.ads: New files.
19649
19650 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19651
19652 * gdb.python/py-pp-integral.c: New file.
19653 * gdb.python/py-pp-integral.py: New file.
19654 * gdb.python/py-pp-integral.exp: New file.
19655
19656 For older changes see ChangeLog-1993-2013.
19657 \f
19658 ;; Local Variables:
19659 ;; mode: change-log
19660 ;; left-margin: 8
19661 ;; fill-column: 74
19662 ;; version-control: never
19663 ;; End:
19664
19665 Copyright 2014-2020 Free Software Foundation, Inc.
19666 Copying and distribution of this file, with or without modification,
19667 are permitted provided the copyright notice and this notice are preserved.
This page took 0.449605 seconds and 5 git commands to generate.