Don't silently skip tests if OpenCL is unsupported
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-05-15 Gary Benson <gbenson@redhat.com>
2
3 * gdb.opencl/callfuncs.exp: Report when test skipped.
4 * gdb.opencl/convs_casts.exp: Likewise.
5 * gdb.opencl/datatypes.exp: Likewise.
6 * gdb.opencl/operators.exp: Likewise.
7 * gdb.opencl/vec_comps.exp: Likewise.
8
9 2020-05-15 Tom de Vries <tdevries@suse.de>
10
11 * gdb.base/align.exp.in: Rename to ...
12 * gdb.base/align.exp.tcl: ... this.
13 * gdb.base/align-c++.exp: Update.
14 * gdb.base/align-c.exp: Update.
15 * gdb.base/all-architectures.exp.in: Rename to ...
16 * gdb.base/all-architectures.exp: ... this.
17 * gdb.base/all-architectures-0.exp: Update.
18 * gdb.base/all-architectures-1.exp: Update.
19 * gdb.base/all-architectures-2.exp: Update.
20 * gdb.base/all-architectures-3.exp: Update.
21 * gdb.base/all-architectures-4.exp: Update.
22 * gdb.base/all-architectures-5.exp: Update.
23 * gdb.base/all-architectures-6.exp: Update.
24 * gdb.base/all-architectures-7.exp: Update.
25 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
26 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
27 * gdb.base/infcall-nested-structs-c++.exp: Update.
28 * gdb.base/infcall-nested-structs-c.exp: Update.
29 * gdb.base/info-types.exp.in: Rename to ...
30 * gdb.base/info-types.exp.tcl: ... this.
31 * gdb.base/info-types-c++.exp: Update.
32 * gdb.base/info-types-c.exp: Update.
33 * gdb.base/max-depth.exp.in: Rename to ...
34 * gdb.base/max-depth.exp.tcl: ... this.
35 * gdb.base/max-depth-c++.exp: Update.
36 * gdb.base/max-depth-c.exp: Update.
37 * gdb.cp/cpexprs.exp.in: Rename to ...
38 * gdb.cp/cpexprs.exp.tcl: ... this.
39 * gdb.cp/cpexprs-debug-types.exp: Update.
40 * gdb.cp/cpexprs.exp: Update.
41 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
42 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
43 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
44 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
45 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
46 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
47 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
48 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
49 * gdb.dwarf2/clang-debug-names-2.exp: Update.
50 * gdb.dwarf2/clang-debug-names.exp: Update.
51
52 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
53
54 * lib/check-test-names.exp: Remove code that prevents this file
55 loading when tests are run in parallel.
56
57 2020-05-15 Pedro Alves <palves@redhat.com>
58
59 * gdb.multi/multi-kill.exp (start_inferior): Remove
60 'testpid' parameter. Refer to namespace variable directly.
61 (testpid): Declare as namespace variable.
62
63 2020-05-15 Pedro Alves <palves@redhat.com>
64
65 * gdb.multi/multi-kill.exp: Wrap in namespace.
66 (start_inferior): Add TESTPID parameter. Use it instead of the
67 testpid global.
68 (top level): Define empty TESTPID array, and pass it down to
69 start_inferior.
70
71 2020-05-14 Tom de Vries <tdevries@suse.de>
72
73 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
74 output.
75
76 2020-05-14 Tom de Vries <tdevries@suse.de>
77
78 * gdb.base/align.exp: Split into ...
79 * gdb.base/align.exp.in: ...
80 * gdb.base/align-c++.exp: ...
81 * gdb.base/align-c.exp: ... these.
82 * gdb.base/infcall-nested-structs.exp: Split into ...
83 * gdb.base/infcall-nested-structs.exp.in: ...
84 * gdb.base/infcall-nested-structs-c++.exp: ...
85 * gdb.base/infcall-nested-structs-c.exp: ... these.
86 * gdb.base/info-types.exp: Split into ...
87 * gdb.base/info-types.exp.in: ...
88 * gdb.base/info-types-c++.exp: ...
89 * gdb.base/info-types-c.exp: ... these.
90 * gdb.base/max-depth.exp: Split into ...
91 * gdb.base/max-depth.exp.in: ...
92 * gdb.base/max-depth-c++.exp: ...
93 * gdb.base/max-depth-c.exp: ... these.
94 * gdb.cp/infcall-nodebug.exp: Split into ...
95 * gdb.cp/infcall-nodebug.exp.in: ...
96 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
97 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
98 * gdb.cp/infcall-nodebug-c-d0.exp: ...
99 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
100
101 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
102 Pedro Alves <palves@redhat.com>
103
104 * gdb.multi/multi-exit.c: New file.
105 * gdb.multi/multi-exit.exp: New file.
106 * gdb.multi/multi-kill.c: New file.
107 * gdb.multi/multi-kill.exp: New file.
108
109 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
110
111 * gdb.base/annota1.exp: Update the expected output.
112 * gdb.cp/annota2.exp: Ditto.
113
114 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
115
116 * lib/check-test-names.exp: Disable when testing is being run in
117 parallel.
118
119 2020-05-12 Tom de Vries <tdevries@suse.de>
120
121 * gdb.base/jit-elf.exp: Fix string concat.
122
123 2020-05-12 Tom de Vries <tdevries@suse.de>
124
125 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
126 messages.
127
128 2020-05-12 Tom de Vries <tdevries@suse.de>
129
130 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
131
132 2020-05-12 Tom de Vries <tdevries@suse.de>
133
134 * gdb.ada/catch_ex.exp: Use with_test_prefix.
135 * gdb.ada/mi_catch_ex.exp: Same.
136 * gdb.ada/mi_catch_ex_hand.exp: Same.
137
138 2020-05-12 Tom de Vries <tdevries@suse.de>
139
140 * gdb.fortran/complex.exp: Use with_test_prefix.
141
142 2020-05-12 Tom de Vries <tdevries@suse.de>
143
144 * gdb.trace/passcount.exp: Fix test-names.
145
146 2020-05-12 Tom de Vries <tdevries@suse.de>
147
148 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
149
150 2020-05-12 Tom de Vries <tdevries@suse.de>
151
152 * gdb.gdb/complaints.exp: Use with_test_prefix.
153 * gdb.xml/tdesc-regs.exp: Same.
154 * gdb.opt/inline-locals.exp: Fix test name.
155
156 2020-05-12 Tom de Vries <tdevries@suse.de>
157
158 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
159 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
160 * gdb.dwarf2/implref-struct.exp: Same.
161 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
162 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
163
164 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
165
166 * gdb.base/jit-so.exp (one_jit_test): Change test name.
167
168 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
169
170 * lib/check-test-names.exp (all_test_names): New module variable.
171 (counts): Add 'duplicates' field.
172 (_check_duplicates): New procedure.
173 (check): Also check for duplicates.
174 (do_log_summary): Print duplicates count.
175 (do_reset_vars): Reset counter for duplicate test names, and
176 discard all know test names.
177
178 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
179
180 * lib/gdb.exp: Include check-test-names.exp library.
181 * lib/check-test-names.exp: New file.
182
183 2020-05-11 Tom de Vries <tdevries@suse.de>
184
185 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
186
187 2020-05-11 Keith Seitz <keiths@redhat.com>
188
189 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
190
191 2020-05-11 Tom de Vries <tdevries@suse.de>
192
193 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
194 * gdb.cp/cpexprs.exp.in: .. here.
195 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
196 cpexprs.exp.
197
198 2020-05-11 Keith Seitz <keiths@redhat.com>
199
200 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
201 test names.
202 * gdb.ada/arrayptr.exp: Likewise.
203 * gdb.ada/assign_arr.exp: Likewise.
204 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
205 * gdb.ada/bp_on_var.exp: Likewise.
206 * gdb.ada/call_pn.exp: Likewise.
207 * gdb.ada/complete.exp: Likewise.
208 * gdb.ada/fun_overload_menu.exp: Likewise.
209 * gdb.ada/funcall_param.exp: Likewise.
210 * gdb.ada/funcall_ref.exp: Likewise.
211 * gdb.ada/packed_array_assign.exp: Likewise.
212 * gdb.ada/same_component_name.exp: Likewise.
213 * gdb.ada/type_coercion.exp: Likewise.
214 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
215 * gdb.ada/variant_record_packed_array.exp: Likewise.
216
217 2020-05-11 Tom de Vries <tdevries@suse.de>
218
219 PR symtab/25941
220 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
221 out of ...
222 * gdb.dwarf2/clang-debug-names.exp: ... here.
223 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
224 clang-debug-names.exp.in.
225 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
226 * gdb.dwarf2/clang-debug-names-2.c: New test.
227
228 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
229
230 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
231 (fortran_runto_main): New Proc, fortran version of runto_main.
232 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
233 * gdb.fortran/array-bounds.exp: Likewise.
234 * gdb.fortran/array-slices.exp: Likewise.
235 * gdb.fortran/block-data.exp: Likewise.
236 * gdb.fortran/charset.exp: Likewise.
237 * gdb.fortran/common-block.exp: Likewise.
238 * gdb.fortran/complex.exp: Likewise.
239 * gdb.fortran/derived-type-function.exp: Likewise.
240 * gdb.fortran/derived-type.exp: Likewise.
241 * gdb.fortran/info-modules.exp: Likewise.
242 * gdb.fortran/info-types.exp: Likewise.
243 * gdb.fortran/intrinsics.exp: Likewise.
244 * gdb.fortran/library-module.exp: Likewise.
245 * gdb.fortran/logical.exp: Likewise.
246 * gdb.fortran/max-depth.exp: Likewise.
247 * gdb.fortran/module.exp: Likewise.
248 * gdb.fortran/multi-dim.exp: Likewise.
249 * gdb.fortran/nested-funcs.exp: Likewise.
250 * gdb.fortran/print-formatted.exp: Likewise.
251 * gdb.fortran/print_type.exp: Likewise.
252 * gdb.fortran/printing-types.exp: Likewise.
253 * gdb.fortran/ptr-indentation.exp: Likewise.
254 * gdb.fortran/ptype-on-functions.exp: Likewise.
255 * gdb.fortran/subarray.exp: Likewise.
256 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
257 * gdb.fortran/vla-datatypes.exp: Likewise.
258 * gdb.fortran/vla-history.exp: Likewise.
259 * gdb.fortran/vla-ptr-info.exp: Likewise.
260 * gdb.fortran/vla-ptype-sub.exp: Likewise.
261 * gdb.fortran/vla-ptype.exp: Likewise.
262 * gdb.fortran/vla-sizeof.exp: Likewise.
263 * gdb.fortran/vla-type.exp: Likewise.
264 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
265 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
266 * gdb.fortran/vla-value-sub.exp: Likewise.
267 * gdb.fortran/vla-value.exp: Likewise.
268 * gdb.fortran/whatis_type.exp: Likewise.
269 * gdb.mi/mi-var-child-f.exp: Likewise.
270
271 2020-05-09 Tom de Vries <tdevries@suse.de>
272
273 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
274
275 2020-05-08 Tom de Vries <tdevries@suse.de>
276
277 * gdb.dwarf2/clang-debug-names.c: New test.
278 * gdb.dwarf2/clang-debug-names.exp: New file.
279
280 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
281
282 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
283 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
284
285 2020-05-06 Tom de Vries <tdevries@suse.de>
286
287 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
288 breakpoint is at a "recommended breakpoint location".
289 * gdb.reverse/consecutive-reverse.exp: Same.
290
291 2020-05-06 Tom de Vries <tdevries@suse.de>
292
293 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
294 address.
295
296 2020-05-06 Tom de Vries <tdevries@suse.de>
297
298 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
299
300 2020-05-06 Tom de Vries <tdevries@suse.de>
301
302 * gdb.base/store.exp (check_set, up_set): Allowing missing location
303 info for r.
304
305 2020-05-06 Tom de Vries <tdevries@suse.de>
306
307 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
308 necessary.
309
310 2020-05-06 Tom de Vries <tdevries@suse.de>
311
312 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
313 void.
314
315 2020-05-06 Tom de Vries <tdevries@suse.de>
316
317 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
318 of ...
319 * gdb.base/async.exp: ... here.
320 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
321 "recommended breakpoint location".
322
323 2020-05-06 Tom de Vries <tdevries@suse.de>
324
325 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
326
327 2020-05-04 Tom de Vries <tdevries@suse.de>
328
329 * gdb.base/async.exp: Check whether instruction addresses are a
330 "recommended breakpoint location".
331
332 2020-05-03 Tom Tromey <tom@tromey.com>
333
334 * gdb.base/sepdebug.exp: Remove "catch" test.
335 * gdb.base/break.exp: Remove "catch" test.
336 * gdb.base/default.exp: Update expected output.
337
338 2020-05-02 Tom de Vries <tdevries@suse.de>
339
340 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
341 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
342 * gdb.arch/i386-mpx-map.exp: Same.
343 * gdb.arch/i386-mpx-sigsegv.exp: Same.
344 * gdb.arch/i386-mpx-simple_segv.exp: Same.
345 * gdb.arch/i386-mpx.exp: Same.
346
347 2020-05-02 Tom de Vries <tdevries@suse.de>
348
349 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
350
351 2020-05-01 Tom de Vries <tdevries@suse.de>
352
353 * gdb.ada/operator_bp.exp: Allow more than required amount of
354 breakpoint.
355
356 2020-05-01 Tom de Vries <tdevries@suse.de>
357
358 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
359
360 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
361
362 PR gdb/18706
363 * gdb.cp/stub-array-size.cc: New test.
364 * gdb.cp/stub-array-size.exp: New file.
365 * gdb.cp/stub-array-size.h: New test.
366 * gdb.cp/stub-array-size2.cc: New test.
367
368 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
369
370 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
371 output to the new format.
372
373 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
374
375 * gdb.base/break.exp: Use with_test_prefix.
376
377 2020-04-29 Tom de Vries <tdevries@suse.de>
378
379 * lib/gdb.exp (debug_types): New proc.
380 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
381 * gdb.python/py-symtab.exp: Same.
382
383 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
384
385 PR gdb/17320
386 * gdb.base/pretty-array.c: New test.
387 * gdb.base/pretty-array.exp: New file.
388
389 2020-04-29 Tom de Vries <tdevries@suse.de>
390
391 PR symtab/25889
392 * gdb.cp/cpexprs.exp: Adapt for inclusion.
393 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
394 and include cpexprs.exp.
395
396 2020-04-28 Mark Williams <mark@myosotissp.com>
397
398 PR gdb/24480
399 * dw4-toplevel-types.exp: Test for top level types.
400 * dw4-toplevel-types.cc: Test for top level types.
401
402 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
403
404 * gdb.threads/stop-with-handle.exp: Fix typo in comment
405 (theads -> threads).
406
407 2020-04-28 Tom de Vries <tdevries@suse.de>
408
409 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
410
411 2020-04-28 Tom de Vries <tdevries@suse.de>
412
413 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
414
415 2020-04-28 Tom de Vries <tdevries@suse.de>
416
417 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
418
419 2020-04-28 Tom de Vries <tdevries@suse.de>
420
421 * gdb.dwarf2/main-foo.c: New test.
422 * gdb.dwarf2/struct-with-sig.exp: New file.
423
424 2020-04-25 Tom de Vries <tdevries@suse.de>
425
426 * boards/debug-types.exp: New file.
427
428 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
429
430 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
431
432 2020-04-24 Tom Tromey <tom@tromey.com>
433
434 PR symtab/12707:
435 * gdb.python/py-symbol.exp: Update expected results for
436 linkage_name test.
437 * gdb.cp/print-demangle.exp: New file.
438 * gdb.base/c-linkage-name.exp: Fix test.
439 * gdb.guile/scm-symbol.exp: Update expected results for
440 linkage_name test.
441
442 2020-04-24 Tom Tromey <tom@tromey.com>
443
444 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
445 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
446 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
447 assembler.
448
449 2020-04-24 Tom de Vries <tdevries@suse.de>
450
451 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
452 C++.
453
454 2020-04-24 Tom Tromey <tromey@adacore.com>
455
456 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
457 values.
458 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
459 values. Update test for minimal encodings.
460 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
461 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
462 values. Update test for minimal encodings.
463
464 2020-04-24 Tom Tromey <tromey@adacore.com>
465
466 PR python/23662:
467 * gdb.ada/variant.exp: Add Python checks.
468 * gdb.rust/simple.exp: Add dynamic type checks.
469
470 2020-04-24 Tom Tromey <tromey@adacore.com>
471
472 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
473 Make array type matching more lax.
474 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
475 * gdb.ada/mi_variant.exp: New file.
476 * gdb.ada/mi_variant/pck.ads: New file.
477 * gdb.ada/mi_variant/pkg.adb: New file.
478 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
479 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
480
481 2020-04-24 Tom Tromey <tromey@adacore.com>
482
483 * gdb.ada/variant.exp: Add dynamic field offset tests.
484 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
485 * gdb.ada/variant/pkg.adb: Add new variables.
486
487 2020-04-24 Tom Tromey <tromey@adacore.com>
488
489 * gdb.ada/variant.exp: New file
490 * gdb.ada/variant/pkg.adb: New file
491 * gdb.ada/variant/pck.adb: New file
492
493 2020-04-24 Tom de Vries <tdevries@suse.de>
494
495 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
496
497 2020-04-24 Tom de Vries <tdevries@suse.de>
498
499 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
500 flags.
501
502 2020-04-24 Tom de Vries <tdevries@suse.de>
503
504 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
505
506 2020-04-24 Tom de Vries <tdevries@suse.de>
507
508 * lib/gdb.exp (default_gdb_start): Handle eof.
509 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
510 failure.
511 * gdb.base/readnever.exp: Handle clean_restart failure.
512
513 2020-04-23 Tom de Vries <tdevries@suse.de>
514
515 * gdb.base/decl-before-def.exp: Run to main and print a again.
516
517 2020-04-23 Tom de Vries <tdevries@suse.de>
518
519 * gdb.base/decl-before-def-decl.c: New test.
520 * gdb.base/decl-before-def-def.c: New test.
521 * gdb.base/decl-before-def.exp: New file.
522
523 2020-04-23 Tom de Vries <tdevries@suse.de>
524
525 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
526
527 2020-04-22 Tom de Vries <tdevries@suse.de>
528
529 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
530 debug_info_offset.
531 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
532 before $objsfile in the line line.
533
534 2020-04-22 Tom de Vries <tdevries@suse.de>
535
536 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
537
538 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
539
540 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
541 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
542 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
543 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
544 * gdb.base/jit-protocol.h: Update definitions to match all usage
545 contexts.
546
547 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
548
549 * gdb.base: Rename all jit related test and source files.
550
551 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
552
553 * gdb.base/jit-reader.exp: Relax register output check.
554
555 2020-04-22 Tom de Vries <tdevries@suse.de>
556
557 PR symtab/25764
558 * gdb.base/psym-external-decl-2.c: New test.
559 * gdb.base/psym-external-decl.c: New test.
560 * gdb.base/psym-external-decl.exp: New file.
561 * gdb.threads/tls.exp: Add PR25807 kfail.
562
563 2020-04-22 Tom de Vries <tdevries@suse.de>
564
565 PR symtab/25801
566 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
567 in "info source" output.
568
569 2020-04-22 Tom de Vries <tdevries@suse.de>
570
571 PR symtab/25700
572 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
573 symtab for imported_unit.c.
574
575 2020-04-21 Gary Benson <gbenson@redhat.com>
576
577 * gdb.base/advance.c (func): New argument, to match call site.
578 (func2, func3): Add return statements.
579
580 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
581
582 * gdb.multi/run-only-second-inf.c: New file.
583 * gdb.multi/run-only-second-inf.exp: New file.
584
585 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
586
587 * gdb.btrace/multi-inferior.c: New test.
588 * gdb.btrace/multi-inferior.exp: New file.
589
590 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
591
592 * gdb.btrace/enable-new-thread.c: New test.
593 * gdb.btrace/enable-new-thread.exp: New file.
594
595 2020-04-21 Tom de Vries <tdevries@suse.de>
596
597 PR gdb/25471
598 * gdb.threads/killed-outside.c: New test.
599 * gdb.threads/killed-outside.exp: New file.
600
601 2020-04-20 Gary Benson <gbenson@redhat.com>
602
603 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
604 * gdb.base/nested-subp2.exp: Likewise.
605 * gdb.base/nested-subp3.exp: Likewise.
606
607 2020-04-20 Gary Benson <gbenson@redhat.com>
608
609 * gdb.base/nested-subp1.exp: Disable test when using clang.
610 * gdb.base/nested-subp2.exp: Likewise.
611 * gdb.base/nested-subp3.exp: Likewise.
612
613 2020-04-20 Gary Benson <gbenson@redhat.com>
614
615 * gdb.cp/exception.cc: Fix compilation error with clang.
616
617 2020-04-20 Gary Benson <gbenson@redhat.com>
618
619 * gdb.trace/tspeed.c: Fix compilation error with clang.
620
621 2020-04-20 Gary Benson <gbenson@redhat.com>
622
623 * gdb.base/jit-main.c: Fix compilation error with clang.
624
625 2020-04-17 Kamil Rytarowski <n54@gmx.com>
626
627 * gdb.base/attach-twice.c: Include "sys/types.h".
628 (PTRACE_ATTACH): Add fallback definition.
629 (main): Pass `0' to the 4th argument of `ptrace'.
630
631 2020-04-17 Kamil Rytarowski <n54@gmx.com>
632
633 * gdb.base/fork-running-state.c: Include "signal.h".
634
635 2020-04-17 Tom Tromey <tromey@adacore.com>
636
637 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
638 Update tests.
639 * gdb.btrace/cpu.exp: Update tests.
640 * gdb.base/maint.exp: Update tests.
641 * gdb.base/default.exp: Update tests.
642 * gdb.base/completion.exp: Update tests.
643
644 2020-04-16 Tom de Vries <tdevries@suse.de>
645
646 PR symtab/25791
647 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
648 (ensure_gdb_index): and factor out and move ...
649 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
650 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
651
652 2020-04-16 Tom de Vries <tdevries@suse.de>
653
654 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
655 loading exec.
656
657 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
658
659 * gdb.base/many-completions.exp: New file.
660
661 2020-04-14 Tom de Vries <tdevries@suse.de>
662
663 PR symtab/25718
664 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
665
666 2020-04-14 Tom de Vries <tdevries@suse.de>
667
668 PR symtab/25720
669 * gdb.base/maint-expand-symbols-header-file.c: New test.
670 * gdb.base/maint-expand-symbols-header-file.exp: New file.
671 * gdb.base/maint-expand-symbols-header-file.h: New test.
672
673 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
674
675 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
676 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
677 get_func_info.
678 (get_func_info): Delete.
679 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
680 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
681 * lib/dwarf.exp (get_func_info): New function.
682
683 2020-04-13 Tom de Vries <tdevries@suse.de>
684
685 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
686 to what find_gnatmake does.
687
688 2020-04-10 Tom de Vries <tdevries@suse.de>
689
690 * gdb.base/style.exp: Expect "Expanding full symbols" message for
691 -readnow.
692
693 2020-04-10 Tom de Vries <tdevries@suse.de>
694
695 PR cli/25808
696 * gdb.base/style.c: Add leading newlines.
697 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
698 Check listing of main's one-line body.
699
700 2020-04-08 Tom de Vries <tdevries@suse.de>
701
702 * lib/gdb.exp (psymtabs_p): New proc.
703 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
704 importing unit" unsupported if there are no partial symbols.
705
706 2020-04-08 Tom de Vries <tdevries@suse.de>
707
708 PR testsuite/25760
709 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
710
711 2020-04-07 Tom de Vries <tdevries@suse.de>
712
713 PR symtab/25796
714 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
715
716 2020-04-07 Tom de Vries <tdevries@suse.de>
717
718 * gdb.base/check-psymtab.c: New test.
719 * gdb.base/check-psymtab.exp: New file.
720
721 2020-04-06 Tom Tromey <tromey@adacore.com>
722
723 * gdb.ada/variant-record/proc.adb: New file.
724 * gdb.ada/variant-record/value.adb: New file.
725 * gdb.ada/variant-record/value.s: New file.
726 * gdb.ada/variant-record.exp: New file.
727
728 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
729
730 PR gdb/25325
731 * gdb.cp/typed-enum.cc: New test.
732 * gdb.cp/typed-enum.exp: New file.
733
734 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
735
736 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
737 * gdb.dwarf2/dw2-inline-small-func.c: New file.
738 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
739 * gdb.dwarf2/dw2-inline-small-func.h: New file.
740 * gdb.opt/inline-small-func.c: New file.
741 * gdb.opt/inline-small-func.exp: New file.
742 * gdb.opt/inline-small-func.h: New file.
743
744 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
745
746 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
747 function.
748
749 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
750
751 * lib/dwarf.exp (function_range): Allow compiler options to be
752 specified.
753
754 2020-04-02 Tom de Vries <tdevries@suse.de>
755
756 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
757 __attribute__((always_inline)).
758 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
759
760 2020-04-02 Tom de Vries <tdevries@suse.de>
761
762 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
763 (gdbserver_gdb_exit): ... here. Add timeout warning.
764 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
765 (connect_target_extended_remote): Append new server_spawn_id to
766 server_spawn_ids.
767 (cleanup): New proc.
768 (setup, <toplevel>): Call cleanup.
769
770 2020-04-02 Tom de Vries <tdevries@suse.de>
771
772 * gdb.base/main-psymtab.exp: New file.
773
774 2020-04-02 Tom de Vries <tdevries@suse.de>
775
776 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
777
778 2020-04-01 Tom Tromey <tom@tromey.com>
779
780 * gdb.base/complex-parts.exp: Add type tests.
781
782 2020-04-01 Tom Tromey <tom@tromey.com>
783
784 * gdb.base/complex-parts.exp: Add arithmetic tests.
785
786 2020-04-01 Tom Tromey <tom@tromey.com>
787
788 * gdb.compile/compile.exp: Update.
789 * gdb.compile/compile-cplus.exp: Update.
790 * gdb.base/varargs.exp: Update.
791 * gdb.base/floatn.exp: Update.
792 * gdb.base/endianity.exp: Update.
793 * gdb.base/callfuncs.exp (do_function_calls): Update.
794 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
795 (complex_float_integral_args): Update.
796 * gdb.base/complex.exp: Update.
797 * gdb.base/complex-parts.exp: Update.
798
799 2020-04-01 Tom Tromey <tromey@adacore.com>
800
801 * gdb.rust/union.rs: New file.
802 * gdb.rust/union.exp: New file.
803 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
804 (main): Update.
805 * gdb.rust/simple.exp: Move union tests to union.exp.
806
807 2020-04-01 Tom Tromey <tromey@adacore.com>
808
809 * gdb.rust/simple.rs (main): Remove "y0".
810
811 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
812
813 * gdb.multi/stop-all-on-exit.c: New test.
814 * gdb.multi/stop-all-on-exit.exp: New file.
815
816 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
817
818 PR gdb/24789
819 * gdb.cp/misc.cc: Add integer reference variable.
820 * gdb.cp/misc.exp: Add test.
821
822 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
823
824 * gdb.server/stop-reply-no-thread.exp: Enhance the test
825 scenario to cover execution until the end and also the case
826
827 2020-03-31 Tom de Vries <tdevries@suse.de>
828
829 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
830 c. Use "maint info symtabs" to check symtab expansion.
831
832 2020-03-30 Tom de Vries <tdevries@suse.de>
833
834 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
835 unsupported.
836 (verify_psymtab_expanded): Move ...
837 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
838 test.
839 (readnow): New proc.
840
841 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
842
843 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
844 with $hex.
845
846 2020-03-20 Tom Tromey <tromey@adacore.com>
847
848 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
849
850 2020-03-20 Tom Tromey <tromey@adacore.com>
851
852 * gdb.ada/sub_variant/subv.adb: New file.
853 * gdb.ada/sub_variant.exp: New file.
854
855 2020-03-20 Tom de Vries <tdevries@suse.de>
856
857 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
858 first break fails.
859 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
860
861 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
862
863 * gdb.server/exit-multiple-threads.c: New file.
864 * gdb.server/exit-multiple-threads.exp: New file.
865
866 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
867
868 * gdb.fortran/mixed-lang-stack.c: New file.
869 * gdb.fortran/mixed-lang-stack.cpp: New file.
870 * gdb.fortran/mixed-lang-stack.exp: New file.
871 * gdb.fortran/mixed-lang-stack.f90: New file.
872
873 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
874
875 * gdb.linespec/cp-completion-aliases.cc: New file.
876 * gdb.linespec/cp-completion-aliases.exp: New file.
877
878 2020-03-19 Tom de Vries <tdevries@suse.de>
879
880 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
881 more precise.
882
883 2020-03-18 Tom de Vries <tdevries@suse.de>
884
885 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
886 * gdb.dwarf2/break-inline-psymtab.c: New test.
887 * gdb.dwarf2/break-inline-psymtab.exp: New file.
888
889 2020-03-16 Tom de Vries <tdevries@suse.de>
890
891 * lib/cache.exp (gdb_do_cache): Add and handle local variables
892 cache_verify and cache_verify_proc.
893
894 2020-03-15 Tom de Vries <tdevries@suse.de>
895
896 * gdb.server/solib-list.exp: Handle
897 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
898
899 2020-03-15 Tom de Vries <tdevries@suse.de>
900
901 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
902 objfiles".
903
904 2020-03-14 Tom Tromey <tom@tromey.com>
905
906 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
907
908 2020-03-14 Tom de Vries <tdevries@suse.de>
909
910 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
911
912 2020-03-14 Tom de Vries <tdevries@suse.de>
913
914 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
915 result in line-by-line fashion.
916
917 2020-03-14 Tom de Vries <tdevries@suse.de>
918
919 * lib/gdb.exp (supports_statement_frontiers): New proc.
920 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
921
922 2020-03-14 Tom de Vries <tdevries@suse.de>
923
924 * gdb.base/printcmds.exp: Add missing quoting for "print
925 teststring2".
926
927 2020-03-13 Tom Tromey <tom@tromey.com>
928
929 * gdb.base/printcmds.exp (test_print_strings): Add regression
930 test.
931 * gdb.base/printcmds.c (charptr): New typedef.
932 (teststring2): New global.
933
934 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
935
936 * gdb.base/break-interp.exp: Use the tail of the filename, not the
937 full path in the test name.
938 (test_ld): Add some with_test_prefix blocks to make test names
939 unique.
940
941 2020-03-13 Tom de Vries <tdevries@suse.de>
942
943 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
944
945 2020-03-13 Tom de Vries <tdevries@suse.de>
946
947 * gdb.mi/mi-sym-info.exp: Make matching more precise.
948
949 2020-03-13 Tom de Vries <tdevries@suse.de>
950
951 PR symtab/25646
952 * gdb.dwarf2/imported-unit.exp: Add test.
953
954 2020-03-13 Tom de Vries <tdevries@suse.de>
955
956 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
957 (var1, var2): New variable.
958 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
959 matching symbols.
960
961 2020-03-13 Tom de Vries <tdevries@suse.de>
962
963 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
964 (Term::command): Use prompt prefix.
965 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
966 * gdb.tui/tui-layout-asm-short-prog.exp: Use
967 command_no_prompt_prefix instead of prefix.
968 * gdb.tui/tui-layout-asm.exp: Same.
969
970 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
971
972 * gdb.base/break-interp.exp: Use foreach_with_prefix.
973
974 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
975
976 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
977 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
978 on" while stepping over the test instruction, match printed
979 message.
980
981 2020-03-12 Tom de Vries <tdevries@suse.de>
982
983 * gdb.base/info-types.exp: Use exp_continue during matching of output
984 of "info types".
985
986 2020-03-12 Tom de Vries <tdevries@suse.de>
987
988 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
989
990 2020-03-12 Tom de Vries <tdevries@suse.de>
991
992 * gdb.fortran/module.exp: Use exp_continue during matching of output
993 of "info variable -n".
994
995 2020-03-12 Tom de Vries <tdevries@suse.de>
996
997 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
998 gdb.dwarf2/dw2-ranges-base.c.
999
1000 2020-03-12 Tom de Vries <tdevries@suse.de>
1001
1002 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1003 in presence of GLIBC debuginfo.
1004
1005 2020-03-12 Tom de Vries <tdevries@suse.de>
1006
1007 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1008 $core.
1009
1010 2020-03-12 Tom de Vries <tdevries@suse.de>
1011
1012 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1013 more precise.
1014
1015 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1016
1017 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1018 from Unix to Windows path.
1019
1020 2020-03-11 Tom de Vries <tdevries@suse.de>
1021
1022 * gdb.ada/minsyms.exp: Set language to ada.
1023
1024 2020-03-11 Tom de Vries <tdevries@suse.de>
1025
1026 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1027
1028 2020-03-11 Tom de Vries <tdevries@suse.de>
1029
1030 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1031
1032 2020-03-11 Tom Tromey <tromey@adacore.com>
1033
1034 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1035
1036 2020-03-11 Tom de Vries <tdevries@suse.de>
1037
1038 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1039
1040 2020-03-11 Tom de Vries <tdevries@suse.de>
1041
1042 * gdb.base/break-interp.exp: Limit verbose scope.
1043
1044 2020-03-11 Tom de Vries <tdevries@suse.de>
1045
1046 * gdb.fortran/logical.f90: Define variable with character type.
1047 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1048
1049 2020-03-11 Tom de Vries <tdevries@suse.de>
1050
1051 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1052
1053 2020-03-11 Tom de Vries <tdevries@suse.de>
1054
1055 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1056 symtabs.
1057
1058 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1059 Bernd Edlinger <bernd.edlinger@hotmail.de>
1060
1061 * gdb.cp/step-and-next-inline.cc: New file.
1062 * gdb.cp/step-and-next-inline.exp: New file.
1063 * gdb.cp/step-and-next-inline.h: New file.
1064 * gdb.dwarf2/dw2-is-stmt.c: New file.
1065 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1066 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1067 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1068 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1069
1070 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1071
1072 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1073 is-stmt flag in the line table.
1074
1075 2020-03-09 Tom de Vries <tdevries@suse.de>
1076
1077 * lib/gdb.exp (cached_file): Create cache dir.
1078
1079 2020-03-07 Tom de Vries <tdevries@suse.de>
1080
1081 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1082 * gdb.cp/rvalue-ref-params.exp: Same.
1083
1084 2020-03-06 Tom de Vries <tdevries@suse.de>
1085
1086 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1087 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1088
1089 2020-03-06 Tom de Vries <tdevries@suse.de>
1090
1091 * README: Fix "the the".
1092 * gdb.base/dprintf.exp: Same.
1093
1094 2020-03-05 Tom de Vries <tdevries@suse.de>
1095
1096 * gdb.base/maint.exp: Update "main print statistics" expected output.
1097
1098 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1099
1100 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1101 (fortran_int8): Likewise.
1102 (fortran_real4): Likewise.
1103 (fortran_real8): Likewise.
1104 (fortran_complex4): Likewise.
1105 (fortran_logical4): Likewise.
1106 (fortran_character1): Likewise.
1107
1108 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1109
1110 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1111 printed as true.
1112
1113 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1114
1115 * gdb.base/printcmds.exp: Add test to verify printf of a
1116 variable holding an address.
1117
1118 2020-03-03 Tom de Vries <tdevries@suse.de>
1119
1120 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1121
1122 2020-03-03 Tom de Vries <tdevries@suse.de>
1123
1124 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1125 gdb_test_multiple call.
1126
1127 2020-03-03 Tom de Vries <tdevries@suse.de>
1128
1129 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1130 gdb_test_multiple calls.
1131
1132 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1133
1134 * gdb.base/default.exp: Remove test of 'set history filename'.
1135 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1136 filename to the empty string.
1137 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1138 and GDBHISTSIZE.
1139
1140 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1141
1142 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1143 disabled.
1144
1145 2020-03-02 Pedro Alves <palves@redhat.com>
1146 Tom de Vries <tdevries@suse.de>
1147
1148 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1149 -prompt prefix, before user_code argument. Add -lbl option likewise.
1150 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1151 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1152 argument.
1153 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1154 have "\r\n" at start-of-line, instead of at end-of-line.
1155
1156 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1157
1158 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1159 libinproctrace.so.
1160
1161 2020-02-28 Luis Machado <luis.machado@linaro.org>
1162
1163 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1164 to "p/x".
1165
1166 2020-02-28 Luis Machado <luis.machado@linaro.org>
1167
1168 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1169 asm/ptrace.h and error.h.
1170
1171 2020-02-28 Tom de Vries <tdevries@suse.de>
1172
1173 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1174 (struct wrapper, do_something, mundane/symada__cS): Move ...
1175 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1176 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1177 Update "print symada__cS before partial symtab expansion" regexp.
1178 Update breakpoint location. Flush symbol cache after expansion.
1179
1180 2020-02-28 Luis Machado <luis.machado@linaro.org>
1181
1182 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1183
1184 2020-02-27 Tom de Vries <tdevries@suse.de>
1185
1186 * config/sid.exp: Remove unused globals.
1187 * gdb.base/attach.exp: Same.
1188 * gdb.base/catch-load.exp: Same.
1189 * gdb.base/dbx.exp: Same.
1190 * lib/gdb.exp: Same.
1191 * lib/mi-support.exp: Same.
1192 * lib/prompt.exp: Same.
1193
1194 2020-02-27 Tom de Vries <tdevries@suse.de>
1195
1196 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1197 not set.
1198
1199 2020-02-26 Aaron Merey <amerey@redhat.com>
1200
1201 * gdb.debuginfod: New directory for debuginfod tests.
1202 * gdb.debuginfod/main.c: New test file.
1203 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1204
1205 2020-02-26 Tom de Vries <tdevries@suse.de>
1206
1207 PR gdb/25603
1208 * gdb.base/persistent-lang.cc: New test.
1209 * gdb.base/persistent-lang.exp: New file.
1210
1211 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1212
1213 * gdb.fortran/derived-type-striding.exp: Add a new test.
1214 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1215 new test.
1216
1217 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1218
1219 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1220 names.
1221
1222 2020-02-25 Tom de Vries <tdevries@suse.de>
1223
1224 PR go/18926
1225 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1226
1227 2020-02-24 Tom de Vries <tdevries@suse.de>
1228
1229 PR gdb/25592
1230 * gdb.base/info-locals-unused-static-var.c: New test.
1231 * gdb.base/info-locals-unused-static-var.exp: New file.
1232
1233 2020-02-22 Tom Tromey <tom@tromey.com>
1234
1235 * gdb.python/tui-window.exp: New file.
1236 * gdb.python/tui-window.py: New file.
1237
1238 2020-02-22 Tom Tromey <tom@tromey.com>
1239
1240 PR tui/17850:
1241 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1242 tests.
1243
1244 2020-02-22 Tom Tromey <tom@tromey.com>
1245
1246 * gdb.tui/new-layout.exp: Add sub-layout tests.
1247
1248 2020-02-22 Tom Tromey <tom@tromey.com>
1249
1250 * gdb.tui/new-layout.exp: New file.
1251
1252 2020-02-22 Tom Tromey <tom@tromey.com>
1253
1254 * gdb.rust/rust-style.rs: New file.
1255 * gdb.rust/rust-style.exp: New file.
1256 * gdb.base/style.exp: Test structure printing.
1257 * gdb.base/style.c (struct some_struct): New type.
1258 (enum etype): New type.
1259 (struct_value): New global.
1260
1261 2020-02-21 Tom de Vries <tdevries@suse.de>
1262
1263 PR go/18926
1264 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1265 Remove blanket xfails. Use message argument for gdb_breakpoint.
1266 Make continuing to breakpoint test conditional on setting breakpoint.
1267 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1268 DW_AT_name attribute. Add xfail for GCC PR93866.
1269
1270 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1271
1272 * gdb.dwarf2/cpp-linkage-name.c: New file.
1273 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1274
1275 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1276
1277 * lib/gdb.exp (gdb_wrapper_init): Reset
1278 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1279 not exist.
1280
1281 2020-02-20 Tom de Vries <tdevries@suse.de>
1282
1283 PR go/17018
1284 * gdb.go/hello.exp: Copy ...
1285 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1286 print of st to print value of global definition. Add xfail for GCC
1287 PR93844.
1288 * gdb.go/hello.exp: Remove printing of st before definition.
1289 * gdb.go/hello.go: Copy ...
1290 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1291 to st.
1292 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1293
1294 2020-02-20 Tom de Vries <tdevries@suse.de>
1295
1296 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1297 (gdb_simple_compile): Handle compile_flags go by using .go extension
1298 for source file.
1299 * gdb.go/chan.exp: Use support_go_compile.
1300 * gdb.go/handcall.exp: Same.
1301 * gdb.go/hello.exp: Same.
1302 * gdb.go/integers.exp: Same.
1303 * gdb.go/max-depth.exp: Same.
1304 * gdb.go/methods.exp: Same.
1305 * gdb.go/package.exp: Same.
1306 * gdb.go/strings.exp: Same.
1307 * gdb.go/types.exp: Same.
1308 * gdb.go/unsafe.exp: Same.
1309
1310 2020-02-19 Tom de Vries <tdevries@suse.de>
1311
1312 * gdb.python/lib-types.exp: Make xfail more strict.
1313
1314 2020-02-19 Tom de Vries <tdevries@suse.de>
1315
1316 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1317
1318 2020-02-19 Doug Evans <dje@google.com>
1319
1320 PR rust/25535
1321 * gdb.rust/simple.exp: Add test.
1322 * gdb.rust/simple.rs: Add test.
1323
1324 2020-02-19 Tom de Vries <tdevries@suse.de>
1325
1326 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1327 output line-by-line.
1328
1329 2020-02-19 Tom de Vries <tdevries@suse.de>
1330
1331 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1332
1333 2020-02-19 Tom de Vries <tdevries@suse.de>
1334
1335 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1336 prelink.
1337
1338 2020-02-19 Tom de Vries <tdevries@suse.de>
1339
1340 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1341 (gdb_do_cache): Use gdb_do_cache_wrap.
1342 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1343
1344 2020-02-19 Tom de Vries <tdevries@suse.de>
1345
1346 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1347 gdb_compile option.
1348
1349 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1350
1351 * gdb.base/printcmds.exp (test_print_enums): Update expected
1352 output.
1353
1354 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1355
1356 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1357 for "unknown".
1358
1359 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1360
1361 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1362 enumerator.
1363
1364 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1365
1366 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1367 FE_, add FE_NONE.
1368 (three): Update.
1369 (enum flag_enum_without_zero): New enum.
1370 (flag_enum_without_zero): New variable.
1371 (enum not_flag_enum): New enum.
1372 (three_not_flag): New variable.
1373 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1374 (test_print_enums): Add more tests for printing flag enums.
1375
1376 2020-02-18 Tom de Vries <tdevries@suse.de>
1377
1378 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1379 (gdb_compile_ada): ... here.
1380 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1381 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1382
1383 2020-02-14 Tom Tromey <tom@tromey.com>
1384
1385 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1386 build directory.
1387 * boards/gdbserver-base.exp: Update path to gdbserver.
1388
1389 2020-02-13 Tom de Vries <tdevries@suse.de>
1390
1391 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1392
1393 2020-02-13 Tom de Vries <tdevries@suse.de>
1394
1395 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1396 are missing.
1397
1398 2020-02-13 Tom de Vries <tdevries@suse.de>
1399
1400 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1401 call.
1402
1403 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1404
1405 PR tui/25126
1406 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1407 * gdb.base/cached-source-file.c: New file.
1408 * gdb.base/cached-source-file.exp: New file.
1409
1410 2020-02-11 Tom de Vries <tdevries@suse.de>
1411
1412 PR testsuite/25488
1413 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1414
1415 2020-02-10 Tom de Vries <tdevries@suse.de>
1416
1417 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1418
1419 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1420
1421 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1422 and $after_addr are both integers before making a comparison.
1423
1424 2020-02-09 Tom de Vries <tdevries@suse.de>
1425
1426 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1427 command output and paste it into gdb.log. If any, paste catch message
1428 to gdb.log.
1429
1430 2020-02-07 Tom Tromey <tromey@adacore.com>
1431
1432 PR breakpoints/24915:
1433 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1434
1435 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1436
1437 * gdb.tui/tui-missing-src.exp: Add the "missing source
1438 file" test for the TUI.
1439
1440 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1441
1442 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1443 including a port number in the output.
1444
1445 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1446
1447 * lib/fortran.exp (fortran_int4): Handle clang.
1448 (fortran_int8): Likewise.
1449 (fortran_real4): Likewise.
1450 (fortran_real8): Likewise.
1451 (fortran_complex4): Likewise.
1452 (fortran_logical4): Likewise.
1453 (fortran_character1): Likewise.
1454
1455 2020-02-04 Tom de Vries <tdevries@suse.de>
1456
1457 * README (Race detection): Add note.
1458
1459 2020-02-04 Tom de Vries <tdevries@suse.de>
1460
1461 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1462
1463 2020-02-04 Tom de Vries <tdevries@suse.de>
1464
1465 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1466
1467 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1468
1469 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1470 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1471 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1472 blttar, bnetarl.
1473 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1474 binary for blttar, bnetarl.
1475 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1476 wait instruction. Delete ldmx test.
1477 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1478
1479 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1480
1481 * gdb.fortran/array-bounds-high.exp: New file.
1482 * gdb.fortran/array-bounds-high.f90: New file.
1483
1484 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1485
1486 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1487 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1488
1489 2020-02-01 Tom de Vries <tdevries@suse.de>
1490
1491 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1492
1493 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1494
1495 PR tui/9765
1496 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1497 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1498
1499 2020-01-29 Luis Machado <luis.machado@linaro.org>
1500
1501 * gdb.arch/aarch64-brk-patterns.c: New source file.
1502 * gdb.arch/aarch64-brk-patterns.exp: New test.
1503
1504 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1505
1506 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1507 GCC/Clang version.
1508 * gdb.cp/pass-by-ref.exp: Ditto.
1509
1510 2020-01-29 Tom de Vries <tdevries@suse.de>
1511
1512 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1513 * gdb.threads/watchpoint-fork-mt.c: Same.
1514 * gdb.threads/watchpoint-fork-parent.c: Same.
1515 * gdb.threads/watchpoint-fork-st.c: Same.
1516 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1517
1518 2020-01-27 Luis Machado <luis.machado@linaro.org>
1519
1520 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1521 sitting at a syscall instruction when we hit the syscall function's
1522 breakpoint.
1523 Check PC against one obtained with the x command.
1524 Validate syscall number.
1525 (step_over_syscall): Don't continue to the syscall instruction if
1526 we're already there.
1527
1528 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1529
1530 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1531
1532 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1533
1534 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1535 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1536
1537 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1538
1539 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1540 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1541
1542 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1543
1544 * gdb.base/maint.exp: Update line table parsing test.
1545 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1546
1547 2020-01-24 Pedro Alves <palves@redhat.com>
1548
1549 PR gdb/25410
1550 * gdb.multi/multi-re-run-1.c: New.
1551 * gdb.multi/multi-re-run-2.c: New.
1552 * gdb.multi/multi-re-run.exp: New.
1553
1554 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1555
1556 PR gdb/23718
1557 * gdb.server/server-kill-python.exp: New file.
1558
1559 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1560
1561 * gdb.server/multi-ui-errors.c: New file.
1562 * gdb.server/multi-ui-errors.exp: New file.
1563
1564 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1565
1566 PR tui/9765
1567 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1568
1569 2020-01-19 Tom Tromey <tom@tromey.com>
1570
1571 * gdb.tui/main.exp: Add check for plain "file".
1572
1573 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1574
1575 * lib/gdb.exp: Fix spelling error (seperatelly).
1576
1577 2020-01-14 Tom Tromey <tom@tromey.com>
1578
1579 PR symtab/12535:
1580 * gdb.python/python.exp: Test decode_line with empty string
1581 argument.
1582
1583 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1584
1585 * gdb.base/skip-inline.exp: Extend test.
1586
1587 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1588
1589 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1590 * gdb.dwarf2/dw2-bad-elf.c: New file.
1591 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1592
1593 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1594
1595 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1596 _line_saw_file.
1597
1598 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1599
1600 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1601 border.
1602
1603 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1604
1605 * gdb.multi/multi-target.exp (setup): Factor out "info
1606 connections" and "info inferiors" tests to ...
1607 (test_info_inferiors): ... this new procedure.
1608 (top level): Run new "info-inferiors" tests.
1609
1610 2020-01-10 Pedro Alves <palves@redhat.com>
1611
1612 * gdb.server/bkpt-other-inferior.exp: New file.
1613
1614 2020-01-10 Pedro Alves <palves@redhat.com>
1615
1616 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1617 of "add-inferior".
1618 * gdb.base/quit-live.exp: Likewise.
1619 * gdb.base/remote-exec-file.exp: Likewise.
1620 * gdb.guile/scm-progspace.exp: Likewise.
1621 * gdb.linespec/linespec.exp: Likewise.
1622 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1623 * gdb.mi/user-selected-context-sync.exp: Likewise.
1624 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1625 "info inferiors" tests.
1626 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1627 "add-inferior".
1628 * gdb.multi/watchpoint-multi.exp: Likewise.
1629 * gdb.python/py-inferior.exp: Likewise.
1630 * gdb.server/extended-remote-restart.exp: Likewise.
1631 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1632 "info inferiors".
1633 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1634 * gdb.trace/report.exp: Likewise.
1635
1636 2020-01-10 Pedro Alves <palves@redhat.com>
1637
1638 * gdb.multi/multi-target.c: New file.
1639 * gdb.multi/multi-target.exp: New file.
1640 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1641 mode requested, but remote does not support non-stop".
1642
1643 2020-01-10 Pedro Alves <palves@redhat.com>
1644
1645 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1646 disconnect before reconnecting.
1647
1648 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1649 Pedro Alves <palves@redhat.com>
1650
1651 * gdb.server/connect-without-multi-process.exp: Also test
1652 continuing to end.
1653
1654 2020-01-10 Pedro Alves <palves@redhat.com>
1655
1656 * gdb.base/remote-exec-file.exp: New file.
1657
1658 2020-01-10 Pedro Alves <palves@redhat.com>
1659
1660 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1661 output.
1662 * gdb.threads/async.c: New.
1663 * gdb.threads/async.exp: New.
1664 * gdb.multi/tids-gid-reset.c: New.
1665 * gdb.multi/tids-gid-reset.exp: New.
1666
1667 2020-01-10 George Barrett <bob@bob131.so>
1668
1669 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1670 to help in finding the image relocation offset.
1671 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1672 options in arguments.
1673 (stap_test_no_debuginfo): Likewise.
1674 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1675 test variants.
1676 (stap_test): Add null semaphore relocation test.
1677
1678 2020-01-10 George Barrett <bob@bob131.so>
1679
1680 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1681 * gdb.base/stap-probe.exp: Likewise.
1682 (stap_test): Pass argument as an additional flag.
1683 (stap_test_no_debuginfo): Likewise.
1684 (stap_test): Check `info probes stap' output for semaphore
1685 addresses if the test binary is supposed to have them.
1686
1687 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1688
1689 * gdb.tui/basic.exp: Add more scrolling tests.
1690
1691 2020-01-09 Tom Tromey <tom@tromey.com>
1692
1693 PR tui/18932:
1694 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1695 meangingful value.
1696 (Term::command, Term::resize): Update.
1697 * gdb.tui/basic.exp: Add scrolling test.
1698
1699 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1700
1701 * gdb.tui/tui-layout-asm.exp: New file.
1702
1703 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1704
1705 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1706
1707 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1708
1709 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1710 (Term::enter_tui): Use Term::prepare_for_tui.
1711
1712 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1713
1714 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1715 called.
1716
1717 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1718
1719 * gdb.base/skip.exp: Fix race condition in test.
1720
1721 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1722
1723 * gdb.base/backtrace.c: New file.
1724 * gdb.base/backtrace.exp: New file.
1725
1726 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1727
1728 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1729
1730 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1731
1732 * gdb.base/style.exp: Test that warnings are styled.
1733
1734 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1735
1736 * gdb.base/line65535.exp: New file.
1737 * gdb.base/line65535.c: New file.
1738
1739 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1740
1741 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1742 * lib/gnat_debug_info_test.adb: New file.
1743 * gdb.ada/ptype_tagged_param.exp: Use
1744 gnat_runtime_has_debug_info, expect a different output if
1745 runtime does not have debug info.
1746
1747 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1748
1749 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1750 (another) quote in test name.
1751
1752 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1753
1754 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1755 Add quote in test name.
1756
1757 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1758
1759 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1760 directory instead.
1761 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1762 * gdb.cp/pass-by-ref-2.cc: New file.
1763 * gdb.cp/pass-by-ref-2.exp: New file.
1764
1765 2019-12-20 Tom Tromey <tom@tromey.com>
1766
1767 * gdb.tui/list-before.exp: New file.
1768
1769 2019-12-20 Tom Tromey <tom@tromey.com>
1770
1771 * gdb.tui/list.exp: Check for source on initial listing.
1772
1773 2019-12-11 Tom Tromey <tromey@adacore.com>
1774
1775 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1776 Add crlf test.
1777
1778 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
1779
1780 * gdb.base/default.exp: Update value of $_gdb_major.
1781
1782 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1783
1784 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1785
1786 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1787
1788 * gdb.base/skip.exp: Whitespace fix.
1789
1790 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1791
1792 * gdb.base/skip-inline.c: New file.
1793 * gdb.base/skip-inline.exp: New file.
1794
1795 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1796
1797 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1798 jit_function_00 to jit_function_stack_mangle.
1799 * gdb.base/jithost.c (jit_function_t): Rename to...
1800 (jit_function_stack_mangle_t): ... this.
1801 (jit_function_add_t): New typedef.
1802 (jit_function_00_code): Rename to...
1803 (jit_function_stack_mangle_code): ... this, make static.
1804 (jit_function_add_code): New.
1805 (main): Generate "add" function and call it. Adjust to changes
1806 in jithost_abi.
1807 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1808 (struct jithost_abi) <begin, end>: Remove fields.
1809 <object, function_stack_mangle, function_add>: New fields.
1810 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1811 code_end>: Remove fields.
1812 <func_stack_mangle>: New field.
1813 (read_debug_info): Adjust to renaming, create block for "add"
1814 function.
1815 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1816
1817 2019-12-11 Tom Tromey <tom@tromey.com>
1818
1819 * gdb.tui/resize.exp: Fix regexp.
1820 * gdb.tui/regs.exp: Fix regexps.
1821 * gdb.tui/main.exp: Fix regexp.
1822
1823 2019-12-11 Tom Tromey <tom@tromey.com>
1824
1825 * gdb.tui/resize.exp: Update.
1826 * gdb.tui/empty.exp (layouts): Update.
1827
1828 2019-12-11 Tom Tromey <tom@tromey.com>
1829
1830 * gdb.tui/regs.exp: Update.
1831 * gdb.tui/empty.exp (layouts): Update.
1832 * gdb.tui/basic.exp: Update.
1833 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1834
1835 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1836
1837 * gdb.base/options.exp: Add -raw-values in the print completion list.
1838 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1839
1840 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1841
1842 * gdb.threads/omp-par-scope.c: New file.
1843 * gdb/threads/omp-par-scope.exp: New file.
1844
1845 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1846
1847 * lib/gdb.exp (support_nested_function_tests): New proc.
1848
1849 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1850
1851 * lib/gdb.exp (gdb_compile_openmp): New proc.
1852 (build_executable_from_specs): Add an "openmp" option.
1853 (gdb_compile_pthreads): Add non-executable case.
1854
1855 2019-12-10 Tom Tromey <tromey@adacore.com>
1856
1857 * gdb.ada/unchecked_union.exp: New file.
1858 * gdb.ada/unchecked_union/pck.adb: New file.
1859 * gdb.ada/unchecked_union/pck.ads: New file.
1860 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1861 * gdb-utils.exp (string_to_regexp): Also quote "?".
1862
1863 2019-12-10 George Barrett <bob@bob131.so>
1864
1865 Test scripted probe breakpoints.
1866 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1867 * gdb.python/py-breakpoint.c (main): Likewise.
1868 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1869 specifier test.
1870 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1871
1872 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1873
1874 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1875 an rvalue parameter.
1876 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1877 parameter.
1878
1879 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1880
1881 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1882 modules.
1883
1884 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1885
1886 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1887 broken version of GCC.
1888
1889 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1890
1891 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1892 sym-info-cmds library.
1893 * gdb.fortran/info-types.exp: Likewise.
1894 * lib/sym-info-cmds.exp: New file.
1895
1896 2019-12-08 Tom de Vries <tdevries@suse.de>
1897
1898 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1899
1900 2019-12-07 Keith Seitz <keiths@redhat.com>
1901
1902 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1903 * gdb.base/corefile-buildid-shlib.c: New file.
1904 * gdb.base/corefile-buildid.c: New file.
1905 * gdb.base/corefile-buildid.exp: New file.
1906
1907 2019-12-06 Tom de Vries <tdevries@suse.de>
1908
1909 * gdb.dwarf2/varval.exp: Add decl before def test.
1910
1911 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1912
1913 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1914
1915 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1916
1917 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1918 CV and reference conversion for overload resolution.
1919 * gdb.cp/rvalue-ref-overload.exp: Test it.
1920
1921 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1922
1923 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1924 * gdb.base/frameapply.exp: Test faas without command.
1925
1926 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1927
1928 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1929 Fortran tests.
1930 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1931 order.
1932
1933 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1934
1935 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1936 casting to type with no kind specified.
1937 (test_basic_parsing_of_type_kinds): Additional tests for types
1938 with no kind specified, and add tests for single/double
1939 precision/complex types.
1940
1941 2019-12-04 Tom Tromey <tromey@adacore.com>
1942
1943 * gdb.base/endianity.c (struct other) <x>: New field.
1944 (main): Initialize it.
1945 * gdb.base/endianity.exp: Update.
1946
1947 2019-12-04 Tom Tromey <tromey@adacore.com>
1948
1949 * gdb.ada/scalar_storage/storage.adb: New file.
1950 * gdb.ada/scalar_storage/pck.adb: New file.
1951 * gdb.ada/scalar_storage/pck.ads: New file.
1952 * gdb.ada/scalar_storage.exp: New file.
1953
1954 2019-12-04 Tom Tromey <tromey@adacore.com>
1955
1956 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1957 (main): Initialize it.
1958 * gdb.base/endianity.exp: Update.
1959
1960 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1961
1962 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1963
1964 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1965
1966 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1967 -symbol-info-module-functions and -symbol-info-module-variables.
1968
1969 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1970
1971 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1972
1973 2019-12-01 Richard Bunt <richard.bunt@arm.com>
1974 Andrew Burgess <andrew.burgess@embecosm.com>
1975
1976 * gdb.fortran/derived-type-striding.exp: New file.
1977 * gdb.fortran/derived-type-striding.f90: New file.
1978 * gdb.fortran/array-slices.exp: New file.
1979 * gdb.fortran/array-slices.f90: New file.
1980
1981 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1982
1983 * gdb.base/define.exp: Test . in command names.
1984 * gdb.base/setshow.exp: Update test, as . is now part of
1985 command name.
1986
1987 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1988
1989 * gdb.base/define-prefix.exp: New file.
1990
1991 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1992
1993 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1994 compile.
1995 (skip_btrace_pt_tests): Likewise.
1996
1997 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1998
1999 * gdb.fortran/info-modules.exp: Compile source files in correct
2000 order.
2001
2002 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2003
2004 * gdb.dwarf2/imported-unit.exp: New file.
2005 * gdb.dwarf2/imported-unit.c: New file.
2006
2007 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2008
2009 * gdb.mi/mi-fortran-modules-2.f90: New file.
2010 * gdb.mi/mi-fortran-modules.exp: New file.
2011 * gdb.mi/mi-fortran-modules.f90: New file.
2012
2013 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2014
2015 * gdb.mi/mi-sym-info-1.c: New file.
2016 * gdb.mi/mi-sym-info-2.c: New file.
2017 * gdb.mi/mi-sym-info.exp: New file.
2018
2019 2019-11-22 Tom Tromey <tromey@adacore.com>
2020
2021 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2022 * gdb.ada/tasks/foo.adb: Add another stopping location.
2023
2024 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2025
2026 * gdb.base/endianity.c: New test.
2027 * gdb.base/endianity.exp: New file.
2028
2029 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2030
2031 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2032
2033 2019-11-21 Tom de Vries <tdevries@suse.de>
2034
2035 PR gdb/24956
2036 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2037
2038 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2039
2040 * gdb.python/py-progspace.exp: Add missing parentheses on some
2041 'print' commands.
2042
2043 2019-11-19 Tom Tromey <tom@tromey.com>
2044
2045 * gdb.tui/winheight.exp: New file.
2046
2047 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2048
2049 * gdb.base/ctf-whatis.c: Delete.
2050 * gdb.base/ctf-whatis.exp: Delete.
2051 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2052
2053 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2054
2055 * gdb.base/ctf-cvexpr.exp: Delete.
2056 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2057
2058 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2059
2060 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2061 the compiler. Clean up header comment a little.
2062 * gdb.base/ctf-ptype.exp: Likewise.
2063 * gdb.base/ctf-whatis.exp: Likewise.
2064 * lib/gdb.exp (skip_ctf_tests): New proc.
2065
2066 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2067
2068 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2069 * gdb.tui/corefile-run.exp: New file.
2070
2071 2019-11-14 Tom Tromey <tromey@adacore.com>
2072
2073 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2074 regression tests.
2075
2076 2019-11-12 Tom Tromey <tom@tromey.com>
2077
2078 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2079 after any command. Expect prompt after WAIT_FOR is seen.
2080 (enter_tui): Enable resize messages.
2081 (command): Expect command in output.
2082 (get_line): Avoid error when cursor appears to be off-screen.
2083 (dump_screen): Include screen size in title.
2084 (_do_resize): New proc, from "resize".
2085 (resize): Rewrite. Do resize in two steps.
2086 * gdb.tui/empty.exp (layouts): Fix entries.
2087 (check_boxes): Remove xfail.
2088 (check_text): Dump screen on failure.
2089
2090 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2091
2092 * gdb.python/py-symbol.exp: Add test for
2093 gdb.lookup_static_symbols.
2094
2095 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2096
2097 * gdb.python/py-symbol.c: Declare and call function from new
2098 py-symbol-2.c file.
2099 * gdb.python/py-symbol.exp: Compile both source files, and add new
2100 tests for gdb.lookup_static_symbol.
2101 * gdb.python/py-symbol-2.c: New file.
2102
2103 2019-11-02 Tom de Vries <tdevries@suse.de>
2104
2105 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2106 * gdb.base/anon.exp: Same.
2107 * gdb.base/auto-connect-native-target.exp: Same.
2108 * gdb.base/call-ar-st.exp: Same.
2109 * gdb.base/catch-syscall.exp: Same.
2110 * gdb.base/commands.exp: Same.
2111 * gdb.base/default.exp: Same.
2112 * gdb.base/display.exp: Same.
2113 * gdb.base/float.exp: Same.
2114 * gdb.base/foll-fork.exp: Same.
2115 * gdb.base/help.exp: Same.
2116 * gdb.base/info-macros.exp: Same.
2117 * gdb.base/info-proc.exp: Same.
2118 * gdb.base/info-target.exp: Same.
2119 * gdb.base/long_long.exp: Same.
2120 * gdb.base/macscp.exp: Same.
2121 * gdb.base/memattr.exp: Same.
2122 * gdb.base/nofield.exp: Same.
2123 * gdb.base/pointers.exp: Same.
2124 * gdb.base/printcmds.exp: Same.
2125 * gdb.base/ptype.exp: Same.
2126 * gdb.base/restore.exp: Same.
2127 * gdb.base/return.exp: Same.
2128 * gdb.base/scope.exp: Same.
2129 * gdb.base/set-noassign.exp: Same.
2130 * gdb.base/setshow.exp: Same.
2131 * gdb.base/shlib-call.exp: Same.
2132 * gdb.base/signals.exp: Same.
2133 * gdb.base/sigstep.exp: Same.
2134 * gdb.base/skip.exp: Same.
2135 * gdb.base/solib-symbol.exp: Same.
2136 * gdb.base/stap-probe.exp: Same.
2137 * gdb.base/step-line.exp: Same.
2138 * gdb.base/step-test.exp: Same.
2139 * gdb.base/style.exp: Same.
2140 * gdb.base/varargs.exp: Same.
2141 * gdb.base/vla-datatypes.exp: Same.
2142 * gdb.base/vla-ptr.exp: Same.
2143 * gdb.base/vla-sideeffect.exp: Same.
2144 * gdb.base/volatile.exp: Same.
2145 * gdb.base/watch-cond-infcall.exp: Same.
2146 * gdb.base/watchpoint.exp: Same.
2147
2148 2019-11-02 Tom de Vries <tdevries@suse.de>
2149
2150 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2151 * gdb.cp/cpexprs.exp: Same.
2152 * gdb.cp/except-multi-location.exp: Same.
2153 * gdb.cp/exceptprint.exp: Same.
2154 * gdb.cp/gdb2384.exp: Same.
2155 * gdb.cp/inherit.exp: Same.
2156 * gdb.cp/m-static.exp: Same.
2157 * gdb.cp/meth-typedefs.exp: Same.
2158 * gdb.cp/misc.exp: Same.
2159 * gdb.cp/namespace.exp: Same.
2160 * gdb.cp/non-trivial-retval.exp: Same.
2161 * gdb.cp/overload.exp: Same.
2162 * gdb.cp/pr17132.exp: Same.
2163 * gdb.cp/re-set-overloaded.exp: Same.
2164 * gdb.cp/rvalue-ref-types.exp: Same.
2165 * gdb.cp/templates.exp: Same.
2166
2167 2019-11-01 Luis Machado <luis.machado@linaro.org>
2168
2169 PR gdb/25124
2170
2171 * gdb.arch/pr25124.S: New file.
2172 * gdb.arch/pr25124.exp: New file.
2173
2174 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2175
2176 * gdb.fortran/info-modules.exp: Update expected results, and add
2177 additional tests for 'info module functinos', and 'info module
2178 variables'.
2179 * gdb.fortran/info-types.exp: Update expected results.
2180 * gdb.fortran/info-types.f90: Extend testcase with additional
2181 module variables and functions.
2182
2183 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2184
2185 * gdb.fortran/info-modules.exp: New file.
2186 * gdb.fortran/info-types.exp: Build with new file.
2187 * gdb.fortran/info-types.f90: Include and use new module.
2188 * gdb.fortran/info-types-2.f90: New file.
2189
2190 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2191
2192 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2193 * gdb.base/settings.exp: Test all settings types using
2194 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2195 that now verifies that the value of "maint show" is the same as
2196 returned by the settings functions. Test the type of the
2197 maintenance settings.
2198 * gdb.base/default.exp: Update show_conv_list.
2199
2200 2019-10-31 Tom de Vries <tdevries@suse.de>
2201
2202 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2203 gdb_test.
2204 * gdb.arch/amd64-disp-step.exp: Same.
2205 * gdb.asm/asm-source.exp: Same.
2206 * gdb.btrace/buffer-size.exp: Same.
2207 * gdb.btrace/cpu.exp: Same.
2208 * gdb.btrace/enable.exp: Same.
2209 * gdb.dwarf2/count.exp: Same.
2210 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2211 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2212 * gdb.fortran/vla-datatypes.exp: Same.
2213 * gdb.fortran/vla-history.exp: Same.
2214 * gdb.fortran/vla-ptype.exp: Same.
2215 * gdb.fortran/vla-value.exp: Same.
2216 * gdb.fortran/whatis_type.exp: Same.
2217 * gdb.guile/guile.exp: Same.
2218 * gdb.multi/tids.exp: Same.
2219 * gdb.python/py-finish-breakpoint.exp: Same.
2220 * gdb.python/py-framefilter.exp: Same.
2221 * gdb.python/py-pp-registration.exp: Same.
2222 * gdb.python/py-xmethods.exp: Same.
2223 * gdb.python/python.exp: Same.
2224 * gdb.server/connect-with-no-symbol-file.exp: Same.
2225 * gdb.server/no-thread-db.exp: Same.
2226 * gdb.server/run-without-local-binary.exp: Same.
2227 * gdb.stabs/weird.exp: Same.
2228 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2229 * gdb.threads/thread-find.exp: Same.
2230 * gdb.threads/tls-shared.exp: Same.
2231 * gdb.threads/tls.exp: Same.
2232 * gdb.threads/wp-replication.exp: Same.
2233 * gdb.trace/ax.exp: Same.
2234 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2235
2236 2019-10-31 Tom de Vries <tdevries@suse.de>
2237
2238 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2239 * gdb.ada/array_subscript_addr.exp: Same.
2240 * gdb.ada/arrayidx.exp: Same.
2241 * gdb.ada/arrayparam.exp: Same.
2242 * gdb.ada/arrayptr.exp: Same.
2243 * gdb.ada/boolean_expr.exp: Same.
2244 * gdb.ada/call_pn.exp: Same.
2245 * gdb.ada/complete.exp: Same.
2246 * gdb.ada/fixed_cmp.exp: Same.
2247 * gdb.ada/fun_addr.exp: Same.
2248 * gdb.ada/funcall_param.exp: Same.
2249 * gdb.ada/interface.exp: Same.
2250 * gdb.ada/mod_from_name.exp: Same.
2251 * gdb.ada/null_array.exp: Same.
2252 * gdb.ada/packed_array.exp: Same.
2253 * gdb.ada/packed_tagged.exp: Same.
2254 * gdb.ada/print_chars.exp: Same.
2255 * gdb.ada/print_pc.exp: Same.
2256 * gdb.ada/ptype_arith_binop.exp: Same.
2257 * gdb.ada/ptype_field.exp: Same.
2258 * gdb.ada/ptype_tagged_param.exp: Same.
2259 * gdb.ada/rec_return.exp: Same.
2260 * gdb.ada/ref_tick_size.exp: Same.
2261 * gdb.ada/str_ref_cmp.exp: Same.
2262 * gdb.ada/taft_type.exp: Same.
2263 * gdb.ada/tagged.exp: Same.
2264 * gdb.ada/type_coercion.exp: Same.
2265 * gdb.ada/uninitialized_vars.exp: Same.
2266
2267 2019-10-30 Tom de Vries <tdevries@suse.de>
2268
2269 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2270
2271 2019-10-26 Tom de Vries <tdevries@suse.de>
2272
2273 * gdb.base/bigcore.c: Fix typos in comments.
2274 * gdb.base/ctf-ptype.c: Same.
2275 * gdb.base/long_long.c: Same.
2276 * gdb.dwarf2/dw2-op-out-param.S: Same.
2277 * gdb.python/py-evthreads.c: Same.
2278 * gdb.reverse/i387-stack-reverse.c: Same.
2279 * gdb.trace/tfile.c: Same.
2280 * lib/compiler.c: Same.
2281 * lib/compiler.cc: Same.
2282
2283 2019-10-25 Tom de Vries <tdevries@suse.de>
2284
2285 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2286 gdb_test_multiple calls.
2287 * gdb.reverse/sigall-reverse.exp: Same.
2288 * gdb.reverse/solib-precsave.exp: Same.
2289 * gdb.reverse/solib-reverse.exp: Same.
2290 * gdb.reverse/until-precsave.exp: Same.
2291 * gdb.reverse/until-reverse.exp: Same.
2292
2293 2019-10-24 Tom de Vries <tdevries@suse.de>
2294
2295 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2296 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2297 kfail using -wrap pattern flag and convenience variable
2298 gdb_test_name.
2299
2300 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2301
2302 * gdb.python/py-progspace.exp: Add tests for the
2303 Progspace.block_for_pc method.
2304
2305 2019-10-23 Tom Tromey <tom@tromey.com>
2306
2307 * configure: Rebuild.
2308 * aclocal.m4: Use m4_include, not sinclude.
2309
2310 2019-10-21 Tom de Vries <tdevries@suse.de>
2311
2312 * gdb.base/infcall-nested-structs.c: Add
2313 __attribute__((noinline,noclone)) to all functions.
2314 (call_all): Add missing variable initialization. Simplify return value.
2315 (breakpt): Increment volatile variable, to prevent call from being
2316 optimized out.
2317 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2318
2319 2019-10-17 Tom de Vries <tdevries@suse.de>
2320
2321 * gdb.fortran/module.exp: Allow info variables to print info for files
2322 other than module.f90.
2323
2324 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2325
2326 * gdb.fortran/module.exp: Extend with 'info variables' test.
2327
2328 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2329
2330 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2331 F77_FOR_TARGET.
2332
2333 2019-10-16 Tom de Vries <tdevries@suse.de>
2334
2335 PR tdep/25096
2336 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2337
2338 2019-10-16 Tom de Vries <tdevries@suse.de>
2339
2340 PR tdep/24104
2341 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2342 Add KFAIL for PR tdep/25096.
2343
2344 2019-10-16 Tom de Vries <tdevries@suse.de>
2345
2346 PR testsuite/25059
2347 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2348
2349 2019-10-16 Tom de Vries <tdevries@suse.de>
2350
2351 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2352 as signed.
2353
2354 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2355
2356 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2357 one instead of increasing timeout.
2358
2359 2019-10-13 Tom de Vries <tdevries@suse.de>
2360
2361 PR record/25038
2362 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2363 * gdb.reverse/sigall-reverse.exp: Same.
2364 * gdb.reverse/solib-precsave.exp: Same.
2365 * gdb.reverse/solib-reverse.exp: Same.
2366 * gdb.reverse/step-precsave.exp: Same.
2367 * gdb.reverse/until-precsave.exp: Same.
2368 * gdb.reverse/until-reverse.exp: Same.
2369 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2370
2371 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2372
2373 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2374 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2375 (cmp_struct_05_01, cmp_struct_static_02_01)
2376 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2377 comparisons.
2378
2379 2019-10-10 Tom de Vries <tdevries@suse.de>
2380
2381 PR testsuite/24888
2382 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2383 gnatlink.
2384
2385 2019-10-09 Tom de Vries <tdevries@suse.de>
2386
2387 PR testsuite/25048
2388 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2389
2390 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2391
2392 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2393 exceptions due to missing debug information.
2394
2395 2019-10-07 Tom de Vries <tdevries@suse.de>
2396
2397 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2398
2399 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2400
2401 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2402 * gdb.base/annota1.exp: Update to use gdb_test_name.
2403
2404 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2405
2406 * gdb.base/ctf-whatis.exp: New file.
2407 * gdb.base/ctf-whatis.c: New file.
2408 * gdb.base/ctf-ptype.exp: New file.
2409 * gdb.base/ctf-ptype.c: New file.
2410 * gdb.base/ctf-constvars.exp: New file.
2411 * gdb.base/ctf-constvars.c: New file.
2412 * gdb.base/ctf-cvexpr.exp: New file.
2413
2414 2019-10-04 Tom de Vries <tdevries@suse.de>
2415
2416 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2417 for loop.
2418
2419 2019-10-03 Tom Tromey <tom@tromey.com>
2420
2421 PR rust/24976:
2422 * gdb.rust/simple.rs (Union2): New type.
2423 (main): Use Union2.
2424 * gdb.rust/simple.exp: Add test.
2425
2426 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2427
2428 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2429 nested function prefix.
2430
2431 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2432 Richard Bunt <richard.bunt@arm.com>
2433 Andrew Burgess <andrew.burgess@embecosm.com>
2434
2435 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2436 nested functions.
2437 * gdb.fortran/nested-funcs.f90: Update expected results.
2438 * gdb.fortran/nested-funcs-2.exp: New file.
2439 * gdb.fortran/nested-funcs-2.f90: New file.
2440
2441 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2442
2443 * gdb.python/py-parameter.exp: Make test names unique.
2444 * gdb.python/py-template.exp: Likewise.
2445 * gdb.python/py-value.exp: Likewise.
2446
2447 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2448
2449 * gdb.base/break-interp.exp: Reduce test name duplication.
2450 * gdb.base/call-sc.exp: Likewise.
2451 * gdb.base/callfuncs.exp: Likewise.
2452 * gdb.base/charset.exp: Likewise.
2453 * gdb.base/dump.exp: Likewise.
2454 * gdb.base/ena-dis-br.exp: Likewise.
2455 * gdb.base/relational.exp: Likewise.
2456 * gdb.base/step-over-syscall.exp: Likewise.
2457 * gdb.base/structs.exp: Likewise.
2458
2459 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2460
2461 * gdb.linespec/explicit.exp: Make test names unique.
2462 * gdb.linespec/ls-errs.exp: Likewise.
2463
2464 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2465
2466 * gdb.reverse/break-precsave.exp: Make test names unique.
2467 * gdb.reverse/break-reverse.exp: Likewise.
2468 * gdb.reverse/finish-precsave.exp: Likewise.
2469 * gdb.reverse/finish-reverse.exp: Likewise.
2470 * gdb.reverse/machinestate-precsave.exp: Likewise.
2471 * gdb.reverse/machinestate.exp: Likewise.
2472 * gdb.reverse/readv-reverse.exp: Likewise.
2473 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2474 * gdb.reverse/sigall-precsave.exp: Likewise.
2475 * gdb.reverse/sigall-reverse.exp: Likewise.
2476 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2477 * gdb.reverse/watch-precsave.exp: Likewise.
2478 * gdb.reverse/watch-reverse.exp: Likewise.
2479
2480 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2481
2482 * gdb.threads/stop-with-handle.c: New file.
2483 * gdb.threads/stop-with-handle.exp: New file.
2484
2485 2019-10-03 Tom de Vries <tdevries@suse.de>
2486
2487 PR testsuite/25059
2488 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2489 directory" line to be missing.
2490
2491 2019-10-03 Tom de Vries <tdevries@suse.de>
2492
2493 PR testsuite/25059
2494 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2495 type optional.
2496
2497 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2498
2499 * gdb.python/py-format-string.c (string.h): New include.
2500 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2501 the same value, for endianness-independence.
2502 * gdb.python/py-format-string.exp (default_regexp_dict)
2503 (test_pretty_structs, test_format): Adjust expected output to the
2504 changed initialization.
2505
2506 2019-10-02 Tom Tromey <tromey@adacore.com>
2507
2508 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2509
2510 2019-10-02 Pedro Alves <palves@redhat.com>
2511 Andrew Burgess <andrew.burgess@embecosm.com>
2512
2513 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2514 "print-file-var.h".
2515 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2516 (get_version_1): Print this_version_id and its address.
2517 Add extern "C" wrappers around interface functions.
2518 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2519 "print-file-var.h".
2520 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2521 (get_version_2): Print this_version_id and its address.
2522 Add extern "C" wrappers around interface functions.
2523 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2524 <stddef.h> and "print-file-var.h".
2525 Add extern "C" wrappers around interface functions.
2526 [VERSION_ID_MAIN] (this_version_id): Define.
2527 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2528 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2529 up extern "C" blocks.
2530 * gdb.base/print-file-var.exp (test): New, factored out from top
2531 level.
2532 (top level): Test all combinations of attribute hidden or not,
2533 dlopen or not, and this_version_id symbol in main file or not.
2534 Compile tests as both C++ and C, make test names unique.
2535
2536 2019-10-01 Tom Tromey <tom@tromey.com>
2537
2538 * gdb.base/style.exp: Test "show logging filename".
2539
2540 2019-10-01 Tom Tromey <tom@tromey.com>
2541
2542 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2543 * gdb.base/style.exp: Add metadata style test.
2544
2545 2019-10-01 Tom Tromey <tom@tromey.com>
2546
2547 * gdb.base/style.exp: Test "pwd".
2548
2549 2019-10-01 Tom Tromey <tom@tromey.com>
2550
2551 * gdb.base/style.exp: Update tests.
2552
2553 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2554
2555 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2556 'six' to unsigned.
2557 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2558 'five'. Use an all-ones bit pattern for each.
2559 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2560 to its changed values.
2561
2562 2019-09-30 Tom Tromey <tromey@adacore.com>
2563
2564 * gdb.rust/traits.rs: Disable all warnings.
2565
2566 2019-09-29 Tom de Vries <tdevries@suse.de>
2567
2568 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2569
2570 2019-09-29 Tom de Vries <tdevries@suse.de>
2571
2572 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2573
2574 2019-09-27 Tom de Vries <tdevries@suse.de>
2575
2576 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2577
2578 2019-09-27 Tom de Vries <tdevries@suse.de>
2579
2580 PR record/23188
2581 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2582
2583 2019-09-26 Tom Tromey <tromey@adacore.com>
2584
2585 * gdb.ada/py_taft.exp: New file.
2586 * gdb.ada/py_taft/main.adb: New file.
2587 * gdb.ada/py_taft/pkg.adb: New file.
2588 * gdb.ada/py_taft/pkg.ads: New file.
2589
2590 2019-09-24 Tom de Vries <tdevries@suse.de>
2591
2592 PR gdb/24598
2593 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2594
2595 2019-09-22 Tom de Vries <tdevries@suse.de>
2596
2597 * gdb.base/restore.exp: Allow register variables to be optimized out at
2598 -O0.
2599
2600 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2601
2602 * gdb.arch/spu-info.exp: Remove file.
2603 * gdb.arch/spu-info.c: Remove file.
2604 * gdb.arch/spu-ls.exp: Remove file.
2605 * gdb.arch/spu-ls.c: Remove file.
2606
2607 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2608 * gdb.asm/spu.inc: Remove file.
2609
2610 * gdb.base/dump.exp: Remove support for spu*-*-*.
2611 * gdb.base/stack-checking.exp: Likewise.
2612 * gdb.base/overlays.exp: Likewise.
2613 * gdb.base/ovlymgr.c: Likewise.
2614 * gdb.base/spu.ld: Remove file.
2615
2616 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2617 * gdb.cp/cpexprs.exp: Likewise.
2618 * gdb.cp/exception.exp: Likewise.
2619 * gdb.cp/gdb2495.exp: Likewise.
2620 * gdb.cp/mb-templates.exp: Likewise.
2621 * gdb.cp/pr9167.exp: Likewise.
2622 * gdb.cp/userdef.exp: Likewise.
2623
2624 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2625
2626 * gdb.cell: Remove directory.
2627 * lib/cell.exp: Remove file.
2628
2629 2019-09-19 Tom de Vries <tdevries@suse.de>
2630
2631 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2632
2633 2019-09-19 Tom de Vries <tdevries@suse.de>
2634
2635 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2636
2637 2019-09-19 Tom de Vries <tdevries@suse.de>
2638
2639 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2640 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2641 (gdb_target_cmd): ... here.
2642 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2643 value 2.
2644
2645 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2646
2647 * gdb.base/source-dir.exp: Avoid having directory names in test
2648 names.
2649
2650 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2651
2652 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2653 directory.
2654
2655 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2656
2657 * gdb.base/list-missing-source.exp: New file.
2658
2659 2019-09-14 Tom de Vries <tdevries@suse.de>
2660
2661 PR teststuite/24599
2662 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2663 * lib/ada.exp (gnatmake_version_at_least): New proc.
2664
2665 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2666
2667 * gdb.base/maint.exp: Use exec_has_index_section.
2668
2669 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2670
2671 * gdb.base/maint.exp: Add test for 'maint info sections'.
2672
2673 2019-09-12 Tom de Vries <tdevries@suse.de>
2674
2675 * gdb.base/store.exp: Allow register variables to be optimized out at
2676 -O0.
2677
2678 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2679
2680 * gdb.ada/rdv_wait.exp: Update to new task names.
2681 * gdb.base/task_switch_in_core.exp: Likewise.
2682 * gdb.base/info_sources_base.c: Likewise.
2683
2684 2019-09-10 Tom Tromey <tromey@adacore.com>
2685
2686 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2687
2688 2019-09-10 Tom Tromey <tromey@adacore.com>
2689
2690 * gdb.ada/dgopt.exp: New file.
2691 * gdb.ada/dgopt/x.adb: New file.
2692
2693 2019-09-08 Tom Tromey <tom@tromey.com>
2694
2695 * gdb.tui/resize.exp: Remove setup_xfail.
2696 * gdb.tui/regs.exp: Remove setup_xfail.
2697 * gdb.tui/basic.exp: Remove setup_xfail.
2698
2699 2019-09-06 David Blaikie <dblaikie@gmail.com>
2700
2701 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2702 * gdb.cp/cplabel.exp: Ditto.
2703 * gdb.linespec/ls-errs.exp: Ditto.
2704
2705 2019-09-05 Tom de Vries <tdevries@suse.de>
2706
2707 * lib/gdb.exp (cmp_file_string): New proc.
2708 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2709 runto_main. Verify save breakpoints output.
2710
2711 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2712
2713 * gdb.base/info-var.exp: Test info variables without running
2714 to main, to avoid expect's buffer overflow.
2715
2716 2019-09-03 Tom Tromey <tromey@adacore.com>
2717
2718 * gdb.ada/bias.exp: New file.
2719 * gdb.ada/bias/bias.adb: New file.
2720 * gdb.ada/print_chars.exp: Add regression test.
2721 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2722 (MC): New variable.
2723
2724 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2725
2726 * gdb.base/argv0-symlink.exp: Run only on native target
2727 and local host.
2728
2729 2019-08-29 Tom de Vries <tdevries@suse.de>
2730
2731 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2732 diverse debug info.
2733 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2734
2735 2019-08-28 Tom de Vries <tdevries@suse.de>
2736
2737 * gdb.base/info-var.exp: Allow info variables to print info for files
2738 other than info-var-f1.c and info-var-f2.c.
2739
2740 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2741
2742 * gdb.fortran/info-types.exp: Add module.
2743 * gdb.fortran/info-types.f90: Update expected results.
2744
2745 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2746
2747 * gdb.fortran/info-types.exp: New file.
2748 * gdb.fortran/info-types.f90: New file.
2749 * lib/fortran.exp (fortran_character1): New proc.
2750
2751 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2752
2753 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2754 functions'. Reindent as needed.
2755 * gdb.base/info-var-f1.c: New file.
2756 * gdb.base/info-var-f2.c: New file.
2757 * gdb.base/info-var.exp: New file.
2758 * gdb.base/info-var.h: New file.
2759
2760 2019-08-26 Tom de Vries <tdevries@suse.de>
2761
2762 PR c++/24852
2763 * gdb.cp/no-libstdcxx-probe.exp: New test.
2764
2765 2019-08-26 Tom de Vries <tdevries@suse.de>
2766
2767 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2768 * tests need to be skipped.
2769 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2770 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2771 mi_skip_libstdcxx_probe_tests.
2772
2773 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2774
2775 * gdb.python/py-xmethods.exp: Use raw strings when passing
2776 arguments to SimpleXMethodMatcher.
2777
2778 2019-08-22 Tom de Vries <tdevries@suse.de>
2779
2780 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2781 more informative.
2782
2783 2019-08-21 Pedro Alves <palves@redhat.com>
2784
2785 * gdb.base/with.exp: Test "with" with no arguments.
2786
2787 2019-08-21 Tom de Vries <tdevries@suse.de>
2788
2789 * gdb.base/gdb-caching-proc.exp: Sort files.
2790
2791 2019-08-20 Tom de Vries <tdevries@suse.de>
2792
2793 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2794 compilation.
2795
2796 2019-08-16 Tom de Vries <tdevries@suse.de>
2797
2798 * gdb.base/compare-sections.exp ("after run to main"): Allow
2799 mismatched read-only sections for PIE executables.
2800
2801 2019-08-16 Tom Tromey <tom@tromey.com>
2802
2803 * lib/tuiterm.exp (_csi_Z): New proc.
2804 * gdb.tui/basic.exp: Update window positions.
2805 * gdb.tui/empty.exp: Update window positions.
2806
2807 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2808
2809 * gdb.base/examine-backward.exp: Correct regexp for
2810 "examine 3 bytes backward from ${address_zero}".
2811
2812 2019-08-15 Tom Tromey <tom@tromey.com>
2813
2814 * gdb.tui/empty.exp: Enable resizing tests.
2815
2816 2019-08-15 Tom Tromey <tromey@adacore.com>
2817
2818 * gdb.ada/char_enum.exp: Add regression tests.
2819 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2820 and '0'.
2821 (Char, Gchar): Update.
2822 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2823
2824 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2825
2826 * gdb.python/python.exp: Expect a leading underscore on
2827 GdbOutput{,Error}File.
2828
2829 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2830
2831 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2832 Windows host.
2833
2834 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2835
2836 * gdb.base/batch-preserve-term-settings.exp
2837 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2838
2839 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2840
2841 * lib/gdb.exp: When running on a mingw target, replace
2842 /x/ with x:/.
2843
2844 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2845
2846 * gdb.arch/aarch64-prologue.c: New test.
2847 * gdb.arch/aarch64-prologue.exp: New file.
2848
2849 2019-08-13 Tom de Vries <tdevries@suse.de>
2850
2851 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2852 Thread.
2853
2854 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2855
2856 * gdb.python/py-completion.exp: Download the .py file to the host
2857 and use its host pathname. Conditionalize tests that use
2858 tab completion and manipulate files on the build machine.
2859 * gdb.python/py-events.exp: Download the .py file to the host
2860 and use its host pathname.
2861 * gdb.python/py-evsignal.exp: Likewise.
2862 * gdb.python/py-evthreads.exp: Likewise.
2863 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2864 pathname syntax.
2865 * gdb.python/py-framefilter.exp: Download the .py file to the right
2866 place on the host. Match Windows pathname syntax.
2867 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2868 .py file to the host and use its host pathname.
2869 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2870 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2871 build pathname. Skip symlink test on Windows host. Add missing
2872 newline at end of file.
2873 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2874 and use its host pathname.
2875 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2876 * gdb.python/py-section-script.exp: Use host location of binfile
2877 on safe-path. Use correct path separator on Windows host.
2878 Reorder alternatives in gdb_test_multiple to prevent matching
2879 the wrong alternative on success.
2880 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2881
2882 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2883
2884 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2885 expect the GDB inferior to no longer immediately stop after
2886 being resumed with "signal SIGINT".
2887
2888 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2889
2890 * gdb.linespec/break-ask.exp: Generalize regexps to match
2891 Windows pathnames too.
2892
2893 2019-08-08 Tom de Vries <tdevries@suse.de>
2894
2895 PR testsuite/24862
2896 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2897
2898 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2899
2900 * gdb.base/style.exp: Update tests for help doc new invariants.
2901 * gdb.base/help.exp: Likewise.
2902
2903 2019-08-06 Tom Tromey <tom@tromey.com>
2904
2905 * gdb.base/style.exp: Add disassemble test.
2906 * gdb.base/style.c (some_called_function): New function.
2907 (main): Use it.
2908
2909 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2910
2911 * gdb.python/py-block.exp: Test dictionary access on blocks.
2912
2913 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
2914
2915 PR gdb/24863
2916 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2917 -list-thread-groups --available test when running under
2918 check-read1.
2919
2920 2019-08-05 Tom de Vries <tdevries@suse.de>
2921
2922 PR testsuite/24863
2923 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2924 * gdb.base/help.exp: Use with_read1_timeout_factor.
2925 * gdb.base/info-macros.exp: Same.
2926 * gdb.cp/nested-types.exp: Same.
2927
2928 2019-08-05 Tom de Vries <tdevries@suse.de>
2929
2930 * lib/gdb.exp (version_at_least): Factor out of ...
2931 (tcl_version_at_least): ... here.
2932 (gdb_compile): Fail if pie results in non-PIE executable.
2933 (readelf_version, readelf_prints_pie): New proc.
2934 (exec_is_pie): Return -1 if unknown.
2935
2936 2019-08-05 Tom de Vries <tdevries@suse.de>
2937
2938 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2939
2940 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2941
2942 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2943
2944 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2945
2946 * lib/completion-support.exp (test_gdb_complete_none): Skip
2947 tab completion tests if no readline support.
2948 (test_gdb_complete_unique_re): Likewise.
2949 (test_gdb_complete_multiple): Likewise.
2950
2951 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2952
2953 * gdb.base/info_sources.exp: New file.
2954 * gdb.base/info_sources.c: New file.
2955 * gdb.base/info_sources_base.c: New file.
2956
2957 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2958
2959 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2960 prefix argument.
2961 (test_exit_status): Add prefix argument.
2962
2963 2019-08-01 Tom de Vries <tdevries@suse.de>
2964
2965 PR testsuite/24863
2966 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2967 calling exp_continue for new thread and thread exited messages.
2968
2969 2019-08-01 Tom de Vries <tdevries@suse.de>
2970
2971 PR testsuite/24863
2972 * gdb.base/structs.exp: Fix check-read1 timeout using
2973 gdb_test_sequence.
2974 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2975
2976 2019-08-01 Tom de Vries <tdevries@suse.de>
2977
2978 PR testsuite/24863
2979 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2980 line.
2981
2982 2019-08-01 Tom de Vries <tdevries@suse.de>
2983
2984 PR testsuite/24863
2985 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2986
2987 2019-07-30 Tom Tromey <tromey@adacore.com>
2988
2989 * gdb.ada/display_nested.exp: New file.
2990 * gdb.ada/display_nested/foo.adb: New file.
2991 * gdb.ada/display_nested/pack.adb: New file.
2992 * gdb.ada/display_nested/pack.ads: New file.
2993
2994 2019-07-30 Christian Biesinger <cbiesinger@google.com>
2995
2996 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2997 namespace.
2998 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2999
3000 2019-07-30 Tom de Vries <tdevries@suse.de>
3001
3002 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3003 instead.
3004
3005 2019-07-30 Tom de Vries <tdevries@suse.de>
3006
3007 PR testsuite/24834
3008 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3009 (exec_is_pie): New proc.
3010
3011 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3012
3013 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3014
3015 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3016
3017 * gdb.python/py-objfile.c: Add global and static vars.
3018 * gdb.python/py-objfile.exp: Test new functions Objfile.
3019 lookup_global_symbol and lookup_static_symbol.
3020
3021 2019-07-29 Tom Tromey <tom@tromey.com>
3022
3023 * lib/tuiterm.exp (Term::_csi_@): New proc.
3024 (Term::_csi_X): Don't move cursor.
3025
3026 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3027
3028 * gdb.base/options.exp: Update backtrace - completion to
3029 new option -frame-info.
3030 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3031 Test new 'set print frame-info'. Test backtrace -frame-info
3032 overriding 'set print frame-info'.
3033 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3034 Test new 'set print frame-info'.
3035 Verify consistency of backtrace with and without filters, with and
3036 without -no-filters.
3037 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3038 default.
3039
3040 2019-07-29 Tom de Vries <tdevries@suse.de>
3041
3042 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3043 no arguments".
3044
3045 2019-07-29 Tom de Vries <tdevries@suse.de>
3046
3047 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3048 is a substring of the first for "complete non-unique file name".
3049
3050 2019-07-29 Tom de Vries <tdevries@suse.de>
3051
3052 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3053 with ".*".
3054
3055 2019-07-29 Tom de Vries <tdevries@suse.de>
3056
3057 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3058 Pass prompt_regexp parameter to gdb_test_multiple calls.
3059
3060 2019-07-29 Tom de Vries <tdevries@suse.de>
3061
3062 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3063 print registers" regexps.
3064
3065 2019-07-29 Tom de Vries <tdevries@suse.de>
3066
3067 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3068
3069 2019-07-29 Tom de Vries <tdevries@suse.de>
3070
3071 PR gdb/24855
3072 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3073 (skip_python_tests_prompt): Add prompt_regexp argument to
3074 gdb_test_multiple calls.
3075
3076 2019-07-27 Tom Tromey <tom@tromey.com>
3077
3078 * gdb.tui/main.exp: New file.
3079
3080 2019-07-27 Tom Tromey <tom@tromey.com>
3081
3082 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3083 optional.
3084 * gdb.tui/empty.exp: New file.
3085
3086 2019-07-27 Tom Tromey <tom@tromey.com>
3087
3088 * lib/tuiterm.exp (spawn): New proc.
3089 (Term::resize): New proc.
3090 * gdb.tui/resize.exp: New file.
3091
3092 2019-07-27 Tom Tromey <tom@tromey.com>
3093
3094 * gdb.tui/list.exp: New file.
3095
3096 2019-07-27 Tom Tromey <tom@tromey.com>
3097
3098 * gdb.tui/regs.exp: New file.
3099
3100 2019-07-27 Tom Tromey <tom@tromey.com>
3101
3102 * gdb.tui/basic.exp: Add "layout split" test.
3103
3104 2019-07-27 Tom Tromey <tom@tromey.com>
3105
3106 * gdb.tui/basic.exp: Add "layout asm" test.
3107
3108 2019-07-27 Tom Tromey <tom@tromey.com>
3109
3110 * lib/tuiterm.exp: New file.
3111 * gdb.tui/basic.exp: New file.
3112
3113 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3114
3115 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3116 Enable tests associated with this flag. Adjust regex
3117 referencing "foo_low" to now refer to "foo_cold" instead.
3118
3119 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3120
3121 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3122 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3123 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3124 foo_cold. Revise comments to match.
3125 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3126 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3127 were wrapped into this proc; Call do_test in loop from outermost
3128 level.
3129 (foo_low): Rename all occurrences to "foo_cold".
3130 (backtrace from baz): New test.
3131 (x2/i foo_cold): New test.
3132 (info line *foo_cold): New test.
3133
3134 2019-07-26 Tom de Vries <tdevries@suse.de>
3135
3136 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3137
3138 2019-07-25 Tom de Vries <tdevries@suse.de>
3139
3140 PR testsuite/24830
3141 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3142 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3143 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3144 (skip_libstdcxx_probe_tests): ... here.
3145 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3146
3147 2019-07-24 Tom de Vries <tdevries@suse.de>
3148
3149 PR testsuite/24807
3150 * gdb.objc/basicclass.m: Include stdio.h.
3151 * gdb.objc/nondebug.m: Same.
3152 * gdb.objc/objcdecode.m: Same.
3153
3154 2019-07-24 Tom de Vries <tdevries@suse.de>
3155
3156 PR testsuite/24612
3157 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3158 additional_flags.
3159
3160 2019-07-24 Tom de Vries <tdevries@suse.de>
3161
3162 PR testsuite/24831
3163 * gdb.multi/tids.exp: Update error messages for info threads.
3164
3165 2019-07-24 Tom de Vries <tdevries@suse.de>
3166
3167 * gdb.base/info-types.exp: Allow info types to print info for more than
3168 one file.
3169
3170 2019-07-23 Tom de Vries <tdevries@suse.de>
3171
3172 PR testsuite/24842
3173 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3174 gdb_spawn_with_cmdline_opts.
3175
3176 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3177
3178 * gdb.arch/arm-cmse-sgstubs.c: New test.
3179 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3180
3181 2019-07-23 Tom de Vries <tdevries@suse.de>
3182
3183 PR testsuite/24711
3184 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3185 issuing next command.
3186
3187 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3188
3189 * gdb.ada/info_auto_lang.exp: Update expected results.
3190 * gdb.base/info-types.c: Add additional types to check.
3191 * gdb.base/info-types.exp: Update expected results.
3192
3193 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3194
3195 * gdb.base/info-types.c: New file.
3196 * gdb.base/info-types.exp: New file.
3197
3198 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3199
3200 * gdb.arch/riscv-bp-infcall.c: New file.
3201 * gdb.arch/riscv-bp-infcall.exp: New file.
3202
3203 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3204
3205 PR breakpoints/24541
3206 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3207
3208 2019-07-14 Tom de Vries <tdevries@suse.de>
3209
3210 PR testsuite/24760
3211 * gdb.objc/basicclass.exp: Fix unterminated string.
3212
3213 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3214 Andrew Burgess <andrew.burgess@embecosm.com>
3215
3216 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3217 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3218 negative bounds.
3219 * gdb.fortran/vla-value.exp: Print elements of an array with
3220 negative bounds.
3221 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3222 testing.
3223
3224 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3225
3226 * gdb.base/options.exp (expect_string): Dequote strings in
3227 results.
3228 (test-string): Test strings with different quoting and reindent.
3229
3230 2019-07-10 Tom Tromey <tromey@adacore.com>
3231
3232 * gdb.ada/mi_ex_cond.exp: Update expected results.
3233 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3234 * gdb.ada/mi_catch_ex.exp: Update expected results.
3235 * gdb.ada/mi_catch_assert.exp: Update expected results.
3236 * gdb.ada/catch_ex.exp (catch_exception_info)
3237 (catch_exception_entry, catch_assert_entry)
3238 (catch_unhandled_entry): Update.
3239 * gdb.ada/catch_assert_if.exp: Update expected results.
3240
3241 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3242 Stephen Roberts <stephen.roberts@arm.com>
3243
3244 * gdb.base/define.exp: Restore original prompt.
3245
3246 2019-07-09 Pedro Alves <palves@redhat.com>
3247
3248 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3249 breakpoints" output.
3250 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3251 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3252 throw" creates breakpoint.
3253 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3254 'type="catchpoint"'.
3255
3256 2019-07-09 Pedro Alves <palves@redhat.com>
3257
3258 PR c++/15468
3259 * gdb.cp/except-multi-location-lib.cc: New.
3260 * gdb.cp/except-multi-location-main.cc: New.
3261 * gdb.cp/except-multi-location.exp: New.
3262
3263 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3264
3265 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3266 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3267 argument and update callers.
3268
3269 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3270
3271 * gdb.arch/amd64-break-on-asm-line.S: New file.
3272 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3273
3274 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3275
3276 * gdb.base/printcmds.exp: Test printing C string and
3277 C wide string convenience vars without transiting via the inferior.
3278 Also make test names unique.
3279
3280 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3281
3282 PR breakpoints/25011
3283 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3284
3285 2019-07-04 Pedro Alves <palves@redhat.com>
3286
3287 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3288 body returned ok(0), break(3) or continue(4).
3289 * gdb.testsuite/foreach_with_prefix.exp: New file.
3290
3291 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3292
3293 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3294
3295 2019-07-03 Pedro Alves <palves@redhat.com>
3296
3297 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3298 "return -code".
3299
3300 2019-07-03 Pedro Alves <palves@redhat.com>
3301
3302 PR cli/24732
3303 * gdb.base/shell.exp: Load completion-support.exp.
3304 Adjust expected error output. Add completion tests.
3305
3306 2019-07-03 Pedro Alves <palves@redhat.com>
3307
3308 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3309 string_to_regexp.
3310
3311 2019-07-03 Pedro Alves <palves@redhat.com>
3312
3313 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3314 (expect_integer): Adjust to expect "-string".
3315 (expect_string): New.
3316 (all_options): Expect "-string".
3317 (test-flag, test-boolean): Adjust to expect "-string".
3318 (test-string): New proc.
3319 (top level): Call it.
3320
3321 2019-07-03 Pedro Alves <palves@redhat.com>
3322
3323 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3324 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3325 the expected output in the success.
3326
3327 2019-07-03 Pedro Alves <palves@redhat.com>
3328
3329 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3330 Split one gdb_test_multiple call in two to avoid a race.
3331
3332 2019-07-03 Pedro Alves <palves@redhat.com>
3333
3334 * gdb.base/with.c: New file.
3335 * gdb.base/with.exp: New file.
3336
3337 2019-07-03 Pedro Alves <palves@redhat.com>
3338
3339 * gdb.base/settings.exp: Replace all references to "maint
3340 test-settings set" with references to "maint set test-settings",
3341 and all references to "maint test-settings show" with references
3342 to "maint show test-settings".
3343
3344 2019-07-03 Pedro Alves <palves@redhat.com>
3345
3346 * gdb.base/settings.exp (test-string): Adjust expected out when
3347 testing "maint test-settings show filename"
3348
3349 2019-07-02 Pedro Alves <palves@redhat.com>
3350
3351 * gdb.base/options.exp (test-info-threads): New procedure.
3352 (top level): Call it.
3353
3354 2019-06-28 Tom Tromey <tromey@adacore.com>
3355
3356 * gdb.dwarf2/ada-linkage-name.c: New file.
3357 * gdb.dwarf2/ada-linkage-name.exp: New file.
3358
3359 2019-06-27 Tom Tromey <tromey@adacore.com>
3360
3361 PR c++/20020:
3362 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3363
3364 2019-06-26 Tom de Vries <tdevries@suse.de>
3365
3366 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3367
3368 2019-06-26 Tom de Vries <tdevries@suse.de>
3369
3370 * gdb.base/index-cache.exp: Add back missing debug option.
3371
3372 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3373
3374 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3375
3376 2019-06-25 Tom de Vries <tdevries@suse.de>
3377
3378 PR testsuite/24727
3379 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3380
3381 2019-06-24 Tom de Vries <tdevries@suse.de>
3382
3383 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3384
3385 2019-06-24 Tom de Vries <tdevries@suse.de>
3386
3387 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3388 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3389 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3390
3391 2019-06-24 Tom de Vries <tdevries@suse.de>
3392
3393 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3394
3395 2019-06-21 Tom de Vries <tdevries@suse.de>
3396
3397 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3398
3399 2019-06-21 Tom de Vries <tdevries@suse.de>
3400
3401 PR testsuite/24518
3402 PR ada/24713
3403 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3404 index.
3405
3406 2019-06-19 Tom Tromey <tromey@adacore.com>
3407
3408 * gdb.ada/length_cond.exp: Add intro comment.
3409
3410 2019-06-19 Tom Tromey <tromey@adacore.com>
3411
3412 * gdb.ada/length_cond.exp: New file.
3413 * gdb.ada/length_cond/length_cond.adb: New file.
3414 * gdb.ada/length_cond/pck.adb: New file.
3415 * gdb.ada/length_cond/pck.ads: New file.
3416
3417 2019-06-18 Tom de Vries <tdevries@suse.de>
3418
3419 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3420
3421 2019-06-18 Tom Tromey <tromey@adacore.com>
3422
3423 * gdb.base/list0.h: Add comment explaining control character.
3424
3425 2019-06-18 Tom de Vries <tdevries@suse.de>
3426
3427 * boards/fission.exp: Break up long debug_flags line.
3428
3429 2019-06-16 Tom de Vries <tdevries@suse.de>
3430
3431 PR gdb/24445
3432 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3433 generated index.
3434
3435 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3436
3437 PR gdb/24686
3438 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3439 improve detection of bug gdb/24541.
3440
3441 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3442
3443 PR gdb/24669
3444 * gdb.base/index-cache.exp (uses_readnow,
3445 expecting_index_cache_use): Define global variable.
3446 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3447 expecting_index_cache_use.
3448
3449 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3450 Andrew Burgess <andrew.burgess@embecosm.com>
3451
3452 * gdb.fortran/pointers.f90: New file.
3453 * gdb.fortran/print_type.exp: New file.
3454 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3455 * gdb.fortran/vla-type.exp: Likewise.
3456 * gdb.fortran/vla-value.exp: Likewise.
3457 * gdb.mi/mi-vla-fortran.exp: Likewise.
3458
3459 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3460
3461 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3462 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3463 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3464 as a stop reason.
3465
3466 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3467
3468 * gdb.base/annota1.exp: Update expected results.
3469 * gdb.cp/annota2.exp: Likewise.
3470 * gdb.cp/annota3.exp: Likewise.
3471
3472 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3473
3474 * gdb.base/style-logging.exp: Remove path from test name.
3475
3476 2019-06-14 Tom Tromey <tromey@adacore.com>
3477
3478 PR gdb/24502:
3479 * gdb.base/style-logging.exp: New file.
3480
3481 2019-06-14 Tom Tromey <tromey@adacore.com>
3482
3483 * gdb.base/symfile-warn.exp: New file.
3484 * gdb.base/symfile-warn.c: New file.
3485
3486 2019-06-14 Tom Tromey <tromey@adacore.com>
3487
3488 * gdb.base/annotate-symlink.exp: New file.
3489
3490 2019-06-14 Tom Tromey <tromey@adacore.com>
3491
3492 * gdb.ada/set_wstr.exp: Add reassignment test.
3493
3494 2019-06-14 Tom Tromey <tromey@adacore.com>
3495
3496 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3497 'unchecked_access and 'unrestricted_access as well.
3498
3499 2019-06-14 Tom Tromey <tromey@adacore.com>
3500
3501 PR ada/24539:
3502 * gdb.ada/vla.exp: Update tests.
3503 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3504 pragma.
3505
3506 2019-06-13 Pedro Alves <palves@redhat.com>
3507
3508 * gdb.base/settings.exp (test-integer): Test junk after
3509 "unlimited".
3510
3511 2019-06-13 Pedro Alves <palves@redhat.com>
3512
3513 * gdb.base/options.exp (test-thread-apply): New.
3514 (top level): Call it.
3515
3516 2019-06-13 Pedro Alves <palves@redhat.com>
3517
3518 * gdb.base/options.exp (test-frame-apply): New.
3519 (top level): Test print commands with different "frame apply"
3520 prefixes.
3521
3522 2019-06-13 Pedro Alves <palves@redhat.com>
3523
3524 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3525 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3526 'max_completions' parameter and handle it.
3527 (test_gdb_completion_offers_commands): New.
3528
3529 2019-06-13 Pedro Alves <palves@redhat.com>
3530
3531 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3532
3533 2019-06-13 Pedro Alves <palves@redhat.com>
3534
3535 * gdb.base/options.exp (test-backtrace): New.
3536 (top level): Call it.
3537
3538 2019-06-13 Pedro Alves <palves@redhat.com>
3539
3540 * gdb.guile/scm-frame-args.exp: Use "set print
3541 raw-frame-arguments" instead of "set print raw frame-arguments".
3542 * gdb.python/py-frame-args.exp: Likewise.
3543
3544 2019-06-13 Pedro Alves <palves@redhat.com>
3545
3546 * gdb.compile/compile.exp: Adjust expected output to option
3547 processing changes.
3548
3549 2019-06-13 Pedro Alves <palves@redhat.com>
3550
3551 * gdb.base/options.exp: Build executable.
3552 (test-print): New procedure.
3553 (top level): Call it, once for "print" and another for "compile
3554 print".
3555
3556 2019-06-13 Pedro Alves <palves@redhat.com>
3557
3558 * gdb.base/options.c: New file.
3559 * gdb.base/options.exp: New file.
3560
3561 2019-06-13 Pedro Alves <palves@redhat.com>
3562
3563 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3564 that "o" is ambiguous.
3565
3566 2019-06-13 Pedro Alves <palves@redhat.com>
3567
3568 * gdb.base/settings.c: New file.
3569 * gdb.base/settings.exp: New file.
3570
3571 2019-06-13 Pedro Alves <palves@redhat.com>
3572
3573 * gdb.base/completion.exp: Fix comment typo.
3574
3575 2019-06-13 Pedro Alves <palves@redhat.com>
3576
3577 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3578 foo --1" test.
3579
3580 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3581
3582 * gdb.fortran/block-data.f: New.
3583 * gdb.fortran/block-data.exp: New.
3584
3585 2019-06-11 Tom de Vries <tdevries@suse.de>
3586
3587 PR testsuite/24521
3588 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3589 message.
3590
3591 2019-06-11 Tom de Vries <tdevries@suse.de>
3592
3593 PR testsuite/24521
3594 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3595
3596 2019-06-11 Tom de Vries <tdevries@suse.de>
3597
3598 * boards/readnow.exp: New file.
3599
3600 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3601
3602 * gdb.fortran/vla-sizeof.exp: Update expected results.
3603
3604 2019-06-06 Amos Bird <amosbird@gmail.com>
3605
3606 * gdb.base/annota1.exp (thread_switch): Add test for
3607 thread-exited annotation.
3608
3609 2019-06-06 Tom Tromey <tromey@adacore.com>
3610
3611 * gdb.base/maint.exp: Expect command started/finished output.
3612
3613 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3614
3615 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3616 comment.
3617 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3618
3619 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3620
3621 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3622 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3623 * gdb.arch/riscv-unwind-long-insn.c: New file.
3624 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3625
3626 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3627
3628 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3629
3630 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3631
3632 * lib/gdb.exp (help_list_trailer): New regexp variable
3633 factorizing the help trailer message.
3634 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3635 arg to allow to better factorize various tests.
3636 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3637 (test_prefix_command_help): Use help_list_trailer.
3638 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3639 * gdb.guile/scm-cmd.exp: Likewise.
3640 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3641 * gdb.base/help.exp: Use test_user_defined_class_help.
3642 * gdb.base/style.exp: Add tests for styling of help and apropos.
3643 * lib/gdb-utils.exp (style): Add title and highlight styles.
3644
3645 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3646
3647 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3648 $_shell_exitsignal.
3649 * gdb.base/default.exp: Update for new convenience variables.
3650
3651 2019-05-29 Tom Tromey <tromey@adacore.com>
3652
3653 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3654 to "break complete ada" test case's regexp.
3655
3656 2019-05-29 Tom Tromey <tromey@adacore.com>
3657
3658 PR c++/20020:
3659 * gdb.cp/constexpr-field.exp: New file.
3660 * gdb.cp/constexpr-field.cc: New file.
3661
3662 2019-05-29 Tom Tromey <tromey@adacore.com>
3663
3664 * gdb.base/finish.exp (finish_no_print): New proc.
3665 (finish_tests): Call it.
3666
3667 2019-05-24 Tom de Vries <tdevries@suse.de>
3668
3669 * gdb.dwarf2/gdb-add-index.exp: New file.
3670
3671 2019-05-22 Tom Tromey <tromey@adacore.com>
3672
3673 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3674 * gdb.base/style.exp: Use "style".
3675 * lib/gdb-utils.exp (style): New proc.
3676
3677 2019-05-22 Tom de Vries <tdevries@suse.de>
3678
3679 * gdb.base/align.exp: Require c++11.
3680
3681 2019-05-22 Tom de Vries <tdevries@suse.de>
3682
3683 PR testsuite/24586
3684 * gdb.python/py-mi-var-info-path-expression.exp: Call
3685 mi_skip_python_tests to check if python is supported.
3686
3687 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3688
3689 * gdb.arch/aarch64-pauth.c: New test.
3690 * gdb.arch/aarch64-pauth.exp: New file.
3691
3692 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3693
3694 * README (Re-running Tests Outside The Testsuite): New section.
3695
3696 2019-05-21 Tom de Vries <tdevries@suse.de>
3697
3698 * gdb.arch/amd64-eval.exp: Require c++11.
3699 * gdb.base/max-depth.exp: Same.
3700 * gdb.compile/compile-cplus-array-decay.exp: Same.
3701 * gdb.cp/meth-typedefs.exp: Same.
3702 * gdb.cp/subtypes.exp: Same.
3703 * gdb.cp/temargs.exp: Same.
3704
3705 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3706
3707 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3708
3709 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3710
3711 PR gdb/18644
3712 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3713 * gdb.fortran/printing-types.exp: Add new test.
3714 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3715 testing.
3716 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3717 setup_kfail call.
3718
3719 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3720
3721 * README (Running the Testsuite): Change example.
3722 (Testsuite Parameters): Remove TRANSCRIPT.
3723 * lib/gdb.exp: Remove TRANSCRIPT check.
3724
3725 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3726
3727 * README (Testsuite Parameters): Add replay logging to
3728 GDBSERVER_DEBUG.
3729 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3730 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3731 as a comma separated list.
3732 (gdb_debug_init): Override procedure.
3733
3734 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3735
3736 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3737 (gdb_write_cmd_file): New procedure.
3738 * lib/gdbserver-support.exp (gdbserver_start): Call
3739 gdbserver_write_cmd_file.
3740 (gdbserver_write_cmd_file): New procedure.
3741
3742 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3743
3744 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3745 (delete_breakpoints): Likewise.
3746 (gdb_run_cmd): Likewise.
3747 (gdb_start_cmd): Likewise.
3748 (gdb_starti_cmd): Likewise.
3749 (gdb_internal_error_resync): Likewise.
3750 (gdb_test_multiple): Likewise.
3751 (gdb_reinitialize_dir): Likewise.
3752 (default_gdb_exit): Likewise.
3753 (gdb_file_cmd): Mark kill as optional.
3754 (default_gdb_start): Call gdb_stdin_log_init.
3755 (send_gdb): Call gdb_stdin_log_write.
3756 (rerun_to_main): Mark Y as an answer.
3757 (gdb_stdin_log_init): New function.
3758 (gdb_stdin_log_write): Likewise.
3759
3760 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3761
3762 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3763 * gdb.base/debug-expr.exp: Likewise.
3764 * gdb.base/foll-fork.exp: Likewise.
3765 * gdb.base/foll-vfork.exp: Likewise.
3766 * gdb.base/fork-print-inferior-events.exp: Likewise.
3767 * gdb.base/gdb-sigterm.exp: Likewise.
3768 * gdb.base/gdbinit-history.exp: Likewise.
3769 * gdb.base/osabi.exp: Likewise.
3770 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3771 * gdb.base/ui-redirect.exp: Likewise.
3772 * gdb.gdb/unittest.exp: Likewise.
3773 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3774 * gdb.mi/mi-watch.exp: Likewise.
3775 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3776 * gdb.mi/user-selected-context-sync.exp: Likewise.
3777 * gdb.python/python.exp: Disable debug test when debugging.
3778 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3779 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3780 Likewise.
3781 * gdb.threads/stepi-random-signal.exp: Likewise.
3782
3783 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3784
3785 * Makefile.in: Pass through GDB_DEBUG.
3786 * README (Testsuite Parameters): Add GDB_DEBUG.
3787 (gdb,debug): Add board setting.
3788 * lib/gdb.exp (default_gdb_start): Start debugging.
3789 (gdb_debug_enabled): New procedure.
3790 (gdb_debug_init): Likewise.
3791
3792 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3793
3794 * Makefile.in: Pass through GDB_DEBUG.
3795 * README (Testsuite Parameters): Add GDB_DEBUG.
3796 (gdb,debug): Add board setting.
3797 * lib/gdb.exp (default_gdb_start): Start debugging.
3798 (gdb_debug_enabled): New procedure.
3799 (gdb_debug_init): Likewise.
3800
3801 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3802
3803 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3804
3805 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3806
3807 * gdb.base/ui-redirect.exp: Test redirection.
3808
3809 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3810
3811 * gdb.mi/mi-complete.exp: New file.
3812 * gdb.mi/mi-complete.cc: Likewise.
3813
3814 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3815
3816 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3817 indexed and sliced arrays, and pointers to arrays.
3818
3819 2019-05-14 Tom Tromey <tromey@adacore.com>
3820
3821 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3822 styling test.
3823
3824 2019-05-14 Tom de Vries <tdevries@suse.de>
3825
3826 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3827 selection entry encoding.
3828
3829 2019-05-10 Tom Tromey <tromey@adacore.com>
3830
3831 * gdb.ada/info_exc.exp: Add "complete" test.
3832
3833 2019-05-09 Tom de Vries <tdevries@suse.de>
3834
3835 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3836 CU-relative.
3837
3838 2019-05-09 Tom de Vries <tdevries@suse.de>
3839
3840 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3841 CU-relative.
3842
3843 2019-05-08 Joel Brobecker <brobecker@adacore.com>
3844
3845 * gdb.ada/frame_arg_lang.exp: New testcase.
3846 * gdb.ada/frame_arg_lang/bla.adb: New file.
3847 * gdb.ada/frame_arg_lang/pck.ads: New file.
3848 * gdb.ada/frame_arg_lang/pck.adb: New file.
3849 * gdb.ada/frame_arg_lang/foo.c: New file.
3850
3851 2019-05-08 Tom Tromey <tromey@adacore.com>
3852
3853 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3854
3855 2019-05-08 Tom Tromey <tromey@adacore.com>
3856
3857 * gdb.base/ptype-offsets.exp: Update tests.
3858
3859 2019-05-08 Tom Tromey <tromey@adacore.com>
3860
3861 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3862 cases.
3863 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3864 "short".
3865
3866 2019-05-08 Tom Tromey <tromey@adacore.com>
3867
3868 * gdb.ada/vla.exp: New file.
3869 * gdb.ada/vla/vla.adb: New file.
3870
3871 2019-05-07 Tom de Vries <tdevries@suse.de>
3872
3873 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3874
3875 2019-05-07 Tom de Vries <tdevries@suse.de>
3876
3877 PR testsuite/24522
3878 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3879 section.
3880
3881 2019-05-07 Tom de Vries <tdevries@suse.de>
3882
3883 PR testsuite/24522
3884 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3885 .debug_aranges section.
3886
3887 2019-05-07 Tom de Vries <tdevries@suse.de>
3888
3889 PR testsuite/24159
3890 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3891
3892 2019-05-06 Tom de Vries <tdevries@suse.de>
3893
3894 * lib/gdb.exp (exec_has_index_section): New proc.
3895 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3896 section.
3897
3898 2019-05-04 Tom de Vries <tdevries@suse.de>
3899
3900 * boards/cc-with-debug-names.exp: New file.
3901
3902 2019-05-03 Tom Tromey <tromey@adacore.com>
3903
3904 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3905 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3906 * gdb.ada/char_enum.exp: Add test.
3907
3908 2019-05-03 Tom de Vries <tdevries@suse.de>
3909
3910 * boards/cc-with-gdb-index.exp: New file.
3911
3912 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3913
3914 * gdb.rust/simple.exp: Add new test case.
3915 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3916 (main): Initialise an instance of the new struct.
3917
3918 2019-05-01 Tom Tromey <tromey@adacore.com>
3919
3920 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3921 record.
3922 (NPR): New variable.
3923 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3924 test.
3925
3926 2019-05-01 Tom Tromey <tromey@adacore.com>
3927
3928 * gdb.ada/packed_array_assign.exp: Add packed assignment
3929 regression test.
3930
3931 2019-05-01 Tom de Vries <tdevries@suse.de>
3932
3933 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3934
3935 2019-05-01 Tom de Vries <tdevries@suse.de>
3936
3937 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3938
3939 2019-04-30 Ali Tamur <tamur@google.com>
3940
3941 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3942
3943 2019-04-30 Tom Tromey <tromey@adacore.com>
3944
3945 * lib/ada.exp (find_ada_tool): New proc.
3946 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3947 * gdb.ada/catch_ex_std.exp: New file.
3948 * gdb.ada/catch_ex_std/foo.adb: New file.
3949 * gdb.ada/catch_ex_std/some_package.adb: New file.
3950 * gdb.ada/catch_ex_std/some_package.ads: New file.
3951
3952 2019-04-30 Tom Tromey <tromey@adacore.com>
3953
3954 PR c++/24470:
3955 * gdb.cp/temargs.cc: Add test code from PR.
3956
3957 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3958
3959 * gdb.fortran/vla-datatypes.exp: Update expected results.
3960 * gdb.fortran/vla-ptype.exp: Likewise.
3961 * gdb.fortran/vla-type.exp: Likewise.
3962 * gdb.fortran/vla-value.exp: Likewise.
3963
3964 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3965
3966 * gdb.fortran/ptr-indentation.exp: Update expected results.
3967 * gdb.fortran/ptype-on-functions.exp: Likewise.
3968 * gdb.fortran/vla-ptr-info.exp: Likewise.
3969 * gdb.fortran/vla-value.exp: Likewise.
3970
3971 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3972
3973 * gdb.fortran/ptype-on-functions.exp: New file.
3974 * gdb.fortran/ptype-on-functions.f90: New file.
3975
3976 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3977
3978 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3979 case void string.
3980
3981 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3982
3983 * gdb.fortran/complex.exp: Expand.
3984 * gdb.fortran/complex.f: Renamed to...
3985 * gdb.fortran/complex.f90: ...this, and extended to add more
3986 complex values.
3987
3988 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3989
3990 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3991 MODULO, CMPLX.
3992
3993 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3994 Richard Bunt <richard.bunt@arm.com>
3995
3996 * gdb.base/max-depth.c: New file.
3997 * gdb.base/max-depth.exp: New file.
3998 * gdb.python/py-nested-maps.c: New file.
3999 * gdb.python/py-nested-maps.exp: New file.
4000 * gdb.python/py-nested-maps.py: New file.
4001 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4002 (test_all_common): Call test_max_depth.
4003 * gdb.fortran/max-depth.exp: New file.
4004 * gdb.fortran/max-depth.f90: New file.
4005 * gdb.go/max-depth.exp: New file.
4006 * gdb.go/max-depth.go: New file.
4007 * gdb.modula2/max-depth.exp: New file.
4008 * gdb.modula2/max-depth.c: New file.
4009 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4010
4011 2019-04-29 Tom de Vries <tdevries@suse.de>
4012
4013 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4014
4015 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4016
4017 * gdb.base/callexit.exp: Test may-call-functions off.
4018
4019 2019-04-25 Keith Seitz <keiths@redhat.com>
4020
4021 PR c++/24367
4022 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4023 (another_incomplete_struct, test_incomplete): New definitions.
4024 (main): Use new definitions.
4025 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4026 functions.
4027
4028 2019-04-25 Ali Tamur <tamur@google.com>
4029
4030 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4031
4032 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4033
4034 PR corefiles/11608
4035 PR corefiles/18187
4036 * gdb.base/coredump-filter-build-id.exp: New file.
4037
4038 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4039
4040 * Makefile.in: Pass through GDBSERVER_DEBUG.
4041 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4042 (gdbserver,debug): Add board setting.
4043 * gdb.trace/tspeed.exp: Skip when debugging.
4044 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4045 * lib/gdbserver-support.exp: Likewise
4046
4047 2019-04-24 Tom Tromey <tromey@adacore.com>
4048
4049 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4050 Rust.
4051
4052 2019-04-24 Tom Tromey <tromey@adacore.com>
4053
4054 * gdb.arch/amd64-eval.exp: Test bitfield return.
4055 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4056 (class Foo) <return_bitfields>: New method.
4057 (main): Call it.
4058
4059 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4060
4061 * gdb.cp/many-args.cc: New file.
4062 * gdb.cp/many-args.exp: New file.
4063
4064 2019-04-23 Tom de Vries <tdevries@suse.de>
4065
4066 PR gdb/24433
4067 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4068
4069 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4070
4071 * gdb.trace/backtrace.exp: Use nopie flag.
4072 * gdb.trace/circ.exp: Likewise.
4073 * gdb.trace/collection.exp: Likewise.
4074 * gdb.trace/ftrace.exp: Likewise.
4075 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4076 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4077 * gdb.trace/qtro.exp: Likewise.
4078 * gdb.trace/read-memory.exp: Likewise.
4079 * gdb.trace/report.exp: Likewise.
4080 * gdb.trace/tfile.exp: Likewise.
4081 * gdb.trace/tfind.exp: Likewise.
4082 * gdb.trace/unavailable.exp: Likewise.
4083
4084 2019-04-22 Pedro Alves <palves@redhat.com>
4085
4086 * gdb.base/solib-probes-nosharedlibrary.c,
4087 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4088
4089 2019-04-19 Tom Tromey <tromey@adacore.com>
4090
4091 * gdb.ada/ptype_union.c: New file.
4092 * gdb.ada/ptype_union.exp: New file.
4093
4094 2019-04-19 Tom Tromey <tromey@adacore.com>
4095
4096 PR symtab/24423:
4097 * gdb.base/list0.h (foo): Add a control-l character.
4098
4099 2019-04-18 Tom de Vries <tdevries@suse.de>
4100
4101 PR gdb/24433
4102 * boards/local-board.exp: Set sysroot to "".
4103
4104 2019-04-18 Tom de Vries <tdevries@suse.de>
4105 Pedro Alves <palves@redhat.com>
4106
4107 PR gdb/24454
4108 * gdb.threads/vfork-follow-child-exec.c: New file.
4109 * gdb.threads/vfork-follow-child-exec.exp: New file.
4110 * gdb.threads/vfork-follow-child-exit.c: New file.
4111 * gdb.threads/vfork-follow-child-exit.exp: New file.
4112
4113 2019-04-15 Leszek Swirski <leszeks@google.com>
4114
4115 * gdb.arch/amd64-eval.cc: New file.
4116 * gdb.arch/amd64-eval.exp: New file.
4117
4118 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4119
4120 * gdb.server/sysroot.c: New test.
4121 * gdb.server/sysroot.exp: New file.
4122 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4123 matching param.
4124
4125 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4126
4127 * gdb.base/align.exp: Extend test to cover structures containing
4128 only static fields.
4129
4130 2019-04-11 Tom de Vries <tdevries@suse.de>
4131
4132 * boards/cc-with-dwz-m.exp: New file.
4133 * boards/cc-with-dwz.exp: New file.
4134 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4135
4136 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4137
4138 * gdb.base/start-cpp.exp: New file.
4139 * gdb.base/start-cpp.cc: New file.
4140
4141 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4142
4143 * gdb.python/py-thrhandle.exp: Adjust tests to call
4144 thread_from_handle instead of thread_from_thread_handle.
4145
4146 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4147
4148 * gdb.python/py-thrhandle.exp: Add tests for
4149 gdb.InferiorThread.handle.
4150
4151 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4152
4153 * gdb.python/py-function.exp: Check calling helper function from
4154 all languages.
4155 * lib/gdb.exp (gdb_supported_languages): New proc.
4156
4157 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4158
4159 * gdb.base/complex-parts.c: New file.
4160 * gdb.base/complex-parts.exp: New file.
4161
4162 2019-04-01 Tom Tromey <tromey@adacore.com>
4163
4164 PR symtab/23331:
4165 * gdb.dwarf2/dw2-ranges-main.c: New file.
4166 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4167 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4168
4169 2019-03-30 Simon Marchi <simark@simark.ca>
4170
4171 * gdb.base/default.exp: Add values for $_gdb_major and
4172 $_gdb_minor.
4173
4174 2019-03-29 Tom Tromey <tromey@adacore.com>
4175
4176 * gdb.base/help.exp: Tighten apropos regexp.
4177
4178 2019-03-29 Keith Seitz <keiths@redhat.com>
4179
4180 * gdb.fortran/array-bounds.exp: New file.
4181 * gdb.fortran/array-bounds.f90: New file.
4182
4183 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4184
4185 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4186
4187 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4188
4189 * gdb.multi/hello.c (main): Increase alarm timer.
4190
4191 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4192
4193 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4194 factor when no hardware watchpoint support.
4195
4196 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4197 Pedro Alves <palves@redhat.com>
4198
4199 * boards/local-board.exp: set sysroot to /.
4200
4201 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4202
4203 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4204 in child.
4205
4206 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4207
4208 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4209 field.
4210 (make_container): Initialise new field.
4211 * gdb.python/py-prettyprint.exp: Add new tests.
4212 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4213 <display_hint>: New method.
4214
4215 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4216
4217 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4218 gdb_continue_to_breakpoint more throughout this test.
4219 (run_lang_tests) Supply unique test names, and use
4220 gdb_test_no_output.
4221
4222 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4223
4224 * gdb.base/finish-pretty.exp: Update expected results.
4225 * gdb.base/pretty-print.c: New file.
4226 * gdb.base/pretty-print.exp: New file.
4227
4228 2019-03-25 Pedro Alves <palves@redhat.com>
4229
4230 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4231 move comments outside list. Append '-i "" eof' section.
4232
4233 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4234
4235 PR testsuite/25016
4236 * README: Add pie options.
4237 * gdb.base/break-interp.exp: Ensure pie is disabled.
4238 * gdb.base/dump.exp: Likewise.
4239 * lib/gdb.exp (gdb_compile): Add pie option.
4240
4241 2019-03-19 Tom Tromey <tromey@adacore.com>
4242
4243 * gdb.mi/mi2-cli-display.c: New file.
4244 * gdb.mi/mi2-cli-display.exp: New file.
4245
4246 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4247 Tom Tromey <tromey@adacore.com>
4248
4249 * gdb.ada/ptype_array/pck.adb: New file.
4250 * gdb.ada/ptype_array/pck.ads: New file.
4251 * gdb.ada/ptype_array/foo.adb: New file.
4252 * gdb.ada/ptype_array.exp: New file.
4253
4254 2019-03-14 Tom Tromey <tromey@adacore.com>
4255
4256 * gdb.base/style.exp: Add "set style sources" test.
4257
4258 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4259
4260 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4261 * mi-breakpoint-multiple-locations.exp: ... this.
4262 (make_breakpoints_pattern): New proc.
4263 (do_test): Add mi_version parameter, test -break-insert,
4264 -break-info and =breakpoint-created.
4265
4266 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4267
4268 * config/default.exp: Remove 'load_lib gdb.exp'.
4269 * config/monitor.exp: Likewise.
4270 * config/sid.exp: Likewise.
4271 * config/sim.exp: Likewise.
4272 * config/slite.exp: Likewise.
4273 * config/unix.exp: Likewise.
4274 * gdb.base/default.exp: Remove unhelpful comment.
4275
4276 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4277
4278 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4279
4280 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4281
4282 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4283
4284 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4285
4286 * gdb.fortran/type-kinds.exp: Update expected results.
4287
4288 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4289
4290 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4291
4292 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4293
4294 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4295 function.
4296 (test_basic_parsing_of_type_kinds): Expand types tested.
4297 (test_parsing_invalid_type_kinds): New function.
4298
4299 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4300
4301 * gdb.fortran/intrinsics.exp: New file.
4302 * gdb.fortran/intrinsics.f90: New file.
4303 * gdb.fortran/type-kinds.exp: New file.
4304
4305 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4306
4307 * gdb.fortran/dot-ops.exp: New file.
4308
4309 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4310
4311 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4312 Check upper and lower case logical literals.
4313
4314 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4315
4316 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4317 Remove duplicate tests.
4318
4319 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4320
4321 * lib/gdb.exp (builtin_cd): rename of cd.
4322 (cd): Override builtin.
4323
4324 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4325
4326 * gdb.fortran/function-calls.exp: New file.
4327 * gdb.fortran/function-calls.f90: New test.
4328
4329 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4330
4331 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4332 on user program standard output.
4333 * gdb.fortran/short-circuit-argument-list.f90: Record function
4334 calls.
4335
4336 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4337
4338 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4339 failure.
4340
4341 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4342
4343 PR gdb/8527
4344 * gdb.base/interrupt-daemon-attach.c,
4345 gdb.base/interrupt-daemon-attach.exp: New test.
4346
4347 2019-02-27 Pedro Alves <palves@redhat.com>
4348
4349 * gdb.base/page.exp: Add tests for "set width/height -1".
4350
4351 2019-02-27 Pedro Alves <palves@redhat.com>
4352
4353 * gdb.base/page.exp: Add tests for "set/show width/height" with
4354 "infinite" values.
4355
4356 2019-02-27 Tom Tromey <tromey@adacore.com>
4357
4358 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4359 2.4.
4360 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4361 workaround.
4362
4363 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4364
4365 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4366 tests for structs with static members.
4367
4368 2019-02-26 Tom Tromey <tromey@adacore.com>
4369
4370 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4371 ValueError, not TypeError.
4372
4373 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4374
4375 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4376 call from main program.
4377
4378 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4379
4380 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4381 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4382 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4383 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4384 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4385
4386 2019-02-22 Keith Seitz <keiths@redhat.com>
4387
4388 PR symtab/23853
4389 * gdb.base/symlink-sourcefile.c: New file.
4390 * gdb.base/symlink-sourcefile.exp: New file.
4391
4392 2019-02-20 Tom Tromey <tom@tromey.com>
4393
4394 * gdb.base/info_qt.exp: Update.
4395
4396 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4397
4398 * gdb.base/source.exp: Move "error in sourced script" code to
4399 the end.
4400 * gdb.base/source-error.gdb: Move contents to
4401 source-error-1.gdb. Add new code to source source-error-1.gdb.
4402 * gdb.base/source-error-1.gdb: New file, from previous
4403 source-error.gdb.
4404
4405 2019-02-17 Tom Tromey <tom@tromey.com>
4406
4407 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4408 for macro styling.
4409 * gdb.base/style.c (SOME_MACRO): New macro.
4410
4411 2019-02-17 Tom Tromey <tom@tromey.com>
4412
4413 * gdb.base/style.exp: Add line-wrapping tests.
4414 * gdb.base/page.exp: Add test for quitting during pagination.
4415
4416 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4417
4418 * gdb.ada/big_packed_array: New testcase.
4419 * gdb.ada/homonym.exp: Fix incorrect expected output for
4420 "break <homonym__get_value>" test.
4421
4422 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4423
4424 PR breakpoints/21870
4425 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4426 and prepare_for_testing. Add comment.
4427 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4428 redundant cleanup call. Clean up comment.
4429
4430 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4431
4432 PR breakpoints/21870
4433 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4434 * gdb.arch/aarch64-dbreg-contents.c: New file.
4435
4436 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4437
4438 * gdb.ada/mi_ref_changeable: New testcase.
4439
4440 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4441
4442 * gdb.base/attach.exp: Add double attach test.
4443
4444 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4445
4446 * lib/gdb.exp (default_gdb_start): Don't match pagination
4447 prompt.
4448 (gdb_init): Set stty_init.
4449
4450 2019-01-27 Tom Tromey <tom@tromey.com>
4451
4452 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4453 skip_python_tests.
4454
4455 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4456
4457 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4458 New structure.
4459 (struct struct_static_02_02): Likewise.
4460 (struct struct_static_02_03): Likewise.
4461 (struct struct_static_02_04): Likewise.
4462 (struct struct_static_04_01): Likewise.
4463 (struct struct_static_04_02): Likewise.
4464 (struct struct_static_04_03): Likewise.
4465 (struct struct_static_04_04): Likewise.
4466 (struct struct_static_06_01): Likewise.
4467 (struct struct_static_06_02): Likewise.
4468 (struct struct_static_06_03): Likewise.
4469 (struct struct_static_06_04): Likewise.
4470 (cmp_struct_static_02_01): Likewise.
4471 (cmp_struct_static_02_02): Likewise.
4472 (cmp_struct_static_02_03): Likewise.
4473 (cmp_struct_static_02_04): Likewise.
4474 (cmp_struct_static_04_01): Likewise.
4475 (cmp_struct_static_04_02): Likewise.
4476 (cmp_struct_static_04_03): Likewise.
4477 (cmp_struct_static_04_04): Likewise.
4478 (cmp_struct_static_06_01): Likewise.
4479 (cmp_struct_static_06_02): Likewise.
4480 (cmp_struct_static_06_03): Likewise.
4481 (cmp_struct_static_06_04): Likewise.
4482 (call_all): Test new structs.
4483 * gdb.base/infcall-nested-structs.exp: Likewise.
4484
4485 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4486 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4487
4488 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4489 * gdb.base/stack-protector.c: New test.
4490 * gdb.base/stack-protector.exp: New file.
4491 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4492 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4493 option.
4494 (gdb_compile): Remove stack protector for GCC and prevent
4495 recursion.
4496
4497 2019-01-16 Keith Seitz <keiths@redhat.com>
4498
4499 PR gdb/23773
4500 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4501
4502 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4503
4504 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4505 aliases.
4506 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4507 tests.
4508 * gdb.arch/powerpc-vector-regs.c: New file.
4509 * gdb.arch/powerpc-vector-regs.exp: New file.
4510
4511 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4512
4513 * gdb.arch/altivec-regs.exp: Fix the list passed to
4514 gdb_expect_list when testing "info vector".
4515
4516 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4517
4518 * gdb.base/style.exp: Don't include path in testname.
4519
4520 2019-01-10 Keith Seitz <keiths@redhat.com>
4521
4522 PR gdb/23712
4523 PR symtab/23010
4524 * gdb.dwarf2/multidictionary.exp: New file.
4525
4526 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4527
4528 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4529 (test_gnuv3_style_demangling): ... this.
4530 (test_lucid_style_demangling): Remove.
4531 (test_arm_style_demangling): Remove.
4532 (test_hp_style_demangling): Remove.
4533 (do_tests): Remove calls to the above.
4534
4535 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4536
4537 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4538 case.
4539
4540 2019-01-06 Tom Tromey <tom@tromey.com>
4541
4542 PR gdb/28155:
4543 * gdb.dwarf2/typedef-void-finish.exp: New file.
4544
4545 2018-12-28 Tom Tromey <tom@tromey.com>
4546 Simon Marchi <simark@simark.ca>
4547
4548 * gdb.base/jit-exec.exp: New file.
4549 * gdb.base/jit-exec.c: New file.
4550 * gdb.base/jit-execd.c: New file.
4551
4552 2018-12-28 Tom Tromey <tom@tromey.com>
4553
4554 * gdb.base/style.exp: Update test to check for address styling.
4555
4556 2018-12-28 Tom Tromey <tom@tromey.com>
4557
4558 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4559 message.
4560
4561 2018-12-28 Tom Tromey <tom@tromey.com>
4562
4563 * gdb.base/style.exp: Add test for version number styling.
4564
4565 2018-12-28 Tom Tromey <tom@tromey.com>
4566
4567 * gdb.base/style.exp: Add test for print_address_symbolic.
4568
4569 2018-12-28 Tom Tromey <tom@tromey.com>
4570
4571 * gdb.base/style.exp: Add test for breakpoint setting.
4572
4573 2018-12-28 Tom Tromey <tom@tromey.com>
4574
4575 * gdb.base/style.exp: Add test for variable names.
4576
4577 2018-12-28 Tom Tromey <tom@tromey.com>
4578
4579 * gdb.base/style.exp: New file.
4580 * gdb.base/style.c: New file.
4581
4582 2018-12-28 Tom Tromey <tom@tromey.com>
4583
4584 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4585 "dumb".
4586 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4587 the TERM environment variable.
4588
4589 2018-12-27 Tom Tromey <tom@tromey.com>
4590
4591 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4592 pagination test.
4593
4594 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4595
4596 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4597 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4598
4599 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4600
4601 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4602 Filename a.adb changed to bp_fun_addr.adb.
4603 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4604
4605 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4606
4607 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4608 non-PIE executables.
4609 * README: Mention the gdb,nopie_flag board setting.
4610 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4611 non-PIE executable.
4612 * gdb.arch/amd64-entry-value.exp: Likewise.
4613 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4614 * gdb.arch/i386-float.exp: Likewise.
4615 * gdb.arch/i386-signal.exp: Likewise.
4616 * gdb.mi/mi-reg-undefined.exp: Likewise.
4617
4618 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4619
4620 PR gdb/23974
4621 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4622
4623 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4624
4625 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4626 Update order of results accordingly.
4627
4628 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4629
4630 * gdb.base/annota1.exp: Update a test regexp.
4631
4632 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4633
4634 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4635
4636 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4637
4638 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4639 (reuse_time): Initialize to REUSE_TIME_CAP.
4640 (check_rc): New function.
4641 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4642 Check pthread_create rc.
4643 (spawner_thread_func): Check pthread_create and pthread_join rc.
4644
4645 2018-12-08 Pedro Alves <palves@redhat.com>
4646
4647 * gdb.base/list.exp (test_forward_search): Rename to ...
4648 (test_forward_reverse_search): ... this. Also test reverse-search
4649 and the forward-search alias.
4650
4651 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4652
4653 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4654 local timeout variable before return, and remove all local timeout
4655 variable entirely.
4656 (gdb_load): Likewise.
4657
4658 2018-12-01 Tom de Vries <tdevries@suse.de>
4659
4660 * gdb.base/gdb-caching-proc.exp: New file.
4661
4662 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4663
4664 * Makefile.in (TIMESTAMP): New variable.
4665 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4666 command.
4667 (check-single-racy): Likewise.
4668 (check/%.exp): Likewise.
4669 (check-racy/%.exp): Likewise.
4670 (workers/%.worker): Likewise.
4671 (build-perf): Likewise.
4672 (check-perf): Likewise.
4673 * README: Describe new "TS" and "TS_FORMAT" variables.
4674 * print-ts.py: New file.
4675
4676 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4677
4678 PR python/23714
4679 * gdb.python/python.exp: Test command repetition after
4680 gdb.execute.
4681
4682 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4683
4684 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4685 is correctly aligned.
4686
4687 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4688
4689 * gdb.ada/info_auto_lang.exp: New testcase.
4690 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4691 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4692 * gdb.ada/info_auto_lang/some_c.c: New file.
4693
4694 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4695
4696 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4697 FUNC_lang language syntax.
4698
4699 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4700
4701 * gdb.base/info_minsym.c: New file.
4702 * gdb.base/info_minsym.exp: New file.
4703
4704 2018-11-19 Tom Tromey <tom@tromey.com>
4705
4706 PR rust/23625:
4707 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4708 * gdb.rust/expr.exp: Update expected output. Change one test.
4709
4710 2018-11-19 Tom Tromey <tom@tromey.com>
4711
4712 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4713
4714 2018-11-19 Pedro Alves <palves@redhat.com>
4715
4716 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4717 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4718 see the expected warning.
4719
4720 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4721
4722 PR gdb/22736:
4723 * gdb.cp/infcall-nodebug-lib.c: New test.
4724 * gdb.cp/infcall-nodebug-main.c: New test.
4725 * gdb.cp/infcall-nodebug.exp: New file.
4726
4727 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4728
4729 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4730 completer tests.
4731
4732 2018-11-09 Tom de Vries <tdevries@suse.de>
4733
4734 * gdb.base/msym-lang.c: New test.
4735 * gdb.base/msym-lang.exp: New file.
4736 * gdb.base/msym-lang-main.c: New test.
4737
4738 2018-11-08 Tom Tromey <tom@tromey.com>
4739
4740 PR gdb/23555:
4741 PR gdb/23838:
4742 * gdb.base/warning.exp: New file.
4743
4744 2018-11-08 Jan Beulich <jbeulich@suse.com>
4745
4746 * testsuite/gdb.arch/i386-avx512.c,
4747 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4748
4749 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4750
4751 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4752 point hardware.
4753
4754 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4755
4756 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4757 * gdb.dwarf2/missing-type-name.exp: New file.
4758
4759 2018-11-06 Tom de Vries <tdevries@suse.de>
4760
4761 * gdb.base/many-headers.c: New test.
4762 * gdb.base/many-headers.exp: New file.
4763
4764 2018-11-06 Jim Wilson <jimw@sifive.com>
4765
4766 * gdb.base/code_elim.exp: For riscv, set additional_flags
4767 to include -msmall-data-limit=0.
4768
4769 2018-11-01 Joel Brobecker <brobecker@adacore.com>
4770
4771 * gdb.ada/watch_minus_l: New testcase.
4772
4773 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4774
4775 * gdb.arch/aix-sighandle.c: New file.
4776 * gdb.arch/aix-sighandle.exp: New file.
4777
4778 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4779
4780 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4781 registers being unions.
4782
4783 2018-10-31 Tom de Vries <tdevries@suse.de>
4784
4785 * lib/valgrind.exp: New file.
4786 (vgdb_start, vgdb_stop): New procs, factored out of ...
4787 * gdb.base/valgrind-bt.exp: ... here, ...
4788 * gdb.base/valgrind-disp-step.exp: ... here and ...
4789 * gdb.base/valgrind-infcall.exp: ... here.
4790
4791 2018-10-31 Tom de Vries <tdevries@suse.de>
4792
4793 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4794
4795 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4796
4797 * gdb.dwarf2/void-type.c: New file.
4798 * gdb.dwarf2/void-type.exp: New file.
4799
4800 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4801
4802 * gdb.base/info_qt.c: New file.
4803 * gdb.base/info_qt.exp: New file.
4804
4805 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4806
4807 * gdb.arch/powerpc-htm-regs.c: New file.
4808 * gdb.arch/powerpc-htm-regs.exp: New file.
4809
4810 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4811
4812 * gdb.arch/powerpc-tar.c: New file.
4813 * gdb.arch/powerpc-tar.exp: New file.
4814
4815 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4816
4817 * gdb.arch/powerpc-ppr-dscr.c: New file.
4818 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4819
4820 2018-10-25 Tom de Vries <tdevries@suse.de>
4821
4822 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4823
4824 2018-10-24 Tom de Vries <tdevries@suse.de>
4825
4826 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4827 longer exists error.
4828
4829 2018-10-24 Tom de Vries <tdevries@suse.de>
4830
4831 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4832
4833 2018-10-24 Tom de Vries <tdevries@suse.de>
4834
4835 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4836 --db-attach in valgrind.
4837
4838 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4839
4840 * gdb.arch/riscv-reg-aliases.c: New file.
4841 * gdb.arch/riscv-reg-aliases.exp: New file.
4842
4843 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4844
4845 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4846
4847 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4848
4849 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4850
4851 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4852
4853 * gdb.cp/ovldbreak.exp: Fix regexps.
4854
4855 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4856
4857 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4858
4859 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4860
4861 PR cli/23785
4862 * gdb.base/restore.exp: New test to check if "restore" with an
4863 invalid file doesn't segfault.
4864
4865 2018-10-18 Tom de Vries <tdevries@suse.de>
4866
4867 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4868 * gdb.ada/excep_handle.exp: Same.
4869 * gdb.ada/mi_string_access.exp: Same.
4870 * gdb.ada/mi_var_union.exp: Same.
4871 * gdb.arch/arc-analyze-prologue.exp: Same.
4872 * gdb.arch/arc-decode-insn.exp: Same.
4873 * gdb.base/readnever.exp: Same.
4874 * gdb.fortran/printing-types.exp: Same.
4875 * gdb.guile/scm-lazy-string.exp: Same.
4876
4877 2018-10-16 Tom de Vries <tdevries@suse.de>
4878
4879 PR gdb/23730
4880 * gdb.base/catch-follow-exec.c: Add copyright notice.
4881 * gdb.base/catch-follow-exec.exp: Rewrite to use
4882 gdb_spawn_with_cmdline_opts. Require gdb-native.
4883
4884 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4885
4886 * gdb.trace/actions-changed.exp: Check for arch support.
4887 * gdb.trace/actions.exp: Likewise.
4888 * gdb.trace/ax.exp: Likewise.
4889 * gdb.trace/backtrace.exp: Likewise.
4890 * gdb.trace/change-loc.exp: Likewise.
4891 * gdb.trace/deltrace.exp: Likewise.
4892 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4893 * gdb.trace/ftrace.exp: Likewise.
4894 * gdb.trace/infotrace.exp: Check for arch support.
4895 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4896 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4897 * gdb.trace/mi-tsv-changed.exp: Likewise.
4898 * gdb.trace/packetlen.exp: Likewise.
4899 * gdb.trace/passc-dyn.exp: Likewise.
4900 * gdb.trace/passcount.exp: Likewise.
4901 * gdb.trace/pending.exp: Likewise.
4902 * gdb.trace/range-stepping.exp: Check for shlib support.
4903 * gdb.trace/report.exp: Check for arch support.
4904 * gdb.trace/save-trace.exp: Likewise.
4905 * gdb.trace/signal.exp: Check for signal support.
4906 * gdb.trace/tfind.exp: Check for arch support.
4907 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4908 * gdb.trace/trace-common.h: Add comment.
4909 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4910 * gdb.trace/trace-enable-disable.exp: Likewise.
4911 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4912 * gdb.trace/tracecmd.exp: Check for arch support.
4913 * gdb.trace/tspeed.exp: Check for shlib and target support.
4914 * gdb.trace/tstatus.exp: Check for arch support.
4915 * gdb.trace/tsv.exp: Likewise.
4916 * gdb.trace/while-dyn.exp: Likewise.
4917 * gdb.trace/while-stepping.exp: Likewise.
4918 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4919
4920 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4921
4922 * gdb.trace/tspeed.exp: Remove nowarnings.
4923 (prepare_for_trace_test): Declare "global ipalib".
4924 * gdb.trace/tspeed.c: Include unistd.h.
4925 (main): Remove superfluous printf argument.
4926
4927 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4928
4929 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4930 directory prefix on the filename.
4931
4932 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4933
4934 * gdb.gdb/unittest.exp: Update expected message informing that
4935 selftests have been disabled.
4936 * gdb.server/unittest.exp: Likewise.
4937
4938 2018-10-09 Tom de Vries <tdevries@suse.de>
4939
4940 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4941 with runto_main.
4942
4943 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
4944
4945 PR c++/16841
4946 * gdb.cp/virtbase2.cc: New file.
4947 * gdb.cp/virtbase2.exp: New file.
4948
4949 2018-10-06 Tom Tromey <tom@tromey.com>
4950
4951 PR python/19399:
4952 * gdb.python/py-inferior.exp: Add architecture test.
4953
4954 2018-10-06 Tom Tromey <tom@tromey.com>
4955
4956 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4957 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4958
4959 2018-10-06 Tom Tromey <tom@tromey.com>
4960
4961 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4962 of a "throw" catchpoint.
4963
4964 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4965
4966 * gdb.base/info-proc.exp: Update string expected from "help info
4967 proc".
4968
4969 2018-10-04 Tom Tromey <tom@tromey.com>
4970
4971 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4972 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4973 (test_initial_complaints, test_empty_complaints): Update.
4974 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4975
4976 2018-10-04 Tom Tromey <tom@tromey.com>
4977
4978 PR cli/19551:
4979 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4980 * lib/gdb.exp (gdb_file_cmd): Update.
4981 * gdb.stabs/weird.exp (print_weird_var): Update.
4982 * gdb.server/solib-list.exp: Update.
4983 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4984 * gdb.mi/mi-cli.exp: Update.
4985 * gdb.linespec/linespec.exp: Update.
4986 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4987 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4988 * gdb.cp/cp-relocate.exp: Update.
4989 * gdb.base/sym-file.exp: Update.
4990 * gdb.base/relocate.exp: Update.
4991 * gdb.base/readnever.exp: Update.
4992 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4993 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4994 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4995 * gdb.base/code_elim.exp: Update.
4996 * gdb.base/break-unload-file.exp (test_break): Update.
4997 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4998 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4999 Update.
5000 * gdb.base/attach.exp (do_attach_tests): Update.
5001 * gdb.base/sepdebug.exp: Update.
5002 * gdb.python/py-section-script.exp: Update.
5003
5004 2018-10-04 Tom Tromey <tom@tromey.com>
5005
5006 PR cli/22234:
5007 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5008 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5009 output.
5010
5011 2018-10-04 Tom Tromey <tom@tromey.com>
5012
5013 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5014 set width and height to 0.
5015 (test_command_line_attach_run): Use -quiet.
5016
5017 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5018
5019 * lib/gdb.exp (skip_ifunc_tests): New.
5020 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5021 other compile failures.
5022 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5023
5024 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5025
5026 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5027 is_amd64_regs_target.
5028
5029 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5030
5031 * gdb.arch/aarch64-sighandler-regs.c: New test.
5032 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5033 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5034
5035 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5036
5037 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5038 assembly.
5039
5040 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5041
5042 * gdb.base/frame-selection.exp: New file.
5043 * gdb.base/frame-selection.c: New file.
5044
5045 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5046
5047 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5048 pthread barrier.
5049 (main): Likewise.
5050
5051 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5052
5053 * gdb.base/large-frame-1.c: New file.
5054 * gdb.base/large-frame-2.c: New file.
5055 * gdb.base/large-frame.exp: New file.
5056 * gdb.base/large-frame.h: New file.
5057
5058 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5059
5060 PR gdb/20948
5061 * gdb.base/write_mem.exp: New test.
5062 * gdb.base/write_mem.c: Likewise.
5063
5064 2018-09-23 Tom Tromey <tom@tromey.com>
5065
5066 PR python/18852:
5067 * gdb.python/py-parameter.exp: Add test for parameter that throws
5068 on "set".
5069
5070 2018-09-23 Tom Tromey <tom@tromey.com>
5071
5072 PR python/17284:
5073 * gdb.python/py-template.exp (test_template_arg): Add test for
5074 negative template argument number.
5075
5076 2018-09-23 Tom Tromey <tom@tromey.com>
5077
5078 PR python/14062:
5079 * gdb.python/python.exp: Add test for post_event error.
5080
5081 2018-09-23 Tom Tromey <tom@tromey.com>
5082
5083 PR python/18170:
5084 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5085 convert pointers to int and long.
5086
5087 2018-09-23 Tom Tromey <tom@tromey.com>
5088
5089 PR python/20126:
5090 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5091 signed-ness conversion tests.
5092
5093 2018-09-23 Tom Tromey <tom@tromey.com>
5094
5095 PR python/18352;
5096 * gdb.python/py-value.exp (test_float_conversion): New proc.
5097 Use it.
5098
5099 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5100
5101 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5102
5103 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5104
5105 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5106 no readline.
5107 * gdb.base/utf8-identifiers.exp: Likewise.
5108 * gdb.cp/cpcompletion.exp: Likewise.
5109 * gdb.linespec/cpcompletion.exp: Likewise.
5110 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5111 * gdb.linespec/cpls-ops.exp: Likewise.
5112
5113 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5114 Chris January <chris.january@arm.com>
5115
5116 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5117 * gdb.fortran/short-circuit-argument-list.exp: New file.
5118 * gdb.fortran/short-circuit-argument-list.f90: New test.
5119
5120 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5121
5122 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5123 "arch=" keyword when executing "-stack-list-frames".
5124
5125 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5126
5127 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5128 "arch=" keyword when executing "-stack-list-frames".
5129
5130 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5131
5132 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5133 break ada".
5134
5135 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5136
5137 PR python/23669
5138 * gdb.python/python.exp: Test gdb.execute("show commands").
5139
5140 2018-09-16 Tom Tromey <tom@tromey.com>
5141
5142 * gdb.base/new-ui.exp (do_execution_tests): Update.
5143 * gdb.base/dbx.exp (test_breakpoints): Update.
5144
5145 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5146
5147 * lib/gdb.exp (gdb_simple_compile): Add proc.
5148 (is_elf_target): Use gdb_simple_compile.
5149 (skip_altivec_tests): Likewise.
5150 (skip_vsx_tests): Likewise.
5151 (skip_tsx_tests): Likewise.
5152 (skip_btrace_tests): Likewise.
5153 (skip_btrace_pt_tests): Likewise.
5154 (gdb_can_simple_compile): Likewise.
5155 (gdb_has_argv0): Likewise.
5156 (gdb_target_symbol_prefix): Likewise.
5157 (target_supports_scheduler_locking): Likewise.
5158
5159 2018-09-13 Tom Tromey <tom@tromey.com>
5160
5161 * Makefile.in (TAGS): Recognize proc_with_prefix and
5162 gdb_caching_proc.
5163
5164 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5165
5166 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5167 method.
5168
5169 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5170
5171 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5172 and a few other Inferior properties when the Inferior is no
5173 longer valid.
5174
5175 2018-09-13 Tom Tromey <tom@tromey.com>
5176
5177 PR rust/23650:
5178 * gdb.rust/simple.exp: Add test for enum field access error.
5179
5180 2018-09-13 Tom Tromey <tom@tromey.com>
5181
5182 PR rust/23626:
5183 * gdb.rust/simple.rs (EmptyEnum): New type.
5184 (main): Use it.
5185 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5186
5187 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5188
5189 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5190 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5191 * gdb.python/py-symtab.exp: Update test printing an objfile.
5192
5193 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5194
5195 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5196 object.
5197
5198 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5199
5200 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5201 (support_complex_tests): Use gdb_can_simple_compile.
5202 (is_ilp32_target): Likewise.
5203 (is_lp64_target): Likewise.
5204 (is_64_target): Likewise.
5205 (is_amd64_regs_target): Likewise.
5206 (is_aarch32_target): Likewise.
5207 (gdb_int128_helper): Likewise.
5208
5209 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5210
5211 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5212
5213 2018-09-10 Jerome Guitton <guitton@adacore.com>
5214
5215 * gdb.ada/same_component_name: Add test for case of tagged record
5216 with variable-length fields.
5217
5218 2018-09-10 Xavier Roirand <roirand@adacore.com>
5219
5220 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5221 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5222 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5223 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5224
5225 2018-09-10 Xavier Roirand <roirand@adacore.com>
5226
5227 * gdb.ada/mi_string_access.exp: New testcase.
5228 * gdb.ada/mi_string_access/bar.adb: New file.
5229 * gdb.ada/mi_string_access/pck.adb: New file.
5230 * gdb.ada/mi_string_access/pck.asd: New file.
5231
5232 2018-09-10 Xavier Roirand <roirand@adacore.com>
5233
5234 * gdb.ada/mi_var_union.exp: New testcase.
5235 * gdb.ada/mi_var_union/bar.adb: New file.
5236 * gdb.ada/mi_var_union/pck.adb: New file.
5237 * gdb.ada/mi_var_union/pck.asd: New file.
5238
5239 2018-09-08 Tom Tromey <tom@tromey.com>
5240
5241 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5242
5243 2018-09-08 Tom Tromey <tom@tromey.com>
5244
5245 PR python/16047:
5246 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5247 (register_pretty_printers): Register new printer.
5248 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5249 test.
5250 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5251 (an_int_type3): New global.
5252
5253 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5254
5255 * gdb.ada/expr_with_funcall: New testcase.
5256
5257 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5258
5259 * gdb.ada/packed_array_assign: New testcase.
5260
5261 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5262
5263 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5264 names, and add test prefixes to make test names unique.
5265
5266 2018-09-05 Tom de Vries <tdevries@suse.de>
5267
5268 * gdb.dwarf2/varval.exp: Add test.
5269
5270 2018-09-04 Gary Benson <gbenson@redhat.com>
5271
5272 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5273 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5274
5275 2018-08-31 Tom Tromey <tom@tromey.com>
5276
5277 * gdb.rust/simple.rs: Rename second variable "v".
5278
5279 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5280
5281 * gdb.base/funcargs.c (use_a): New function.
5282 (recurse): Call use_a.
5283
5284 2018-08-29 Keith Seitz <keiths@redhat.com>
5285
5286 * gdb.compile/compile-cplus-anonymous.cc: New file.
5287 * gdb.compile/compile-cplus-anonymous.exp: New file.
5288 * gdb.compile/compile-cplus-array-decay.cc: New file.
5289 * gdb.compile/compile-cplus-array-decay.exp: New file.
5290 * gdb.compile/compile-cplus-inherit.cc: New file.
5291 * gdb.compile/compile-cplus-inherit.exp: New file.
5292 * gdb.compile/compile-cplus-member.cc: New file.
5293 * gdb.compile/compile-cplus-member.exp: New file.
5294 * gdb.compile/compile-cplus-method.cc: New file.
5295 * gdb.compile/compile-cplus-method.exp: New file.
5296 * gdb.compile/compile-cplus-mod.c: "New" file.
5297 * gdb.compile/compile-cplus-namespace.cc: New file.
5298 * gdb.compile/compile-cplus-namespace.exp: New file.
5299 * gdb.compile/compile-cplus-nested.cc: New file.
5300 * gdb.compile/compile-cplus-nested.exp: New file.
5301 * gdb.compile/compile-cplus-print.c: "New" file.
5302 * gdb.compile/compile-cplus-print.exp: "New" file.
5303 * gdb.compile/compile-cplus-virtual.cc: New file.
5304 * gdb.compile/compile-cplus-virtual.exp: New file.
5305 * gdb.compile/compile-cplus.c: "New" file.
5306 * gdb.compile/compile-cplus.exp: "New" file.
5307 * lib/compile-support.exp: New file.
5308
5309 2018-08-16 Gary Benson <gbenson@redhat.com>
5310
5311 PR gdb/13000:
5312 * gdb.base/batch-exit-status.exp: New file.
5313 * gdb.base/batch-exit-status.good-commands: Likewise.
5314 * gdb.base/batch-exit-status.bad-commands: Likewise.
5315
5316 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5317
5318 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5319 (struct struct02): Likewise.
5320 (struct struct03): Likewise.
5321 (struct struct04): Likewise.
5322 (struct struct_01_01): New struct.
5323 (struct struct_01_02): Likewise.
5324 (struct struct_01_03): Likewise.
5325 (struct struct_01_04): Likewise.
5326 (struct struct_02_01): Likewise.
5327 (struct struct_02_02): Likewise.
5328 (struct struct_02_03): Likewise.
5329 (struct struct_02_04): Likewise.
5330 (struct struct_04_01): Likewise.
5331 (struct struct_04_02): Likewise.
5332 (struct struct_04_03): Likewise.
5333 (struct struct_04_04): Likewise.
5334 (struct struct_05_01): Likewise.
5335 (struct struct_05_02): Likewise.
5336 (struct struct_05_03): Likewise.
5337 (struct struct_05_04): Likewise.
5338 (cmp_struct01): Remove function.
5339 (cmp_struct02): Likewise.
5340 (cmp_struct03): Likewise.
5341 (cmp_struct04): Likewise.
5342 (cmp_struct_01_01): Add Function.
5343 (cmp_struct_01_02): Likewise.
5344 (cmp_struct_01_03): Likewise.
5345 (cmp_struct_01_04): Likewise.
5346 (cmp_struct_02_01): Likewise.
5347 (cmp_struct_02_02): Likewise.
5348 (cmp_struct_02_03): Likewise.
5349 (cmp_struct_02_04): Likewise.
5350 (cmp_struct_04_01): Likewise.
5351 (cmp_struct_04_02): Likewise.
5352 (cmp_struct_04_03): Likewise.
5353 (cmp_struct_04_04): Likewise.
5354 (cmp_struct_05_01): Likewise.
5355 (cmp_struct_05_02): Likewise.
5356 (cmp_struct_05_03): Likewise.
5357 (cmp_struct_05_04): Likewise.
5358 (call_all): Add new structs.
5359 * gdb.base/infcall-nested-structs.exp: Likewise.
5360
5361 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5362
5363 * gdb.python/py-framefilter-mi.exp: Update regexp to
5364 check for "arch" field in frame output.
5365
5366 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5367
5368 * gdb.dwarf2/dw2-ranges-func.c: New file.
5369 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5370
5371 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5372
5373 * gdb.base/term.exp: Compare terminal settings with values from
5374 the inferior.
5375 * gdb.base/term.c: Get and set terminal settings.
5376
5377 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5378
5379 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5380 accommodate new "arch" field in frame output.
5381 * gdb.mi/mi-return.exp: Likewise.
5382 * gdb.mi/mi-stack.exp: Likewise.
5383 * gdb.mi/mi-syn-frame.exp: Likewise.
5384 * gdb.mi/user-selected-context-sync.exp: Likewise.
5385
5386 2018-08-19 Michael Spang <spang@google.com>
5387
5388 PR gdb/11786
5389 * gdb.base/gcore-tls-pie.c: New file.
5390 * gdb.base/gcore-tls-pie.exp: New file.
5391
5392 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5393
5394 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5395 * gdb.dwarf2/varval.c: New file.
5396 * gdb.dwarf2/varval.exp: New file.
5397
5398 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5399
5400 PR gdb/18931
5401 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5402
5403 2018-08-16 Keith Seitz <keiths@redhat.com>
5404
5405 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5406 tests expected to pass.
5407
5408 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5409
5410 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5411 -data-disassemble -a.
5412 (test_disassembly_bogus_args): Likewise.
5413
5414 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5415
5416 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5417
5418 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5419
5420 * gdb.base/vla-optimized-out.exp: Add new test.
5421
5422 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5423
5424 * gdb.base/vla-optimized-out-o3.exp: Delete.
5425 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5426 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5427 deleted tests.
5428
5429 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5430
5431 PR gdb/18050:
5432 * gdb.server/extended-remote-restart.c: New file.
5433 * gdb.server/extended-remote-restart.exp: New file.
5434
5435 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5436
5437 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5438 "set variable index = 42".
5439
5440 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5441
5442 * boards/index-cache-gdb.exp: New file.
5443 * gdb.dwarf2/index-cache.exp: New file.
5444 * gdb.dwarf2/index-cache.c: New file.
5445 * gdb.base/maint.exp: Check if we are using the index cache.
5446
5447 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5448
5449 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5450 MAKEFLAGS.
5451
5452 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5453
5454 * dg-extract-results.sh: Move to toplevel contrib.
5455 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5456 * Makefile.in (check-parallel-racy): Likewise.
5457
5458 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5459
5460 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5461 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5462 tests if the target supports scheduler locking.
5463
5464 2018-08-04 Tom de Vries <tdevries@suse.de>
5465
5466 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5467
5468 2018-08-02 Tom Tromey <tom@tromey.com>
5469
5470 PR symtab/16842.
5471 * gdb.cp/temargs.exp: Test "info address" of a template
5472 parameter.
5473
5474 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5475
5476 * gdb.python/py-mi-var-info-path-expression.c: New file.
5477 * gdb.python/py-mi-var-info-path-expression.py: New file.
5478 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5479
5480 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5481
5482 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5483 error after "cannot resolve name" string.
5484
5485 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5486
5487 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5488 started.
5489 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5490
5491 2018-07-28 Tom de Vries <tdevries@suse.de>
5492
5493 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5494
5495 2018-07-26 Tom de Vries <tdevries@suse.de>
5496
5497 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5498
5499 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5500
5501 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5502 is visible.
5503
5504 2018-07-26 Tom de Vries <tdevries@suse.de>
5505
5506 PR breakpoints/23366
5507 * gdb.base/catch-follow-exec.c: New test.
5508 * gdb.base/catch-follow-exec.exp: New file.
5509
5510 2018-07-25 Tom de Vries <tdevries@suse.de>
5511
5512 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5513 vla-optimized-out.c.
5514
5515 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5516
5517 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5518 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5519
5520 2018-07-20 Tom de Vries <tdevries@suse.de>
5521
5522 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5523 NOCLONE macro.
5524 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5525
5526 2018-07-19 Tom de Vries <tdevries@suse.de>
5527
5528 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5529 regular expression.
5530
5531 2018-07-18 Tom de Vries <tdevries@suse.de>
5532
5533 * gdb.base/vla-optimized-out.c: New test.
5534 * gdb.base/vla-optimized-out.exp: New file.
5535
5536 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5537
5538 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5539 message "No address associated with hostname" when gdbserver
5540 cannot resolve the hostname.
5541
5542 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5543
5544 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5545 Add some test prefixes to make tests unique.
5546
5547 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5548
5549 * gdb.base/frameapply.c: New file.
5550 * gdb.base/frameapply.exp: New file.
5551
5552 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5553
5554 * gdb.base/skip.exp: Update expected error message.
5555
5556 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5557 Jan Kratochvil <jan.kratochvil@redhat.com>
5558 Paul Fertser <fercerpav@gmail.com>
5559 Tsutomu Seki <sekiriki@gmail.com>
5560
5561 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5562 parameter.
5563 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5564 by default.
5565 * boards/native-gdbserver.exp: Likewise.
5566 * gdb.server/run-without-local-binary.exp: Improve regexp used
5567 for detecting when a remote debugging connection succeeds.
5568 * gdb.server/server-connect.exp: New file.
5569 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5570 Do not prefix the port number with ":".
5571 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5572 support for detecting and using it. Add '$debughost_gdbserver'
5573 to the list of arguments used to start gdbserver. Handle case
5574 when gdbserver cannot resolve a network name.
5575
5576 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5577
5578 PR c++/23373
5579 * gdb.base/ptype-offsets.cc (struct static_member): New
5580 struct.
5581 (main) <stmember>: New variable.
5582 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5583 with a static member in it.
5584
5585 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5586
5587 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5588 watchpoints enabled and disabled.
5589
5590 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5591
5592 * gdb.base/examine-backward.exp: Still run tests around address
5593 0x0, even if address 0x0 is not readable. Update the pattern for
5594 matching address 0x0 in expected output.
5595
5596 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5597
5598 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5599 malloc/free.
5600
5601 2018-07-04 Tom de Vries <tdevries@suse.de>
5602
5603 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5604
5605 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5606
5607 PR tdep/8282
5608 * gdb.arch/mips-disassembler-options.exp: New test.
5609 * gdb.arch/mips-disassembler-options.s: New test source.
5610
5611 2018-06-29 Pedro Alves <palves@redhat.com>
5612
5613 * gdb.threads/names.exp: Adjust expected "info threads" output.
5614
5615 2018-06-29 Pedro Alves <palves@redhat.com>
5616
5617 * gdb.opt/inline-break.exp (line number, address): Add "info
5618 break" tests.
5619
5620 2018-06-29 Pedro Alves <palves@redhat.com>
5621
5622 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5623 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5624 number and address and running to them.
5625
5626 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5627
5628 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5629
5630 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5631
5632 * lib/compiler.c: Remove executable permission flag.
5633
5634 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5635
5636 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5637 code.
5638 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5639
5640 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5641
5642 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5643
5644 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5645
5646 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5647 address argument is omitted.
5648
5649 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5650
5651 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5652
5653 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5654
5655 PR gdb/21695
5656 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5657 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5658
5659 2018-06-26 Tom Tromey <tom@tromey.com>
5660
5661 PR rust/22574:
5662 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5663 * gdb.rust/simple.rs (struct SimpleLayout): New.
5664
5665 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5666
5667 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5668 "info registers" output.
5669
5670 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5671
5672 * gdb.base/watchpoint-hw-attach.c: New test.
5673 * gdb.base/watchpoint-hw-attach.exp: New file.
5674
5675 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5676
5677 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5678 through /bin/sh.
5679 * boards/dwarf4-gdb-index.exp: Likewise.
5680 * boards/fission-dwp.exp: Likewise.
5681
5682 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5683
5684 * gdb.base/float128.exp: Add comment and improved fail message
5685 to the failure case of "print large128" test.
5686
5687 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5688
5689 * configure.ac: Remove AC_PREREQ.
5690 * configure: Re-generate.
5691
5692 2018-06-19 Pedro Alves <palves@redhat.com>
5693
5694 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5695 (func_extern_caller): New.
5696 (main): Call func_extern_caller.
5697 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5698 logic change.
5699
5700 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5701
5702 PR gdb/16841
5703 * gdb.cp/typedef-base.cc: New file.
5704 * gdb.cp/typedef-base.exp: New file.
5705
5706 2018-06-18 Tom de Vries <tdevries@suse.de>
5707
5708 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5709
5710 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5711 Richard Bunt <Richard.Bunt@arm.com>
5712
5713 * gdb.threads/attach-slow-waitpid.c: New file.
5714 * gdb.threads/attach-slow-waitpid.exp: New file.
5715 * gdb.threads/slow-waitpid.c: New file.
5716
5717 2018-06-14 Pedro Alves <palves@redhat.com>
5718
5719 * gdb.base/fork-running-state.c: Include <errno.h>.
5720 (exit_if_relative_exits): New.
5721 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5722 exits.
5723 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5724 child exits.
5725
5726 2018-06-14 Tom de Vries <tdevries@suse.de>
5727
5728 PR cli/22573
5729 * gdb.base/finish-pretty.c: New test.
5730 * gdb.base/finish-pretty.exp: New file.
5731
5732 2018-06-14 Pedro Alves <palves@redhat.com>
5733
5734 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5735 gdb's expected startup output.
5736
5737 2018-06-14 Pedro Alves <palves@redhat.com>
5738
5739 * lib/selftest-support.exp (selftest_setup): Remove inlined
5740 function handling.
5741
5742 2018-06-14 Tom de Vries <tdevries@suse.de>
5743
5744 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5745 matching of breakpoint printing.
5746
5747 2018-06-13 Tom de Vries <tdevries@suse.de>
5748
5749 PR testsuite/23269
5750 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5751 (fork_child): ... here, and ...
5752 (fork_parent): ... here.
5753
5754 2018-06-12 Tom de Vries <tdevries@suse.de>
5755
5756 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5757
5758 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5759 Stephen Roberts <stephen.roberts@arm.com>
5760
5761 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5762 rewrite test to describe action performed, rather than possible
5763 failure.
5764
5765 2018-06-08 Gary Benson <gbenson@redhat.com>
5766
5767 * gdb.threads/check-libthread-db.exp: New file.
5768 * gdb.threads/check-libthread-db.c: Likewise.
5769
5770 2018-06-05 Tom Tromey <tom@tromey.com>
5771
5772 * gdb.base/default.exp: Update expected "show version" output.
5773
5774 2018-06-05 Tom Tromey <tom@tromey.com>
5775
5776 PR cli/12326:
5777 * gdb.cp/static-print-quit.exp: Update.
5778 * lib/gdb.exp (pagination_prompt): Update.
5779 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5780 * gdb.python/python.exp: Update.
5781
5782 2018-06-04 Joel Brobecker <brobecker@adacore.com>
5783
5784 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5785
5786 2018-06-01 Joel Brobecker <brobecker@adacore.com>
5787
5788 * gdb.ada/bp_fun_addr: New testcase.
5789
5790 2018-06-01 Tom Tromey <tom@tromey.com>
5791
5792 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5793 results.
5794 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5795 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5796 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5797 * gdb.base/maint.exp (maint_pass_if): Update.
5798
5799 2018-05-31 Maciej W. Rozycki <macro@mips.com>
5800
5801 * gdb.base/endian.exp: New test.
5802 * gdb.base/endian.c: New test source.
5803
5804 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5805
5806 PR gdb/23203
5807 * gdb.base/bt-selected-frame.c: New file.
5808 * gdb.base/bt-selected-frame.exp: New file.
5809 * lib/gdb.exp (get_current_frame_number): New function.
5810
5811 2018-05-24 Maciej W. Rozycki <macro@mips.com>
5812 Pedro Alves <palves@redhat.com>
5813
5814 * gdb.threads/tls-core.c: Include <stdlib.h>
5815 (thread_proc): Call `abort'.
5816 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5817 (tls_core_test): New procedure, bits factored out from ...
5818 (top level): ... here. Test both native cores and gcore cores.
5819
5820 2018-05-23 Tom Tromey <tom@tromey.com>
5821
5822 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5823
5824 2018-05-23 Tom Tromey <tom@tromey.com>
5825
5826 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5827 symfile_complaints.
5828 (test_short_complaints): Likewise.
5829 (test_empty_complaints): Likewise.
5830 (test_initial_complaints): Update.
5831
5832 2018-05-23 Tom Tromey <tom@tromey.com>
5833
5834 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5835
5836 2018-05-23 Tom Tromey <tom@tromey.com>
5837
5838 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5839 (test_short_complaints): Update.
5840
5841 2018-05-22 Pedro Alves <palves@redhat.com>
5842
5843 * gdb.base/remote.exp: Only gdb_start after compiling the
5844 testcase. Issue "disconnect" before testing "set remote" command
5845 defaults. Issue clean_restart before running to main.
5846
5847 2018-05-22 Pedro Alves <palves@redhat.com>
5848
5849 * gdb.base/remote.exp: Adjust expected output of "show remote
5850 memory-write-packet-size". Add tests for "set remote
5851 memory-write-packet-size 0" and "set remote
5852 memory-write-packet-size fixed/limit".
5853
5854 2018-05-22 Pedro Alves <palves@redhat.com>
5855
5856 PR gdb/22973
5857 * gdb.base/utf8-identifiers.c: New file.
5858 * gdb.base/utf8-identifiers.exp: New file.
5859
5860 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5861
5862 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5863
5864 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5865
5866 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5867
5868 2018-05-18 Tom Tromey <tom@tromey.com>
5869
5870 * gdb.base/ptype-offsets.exp: Update.
5871
5872 2018-05-17 Keith Seitz <keiths@redhat.com>
5873
5874 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5875 in expected breakpoint stop locations.
5876 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5877 move to proper scope to test variable values.
5878 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5879 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5880 New functions.
5881 (main): Call not_inline_func3.
5882 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5883 inline_func1, inline_func2, and inline_func3. Test that when each
5884 breakpoint is hit, GDB properly reports both the stop location
5885 and the backtrace. Repeat tests for temporary breakpoints.
5886
5887 2018-05-15 Maciej W. Rozycki <macro@mips.com>
5888
5889 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5890 rather then trying to access it in determining whether the PID
5891 of `gdbserver' could have been retrieved.
5892
5893 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5894
5895 * gdb.arch/amd64-init-x87-values.S: New file.
5896 * gdb.arch/amd64-init-x87-values.exp: New file.
5897
5898 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5899
5900 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5901
5902 2018-05-04 Tom Tromey <tom@tromey.com>
5903
5904 PR python/22730:
5905 * gdb.python/python.exp: Test multi-line execute.
5906
5907 2018-05-04 Tom Tromey <tom@tromey.com>
5908
5909 PR python/22731:
5910 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5911
5912 2018-05-04 Tom Tromey <tom@tromey.com>
5913
5914 PR gdb/11750:
5915 * gdb.base/define.exp: Test defining a user command inside a user
5916 command.
5917 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5918
5919 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5920 Pedro Alves <palves@redhat.com>
5921
5922 PR breakpoints/19806 and support for PR external/20207.
5923 * gdb.base/watchpoint-unaligned.c: New file.
5924 * gdb.base/watchpoint-unaligned.exp: New file.
5925
5926 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5927
5928 * gdb.base/maint.exp: Make test names unique, use
5929 test_prefix_command_help to test 'help maint info', and remove
5930 repeated test of 'help maint'.
5931
5932 2018-05-04 Tom Tromey <tom@tromey.com>
5933
5934 PR gdb/22619:
5935 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5936 behavior.
5937
5938 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5939
5940 * gdb.base/maint.exp: Process output from 'maint print registers'
5941 line at a time.
5942
5943 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5944
5945 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5946 timeout.
5947
5948 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5949
5950 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5951 filter pattern.
5952
5953 2018-05-02 Pedro Alves <palves@redhat.com>
5954
5955 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5956 to_log_command renames.
5957 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5958
5959 2018-05-02 Tom Tromey <tom@tromey.com>
5960
5961 * gdb.python/py-parameter.exp: Set test message.
5962
5963 2018-05-02 Tom Tromey <tom@tromey.com>
5964
5965 PR python/20084:
5966 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5967 PARAM_ZUINTEGER_UNLIMITED tests.
5968
5969 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5970
5971 PR rust/23124
5972 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5973 when casting.
5974
5975 2018-04-30 Tom Tromey <tom@tromey.com>
5976
5977 * gdb.python/py-type.exp: Check align attribute.
5978 * gdb.python/py-type.c: New "aligncheck" global.
5979
5980 2018-04-30 Tom Tromey <tom@tromey.com>
5981
5982 PR exp/17095:
5983 * gdb.dwarf2/dw2-align.exp: New file.
5984 * gdb.cp/align.exp: New file.
5985 * gdb.base/align.exp: New file.
5986 * lib/gdb.exp (gdb_int128_helper): New proc.
5987 (has_int128_c, has_int128_cxx): New caching procs.
5988
5989 2018-04-27 Tom Tromey <tom@tromey.com>
5990
5991 PR rust/22545:
5992 * gdb.rust/simple.exp: Add inclusive range tests.
5993
5994 2018-04-26 Pedro Alves <palves@redhat.com>
5995
5996 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5997 ifunc breakpoint locations correctly of ifunc breakpoints set
5998 while the program resolves the ifunc.
5999
6000 2018-04-26 Pedro Alves <palves@redhat.com>
6001
6002 * gdb.base/gnu-ifunc-final.c: New file.
6003 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6004 * gdb.base/gnu-ifunc.exp (executable): Delete.
6005 (staticexecutable): Adjust.
6006 (lib_opts, exec_opts): Delete.
6007 (make_binsuffix, build, set-break): New procedures.
6008 (misc_tests): New, with tests factored out from the top level.
6009 (top level): Test different combinations of ifunc resolver name,
6010 resolver with and with debug info, and ifunc target with and
6011 without debug info. Wrap static tests with with_target_prefix.
6012
6013 2018-04-26 Pedro Alves <palves@redhat.com>
6014
6015 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6016 return type" warnings.
6017
6018 2018-04-25 Pedro Alves <palves@redhat.com>
6019
6020 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6021 killed".
6022 * gdb.base/kill-after-signal.exp: Likewise.
6023 * gdb.threads/kill.exp: Likewise.
6024
6025 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6026 Sergio Durigan Junior <sergiodj@redhat.com>
6027 Pedro Alves <palves@redhat.com>
6028
6029 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6030 regexps to expect for '[Inferior ... detached]' as well.
6031 * gdb.base/attach.exp: Likewise.
6032 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6033 "gdb_continue_to_end".
6034 (test_catch_syscall_with_wrong_args): Likewise.
6035 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6036 ']'. Don't set 'verbose' on.
6037 * gdb.base/foll-vfork.exp: Likewise.
6038 * gdb.base/fork-print-inferior-events.c: New file.
6039 * gdb.base/fork-print-inferior-events.exp: New file.
6040 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6041 '[Inferior ... has been killed]' message.
6042 * gdb.base/kill-after-signal.exp: Likewise.
6043 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6044 detach message.
6045 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6046 message.
6047 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6048 regexps to expect for '[Inferior ... detached]' as well.
6049 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6050
6051 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6052
6053 PR gdb/23104
6054 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6055
6056 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6057
6058 PR gdb/23095
6059 * gdb.base/break-probes.exp: Pass shlib_load to
6060 prepare_for_testing. Set normal_bp to r_debug_state if target is
6061 bsd.
6062
6063 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6064
6065 * gdb.threads/multiple-successive-infcall.c: New test.
6066 * gdb.threads/multiple-successive-infcall.exp: New file.
6067
6068 2018-04-17 Tom Tromey <tom@tromey.com>
6069
6070 * gdb.rust/simple.rs (Union): New type.
6071 (main): New local "u".
6072 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6073
6074 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6075
6076 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6077 number information in output of "whereis" command.
6078 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6079
6080 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6081
6082 * gdb.ada/info_types.exp: Adjust expected output to the line
6083 numbers now printed by "info var/func/type".
6084 * gdb.base/completion.exp: Likewise.
6085 * gdb.base/included.exp: Likewise.
6086 * gdb.cp/cp-relocate.exp: Likewise.
6087 * gdb.cp/cplusfuncs.exp: Likewise.
6088 * gdb.cp/namespace.exp: Likewise.
6089 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6090
6091 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6092
6093 * gdb.btrace/cpu.exp: New.
6094
6095 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6096
6097 * gdb.base/step-indirect-call-thunk.exp: New.
6098 * gdb.base/step-indirect-call-thunk.c: New.
6099 * gdb.reverse/step-indirect-call-thunk.exp: New.
6100 * gdb.reverse/step-indirect-call-thunk.c: New.
6101
6102 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6103
6104 * gdb.base/pie-fork.c: New file.
6105 * gdb.base/pie-fork.exp: New file.
6106
6107 2018-04-11 Tom Tromey <tom@tromey.com>
6108
6109 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6110
6111 2018-04-10 Pedro Alves <palves@redhat.com>
6112
6113 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6114 exits. Instead loop running forever.
6115 (fork_parent): Run forever too.
6116
6117 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6118
6119 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6120 mi_continue_to_line.
6121 * gdb.mi/mi-stack.c (callee4): Add comment.
6122
6123 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6124
6125 * gdb.mi/mi-stack.exp: Fix indentation.
6126
6127 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6128
6129 PR gdb/22979
6130 * gdb.arch/amd64-osabi.exp: New file.
6131
6132 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6133
6134 PR gdb/22980
6135 * gdb.base/osabi.exp: New file.
6136
6137 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6138
6139 * gdb.cp/static-typedef-print.exp: New file.
6140 * gdb.cp/static-typedef-print.cc: New file.
6141
6142 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6143
6144 * gdb.ada/varsize_limit: New testcase.
6145
6146 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6147
6148 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6149
6150 * gdb.ada/notcplusplus: New testcase.
6151
6152 * gdb.base/c-linkage-name.c: New file.
6153 * gdb.base/c-linkage-name.exp: New testcase.
6154
6155 2018-03-26 Tom Tromey <tom@tromey.com>
6156
6157 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6158 * gdb.python/py-framefilter.py (name_error): New global.
6159 (ErrorInName.function): Use name_error.
6160
6161 2018-03-26 Tom Tromey <tom@tromey.com>
6162
6163 PR backtrace/15582:
6164 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6165
6166 2018-03-23 Keith Seitz <keiths@redhat.com>
6167
6168 PR c++/22968
6169 * gdb.cp/subtypes.exp: New file.
6170 * gdb.cp/subtypes.h: New file.
6171 * gdb.cp/subtypes.cc: New file.
6172 * gdb.cp/subtypes-2.cc: New file.
6173
6174 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6175
6176 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6177 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6178 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6179 -nostartfiles when compiling the test. Confirm that all registers
6180 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6181
6182 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6183
6184 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6185 option, syntax was wrong anyway.
6186 * gdb.arch/arm-disp-step.exp: Likewise.
6187 * gdb.arch/sparc64-regs.exp: Likewise.
6188 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6189 option, syntax was wrong anyway, switch to use
6190 prepare_for_testing.
6191 * gdb.arch/i386-disp-step.exp: Likewise.
6192
6193 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6194
6195 * gdb.ada/exec_changed.exp: Replace "target_info exists
6196 use_gdb_stub" by "use_gdb_stub".
6197 * gdb.ada/start.exp: Likewise.
6198 * gdb.base/async-shell.exp: Likewise.
6199 * gdb.base/attach-pie-misread.exp: Likewise.
6200 * gdb.base/attach-wait-input.exp: Likewise.
6201 * gdb.base/break-entry.exp: Likewise.
6202 * gdb.base/break-interp.exp: Likewise.
6203 * gdb.base/dprintf-detach.exp: Likewise.
6204 * gdb.base/nostdlib.exp: Likewise.
6205 * gdb.base/solib-nodir.exp: Likewise.
6206 * gdb.base/statistics.exp: Likewise.
6207 * gdb.base/testenv.exp: Likewise.
6208 * gdb.mi/mi-exec-run.exp: Likewise.
6209 * gdb.mi/mi-start.exp: Likewise.
6210 * gdb.multi/dummy-frame-restore.exp: Likewise.
6211 * gdb.multi/multi-arch-exec.exp: Likewise.
6212 * gdb.multi/multi-arch.exp: Likewise.
6213 * gdb.multi/tids.exp: Likewise.
6214 * gdb.multi/watchpoint-multi.exp: Likewise.
6215 * gdb.python/py-events.exp: Likewise.
6216 * gdb.threads/attach-into-signal.exp: Likewise.
6217 * gdb.threads/attach-stopped.exp: Likewise.
6218 * gdb.threads/threadapply.exp: Likewise.
6219 * lib/selftest-support.exp: Likewise.
6220
6221 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6222
6223 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6224
6225 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6226
6227 * gdb.perf/template-breakpoints.cc: New file.
6228 * gdb.perf/template-breakpoints.exp: New file.
6229 * gdb.perf/template-breakpoints.py: New file.
6230
6231 2018-03-19 Tom Tromey <tom@tromey.com>
6232
6233 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6234 y0.
6235 * gdb.rust/simple.exp: Test bare identifier form of struct
6236 initializer.
6237
6238 2018-03-19 Tom Tromey <tom@tromey.com>
6239
6240 * gdb.gdb/observer.exp: Remove.
6241
6242 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6243
6244 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6245 "qualified" option when setting breakpoints.
6246 * gdb.trace/backtrace.exp: Likewise.
6247 * gdb.trace/circ.exp: Likewise.
6248 * gdb.trace/collection.exp: Likewise.
6249 * gdb.trace/disconnected-tracing.exp: Likewise.
6250 * gdb.trace/ftrace-lock.exp: Likewise.
6251 * gdb.trace/ftrace.exp: Likewise.
6252 * gdb.trace/infotrace.exp: Likewise.
6253 * gdb.trace/packetlen.exp: Likewise.
6254 * gdb.trace/passc-dyn.exp: Likewise.
6255 * gdb.trace/qtro.exp: Likewise.
6256 * gdb.trace/read-memory.exp: Likewise.
6257 * gdb.trace/report.exp: Likewise.
6258 * gdb.trace/signal.exp: Likewise.
6259 * gdb.trace/status-stop.exp: Likewise.
6260 * gdb.trace/strace.exp: Likewise.
6261 * gdb.trace/tfind.exp: Likewise.
6262 * gdb.trace/trace-break.exp: Likewise.
6263 * gdb.trace/trace-condition.exp: Likewise.
6264 * gdb.trace/trace-mt.exp: Likewise.
6265 * gdb.trace/tstatus.exp: Likewise.
6266 * gdb.trace/tsv.exp: Likewise.
6267 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6268 * gdb.trace/unavailable.exp: Likewise.
6269 * gdb.trace/while-dyn.exp: Likewise.
6270
6271 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6272
6273 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6274 that libinproctrace is copied to the target.
6275
6276 2018-03-14 Tom Tromey <tom@tromey.com>
6277
6278 PR cli/14977:
6279 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6280 a null pointer.
6281 * gdb.base/wchar.exp: Likewise.
6282
6283 2018-03-14 Tom Tromey <tom@tromey.com>
6284
6285 PR cli/19918:
6286 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6287 flag.
6288
6289 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6290
6291 PR gdb/22841
6292 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6293 "target" to remote_exec.
6294
6295 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6296
6297 PR gdb/22841
6298 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6299 ${board}_upload): Remove.
6300
6301 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6302
6303 * gdb.cp/watch-cp.cc: New test.
6304 * gdb.cp/watch-cp.exp: New file.
6305
6306 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6307
6308 * gdb.base/infcall-nested-structs.exp: New file.
6309 * gdb.base/infcall-nested-structs.c: New file.
6310 * gdb.base/float.exp: Add riscv support.
6311
6312 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6313
6314 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6315 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6316
6317 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6318
6319 * gdb.server/abspath.exp: New file.
6320 * lib/gdb.exp (with_cwd): New procedure.
6321
6322 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6323
6324 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6325 use it.
6326 (gdb_is_target_remote_prompt): New proc.
6327 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6328 (gdb_is_target_native): Pass prompt parameter to
6329 gdb_is_target_1.
6330
6331 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6332
6333 * gdb.base/load-command.c: New file.
6334 * gdb.base/load-command.exp: New file.
6335 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6336 (gdb_is_target_1): ...this, and generalize for other targets
6337 than just remote.
6338 (gdb_is_target_remote): Use gdb_is_target_1.
6339 (gdb_is_target_native): use gdb_is_target_1.
6340
6341 2018-02-26 Tom Tromey <tom@tromey.com>
6342
6343 PR python/16497:
6344 * gdb.python/py-framefilter.exp: Update test.
6345
6346 2018-02-26 Tom Tromey <tom@tromey.com>
6347
6348 * gdb.dwarf2/variant.c: New file.
6349 * gdb.dwarf2/variant.exp: New file.
6350
6351 2018-02-26 Tom Tromey <tom@tromey.com>
6352
6353 * gdb.rust/simple.exp: Accept more possible results in enum test.
6354
6355 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6356
6357 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6358 parentheses.
6359
6360 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6361
6362 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6363 name of a variable: $actual_linejj -> $actual_line.
6364
6365 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6366
6367 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6368
6369 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6370
6371 * gdb.btrace/buffer-size.exp: Do not force BTS.
6372
6373 2018-02-14 Pedro Alves <palves@redhat.com>
6374
6375 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6376 getting a "Quit".
6377
6378 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6379
6380 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6381 Fix test name.
6382
6383 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6384
6385 * gdb.cp/m-static.exp: Check type of optimized out static
6386 member.
6387
6388 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6389
6390 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6391 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6392
6393 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6394 Leszek Swirski <leszeks@google.com>
6395
6396 * gdb.python/py-prettyprint.c
6397 (struct to_string_returns_value_inner,
6398 struct to_string_returns_value_wrapper): New.
6399 (main): Add tsrvw variable.
6400 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6401 ToStringReturnsValueWrapper): New classes.
6402 (register_pretty_printers): Register new pretty-printers.
6403 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6404 recursive pretty printer.
6405 * gdb.python/py-mi.exp: Likewise.
6406
6407 2018-02-01 Leszek Swirski <leszeks@google.com>
6408
6409 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6410 functions with the same name as an include file are parsed
6411 correctly.
6412
6413 2018-02-01 Yao Qi <yao.qi@linaro.org>
6414
6415 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6416 "\[^\r\n\]*".
6417
6418 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6419
6420 * gdb.arch/powerpc-prologue-frame.s: New file.
6421 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6422 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6423
6424 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6425
6426 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6427
6428 2018-01-30 Pedro Alves <palves@redhat.com>
6429
6430 PR gdb/13211
6431 * gdb.base/interrupt-daemon.c: New.
6432 * gdb.base/interrupt-daemon.exp: New.
6433 * gdb.multi/multi-term-settings.c: New.
6434 * gdb.multi/multi-term-settings.exp: New.
6435
6436 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6437
6438 * gdb.base/break.exp: Save the location where the breakpoint
6439 on break.c:47 was actually inserted when debugging the version
6440 compiled at -O2 and use it in the expected output of the "info
6441 break" test performed soon after.
6442
6443 2018-01-22 Pedro Alves <palves@redhat.com>
6444 Sergio Durigan Junior <sergiodj@redhat.com>
6445
6446 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6447 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6448
6449 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6450
6451 * gdb.base/break-include.c, gdb.base/break-include.inc,
6452 gdb.base/break-include.exp: New files.
6453 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6454 line number now being the actual line number where the breakpoint
6455 was inserted.
6456 * gdb.mi/mi-break.exp: Likewise.
6457 * gdb.mi/mi-reverse.exp: Likewise.
6458 * gdb.mi/mi-simplerun.exp: Ditto.
6459
6460 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6461
6462 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6463 varobj.
6464 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6465
6466 2018-01-21 Don Breazeal <donb@codesourcery.com>
6467 Andrew Burgess <andrew.burgess@embecosm.com>
6468
6469 * gdb.mi/basics.c: Add new global.
6470 * gdb.mi/mi-frame-regs.exp: New file.
6471 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6472 case.
6473
6474 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6475
6476 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6477 non-parameter, and on an unknown symbol.
6478
6479 2018-01-19 Tom Tromey <tom@tromey.com>
6480
6481 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6482 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6483
6484 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6485
6486 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6487 setrlimit and chdir to int.
6488
6489 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6490
6491 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6492 function.
6493 (my_tend): Likewise.
6494 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6495 rationale of avoiding FP- and vector instructions.
6496
6497 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6498
6499 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6500 "info reg" with "\[ \t\]*".
6501 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6502 "\[ \t\]+".
6503 * gdb.arch/s390-multiarch.exp: Ditto.
6504 * gdb.base/pc-fp.exp: Ditto.
6505 * gdb.reverse/i386-precsave.exp: Ditto.
6506 * gdb.reverse/i386-reverse.exp: Ditto.
6507 * gdb.reverse/i387-env-reverse.exp: Ditto.
6508 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6509
6510 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6511
6512 * lib/gdb.exp (gdb_compile): Re-enable use of
6513 universal_compile_options for languages other than Rust.
6514
6515 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6516
6517 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6518
6519 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6520
6521 PR gdb/16577
6522 * gdb.base/solib-vanish.exp: New.
6523 * gdb.base/solib-vanish-main.c: New.
6524 * gdb.base/solib-vanish-lib1.c: New.
6525 * gdb.base/solib-vanish-lib2.c: New.
6526
6527 2018-01-17 Yao Qi <yao.qi@linaro.org>
6528
6529 * gdb.compile/compile.exp: Match the address printed for
6530 frame in the output of command "bt".
6531
6532 2018-01-15 Tom Tromey <tom@tromey.com>
6533
6534 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6535 compute sp_reg.
6536
6537 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6538
6539 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6540 to prepare.
6541 (prepare): Return 0 on error, 1 on success.
6542
6543 2018-01-12 Pedro Alves <palves@redhat.com>
6544
6545 * gdb.base/continue-after-aborted-step-over.c: New.
6546 * gdb.base/continue-after-aborted-step-over.exp: New.
6547
6548 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6549
6550 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6551 options when not creating an executable.
6552
6553 2018-01-11 Pedro Alves <palves@redhat.com>
6554
6555 PR remote/22597
6556 * gdb.server/stop-reply-no-thread.c: New file.
6557 * gdb.server/stop-reply-no-thread.exp: New file.
6558
6559 2018-01-10 Pedro Alves <palves@redhat.com>
6560
6561 PR gdb/22670
6562 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6563 functions too. Test setting breakpoints and printing C functions
6564 with no debug info too.
6565 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6566
6567 2018-01-10 Pedro Alves <palves@redhat.com>
6568
6569 PR gdb/22670
6570 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6571 a fail.
6572
6573 2018-01-10 Pedro Alves <palves@redhat.com>
6574
6575 PR gdb/22670
6576 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6577
6578 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6579
6580 * gdb.server/unittest.exp: Match the output in non-development
6581 mode.
6582
6583 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6584
6585 * gdb.gdb/unittest.exp: Match output in non-development mode.
6586
6587 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6588
6589 * gdb.ada/access_tagged_param.exp: Relax expected output
6590 for value of "ObjL" in "continue" to pck.inspect breakpoint
6591 test.
6592
6593 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6594
6595 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6596 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6597
6598 2018-01-05 Pedro Alves <palves@redhat.com>
6599
6600 PR gdb/18653
6601 * gdb.base/libsegfault.exp: New.
6602
6603 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6604
6605 PR gdb/22670
6606 * gdb.ada/access_tagged_param.exp: New file.
6607 * gdb.ada/access_tagged_param/foo.adb: New file.
6608
6609 2018-01-05 Pedro Alves <palves@redhat.com>
6610
6611 PR gdb/22670
6612 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6613 exercise lower case too, and to exercise both full matching and
6614 wild matching.
6615
6616 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6617
6618 * gdb.ada/rename_subscript_param: New testcase.
6619
6620 2018-01-05 Jerome Guitton <guitton@adacore.com>
6621
6622 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6623
6624 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6625
6626 * gdb.ada/convvar_comp: New testcase.
6627
6628 2018-01-05 Xavier Roirand <roirand@adacore.com>
6629
6630 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6631 (My_Table): New global variable.
6632 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6633
6634 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6635
6636 PR gdb/22670
6637 * gdb.ada/maint_with_ada: New testcase.
6638
6639 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6640
6641 PR gdb/22670
6642 * gdb.ada/bp_c_mixed_case: New testcase.
6643
6644 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6645
6646 PR gdb/22670
6647 * gdb.ada/complete.exp: Add "complete break ada" test.
6648
6649 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6650
6651 PR gdb/22670
6652 * gdb.ada/info_addr_mixed_case: New testcase.
6653
6654 2018-01-03 Xavier Roirand <roirand@adacore.com>
6655
6656 * gdb.ada/excep_handle.exp: New testcase.
6657 * gdb.ada/excep_handle/foo.adb: New file.
6658 * gdb.ada/excep_handle/pck.ads: New file.
6659
6660 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6661
6662 * gdb.base/step-line.c: Add extra empty line in copyright header.
6663 * gdb.base/step-line.inp: Likewise.
6664
6665 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6666
6667 * gdb.ada/dyn_stride.exp: Add slice test.
6668
6669 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6670
6671 * gdb.ada/dyn_stride: New testcase.
6672
6673 2017-12-27 Stafford Horne <shorne@gmail.com>
6674
6675 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6676 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6677
6678 2017-12-27 Stafford Horne <shorne@gmail.com>
6679
6680 * gdb.base/reggroups.c: New file.
6681 * gdb.base/reggroups.exp: New file.
6682
6683 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6684
6685 * gdb.dwarf2/ada-valprint-error.c: New file.
6686 * gdb.dwarf2/ada-valprint-error.exp: New file.
6687
6688 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6689
6690 * gdb.ada/assign_arr: New testcase.
6691
6692 2017-12-18 Xavier Roirand <roirand@adacore.com>
6693
6694 * gdb.ada/funcall_ptr: New testcase.
6695
6696 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6697
6698 PR cli/16224
6699 * gdb.base/ptype-offsets.cc: New file.
6700 * gdb.base/ptype-offsets.exp: New file.
6701
6702 2017-12-15 Yao Qi <yao.qi@linaro.org>
6703
6704 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6705 if XML is disabled.
6706
6707 2017-12-15 Xavier Roirand <roirand@adacore.com>
6708
6709 * gdb.ada/same_component_name: New testcase.
6710
6711 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6712
6713 * gdb.ada/str_binop_equal: New testcase.
6714
6715 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6716
6717 * gdb.ada/task_switch_in_core: New testcase.
6718
6719 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6720
6721 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6722 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6723 call test_bkpt_qualified.
6724 (test_bkpt_qualified): New proc.
6725
6726 2017-12-13 Pedro Alves <palves@redhat.com>
6727
6728 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6729 Tighten regexp by matching with an anchor.
6730
6731 2017-12-13 Pedro Alves <palves@redhat.com>
6732
6733 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6734 ("expression with namespace"): New set of tests.
6735 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6736 (Nested::Test_NS::qux): New.
6737 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6738 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6739
6740 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6741
6742 * gdb.base/server-del-break.c: New file.
6743 * gdb.base/server-del-break.exp: New file.
6744
6745 2017-12-12 Stafford Horne <shorne@gmail.com>
6746
6747 * gdb.xml/tdesc-regs.exp: Add or1k support.
6748
6749 2017-12-12 Stafford Horne <shorne@gmail.com>
6750
6751 * gdb.base/bp-permanent.c: Define nop of or1k.
6752
6753 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6754
6755 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6756 output with components being reordered.
6757
6758 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6759
6760 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6761 output with components being reordered.
6762
6763 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6764 Pedro Alves <palves@redhat.com>
6765
6766 * gdb.base/maint.exp (check for .gdb_index): Check also for
6767 .debug_names.
6768 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6769 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6770 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6771 (.gdb_index used after symbol reloading): Support also .debug_names.
6772 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6773
6774 2017-12-08 Yao Qi <yao.qi@linaro.org>
6775
6776 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6777 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6778
6779 2017-12-08 Yao Qi <yao.qi@linaro.org>
6780
6781 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6782 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6783
6784 2017-12-08 Yao Qi <yao.qi@linaro.org>
6785
6786 * gdb.arch/aarch64-tagged-pointer.c: New file.
6787 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6788
6789 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6790
6791 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6792 "int".
6793
6794 2017-12-07 Keith Seitz <keiths@redhat.com>
6795
6796 PR breakpoints/22569
6797 * gdb.linespec/ls-errs.exp: Change expected result of "break
6798 -source this file has spaces.c -line 3".
6799 Check that an explicit source file followed by whitespace is
6800 identified as an invalid explicit location.
6801
6802 2017-12-07 Keith Seitz <keiths@redhat.com>
6803
6804 * gdb.cp/nested-types.cc: New file.
6805 * gdb.cp/nested-types.exp: New file.
6806 * lib/cp-support.exp: Load data-structures.exp library.
6807 (debug_cp_test_ptype_class): New global.
6808 (cp_ptype_class_verbose, next_line): New procedures.
6809 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6810 Add and document new return value.
6811 Switch the list of lines to a queue.
6812 Add support for new `type' key for nested type definitions.
6813 Add debugging/troubleshooting messages.
6814 * lib/data-structures.exp: New file.
6815
6816 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6817
6818 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6819 with proc_with_prefix, don't use with_test_prefix.
6820
6821 2017-12-07 Tom Tromey <tom@tromey.com>
6822
6823 * gdb.base/break.exp: Add test for empty "commands".
6824
6825 2017-12-07 Yao Qi <yao.qi@linaro.org>
6826
6827 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6828 malloc and catch syscall.
6829
6830 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6831
6832 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6833 tests for explicit locations.
6834
6835 2017-12-06 Pedro Alves <palves@redhat.com>
6836
6837 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6838 force-disabling XML descriptions.
6839
6840 2017-12-04 Pedro Alves <palves@redhat.com>
6841
6842 PR gdb/22499
6843 * gdb.arch/amd64-disp-step-avx.S: New file.
6844 * gdb.arch/amd64-disp-step-avx.exp: New file.
6845
6846 2017-12-03 Pedro Alves <palves@redhat.com>
6847
6848 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6849 and <string.h>.
6850 (parent_function): Print distinct messages when waitpid fails, or
6851 the child exits with a signal, or the child exits for an unhandled
6852 reason.
6853 * gdb.threads/process-dies-while-detaching.exp
6854 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6855 it. Wait for both inferior output and GDB's prompt. Use an
6856 indirect spawn id list.
6857 (do_detach): New parameter 'child_exit'. Use it to compute
6858 expected inferior output.
6859 (test_detach, test_detach_watch, test_detach_killed_outside):
6860 Adjust to pass down the expected child exit kind.
6861
6862 2017-12-01 Joel Brobecker <brobecker@adacore.com>
6863 Sergio Durigan Junior <sergiodj@redhat.com>
6864 Pedro Alves <palves@redhat.com>
6865
6866 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6867
6868 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6869
6870 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6871 to 'symbol-file' and 'add-symbol-file' can be
6872 position-independent.
6873
6874 2017-12-01 Yao Qi <yao.qi@linaro.org>
6875
6876 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6877 the URL in copyright header.
6878 * gdb.arch/aarch64-fp.exp: Likewise.
6879 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6880 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6881 * gdb.base/expand-psymtabs.exp: Likewise.
6882 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6883 * gdb.fortran/common-block.exp: Likewise.
6884 * gdb.fortran/common-block.f90: Likewise.
6885 * gdb.fortran/logical.exp: Likewise.
6886 * gdb.fortran/vla-datatypes.f90: Likewise.
6887 * gdb.fortran/vla-sub.f90: Likewise.
6888
6889 2017-11-30 Joel Brobecker <brobecker@adacore.com>
6890
6891 * gdb.ada/repeat_dyn: New testcase.
6892
6893 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6894
6895 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6896 Update for changed thread numbering.
6897 * gdb.cell/bt.exp: Update for changed GDB output.
6898
6899 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6900
6901 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6902 setting isremote by hand.
6903 * boards/dwarf4-gdb-index.exp: Likewise.
6904 * boards/fission.exp: Likewise.
6905 * boards/stabs.exp: Likewise.
6906
6907 2017-11-30 Pedro Alves <palves@redhat.com>
6908
6909 * gdb.linespec/cpls-ops.exp
6910 (check_explicit_skips_function_argument): Extract the underlying
6911 type of size_t instead of hardcoding it.
6912
6913 2017-11-29 Pedro Alves <palves@redhat.com>
6914
6915 PR c++/19436
6916 * gdb.linespec/cpls-abi-tag.cc: New file.
6917 * gdb.linespec/cpls-abi-tag.exp: New file.
6918
6919 2017-11-29 Pedro Alves <palves@redhat.com>
6920
6921 * gdb.base/langs.exp: Use -qualified.
6922 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6923 it.
6924 * gdb.cp/namespace.exp: Use -qualified.
6925 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6926 (overload-3, template-overload, template-ret-type, const-overload)
6927 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6928 procedures.
6929 (test_driver): Call them.
6930 * gdb.cp/save-bp-qualified.cc: New.
6931 * gdb.cp/save-bp-qualified.exp: New.
6932 * gdb.linespec/explicit.exp: Test -qualified.
6933 * lib/completion-support.exp (completion::explicit_opts_list): Add
6934 "-qualified".
6935 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6936
6937 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6938
6939 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6940
6941 2017-11-29 Tom Tromey <tom@tromey.com>
6942
6943 * gdb.base/relocate.exp: Update invalid argument test.
6944 Add new tests for invalid arguments.
6945
6946 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6947
6948 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6949 Return 0 as a long.
6950 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6951
6952 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6953
6954 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6955 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6956 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6957 func ().
6958 * gdb.cp/shadow.cc (B.func): Return 0.
6959
6960 2017-11-27 Joel Brobecker <brobecker@adacore.com>
6961
6962 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6963 expected output in gdb_expect call to allow the exception
6964 message to be present as well. Fix syntax confusion to avoid
6965 TCL thinking that exception_name is an array.
6966
6967 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6968
6969 * gdb.arch/spu-info.c: Include <unistd.h>.
6970 (do_signal_test): Fix broken calls to write.
6971 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6972 Fix checks for empty mailboxes. Update signal tests for corrected
6973 do_signal_test routine. Allow nonzero event status.
6974 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6975 * gdb.cell/arch.exp: Use standard_output_file.
6976 * gdb.cell/break.exp: Likewise.
6977 * gdb.cell/bt.exp: Likewise.
6978 * gdb.cell/core.exp: Likewise.
6979 * gdb.cell/dwarfaddr.exp: Likewise.
6980 * gdb.cell/ea-cache.exp: Likewise.
6981 * gdb.cell/ea-standalone.exp: Likewise.
6982 * gdb.cell/f-regs.exp: Likewise.
6983 * gdb.cell/fork.exp: Likewise.
6984 * gdb.cell/gcore.exp: Likewise.
6985 * gdb.cell/mem-access.exp: Likewise.
6986 * gdb.cell/ptype.exp: Likewise.
6987 * gdb.cell/registers.exp: Likewise.
6988 * gdb.cell/sizeof.exp: Likewise.
6989 * gdb.cell/solib-symbol.exp: Likewise.
6990 * gdb.cell/solib.exp: Likewise.
6991
6992 2017-11-25 Pedro Alves <palves@redhat.com>
6993
6994 * gdb.base/complete-empty.exp: New file.
6995 * gdb.base/completion.exp: Adjust.
6996
6997 2017-11-25 Pedro Alves <palves@redhat.com>
6998
6999 * gdb.linespec/cpls-ops.cc: New file.
7000 * gdb.linespec/cpls-ops.exp: New file.
7001 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7002 factored out from ...
7003 (test_complete_prefix_range): ... this.
7004
7005 2017-11-24 Pedro Alves <palves@redhat.com>
7006
7007 * gdb.linespec/cpcompletion.exp: New file.
7008 * gdb.linespec/cpls-hyphen.cc: New file.
7009 * gdb.linespec/cpls.cc: New file.
7010 * gdb.linespec/cpls2.cc: New file.
7011 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7012 test to use test_gdb_complete_unique. Add label completion,
7013 keyword completion and explicit location completion tests.
7014 * lib/completion-support.exp: New file.
7015
7016 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7017
7018 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7019 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7020 when hitting an exception catchpoint.
7021
7022 2017-11-22 Yao Qi <yao.qi@linaro.org>
7023
7024 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7025
7026 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7027
7028 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7029 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7030 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7031
7032 2017-11-22 Yao Qi <yao.qi@linaro.org>
7033
7034 * gdb.base/info-os.exp: Pass pthreads.
7035 * gdb.multi/multi-attach.exp: Likewise.
7036
7037 2017-11-22 Yao Qi <yao.qi@linaro.org>
7038
7039 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7040 compiler.
7041
7042 2017-11-22 Yao Qi <yao.qi@linaro.org>
7043
7044 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7045 * gdb.base/break-interp.exp: Likewise.
7046 * gdb.base/jit-attach-pie.exp: Likewise.
7047
7048 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7049
7050 * gdb.base/float128.c (large128): New variable.
7051 * gdb.base/float128.exp: Add test to print largest __float128 value.
7052
7053 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7054
7055 * gdb.arch/vsx-regs.exp: Update register content checks.
7056
7057 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7058
7059 * gdb.arch/ppc-longdouble.exp: New file.
7060 * gdb.arch/ppc-longdouble.c: Likewise.
7061
7062 2017-11-21 Pedro Alves <palves@redhat.com>
7063
7064 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7065
7066 2017-11-20 Pedro Alves <palves@redhat.com>
7067
7068 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7069 (long_double_typedef): New typedefs.
7070 Use DEF on double and long double.
7071 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7072 cases.
7073 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7074 and 'long_double_ptr_same_size' locals. Use them to decide
7075 whether cast from array/function to float is valid/invalid.
7076
7077 2017-11-17 Tom Tromey <tom@tromey.com>
7078
7079 * gdb.rust/traits.rs: New file.
7080 * gdb.rust/traits.exp: New file.
7081
7082 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7083
7084 * gdb.ada/minsyms: New testcase.
7085
7086 2017-11-16 Pedro Alves <palves@redhat.com>
7087
7088 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7089 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7090
7091 2017-11-16 Pedro Alves <palves@redhat.com>
7092
7093 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7094 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7095
7096 2017-11-16 Pedro Alves <palves@redhat.com>
7097
7098 * gdb.server/reconnect-ctrl-c.c: New file.
7099 * gdb.server/reconnect-ctrl-c.exp: New file.
7100
7101 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7102
7103 * gdb.python/py-rbreak.exp: New file.
7104 * gdb.python/py-rbreak.c: New file.
7105 * gdb.python/py-rbreak-func2.c: New file.
7106
7107 2017-11-16 Pedro Alves <palves@redhat.com>
7108
7109 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7110 pattern.
7111 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7112 GDB.
7113
7114 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7115
7116 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7117 regex.
7118
7119 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7120
7121 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7122 test names.
7123
7124 2017-11-09 Pedro Alves <palves@redhat.com>
7125
7126 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7127 factored out from ...
7128 (top level): ... here, and adjusted to avoid expecting beyond the
7129 prompt in a single gdb_test_multiple.
7130
7131 2017-11-09 Pedro Alves <palves@redhat.com>
7132
7133 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7134 output.
7135 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7136 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7137 * gdb.server/ext-run.exp ("kill" test): Likewise.
7138 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7139
7140 2017-11-09 Pedro Alves <palves@redhat.com>
7141
7142 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7143 match till end of line.
7144
7145 2017-11-09 Pedro Alves <palves@redhat.com>
7146
7147 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7148
7149 2017-11-09 Pedro Alves <palves@redhat.com>
7150
7151 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7152 New procedures, factored out from ...
7153 (top level): ... here, and adjusted to avoid expecting beyond the
7154 prompt in one go.
7155
7156 2017-11-09 Pedro Alves <palves@redhat.com>
7157
7158 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7159 output. Fix '?' match.
7160
7161 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7162
7163 * gdb.ada/scoped_watch: New testcase.
7164 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7165 which is actually correct.
7166 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7167 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7168
7169 2017-11-08 Pedro Alves <palves@redhat.com>
7170
7171 * gdb.gdb/complaints.exp (test_initial_complaints)
7172 (test_serial_complaints, test_short_complaints): Call
7173 complaint_internal instead of complaint.
7174
7175 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7176
7177 * gdb.threads/tls-core.c: New file.
7178 * gdb.threads/tls-core.exp: Likewise.
7179
7180 2017-11-08 Pedro Alves <palves@redhat.com>
7181
7182 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7183 (p Exported_Capitalized): New test.
7184 (p exported_capitalized): New test.
7185
7186 2017-11-07 Pedro Alves <palves@redhat.com>
7187
7188 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7189
7190 2017-11-07 Pedro Alves <palves@redhat.com>
7191
7192 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7193 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7194 (disable_invalid, disable_inverted, disable_negative): New
7195 procedures.
7196 ("bad numbers"): New set of tests.
7197
7198 2017-11-07 Pedro Alves <palves@redhat.com>
7199
7200 * gdb.cp/ena-dis-br-range.exp: Add tests.
7201
7202 2017-11-07 Pedro Alves <palves@redhat.com>
7203
7204 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7205
7206 2017-11-07 Xavier Roirand <roirand@adacore.com>
7207 Pedro Alves <palves@redhat.com>
7208
7209 * gdb.base/ena-dis-br.exp: Add reference to
7210 gdb.cp/ena-dis-br-range.exp.
7211 * gdb.cp/ena-dis-br-range.exp: New file.
7212 * gdb.cp/ena-dis-br-range.cc: New file.
7213
7214 2017-11-06 Pedro Alves <palves@redhat.com>
7215
7216 * gdb.base/attach-non-pgrp-leader.c: New.
7217 * gdb.base/attach-non-pgrp-leader.exp: New.
7218
7219 2017-11-06 Pedro Alves <palves@redhat.com>
7220
7221 * configure.ac: No longer check for termio.h and sgtty.h.
7222 * configure: Regenerate.
7223 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7224 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7225 Remove termio and sgtty code.
7226
7227 2017-11-03 Yao Qi <yao.qi@linaro.org>
7228
7229 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7230 in GDB is disabled.
7231
7232 2017-11-03 Yao Qi <yao.qi@linaro.org>
7233
7234 * gdb.python/py-thrhandle.exp: Skip it if python is not
7235 enabled.
7236
7237 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7238
7239 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7240 as a breakpoint command.
7241
7242 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7243
7244 PR python/21213
7245 * gdb.python/py-infthread.exp: Test calling
7246 InferiorThread.inferior () multiple times in a row.
7247
7248 2017-10-27 Keith Seitz <keiths@redhat.com>
7249
7250 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7251 Test "info break" for every inlined function breakpoint.
7252
7253 2017-10-27 Yao Qi <yao.qi@linaro.org>
7254
7255 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7256
7257 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7258
7259 * gdb.cp/classes.exp (test_static_members): Test printing
7260 Outer::instance.
7261 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7262 (Inner::instance, Outer::instance): New.
7263
7264 2017-10-24 Pedro Alves <palves@redhat.com>
7265
7266 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7267 extra console" test in two stages.
7268
7269 2017-10-24 Pedro Alves <palves@redhat.com>
7270
7271 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7272
7273 2017-10-24 Pedro Alves <palves@redhat.com>
7274
7275 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7276 loop.
7277
7278 2017-10-24 Pedro Alves <palves@redhat.com>
7279
7280 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7281 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7282
7283 2017-10-24 Pedro Alves <palves@redhat.com>
7284
7285 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7286 parameter and handle it. Don't output read value in test name.
7287
7288 2017-10-24 Pedro Alves <palves@redhat.com>
7289
7290 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7291 custom test name.
7292
7293 2017-10-24 Pedro Alves <palves@redhat.com>
7294
7295 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7296 include the unstable output directory name in the test's name.
7297 (initial_setup_simple) <'set args'>: Use custom test name.
7298
7299 2017-10-24 Pedro Alves <palves@redhat.com>
7300
7301 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7302 with explicit test name.
7303
7304 2017-10-20 Pedro Alves <palves@redhat.com>
7305
7306 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7307 'wait -i'. Use gdb_assert and remote_close.
7308
7309 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7310
7311 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7312 number from variable rather than hard-coded.
7313
7314 2017-10-19 Pedro Alves <palves@redhat.com>
7315
7316 * gdb.base/long-inferior-output.c: New file.
7317 * gdb.base/long-inferior-output.exp: New file.
7318
7319 2017-11-18 Keith Seitz <keiths@redhat.com>
7320
7321 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7322 method.
7323 (main): Call it.
7324 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7325 Add additional user-defined conversion operator tests.
7326
7327 2017-10-17 Pedro Alves <palves@redhat.com>
7328
7329 * boards/native-stdio-gdbserver.exp: Load "local-board".
7330
7331 2017-10-17 Pedro Alves <palves@redhat.com>
7332
7333 * gdb.base/quit-live.c: New file.
7334 * gdb.base/quit-live.exp: New file.
7335
7336 2017-10-16 Keith Seitz <keiths@redhat.com>
7337
7338 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7339 (class_with_protected_typedef, class_with_private_typedef)
7340 (struct_with_public_typedef, struct_with_protected_typedef)
7341 (struct_with_private_typedef): New classes/structs.
7342 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7343 typedefs and access specifiers.
7344
7345 2017-10-16 Pedro Alves <palves@redhat.com>
7346 Simon Marchi <simon.marchi@polymtl.ca>
7347
7348 * README (Local vs Remote vs Native): New section.
7349 * boards/local-board.exp: New file, with bits factored out from
7350 ...
7351 * boards/native-extended-gdbserver.exp: ... here. Load
7352 "local-board".
7353 * boards/native-gdbserver.exp: Load "local-board".
7354 (${board}_spawn, ${board}_exec): Delete.
7355 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7356 ...
7357 * boards/stdio-gdbserver-base.exp: ... this new file.
7358 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7359 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7360 procedure.
7361 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7362 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7363 stdio_gdbserver_command.
7364 (${board}_get_remote_address, ${board}_get_comm_port)
7365 (${board}_download, ${board}_upload): Delete.
7366 (get_target_remote_pipe_cmd): New.
7367
7368 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7369
7370 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7371 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7372 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7373 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7374 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7375 remove with_test_prefix.
7376
7377 2017-10-13 Pedro Alves <palves@redhat.com>
7378
7379 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7380 * gdb.base/annota1.exp: Use it instead of is_remote.
7381 * gdb.base/annota3.exp: Use it instead of is_remote.
7382 * gdb.cp/annota2.exp: Use it instead of is_remote.
7383 * gdb.cp/annota3.exp: Use it instead of is_remote.
7384 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7385
7386 2017-10-13 Pedro Alves <palves@redhat.com>
7387
7388 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7389 (test_num_test_vars, run_and_count_vars, find_env)
7390 (test_set_unset_env, test_inherit_env_var): New procedures.
7391 (top level): Use them.
7392
7393 2017-10-13 Pedro Alves <palves@redhat.com>
7394
7395 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7396 also skip on stub-like targets.
7397
7398 2017-10-13 Pedro Alves <palves@redhat.com>
7399
7400 PR gdb/22293
7401 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7402 (top level): Move some tests to ...
7403 (test_not_found): ... this new procedure.
7404 (top level): Call it.
7405
7406 2017-10-13 Pedro Alves <palves@redhat.com>
7407
7408 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7409 expect different "info terminal" output if testing with a
7410 non-native target.
7411
7412 2017-10-13 Pedro Alves <palves@redhat.com>
7413 Simon Marchi <simon.marchi@polymtl.ca>
7414
7415 PR python/12966
7416 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7417
7418 2017-10-13 Pedro Alves <palves@redhat.com>
7419
7420 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7421 already.
7422
7423 2017-10-13 Pedro Alves <palves@redhat.com>
7424
7425 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7426 is_remote.
7427
7428 2017-10-13 Pedro Alves <palves@redhat.com>
7429
7430 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7431 is_remote.
7432
7433 2017-10-13 Pedro Alves <palves@redhat.com>
7434
7435 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7436 is set.
7437 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7438 instead of is_remote.
7439
7440 2017-10-13 Pedro Alves <palves@redhat.com>
7441
7442 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7443 (top level): Add comment.
7444
7445 2017-10-13 Pedro Alves <palves@redhat.com>
7446
7447 * gdb.base/remote.exp (top level): Fix comment typo and add
7448 missing return.
7449
7450 2017-10-13 Pedro Alves <palves@redhat.com>
7451 Simon Marchi <simon.marchi@polymtl.ca>
7452
7453 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7454 calls and add comments. Skip test if use_gdb_stub is set.
7455 (top level): Use "set cwd" command instead of "cd" command.
7456
7457 2017-10-13 Pedro Alves <palves@redhat.com>
7458
7459 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7460 is_remote target check.
7461
7462 2017-10-13 Pedro Alves <palves@redhat.com>
7463
7464 * gdb.base/scope.exp: Use build_executable + clean_restart +
7465 gdb_file_cmd instead of prepare_for_testing and no longer skip
7466 "before run" tests on is_remote target boards. Update comments.
7467 * boards/native-extended-gdbserver.exp
7468 (extended_gdbserver_load_last_file): New, factored out from ...
7469 (gdb_load): ... this. Move further below and add comment.
7470 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7471
7472 2017-10-12 Pedro Alves <palves@redhat.com>
7473
7474 * gdb.base/attach.exp: Remove references to gdb64.
7475 * gdb.base/dbx.exp: Remove references to gdb64.
7476
7477 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7478 Pedro Alves <palves@redhat.com>
7479
7480 * gdb.base/label.exp: Remove is_remote target check.
7481
7482 2017-10-12 Pedro Alves <palves@redhat.com>
7483
7484 * gdb.base/auvx.exp (coredir): Update comment.
7485 (top level) <core_works>: Use "set cwd" command instead of "cd"
7486 command.
7487
7488 2017-10-12 Pedro Alves <palves@redhat.com>
7489 Simon Marchi <simon.marchi@polymtl.ca>
7490
7491 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7492 target boards.
7493
7494 2017-10-12 Pedro Alves <palves@redhat.com>
7495 Simon Marchi <simon.marchi@polymtl.ca>
7496
7497 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7498 Instead skip if there's any gdb_protocol set.
7499
7500 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7501 Pedro Alves <palves@redhat.com>
7502
7503 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7504
7505 2017-10-12 Pedro Alves <palves@redhat.com>
7506 Simon Marchi <simon.marchi@polymtl.ca>
7507
7508 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7509 instead of on dejagnu remote boards.
7510
7511 2017-10-12 Pedro Alves <palves@redhat.com>
7512 Simon Marchi <simon.marchi@polymtl.ca>
7513
7514 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7515 checks. Use build_executable + clean_restart instead of
7516 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7517 of enabling non-stop after starting gdb.
7518
7519 2017-10-12 Pedro Alves <palves@redhat.com>
7520
7521 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7522 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7523 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7524 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7525
7526 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7527
7528 * gdb.arch/arc-tdesc-cpu.exp: New file.
7529 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7530
7531 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7532
7533 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7534
7535 2017-10-10 Pedro Alves <palves@redhat.com>
7536
7537 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7538 expect CLI output.
7539
7540 2017-10-10 Pedro Alves <palves@redhat.com>
7541
7542 * lib/selftest-support.exp (selftest_setup): Update for
7543 captured_command_loop's prototype change.
7544
7545 2017-10-09 Pedro Alves <palves@redhat.com>
7546
7547 Test both arch1=>arch2 and arch2=>arch1.
7548
7549 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7550 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7551 factored out to...
7552 (append_arch1_options, append_arch2_options, append_arch_options)
7553 (build_executables): New procedures.
7554 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7555 local.
7556 (top level): Add new 'first_arch' testing axis.
7557
7558 2017-10-09 Pedro Alves <palves@redhat.com>
7559
7560 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7561 (barrier): New.
7562 (thread_start, all_started): New functions.
7563 (main): Spawn new thread and wait until it is scheduled.
7564 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7565 option.
7566 (do_test): Add 'selected_thread' parameter. Run to all_started
7567 instead of main. Explicitly set the breakpoint at main. Switch
7568 to the SELECTED_THREAD thread.
7569 (top level): Test handling the exec event with either the main
7570 thread or the second thread selected.
7571
7572 2017-10-09 Pedro Alves <palves@redhat.com>
7573
7574 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7575 logic. Move STOP marker after the value checks.
7576 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7577 regexp.
7578
7579 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7580
7581 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7582
7583 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7584
7585 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7586 integer-to-dfp conversion.
7587 * gdb.base/dfp-test.exp: Likewise.
7588
7589 2017-10-04 Pedro Alves <palves@redhat.com>
7590
7591 * gdb.multi/hangout.c: Include <unistd.h>.
7592 (hangout_loop): New function.
7593 (main): Call alarm. Call hangout_loop in a loop.
7594 * gdb.multi/hello.c: Include <unistd.h>.
7595 (hello_loop): New function.
7596 (main): Call alarm. Call hangout_loop in a loop.
7597 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7598 inferior with the other selected.
7599
7600 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7601
7602 * gdb.mi/list-thread-groups-available.exp: New file.
7603 * gdb.mi/list-thread-groups-available.c: New file.
7604
7605 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7606
7607 * gdb.base/set-cwd.exp: Make it available on
7608 native-extended-gdbserver.
7609
7610 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7611
7612 * gdb.base/set-cwd.c: New file.
7613 * gdb.base/set-cwd.exp: Likewise.
7614
7615 2017-10-02 Tom Tromey <tom@tromey.com>
7616
7617 PR rust/22236:
7618 * gdb.rust/simple.rs (main): New variable "fslice".
7619 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7620
7621 2017-10-02 Tom Tromey <tom@tromey.com>
7622
7623 * gdb.rust/simple.exp: Test ptype of a slice.
7624
7625 2017-10-02 Tom Tromey <tom@tromey.com>
7626
7627 * gdb.rust/simple.exp: Test index of slice.
7628
7629 2017-09-27 Tom Tromey <tom@tromey.com>
7630
7631 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7632
7633 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7634 Pedro Alves <palves@redhat.com>
7635
7636 * gdb.base/compare-sections.exp (get value of read-only section): Read
7637 as unsigned value.
7638 (corrupt read-only section): Likewise and don't set written if patching
7639 failed.
7640
7641 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7642
7643 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7644 files.
7645
7646 2017-09-20 Pedro Alves <palves@redhat.com>
7647
7648 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7649 symbol names in gdb's output.
7650 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7651
7652 2017-09-20 Pedro Alves <palves@redhat.com>
7653
7654 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7655 Rename to ...
7656 (test_list_ambiguous_symbol): ... this and add a symbol name
7657 parameter. Adjust.
7658 (test_list_ambiguous_function): Reimplement on top of
7659 test_list_ambiguous_symbol and also test listing ambiguous
7660 variables.
7661 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7662 (ambiguous_fun): ... this.
7663 (ambiguous_var): New.
7664 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7665 (ambiguous_fun): ... this.
7666 (ambiguous_var): New.
7667
7668 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7669
7670 * gdb.base/starti.c: New file.
7671 * gdb.base/starti.exp: New file.
7672 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7673
7674 2017-09-14 Pedro Alves <palves@redhat.com>
7675
7676 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7677 (top level): Use it instead of runto.
7678
7679 2017-09-11 Tom Tromey <tom@tromey.com>
7680
7681 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7682
7683 2017-09-11 Tom Tromey <tom@tromey.com>
7684
7685 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7686 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7687
7688 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7689
7690 * gdb.fortran/printing-types.exp: New file.
7691 * gdb.fortran/printing-types.exp: New file.
7692
7693 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7694
7695 * gdb.fortran/vla-ptype.exp: Fix typos.
7696 * gdb.fortran/vla-value.exp: Same.
7697
7698 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7699
7700 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7701 * gdb.mi/mi-var-child-f.exp: Likewise.
7702 * gdb.mi/mi-vla-fortran.exp: Likewise.
7703
7704 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7705 Christoph Weinmann <christoph.t.weinmann@intel.com>
7706 Bernhard Heckel <bernhard.heckel@intel.com>
7707
7708 * gdb.fortran/ptr-indentation.f90: New file.
7709 * gdb.fortran/ptr-indentation.exp: New file.
7710
7711 2017-09-05 Tom Tromey <tom@tromey.com>
7712
7713 PR gdb/22010:
7714 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7715
7716 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7717
7718 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7719
7720 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7721
7722 * gdb.threads/tls-nodebug-pie.c: New file.
7723 * gdb.threads/tls-nodebug-pie.exp: New file.
7724
7725 2017-09-05 Tom Tromey <tom@tromey.com>
7726
7727 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7728 for rust.
7729
7730 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7731
7732 * gdb.multi/multi-arch-exec.exp: Test with different
7733 "follow-exec-mode" settings.
7734 (do_test): New procedure.
7735
7736 2017-09-04 Pedro Alves <palves@redhat.com>
7737
7738 * gdb.base/func-static.c (S::method const, S::method volatile)
7739 (S::method volatile const): New methods.
7740 (c_s, v_s, cv_s): New instances.
7741 (main): Call method() on them.
7742 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7743 (cannot_resolve): New procedure.
7744 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7745 print-quote-unquoted columns.
7746 (do_test): Test printing each scope too.
7747
7748 2017-09-04 Pedro Alves <palves@redhat.com>
7749
7750 * gdb.base/local-static.exp: Also test with
7751 class::method::variable wholly quoted.
7752 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7753
7754 2017-09-04 Pedro Alves <palves@redhat.com>
7755
7756 * gdb.base/local-static.c: New.
7757 * gdb.base/local-static.cc: New.
7758 * gdb.base/local-static.exp: New.
7759
7760 2017-09-04 Pedro Alves <palves@redhat.com>
7761
7762 * gdb.asm/asm-source.exp: Add casts to int.
7763 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7764 (dataglobal64_1, dataglobal64_2): New globals.
7765 * gdb.base/nodebug.exp: Test different expressions involving the
7766 new globals, with print, whatis and ptype. Add casts to int.
7767 * gdb.base/solib-display.exp: Add casts to int.
7768 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7769 * gdb.cp/m-static.exp: Add cast to int.
7770 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7771 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7772 tls variable with no debug info without a cast. Test with a cast
7773 to int too.
7774 * gdb.trace/entry-values.exp: Add casts.
7775
7776 2017-09-04 Pedro Alves <palves@redhat.com>
7777
7778 * gdb.base/nodebug.exp: Test that ptype's error about functions
7779 with unknown return type includes the function name too.
7780
7781 2017-09-04 Pedro Alves <palves@redhat.com>
7782
7783 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7784 return type of munmap in infcall.
7785 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7786 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7787 type of ftell in infcall.
7788 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7789 type of getpid in infcall.
7790 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7791 infcall.
7792 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7793 Bail on failure to extract the pid.
7794 * gdb.base/nodebug.c: #include <stdint.h>.
7795 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7796 New functions.
7797 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7798 Change expected output of print/whatis/ptype with functions with
7799 no debug info. Test all supported languages. Call
7800 test_call_promotion.
7801 * gdb.compile/compile.exp: Adjust expected output to expect
7802 warning.
7803 * gdb.threads/siginfo-threads.exp: Likewise.
7804
7805 2017-09-04 Pedro Alves <palves@redhat.com>
7806
7807 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7808 "prototypes". Test calling float functions via prototyped and
7809 unprototyped function pointers.
7810 (perform_all_tests): New parameter "prototypes". Pass it down.
7811 (top level): Pass down "prototypes" parameter to
7812 perform_all_tests.
7813
7814 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7815
7816 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7817 Test with nested loops.
7818
7819 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7820
7821 * gdb.base/commands.exp: Call the new procedures.
7822 (loop_break_test, loop_continue_test): New procedures.
7823
7824 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7825
7826 * gdb.base/commands.exp: Call new procedure.
7827 (define_if_without_arg_test): New procedure.
7828
7829 2017-09-04 Pedro Alves <palves@redhat.com>
7830
7831 * gdb.base/list-ambiguous.exp: New file.
7832 * gdb.base/list-ambiguous0.c: New file.
7833 * gdb.base/list-ambiguous1.c: New file.
7834 * gdb.base/list.exp (test_list_range): Adjust expected output.
7835
7836 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7837
7838 * gdb.base/share-env-with-gdbserver.c: New file.
7839 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7840
7841 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7842
7843 * gdb.base/commands.exp (gdbvar_simple_if_test,
7844 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7845 progvar_simple_if_test, progvar_simple_while_test,
7846 progvar_complex_if_while_test, user_defined_command_test,
7847 user_defined_command_args_eval,
7848 user_defined_command_args_stack_test,
7849 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7850 temporary_breakpoint_commands,
7851 gdb_test_no_prompt, redefine_hook_test,
7852 redefine_backtrace_test): Remove "global gdb_prompt".
7853
7854 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7855
7856 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7857 New proc, call it from toplevel.
7858
7859 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7860
7861 PR remote/21852
7862 * gdb.server/normal.c: New file, copied from gdb.base.
7863 * gdb.server/run-without-local-binary.exp: New file.
7864
7865 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
7866
7867 * gdb.arch/sparc64-adi.exp: New file.
7868 * gdb.arch/sparc64-adi.c: New file.
7869
7870 2017-08-22 Pedro Alves <palves@redhat.com>
7871
7872 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7873 (top level): Add "list all overloads" tests.
7874
7875 2017-08-22 Tom Tromey <tom@tromey.com>
7876
7877 * gdb.gdb/xfullpath.exp: Remove.
7878
7879 2017-08-21 Pedro Alves <palves@redhat.com>
7880
7881 PR gdb/19487
7882 * gdb.base/symbol-alias.c: New.
7883 * gdb.base/symbol-alias2.c: New.
7884 * gdb.base/symbol-alias.exp: New.
7885
7886 2017-08-21 Pedro Alves <palves@redhat.com>
7887
7888 * gdb.base/dfp-test.c
7889 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7890 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7891 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7892 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7893 * gdb.base/whatis-ptype-typedefs.c: New.
7894 * gdb.base/whatis-ptype-typedefs.exp: New.
7895 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7896 (an_int, an_int_type, an_int_type2): New globals.
7897 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7898 involving typedefs and cast expressions.
7899 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7900 (lookup_typedefs_function): New.
7901 (typedefs_pretty_printers_dict): New.
7902 (top level): Register lookup_typedefs_function in
7903 gdb.pretty_printers.
7904
7905 2017-08-18 Yao Qi <yao.qi@linaro.org>
7906
7907 * gdb.server/unittest.exp: New.
7908
7909 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7910
7911 PR gdb/21954
7912 * gdb.base/environ.exp: Add test to check if 'unset environment'
7913 works.
7914
7915 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7916
7917 * lib/gdb.exp (universal_compile_options): New caching proc.
7918 (gdb_compile): Suppress GCC's coloring of messages.
7919
7920 2017-08-14 Tom Tromey <tom@tromey.com>
7921
7922 PR gdb/21675:
7923 * gdb.base/printcmds.exp (test_radices): New function.
7924 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7925 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7926 * lib/gdb.exp (get_integer_valueof): Use p/d.
7927
7928 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7929
7930 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7931 characters.
7932
7933 2017-08-05 Tom Tromey <tom@tromey.com>
7934
7935 * gdb.rust/simple.exp: Allow String to appear in a different
7936 namespace.
7937
7938 2017-07-26 Yao Qi <yao.qi@linaro.org>
7939
7940 * gdb.gdb/unittest.exp: Invoke command
7941 "maintenance check xml-descriptions".
7942
7943 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7944
7945 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7946 calling context.
7947 (hex128): Drop erroneous calculation of parameters.
7948
7949 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7950
7951 * gdb.python/py-unwind.exp: Disable stack protection when
7952 building test file.
7953
7954 2017-07-20 Pedro Alves <palves@redhat.com>
7955
7956 * gdb.base/default.exp (set language): Adjust expected output.
7957
7958 2017-07-20 Pedro Alves <palves@redhat.com>
7959
7960 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7961 (test_minsym): ... this, and make static.
7962 (get_pck__foo__bar__minsym): Rename to ...
7963 (get_test_minsym): ... this.
7964 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7965 symbol names and comments.
7966 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7967 (get_test_minsym): ... this.
7968 (pck__foo__bar__minsym__2): Rename to ...
7969 (test_minsym): ... this.
7970 (main): Adjust.
7971
7972 2017-07-17 Pedro Alves <palves@redhat.com>
7973
7974 * gdb.base/completion.exp: Adjust expected output.
7975 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7976 the completer works.
7977
7978 2017-07-17 Pedro Alves <palves@redhat.com>
7979
7980 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7981
7982 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7983
7984 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7985
7986 2017-07-14 Tom Tromey <tom@tromey.com>
7987
7988 PR rust/21764:
7989 * gdb.rust/simple.exp: Add tests.
7990
7991 2017-07-14 Tom Tromey <tom@tromey.com>
7992
7993 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7994
7995 2017-07-14 Pedro Alves <palves@redhat.com>
7996
7997 * gdb.linespec/base/one/thefile.cc (z1): New function.
7998 * gdb.linespec/base/two/thefile.cc (z2): New function.
7999 * gdb.linespec/linespec.exp: Add tests.
8000
8001 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8002
8003 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8004 to mi_create_breakpoint.
8005
8006 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8007
8008 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8009 mi_create_breakpoint.
8010
8011 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8012
8013 * gdb.dlang/demangle.exp: Update for demangling changes.
8014
8015 2017-07-09 Tom Tromey <tom@tromey.com>
8016
8017 * gdb.dwarf2/shortpiece.exp: New file.
8018
8019 2017-07-06 David Blaikie <dblaikie@gmail.com>
8020
8021 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8022 built from fissiont-multi-cu{1,2}.c.
8023 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8024 except putting 'main' and 'func' in separate CUs in the same DWO file.
8025 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8026 test.
8027 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8028 test.
8029
8030 2017-07-06 Pedro Alves <palves@redhat.com>
8031
8032 * gdb.python/py-unwind.exp: Test flushregs.
8033
8034 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8035
8036 PR cli/21688
8037 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8038 tests for alias commands and trailing whitespace.
8039
8040 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8041
8042 PR cli/21688
8043 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8044 procedure. Call it.
8045
8046 2017-06-29 Pedro Alves <palves@redhat.com>
8047
8048 * gdb.base/printcmds.exp: Add tests.
8049
8050 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8051
8052 PR gdb/21337
8053 * gdb.base/reread-readsym.exp: New file.
8054 * gdb.base/reread-readsym.c: New file.
8055
8056 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8057
8058 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8059 subpattern.
8060
8061 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8062
8063 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8064 extended mnemonic.
8065 * gdb.arch/powerpc-power9.s: Likewise.
8066
8067 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8068
8069 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8070 on 32-bit x86 targets. Exploit is_*_target macros where
8071 appropriate.
8072
8073 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8074
8075 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8076 register pieces.
8077
8078 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8079
8080 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8081 located in one or more DWARF pieces.
8082
8083 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8084
8085 * lib/gdb.exp (get_endianness): New proc.
8086 * gdb.arch/aarch64-fp.exp: Use it.
8087 * gdb.arch/altivec-regs.exp: Likewise.
8088 * gdb.arch/e500-regs.exp: Likewise.
8089 * gdb.arch/vsx-regs.exp: Likewise.
8090 * gdb.base/dump.exp: Likewise.
8091 * gdb.base/funcargs.exp: Likewise.
8092 * gdb.base/gnu_vector.exp: Likewise.
8093 * gdb.dwarf2/formdata16.exp: Likewise.
8094 * gdb.dwarf2/implptrpiece.exp: Likewise.
8095 * gdb.dwarf2/nonvar-access.exp: Likewise.
8096 * gdb.python/py-inferior.exp: Likewise.
8097 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8098
8099 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8100
8101 PR gdb/21226
8102 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8103 stack value pieces are taken from the LSB end.
8104
8105 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8106
8107 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8108 variable at nonzero offset.
8109
8110 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8111
8112 * gdb.dwarf2/var-access.c: New file.
8113 * gdb.dwarf2/var-access.exp: New test.
8114 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8115
8116 2017-06-12 Tom Tromey <tom@tromey.com>
8117
8118 * gdb.dwarf2/formdata16.exp: Add tests.
8119
8120 2017-06-12 Tom Tromey <tom@tromey.com>
8121
8122 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8123
8124 2017-06-12 Tom Tromey <tom@tromey.com>
8125
8126 PR exp/16225:
8127 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8128 * gdb.arch/vsx-regs.exp: Update tests.
8129 * gdb.arch/s390-vregs.exp (hex128): New proc.
8130 Update test.
8131 * gdb.arch/altivec-regs.exp: Update tests.
8132
8133 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8134
8135 * gdb.base/startup-with-shell.c: New file.
8136 * gdb.base/startup-with-shell.exp: Likewise.
8137
8138 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8139
8140 * gdb.server/non-existing-program.exp: Update regex in order to
8141 reflect the fact that gdbserver is now using fork_inferior (with a
8142 shell) to startup the inferior.
8143
8144 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8145
8146 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8147 support function calls from GDB.
8148
8149 2017-05-21 Tom Tromey <tom@tromey.com>
8150
8151 PR rust/21466:
8152 * gdb.rust/unsized.exp: New file.
8153 * gdb.rust/unsized.rs: New file.
8154
8155 2017-05-19 Tom Tromey <tom@tromey.com>
8156
8157 PR rust/21484:
8158 * gdb.rust/watch.exp: New file.
8159 * gdb.rust/watch.rs: New file.
8160
8161 2017-05-18 Tom Tromey <tom@tromey.com>
8162
8163 * gdb.rust/simple.exp: Allow Box to be qualified.
8164
8165 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8166
8167 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8168
8169 2017-05-18 Pedro Alves <palves@redhat.com>
8170
8171 * gdb.base/fileio.c (test_write, test_read, test_close)
8172 (test_fstat): Don't print 'ret' in the fail path.
8173
8174 2017-05-18 Pedro Alves <palves@redhat.com>
8175
8176 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8177 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8178 (test_system, test_rename, test_unlink, test_time): Change
8179 prototypes.
8180 * gdb.base/fileio.exp (stop_msg): Adjust.
8181
8182 2017-05-18 Pedro Alves <palves@redhat.com>
8183
8184 * gdb.base/fileio.c (null_str): New global.
8185 (test_stat): Use it.
8186 * gdb.base/fileio.exp: Remove nowarnings.
8187
8188 2017-05-17 Yao Qi <yao.qi@linaro.org>
8189
8190 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8191
8192 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8193
8194 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8195 argument command.
8196 (top-level): Invoke test_set_inferior_tty.
8197
8198 2017-05-04 Pedro Alves <palves@redhat.com>
8199
8200 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8201 Add parens to print call for Python 3.
8202
8203 2017-05-03 Keith Seitz <keiths@redhat.com>
8204
8205 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8206 (main): Call it.
8207
8208 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8209
8210 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8211 to prev and next.
8212
8213 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8214
8215 * gdb.python/py-record-btrace.exp: Remove test for
8216 gdb.BtraceInstruction.error.
8217
8218 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8219
8220 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8221
8222 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8223
8224 * gdb.python/py-record-btrace-threads.c: New file.
8225 * gdb.python/py-record-btrace-threads.exp: New file.
8226
8227 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8228
8229 PR testsuite/8595
8230 * gdb.base/environ.exp: Make test available in all architectures.
8231 Move bits related to "info program" testing to
8232 gdb.base/info-program.exp. Rewrite tests to use the two new
8233 procedures mentione below.
8234 (test_set_show_env_var) New procedure.
8235 (test_set_show_env_var_equal): Likewise.
8236 * gdb.base/info-program.exp: New file.
8237
8238 2017-04-27 Keith Seitz <keiths@redhat.com>
8239
8240 * gdb.cp/oranking.cc (test15): New function.
8241 (main): Call test15 and declare additional variables for testing.
8242 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8243 "p foo101('abc')" tests.
8244 Add tests for cv qualifier overloads.
8245 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8246 "lvalue reference overload" test.
8247 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8248 "print value of f1 on Child&& in f2" test.
8249
8250 2017-04-19 Pedro Alves <palves@redhat.com>
8251
8252 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8253 procedure.
8254 (top level): Call it.
8255 * lib/gdb.exp (gdb_define_cmd): New procedure.
8256
8257 2017-04-12 Pedro Alves <palves@redhat.com>
8258
8259 PR gdb/21323
8260 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8261 (wchar): New global.
8262 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8263 (do_test_wide_char, wide_char_types_no_program, top level): Add
8264 wchar_t testing.
8265
8266 2017-04-12 Pedro Alves <palves@redhat.com>
8267
8268 PR c++/21323
8269 * gdb.cp/wide_char_types.c: New file.
8270 * gdb.cp/wide_char_types.exp: New file.
8271
8272 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8273
8274 PR gdb/21352
8275 * gdb.trace/tsv.exp: Add test for "tsave -r".
8276
8277 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8278
8279 * gdb.dlang/watch-loc.c: New file.
8280 * gdb.dlang/watch-loc.exp: New file.
8281
8282 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8283
8284 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8285
8286 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8287
8288 * gdb.arch/arc-analyze-prologue.S: New file.
8289 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8290
8291 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8292
8293 * gdb.arch/arc-decode-insn.S: New file.
8294 * gdb.arch/arc-decode-insn.exp: Likewise.
8295
8296 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8297
8298 PR tdep/20928
8299 * gdb.arch/sparc64-regs.exp: New file.
8300 * gdb.arch/sparc64-regs.S: Likewise.
8301
8302 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8303
8304 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8305 and memory view on Python 3.
8306
8307 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8308 Keith Seitz <keiths@redhat.com>
8309
8310 PR gdb/14441
8311 * gdb.cp/demangle.exp: Add rvalue reference tests.
8312 * gdb.cp/rvalue-ref-casts.cc: New file.
8313 * gdb.cp/rvalue-ref-casts.exp: New file.
8314 * gdb.cp/rvalue-ref-overload.cc: New file.
8315 * gdb.cp/rvalue-ref-overload.exp: New file.
8316 * gdb.cp/rvalue-ref-params.cc: New file.
8317 * gdb.cp/rvalue-ref-params.exp: New file.
8318 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8319 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8320 * gdb.cp/rvalue-ref-types.cc: New file.
8321 * gdb.cp/rvalue-ref-types.exp: New file.
8322 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8323 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8324
8325 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8326
8327 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8328 New procedure.
8329
8330 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8331
8332 * lib/mi-support.exp (mi_gdb_test): Add additional message
8333 for unexpected output.
8334
8335 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8336
8337 * gdb.base/examine-backward.c (Barrier): New character array
8338 constant, to ensure that TestStrings is preceded by a string
8339 terminator.
8340
8341 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8342
8343 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8344 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8345 and implicit pointer into such a location.
8346
8347 2017-03-16 Doug Evans <dje@google.com>
8348
8349 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8350
8351 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8352
8353 * gdb.cp/m-static.exp: Fix expectation for prototype of
8354 test5.single_constructor and single_constructor::single_constructor.
8355
8356 2017-03-16 Doug Evans <dje@google.com>
8357
8358 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8359 * gdb.guile/scm-lazy-string.c: New file.
8360 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8361 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8362 for pointer, array, typedef lazy strings.
8363
8364 2017-03-16 Doug Evans <dje@google.com>
8365
8366 PR python/17728, python/18439, python/18779
8367 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8368 * gdb.python/py-lazy-string.c (pointer): New typedef.
8369 (main): New locals ptr, array, typedef_ptr.
8370 * gdb.python/py-value.exp: Move lazy string tests to ...
8371 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8372 array, typedef lazy strings.
8373
8374 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8375
8376 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8377 Add optional 'test' parameter.
8378
8379 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8380
8381 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8382 Skip for versions of DejaGnu < 1.5.
8383
8384 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8385
8386 * lib/gdb.exp (dejagnu_version): New proc.
8387 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8388 Use dejagnu_version.
8389
8390 2017-03-10 Keith Seitz <keiths@redhat.com>
8391
8392 PR c++/8128
8393 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8394 type from destructor regexps.
8395 Add a branch which actually passes the test.
8396 Adjust "ptype t5i" test names.
8397
8398 2017-03-08 Pedro Alves <palves@redhat.com>
8399
8400 * gdb.base/step-over-exit.exp: Add explicit test message.
8401
8402 2017-03-08 Pedro Alves <palves@redhat.com>
8403
8404 PR gdb/18360
8405 * gdb.threads/interrupt-while-step-over.c: New file.
8406 * gdb.threads/interrupt-while-step-over.exp: New file.
8407
8408 2017-03-08 Pedro Alves <palves@redhat.com>
8409
8410 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8411 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8412
8413 2017-03-08 Pedro Alves <palves@redhat.com>
8414
8415 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8416 PKRU as not supported as a PASS.
8417
8418 2017-03-08 Pedro Alves <palves@redhat.com>
8419
8420 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8421 prefix instead of $binfile1/$binfile2.
8422 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8423 in test message.
8424 * gdb.python/py-completion.exp: Use "load python file" as test
8425 messages instead of unstable path names.
8426
8427 2017-03-08 Pedro Alves <palves@redhat.com>
8428 Jan Kratochvil <jan.kratochvil@redhat.com>
8429
8430 PR cli/21218
8431 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8432 New proc.
8433 (top level): Call it.
8434
8435 2017-03-08 Pedro Alves <palves@redhat.com>
8436
8437 PR tui/21216
8438 * gdb.tui/tui-nl-filtered-output.exp: New file.
8439
8440 2017-03-08 Pedro Alves <palves@redhat.com>
8441
8442 * gdb.base/completion.exp: Move TUI completion tests to ...
8443 * gdb.tui/completion.exp: ... this new file.
8444
8445 2017-03-08 Pedro Alves <palves@redhat.com>
8446
8447 * gdb.base/tui-disasm-long-lines.c,
8448 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8449 gdb.base/tui-layout.exp: Move to ...
8450 * gdb.tui/: ... this new directory.
8451
8452 2017-03-07 Pedro Alves <palves@redhat.com>
8453
8454 * gdb.base/tui-layout.c: New file.
8455 * gdb.base/tui-layout.exp: New file.
8456
8457 2017-03-07 Pedro Alves <palves@redhat.com>
8458
8459 * gdb.base/tui-layout.c: Rename to ...
8460 * gdb.base/tui-disasm-long-lines.c: ... this.
8461 * gdb.base/tui-layout.exp: Rename to ...
8462 * gdb.base/tui-disasm-long-lines.exp: ... this.
8463
8464 2017-03-07 Pedro Alves <palves@redhat.com>
8465
8466 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8467
8468 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8469
8470 * i386-mpx-call.c: New file.
8471 * i386-mpx-call.exp: New file.
8472
8473 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8474
8475 * gdb.arch/powerpc-power.exp: Delete test.
8476 * gdb.arch/powerpc-power.s: Likewise.
8477 * gdb.disasm/disassembler-options.exp: New test.
8478 * gdb.arch/powerpc-altivec.exp: Likewise.
8479 * gdb.arch/powerpc-altivec.s: Likewise.
8480 * gdb.arch/powerpc-altivec2.exp: Likewise.
8481 * gdb.arch/powerpc-altivec2.s: Likewise.
8482 * gdb.arch/powerpc-altivec3.exp: Likewise.
8483 * gdb.arch/powerpc-altivec3.s: Likewise.
8484 * gdb.arch/powerpc-power7.exp: Likewise.
8485 * gdb.arch/powerpc-power7.s: Likewise.
8486 * gdb.arch/powerpc-power8.exp: Likewise.
8487 * gdb.arch/powerpc-power8.s: Likewise.
8488 * gdb.arch/powerpc-power9.exp: Likewise.
8489 * gdb.arch/powerpc-power9.s: Likewise.
8490 * gdb.arch/powerpc-vsx.exp: Likewise.
8491 * gdb.arch/powerpc-vsx.s: Likewise.
8492 * gdb.arch/powerpc-vsx2.exp: Likewise.
8493 * gdb.arch/powerpc-vsx2.s: Likewise.
8494 * gdb.arch/powerpc-vsx3.exp: Likewise.
8495 * gdb.arch/powerpc-vsx3.s: Likewise.
8496 * gdb.arch/arm-disassembler-options.exp: Likewise.
8497 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8498 * gdb.arch/s390-disassembler-options.exp: Likewise.
8499
8500 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8501
8502 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8503 (check_supported_features): ... this. Changed return type to void.
8504 (supports_rdseed): New static global.
8505 (rdseed): Check supports_rdseed.
8506 (initialize): Call check_supported_features.
8507
8508 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8509
8510 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8511 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8512 and lqarx/stqcx.
8513 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8514 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8515
8516 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8517
8518 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8519 uppercase.
8520
8521 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8522
8523 * gdb.dwarf2/formdata16.c: New file.
8524 * gdb.dwarf2/formdata16.exp: New file.
8525 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8526
8527 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8528
8529 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8530 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8531 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8532 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8533 DW_AT_GNU_*.
8534
8535 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8536
8537 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8538
8539 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8540
8541 PR gdb/21164
8542 * gdb.base/maint.exp: Add testcases for when the commands do
8543 not have arguments.
8544
8545 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8546
8547 * gdb.cp/chained-calls.exp: Use p instead of P.
8548
8549 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8550
8551 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8552 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8553
8554 2017-02-14 Tom Tromey <tom@tromey.com>
8555
8556 PR python/13598:
8557 * gdb.python/py-events.exp: Add before_prompt event tests.
8558
8559 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8560
8561 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8562
8563 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8564
8565 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8566 (main): Call my_unique_function_name.
8567 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8568 completion of patterns with a single match.
8569 Add missing -re switches to gdb_test_multiple calls.
8570
8571 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8572
8573 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8574 return if core file is not recognized.
8575
8576 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8577
8578 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8579 and extra UIs.
8580
8581 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8582
8583 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8584 proc_with_prefix.
8585
8586 2017-02-10 Tom Tromey <tom@tromey.com>
8587
8588 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8589
8590 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8591
8592 PR gdb/21122
8593 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8594
8595 2017-02-08 Jerome Guitton <guitton@adacore.com>
8596
8597 * gdb.base/define.exp: Add test for command abbreviations
8598 in define.
8599
8600 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8601
8602 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8603 * gdb.reverse/insn-reverse-x86.c: New file.
8604
8605 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8606
8607 PR tdep/20936
8608 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8609
8610 2017-02-03 Tom Tromey <tom@tromey.com>
8611
8612 PR rust/21097:
8613 * gdb.rust/simple.exp: Add new tests.
8614
8615 2017-02-02 Pedro Alves <palves@redhat.com>
8616
8617 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8618 tests.
8619
8620 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8621
8622 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8623 taking a 2-byte value out of a 4-byte DWARF implicit value on
8624 big-endian targets.
8625 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8626 logic. Add test cases for DW_OP_implicit.
8627
8628 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8629
8630 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8631
8632 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8633
8634 * gdb.btrace/enable.exp: Call gdb_exit before
8635 skip_gdbserver_tests.
8636
8637 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8638
8639 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8640 GDBFLAGS.
8641
8642 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8643
8644 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8645 the test is skipped.
8646 * gdb.btrace/data.exp: Likewise.
8647 * gdb.btrace/delta.exp: Likewise.
8648 * gdb.btrace/dlopen.exp: Likewise.
8649 * gdb.btrace/enable-running.exp: Likewise.
8650 * gdb.btrace/enable.exp: Likewise.
8651 * gdb.btrace/exception.exp: Likewise.
8652 * gdb.btrace/function_call_history.exp: Likewise.
8653 * gdb.btrace/gcore.exp: Likewise.
8654 * gdb.btrace/instruction_history.exp: Likewise.
8655 * gdb.btrace/multi-thread-step.exp: Likewise.
8656 * gdb.btrace/nohist.exp: Likewise.
8657 * gdb.btrace/non-stop.exp: Likewise.
8658 * gdb.btrace/reconnect.exp: Likewise.
8659 * gdb.btrace/record_goto-step.exp: Likewise.
8660 * gdb.btrace/record_goto.exp: Likewise.
8661 * gdb.btrace/rn-dl-bind.exp: Likewise.
8662 * gdb.btrace/segv.exp: Likewise.
8663 * gdb.btrace/step.exp: Likewise.
8664 * gdb.btrace/stepi.exp: Likewise.
8665 * gdb.btrace/tailcall-only.exp: Likewise.
8666 * gdb.btrace/tailcall.exp: Likewise.
8667 * gdb.btrace/tsx.exp: Likewise.
8668 * gdb.btrace/unknown_functions.exp: Likewise.
8669 * gdb.btrace/vdso.exp: Likewise.
8670
8671 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8672
8673 * gdb.btrace/enable-running.c: New.
8674 * gdb.btrace/enable-running.exp: New.
8675
8676 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8677
8678 * gdb.arch/amd64-gs_base.c: New file.
8679 * gdb.arch/amd64-gs_base.exp: New file.
8680
8681 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8682
8683 * lib/memory.exp: Remove spurious empty newlines.
8684
8685 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8686
8687 * gdb.python/py-bad-printers.exp: Load python file using "source".
8688 * gdb.python/py-events.exp: Likewise.
8689 * gdb.python/py-evsignal.exp: Likewise.
8690 * gdb.python/py-evthreads.exp: Likewise.
8691 * gdb.python/py-frame-args.exp: Likewise.
8692 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8693 * gdb.python/py-framefilter-mi.exp: Likewise.
8694 * gdb.python/py-framefilter.exp: Likewise.
8695 * gdb.python/py-mi.exp: Likewise.
8696 * gdb.python/py-pp-maint.exp: Likewise.
8697 * gdb.python/py-pp-registration.exp: Likewise.
8698 * gdb.python/py-prettyprint.exp: Likewise.
8699 (run_lang_tests): Likewise.
8700 * gdb.python/py-typeprint.exp: Likewise.
8701
8702 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8703
8704 * lib/memory.exp: New file.
8705 * lib/gdb.exp: Load memory.exp.
8706 * gdb.base/memattr.exp (delete_memory): Move proc to
8707 lib/memory.exp and rename to delete_memory_regions.
8708 Replace delete_memory with delete_memory_regions.
8709 Cleanup memory regions before tests.
8710 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8711 before tests.
8712
8713 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8714
8715 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8716 files.
8717 (initialize): New function conditionally defined.
8718 (testcases): Move within conditional block.
8719 (main): Call initialize.
8720 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8721 of gdb.reverse/insn-reverse.c.
8722 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8723 gdb.reverse/insn-reverse.c.
8724
8725 2017-01-26 Yao Qi <yao.qi@linaro.org>
8726
8727 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8728 disassemble on address 0.
8729
8730 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8731 Yao Qi <yao.qi@linaro.org>
8732
8733 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8734 * gdb.dwarf2/implptr-64bit.S: Remove.
8735 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8736 variables in caller's context. Add DW_OP_implicit_value.
8737
8738 2017-01-25 Yao Qi <yao.qi@linaro.org>
8739
8740 * lib/dwarf.exp (Dwarf::_location): Handle
8741 DW_OP_GNU_implicit_pointer with proper size.
8742
8743 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8744
8745 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8746 and add untested calls.
8747
8748 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8749
8750 * gdb.python/python.exp: Check line number against what GDB thinks
8751 the line number is for func1.
8752
8753 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8754
8755 * gdb.dlang/debug-expr.exp: New file.
8756
8757 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
8758
8759 Fix test names for the following files:
8760
8761 * gdb.ada/exec_changed.exp
8762 * gdb.ada/info_types.exp
8763 * gdb.arch/aarch64-atomic-inst.exp
8764 * gdb.arch/aarch64-fp.exp
8765 * gdb.arch/altivec-abi.exp
8766 * gdb.arch/altivec-regs.exp
8767 * gdb.arch/amd64-byte.exp
8768 * gdb.arch/amd64-disp-step.exp
8769 * gdb.arch/amd64-dword.exp
8770 * gdb.arch/amd64-entry-value-inline.exp
8771 * gdb.arch/amd64-entry-value-param.exp
8772 * gdb.arch/amd64-entry-value-paramref.exp
8773 * gdb.arch/amd64-entry-value.exp
8774 * gdb.arch/amd64-i386-address.exp
8775 * gdb.arch/amd64-invalid-stack-middle.exp
8776 * gdb.arch/amd64-invalid-stack-top.exp
8777 * gdb.arch/amd64-optimout-repeat.exp
8778 * gdb.arch/amd64-prologue-skip.exp
8779 * gdb.arch/amd64-prologue-xmm.exp
8780 * gdb.arch/amd64-stap-special-operands.exp
8781 * gdb.arch/amd64-stap-wrong-subexp.exp
8782 * gdb.arch/amd64-tailcall-cxx.exp
8783 * gdb.arch/amd64-tailcall-noret.exp
8784 * gdb.arch/amd64-tailcall-ret.exp
8785 * gdb.arch/amd64-tailcall-self.exp
8786 * gdb.arch/amd64-word.exp
8787 * gdb.arch/arm-bl-branch-dest.exp
8788 * gdb.arch/arm-disp-step.exp
8789 * gdb.arch/arm-neon.exp
8790 * gdb.arch/arm-single-step-kernel-helper.exp
8791 * gdb.arch/avr-flash-qualifier.exp
8792 * gdb.arch/disp-step-insn-reloc.exp
8793 * gdb.arch/e500-abi.exp
8794 * gdb.arch/e500-regs.exp
8795 * gdb.arch/ftrace-insn-reloc.exp
8796 * gdb.arch/i386-avx512.exp
8797 * gdb.arch/i386-bp_permanent.exp
8798 * gdb.arch/i386-byte.exp
8799 * gdb.arch/i386-cfi-notcurrent.exp
8800 * gdb.arch/i386-disp-step.exp
8801 * gdb.arch/i386-dr3-watch.exp
8802 * gdb.arch/i386-float.exp
8803 * gdb.arch/i386-gnu-cfi.exp
8804 * gdb.arch/i386-mpx-map.exp
8805 * gdb.arch/i386-mpx-sigsegv.exp
8806 * gdb.arch/i386-mpx-simple_segv.exp
8807 * gdb.arch/i386-mpx.exp
8808 * gdb.arch/i386-permbkpt.exp
8809 * gdb.arch/i386-prologue.exp
8810 * gdb.arch/i386-signal.exp
8811 * gdb.arch/i386-size-overlap.exp
8812 * gdb.arch/i386-unwind.exp
8813 * gdb.arch/i386-word.exp
8814 * gdb.arch/mips-fcr.exp
8815 * gdb.arch/powerpc-d128-regs.exp
8816 * gdb.arch/powerpc-stackless.exp
8817 * gdb.arch/ppc64-atomic-inst.exp
8818 * gdb.arch/s390-stackless.exp
8819 * gdb.arch/s390-tdbregs.exp
8820 * gdb.arch/s390-vregs.exp
8821 * gdb.arch/sparc-sysstep.exp
8822 * gdb.arch/thumb-bx-pc.exp
8823 * gdb.arch/thumb-singlestep.exp
8824 * gdb.arch/thumb2-it.exp
8825 * gdb.arch/vsx-regs.exp
8826 * gdb.asm/asm-source.exp
8827 * gdb.base/a2-run.exp
8828 * gdb.base/advance.exp
8829 * gdb.base/all-bin.exp
8830 * gdb.base/anon.exp
8831 * gdb.base/args.exp
8832 * gdb.base/arithmet.exp
8833 * gdb.base/async-shell.exp
8834 * gdb.base/async.exp
8835 * gdb.base/attach-pie-noexec.exp
8836 * gdb.base/attach-twice.exp
8837 * gdb.base/auto-load.exp
8838 * gdb.base/bang.exp
8839 * gdb.base/bitfields.exp
8840 * gdb.base/break-always.exp
8841 * gdb.base/break-caller-line.exp
8842 * gdb.base/break-entry.exp
8843 * gdb.base/break-inline.exp
8844 * gdb.base/break-on-linker-gcd-function.exp
8845 * gdb.base/break-probes.exp
8846 * gdb.base/break.exp
8847 * gdb.base/breakpoint-shadow.exp
8848 * gdb.base/call-ar-st.exp
8849 * gdb.base/call-sc.exp
8850 * gdb.base/call-signal-resume.exp
8851 * gdb.base/call-strs.exp
8852 * gdb.base/callfuncs.exp
8853 * gdb.base/catch-fork-static.exp
8854 * gdb.base/catch-gdb-caused-signals.exp
8855 * gdb.base/catch-load.exp
8856 * gdb.base/catch-signal-fork.exp
8857 * gdb.base/catch-signal.exp
8858 * gdb.base/catch-syscall.exp
8859 * gdb.base/charset.exp
8860 * gdb.base/checkpoint.exp
8861 * gdb.base/chng-syms.exp
8862 * gdb.base/code-expr.exp
8863 * gdb.base/code_elim.exp
8864 * gdb.base/commands.exp
8865 * gdb.base/completion.exp
8866 * gdb.base/complex.exp
8867 * gdb.base/cond-expr.exp
8868 * gdb.base/condbreak.exp
8869 * gdb.base/consecutive.exp
8870 * gdb.base/continue-all-already-running.exp
8871 * gdb.base/coredump-filter.exp
8872 * gdb.base/corefile.exp
8873 * gdb.base/dbx.exp
8874 * gdb.base/debug-expr.exp
8875 * gdb.base/define.exp
8876 * gdb.base/del.exp
8877 * gdb.base/disabled-location.exp
8878 * gdb.base/disasm-end-cu.exp
8879 * gdb.base/disasm-optim.exp
8880 * gdb.base/display.exp
8881 * gdb.base/duplicate-bp.exp
8882 * gdb.base/ena-dis-br.exp
8883 * gdb.base/ending-run.exp
8884 * gdb.base/enumval.exp
8885 * gdb.base/environ.exp
8886 * gdb.base/eu-strip-infcall.exp
8887 * gdb.base/eval-avoid-side-effects.exp
8888 * gdb.base/eval-skip.exp
8889 * gdb.base/exitsignal.exp
8890 * gdb.base/expand-psymtabs.exp
8891 * gdb.base/filesym.exp
8892 * gdb.base/find-unmapped.exp
8893 * gdb.base/finish.exp
8894 * gdb.base/float.exp
8895 * gdb.base/foll-exec-mode.exp
8896 * gdb.base/foll-exec.exp
8897 * gdb.base/foll-fork.exp
8898 * gdb.base/fortran-sym-case.exp
8899 * gdb.base/freebpcmd.exp
8900 * gdb.base/func-ptr.exp
8901 * gdb.base/func-ptrs.exp
8902 * gdb.base/funcargs.exp
8903 * gdb.base/gcore-buffer-overflow.exp
8904 * gdb.base/gcore-relro-pie.exp
8905 * gdb.base/gcore-relro.exp
8906 * gdb.base/gcore.exp
8907 * gdb.base/gdb1090.exp
8908 * gdb.base/gdb11530.exp
8909 * gdb.base/gdb11531.exp
8910 * gdb.base/gdb1821.exp
8911 * gdb.base/gdbindex-stabs.exp
8912 * gdb.base/gdbvars.exp
8913 * gdb.base/hbreak.exp
8914 * gdb.base/hbreak2.exp
8915 * gdb.base/included.exp
8916 * gdb.base/infcall-input.exp
8917 * gdb.base/inferior-died.exp
8918 * gdb.base/infnan.exp
8919 * gdb.base/info-macros.exp
8920 * gdb.base/info-os.exp
8921 * gdb.base/info-proc.exp
8922 * gdb.base/info-shared.exp
8923 * gdb.base/info-target.exp
8924 * gdb.base/infoline.exp
8925 * gdb.base/interp.exp
8926 * gdb.base/interrupt.exp
8927 * gdb.base/jit-reader.exp
8928 * gdb.base/jit-simple.exp
8929 * gdb.base/kill-after-signal.exp
8930 * gdb.base/kill-detach-inferiors-cmd.exp
8931 * gdb.base/label.exp
8932 * gdb.base/langs.exp
8933 * gdb.base/ldbl_e308.exp
8934 * gdb.base/line-symtabs.exp
8935 * gdb.base/linespecs.exp
8936 * gdb.base/list.exp
8937 * gdb.base/long_long.exp
8938 * gdb.base/longest-types.exp
8939 * gdb.base/maint.exp
8940 * gdb.base/max-value-size.exp
8941 * gdb.base/memattr.exp
8942 * gdb.base/mips_pro.exp
8943 * gdb.base/morestack.exp
8944 * gdb.base/moribund-step.exp
8945 * gdb.base/multi-forks.exp
8946 * gdb.base/nested-addr.exp
8947 * gdb.base/nextoverexit.exp
8948 * gdb.base/noreturn-finish.exp
8949 * gdb.base/noreturn-return.exp
8950 * gdb.base/nostdlib.exp
8951 * gdb.base/offsets.exp
8952 * gdb.base/opaque.exp
8953 * gdb.base/pc-fp.exp
8954 * gdb.base/permissions.exp
8955 * gdb.base/print-symbol-loading.exp
8956 * gdb.base/prologue-include.exp
8957 * gdb.base/psymtab.exp
8958 * gdb.base/ptype.exp
8959 * gdb.base/random-signal.exp
8960 * gdb.base/randomize.exp
8961 * gdb.base/range-stepping.exp
8962 * gdb.base/readline-ask.exp
8963 * gdb.base/recpar.exp
8964 * gdb.base/recurse.exp
8965 * gdb.base/relational.exp
8966 * gdb.base/restore.exp
8967 * gdb.base/return-nodebug.exp
8968 * gdb.base/return.exp
8969 * gdb.base/run-after-attach.exp
8970 * gdb.base/save-bp.exp
8971 * gdb.base/scope.exp
8972 * gdb.base/sect-cmd.exp
8973 * gdb.base/set-lang-auto.exp
8974 * gdb.base/set-noassign.exp
8975 * gdb.base/setvar.exp
8976 * gdb.base/sigall.exp
8977 * gdb.base/sigbpt.exp
8978 * gdb.base/siginfo-addr.exp
8979 * gdb.base/siginfo-infcall.exp
8980 * gdb.base/siginfo-obj.exp
8981 * gdb.base/siginfo.exp
8982 * gdb.base/signals-state-child.exp
8983 * gdb.base/signest.exp
8984 * gdb.base/sigstep.exp
8985 * gdb.base/sizeof.exp
8986 * gdb.base/skip.exp
8987 * gdb.base/solib-corrupted.exp
8988 * gdb.base/solib-nodir.exp
8989 * gdb.base/solib-search.exp
8990 * gdb.base/stack-checking.exp
8991 * gdb.base/stale-infcall.exp
8992 * gdb.base/stap-probe.exp
8993 * gdb.base/start.exp
8994 * gdb.base/step-break.exp
8995 * gdb.base/step-bt.exp
8996 * gdb.base/step-line.exp
8997 * gdb.base/step-over-exit.exp
8998 * gdb.base/step-over-syscall.exp
8999 * gdb.base/step-resume-infcall.exp
9000 * gdb.base/step-test.exp
9001 * gdb.base/store.exp
9002 * gdb.base/structs3.exp
9003 * gdb.base/sym-file.exp
9004 * gdb.base/symbol-without-target_section.exp
9005 * gdb.base/term.exp
9006 * gdb.base/testenv.exp
9007 * gdb.base/ui-redirect.exp
9008 * gdb.base/until.exp
9009 * gdb.base/unwindonsignal.exp
9010 * gdb.base/value-double-free.exp
9011 * gdb.base/vla-datatypes.exp
9012 * gdb.base/vla-ptr.exp
9013 * gdb.base/vla-sideeffect.exp
9014 * gdb.base/volatile.exp
9015 * gdb.base/watch-cond-infcall.exp
9016 * gdb.base/watch-cond.exp
9017 * gdb.base/watch-non-mem.exp
9018 * gdb.base/watch-read.exp
9019 * gdb.base/watch-vfork.exp
9020 * gdb.base/watchpoint-cond-gone.exp
9021 * gdb.base/watchpoint-delete.exp
9022 * gdb.base/watchpoint-hw-hit-once.exp
9023 * gdb.base/watchpoint-hw.exp
9024 * gdb.base/watchpoint-stops-at-right-insn.exp
9025 * gdb.base/watchpoints.exp
9026 * gdb.base/wchar.exp
9027 * gdb.base/whatis-exp.exp
9028 * gdb.btrace/buffer-size.exp
9029 * gdb.btrace/data.exp
9030 * gdb.btrace/delta.exp
9031 * gdb.btrace/dlopen.exp
9032 * gdb.btrace/enable.exp
9033 * gdb.btrace/exception.exp
9034 * gdb.btrace/function_call_history.exp
9035 * gdb.btrace/gcore.exp
9036 * gdb.btrace/instruction_history.exp
9037 * gdb.btrace/nohist.exp
9038 * gdb.btrace/reconnect.exp
9039 * gdb.btrace/record_goto-step.exp
9040 * gdb.btrace/record_goto.exp
9041 * gdb.btrace/rn-dl-bind.exp
9042 * gdb.btrace/segv.exp
9043 * gdb.btrace/step.exp
9044 * gdb.btrace/stepi.exp
9045 * gdb.btrace/tailcall-only.exp
9046 * gdb.btrace/tailcall.exp
9047 * gdb.btrace/tsx.exp
9048 * gdb.btrace/unknown_functions.exp
9049 * gdb.btrace/vdso.exp
9050 * gdb.compile/compile-ifunc.exp
9051 * gdb.compile/compile-ops.exp
9052 * gdb.compile/compile-print.exp
9053 * gdb.compile/compile-setjmp.exp
9054 * gdb.cp/abstract-origin.exp
9055 * gdb.cp/ambiguous.exp
9056 * gdb.cp/annota2.exp
9057 * gdb.cp/annota3.exp
9058 * gdb.cp/anon-ns.exp
9059 * gdb.cp/anon-struct.exp
9060 * gdb.cp/anon-union.exp
9061 * gdb.cp/arg-reference.exp
9062 * gdb.cp/baseenum.exp
9063 * gdb.cp/bool.exp
9064 * gdb.cp/breakpoint.exp
9065 * gdb.cp/bs15503.exp
9066 * gdb.cp/call-c.exp
9067 * gdb.cp/casts.exp
9068 * gdb.cp/chained-calls.exp
9069 * gdb.cp/class2.exp
9070 * gdb.cp/classes.exp
9071 * gdb.cp/cmpd-minsyms.exp
9072 * gdb.cp/converts.exp
9073 * gdb.cp/cp-relocate.exp
9074 * gdb.cp/cpcompletion.exp
9075 * gdb.cp/cpexprs.exp
9076 * gdb.cp/cplabel.exp
9077 * gdb.cp/cplusfuncs.exp
9078 * gdb.cp/cpsizeof.exp
9079 * gdb.cp/ctti.exp
9080 * gdb.cp/derivation.exp
9081 * gdb.cp/destrprint.exp
9082 * gdb.cp/dispcxx.exp
9083 * gdb.cp/enum-class.exp
9084 * gdb.cp/exception.exp
9085 * gdb.cp/exceptprint.exp
9086 * gdb.cp/expand-psymtabs-cxx.exp
9087 * gdb.cp/expand-sals.exp
9088 * gdb.cp/extern-c.exp
9089 * gdb.cp/filename.exp
9090 * gdb.cp/formatted-ref.exp
9091 * gdb.cp/fpointer.exp
9092 * gdb.cp/gdb1355.exp
9093 * gdb.cp/gdb2495.exp
9094 * gdb.cp/hang.exp
9095 * gdb.cp/impl-this.exp
9096 * gdb.cp/infcall-dlopen.exp
9097 * gdb.cp/inherit.exp
9098 * gdb.cp/iostream.exp
9099 * gdb.cp/koenig.exp
9100 * gdb.cp/local.exp
9101 * gdb.cp/m-data.exp
9102 * gdb.cp/m-static.exp
9103 * gdb.cp/mb-ctor.exp
9104 * gdb.cp/mb-inline.exp
9105 * gdb.cp/mb-templates.exp
9106 * gdb.cp/member-name.exp
9107 * gdb.cp/member-ptr.exp
9108 * gdb.cp/meth-typedefs.exp
9109 * gdb.cp/method.exp
9110 * gdb.cp/method2.exp
9111 * gdb.cp/minsym-fallback.exp
9112 * gdb.cp/misc.exp
9113 * gdb.cp/namelessclass.exp
9114 * gdb.cp/namespace-enum.exp
9115 * gdb.cp/namespace-nested-import.exp
9116 * gdb.cp/namespace.exp
9117 * gdb.cp/nextoverthrow.exp
9118 * gdb.cp/no-dmgl-verbose.exp
9119 * gdb.cp/non-trivial-retval.exp
9120 * gdb.cp/noparam.exp
9121 * gdb.cp/nsdecl.exp
9122 * gdb.cp/nsimport.exp
9123 * gdb.cp/nsnested.exp
9124 * gdb.cp/nsnoimports.exp
9125 * gdb.cp/nsrecurs.exp
9126 * gdb.cp/nsstress.exp
9127 * gdb.cp/nsusing.exp
9128 * gdb.cp/operator.exp
9129 * gdb.cp/oranking.exp
9130 * gdb.cp/overload-const.exp
9131 * gdb.cp/overload.exp
9132 * gdb.cp/ovldbreak.exp
9133 * gdb.cp/ovsrch.exp
9134 * gdb.cp/paren-type.exp
9135 * gdb.cp/parse-lang.exp
9136 * gdb.cp/pass-by-ref.exp
9137 * gdb.cp/pr-1023.exp
9138 * gdb.cp/pr-1210.exp
9139 * gdb.cp/pr-574.exp
9140 * gdb.cp/pr10687.exp
9141 * gdb.cp/pr12028.exp
9142 * gdb.cp/pr17132.exp
9143 * gdb.cp/pr17494.exp
9144 * gdb.cp/pr9067.exp
9145 * gdb.cp/pr9167.exp
9146 * gdb.cp/pr9631.exp
9147 * gdb.cp/printmethod.exp
9148 * gdb.cp/psmang.exp
9149 * gdb.cp/psymtab-parameter.exp
9150 * gdb.cp/ptype-cv-cp.exp
9151 * gdb.cp/ptype-flags.exp
9152 * gdb.cp/re-set-overloaded.exp
9153 * gdb.cp/ref-types.exp
9154 * gdb.cp/rtti.exp
9155 * gdb.cp/scope-err.exp
9156 * gdb.cp/shadow.exp
9157 * gdb.cp/smartp.exp
9158 * gdb.cp/static-method.exp
9159 * gdb.cp/static-print-quit.exp
9160 * gdb.cp/temargs.exp
9161 * gdb.cp/templates.exp
9162 * gdb.cp/try_catch.exp
9163 * gdb.cp/typedef-operator.exp
9164 * gdb.cp/typeid.exp
9165 * gdb.cp/userdef.exp
9166 * gdb.cp/using-crash.exp
9167 * gdb.cp/var-tag.exp
9168 * gdb.cp/virtbase.exp
9169 * gdb.cp/virtfunc.exp
9170 * gdb.cp/virtfunc2.exp
9171 * gdb.cp/vla-cxx.exp
9172 * gdb.disasm/t01_mov.exp
9173 * gdb.disasm/t02_mova.exp
9174 * gdb.disasm/t03_add.exp
9175 * gdb.disasm/t04_sub.exp
9176 * gdb.disasm/t05_cmp.exp
9177 * gdb.disasm/t06_ari2.exp
9178 * gdb.disasm/t07_ari3.exp
9179 * gdb.disasm/t08_or.exp
9180 * gdb.disasm/t09_xor.exp
9181 * gdb.disasm/t10_and.exp
9182 * gdb.disasm/t11_logs.exp
9183 * gdb.disasm/t12_bit.exp
9184 * gdb.disasm/t13_otr.exp
9185 * gdb.dlang/circular.exp
9186 * gdb.dwarf2/arr-stride.exp
9187 * gdb.dwarf2/arr-subrange.exp
9188 * gdb.dwarf2/atomic-type.exp
9189 * gdb.dwarf2/bad-regnum.exp
9190 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9191 * gdb.dwarf2/callframecfa.exp
9192 * gdb.dwarf2/clztest.exp
9193 * gdb.dwarf2/corrupt.exp
9194 * gdb.dwarf2/data-loc.exp
9195 * gdb.dwarf2/dup-psym.exp
9196 * gdb.dwarf2/dw2-anon-mptr.exp
9197 * gdb.dwarf2/dw2-anonymous-func.exp
9198 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9199 * gdb.dwarf2/dw2-bad-unresolved.exp
9200 * gdb.dwarf2/dw2-basic.exp
9201 * gdb.dwarf2/dw2-canonicalize-type.exp
9202 * gdb.dwarf2/dw2-case-insensitive.exp
9203 * gdb.dwarf2/dw2-common-block.exp
9204 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9205 * gdb.dwarf2/dw2-compressed.exp
9206 * gdb.dwarf2/dw2-const.exp
9207 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9208 * gdb.dwarf2/dw2-cu-size.exp
9209 * gdb.dwarf2/dw2-dup-frame.exp
9210 * gdb.dwarf2/dw2-entry-value.exp
9211 * gdb.dwarf2/dw2-icycle.exp
9212 * gdb.dwarf2/dw2-ifort-parameter.exp
9213 * gdb.dwarf2/dw2-inline-break.exp
9214 * gdb.dwarf2/dw2-inline-param.exp
9215 * gdb.dwarf2/dw2-intercu.exp
9216 * gdb.dwarf2/dw2-intermix.exp
9217 * gdb.dwarf2/dw2-lexical-block-bare.exp
9218 * gdb.dwarf2/dw2-linkage-name-trust.exp
9219 * gdb.dwarf2/dw2-minsym-in-cu.exp
9220 * gdb.dwarf2/dw2-noloc.exp
9221 * gdb.dwarf2/dw2-op-call.exp
9222 * gdb.dwarf2/dw2-op-out-param.exp
9223 * gdb.dwarf2/dw2-opt-structptr.exp
9224 * gdb.dwarf2/dw2-param-error.exp
9225 * gdb.dwarf2/dw2-producer.exp
9226 * gdb.dwarf2/dw2-ranges-base.exp
9227 * gdb.dwarf2/dw2-ref-missing-frame.exp
9228 * gdb.dwarf2/dw2-reg-undefined.exp
9229 * gdb.dwarf2/dw2-regno-invalid.exp
9230 * gdb.dwarf2/dw2-restore.exp
9231 * gdb.dwarf2/dw2-restrict.exp
9232 * gdb.dwarf2/dw2-single-line-discriminators.exp
9233 * gdb.dwarf2/dw2-strp.exp
9234 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9235 * gdb.dwarf2/dw2-unresolved.exp
9236 * gdb.dwarf2/dw2-var-zero-addr.exp
9237 * gdb.dwarf2/dw4-sig-types.exp
9238 * gdb.dwarf2/dwz.exp
9239 * gdb.dwarf2/dynarr-ptr.exp
9240 * gdb.dwarf2/enum-type.exp
9241 * gdb.dwarf2/gdb-index.exp
9242 * gdb.dwarf2/implptr-64bit.exp
9243 * gdb.dwarf2/implptr-optimized-out.exp
9244 * gdb.dwarf2/implptr.exp
9245 * gdb.dwarf2/implref-array.exp
9246 * gdb.dwarf2/implref-const.exp
9247 * gdb.dwarf2/implref-global.exp
9248 * gdb.dwarf2/implref-struct.exp
9249 * gdb.dwarf2/mac-fileno.exp
9250 * gdb.dwarf2/main-subprogram.exp
9251 * gdb.dwarf2/member-ptr-forwardref.exp
9252 * gdb.dwarf2/method-ptr.exp
9253 * gdb.dwarf2/missing-sig-type.exp
9254 * gdb.dwarf2/nonvar-access.exp
9255 * gdb.dwarf2/opaque-type-lookup.exp
9256 * gdb.dwarf2/pieces-optimized-out.exp
9257 * gdb.dwarf2/pieces.exp
9258 * gdb.dwarf2/pr10770.exp
9259 * gdb.dwarf2/pr13961.exp
9260 * gdb.dwarf2/staticvirtual.exp
9261 * gdb.dwarf2/subrange.exp
9262 * gdb.dwarf2/symtab-producer.exp
9263 * gdb.dwarf2/trace-crash.exp
9264 * gdb.dwarf2/typeddwarf.exp
9265 * gdb.dwarf2/valop.exp
9266 * gdb.dwarf2/watch-notconst.exp
9267 * gdb.fortran/array-element.exp
9268 * gdb.fortran/charset.exp
9269 * gdb.fortran/common-block.exp
9270 * gdb.fortran/complex.exp
9271 * gdb.fortran/derived-type-function.exp
9272 * gdb.fortran/derived-type.exp
9273 * gdb.fortran/logical.exp
9274 * gdb.fortran/module.exp
9275 * gdb.fortran/multi-dim.exp
9276 * gdb.fortran/nested-funcs.exp
9277 * gdb.fortran/print-formatted.exp
9278 * gdb.fortran/subarray.exp
9279 * gdb.fortran/vla-alloc-assoc.exp
9280 * gdb.fortran/vla-datatypes.exp
9281 * gdb.fortran/vla-history.exp
9282 * gdb.fortran/vla-ptr-info.exp
9283 * gdb.fortran/vla-ptype-sub.exp
9284 * gdb.fortran/vla-ptype.exp
9285 * gdb.fortran/vla-sizeof.exp
9286 * gdb.fortran/vla-type.exp
9287 * gdb.fortran/vla-value-sub-arbitrary.exp
9288 * gdb.fortran/vla-value-sub-finish.exp
9289 * gdb.fortran/vla-value-sub.exp
9290 * gdb.fortran/vla-value.exp
9291 * gdb.fortran/whatis_type.exp
9292 * gdb.go/chan.exp
9293 * gdb.go/handcall.exp
9294 * gdb.go/hello.exp
9295 * gdb.go/integers.exp
9296 * gdb.go/methods.exp
9297 * gdb.go/package.exp
9298 * gdb.go/strings.exp
9299 * gdb.go/types.exp
9300 * gdb.go/unsafe.exp
9301 * gdb.guile/scm-arch.exp
9302 * gdb.guile/scm-block.exp
9303 * gdb.guile/scm-breakpoint.exp
9304 * gdb.guile/scm-cmd.exp
9305 * gdb.guile/scm-disasm.exp
9306 * gdb.guile/scm-equal.exp
9307 * gdb.guile/scm-frame-args.exp
9308 * gdb.guile/scm-frame-inline.exp
9309 * gdb.guile/scm-frame.exp
9310 * gdb.guile/scm-iterator.exp
9311 * gdb.guile/scm-math.exp
9312 * gdb.guile/scm-objfile.exp
9313 * gdb.guile/scm-ports.exp
9314 * gdb.guile/scm-symbol.exp
9315 * gdb.guile/scm-symtab.exp
9316 * gdb.guile/scm-value-cc.exp
9317 * gdb.guile/types-module.exp
9318 * gdb.linespec/break-ask.exp
9319 * gdb.linespec/cpexplicit.exp
9320 * gdb.linespec/explicit.exp
9321 * gdb.linespec/keywords.exp
9322 * gdb.linespec/linespec.exp
9323 * gdb.linespec/ls-dollar.exp
9324 * gdb.linespec/ls-errs.exp
9325 * gdb.linespec/skip-two.exp
9326 * gdb.linespec/thread.exp
9327 * gdb.mi/mi-async.exp
9328 * gdb.mi/mi-basics.exp
9329 * gdb.mi/mi-break.exp
9330 * gdb.mi/mi-catch-load.exp
9331 * gdb.mi/mi-cli.exp
9332 * gdb.mi/mi-cmd-param-changed.exp
9333 * gdb.mi/mi-console.exp
9334 * gdb.mi/mi-detach.exp
9335 * gdb.mi/mi-disassemble.exp
9336 * gdb.mi/mi-eval.exp
9337 * gdb.mi/mi-file-transfer.exp
9338 * gdb.mi/mi-file.exp
9339 * gdb.mi/mi-fill-memory.exp
9340 * gdb.mi/mi-inheritance-syntax-error.exp
9341 * gdb.mi/mi-linespec-err-cp.exp
9342 * gdb.mi/mi-logging.exp
9343 * gdb.mi/mi-memory-changed.exp
9344 * gdb.mi/mi-read-memory.exp
9345 * gdb.mi/mi-record-changed.exp
9346 * gdb.mi/mi-reg-undefined.exp
9347 * gdb.mi/mi-regs.exp
9348 * gdb.mi/mi-return.exp
9349 * gdb.mi/mi-reverse.exp
9350 * gdb.mi/mi-simplerun.exp
9351 * gdb.mi/mi-solib.exp
9352 * gdb.mi/mi-stack.exp
9353 * gdb.mi/mi-stepi.exp
9354 * gdb.mi/mi-syn-frame.exp
9355 * gdb.mi/mi-until.exp
9356 * gdb.mi/mi-var-block.exp
9357 * gdb.mi/mi-var-child.exp
9358 * gdb.mi/mi-var-cmd.exp
9359 * gdb.mi/mi-var-cp.exp
9360 * gdb.mi/mi-var-display.exp
9361 * gdb.mi/mi-var-invalidate.exp
9362 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9363 * gdb.mi/mi-vla-fortran.exp
9364 * gdb.mi/mi-watch.exp
9365 * gdb.mi/mi2-var-child.exp
9366 * gdb.mi/user-selected-context-sync.exp
9367 * gdb.modula2/unbounded-array.exp
9368 * gdb.multi/dummy-frame-restore.exp
9369 * gdb.multi/multi-arch-exec.exp
9370 * gdb.multi/multi-arch.exp
9371 * gdb.multi/tids.exp
9372 * gdb.multi/watchpoint-multi.exp
9373 * gdb.opencl/callfuncs.exp
9374 * gdb.opencl/convs_casts.exp
9375 * gdb.opencl/datatypes.exp
9376 * gdb.opencl/operators.exp
9377 * gdb.opencl/vec_comps.exp
9378 * gdb.opt/clobbered-registers-O2.exp
9379 * gdb.opt/inline-break.exp
9380 * gdb.opt/inline-bt.exp
9381 * gdb.opt/inline-cmds.exp
9382 * gdb.opt/inline-locals.exp
9383 * gdb.pascal/case-insensitive-symbols.exp
9384 * gdb.pascal/floats.exp
9385 * gdb.pascal/gdb11492.exp
9386 * gdb.python/lib-types.exp
9387 * gdb.python/py-arch.exp
9388 * gdb.python/py-as-string.exp
9389 * gdb.python/py-bad-printers.exp
9390 * gdb.python/py-block.exp
9391 * gdb.python/py-breakpoint-create-fail.exp
9392 * gdb.python/py-breakpoint.exp
9393 * gdb.python/py-caller-is.exp
9394 * gdb.python/py-cmd.exp
9395 * gdb.python/py-explore-cc.exp
9396 * gdb.python/py-explore.exp
9397 * gdb.python/py-finish-breakpoint.exp
9398 * gdb.python/py-finish-breakpoint2.exp
9399 * gdb.python/py-frame-args.exp
9400 * gdb.python/py-frame-inline.exp
9401 * gdb.python/py-frame.exp
9402 * gdb.python/py-framefilter-mi.exp
9403 * gdb.python/py-infthread.exp
9404 * gdb.python/py-lazy-string.exp
9405 * gdb.python/py-linetable.exp
9406 * gdb.python/py-mi-events.exp
9407 * gdb.python/py-mi-objfile.exp
9408 * gdb.python/py-mi.exp
9409 * gdb.python/py-objfile.exp
9410 * gdb.python/py-pp-integral.exp
9411 * gdb.python/py-pp-maint.exp
9412 * gdb.python/py-pp-re-notag.exp
9413 * gdb.python/py-pp-registration.exp
9414 * gdb.python/py-recurse-unwind.exp
9415 * gdb.python/py-strfns.exp
9416 * gdb.python/py-symbol.exp
9417 * gdb.python/py-symtab.exp
9418 * gdb.python/py-sync-interp.exp
9419 * gdb.python/py-typeprint.exp
9420 * gdb.python/py-unwind-maint.exp
9421 * gdb.python/py-unwind.exp
9422 * gdb.python/py-value-cc.exp
9423 * gdb.python/py-xmethods.exp
9424 * gdb.reverse/amd64-tailcall-reverse.exp
9425 * gdb.reverse/break-precsave.exp
9426 * gdb.reverse/break-reverse.exp
9427 * gdb.reverse/consecutive-precsave.exp
9428 * gdb.reverse/consecutive-reverse.exp
9429 * gdb.reverse/finish-precsave.exp
9430 * gdb.reverse/finish-reverse-bkpt.exp
9431 * gdb.reverse/finish-reverse.exp
9432 * gdb.reverse/fstatat-reverse.exp
9433 * gdb.reverse/getresuid-reverse.exp
9434 * gdb.reverse/i386-precsave.exp
9435 * gdb.reverse/i386-reverse.exp
9436 * gdb.reverse/i386-sse-reverse.exp
9437 * gdb.reverse/i387-env-reverse.exp
9438 * gdb.reverse/i387-stack-reverse.exp
9439 * gdb.reverse/insn-reverse.exp
9440 * gdb.reverse/machinestate-precsave.exp
9441 * gdb.reverse/machinestate.exp
9442 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9443 * gdb.reverse/pipe-reverse.exp
9444 * gdb.reverse/readv-reverse.exp
9445 * gdb.reverse/recvmsg-reverse.exp
9446 * gdb.reverse/rerun-prec.exp
9447 * gdb.reverse/s390-mvcle.exp
9448 * gdb.reverse/step-precsave.exp
9449 * gdb.reverse/step-reverse.exp
9450 * gdb.reverse/time-reverse.exp
9451 * gdb.reverse/until-precsave.exp
9452 * gdb.reverse/until-reverse.exp
9453 * gdb.reverse/waitpid-reverse.exp
9454 * gdb.reverse/watch-precsave.exp
9455 * gdb.reverse/watch-reverse.exp
9456 * gdb.rust/generics.exp
9457 * gdb.rust/methods.exp
9458 * gdb.rust/modules.exp
9459 * gdb.rust/simple.exp
9460 * gdb.server/connect-with-no-symbol-file.exp
9461 * gdb.server/ext-attach.exp
9462 * gdb.server/ext-restart.exp
9463 * gdb.server/ext-wrapper.exp
9464 * gdb.server/file-transfer.exp
9465 * gdb.server/server-exec-info.exp
9466 * gdb.server/server-kill.exp
9467 * gdb.server/server-mon.exp
9468 * gdb.server/wrapper.exp
9469 * gdb.stabs/exclfwd.exp
9470 * gdb.stabs/gdb11479.exp
9471 * gdb.threads/clone-new-thread-event.exp
9472 * gdb.threads/corethreads.exp
9473 * gdb.threads/current-lwp-dead.exp
9474 * gdb.threads/dlopen-libpthread.exp
9475 * gdb.threads/gcore-thread.exp
9476 * gdb.threads/sigstep-threads.exp
9477 * gdb.threads/watchpoint-fork.exp
9478 * gdb.trace/actions-changed.exp
9479 * gdb.trace/backtrace.exp
9480 * gdb.trace/change-loc.exp
9481 * gdb.trace/circ.exp
9482 * gdb.trace/collection.exp
9483 * gdb.trace/disconnected-tracing.exp
9484 * gdb.trace/ftrace.exp
9485 * gdb.trace/mi-trace-frame-collected.exp
9486 * gdb.trace/mi-trace-unavailable.exp
9487 * gdb.trace/mi-traceframe-changed.exp
9488 * gdb.trace/mi-tsv-changed.exp
9489 * gdb.trace/no-attach-trace.exp
9490 * gdb.trace/passc-dyn.exp
9491 * gdb.trace/qtro.exp
9492 * gdb.trace/range-stepping.exp
9493 * gdb.trace/read-memory.exp
9494 * gdb.trace/save-trace.exp
9495 * gdb.trace/signal.exp
9496 * gdb.trace/status-stop.exp
9497 * gdb.trace/tfile.exp
9498 * gdb.trace/trace-break.exp
9499 * gdb.trace/trace-buffer-size.exp
9500 * gdb.trace/trace-condition.exp
9501 * gdb.trace/tracefile-pseudo-reg.exp
9502 * gdb.trace/tstatus.exp
9503 * gdb.trace/unavailable.exp
9504 * gdb.trace/while-dyn.exp
9505 * gdb.trace/while-stepping.exp
9506
9507 2016-12-22 Doug Evans <xdje42@gmail.com>
9508
9509 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9510 and msymbols.
9511
9512 2016-12-19 Yao Qi <yao.qi@linaro.org>
9513
9514 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9515 (test_with_self): Don't call do_steps_and_nexts, and remove
9516 code about stepping into xmalloc.
9517
9518 2016-12-09 Yao Qi <yao.qi@linaro.org>
9519
9520 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9521
9522 2016-12-09 Yao Qi <yao.qi@linaro.org>
9523
9524 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9525
9526 2016-12-09 Pedro Alves <palves@redhat.com>
9527
9528 * gdb.base/all-architectures-0.exp: New file.
9529 * gdb.base/all-architectures-1.exp: New file.
9530 * gdb.base/all-architectures-2.exp: New file.
9531 * gdb.base/all-architectures-3.exp: New file.
9532 * gdb.base/all-architectures-4.exp: New file.
9533 * gdb.base/all-architectures-5.exp: New file.
9534 * gdb.base/all-architectures-6.exp: New file.
9535 * gdb.base/all-architectures-7.exp: New file.
9536 * gdb.base/all-architectures.exp.in: New file.
9537
9538 2016-12-09 Yao Qi <yao.qi@linaro.org>
9539
9540 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9541
9542 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9543
9544 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9545 possible.
9546 Remove useless pattern-matching code.
9547
9548 2016-12-02 Pedro Alves <palves@redhat.com>
9549
9550 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9551 procedure.
9552 (top level): Call it.
9553
9554 2016-12-02 Pedro Alves <palves@redhat.com>
9555
9556 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9557 New procedure.
9558 (top level): Call it.
9559
9560 2016-12-02 Pedro Alves <palves@redhat.com>
9561
9562 PR cli/20559
9563 * gdb.base/commands.exp (user_defined_command_args_eval): New
9564 procedure.
9565 (top level): Call it.
9566
9567 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9568
9569 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9570 timeout handling.
9571
9572 2016-12-02 Tom Tromey <tom@tromey.com>
9573
9574 * gdb.dwarf2/main-subprogram.c: New file.
9575 * gdb.dwarf2/main-subprogram.exp: New file.
9576
9577 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9578
9579 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9580 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9581 gdb_test_no_output for a couple of cases.
9582 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9583
9584 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9585
9586 Fix test names and standardize compilation error messages throughout
9587 the following files:
9588
9589 * gdb.ada/start.exp
9590 * gdb.arch/alpha-step.exp
9591 * gdb.arch/e500-prologue.exp
9592 * gdb.arch/ftrace-insn-reloc.exp
9593 * gdb.arch/gdb1291.exp
9594 * gdb.arch/gdb1431.exp
9595 * gdb.arch/gdb1558.exp
9596 * gdb.arch/i386-dr3-watch.exp
9597 * gdb.arch/i386-sse-stack-align.exp
9598 * gdb.arch/ia64-breakpoint-shadow.exp
9599 * gdb.arch/pa-nullify.exp
9600 * gdb.arch/powerpc-aix-prologue.exp
9601 * gdb.arch/thumb-bx-pc.exp
9602 * gdb.base/annota1.exp
9603 * gdb.base/annota3.exp
9604 * gdb.base/arrayidx.exp
9605 * gdb.base/assign.exp
9606 * gdb.base/attach.exp
9607 * gdb.base/auxv.exp
9608 * gdb.base/bang.exp
9609 * gdb.base/bfp-test.exp
9610 * gdb.base/bigcore.exp
9611 * gdb.base/bitfields2.exp
9612 * gdb.base/break-fun-addr.exp
9613 * gdb.base/break-probes.exp
9614 * gdb.base/call-rt-st.exp
9615 * gdb.base/callexit.exp
9616 * gdb.base/catch-fork-kill.exp
9617 * gdb.base/charset.exp
9618 * gdb.base/checkpoint.exp
9619 * gdb.base/comprdebug.exp
9620 * gdb.base/constvars.exp
9621 * gdb.base/coredump-filter.exp
9622 * gdb.base/cursal.exp
9623 * gdb.base/cvexpr.exp
9624 * gdb.base/detach.exp
9625 * gdb.base/display.exp
9626 * gdb.base/dmsym.exp
9627 * gdb.base/dprintf-pending.exp
9628 * gdb.base/dso2dso.exp
9629 * gdb.base/dtrace-probe.exp
9630 * gdb.base/dump.exp
9631 * gdb.base/enum_cond.exp
9632 * gdb.base/exe-lock.exp
9633 * gdb.base/exec-invalid-sysroot.exp
9634 * gdb.base/execl-update-breakpoints.exp
9635 * gdb.base/exprs.exp
9636 * gdb.base/fileio.exp
9637 * gdb.base/find.exp
9638 * gdb.base/finish.exp
9639 * gdb.base/fixsection.exp
9640 * gdb.base/foll-vfork.exp
9641 * gdb.base/frame-args.exp
9642 * gdb.base/gcore.exp
9643 * gdb.base/gdb1250.exp
9644 * gdb.base/global-var-nested-by-dso.exp
9645 * gdb.base/gnu-ifunc.exp
9646 * gdb.base/hashline1.exp
9647 * gdb.base/hashline2.exp
9648 * gdb.base/hashline3.exp
9649 * gdb.base/hbreak-in-shr-unsupported.exp
9650 * gdb.base/huge.exp
9651 * gdb.base/infcall-input.exp
9652 * gdb.base/info-fun.exp
9653 * gdb.base/info-shared.exp
9654 * gdb.base/jit-simple.exp
9655 * gdb.base/jit-so.exp
9656 * gdb.base/jit.exp
9657 * gdb.base/jump.exp
9658 * gdb.base/label.exp
9659 * gdb.base/lineinc.exp
9660 * gdb.base/logical.exp
9661 * gdb.base/longjmp.exp
9662 * gdb.base/macscp.exp
9663 * gdb.base/miscexprs.exp
9664 * gdb.base/new-ui-echo.exp
9665 * gdb.base/new-ui-pending-input.exp
9666 * gdb.base/new-ui.exp
9667 * gdb.base/nodebug.exp
9668 * gdb.base/nofield.exp
9669 * gdb.base/offsets.exp
9670 * gdb.base/overlays.exp
9671 * gdb.base/pending.exp
9672 * gdb.base/pointers.exp
9673 * gdb.base/pr11022.exp
9674 * gdb.base/printcmds.exp
9675 * gdb.base/prologue.exp
9676 * gdb.base/ptr-typedef.exp
9677 * gdb.base/realname-expand.exp
9678 * gdb.base/relativedebug.exp
9679 * gdb.base/relocate.exp
9680 * gdb.base/remote.exp
9681 * gdb.base/reread.exp
9682 * gdb.base/return2.exp
9683 * gdb.base/savedregs.exp
9684 * gdb.base/sep.exp
9685 * gdb.base/sepdebug.exp
9686 * gdb.base/sepsymtab.exp
9687 * gdb.base/set-inferior-tty.exp
9688 * gdb.base/setshow.exp
9689 * gdb.base/shlib-call.exp
9690 * gdb.base/sigaltstack.exp
9691 * gdb.base/siginfo-addr.exp
9692 * gdb.base/signals.exp
9693 * gdb.base/signull.exp
9694 * gdb.base/sigrepeat.exp
9695 * gdb.base/so-impl-ld.exp
9696 * gdb.base/solib-display.exp
9697 * gdb.base/solib-overlap.exp
9698 * gdb.base/solib-search.exp
9699 * gdb.base/solib-symbol.exp
9700 * gdb.base/structs.exp
9701 * gdb.base/structs2.exp
9702 * gdb.base/symtab-search-order.exp
9703 * gdb.base/twice.exp
9704 * gdb.base/unload.exp
9705 * gdb.base/varargs.exp
9706 * gdb.base/watchpoint-solib.exp
9707 * gdb.base/watchpoint.exp
9708 * gdb.base/whatis.exp
9709 * gdb.base/wrong_frame_bt_full.exp
9710 * gdb.btrace/dlopen.exp
9711 * gdb.cell/ea-standalone.exp
9712 * gdb.cell/ea-test.exp
9713 * gdb.cp/dispcxx.exp
9714 * gdb.cp/gdb2384.exp
9715 * gdb.cp/method2.exp
9716 * gdb.cp/nextoverthrow.exp
9717 * gdb.cp/pr10728.exp
9718 * gdb.disasm/am33.exp
9719 * gdb.disasm/h8300s.exp
9720 * gdb.disasm/mn10300.exp
9721 * gdb.disasm/sh3.exp
9722 * gdb.dwarf2/dw2-dir-file-name.exp
9723 * gdb.fortran/complex.exp
9724 * gdb.fortran/library-module.exp
9725 * gdb.guile/scm-pretty-print.exp
9726 * gdb.guile/scm-symbol.exp
9727 * gdb.guile/scm-type.exp
9728 * gdb.guile/scm-value.exp
9729 * gdb.linespec/linespec.exp
9730 * gdb.mi/gdb701.exp
9731 * gdb.mi/gdb792.exp
9732 * gdb.mi/mi-breakpoint-changed.exp
9733 * gdb.mi/mi-dprintf-pending.exp
9734 * gdb.mi/mi-dprintf.exp
9735 * gdb.mi/mi-exit-code.exp
9736 * gdb.mi/mi-pending.exp
9737 * gdb.mi/mi-solib.exp
9738 * gdb.mi/new-ui-mi-sync.exp
9739 * gdb.mi/pr11022.exp
9740 * gdb.mi/user-selected-context-sync.exp
9741 * gdb.opt/solib-intra-step.exp
9742 * gdb.python/py-events.exp
9743 * gdb.python/py-finish-breakpoint.exp
9744 * gdb.python/py-mi.exp
9745 * gdb.python/py-prettyprint.exp
9746 * gdb.python/py-shared.exp
9747 * gdb.python/py-symbol.exp
9748 * gdb.python/py-template.exp
9749 * gdb.python/py-type.exp
9750 * gdb.python/py-value.exp
9751 * gdb.reverse/solib-precsave.exp
9752 * gdb.reverse/solib-reverse.exp
9753 * gdb.server/solib-list.exp
9754 * gdb.stabs/weird.exp
9755 * gdb.threads/reconnect-signal.exp
9756 * gdb.threads/stepi-random-signal.exp
9757 * gdb.trace/actions.exp
9758 * gdb.trace/ax.exp
9759 * gdb.trace/backtrace.exp
9760 * gdb.trace/change-loc.exp
9761 * gdb.trace/deltrace.exp
9762 * gdb.trace/ftrace-lock.exp
9763 * gdb.trace/ftrace.exp
9764 * gdb.trace/infotrace.exp
9765 * gdb.trace/mi-tracepoint-changed.exp
9766 * gdb.trace/packetlen.exp
9767 * gdb.trace/passcount.exp
9768 * gdb.trace/pending.exp
9769 * gdb.trace/range-stepping.exp
9770 * gdb.trace/report.exp
9771 * gdb.trace/stap-trace.exp
9772 * gdb.trace/tfind.exp
9773 * gdb.trace/trace-break.exp
9774 * gdb.trace/trace-condition.exp
9775 * gdb.trace/trace-enable-disable.exp
9776 * gdb.trace/trace-mt.exp
9777 * gdb.trace/tracecmd.exp
9778 * gdb.trace/tspeed.exp
9779 * gdb.trace/tsv.exp
9780 * lib/perftest.exp
9781
9782 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9783
9784 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9785 with gdb_test_no_output.
9786 Use command as test name.
9787
9788 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9789
9790 Fix test names starting with uppercase throughout the files.
9791
9792 * gdb.ada/assign_1.exp
9793 * gdb.ada/boolean_expr.exp
9794 * gdb.base/arrayidx.exp
9795 * gdb.base/del.exp
9796 * gdb.base/gcore-buffer-overflow.exp
9797 * gdb.base/testenv.exp
9798 * gdb.compile/compile.exp
9799 * gdb.python/py-framefilter-invalidarg.exp
9800 * gdb.python/py-framefilter.exp
9801
9802 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9803
9804 Fix test names starting with uppercase throughout the files.
9805
9806 * gdb.ada/array_return.exp
9807 * gdb.ada/expr_delims.exp
9808 * gdb.ada/mi_dyn_arr.exp
9809 * gdb.ada/mi_interface.exp
9810 * gdb.ada/mi_var_array.exp
9811 * gdb.ada/watch_arg.exp
9812 * gdb.arch/alpha-step.exp
9813 * gdb.arch/altivec-regs.exp
9814 * gdb.arch/e500-regs.exp
9815 * gdb.arch/powerpc-d128-regs.exp
9816 * gdb.base/arrayidx.exp
9817 * gdb.base/break.exp
9818 * gdb.base/checkpoint.exp
9819 * gdb.base/debug-expr.exp
9820 * gdb.base/dmsym.exp
9821 * gdb.base/radix.exp
9822 * gdb.base/sepdebug.exp
9823 * gdb.base/testenv.exp
9824 * gdb.base/watch_thread_num.exp
9825 * gdb.base/watchpoint-cond-gone.exp
9826 * gdb.cell/break.exp
9827 * gdb.cell/ea-cache.exp
9828 * gdb.compile/compile.exp
9829 * gdb.cp/gdb2495.exp
9830 * gdb.gdb/selftest.exp
9831 * gdb.gdb/xfullpath.exp
9832 * gdb.go/hello.exp
9833 * gdb.go/integers.exp
9834 * gdb.objc/basicclass.exp
9835 * gdb.pascal/hello.exp
9836 * gdb.pascal/integers.exp
9837 * gdb.python/py-breakpoint.exp
9838 * gdb.python/py-cmd.exp
9839 * gdb.python/py-linetable.exp
9840 * gdb.python/py-xmethods.exp
9841 * gdb.python/python.exp
9842 * gdb.reverse/consecutive-precsave.exp
9843 * gdb.reverse/finish-precsave.exp
9844 * gdb.reverse/i386-precsave.exp
9845 * gdb.reverse/machinestate-precsave.exp
9846 * gdb.reverse/sigall-precsave.exp
9847 * gdb.reverse/solib-precsave.exp
9848 * gdb.reverse/step-precsave.exp
9849 * gdb.reverse/until-precsave.exp
9850 * gdb.reverse/watch-precsave.exp
9851 * gdb.threads/leader-exit.exp
9852 * gdb.threads/pthreads.exp
9853 * gdb.threads/wp-replication.exp
9854 * gdb.trace/actions.exp
9855 * gdb.trace/mi-tsv-changed.exp
9856 * gdb.trace/tsv.exp
9857
9858 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9859
9860 Fix test names starting with uppercase throughout the files.
9861
9862 * gdb.arch/i386-bp_permanent.exp
9863 * gdb.arch/i386-gnu-cfi.exp
9864 * gdb.base/disasm-end-cu.exp
9865 * gdb.base/macscp.exp
9866 * gdb.base/pending.exp
9867 * gdb.base/watch_thread_num.exp
9868 * gdb.cp/exception.exp
9869 * gdb.cp/gdb2495.exp
9870 * gdb.cp/local.exp
9871 * gdb.python/py-evsignal.exp
9872 * gdb.python/python.exp
9873 * gdb.trace/tracecmd.exp
9874
9875 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9876
9877 Fix test names starting with uppercase throughout the files.
9878
9879 * gdb.base/charset.exp
9880 * gdb.base/eval.exp
9881 * gdb.base/multi-forks.exp
9882 * gdb.guile/scm-progspace.exp
9883 * gdb.opencl/datatypes.exp
9884 * gdb.python/py-block.exp
9885 * gdb.python/py-function.exp
9886 * gdb.python/py-symbol.exp
9887 * gdb.python/py-symtab.exp
9888 * gdb.python/py-xmethods.exp
9889 * gdb.reverse/break-precsave.exp
9890 * gdb.reverse/break-reverse.exp
9891 * gdb.reverse/consecutive-precsave.exp
9892 * gdb.reverse/consecutive-reverse.exp
9893 * gdb.reverse/finish-precsave.exp
9894 * gdb.reverse/finish-reverse-bkpt.exp
9895 * gdb.reverse/finish-reverse.exp
9896 * gdb.reverse/fstatat-reverse.exp
9897 * gdb.reverse/getresuid-reverse.exp
9898 * gdb.reverse/i386-precsave.exp
9899 * gdb.reverse/i386-reverse.exp
9900 * gdb.reverse/i386-sse-reverse.exp
9901 * gdb.reverse/i387-stack-reverse.exp
9902 * gdb.reverse/insn-reverse.exp
9903 * gdb.reverse/machinestate-precsave.exp
9904 * gdb.reverse/machinestate.exp
9905 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9906 * gdb.reverse/pipe-reverse.exp
9907 * gdb.reverse/readv-reverse.exp
9908 * gdb.reverse/recvmsg-reverse.exp
9909 * gdb.reverse/rerun-prec.exp
9910 * gdb.reverse/s390-mvcle.exp
9911 * gdb.reverse/sigall-precsave.exp
9912 * gdb.reverse/sigall-reverse.exp
9913 * gdb.reverse/solib-precsave.exp
9914 * gdb.reverse/solib-reverse.exp
9915 * gdb.reverse/step-precsave.exp
9916 * gdb.reverse/step-reverse.exp
9917 * gdb.reverse/time-reverse.exp
9918 * gdb.reverse/until-precsave.exp
9919 * gdb.reverse/until-reverse.exp
9920 * gdb.reverse/waitpid-reverse.exp
9921 * gdb.reverse/watch-precsave.exp
9922 * gdb.reverse/watch-reverse.exp
9923
9924 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9925
9926 Fix test names starting with uppercase throughout the files.
9927
9928 * gdb.arch/i386-mpx-simple_segv.exp
9929 * gdb.arch/i386-mpx.exp
9930 * gdb.arch/i386-permbkpt.exp
9931 * gdb.arch/pa-nullify.exp
9932 * gdb.arch/powerpc-d128-regs.exp
9933 * gdb.arch/vsx-regs.exp
9934 * gdb.base/bfp-test.exp
9935 * gdb.base/break.exp
9936 * gdb.base/breakpoint-shadow.exp
9937 * gdb.base/callfuncs.exp
9938 * gdb.base/charset.exp
9939 * gdb.base/commands.exp
9940 * gdb.base/completion.exp
9941 * gdb.base/dfp-test.exp
9942 * gdb.base/echo.exp
9943 * gdb.base/ending-run.exp
9944 * gdb.base/eval.exp
9945 * gdb.base/expand-psymtabs.exp
9946 * gdb.base/float128.exp
9947 * gdb.base/floatn.exp
9948 * gdb.base/foll-exec-mode.exp
9949 * gdb.base/gdb1056.exp
9950 * gdb.base/gdb11531.exp
9951 * gdb.base/kill-after-signal.exp
9952 * gdb.base/multi-forks.exp
9953 * gdb.base/overlays.exp
9954 * gdb.base/pending.exp
9955 * gdb.base/sepdebug.exp
9956 * gdb.base/testenv.exp
9957 * gdb.base/valgrind-db-attach.exp
9958 * gdb.base/watch_thread_num.exp
9959 * gdb.base/watchpoint-cond-gone.exp
9960 * gdb.base/watchpoint.exp
9961 * gdb.base/watchpoints.exp
9962 * gdb.cp/arg-reference.exp
9963 * gdb.cp/baseenum.exp
9964 * gdb.cp/operator.exp
9965 * gdb.cp/shadow.exp
9966 * gdb.dwarf2/dw2-op-out-param.exp
9967 * gdb.dwarf2/dw2-reg-undefined.exp
9968 * gdb.go/chan.exp
9969 * gdb.go/hello.exp
9970 * gdb.go/integers.exp
9971 * gdb.go/methods.exp
9972 * gdb.go/package.exp
9973 * gdb.guile/scm-parameter.exp
9974 * gdb.guile/scm-progspace.exp
9975 * gdb.guile/scm-value.exp
9976 * gdb.mi/mi-pending.exp
9977 * gdb.mi/user-selected-context-sync.exp
9978 * gdb.multi/multi-attach.exp
9979 * gdb.multi/tids.exp
9980 * gdb.opt/clobbered-registers-O2.exp
9981 * gdb.pascal/floats.exp
9982 * gdb.pascal/integers.exp
9983 * gdb.python/py-block.exp
9984 * gdb.python/py-events.exp
9985 * gdb.python/py-parameter.exp
9986 * gdb.python/py-symbol.exp
9987 * gdb.python/py-symtab.exp
9988 * gdb.python/py-type.exp
9989 * gdb.python/py-value.exp
9990 * gdb.python/py-xmethods.exp
9991 * gdb.python/python.exp
9992 * gdb.reverse/break-precsave.exp
9993 * gdb.reverse/consecutive-precsave.exp
9994 * gdb.reverse/finish-precsave.exp
9995 * gdb.reverse/i386-precsave.exp
9996 * gdb.reverse/machinestate-precsave.exp
9997 * gdb.reverse/sigall-precsave.exp
9998 * gdb.reverse/solib-precsave.exp
9999 * gdb.reverse/step-precsave.exp
10000 * gdb.reverse/until-precsave.exp
10001 * gdb.reverse/watch-precsave.exp
10002 * gdb.server/ext-attach.exp
10003 * gdb.server/ext-restart.exp
10004 * gdb.server/ext-run.exp
10005 * gdb.server/ext-wrapper.exp
10006 * gdb.stabs/gdb11479.exp
10007 * gdb.stabs/weird.exp
10008 * gdb.threads/attach-many-short-lived-threads.exp
10009 * gdb.threads/kill.exp
10010 * gdb.threads/watchpoint-fork.exp
10011
10012 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10013
10014 Fix test names starting with uppercase throughout all the files below.
10015
10016 * gdb.ada/array_return.exp
10017 * gdb.ada/catch_ex.exp
10018 * gdb.ada/info_exc.exp
10019 * gdb.ada/mi_catch_ex.exp
10020 * gdb.ada/mi_dyn_arr.exp
10021 * gdb.ada/mi_ex_cond.exp
10022 * gdb.ada/mi_exc_info.exp
10023 * gdb.ada/mi_interface.exp
10024 * gdb.ada/mi_task_arg.exp
10025 * gdb.ada/mi_task_info.exp
10026 * gdb.ada/mi_var_array.exp
10027 * gdb.arch/alpha-step.exp
10028 * gdb.arch/amd64-disp-step.exp
10029 * gdb.arch/arm-disp-step.exp
10030 * gdb.arch/disp-step-insn-reloc.exp
10031 * gdb.arch/e500-prologue.exp
10032 * gdb.arch/ftrace-insn-reloc.exp
10033 * gdb.arch/gdb1558.exp
10034 * gdb.arch/i386-bp_permanent.exp
10035 * gdb.arch/i386-disp-step.exp
10036 * gdb.arch/i386-float.exp
10037 * gdb.arch/i386-gnu-cfi.exp
10038 * gdb.arch/ia64-breakpoint-shadow.exp
10039 * gdb.arch/mips16-thunks.exp
10040 * gdb.arch/pa-nullify.exp
10041 * gdb.arch/powerpc-aix-prologue.exp
10042 * gdb.arch/powerpc-power.exp
10043 * gdb.arch/ppc-dfp.exp
10044 * gdb.arch/s390-tdbregs.exp
10045 * gdb.arch/spu-info.exp
10046 * gdb.arch/spu-ls.exp
10047 * gdb.arch/thumb-bx-pc.exp
10048 * gdb.base/advance.exp
10049 * gdb.base/annota-input-while-running.exp
10050 * gdb.base/arrayidx.exp
10051 * gdb.base/asmlabel.exp
10052 * gdb.base/async.exp
10053 * gdb.base/attach-wait-input.exp
10054 * gdb.base/auto-connect-native-target.exp
10055 * gdb.base/batch-preserve-term-settings.exp
10056 * gdb.base/bfp-test.exp
10057 * gdb.base/bigcore.exp
10058 * gdb.base/bp-permanent.exp
10059 * gdb.base/break-always.exp
10060 * gdb.base/break-fun-addr.exp
10061 * gdb.base/break-idempotent.exp
10062 * gdb.base/break-main-file-remove-fail.exp
10063 * gdb.base/break-probes.exp
10064 * gdb.base/break-unload-file.exp
10065 * gdb.base/break.exp
10066 * gdb.base/call-ar-st.exp
10067 * gdb.base/call-rt-st.exp
10068 * gdb.base/call-sc.exp
10069 * gdb.base/call-signal-resume.exp
10070 * gdb.base/call-strs.exp
10071 * gdb.base/callexit.exp
10072 * gdb.base/callfuncs.exp
10073 * gdb.base/catch-gdb-caused-signals.exp
10074 * gdb.base/catch-signal-siginfo-cond.exp
10075 * gdb.base/catch-syscall.exp
10076 * gdb.base/compare-sections.exp
10077 * gdb.base/cond-eval-mode.exp
10078 * gdb.base/condbreak-call-false.exp
10079 * gdb.base/consecutive-step-over.exp
10080 * gdb.base/cursal.exp
10081 * gdb.base/disabled-location.exp
10082 * gdb.base/disasm-end-cu.exp
10083 * gdb.base/display.exp
10084 * gdb.base/double-prompt-target-event-error.exp
10085 * gdb.base/dprintf-bp-same-addr.exp
10086 * gdb.base/dprintf-detach.exp
10087 * gdb.base/dprintf-next.exp
10088 * gdb.base/dprintf-non-stop.exp
10089 * gdb.base/dprintf-pending.exp
10090 * gdb.base/dso2dso.exp
10091 * gdb.base/ending-run.exp
10092 * gdb.base/enum_cond.exp
10093 * gdb.base/examine-backward.exp
10094 * gdb.base/exe-lock.exp
10095 * gdb.base/exec-invalid-sysroot.exp
10096 * gdb.base/execl-update-breakpoints.exp
10097 * gdb.base/execution-termios.exp
10098 * gdb.base/fileio.exp
10099 * gdb.base/fixsection.exp
10100 * gdb.base/foll-exec-mode.exp
10101 * gdb.base/foll-exec.exp
10102 * gdb.base/fork-running-state.exp
10103 * gdb.base/frame-args.exp
10104 * gdb.base/fullpath-expand.exp
10105 * gdb.base/func-ptr.exp
10106 * gdb.base/gcore-relro-pie.exp
10107 * gdb.base/gdb1090.exp
10108 * gdb.base/gdb1555.exp
10109 * gdb.base/global-var-nested-by-dso.exp
10110 * gdb.base/gnu-ifunc.exp
10111 * gdb.base/hbreak-in-shr-unsupported.exp
10112 * gdb.base/hbreak-unmapped.exp
10113 * gdb.base/hook-stop.exp
10114 * gdb.base/infcall-input.exp
10115 * gdb.base/info-fun.exp
10116 * gdb.base/info-shared.exp
10117 * gdb.base/interrupt-noterm.exp
10118 * gdb.base/jit-so.exp
10119 * gdb.base/jit.exp
10120 * gdb.base/line-symtabs.exp
10121 * gdb.base/list.exp
10122 * gdb.base/longjmp.exp
10123 * gdb.base/macscp.exp
10124 * gdb.base/max-value-size.exp
10125 * gdb.base/nodebug.exp
10126 * gdb.base/nofield.exp
10127 * gdb.base/overlays.exp
10128 * gdb.base/paginate-after-ctrl-c-running.exp
10129 * gdb.base/paginate-bg-execution.exp
10130 * gdb.base/paginate-inferior-exit.exp
10131 * gdb.base/pending.exp
10132 * gdb.base/pr11022.exp
10133 * gdb.base/printcmds.exp
10134 * gdb.base/ptr-typedef.exp
10135 * gdb.base/ptype.exp
10136 * gdb.base/randomize.exp
10137 * gdb.base/range-stepping.exp
10138 * gdb.base/realname-expand.exp
10139 * gdb.base/relativedebug.exp
10140 * gdb.base/remote.exp
10141 * gdb.base/savedregs.exp
10142 * gdb.base/sepdebug.exp
10143 * gdb.base/set-noassign.exp
10144 * gdb.base/shlib-call.exp
10145 * gdb.base/shreloc.exp
10146 * gdb.base/sigaltstack.exp
10147 * gdb.base/sigbpt.exp
10148 * gdb.base/siginfo-addr.exp
10149 * gdb.base/siginfo-obj.exp
10150 * gdb.base/siginfo-thread.exp
10151 * gdb.base/signest.exp
10152 * gdb.base/signull.exp
10153 * gdb.base/sigrepeat.exp
10154 * gdb.base/skip.exp
10155 * gdb.base/so-impl-ld.exp
10156 * gdb.base/solib-corrupted.exp
10157 * gdb.base/solib-disc.exp
10158 * gdb.base/solib-display.exp
10159 * gdb.base/solib-overlap.exp
10160 * gdb.base/solib-search.exp
10161 * gdb.base/solib-symbol.exp
10162 * gdb.base/source-execution.exp
10163 * gdb.base/sss-bp-on-user-bp-2.exp
10164 * gdb.base/sss-bp-on-user-bp.exp
10165 * gdb.base/stack-checking.exp
10166 * gdb.base/stale-infcall.exp
10167 * gdb.base/step-break.exp
10168 * gdb.base/step-line.exp
10169 * gdb.base/step-over-exit.exp
10170 * gdb.base/step-test.exp
10171 * gdb.base/structs.exp
10172 * gdb.base/sym-file.exp
10173 * gdb.base/symtab-search-order.exp
10174 * gdb.base/term.exp
10175 * gdb.base/type-opaque.exp
10176 * gdb.base/unload.exp
10177 * gdb.base/until-nodebug.exp
10178 * gdb.base/until.exp
10179 * gdb.base/unwindonsignal.exp
10180 * gdb.base/watch-cond.exp
10181 * gdb.base/watch-non-mem.exp
10182 * gdb.base/watch_thread_num.exp
10183 * gdb.base/watchpoint-reuse-slot.exp
10184 * gdb.base/watchpoint-solib.exp
10185 * gdb.base/watchpoint.exp
10186 * gdb.btrace/dlopen.exp
10187 * gdb.cell/arch.exp
10188 * gdb.cell/break.exp
10189 * gdb.cell/bt.exp
10190 * gdb.cell/core.exp
10191 * gdb.cell/data.exp
10192 * gdb.cell/dwarfaddr.exp
10193 * gdb.cell/ea-cache.exp
10194 * gdb.cell/ea-standalone.exp
10195 * gdb.cell/ea-test.exp
10196 * gdb.cell/f-regs.exp
10197 * gdb.cell/fork.exp
10198 * gdb.cell/gcore.exp
10199 * gdb.cell/mem-access.exp
10200 * gdb.cell/ptype.exp
10201 * gdb.cell/registers.exp
10202 * gdb.cell/sizeof.exp
10203 * gdb.cell/solib-symbol.exp
10204 * gdb.cell/solib.exp
10205 * gdb.compile/compile-tls.exp
10206 * gdb.cp/exception.exp
10207 * gdb.cp/gdb2495.exp
10208 * gdb.cp/local.exp
10209 * gdb.cp/mb-inline.exp
10210 * gdb.cp/mb-templates.exp
10211 * gdb.cp/pr10687.exp
10212 * gdb.cp/pr9167.exp
10213 * gdb.cp/scope-err.exp
10214 * gdb.cp/templates.exp
10215 * gdb.cp/virtfunc.exp
10216 * gdb.dwarf2/dw2-dir-file-name.exp
10217 * gdb.dwarf2/dw2-single-line-discriminators.exp
10218 * gdb.fortran/complex.exp
10219 * gdb.fortran/library-module.exp
10220 * gdb.guile/guile.exp
10221 * gdb.guile/scm-cmd.exp
10222 * gdb.guile/scm-frame-inline.exp
10223 * gdb.guile/scm-objfile.exp
10224 * gdb.guile/scm-pretty-print.exp
10225 * gdb.guile/scm-symbol.exp
10226 * gdb.guile/scm-type.exp
10227 * gdb.guile/scm-value.exp
10228 * gdb.linespec/keywords.exp
10229 * gdb.linespec/ls-errs.exp
10230 * gdb.linespec/macro-relative.exp
10231 * gdb.linespec/thread.exp
10232 * gdb.mi/mi-breakpoint-changed.exp
10233 * gdb.mi/mi-dprintf-pending.exp
10234 * gdb.mi/mi-fullname-deleted.exp
10235 * gdb.mi/mi-logging.exp
10236 * gdb.mi/mi-pending.exp
10237 * gdb.mi/mi-solib.exp
10238 * gdb.mi/new-ui-mi-sync.exp
10239 * gdb.mi/user-selected-context-sync.exp
10240 * gdb.multi/dummy-frame-restore.exp
10241 * gdb.multi/multi-arch-exec.exp
10242 * gdb.multi/remove-inferiors.exp
10243 * gdb.multi/watchpoint-multi-exit.exp
10244 * gdb.opt/solib-intra-step.exp
10245 * gdb.perf/backtrace.exp
10246 * gdb.perf/single-step.exp
10247 * gdb.perf/skip-command.exp
10248 * gdb.perf/skip-prologue.exp
10249 * gdb.perf/solib.exp
10250 * gdb.python/lib-types.exp
10251 * gdb.python/py-as-string.exp
10252 * gdb.python/py-bad-printers.exp
10253 * gdb.python/py-block.exp
10254 * gdb.python/py-breakpoint.exp
10255 * gdb.python/py-cmd.exp
10256 * gdb.python/py-events.exp
10257 * gdb.python/py-evthreads.exp
10258 * gdb.python/py-finish-breakpoint.exp
10259 * gdb.python/py-finish-breakpoint2.exp
10260 * gdb.python/py-frame-inline.exp
10261 * gdb.python/py-frame.exp
10262 * gdb.python/py-inferior.exp
10263 * gdb.python/py-infthread.exp
10264 * gdb.python/py-mi.exp
10265 * gdb.python/py-objfile.exp
10266 * gdb.python/py-pp-maint.exp
10267 * gdb.python/py-pp-registration.exp
10268 * gdb.python/py-prettyprint.exp
10269 * gdb.python/py-recurse-unwind.exp
10270 * gdb.python/py-shared.exp
10271 * gdb.python/py-symbol.exp
10272 * gdb.python/py-symtab.exp
10273 * gdb.python/py-template.exp
10274 * gdb.python/py-type.exp
10275 * gdb.python/py-unwind-maint.exp
10276 * gdb.python/py-unwind.exp
10277 * gdb.python/py-value.exp
10278 * gdb.python/python.exp
10279 * gdb.reverse/finish-reverse-bkpt.exp
10280 * gdb.reverse/insn-reverse.exp
10281 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10282 * gdb.reverse/solib-precsave.exp
10283 * gdb.reverse/solib-reverse.exp
10284 * gdb.stabs/gdb11479.exp
10285 * gdb.stabs/weird.exp
10286 * gdb.threads/fork-child-threads.exp
10287 * gdb.threads/fork-plus-threads.exp
10288 * gdb.threads/fork-thread-pending.exp
10289 * gdb.threads/forking-threads-plus-breakpoint.exp
10290 * gdb.threads/hand-call-in-threads.exp
10291 * gdb.threads/interrupted-hand-call.exp
10292 * gdb.threads/linux-dp.exp
10293 * gdb.threads/local-watch-wrong-thread.exp
10294 * gdb.threads/next-while-other-thread-longjmps.exp
10295 * gdb.threads/non-ldr-exit.exp
10296 * gdb.threads/pending-step.exp
10297 * gdb.threads/print-threads.exp
10298 * gdb.threads/process-dies-while-detaching.exp
10299 * gdb.threads/process-dies-while-handling-bp.exp
10300 * gdb.threads/pthreads.exp
10301 * gdb.threads/queue-signal.exp
10302 * gdb.threads/reconnect-signal.exp
10303 * gdb.threads/signal-command-handle-nopass.exp
10304 * gdb.threads/signal-command-multiple-signals-pending.exp
10305 * gdb.threads/signal-delivered-right-thread.exp
10306 * gdb.threads/signal-sigtrap.exp
10307 * gdb.threads/sigthread.exp
10308 * gdb.threads/staticthreads.exp
10309 * gdb.threads/stepi-random-signal.exp
10310 * gdb.threads/thread-unwindonsignal.exp
10311 * gdb.threads/thread_check.exp
10312 * gdb.threads/thread_events.exp
10313 * gdb.threads/tid-reuse.exp
10314 * gdb.threads/tls-nodebug.exp
10315 * gdb.threads/tls-shared.exp
10316 * gdb.threads/tls-so_extern.exp
10317 * gdb.threads/tls.exp
10318 * gdb.threads/wp-replication.exp
10319 * gdb.trace/actions-changed.exp
10320 * gdb.trace/actions.exp
10321 * gdb.trace/backtrace.exp
10322 * gdb.trace/change-loc.exp
10323 * gdb.trace/collection.exp
10324 * gdb.trace/deltrace.exp
10325 * gdb.trace/disconnected-tracing.exp
10326 * gdb.trace/entry-values.exp
10327 * gdb.trace/ftrace-lock.exp
10328 * gdb.trace/ftrace.exp
10329 * gdb.trace/infotrace.exp
10330 * gdb.trace/mi-trace-frame-collected.exp
10331 * gdb.trace/mi-trace-unavailable.exp
10332 * gdb.trace/mi-traceframe-changed.exp
10333 * gdb.trace/mi-tracepoint-changed.exp
10334 * gdb.trace/mi-tsv-changed.exp
10335 * gdb.trace/no-attach-trace.exp
10336 * gdb.trace/packetlen.exp
10337 * gdb.trace/passc-dyn.exp
10338 * gdb.trace/passcount.exp
10339 * gdb.trace/pending.exp
10340 * gdb.trace/pr16508.exp
10341 * gdb.trace/qtro.exp
10342 * gdb.trace/range-stepping.exp
10343 * gdb.trace/read-memory.exp
10344 * gdb.trace/report.exp
10345 * gdb.trace/save-trace.exp
10346 * gdb.trace/signal.exp
10347 * gdb.trace/stap-trace.exp
10348 * gdb.trace/status-stop.exp
10349 * gdb.trace/strace.exp
10350 * gdb.trace/tfile.exp
10351 * gdb.trace/tfind.exp
10352 * gdb.trace/trace-break.exp
10353 * gdb.trace/trace-condition.exp
10354 * gdb.trace/trace-enable-disable.exp
10355 * gdb.trace/trace-mt.exp
10356 * gdb.trace/tracecmd.exp
10357 * gdb.trace/tracefile-pseudo-reg.exp
10358 * gdb.trace/tspeed.exp
10359 * gdb.trace/tstatus.exp
10360 * gdb.trace/tsv.exp
10361 * gdb.trace/unavailable.exp
10362 * gdb.trace/while-dyn.exp
10363 * gdb.trace/while-stepping.exp
10364 * lib/gdb-guile.exp
10365 * lib/gdb.exp
10366 * lib/mi-support.exp
10367 * lib/pascal.exp
10368 * lib/perftest.exp
10369 * lib/prelink-support.exp
10370 * lib/selftest-support.exp
10371
10372 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10373
10374 * Makefile.in: Include disable-implicit-rules.mk.
10375
10376 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10377
10378 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10379 non-byte-aligned bit fields.
10380
10381 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10382
10383 PR gdb/12616
10384 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10385 respects the DW_AT_data_bit_offset attribute.
10386
10387 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10388
10389 * gdb.base/default.exp: Fix output of "set language".
10390
10391 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10392
10393 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10394 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10395 make.
10396 * configure.ac: Remove checks for the make program.
10397 * configure: Re-generate.
10398
10399 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10400
10401 * gdb.python/py-recurse-unwind.c (main): Add loop.
10402 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10403 to read_register() and gdb.parse_and_eval(). Make each code
10404 call a separate case that can be individually tested.
10405 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10406 proc. Call cont_and_backtrace for each of the code paths that
10407 we want to test in the unwinder.
10408
10409 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10410
10411 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10412 the definition of struct S.
10413
10414 2016-11-11 Catherine Moore <clm@codesourcery.com>
10415
10416 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10417
10418 2016-11-09 Pedro Alves <palves@redhat.com>
10419
10420 * gdb.base/commands.exp (runto_or_return): New procedure.
10421 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10422 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10423 (progvar_simple_while_test, progvar_complex_if_while_test)
10424 (if_while_breakpoint_command_test)
10425 (infrun_breakpoint_command_test, breakpoint_command_test)
10426 (user_defined_command_test, watchpoint_command_test)
10427 (test_command_prompt_position, redefine_hook_test)
10428 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10429 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10430 multi_line_input and multi_line. Remove gdb_expect and
10431 gdb_stop_suppressing_tests uses.
10432 * lib/gdb.exp (valnum_re): New global.
10433 (multi_line_input): New procedure.
10434
10435 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10436
10437 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10438 Remove.
10439 (test_setup): Define with proc_with_prefix.
10440 (test_cli_inferior): Likewise.
10441 (test_cli_thread): Likewise.
10442 (test_cli_frame): Likewise.
10443 (test_cli_select_frame): Likewise.
10444 (test_cli_up_down): Likewise.
10445 (test_mi_thread_select): Likewise.
10446 (test_mi_stack_select_frame): Likewise.
10447 (test_cli_in_mi_inferior): Likewise.
10448 (test_cli_in_mi_thread): Likewise.
10449 (test_cli_in_mi_frame): Likewise.
10450 (top level): Do not use with_test_prefix_procname.
10451
10452 2016-11-09 Pedro Alves <palves@redhat.com>
10453
10454 * gdb.base/commands.exp (gdbvar_simple_if_test)
10455 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10456 (progvar_simple_if_test, progvar_simple_while_test)
10457 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10458 (infrun_breakpoint_command_test, breakpoint_command_test)
10459 (user_defined_command_test, watchpoint_command_test)
10460 (test_command_prompt_position, deprecated_command_test)
10461 (bp_deleted_in_command, temporary_breakpoint_commands)
10462 (stray_arg0_test, source_file_with_indented_comment)
10463 (recursive_source_test, if_commands_test)
10464 (error_clears_commands_left, redefine_hook_test)
10465 (redefine_backtrace_test): Use proc_with_prefix.
10466 * lib/gdb.exp (proc_with_prefix): New proc.
10467
10468 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10469
10470 * gdb.base/tui-layout.c: New file.
10471 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10472 disassembly window contains very long lines.
10473
10474 2016-11-08 Tom Tromey <tom@tromey.com>
10475
10476 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10477 depend on Python 2.
10478
10479 2016-11-08 Tom Tromey <tom@tromey.com>
10480
10481 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10482 New method.
10483
10484 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10485
10486 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10487
10488 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10489
10490 * gdb.rust/simple.rs: Add test for univariant enums without
10491 discriminants and for encoded struct-like enums.
10492
10493 2016-10-28 Pedro Alves <palves@redhat.com>
10494
10495 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10496 gdb_test_multiple, tighten regexps and match symtabs and line
10497 tables incrementally.
10498
10499 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10500
10501 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10502 general.
10503
10504 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10505
10506 * gdb.base/exec-invalid-sysroot.exp: New file.
10507
10508 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10509
10510 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10511
10512 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10513
10514 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10515
10516 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10517
10518 * gdb.base/killed-outside.exp: Remove $options from a call to
10519 `prepare_for_testing'.
10520
10521 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10522
10523 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10524 Change test message.
10525
10526 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10527
10528 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10529 Update comment.
10530
10531 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10532
10533 * gdb.trace/mi-trace-save.exp: New file.
10534
10535 2016-10-13 Yao Qi <yao.qi@linaro.org>
10536
10537 * gdb.base/code_elim.exp (get_var_address): Remove.
10538 * gdb.base/relocate.exp: Likewise.
10539 * gdb.base/shreloc.exp: Likewise.
10540 * lib/gdb.exp (get_var_address): New.
10541
10542 2016-10-13 Yao Qi <yao.qi@linaro.org>
10543
10544 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10545 floating point tests if $skip_float_test is false.
10546
10547 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10548
10549 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10550 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10551 argc values.
10552 Add 1 to argc so we guarantee distinct initial/modified argc values.
10553
10554 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10555
10556 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10557
10558 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10559
10560 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10561 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10562 * gdb.arch/vsx-regs.exp: Likewise.
10563
10564 2016-10-07 Yao Qi <yao.qi@linaro.org>
10565
10566 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10567
10568 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10569
10570 * gdb.python/python.exp: Test decode_line("*0").
10571
10572 2016-10-06 Doug Evans <dje@google.com>
10573
10574 * gdb.python/py-value.exp (test_value_creation): Add test for large
10575 unsigned 64-bit value.
10576
10577 2016-10-06 Tom Tromey <tom@tromey.com>
10578
10579 * gdb.compile/compile.exp: Change java tests to rust.
10580 * gdb.base/setshow.exp: Change java tests to rust.
10581 * gdb.base/default.exp: Remove java from language list.
10582 * README (Examples): Update language example.
10583 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10584 test.
10585 * lib/gdb.exp (skip_java_tests): Remove.
10586 * lib/java.exp: Remove.
10587 * gdb.java: Remove.
10588
10589 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10590
10591 * gdb.arch/mips-fcr.exp: New test.
10592 * gdb.arch/mips-fcr.c: Source for the new test.
10593
10594 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10595
10596 * gdb.base/solib-disc.exp: Use `standard_output_file'
10597 throughout.
10598
10599 2016-10-06 Pedro Alves <palves@redhat.com>
10600
10601 * gdb.base/jit-simple-dl.c: New file.
10602 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10603 * gdb.base/jit-simple.c: ... this.
10604 * gdb.base/jit-simple.exp (jit_run): Delete.
10605 (build_jit): New proc.
10606 (jit_test_reread): Recompile either the main program or the shared
10607 library, depending on what is being tested. Skip changing address
10608 if caller wants to. Compare before/after addresses. If testing
10609 standalone, explicitly load the binary. Test "maint info
10610 breakpoints".
10611 (top level): Add "standalone vs shared lib" and "change address"
10612 vs "same address" axes.
10613
10614 2016-10-06 Pedro Alves <palves@redhat.com>
10615
10616 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10617 call.
10618 (jit_run): Delete.
10619 (jit_test_reread): Use with_test_prefix. Reload the main binary
10620 explicitly. Compare the before/after addresses of the JIT
10621 descriptor.
10622
10623 2016-08-15 Doug Evans <dje@google.com>
10624
10625 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10626 for single bitfields is bool.
10627 * gdb.xml/tdesc-regs.exp: Ditto.
10628
10629 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10630
10631 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10632
10633 2016-10-05 Yao Qi <yao.qi@linaro.org>
10634
10635 * lib/gdb.exp (support_complex_tests): Return zero if
10636 gdb_skip_float_test return true.
10637
10638 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10639 Simon Marchi <simon.marchi@ericsson.com>
10640
10641 PR gdb/20487
10642 * gdb.mi/user-selected-context-sync.exp: New file.
10643 * gdb.mi/user-selected-context-sync.c: New file.
10644
10645 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10646 Simon Marchi <simon.marchi@ericsson.com>
10647
10648 PR gdb/20487
10649 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10650 =thread-select-event check.
10651
10652 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10653
10654 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10655 the compulsory L operand changes.
10656 * gdb.arch/powerpc-power.s: Likewise.
10657
10658 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10659
10660 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10661 * gdb.base/jit-attach-pie.c: New file.
10662 * gdb.base/jit-attach-pie.exp: New file.
10663
10664 2016-09-28 Pedro Alves <palves@redhat.com>
10665
10666 * gdb.base/infcall-input.c: New file.
10667 * gdb.base/infcall-input.exp: New file.
10668
10669 2016-09-22 Yao Qi <yao.qi@linaro.org>
10670
10671 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10672 (gdb_exit): Rename it to ...
10673 (gdbserver_gdb_exit): ... Close GDBserver.
10674 (gdb_exit): New proc, call gdbserver_gdb_exit.
10675 (mi_gdb_exit): Likewise.
10676
10677 2016-09-22 Yao Qi <yao.qi@linaro.org>
10678
10679 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10680 path.
10681 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10682 Remove duplication.
10683
10684 2016-09-22 Yao Qi <yao.qi@linaro.org>
10685
10686 * lib/gdbserver-support.exp: Check the existence of
10687 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10688
10689 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10690
10691 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10692
10693 2016-09-21 Tom Tromey <tom@tromey.com>
10694
10695 PR gdb/20604:
10696 * gdb.base/quit.exp: New file.
10697
10698 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10699
10700 * .gitignore: New file.
10701
10702 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10703
10704 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10705 throughout.
10706
10707 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10708
10709 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10710
10711 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10712
10713 * gdb.cp/casts.cc (decltype): Move it ...
10714 (main): ... with its call to ...
10715 * gdb.cp/casts03.cc: ... a new file.
10716 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10717
10718 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10719
10720 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10721
10722 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10723
10724 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10725 and sync up the test with tests in gas/testsuite/gas/ppc.
10726 * gdb.arch/powerpc-power.exp: Likewise.
10727
10728 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10729
10730 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10731
10732 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10733 Jan Kratochvil <jan.kratochvil@redhat.com>
10734
10735 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10736 make m1's definition to be different from m2's. Use 'dummy' as an
10737 argument for probe 'two'.
10738
10739 2016-09-10 Jon Beniston <jon@beniston.com>
10740
10741 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10742 for sim target.
10743
10744 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10745
10746 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10747 variable declaration.
10748 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10749 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10750 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10751 received HWCAP as its argument.
10752
10753 2016-09-06 Pedro Alves <palves@redhat.com>
10754
10755 * gdb.base/new-ui-pending-input.c: New file.
10756 * gdb.base/new-ui-pending-input.exp: New file.
10757 * gdb.exp (clear_gdb_spawn_id): New procedure.
10758 (with_spawn_id): Check whether gdb_spawn_id exists before
10759 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10760 on exit.
10761
10762 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10763
10764 * gdb.base/float128.c: New file.
10765 * gdb.base/float128.exp: Likewise.
10766 * gdb.base/floatn.c: Likewise.
10767 * gdb.base/floatn.exp: Likewise.
10768
10769 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10770
10771 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10772
10773 2016-09-05 Pedro Alves <palves@redhat.com>
10774
10775 PR backtrace/19927
10776 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10777 unwinders are immediately called as side effect of "source" or
10778 "disable unwinder" commands.
10779 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10780
10781 2016-09-02 Yao Qi <yao.qi@linaro.org>
10782
10783 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10784 is true and $type is "float" or "double".
10785
10786 2016-09-02 Yao Qi <yao.qi@linaro.org>
10787
10788 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10789 true.
10790 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10791 * gdb.base/call-rt-st.exp: Likewise.
10792 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10793 return value instead of gdb,skip_float_test.
10794 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10795 (do_function_calls): Use its return value instead of
10796 gdb,skip_float_test.
10797 * gdb.base/finish.exp: Likewise.
10798 * gdb.base/funcargs.exp: Likewise.
10799 * gdb.base/return.exp: Likewise.
10800 * gdb.base/return2.exp: Likewise.
10801 * gdb.base/varargs.exp: Likewise.
10802 * lib/gdb.exp (gdb_skip_float_test): Change it to
10803 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10804
10805 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10806
10807 * gdb.multi/tids.exp: Test "thread apply all".
10808
10809 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10810
10811 * gdb.base/default.exp (tty): Remove.
10812
10813 2016-08-24 Kevin Buettner <kevinb@redhat.com>
10814
10815 * gdb.python/py-recurse-unwind.c: New file.
10816 * gdb.python/py-recurse-unwind.py: New file.
10817 * gdb.python/py-recurse-unwind.exp: New file.
10818
10819 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10820
10821 * gdb.base/set-inferior-tty.exp: New file.
10822 * gdb.base/set-inferior-tty.c: New file.
10823
10824 2016-08-23 Pedro Alves <palves@redhat.com>
10825
10826 PR gdb/20494
10827 * gdb.base/new-ui-echo.c: New file.
10828 * gdb.base/new-ui-echo.exp: New file.
10829
10830 2016-08-23 Yao Qi <yao.qi@linaro.org>
10831
10832 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10833 gdbserver_spawn.
10834 * gdb.server/connect-without-multi-process.exp (do_test):
10835 Likewise.
10836
10837 2016-08-23 Yao Qi <yao.qi@linaro.org>
10838
10839 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10840 standalone_txt. Delete gdb_txt and standalone_txt on host
10841 and target. Spawn the binary on target. Copy files from
10842 target to host.
10843
10844 2016-08-22 Pedro Alves <palves@redhat.com>
10845
10846 PR gdb/20505
10847 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10848 with_test_prefix. Factor out bits to ...
10849 (test_no_vdso): ... this new procedure.
10850
10851 2016-08-19 Carl Love <cel@us.ibm.com>
10852
10853 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10854 maintaining separate logic for constructing the output path.
10855 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10856 * gdb.arch/ppc-dfp.exp: Likewise.
10857 * gdb.arch/ppc-fp.exp: Likewise.
10858 * gdb.arch/vsx-regs.exp: Likewise.
10859 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10860 binprefix for generating the additional binary files.
10861
10862 2016-08-19 Pedro Alves <palves@redhat.com>
10863
10864 * gdb.trace/mi-trace-frame-collected.exp
10865 (test_trace_frame_collected): On x32, expect two registers.
10866
10867 2016-08-18 Carl Love <cel@us.ibm.com>
10868
10869 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10870 and sync up the test with tests in gas/testsuite/gas/ppc.
10871 * gdb.arch/powerpc-power.exp: Likewise.
10872
10873 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10874
10875 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10876 expected error message.
10877
10878 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10879
10880 * gdb.multi/remove-inferiors.exp: New file.
10881 * gdb.multi/remove-inferiors.c: New file.
10882
10883 2016-08-12 Yao Qi <yao.qi@linaro.org>
10884
10885 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10886 argument list.
10887
10888 2016-08-10 Pedro Alves <palves@redhat.com>
10889
10890 PR gdb/19187
10891 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10892 setup_kfails.
10893
10894 2016-08-09 Pedro Alves <palves@redhat.com>
10895 Simon Marchi <simon.marchi@ericsson.com>
10896
10897 PR gdb/20418
10898 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10899 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10900
10901 2016-08-09 Pedro Alves <palves@redhat.com>
10902
10903 PR mi/20431
10904 * gdb.mi/mi-cmd-error.exp: New file.
10905
10906 2016-08-09 Pedro Alves <palves@redhat.com>
10907
10908 PR gdb/18653
10909 * gdb.base/signals-state-child.c: New file.
10910 * gdb.base/signals-state-child.exp: New file.
10911 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10912
10913 2016-08-09 Pedro Alves <palves@redhat.com>
10914
10915 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10916
10917 2016-08-03 Tom Tromey <tom@tromey.com>
10918
10919 PR python/18565:
10920 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10921
10922 2016-08-01 Yao Qi <yao.qi@linaro.org>
10923
10924 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10925 variable mode to "multi-process" if $multi_process is 1, otherwise
10926 set it to "single-process".
10927
10928 2016-08-01 Yao Qi <yao.qi@linaro.org>
10929
10930 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10931 * gdb.cp/cpexprs.exp: Likewise.
10932 * gdb.cp/m-static.exp: Likewise.
10933
10934 2016-07-26 Tom Tromey <tom@tromey.com>
10935
10936 PR python/20190:
10937 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10938 test.
10939
10940 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10941
10942 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10943 selecting assembly source files.
10944 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10945 assembly source files.
10946 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10947 assembly source files.
10948 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10949 selecting assembly source files.
10950
10951 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10952
10953 * gdb.base/new-ui.exp (do_test_invalid_args): New
10954 procedure.
10955
10956 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10957
10958 * gdb.btrace/reconnect.c: New file.
10959 * gdb.btrace/reconnect.exp: New file.
10960
10961 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10962
10963 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10964 to test_catch_syscall_group.
10965 (test_catch_syscall_group): New.
10966
10967 2016-07-21 Tom Tromey <tom@tromey.com>
10968
10969 * gdb.rust/simple.rs (main): Use empty struct expression.
10970 * gdb.rust/simple.exp: Add tests for empty struct expression.
10971
10972 2016-07-21 Yao Qi <yao.qi@linaro.org>
10973
10974 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10975 if gdb_skip_xml_test is true on some targets.
10976
10977 2016-07-21 Yao Qi <yao.qi@linaro.org>
10978
10979 * gdb.server/solib-list.exp: Unset last_loaded_file.
10980
10981 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10982
10983 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10984 "step into captured_main (args)".
10985
10986 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10987
10988 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10989
10990 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10991
10992 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10993
10994 2016-07-19 Pedro Alves <palves@redhat.com>
10995
10996 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10997 * gdb.opt/inline-bt.exp: Likewise.
10998 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10999 additional_flags=-Winline.
11000 * gdb.opt/inline-locals.exp: Likewise.
11001 * gdb.opt/inline-markers.c (ATTR): Define.
11002 (inlined_fn): Use it.
11003
11004 2016-07-19 Yao Qi <yao.qi@linaro.org>
11005
11006 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11007 (test_with_self): Remove some code. Remove argument executable.
11008 (top-level): Use do_self_tests.
11009
11010 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11011 Don Breazeal <donb@codesourcery.com>
11012
11013 * gdb.base/maint.exp: Escape paths used in regular expressions.
11014 * gdb.stabs/weird.exp: Likewise.
11015
11016 2016-07-13 Tom Tromey <tom@tromey.com>
11017
11018 PR python/15620, PR python/18620:
11019 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11020 (test_bkpt_events): New procs.
11021
11022 2016-07-13 Tom Tromey <tom@tromey.com>
11023
11024 PR python/17698:
11025 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11026 test.
11027 (test_watchpoints): Likewise.
11028 (test_bkpt_pending): New proc.
11029
11030 2016-07-13 Tom Tromey <tom@tromey.com>
11031
11032 PR cli/18053:
11033 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11034 completion test.
11035
11036 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11037
11038 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11039 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11040 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11041 f_label.
11042 (g): Rename g_end_lbl to g_label.
11043 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11044 low_pc and high_pc.
11045 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11046
11047 2016-07-12 Tom Tromey <tom@tromey.com>
11048
11049 PR python/19293:
11050 * gdb.python/py-unwind-maint.exp: Update tests.
11051
11052 2016-07-12 Yao Qi <yao.qi@linaro.org>
11053
11054 * lib/selftest-support.exp (selftest_setup): Match the output
11055 when captured_main is inlined.
11056
11057 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11058
11059 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11060 New variables.
11061 (print this%a, print this%b, print this): New tests.
11062 * gdb.fortran/derived-types.f90 (this): New object and
11063 initialization.
11064
11065 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11066
11067 * gdb.ada/arraydim.exp: Remove extra directory level in build
11068 directory.
11069
11070 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11071
11072 * lib/ada.exp: Remove extra directory level in build directory.
11073 * gdb.ada/cond_lang.exp: Likewise.
11074 * gdb.ada/exec_changed.exp: Likewise.
11075 * gdb.ada/lang_switch.exp: Likewise.
11076
11077 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11078
11079 * simple.rs: Add test for raw pointer subscripting.
11080 * simple.exp: Add test expectations.
11081
11082 2016-07-05 Yao Qi <yao.qi@linaro.org>
11083
11084 * gdb.mi/mi-reverse.exp: Match =record-started output.
11085
11086 2016-07-01 Pedro Alves <palves@redhat.com>
11087
11088 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11089 procedure.
11090 (jit_reader_test): Test the jit reader's unwinder.
11091 * gdb.base/jithost.c (jit_function_00_code): New global.
11092 (main): Use memcpy to fill in the mmapped code, instead of poking
11093 bytes manually here.
11094 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11095 value.
11096 (read_debug_info): Save the function's range.
11097 (read_sp): New function.
11098 (unwind_frame): Use it. Also unwind RBP.
11099 (get_frame_id): Use read_sp.
11100 (gdb_init_reader): Use calloc instead of malloc.
11101 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11102 parameter. Use gdb_test_multiple.
11103
11104 2016-07-01 Pedro Alves <palves@redhat.com>
11105 Antoine Tremblay <antoine.tremblay@ericsson.com>
11106
11107 * gdb.threads/process-dies-while-detaching.c: New file.
11108 * gdb.threads/process-dies-while-detaching.exp: New file.
11109
11110 2016-07-01 Pedro Alves <palves@redhat.com>
11111
11112 * gdb.multi/watchpoint-multi-exit.c: New file.
11113 * gdb.multi/watchpoint-multi-exit.exp: New file.
11114
11115 2016-06-30 Pedro Alves <palves@redhat.com>
11116
11117 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11118 unset inferior_spawn_id.
11119
11120 2016-06-30 Pedro Alves <palves@redhat.com>
11121
11122 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11123 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11124
11125 2016-06-29 Yao Qi <yao.qi@linaro.org>
11126
11127 * gdb.base/return.c: Add copyright header.
11128
11129 2016-06-29 Tom Tromey <tom@tromey.com>
11130
11131 PR python/20129:
11132 * gdb.python/py-framefilter.exp: Add tests for setting priority
11133 and disabling of non-existent frame filter.
11134
11135 2016-06-29 Yao Qi <yao.qi@linaro.org>
11136
11137 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11138 0x0f07ff.
11139
11140 2016-06-28 Yao Qi <yao.qi@linaro.org>
11141
11142 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11143 triplets. Start gdb, execute catch syscall, and continue. Check
11144 gdb's output to determine catch syscall is supported.
11145
11146 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11147
11148 * gdb.rust/simple.rs: Add test for returning unit in a function.
11149 * gdb.rust/simple.exp: Add expectation for functions returning
11150 unit.
11151
11152 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11153
11154 * gdb.python/py-breakpoint-create-fail.c,
11155 gdb.python/py-breakpoint-create-fail.exp,
11156 gdb.python/py-breakpoint-create-fail.py: New testcase.
11157
11158 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11159
11160 PR gdb/20239
11161 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11162 * gdb.rust/simple.exp: Add test expectations for new NonZero
11163 tests.
11164
11165 2016-06-24 David Taylor <dtaylor@emc.com>
11166
11167 * gdb.base/offsets.exp: New file.
11168 * gdb.base/offsets.c: New file.
11169
11170 2016-06-23 Tom Tromey <tom@tromey.com>
11171
11172 PR gdb/16483:
11173 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11174 before any filters are loaded.
11175
11176 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11177
11178 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11179 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11180 structs.
11181 * gdb.fortran/derived-type-function.exp: New file.
11182 * gdb.fortran/derived-type-function.f90: New file.
11183
11184
11185 2016-06-21 Pedro Alves <palves@redhat.com>
11186
11187 * gdb.base/new-ui.exp: New file.
11188 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11189 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11190 (with_spawn_id): New procedure.
11191
11192 2016-06-21 Pedro Alves <palves@redhat.com>
11193
11194 * gdb.mi/mi-exec-run.exp: New file.
11195
11196 2016-06-21 Pedro Alves <palves@redhat.com>
11197
11198 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11199 breakpoint command's output on the main UI.
11200 (test_break): New procedure, factored out from calls in the top
11201 level.
11202 (top level): Use foreach_with_prefix to test MI as main UI and as
11203 separate UI.
11204
11205 2016-06-21 Pedro Alves <palves@redhat.com>
11206
11207 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11208 (test_awatch_creation_and_listing)
11209 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11210 Remove 'type' parameter.
11211 (test_watchpoint_all): New parameter mi_mode. Remove
11212 with_test_prefix.
11213 (top level): Use foreach_with_prefix, and add main/separate UI MI
11214 testing axis.
11215
11216 2016-06-21 Pedro Alves <palves@redhat.com>
11217
11218 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11219 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11220 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11221 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11222 (gdb_main_spawn_id, mi_spawn_id): Declare and
11223 comment.
11224 (mi_create_inferior_pty): New procedure,
11225 factored out from default_mi_gdb_start.
11226 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11227 procedures.
11228 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11229 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11230 Use mi_create_inferior_pty.
11231 (mi_gdb_start): Use eval to pass down args list.
11232
11233 2016-06-21 Pedro Alves <palves@redhat.com>
11234
11235 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11236 * gdb.opt/inline-cmds.exp: Add MI tests.
11237
11238 2016-06-21 Pedro Alves <palves@redhat.com>
11239
11240 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11241
11242 2016-06-21 Pedro Alves <palves@redhat.com>
11243
11244 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11245 (top level): Use it instead of mi_execute_to.
11246
11247 2016-06-21 Pedro Alves <palves@redhat.com>
11248
11249 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11250 (cont_handler_str): New.
11251 (signal_stop_handler): Set stop_handler_str instead of printing to
11252 stdout.
11253 (continue_handler): Set cont_handler_str instead of printing to
11254 stdout.
11255 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11256 mi_send_resuming_command. Print stop_handler_str and
11257 cont_handler_str instead of expecting the python events print
11258 directly.
11259
11260 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11261
11262 * gdb.base/jit-reader.exp: New file.
11263 * gdb.base/jithost.c: New file.
11264 * gdb.base/jithost.h: New file.
11265 * gdb.base/jitreader.c : New file.
11266 * gdb.base/jit-protocol.h: New file.
11267
11268 2016-06-17 Yao Qi <yao.qi@linaro.org>
11269
11270 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11271 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11272 and detach-on-fork. Adjust tests.
11273 (top level): Invoke break_cond_on_syscall with combinations of
11274 syscall, follow-fork-mode and detach-on-fork.
11275
11276 2016-06-17 Yao Qi <yao.qi@linaro.org>
11277
11278 * gdb.base/step-over-exit.c: New.
11279 * gdb.base/step-over-exit.exp: New.
11280
11281 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11282
11283 * gdb.base/float.exp: Add target check for nds32*-*-*.
11284 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11285
11286 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11287
11288 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11289 for unsupported target features.
11290 * gdb.base/call-rt-st.exp: Likewise.
11291 * gdb.base/call-sc.exp: Likewise.
11292 * gdb.base/call-signal-resume.exp: Likewise.
11293 * gdb.base/call-strs.exp: Likewise.
11294 * gdb.base/callexit.exp: Likewise.
11295 * gdb.base/callfuncs.exp: Likewise.
11296 * gdb.base/nodebug.exp: Likewise.
11297 * gdb.base/printcmds.exp: Likewise.
11298 * gdb.base/ptype.exp: Likewise.
11299 * gdb.base/structs.exp: Likewise.
11300 * gdb.base/unwindonsignal.exp: Likewise.
11301 * gdb.cp/gdb2495.exp: Likewise.
11302 * gdb.cp/templates.exp: Likewise.
11303 * gdb.cp/virtfunc.exp: Likewise.
11304 * gdb.threads/hand-call-in-threads.exp: Likewise.
11305 * gdb.threads/interrupted-hand-call.exp: Likewise.
11306 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11307
11308 2016-06-10 Tom Tromey <tom@tromey.com>
11309
11310 PR rust/20110:
11311 * gdb.rust/expr.exp: Add test for integer constant larger than
11312 i32.
11313
11314 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11315
11316 * gdb.fortran/nested-funcs.exp: New.
11317 * gdb.fortran/nested-funcs.f90: New.
11318
11319 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11320
11321 * gdb.base/examine-backward.c: New file.
11322 * gdb.base/examine-backward.exp: New file.
11323
11324 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11325
11326 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11327 matching.
11328
11329 2016-06-02 Tom Tromey <tom@tromey.com>
11330
11331 PR python/18984:
11332 * gdb.python/py-shared.exp: Add solib_name test.
11333
11334 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11335
11336 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11337
11338 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11339
11340 PR c++/19893
11341 * gdb.dwarf2/implref.exp: Rename to...
11342 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11343 * gdb.dwarf2/implref-array.c: New file.
11344 * gdb.dwarf2/implref-array.exp: Likewise.
11345 * gdb.dwarf2/implref-global.c: Likewise.
11346 * gdb.dwarf2/implref-global.exp: Likewise.
11347 * gdb.dwarf2/implref-struct.c: Likewise.
11348 * gdb.dwarf2/implref-struct.exp: Likewise.
11349
11350 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11351
11352 * gdb.trace/trace-condition.exp: Add 64bit tests.
11353
11354 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11355
11356 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11357 bits types.
11358 (main): Adapt to 8 to 64 bits types.
11359 * gdb.trace/trace-condition.exp: Add new tests.
11360
11361 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11362
11363 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11364
11365 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11366
11367 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11368 Move condition tests...
11369 * gdb.trace/trace-condition.exp: Here.
11370
11371 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11372
11373 * gdb.trace/trace-condition.exp: Add counter-case tests.
11374
11375 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11376
11377 PR c++/15231
11378 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11379 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11380
11381 2016-05-27 Pedro Alves <palves@redhat.com>
11382
11383 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11384 New procedure.
11385 (top level): Call it, and bail out of DejaGnu is known to be bad.
11386
11387 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11388
11389 * gdb.base/whatis.c: Extend the test case.
11390 * gdb.base/whatis.exp: Add additional tests.
11391
11392 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11393
11394 * gdb.fortran/type.f90: Add pointer variable.
11395 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11396
11397 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11398
11399 * gdb.fortran/vla-type.exp: Fix testcase name.
11400
11401 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11402
11403 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11404
11405 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11406
11407 * gdb.fortran/type.f90: Add nested structures.
11408 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11409 * gdb.fortran/derived-type.exp: Adapt expected output.
11410 * gdb.fortran/vla-type.exp: Adapt expected output.
11411
11412 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11413
11414 * gdb.fortran/whatis_type.exp: Adapt expected output.
11415
11416 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11417
11418 * gdb.fortran/print_type.exp: Fix expected output.
11419 * gdb.fortran/whatis_type.exp: Fix expected output.
11420
11421 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11422
11423 * gdb.fortran/whatis_type.exp: Use multi_line.
11424
11425 2016-05-24 Tom Tromey <tom@tromey.com>
11426
11427 PR python/17386:
11428 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11429 use value as an index.
11430
11431 2016-05-23 Tom Tromey <tom@tromey.com>
11432
11433 PR python/17981:
11434 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11435 no-breakpoint case.
11436
11437 2016-05-24 Pedro Alves <palves@redhat.com>
11438
11439 PR gdb/19828
11440 * gdb.threads/clone-attach-detach.c: New file.
11441 * gdb.threads/clone-attach-detach.exp: New file.
11442
11443 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11444
11445 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11446
11447 2016-05-23 Tom Tromey <tom@tromey.com>
11448
11449 PR python/19438, PR python/18393:
11450 * gdb.python/py-progspace.exp: Add "dir" test.
11451 * gdb.python/py-objfile.exp: Add "dir" test.
11452
11453 2016-05-23 Yao Qi <yao.qi@linaro.org>
11454
11455 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11456 * gdb.arch/thumb2-it.exp: Likewise.
11457
11458 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11459
11460 * gdb.mi/mi-threads-interrupt.c: New file.
11461 * gdb.mi/mi-threads-interrupt.exp: New file.
11462
11463 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11464
11465 PR gdb/18077
11466 * gdb.mi/mi-async-run.exp: New file.
11467 * gdb.mi/mi-async-run.c: New file.
11468
11469 2016-05-17 Tom Tromey <tom@tromey.com>
11470 Manish Goregaokar <manishsmail@gmail.com>
11471
11472 * lib/rust-support.exp: New file.
11473 * lib/gdb.exp (skip_rust_tests): New proc.
11474 (build_executable_from_specs): Handle rust.
11475 * lib/future.exp (gdb_find_rustc): New proc.
11476 (gdb_default_target_compile): Handle rust.
11477 * gdb.rust/expr.exp: New file.
11478 * gdb.rust/generics.exp: New file.
11479 * gdb.rust/generics.rs: New file.
11480 * gdb.rust/methods.exp: New file.
11481 * gdb.rust/methods.rs: New file.
11482 * gdb.rust/modules.exp: New file.
11483 * gdb.rust/modules.rs: New file.
11484 * gdb.rust/simple.exp: New file.
11485 * gdb.rust/simple.rs: New file.
11486
11487 2016-05-17 Tom Tromey <tom@tromey.com>
11488
11489 * gdb.base/default.exp (set language): Add rust.
11490
11491 2016-05-17 Tom Tromey <tom@tromey.com>
11492
11493 * gdb.gdb/unittest.exp: New file.
11494
11495 2016-05-16 Yao Qi <yao.qi@linaro.org>
11496
11497 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11498 shell_prompt. Update shell_prompt_re.
11499
11500 2016-05-12 Doug Evans <dje@google.com>
11501
11502 PR symtab/19999
11503 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11504 $options when building executable.
11505 * gdb.dwarf2/fission-loclists-pie.S: New file.
11506 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11507
11508 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11509
11510 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11511 of [is_remote target],
11512
11513 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11514
11515 * lib/gdb.exp (use_gdb_stub): New procedure.
11516
11517 2016-05-03 Yunlian Jiang <yunlian@google.com>
11518 Doug Evans <dje@google.com>
11519
11520 PR symtab/19914
11521 * gdb.dwarf2/dwp-sepdebug.c: New file.
11522 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11523
11524 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11525
11526 * gdb.base/detach.exp: Remove is_remote check.
11527
11528 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11529
11530 * gdb.base/annota-input-while-running.exp: Don't check for
11531 [is_remote target]. Enable annotations after running to main.
11532 Remove unused "set test..." line.
11533
11534 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11535
11536 * gdb.trace/trace-enable-disable.exp: New file.
11537 * gdb.trace/trace-enable-disable.c: New file.
11538
11539 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11540
11541 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11542 use it in info sharedlibrary test.
11543 * gdb.trace/ftrace-lock.exp: Likewise.
11544 * gdb.trace/ftrace.exp: Likewise.
11545 * gdb.trace/range-stepping.exp: Likewise.
11546 * gdb.trace/trace-break.exp: Likewise.
11547 * gdb.trace/trace-condition.exp: Likewise.
11548 * gdb.trace/trace-mt.exp: Likewise.
11549
11550 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11551
11552 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11553 (gdb_load_shlib): ... this.
11554 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11555 gdb_load_shlib.
11556 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11557 * gdb.base/ctxobj.exp: Likewise.
11558 * gdb.base/dprintf-pending.exp: Likewise.
11559 * gdb.base/dso2dso.exp: Likewise.
11560 * gdb.base/fixsection.exp: Likewise.
11561 * gdb.base/gcore-relro.exp: Likewise.
11562 * gdb.base/gdb1555.exp: Likewise.
11563 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11564 * gdb.base/gnu-ifunc.exp: Likewise.
11565 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11566 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11567 * gdb.base/pending.exp: Likewise.
11568 * gdb.base/print-file-var.exp: Likewise.
11569 * gdb.base/print-symbol-loading.exp: Likewise.
11570 * gdb.base/shlib-call.exp: Likewise.
11571 * gdb.base/shreloc.exp: Likewise.
11572 * gdb.base/so-impl-ld.exp: Likewise.
11573 * gdb.base/solib-disc.exp: Likewise.
11574 * gdb.base/solib-nodir.exp: Likewise.
11575 * gdb.base/solib-overlap.exp: Likewise.
11576 * gdb.base/solib-symbol.exp: Likewise.
11577 * gdb.base/solib-weak.exp (do_test): Likewise.
11578 * gdb.base/sym-file.exp: Likewise.
11579 * gdb.base/symtab-search-order.exp: Likewise.
11580 * gdb.base/type-opaque.exp: Likewise.
11581 * gdb.base/unload.exp: Likewise.
11582 * gdb.base/watchpoint-solib.exp: Likewise.
11583 * gdb.compile/compile.exp: Likewise.
11584 * gdb.cp/gdb2384.exp: Likewise.
11585 * gdb.cp/infcall-dlopen.exp: Likewise.
11586 * gdb.cp/re-set-overloaded.exp: Likewise.
11587 * gdb.fortran/library-module.exp: Likewise.
11588 * gdb.opt/solib-intra-step.exp: Likewise.
11589 * gdb.python/py-finish-breakpoint.exp: Likewise.
11590 * gdb.python/py-shared.exp: Likewise.
11591 * gdb.reverse/solib-precsave.exp: Likewise.
11592 * gdb.reverse/solib-reverse.exp: Likewise.
11593 * gdb.server/solib-list.exp: Likewise.
11594 * gdb.threads/dlopen-libpthread.exp: Likewise.
11595 * gdb.threads/tls-shared.exp: Likewise.
11596 * gdb.threads/tls-so_extern.exp: Likewise.
11597 * gdb.trace/change-loc.exp: Likewise.
11598 * gdb.trace/ftrace-lock.exp: Likewise.
11599 * gdb.trace/ftrace.exp: Likewise.
11600 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11601 * gdb.trace/pending.exp: Likewise.
11602 * gdb.trace/range-stepping.exp: Likewise.
11603 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11604 (strace_info_marker): Likewise.
11605 (strace_probe_marker): Likewise.
11606 (strace_trace_on_same_addr): Likewise.
11607 (strace_trace_on_diff_addr): Likewise.
11608 * gdb.trace/trace-break.exp: Likewise.
11609 * gdb.trace/trace-condition.exp: Likewise.
11610 * gdb.trace/trace-mt.exp: Likewise.
11611
11612 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11613
11614 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11615 result of gdb_remote_download.
11616 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11617 * gdb.base/dso2dso.exp: Likewise.
11618 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11619 * gdb.base/print-file-var.exp: Likewise.
11620 * gdb.base/shlib-call.exp: Likewise.
11621 * gdb.base/shreloc.exp: Likewise.
11622 * gdb.base/solib-overlap.exp: Likewise.
11623 * gdb.base/solib-weak.exp (do_test): Likewise.
11624 * gdb.base/unload.exp: Likewise.
11625
11626 2016-04-27 Yao Qi <yao.qi@linaro.org>
11627
11628 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11629 exists.
11630
11631 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11632
11633 * vla-type.exp: Print structure from toplevel.
11634
11635 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11636
11637 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11638 of dynamic types.
11639 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11640 of dynamic types.
11641
11642 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11643
11644 * gdb.fortran/vla-type.f90: New file.
11645 * gdb.fortran/vla-type.exp: New file.
11646
11647 2016-04-25 Yao Qi <yao.qi@linaro.org>
11648
11649 * gdb.base/branch-to-self.c: New file.
11650 * gdb.base/branch-to-self.exp: New file.
11651
11652 2016-04-22 Yao Qi <yao.qi@linaro.org>
11653
11654 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11655 more after $hex.
11656
11657 2016-04-22 Yao Qi <yao.qi@linaro.org>
11658
11659 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11660 * gdb.base/annota3.exp: Likewise.
11661
11662 2016-04-22 Yao Qi <yao.qi@linaro.org>
11663
11664 * gdb.reverse/step-precsave.exp: Do one step and test program
11665 stops in "callee" and do multiple steps until program goes out
11666 of "callee".
11667 * gdb.reverse/step-reverse.exp: Likewise.
11668
11669 2016-04-22 Yao Qi <yao.qi@linaro.org>
11670
11671 * gdb.trace/signal.exp: Also pass if
11672 $tracepoint_hits($i) > $iterations.
11673
11674 2016-04-22 Yao Qi <yao.qi@linaro.org>
11675
11676 * gdb.trace/signal.c: New file.
11677 * gdb.trace/signal.exp: New file.
11678
11679 2016-04-19 Doug Evans <xdje42@gmail.com>
11680
11681 * gdb.base/bad-file.exp: New file.
11682
11683 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11684
11685 * gdb.dwarf2/implref.exp: New file.
11686
11687 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11688
11689 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11690 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11691 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11692 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11693 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11694 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11695 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11696 * lib/fortran.exp (fortran_int4): New procedure.
11697 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11698 (fortran_logical4): Likewise.
11699
11700 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11701
11702 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11703
11704 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11705
11706 * lib/compiler.c: Add Intel specific preprocessor macros.
11707 * lib/compiler.cc: Likewise.
11708
11709 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11710
11711 * gdb.server/connect-with-no-symbol-file.c: New file.
11712 * gdb.server/connect-with-no-symbol-file.exp: New file.
11713
11714 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11715
11716 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11717
11718 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11719
11720 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11721 standard output directory.
11722
11723 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11724
11725 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11726
11727 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11728
11729 * gdb.btrace/instruction_history.c (loop): Add declaration.
11730
11731 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11732
11733 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11734
11735 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11736
11737 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11738 parentheses to print.
11739 (continue_handler): Likewise.
11740
11741 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11742
11743 * gdb.server/solib-list.exp: Remove is_remote check.
11744 Pass shlib= to gdb_compile. Don't link shared library with
11745 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11746 Run binary filename through "readlink -f" on the target.
11747
11748 2016-04-08 Pedro Alves <palves@redhat.com>
11749
11750 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11751 interpreter filename as argument to gdbserver_spawn.
11752 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11753 Return empty if $last_loaded_file does not exist.
11754
11755 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11756
11757 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11758 * gdb.base/jit-main.c: Use exit after usage.
11759
11760 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11761
11762 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11763 GDBHISTSIZE prior to the tests.
11764 * gdb.base/gdbinit-history.exp: Likewise.
11765
11766 2016-04-07 Pedro Alves <palves@redhat.com>
11767
11768 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11769 instead of build_executable. Use gdb_load_shlibs.
11770
11771 2016-04-07 Yao Qi <yao.qi@linaro.org>
11772
11773 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11774 Execute "si" command.
11775
11776 2016-04-07 Yao Qi <yao.qi@linaro.org>
11777
11778 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11779 number instead of the comments on some line.
11780
11781 2016-04-06 Don Breazeal <donb@codesourcery.com>
11782
11783 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11784 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11785
11786 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11787
11788 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11789 standard_output_file. Remove unused binfile variable.
11790
11791 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
11792
11793 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11794 * gdb.python/py-mi-objfile.exp: Match "list main" output
11795 in console format.
11796
11797 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11798
11799 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11800 absolute.
11801
11802 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11803
11804 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11805 absolute.
11806 * gdb.trace/ftrace.exp: Likewise.
11807 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11808 targets as well.
11809 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11810 (gdb_load_shlibs): Copy libraries to test directory when testing
11811 natively. Only set solib-search-path if testing remotely.
11812 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11813
11814 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11815
11816 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11817 gdb_download. Use it even if the target is not remote.
11818 * gdb.base/jit.exp (compile_jit_test): Likewise.
11819 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11820 output directory if the destination board is local, otherwise use
11821 the standard remote_download from DejaGnu.
11822 (gdb_download): Remove.
11823 (gdb_load_shlibs): Use gdb_remote_download instead of
11824 gdb_download.
11825 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11826 Use gdb_remote_download instead of gdb_download. Use it even if
11827 the target is not remote.
11828 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11829 instead of gdb_download.
11830
11831 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11832
11833 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11834 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11835 run.
11836
11837 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
11838
11839 PR gdb/19820
11840 * gdb.base/printcmds.exp: Add artificial arrays tests.
11841
11842 2016-03-31 Pedro Alves <palves@redhat.com>
11843
11844 PR gdb/19858
11845 * gdb.base/jit-main.c: Include unistd.h.
11846 (ATTACH): Define to 0 if not already defined.
11847 (wait_for_gdb, mypid): New globals.
11848 (WAIT_FOR_GDB): New macro.
11849 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11850 some breakpoint locations.
11851 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11852 New procedures.
11853 (one_jit_test): Add REATTACH parameter, and handle it. Use
11854 continue_to_test_location.
11855 (top level): Test attach, and adjusts calls to one_jit_test.
11856
11857 2016-03-31 Pedro Alves <palves@redhat.com>
11858
11859 PR gdb/19858
11860 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11861 BINSUFFIX parameter, and handle it.
11862 (top level): Adjust calls compile_jit_test.
11863
11864 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
11865
11866 PR python/19743
11867 * gdb.python/py-mi-events-gdb.py: New file.
11868 * gdb.python/py-mi-events.c: New file.
11869 * gdb.python/py-mi-events.exp: New file.
11870
11871 2016-03-30 Yao Qi <yao.qi@linaro.org>
11872
11873 * gdb.reverse/until-precsave.exp: Match function name only.
11874 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11875 Move malloc to a condition block.
11876 * gdb.reverse/until-reverse.exp: Match function name only.
11877
11878 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11879
11880 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11881 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11882 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11883 variable for GPR 0 instead of assuming it is register 0.
11884 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11885 * lib/trace-support.exp: Add s390 registers.
11886
11887 2016-03-29 Yao Qi <yao.qi@linaro.org>
11888
11889 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11890
11891 2016-03-24 Yao Qi <yao.qi@linaro.org>
11892
11893 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11894 test message.
11895
11896 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11897
11898 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11899 maintaining separate logic for constructing the output path.
11900
11901 2016-03-16 Don Breazeal <donb@codesourcery.com>
11902
11903 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11904 Retry fork and waitpid on interrupted system call errors.
11905 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11906 Use with_timeout_factor to increase timeout by factor of 10.
11907
11908 2016-03-15 Don Breazeal <donb@codesourcery.com>
11909
11910 * gdb.cp/scope-err.cc: New test program.
11911 * gdb.cp/scope-err.exp: New test script.
11912 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11913 lines and "set breakpoint here" comment.
11914 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11915 Fixed some whitespace and format issues.
11916 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11917 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11918
11919 2016-03-15 Doug Evans <dje@google.com>
11920
11921 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11922 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11923 All callers updated. Add tests for enums, mixed flags register.
11924
11925 2016-03-15 Doug Evans <dje@google.com>
11926
11927 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11928 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11929
11930 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11931
11932 * gdb.base/default.exp: Add $_as_string to the list of expected
11933 convenience functions.
11934
11935 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11936
11937 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11938
11939 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11940
11941 * gdb.python/py-as-string.exp: New file.
11942 * gdb.python/py-as-string.c: New file.
11943
11944 2016-03-09 Pedro Alves <palves@redhat.com>
11945
11946 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11947 signal" -> "Thread NN received signal" output change.
11948 * gdb.threads/ia64-sigill.exp: Likewise.
11949 * gdb.threads/linux-dp.exp: Likewise.
11950 * gdb.threads/manythreads.exp: Likewise.
11951 * gdb.threads/pending-step.exp: Likewise.
11952 * gdb.threads/print-threads.exp: Likewise.
11953 * gdb.threads/sigstep-threads.exp: Likewise.
11954 * gdb.threads/staticthreads.exp: Likewise.
11955 * gdb.threads/tls.exp: Likewise.
11956
11957 2016-03-09 Pedro Alves <palves@redhat.com>
11958
11959 * gdb.base/command-line-input.exp: New file.
11960
11961 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11962
11963 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11964 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11965 * gdb.trace/pending.exp: Accept leading dot before function name.
11966 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11967 * lib/trace-support.exp: Set registers for ppc.
11968
11969 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11970
11971 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11972 use it for disassembly; accept .main in addition to main in backtrace.
11973
11974 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
11975 Marcin Kościelnicki <koriakin@0x04.net>
11976
11977 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11978 (gdb_recursion_test_ptr): New global variable.
11979 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11980 gdb_recursion_test.
11981 (gdb_c_test): Ditto.
11982
11983 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11984
11985 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11986 ordering.
11987
11988 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11989
11990 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11991 (bar): Add bar_start_lbl label.
11992 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11993 of foo/bar for emitting DWARF and tracing.
11994
11995 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11996
11997 * analyze-racy-logs.py: Set executable bit.
11998
11999 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12000
12001 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12002 (CHECK_TARGET_TMP): Likewise.
12003 (check-single-racy): New rule.
12004 (check-parallel-racy): Likewise.
12005 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12006 (do-check-parallel-racy): New rule.
12007 (check-racy/%.exp): Likewise.
12008 * README (Racy testcases): New section.
12009 * analyze-racy-logs.py: New file.
12010
12011 2016-03-03 Doug Evans <dje@google.com>
12012
12013 * gdb.base/skip.exp: Use with_test_prefix.
12014
12015 2016-03-03 Yao Qi <yao.qi@linaro.org>
12016
12017 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12018 Invoke step_over_syscall "clone" and break_cond_on_syscall
12019 "clone".
12020 * gdb.base/step-over-clone.c: New file.
12021
12022 2016-03-03 Yao Qi <yao.qi@linaro.org>
12023
12024 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12025 code format.
12026
12027 2016-03-03 Yao Qi <yao.qi@linaro.org>
12028
12029 * gdb.base/disp-step-fork.c: Rename to ...
12030 * gdb.base/step-over-fork.c: ... it. New file.
12031 * gdb.base/disp-step-vfork.c: Rename to ...
12032 * gdb.base/step-over-vfork.c: ... it. New file.
12033 * gdb.base/disp-step-syscall.exp: Rename to ...
12034 * gdb.base/step-over-syscall.exp: ... it. New file.
12035 (disp_step_cross_syscall): Rename to ...
12036 (step_over_syscall): ... it.
12037
12038 2016-03-03 Yao Qi <yao.qi@linaro.org>
12039
12040 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12041 If target supports condition evaluation on target, invoke
12042 break_cond_on_syscall for fork and vfork.
12043
12044 2016-03-03 Yao Qi <yao.qi@linaro.org>
12045
12046 * gdb.base/disp-step-syscall.exp: Don't invoke
12047 support_displaced_stepping.
12048 (disp_step_cross_syscall): Test with displaced stepping off and
12049 on if supported.
12050
12051 2016-03-03 Yao Qi <yao.qi@linaro.org>
12052
12053 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12054 proc.
12055 (setup): New proc.
12056 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12057 and setup.
12058
12059 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12060
12061 * gdb.fortran/vla-history.exp: Remove breakpoint.
12062
12063 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12064
12065 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12066 exceeds timeout.
12067
12068 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12069
12070 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12071 breakpoint.
12072
12073 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12074
12075 * gdb.mi/vla.f90: Nullify pointer after declaration.
12076
12077 2016-03-01 Pedro Alves <palves@redhat.com>
12078
12079 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12080
12081 2016-03-01 Pedro Alves <palves@redhat.com>
12082
12083 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12084 before anything else.
12085 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12086 _GNU_SOURCE here.
12087 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12088 before anything else.
12089 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12090
12091 2016-03-01 Pedro Alves <palves@redhat.com>
12092
12093 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12094
12095 2016-03-01 Yao Qi <yao.qi@linaro.org>
12096
12097 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12098 prepare_for_testing.
12099
12100 2016-03-01 Yao Qi <yao.qi@linaro.org>
12101
12102 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12103
12104 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12105
12106 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12107 manually constructing the output path.
12108
12109 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12110
12111 * gdb.arch/s390-stackless.S: New.
12112 * gdb.arch/s390-stackless.exp: New.
12113
12114 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12115
12116 * gdb.dlang/circular.c: New file.
12117 * gdb.dlang/circular.exp: New file.
12118
12119 2016-02-26 Yao Qi <yao.qi@linaro.org>
12120
12121 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12122 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12123 (testcases): Update.
12124
12125 2016-02-26 Yao Qi <yao.qi@linaro.org>
12126
12127 * gdb.reverse/aarch64.c: Rename to ...
12128 * gdb.reverse/insn-reverse.c: ... it.
12129 * gdb.reverse/aarch64.exp: Rename to ...
12130 * gdb.reverse/insn-reverse.exp: ... it.
12131
12132 2016-02-26 Yao Qi <yao.qi@linaro.org>
12133
12134 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12135 (testcase_ftype): New.
12136 (testcases): New array.
12137 (n_testcases): New.
12138 (main): Call each element in testcases.
12139 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12140 (read_testcase): New.
12141 Do the tests in a loop.
12142
12143 2016-02-25 Yao Qi <yao.qi@linaro.org>
12144
12145 * gdb.base/branches.c: Remove.
12146
12147 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12148
12149 PR gdb/13808
12150 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12151
12152 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12153
12154 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12155
12156 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12157
12158 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12159 change x86_64 call_insn to 'callq'.
12160
12161 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12162
12163 * gdb.trace/tfile-avx.c: Move to...
12164 * gdb.trace/tracefile-pseudo-reg.c: Here.
12165 * gdb.trace/tfile-avx.exp: Move to...
12166 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12167
12168 2016-02-24 Gary Benson <gbenson@redhat.com>
12169
12170 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12171 message on attach.
12172
12173 2016-02-23 Doug Evans <dje@google.com>
12174
12175 * gdb.base/skip.c (test_skip): New function.
12176 (end_test_skip_file_and_function): New function.
12177 (test_skip_file_and_function): New function.
12178 * gdb.base/skip1.c (test_skip): New function.
12179 (skip1_test_skip_file_and_function): New function.
12180 * gdb.base/skip.exp: Add tests for new skip options.
12181 * gdb.base/skip-solib.exp: Update expected output.
12182 * gdb.perf/skip-command.cc: New file.
12183 * gdb.perf/skip-command.exp: New file.
12184 * gdb.perf/skip-command.py: New file.
12185
12186 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12187
12188 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12189 info registers pattern.
12190
12191 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12192
12193 * lib/future.exp: Add D support.
12194 (gdb_find_gdc): New proc.
12195 (gdb_default_target_compile): Add D support.
12196
12197 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12198
12199 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12200 user+system time.
12201 (trace_speed_test): Determine the iteration count for a time
12202 between 15..30 seconds.
12203
12204 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12205
12206 * gdb.arch/i386-mpx-sigsegv.c: New file.
12207 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12208 * gdb.arch/i386-mpx-simple_segv.c: New file.
12209 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12210
12211 2016-02-18 Yao Qi <yao.qi@linaro.org>
12212
12213 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12214 Don't call setup_kfail.
12215
12216 2016-02-18 Yao Qi <yao.qi@linaro.org>
12217
12218 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12219 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12220
12221 2016-02-16 Doug Evans <dje@google.com>
12222
12223 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12224 * gdb.base/skip1.c: Ditto.
12225 * gdb.base/skip.exp: Whitespace cleanup.
12226
12227 2016-02-16 Don Breazeal <donb@codesourcery.com>
12228
12229 PR remote/19496
12230 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12231 Remove kfail for PR remote/19496.
12232
12233 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12234
12235 * lib/gdb.exp (standard_temp_file): Return a path specific to
12236 the runtest invocation.
12237
12238 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12239
12240 * gdb.trace/save-trace.exp: Change relative path to be in the
12241 standard output directory.
12242
12243 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12244
12245 * gdb.arch/i386-prologue.c: Add missing prototypes.
12246
12247 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12248
12249 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12250 * gdb.arch/i386-prologue.exp: Likewise.
12251 * gdb.arch/i386-size.exp: Likewise.
12252
12253 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12254
12255 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12256 define object file path.
12257 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12258 file path.
12259 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12260 standard_output_file to define binfile.
12261
12262 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12263
12264 Fix compatibility with recent gfortran-5.3.1.
12265 * gdb.fortran/vla-history.exp (print vla1 allocated)
12266 (print vla2 allocated, print $2, print $3): Remove
12267 (print $4): Rename to ...
12268 (print $2): ... here.
12269 (print $9): Rename to ...
12270 (print $5): ... here.
12271 (print $10): Rename to ...
12272 (print $6): ... here.
12273 * gdb.fortran/vla.f90: Add pvla initialization.
12274
12275 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12276
12277 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12278 New test.
12279 * gdb.fortran/vla-value-sub.exp: Likewise.
12280
12281 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12282
12283 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12284
12285 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12286
12287 * i386-biarch-core.exp: Define corefile using
12288 standard_output_file.
12289
12290 2016-02-12 Yao Qi <yao.qi@linaro.org>
12291
12292 * gdb.arch/arm-single-step-kernel-helper.c: New.
12293 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12294
12295 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12296
12297 * gdb.btrace/tailcall-only.exp: New.
12298 * gdb.btrace/tailcall-only.c: New.
12299 * gdb.btrace/x86_64-tailcall-only.S: New.
12300 * gdb.btrace/i686-tailcall-only.S: New.
12301
12302 2016-02-11 Pedro Alves <palves@redhat.com>
12303
12304 * README (Parallel testing): Add missing double quotes.
12305
12306 2016-02-11 Pedro Alves <palves@redhat.com>
12307
12308 * README (Parallel testing): New section.
12309 (GDB_PARALLEL): Rewrite.
12310 (FORCE_PARALLEL): Document.
12311
12312 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12313
12314 * gdb.trace/tfile-avx.c: New test.
12315 * gdb.trace/tfile-avx.exp: New test.
12316
12317 2016-02-09 Keith Seitz <keiths@redhat.com>
12318
12319 PR breakpoints/19546
12320 * gdb.base/infcall-exec.c: New file.
12321 * gdb.base/infcall-exec2.c: New file.
12322 * gdb.base/infcall-exec.exp: New file.
12323
12324 2016-02-09 Keith Seitz <keiths@redhat.com>
12325
12326 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12327 (toplevel): Call test_bkpt_address.
12328
12329 2016-02-09 Keith Seitz <keiths@redhat.com>
12330
12331 PR python/19506
12332 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12333 (toplevel): Call test_bkpt_address.
12334
12335 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12336
12337 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12338 to AC_OUTPUT.
12339 * configure: Regenerate.
12340
12341 2016-02-09 Pedro Alves <palves@redhat.com>
12342
12343 PR breakpoints/19548
12344 * gdb.base/execl-update-breakpoints.c (some_function): New
12345 function.
12346 (main): Call it.
12347 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12348 Tighten expected GDB output.
12349
12350 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12351
12352 * Makefile.in (ALL_SUBDIRS): Remove.
12353 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12354 (distclean maintainer-clean realclean): Likewise.
12355 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12356 * configure: Regenerate.
12357 * gdb.ada/Makefile.in: Delete.
12358 * gdb.arch/Makefile.in: Likewise.
12359 * gdb.asm/Makefile.in: Likewise.
12360 * gdb.base/Makefile.in: Likewise.
12361 * gdb.btrace/Makefile.in: Likewise.
12362 * gdb.cell/Makefile.in: Likewise.
12363 * gdb.compile/Makefile.in: Likewise.
12364 * gdb.cp/Makefile.in: Likewise.
12365 * gdb.disasm/Makefile.in: Likewise.
12366 * gdb.dlang/Makefile.in: Likewise.
12367 * gdb.dwarf2/Makefile.in: Likewise.
12368 * gdb.fortran/Makefile.in: Likewise.
12369 * gdb.gdb/Makefile.in: Likewise.
12370 * gdb.go/Makefile.in: Likewise.
12371 * gdb.guile/Makefile.in: Likewise.
12372 * gdb.java/Makefile.in: Likewise.
12373 * gdb.linespec/Makefile.in: Likewise.
12374 * gdb.mi/Makefile.in: Likewise.
12375 * gdb.modula2/Makefile.in: Likewise.
12376 * gdb.multi/Makefile.in: Likewise.
12377 * gdb.objc/Makefile.in: Likewise.
12378 * gdb.opencl/Makefile.in: Likewise.
12379 * gdb.opt/Makefile.in: Likewise.
12380 * gdb.pascal/Makefile.in: Likewise.
12381 * gdb.perf/Makefile.in: Likewise.
12382 * gdb.python/Makefile.in: Likewise.
12383 * gdb.reverse/Makefile.in: Likewise.
12384 * gdb.server/Makefile.in: Likewise.
12385 * gdb.stabs/Makefile.in: Likewise.
12386 * gdb.threads/Makefile.in: Likewise.
12387 * gdb.trace/Makefile.in: Likewise.
12388 * gdb.xml/Makefile.in: Likewise.
12389 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12390 GDB_PARALLEL.
12391 (standard_output_file): Remove check for GDB_PARALLEL, always
12392 return path in outputs/$subdir/$testname.
12393
12394 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12395
12396 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12397 (site.exp): Assign abs_srcdir to tcl's srcdir.
12398
12399 2016-02-04 Yao Qi <yao.qi@linaro.org>
12400
12401 * gdb.base/foll-exec-mode.c: Include limits.h.
12402 (main): Add parameters argc and argv. Get directory from
12403 argv[0].
12404 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12405 compilation.
12406 * gdb.base/foll-exec.c: Include limits.h.
12407 (main): Add parameters argc and argv.
12408 Get directory from argv[0].
12409 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12410 Adjust tests on the number of lines as source code changed.
12411 * gdb.base/foll-vfork-exit.c: Include limits.h.
12412 (main): Add one line of statement before vfork.
12413 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12414 (main): Add parameters argc and argv. Get directory from
12415 argv[0].
12416 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12417 (setup_gdb): Set tbreak to skip some source lines.
12418 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12419 (main): Add parameters argc and argv. Get directory from
12420 argv[0].
12421 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12422 compilation.
12423 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12424 (main): Add parameters argc and argv. Get directory from
12425 argv[0].
12426 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12427 compilation.
12428
12429 2016-02-01 Doug Evans <dje@google.com>
12430
12431 * gdb.base/skip.exp: Clean up multiple references to same test name.
12432
12433 2016-02-01 Pedro Alves <palves@redhat.com>
12434
12435 PR remote/19496
12436 * gdb.threads/forking-threads-plus-breakpoint.exp
12437 (displaced_stepping_supported): New global.
12438 (probe_displaced_stepping_support): New procedure.
12439 (do_test): Add 'displaced' parameter, and use it.
12440 (top level): Check for displaced stepping support. Add displaced
12441 stepping on/off testing axis.
12442
12443 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12444
12445 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12446 pointer. Don't perform further tests on the unassociated pointer
12447 if the first test fails.
12448
12449 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12450
12451 * gdb.base/max-value-size.c: New file.
12452 * gdb.base/max-value-size.exp: New file.
12453 * gdb.base/huge.exp: Disable max-value-size for this test.
12454
12455 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12456
12457 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12458
12459 2016-01-28 Yao Qi <yao.qi@linaro.org>
12460
12461 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12462
12463 2016-01-25 Pedro Alves <palves@redhat.com>
12464
12465 PR threads/19461
12466 * gdb.base/fork-running-state.c: New file.
12467 * gdb.base/fork-running-state.exp: New file.
12468
12469 2016-01-25 Pedro Alves <palves@redhat.com>
12470
12471 PR gdb/19494
12472 * gdb.base/catch-fork-kill.c: New file.
12473 * gdb.base/catch-fork-kill.exp: New file.
12474
12475 2016-01-25 Pedro Alves <palves@redhat.com>
12476
12477 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12478 Delete, moved to lib/gdb.exp.
12479 * gdb.threads/forking-threads-plus-breakpoint.exp
12480 (foreach_with_prefix): Likewise.
12481 * gdb.threads/process-dies-while-handling-bp.exp
12482 (foreach_with_prefix): Likewise.
12483 * lib/gdb.exp (foreach_with_prefix): New procedure.
12484
12485 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12486
12487 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12488 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12489
12490 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12491
12492 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12493 endian targets.
12494
12495 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12496 Pedro Alves <palves@redhat.com>
12497
12498 Fix testsuite compatibility with Guile.
12499 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12500 number.
12501
12502 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12503
12504 Fix testsuite compatibility with Guile.
12505 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12506 (thread 1): New test for backtrace through signal handler.
12507
12508 2016-01-22 Yao Qi <yao.qi@linaro.org>
12509
12510 PR testsuite/19491
12511 * gdb.base/multi-forks.c: Include
12512 ../lib/unbuffer_output.c
12513 (main): Call gdb_unbuffer_output.
12514
12515 2016-01-21 Doug Evans <dje@google.com>
12516
12517 * lib/ada.exp (gdb_compile_ada): Fix typo.
12518
12519 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12520
12521 * gdb.base/break-fun-addr.exp: New file.
12522 * gdb.base/break-fun-addr1.c: New file.
12523 * gdb.base/break-fun-addr2.c: New file.
12524
12525 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12526
12527 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12528 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12529 enum flag values.
12530
12531 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12532
12533 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12534 when GDB can not set the vector return value. Add more comments
12535 for clarification.
12536
12537 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12538
12539 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12540 command.
12541
12542 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12543
12544 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12545
12546 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12547
12548 * Makefile.in (check-single): Pass --status to runtest.
12549 (check/%.exp): Likewise.
12550
12551 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12552
12553 * Makefile.in (check-parallel): Propagate return code from make
12554 do-check-parallel.
12555
12556 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12557
12558 * gdb.trace/ftrace.exp: Fix expected message on continue.
12559 * gdb.trace/pending.exp: Fix expected message on continue.
12560 * gdb.trace/trace-break.exp: Fix expected message on continue.
12561
12562 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12563
12564 * lib/gdb.exp (gdb_test): Remove unused global references.
12565
12566 2016-01-18 Pedro Alves <palves@redhat.com>
12567
12568 * gdb.base/async-shell.exp: Adjust expected output.
12569 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12570 * gdb.base/siginfo-thread.exp: Adjust expected output.
12571 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12572 * gdb.java/jnpe.exp: Adjust expected output.
12573 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12574 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12575 * gdb.threads/leader-exit.exp: Adjust expected output.
12576 * gdb.threads/manythreads.exp: Adjust expected output.
12577 * gdb.threads/pthreads.exp: Adjust expected output.
12578 * gdb.threads/schedlock.exp: Adjust expected output.
12579 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12580 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12581 expected output.
12582 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12583 output.
12584 * gdb.threads/sigthread.exp: Adjust expected output.
12585 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12586
12587 2016-01-18 Yao Qi <yao.qi@linaro.org>
12588
12589 * gdb.guile/scm-section-script.c: Replace @progbits with
12590 %progbits.
12591 * gdb.python/py-section-script.c: Likewise.
12592
12593 2016-01-15 Pedro Alves <palves@redhat.com>
12594
12595 * gdb.multi/tids.exp: Test star wildcard ranges.
12596
12597 2016-01-15 Pedro Alves <palves@redhat.com>
12598
12599 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12600 command from "thread apply" invocation.
12601 (thr_apply_info_thr_invalid): Default the expected output to the
12602 input tid list.
12603 (top level): Add tests that use convenience variables. Add tests
12604 for "thread apply" with a valid TID list, but missing the command.
12605
12606 2016-01-13 Pedro Alves <palves@redhat.com>
12607
12608 * gdb.base/default.exp: Expect $_gthread as well.
12609 * gdb.multi/tids.exp: Test $_gthread.
12610 * gdb.threads/thread-specific.exp: Test $_gthread.
12611
12612 2016-01-13 Pedro Alves <palves@redhat.com>
12613
12614 * gdb.multi/tids.exp: Test "info threads -gid".
12615
12616 2016-01-13 Pedro Alves <palves@redhat.com>
12617
12618 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12619 Breakpoint.thread.
12620 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12621
12622 2016-01-07 Pedro Alves <palves@redhat.com>
12623
12624 * gdb.base/break.exp: Adjust to output changes.
12625 * gdb.base/hbreak2.exp: Likewise.
12626 * gdb.base/sepdebug.exp: Likewise.
12627 * gdb.base/watch_thread_num.exp: Likewise.
12628 * gdb.linespec/keywords.exp: Likewise.
12629 * gdb.multi/info-threads.exp: Likewise.
12630 * gdb.threads/thread-find.exp: Likewise.
12631 * gdb.multi/tids.c: New file.
12632 * gdb.multi/tids.exp: New file.
12633
12634 2016-01-13 Pedro Alves <palves@redhat.com>
12635
12636 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12637
12638 2016-01-13 Pedro Alves <palves@redhat.com>
12639
12640 * gdb.base/default.exp: Expect $_inferior as well.
12641 * gdb.multi/base.exp: Test $_inferior.
12642
12643 2016-01-13 Pedro Alves <palves@redhat.com>
12644
12645 PR breakpoints/19388
12646 * gdb.base/catch-signal-siginfo-cond.c: New file.
12647 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12648
12649 2016-01-12 Josh Stone <jistone@redhat.com>
12650 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12651
12652 * gdb.base/catch-syscall.c (do_execve): New variable.
12653 (main): Conditionally trigger an execve.
12654 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12655 (test_catch_syscall_execve): New, check entry/return across execve.
12656 (do_syscall_tests): Call test_catch_syscall_execve.
12657
12658 2016-01-12 Pedro Alves <palves@redhat.com>
12659
12660 * gdb.base/random-signal.exp (do_test): New procedure, with body
12661 of testcase moved in.
12662
12663 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12664 Pedro Alves <palves@redhat.com>
12665
12666 * gdb.base/funcargs.exp (finish from indirectly called function):
12667 Reintroduce the case for 'First'.
12668
12669 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12670 Pedro Alves <palves@redhat.com>
12671
12672 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12673 (tcatch_vfork_then_child_follow_exec)
12674 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12675 identification.
12676
12677 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12678
12679 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12680 and repeats to unlimited.
12681 * gdb.python/py-value.exp: Likewise.
12682 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12683 and repeats to unlimited.
12684
12685 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12686
12687 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12688 and reordering the functions.
12689 * gdb.multi/hangout.c: Likewise.
12690 * gdb.multi/hello.c: Likewise.
12691
12692 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12693
12694 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12695 absolute.
12696 (SingleStatisticTestResult.report): Use dict.keys instead of
12697 dict.iterkeys.
12698
12699 2016-01-06 Pedro Alves <palves@redhat.com>
12700
12701 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12702
12703 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12704
12705 * gdb.btrace/dlopen.exp: New.
12706 * gdb.btrace/dlopen.c: New.
12707 * gdb.btrace/dlopen-dso.c: New.
12708
12709 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12710
12711 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12712 PATTERN argument is optional.
12713
12714 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12715
12716 * lib/ada.exp (target_compile_ada_from_dir): New function.
12717 (gdb_compile_ada): Reimplement avoiding the use of project files.
12718 * gdb.ada/gnat_ada.gpr: Delete.
12719 * gdb.ada/cond_lang.exp: Adjust test to make path before
12720 filename optional.
12721 * gdb.ada/small_reg_param.exp: Likewise.
12722
12723 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12724
12725 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12726
12727 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12728
12729 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12730 case.
12731
12732 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12733
12734 * gdb.base/break.exp: Remove dead code.
12735 * gdb.base/sepdebug.exp: Likewise.
12736
12737 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12738
12739 * gdb.asm/asm-source.exp: Remove HP-UX references.
12740 * gdb.base/annota1.exp: Likewise.
12741 * gdb.base/annota3.exp: Likewise.
12742 * gdb.base/attach.exp: Likewise.
12743 * gdb.base/bigcore.exp: Likewise.
12744 * gdb.base/break.exp: Likewise.
12745 * gdb.base/call-ar-st.exp: Likewise.
12746 * gdb.base/callfuncs.exp: Likewise.
12747 * gdb.base/catch-fork-static.exp: Likewise.
12748 * gdb.base/display.exp: Likewise.
12749 * gdb.base/foll-exec-mode.exp: Likewise.
12750 * gdb.base/foll-exec.exp: Likewise.
12751 * gdb.base/foll-fork.exp: Likewise.
12752 * gdb.base/foll-vfork.exp: Likewise.
12753 * gdb.base/funcargs.exp: Likewise.
12754 * gdb.base/hbreak2.exp: Likewise.
12755 * gdb.base/inferior-died.exp: Likewise.
12756 * gdb.base/interrupt.exp: Likewise.
12757 * gdb.base/multi-forks.exp: Likewise.
12758 * gdb.base/nodebug.exp: Likewise.
12759 * gdb.base/sepdebug.exp: Likewise.
12760 * gdb.base/solib1.c: Likewise.
12761 * gdb.base/step-test.exp: Likewise.
12762 * gdb.mi/non-stop.c: Likewise.
12763 * gdb.mi/pthreads.c: Likewise.
12764 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12765 * gdb.threads/pthreads.c: Likewise.
12766 * gdb.threads/staticthreads.exp: Likewise.
12767 * lib/future.exp: Likewise.
12768 * lib/gdb.exp: Likewise.
12769 * gdb.base/so-indr-cl.c: Remove.
12770 * gdb.base/so-indr-cl.exp: Likewise.
12771 * gdb.base/solib.c: Likewise.
12772 * gdb.base/solib.exp: Likewise.
12773 * gdb.base/solib2.c: Likewise.
12774
12775 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12776
12777 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12778 * gdb.base/call-ar-st.exp: Likewise.
12779 * gdb.base/callfuncs.exp: Likewise.
12780 * gdb.base/condbreak.exp: Likewise.
12781 * gdb.base/constvars.exp: Likewise.
12782 * gdb.base/hbreak2.exp: Likewise.
12783 * gdb.base/langs.exp: Likewise.
12784 * gdb.base/list.exp: Likewise.
12785 * gdb.base/long_long.exp: Likewise.
12786 * gdb.base/ptype.exp: Likewise.
12787 * gdb.base/scope.exp: Likewise.
12788 * gdb.base/signals.exp: Likewise.
12789 * gdb.base/so-impl-ld.exp: Likewise.
12790 * gdb.base/varargs.exp: Likewise.
12791 * gdb.base/volatile.exp: Likewise.
12792 * gdb.base/whatis.exp: Likewise.
12793 * gdb.cp/cplusfuncs.exp: Likewise.
12794 * gdb.cp/inherit.exp: Likewise.
12795 * gdb.cp/local.exp: Likewise.
12796 * gdb.cp/member-ptr.exp: Likewise.
12797 * gdb.cp/method.exp: Likewise.
12798 * gdb.cp/overload.exp: Likewise.
12799 * gdb.cp/templates.exp: Likewise.
12800 * gdb.stabs/weird.exp: Likewise.
12801 * lib/compiler.c: Likewise.
12802 * lib/compiler.cc: Likewise.
12803 * lib/cp-support.exp: Likewise.
12804 * lib/gdb.exp: Likewise.
12805
12806 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12807
12808 * configure.ac: Remove HP-UX case.
12809 * configure: Regenerate.
12810
12811 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12812
12813 * lib/gdb.exp (gdb_compile): Add function doc.
12814
12815 2015-12-17 Pedro Alves <palves@redhat.com>
12816
12817 PR threads/19354
12818 * gdb.multi/info-threads.exp: New file.
12819
12820 2015-12-15 Yao Qi <yao.qi@linaro.org>
12821
12822 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12823 is aarch64*-*-*.
12824
12825 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12826
12827 * gdb.base/history-duplicates.exp: Skip if no readline support.
12828
12829 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12830
12831 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12832
12833 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12834
12835 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12836
12837 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12838
12839 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12840 ctrl-C if nointerrupts target property is set.
12841 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12842 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12843 * gdb.base/paginate-bg-execution.exp: Likewise.
12844 * gdb.base/paginate-execution-startup.exp: Likewise.
12845 * gdb.base/random-signal.exp: Likewise.
12846 * gdb.base/range-stepping.exp: Likewise.
12847 * gdb.cp/annota2.exp: Likewise.
12848 * gdb.cp/annota3.exp: Likewise.
12849 * gdb.gdb/selftest.exp: Likewise.
12850 * gdb.threads/continue-pending-status.exp: Likewise.
12851 * gdb.threads/leader-exit.exp: Likewise.
12852 * gdb.threads/manythreads.exp: Likewise.
12853 * gdb.threads/pthreads.exp: Likewise.
12854 * gdb.threads/schedlock.exp: Likewise.
12855 * gdb.threads/sigthread.exp: Likewise.
12856
12857 2015-12-11 Don Breazeal <donb@codesourcery.com>
12858
12859 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12860 remote.
12861 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12862 * gdb.base/foll-exec.exp (main): Enable for target remote.
12863 * gdb.base/foll-fork.exp (main): Likewise.
12864 * gdb.base/foll-vfork.exp (main): Likewise.
12865 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12866 (proc continue_to_exit_bp_loc): Use clean_restart.
12867 * gdb.base/pie-execl.exp (main): Disable for target remote.
12868 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12869 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12870 * gdb.threads/execl.exp (main): Likewise.
12871 * gdb.threads/fork-child-threads.exp (main): Likewise.
12872 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12873 remote.
12874 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12875 remote.
12876 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12877 pid.tid style ptids, instead of just tid.
12878 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12879 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12880 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12881 ptids, instead of just tid.
12882
12883 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12884
12885 * gdb.base/list.exp (test_list_forward): Add end of file error
12886 test.
12887 (test_repeat_list_command): Add end of file error test.
12888 (test_list_backwards): Add beginning of file error test.
12889
12890 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12891
12892 * gdb.base/list.exp (test_list_invalid_args): New function,
12893 defined, and called.
12894
12895 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12896
12897 * gdb.base/list.exp (test_list): Make test names unique.
12898
12899 2015-12-11 Yao Qi <yao.qi@linaro.org>
12900
12901 * gdb.base/coremaker2.c: Remove.
12902
12903 2015-12-10 Pedro Alves <palves@redhat.com>
12904
12905 * gdb.multi/base.exp: Remove stale "spaces" references.
12906
12907 2015-12-10 Pedro Alves <palves@redhat.com>
12908
12909 * gdb.multi/base.exp: Don't use nowarnings.
12910 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12911 * gdb.multi/hangout.c: Include stdio.h.
12912 * gdb.multi/hello.c: Include stdlib.h.
12913 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12914 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12915 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12916
12917 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12918
12919 * gdb.dwarf2/dw2-ranges-base.c: New file.
12920 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12921 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12922 support additional line table, and debug ranges generation.
12923 (Dwarf::ranges): New function, generate .debug_ranges.
12924 (Dwarf::lines): Support generating simple line table programs.
12925 (Dwarf::assemble): Initialise new namespace variables.
12926
12927 2015-12-09 Kevin Buettner <kevinb@redhat.com>
12928
12929 * gdb.base/async.exp (proc test_background): Add case for
12930 asynchronous execution not supported.
12931
12932 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
12933
12934 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12935 format and change test names to make them unique.
12936
12937 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12938 Pedro Alves <pedro@redhat.com>
12939
12940 PR gdb/18702
12941 Add checking of floatformats setup on x86_64 hosts.
12942 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12943 (smallval, bigval): New labels/constants.
12944 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12945 float" after loading bigval and smallval.
12946
12947 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12948
12949 * gdb.ada/fun_overload_menu.exp: New testcase.
12950 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12951
12952 2015-12-04 Josh Stone <jistone@redhat.com>
12953
12954 * gdb.base/catch-fork-static.exp: New.
12955
12956 2015-12-03 Yao Qi <yao.qi@linaro.org>
12957
12958 * gdb.base/sizeof.c: Don't include stdio.h and
12959 ../lib/unbuffer_output.c.
12960 (main): New variable 'size' and 'value'. Remove printf and
12961 gdb_unbuffer_output. Assign return value to size and value.
12962 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12963 at the beginning.
12964 (check_sizeof): Check the result by printing variable 'size'.
12965 (check_valueof): Check the result by printing variable 'value'.
12966
12967 2015-12-01 Yao Qi <yao.qi@linaro.org>
12968
12969 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12970 for aarch64*-*-linux* target.
12971
12972 2015-11-30 Pedro Alves <palves@redhat.com>
12973
12974 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12975
12976 2015-11-30 Pedro Alves <palves@redhat.com>
12977
12978 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12979 Handle non-stop mode vCont replies.
12980
12981 2015-11-30 Pedro Alves <palves@redhat.com>
12982
12983 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12984 prepare_for_testing. Start gdb with "set non-stop on" appended to
12985 GDBFLAGS. Lax expected stop output.
12986
12987 2015-11-27 Yao Qi <yao.qi@linaro.org>
12988
12989 * gdb.arch/arm-neon.exp: New.
12990 * gdb.arch/arm-neon.c: New.
12991
12992 2015-11-27 Yao Qi <yao.qi@linaro.org>
12993
12994 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12995
12996 2015-11-27 Yao Qi <yao.qi@linaro.org>
12997
12998 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12999 frames-invalid annotation.
13000
13001 2015-11-27 Yao Qi <yao.qi@linaro.org>
13002
13003 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13004
13005 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13006
13007 * gdb.threads/names.exp: New file.
13008 * gdb.threads/names.c: New file.
13009 * README: Mention gdb,no_thread_names.
13010
13011 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13012
13013 PR 19297
13014 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13015 support" error.
13016
13017 2015-11-24 Pedro Alves <palves@redhat.com>
13018
13019 PR 17539
13020 * gdb.base/display.exp: Expect displays to be sorted in ascending
13021 order. Use multi_line.
13022 * gdb.base/solib-display.exp: Likewise.
13023
13024 2015-11-24 Pedro Alves <palves@redhat.com>
13025
13026 PR 17539
13027 * gdb.base/display.exp: Expect displays to be sorted in ascending
13028 order. Use multi_line.
13029 * gdb.base/solib-display.exp: Likewise.
13030
13031 2015-11-24 Pedro Alves <palves@redhat.com>
13032
13033 PR 17539
13034 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13035 threads in ascending order.
13036 * gdb.base/foll-fork.exp: Likewise.
13037 * gdb.base/foll-vfork.exp: Likewise.
13038 * gdb.base/multi-forks.exp: Likewise.
13039 * gdb.mi/mi-nonstop.exp: Likewise.
13040 * gdb.mi/mi-nsintrall.exp: Likewise.
13041 * gdb.multi/base.exp: Likewise.
13042 * gdb.multi/multi-arch.exp: Likewise.
13043 * gdb.python/py-inferior.exp: Likewise.
13044 * gdb.threads/break-while-running.exp: Likewise.
13045 * gdb.threads/execl.exp: Likewise.
13046 * gdb.threads/gcore-thread.exp: Likewise.
13047 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13048 * gdb.threads/kill.exp: Likewise.
13049 * gdb.threads/linux-dp.exp: Likewise.
13050 * gdb.threads/multiple-step-overs.exp: Likewise.
13051 * gdb.threads/next-bp-other-thread.exp: Likewise.
13052 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13053 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13054 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13055 * gdb.threads/thread-find.exp: Likewise.
13056 * gdb.threads/tls.exp: Likewise.
13057 * lib/mi-support.exp (mi_reverse_list): Delete.
13058 (mi_check_thread_states): No longer reverse list.
13059
13060 2015-11-24 Pedro Alves <palves@redhat.com>
13061
13062 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13063 use lowercase.
13064
13065 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13066
13067 * gdb.trace/actions.c: Include trace-common.h.
13068 (main): Add a location for a fast tracepoint.
13069 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13070 the normal tracepoints.
13071 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13072
13073 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13074
13075 * save-trace.exp: Factor out code to these...
13076 (gdb_save_tracepoints): New.
13077 (gdb_load_tracepoints): New.
13078 (do_save_load_test): New.
13079
13080 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13081
13082 * gdb.base/asmlabel.exp: New test.
13083 * gdb.base/asmlabel.c: New test case.
13084
13085 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13086
13087 * gdb.base/wrong_frame_bt_full-main.c: New file.
13088 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13089 * gdb.base/wrong_frame_bt_full.exp: New file.
13090
13091 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13092
13093 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13094
13095 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13096
13097 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13098 pstate register when comparing registers values in
13099 sparc64-*-linux-gnu targets to avoid spurious differences.
13100
13101 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13102
13103 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13104
13105 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13106
13107 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13108 as type argument to gdb_compile.
13109 * gdb.base/nested-subp2.exp: Likewise.
13110 * gdb.base/nested-subp3.exp: Likewise.
13111
13112 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13113
13114 * lib/dwarf.exp (_note): Fix left shift of negative value.
13115 * gdb.trace/trace-condition.exp: Likewise.
13116
13117 2015-11-13 Yao Qi <yao.qi@linaro.org>
13118
13119 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13120 comments about d10v.
13121 (test_scalar_returns): Likewise.
13122 * gdb.base/d10v.ld: Remove.
13123 * gdb.base/overlays.exp: Remove the target triplet checking for
13124 d10v-*-*.
13125 * gdb.base/structs.exp (test_struct_returns): Remove the
13126 comments about d10v.
13127 (test_struct_calls): Likewise.
13128
13129 2015-11-13 Yao Qi <yao.qi@linaro.org>
13130
13131 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13132 * gdb.base/gnu_vector.c: Don't include stdio.h.
13133 (main): Don't print res and call add_some_intvecs.
13134
13135 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13136
13137 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13138 macro.
13139 (func5): Removed.
13140 (func4): Use FAST_TRACEPOINT_LABEL.
13141 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13142 macro.
13143 (func): Removed.
13144 (thread_function): Use FAST_TRACEPOINT_LABEL.
13145 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13146 (func): Remove.
13147 (marker): Use FAST_TRACEPOINT_LABEL.
13148 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13149 (pendfunc1): Remove.
13150 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13151 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13152 (foo): Remove.
13153 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13154 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13155 macro.
13156 (func): Remove.
13157 (marker): Use FAST_TRACEPOINT_LABEL.
13158 * gdb.trace/trace-common.h: New header.
13159 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13160 macro.
13161 (func): Remove.
13162 (marker): Use FAST_TRACEPOINT_LABEL.
13163 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13164 (func): Remove.
13165 (thread_function): Use FAST_TRACEPOINT_LABEL.
13166
13167 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13168
13169 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13170 in front.
13171 * gdb.trace/change-loc.exp: Use global pcreg definition.
13172 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13173 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13174 in front.
13175 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13176 * gdb.trace/pending.exp: Likewise.
13177 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13178 * gdb.trace/trace-break.exp: Likewise.
13179 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13180 in front.
13181 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13182 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13183 in front.
13184 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13185
13186 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13187
13188 * gdb.ada/fin_fun_out: New testcase.
13189
13190 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13191
13192 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13193 value associated with DW_AT_byte_size.
13194 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13195 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13196 DW_AT_upper_bound.
13197
13198 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13199
13200 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13201 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13202 version.
13203 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13204 gdb.dwarf2/dw2-canonicalize-type.exp,
13205 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13206 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13207 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13208 provided by gdb_target_symbol_prefix_flags_asm.
13209 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13210 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13211 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13212 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13213 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13214 macros where needed). Use this macro for symbols which require
13215 the prefix provided by SYMBOL_PREFIX.
13216
13217 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13218
13219 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13220 New procs.
13221 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13222 representing expressions, of more than one list element.
13223 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13224 to prepend linker symbol prefix to f.
13225 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13226 table_1 and table_2.
13227 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13228 Likewise, for f and g.
13229 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13230 for ptr.
13231 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13232 for main.
13233 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13234 table_1_ptr and table_2_ptr.
13235
13236 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13237 Joel Brobecker <brobecker@adacore.com>
13238
13239 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13240
13241 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13242
13243 * gdb.reverse/s390-mvcle.c: New test.
13244 * gdb.reverse/s390-mvcle.exp: New file.
13245 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13246
13247 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13248
13249 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13250
13251 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13252
13253 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13254 reaching marker2.
13255 * gdb.reverse/getresuid-reverse.exp: Likewise.
13256 * gdb.reverse/pipe-reverse.exp: Likewise.
13257 * gdb.reverse/readv-reverse.exp: Likewise.
13258 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13259 * gdb.reverse/time-reverse.exp: Likewise.
13260 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13261
13262 2015-10-30 Yao Qi <yao.qi@linaro.org>
13263
13264 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13265 (empty_cycle): Remove.
13266 (main): Don't call empty_cycle. Don't use watch_count_done.
13267 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13268 empty_cycle. Rewrite the code counting HW watchpoints.
13269
13270 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13271
13272 * gdb.reverse/fstatat-reverse.c: New test.
13273 * gdb.reverse/fstatat-reverse.exp: New file.
13274 * gdb.reverse/getresuid-reverse.c: New test.
13275 * gdb.reverse/getresuid-reverse.exp: New file.
13276 * gdb.reverse/pipe-reverse.c: New test.
13277 * gdb.reverse/pipe-reverse.exp: New file.
13278 * gdb.reverse/readv-reverse.c: New test.
13279 * gdb.reverse/readv-reverse.exp: New file.
13280 * gdb.reverse/recvmsg-reverse.c: New test.
13281 * gdb.reverse/recvmsg-reverse.exp: New file.
13282 * gdb.reverse/time-reverse.c: New test.
13283 * gdb.reverse/time-reverse.exp: New file.
13284 * gdb.reverse/waitpid-reverse.c: New test.
13285 * gdb.reverse/waitpid-reverse.exp: New file.
13286
13287 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13288
13289 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13290
13291 2015-10-26 Doug Evans <dje@google.com>
13292
13293 PR symtab/17391
13294 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13295 * gdb.dwarf2/bad-regnum.c: New file.
13296 * gdb.dwarf2/bad-regnum.exp: New file.
13297
13298 2015-10-26 Doug Evans <dje@google.com>
13299
13300 PR python/18938
13301 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13302 file.
13303
13304 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13305
13306 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13307 for a change by "Mention language in compile error message".
13308
13309 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13310
13311 PR python/18073
13312 * gdb.python/py-type.c (C::a_method): New.
13313 (C::a_const_method): New.
13314 (C::a_static_method): New.
13315 (a_function): New.
13316 * gdb.python/py-type.exp (test_fields): Test getting fields
13317 from function and method.
13318
13319 2015-10-21 Keven Boell <keven.boell@intel.com>
13320
13321 * gdb.fortran/vla-alloc-assoc.exp: New file.
13322 * gdb.fortran/vla-datatypes.exp: New file.
13323 * gdb.fortran/vla-datatypes.f90: New file.
13324 * gdb.fortran/vla-history.exp: New file.
13325 * gdb.fortran/vla-ptype-sub.exp: New file.
13326 * gdb.fortran/vla-ptype.exp: New file.
13327 * gdb.fortran/vla-sizeof.exp: New file.
13328 * gdb.fortran/vla-sub.f90: New file.
13329 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13330 * gdb.fortran/vla-value-sub-finish.exp: New file.
13331 * gdb.fortran/vla-value-sub.exp: New file.
13332 * gdb.fortran/vla-value.exp: New file.
13333 * gdb.fortran/vla-ptr-info.exp: New file.
13334 * gdb.mi/mi-vla-fortran.exp: New file.
13335 * gdb.mi/vla.f90: New file.
13336
13337 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13338
13339 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13340 of hardwired timeout value.
13341
13342 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13343 Pedro Alves <palves@redhat.com>
13344
13345 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13346 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13347
13348 2015-10-19 Josh Stone <jistone@redhat.com>
13349
13350 * gdb.base/catch-syscall.c: Include <sched.h>.
13351 (unknown_syscall): New variable.
13352 (main): Trigger a vfork and an unknown syscall.
13353 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13354 (unknown_syscall_number): Likewise.
13355 (check_call_to_syscall): Accept an optional syscall pattern.
13356 (check_return_from_syscall): Likewise.
13357 (check_continue): Likewise.
13358 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13359 (test_catch_syscall_skipping_return): New test toggling off 'catch
13360 syscall' to step over the syscall return, then toggling back on.
13361 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13362 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13363 (do_syscall_tests): Call test_catch_syscall_without_args and
13364 test_catch_syscall_mid_vfork.
13365 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13366 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13367
13368 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13369
13370 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13371 print g_vE): Add new pass patterns.
13372 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13373 print various symbol names for vptr fields.
13374
13375 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13376
13377 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13378 results.
13379
13380 2015-10-12 Yao Qi <yao.qi@linaro.org>
13381
13382 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13383
13384 2015-10-12 Yao Qi <yao.qi@linaro.org>
13385
13386 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13387 is aarch64*-*-linux*.
13388
13389 2015-10-12 Yao Qi <yao.qi@linaro.org>
13390
13391 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13392 (can_relocate_bcond_true): ... it.
13393 (can_relocate_bcond_false): New function.
13394 (foo): Likewise.
13395 (can_relocate_bl): Likewise.
13396 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13397 can_relocate_bl.
13398
13399 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13400
13401 * gdb.base/nested-addr.c: New file.
13402 * gdb.base/nested-addr.exp: New testcase.
13403
13404 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13405
13406 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13407 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13408 its output. Ignore the output of "record goto begin" and instead
13409 check that GDB is replaying.
13410
13411 2015-10-09 Pedro Alves <palves@redhat.com>
13412
13413 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13414 (top level): Use it in the run with no args test.
13415
13416 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13417
13418 * gdb.dlang/properties.exp: New file.
13419
13420 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13421
13422 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13423 whether or not address 0x1000 is mapped on the target.
13424
13425 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13426
13427 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13428 build.
13429
13430 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13431
13432 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13433 instruction-history test.
13434
13435 2015-09-28 Doug Evans <dje@google.com>
13436
13437 * gdb.base/gcore.c (array_func): Add reference to static_array.
13438
13439 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13440
13441 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13442 source line.
13443
13444 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13445
13446 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13447 short or char as base type.
13448
13449 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13450
13451 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13452 to allow any size enum.
13453
13454 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13455
13456 * gdb.ada/array_ptr_renaming.exp: New testcase.
13457 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13458 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13459
13460 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13461
13462 * gdb.trace/ftrace-lock.c: New file.
13463 * gdb.trace/ftrace-lock.exp: New file.
13464
13465 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13466
13467 * gdb.arch/insn-reloc.c: New file.
13468 * gdb.arch/ftrace-insn-reloc.exp: New file.
13469
13470 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13471
13472 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13473 instruction.
13474 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13475 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13476 * gdb.trace/range-stepping.c: Likewise.
13477 * gdb.trace/trace-break.c: Likewise.
13478 * gdb.trace/trace-mt.c (thread_function): Likewise.
13479 * gdb.trace/ftrace.c (marker): Likewise.
13480 * gdb.trace/trace-condition.c (marker): Likewise.
13481 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13482 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13483 is_aarch64_target.
13484
13485 2015-09-18 Doug Evans <xdje42@gmail.com>
13486
13487 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13488 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13489
13490 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13491
13492 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13493 the breakpoint.
13494
13495 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13496
13497 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13498 the pending breakpoint. Remove timeout override for "Run till
13499 MI pending breakpoint on pendfunc3 on thread 2" test.
13500
13501 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13502
13503 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13504 filename pattern.
13505
13506 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13507
13508 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13509 in breakpoint filename pattern.
13510
13511 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13512
13513 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13514
13515 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13516
13517 * gdb.linespec/explicit.exp: Check for readline support for
13518 tab-completion tests. Fix obvious typo.
13519
13520 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13521
13522 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13523 and replay.
13524
13525 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13526
13527 * gdb.btrace/non-stop.c: New.
13528 * gdb.btrace/non-stop.exp: New.
13529
13530 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13531 Yao Qi <yao.qi@linaro.org>
13532
13533 * gdb.trace/trace-condition.c: New file.
13534 * gdb.trace/trace-condition.exp: New file.
13535
13536 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13537
13538 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13539 for testing bytecode compilation.
13540
13541 2015-09-16 Pedro Alves <palves@redhat.com>
13542 Sandra Loosemore <sandra@codesourcery.com>
13543
13544 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13545 (SECONDS): Redefine.
13546 (main): Call pthread_kill and alarm early.
13547 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13548 support.
13549 (test): If the target can't hardware step and doesn't support
13550 displaced stepping, increase the timeout.
13551
13552 2015-09-16 Pedro Alves <palves@redhat.com>
13553
13554 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13555 (enable_debug): New procedures.
13556 (test): Use them. Bail out if waiting for threads fails.
13557 (top level): Bail out if a test fails.
13558
13559 2015-09-16 Yao Qi <yao.qi@linaro.org>
13560
13561 * gdb.asm/asm-source.exp: Set asm-arch for
13562 aarch64*-*-* target.
13563 * gdb.asm/aarch64.inc: New file.
13564
13565 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13566
13567 * gdb.ada/array_of_variable_length.exp: New testcase.
13568 * gdb.ada/array_of_variable_length/foo.adb: New file.
13569 * gdb.ada/array_of_variable_length/pck.adb: New file.
13570 * gdb.ada/array_of_variable_length/pck.ads: New file.
13571
13572 2015-09-15 Doug Evans <dje@google.com>
13573
13574 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13575 of function static local variable.
13576
13577 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13578
13579 * gdb.threads/tls-so_extern.exp: New test file.
13580 * gdb.threads/tls-so_extern.c: New test file.
13581 * gdb.threads/tls-so_extern_main.c: New test file.
13582
13583 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13584
13585 * gdb.opt/solib-intra-step-lib.c: New file.
13586 * gdb.opt/solib-intra-step-main.c: New file.
13587 * gdb.opt/solib-intra-step.exp: New file.
13588
13589 2015-09-15 Pedro Alves <palves@redhat.com>
13590
13591 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13592 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13593
13594 2015-09-14 Pedro Alves <palves@redhat.com>
13595
13596 * gdb.base/hook-stop-continue.c: Delete.
13597 * gdb.base/hook-stop-continue.exp: Delete.
13598 * gdb.base/hook-stop-frame.c: Delete.
13599 * gdb.base/hook-stop-frame.exp: Delete.
13600 * gdb.base/hook-stop.c: New file.
13601 * gdb.base/hook-stop.exp: New file.
13602
13603 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13604
13605 * gdb.ada/access_to_packed_array.exp: New testcase.
13606 * gdb.ada/access_to_packed_array/foo.adb: New file.
13607 * gdb.ada/access_to_packed_array/pack.adb: New file.
13608 * gdb.ada/access_to_packed_array/pack.ads: New file.
13609
13610 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13611
13612 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13613 buffer size test.
13614
13615 2015-09-11 Don Breazeal <donb@codesourcery.com>
13616
13617 * gdb.base/foll-exec.c: Add copyright header. Fix
13618 formatting issues.
13619 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13620 (do_exec_tests): Use clean_restart in place of zap_session,
13621 and for test initialization. Fix formatting issues. Use
13622 fail in place of perror.
13623 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13624 an expect statement to match an expression with output from
13625 the program under debug.
13626 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13627 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13628 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13629 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13630 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13631
13632 2015-09-09 Doug Evans <dje@google.com>
13633
13634 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13635
13636 2015-09-09 Doug Evans <dje@google.com>
13637
13638 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13639
13640 2015-09-09 Doug Evans <dje@google.com>
13641
13642 * gdb.base/savedregs.exp: Fix typo.
13643
13644 2015-09-09 Pedro Alves <palves@redhat.com>
13645
13646 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13647
13648 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13649
13650 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13651 command actually switches threads. Give up on remaining
13652 tests if target fails to stop at breakpoint.
13653
13654 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13655
13656 * gdb.ada/funcall_char.exp: New testcase.
13657 * gdb.ada/funcall_char/foo.adb: New file.
13658
13659 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13660
13661 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13662 expected outputs. Add two testcases for completing ambiguous
13663 functions.
13664 * gdb.ada/complete/aux_pck.adb: New file.
13665 * gdb.ada/complete/aux_pck.ads: New file.
13666 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13667 Ambiguous_Func functions.
13668 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13669 * gdb.ada/complete/pck.adb: Likewise.
13670
13671 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13672
13673 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13674 failures to run the test program under GDB.
13675
13676 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13677
13678 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13679 to C.
13680
13681 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13682
13683 * gdb.base/run-after-attach.exp: New test file.
13684 * gdb.base/run-after-attach.c: New test file.
13685
13686 2015-08-26 Don Breazeal <donb@codesourcery.com>
13687
13688 * gdb.base/foll-exec-2.c: New test program.
13689 * gdb.base/foll-exec-2.exp: New test.
13690
13691 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13692
13693 * gdb.base/nested-subp1.exp: New file.
13694 * gdb.base/nested-subp1.c: New file.
13695 * gdb.base/nested-subp2.exp: New file.
13696 * gdb.base/nested-subp2.c: New file.
13697 * gdb.base/nested-subp3.exp: New file.
13698 * gdb.base/nested-subp3.c: New file.
13699
13700 2015-08-24 Pedro Alves <palves@redhat.com>
13701
13702 * gdb.server/connect-without-multi-process.c: New file.
13703 * gdb.server/connect-without-multi-process.exp: New file.
13704
13705 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13706
13707 * gdb.opt/inline-markers.c: Make z int.
13708
13709 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13710
13711 * gdb.opt/inline-markers.c: Make z volatile.
13712
13713 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13714
13715 * gdb.opt/inline-bt.c: New volatile global z.
13716 * gdb.opt/inline-cmds.c: Likewise.
13717 * gdb.opt/inline-locals.c: Likewise.
13718 * gdb.opt/inline-markers.c: New extern global z.
13719 (marker): Use z.
13720 (inline_fn): Likewise.
13721
13722 2015-08-24 Pedro Alves <palves@redhat.com>
13723
13724 * config/m32r-stub.exp: Remove file.
13725 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13726 * gdb.base/call-rt-st.exp: Likewise.
13727 * gdb.base/call-strs.exp: Likewise.
13728 * gdb.base/default.exp: Remove references to h8300-*-hms and
13729 *-*-udi*.
13730 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13731
13732 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13733
13734 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13735 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13736 and "return" use KFAIL when GDB can not read/write the vector
13737 return value.
13738
13739 2015-08-21 Gary Benson <gbenson@redhat.com>
13740
13741 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13742
13743 2015-08-20 Pedro Alves <palves@redhat.com>
13744
13745 * gdb.server/solib-list.exp: No longer expect an interior stop in
13746 non-stop mode.
13747
13748 2015-08-20 Pedro Alves <palves@redhat.com>
13749
13750 * gdb.server/connect-stopped-target.c: New file.
13751 * gdb.server/connect-stopped-target.exp: New file.
13752
13753 2015-08-20 Pedro Alves <palves@redhat.com>
13754
13755 * gdb.dwarf2/comp-unit-lang.exp: New file.
13756 * gdb.dwarf2/comp-unit-lang.c: New file.
13757
13758 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13759
13760 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13761 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13762
13763 2015-08-19 Kevin Buettner <kevinb@redhat.com>
13764
13765 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13766 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13767
13768 2015-08-18 Doug Evans <dje@google.com>
13769 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13770
13771 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13772 skip_python_tests. New arg prompt_regexp.
13773 (skip_python_tests): New function.
13774 * lib/mi-support.exp (mi_skip_python_tests): New function.
13775 * gdb.python/py-mi-objfile-gdb.py: New file.
13776 * gdb.python/py-mi-objfile.c: New file.
13777 * gdb.python/py-mi-objfile.exp: New file.
13778
13779 2015-08-17 Keith Seitz <keiths@redhat.com>
13780
13781 * gdb.linespec/explicit.exp: Move strace test from here ...
13782 * gdb.trace/strace.exp: ... to here.
13783
13784 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13785
13786 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13787 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13788
13789 2015-08-14 Doug Evans <xdje42@gmail.com>
13790
13791 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13792 inferior before selecting a new file.
13793
13794 2015-08-14 Doug Evans <xdje42@gmail.com>
13795
13796 * gdb.mi/mi-disassemble.exp: Update.
13797 * gdb.base/disasm-optim.S: New file.
13798 * gdb.base/disasm-optim.c: New file.
13799 * gdb.base/disasm-optim.h: New file.
13800 * gdb.base/disasm-optim.exp: New file.
13801
13802 2015-08-14 Keith Seitz <keiths@redhat.com>
13803
13804 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13805 "evaluated-by".
13806
13807 2015-08-13 Joel Brobecker <brobecker@adacore.com>
13808
13809 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13810
13811 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13812
13813 * gdb.ada/fun_renaming.exp: New testcase.
13814 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13815 * gdb.ada/fun_renaming/pack.adb: New file.
13816 * gdb.ada/fun_renaming/pack.ads: New file.
13817
13818 2015-08-12 Keith Seitz <keiths@redhat.com>
13819
13820 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13821 gdb_get_line_number.
13822
13823 2015-08-12 Joel Brobecker <brobecker@adacore.com>
13824
13825 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13826 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13827 gdb.base/dso2dso.exp: New files.
13828
13829 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13830 Pedro Alves <palves@redhat.com>
13831 Keith Seitz <keiths@redhat.com>
13832
13833 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13834 GDBFLAGS.
13835
13836 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13837
13838 * gdb.base/gdbhistsize-history.exp
13839 (test_histsize_history_setting): Use save_vars.
13840 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13841 Use save_vars.
13842 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13843 * gdb.base/readline.exp: Use save_vars.
13844
13845 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13846
13847 * lib/gdb.exp (save_vars): New proc.
13848
13849 2015-08-11 Keith Seitz <keiths@redhat.com>
13850
13851 * gdb.base/help.exp: Update help_breakpoint_text.
13852
13853 2015-08-11 Keith Seitz <keiths@redhat.com>
13854
13855 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13856 (at toplevel): Call test_explicit_breakpoints.
13857 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13858 breakpoints.
13859 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13860 breakpoint conditions, "-cond".
13861
13862 2015-08-11 Keith Seitz <keiths@redhat.com>
13863
13864 * gdb.linespec/3explicit.c: New file.
13865 * gdb.linespec/cpexplicit.cc: New file.
13866 * gdb.linespec/cpexplicit.exp: New file.
13867 * gdb.linespec/explicit.c: New file.
13868 * gdb.linespec/explicit.exp: New file.
13869 * gdb.linespec/explicit2.c: New file.
13870 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13871 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13872 before using in the matching pattern.
13873 Clarify that `prefix' is a regular expression.
13874
13875 2015-08-11 Keith Seitz <keiths@redhat.com>
13876
13877 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13878 test.
13879 Add tests for missing ",FMT" and ",".
13880
13881 2015-08-10 Doug Evans <dje@google.com>
13882 Keith Seitz <keiths@redhat.com>
13883
13884 PR gdb/17960
13885 * gdb.base/completion.exp: Add location completer tests.
13886
13887 2015-08-07 Pedro Alves <palves@redhat.com>
13888
13889 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13890 tests here.
13891 (top level): Run do_test with and without displaced stepping.
13892
13893 2015-08-07 Pedro Alves <palves@redhat.com>
13894
13895 * gdb.base/valgrind-disp-step.c: New file.
13896 * gdb.base/valgrind-disp-step.exp: New file.
13897
13898 2015-08-07 Pedro Alves <palves@redhat.com>
13899
13900 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13901 Delete function.
13902 (main): Add alarm. Run an infinite loop instead of calling
13903 wait_threads.
13904 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13905 comment.
13906 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13907 Delete function.
13908 (main): Add alarm. Run an infinite loop instead of calling
13909 wait_threads.
13910 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13911 comment.
13912
13913 2015-08-07 Pedro Alves <palves@redhat.com>
13914
13915 * gdb.base/checkpoint-ns.exp: New file.
13916 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13917 standard_testfile.
13918
13919 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13920
13921 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13922 * gdb.btrace/instruction_history.exp: Update.
13923 * gdb.btrace/tsx.exp: New.
13924 * gdb.btrace/tsx.c: New.
13925
13926 2015-08-06 Pedro Alves <palves@redhat.com>
13927
13928 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13929 increase timeout.
13930 * gdb.reverse/until-precsave.exp: Bump timeouts.
13931
13932 2015-08-06 Pedro Alves <palves@redhat.com>
13933
13934 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13935
13936 2015-08-06 Pedro Alves <palves@redhat.com>
13937
13938 PR gdb/18749
13939 * gdb.threads/process-dies-while-handling-bp.c: New file.
13940 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13941
13942 2015-08-06 Pedro Alves <palves@redhat.com>
13943
13944 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13945 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13946
13947 2015-08-05 Pedro Alves <palves@redhat.com>
13948
13949 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13950 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13951
13952 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13953
13954 * gdb.base/bp-permanent.exp: Report test as unsupported if
13955 the target cannot stop at the permanent breakpoint.
13956
13957 2015-08-03 Doug Evans <dje@google.com>
13958
13959 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13960 10000.
13961
13962 2015-08-03 Doug Evans <dje@google.com>
13963
13964 * Makefile.in (workers/%.worker, build-perf): New rule.
13965 (GDB_PERFTEST_MODE): New variable.
13966 (check-perf): Use it.
13967 (clean): Clean up gdb.perf parallel build subdirs.
13968 * lib/build-piece.exp: New file.
13969 * lib/gdb.exp (make_gdb_parallel_path): New function
13970 (standard_output_file, standard_temp_file): Call it.
13971 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13972 of $GDB_PARALLEL.
13973 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13974
13975 2015-08-03 Doug Evans <dje@google.com>
13976
13977 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
13978 (LOG_FILE_NAME): New global.
13979 (TextReporter.__init__): Initialize self.txt_sum.
13980 (TextReporter.report): Add support for multiple data-points.
13981 Move report to perftest.sum, put raw data in perftest.log.
13982 (TextReporter.start): Open sum and log files.
13983 (TextReporter.end): Close sum and log files.
13984 * gdb.perf/lib/perftest/testresult.py
13985 (SingleStatisticTestResult.record): Handle multiple data-points.
13986
13987 2015-07-31 Pedro Alves <palves@redhat.com>
13988
13989 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13990 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13991 kill_wait_spawned_process instead of explicit "kill -9".
13992 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13993 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13994 kill_wait_spawned_process.
13995 * gdb.base/attach-twice.exp: Likewise.
13996 * gdb.base/attach.exp: Likewise.
13997 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13998 gdb_test_multiple.
13999 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14000 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14001 kill_wait_spawned_process.
14002 * gdb.base/valgrind-infcall.exp: Likewise.
14003 * gdb.multi/multi-attach.exp: Likewise.
14004 * gdb.python/py-prompt.exp: Likewise.
14005 * gdb.python/py-sync-interp.exp: Likewise.
14006 * gdb.server/ext-attach.exp: Likewise.
14007 * gdb.threads/attach-into-signal.exp (corefunc): Use
14008 spawn_wait_for_attach, spawn_id_get_pid and
14009 kill_wait_spawned_process.
14010 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14011 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14012 spawn_id_get_pid and kill_wait_spawned_process.
14013 * gdb.threads/attach-stopped.exp (corefunc): Use
14014 spawn_wait_for_attach, spawn_id_get_pid and
14015 kill_wait_spawned_process.
14016 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14017 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14018 kill_wait_spawned_process instead of explicit "kill -9".
14019 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14020 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14021 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14022 processes. Don't map cygwin/windows pids here. Now returns a
14023 spawn id list.
14024
14025 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14026
14027 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14028 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14029 correct patch.
14030
14031 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14032
14033 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14034
14035 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14036
14037 Reapply:
14038 2014-05-21 Mark Wielaard <mjw@redhat.com>
14039
14040 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14041
14042 2015-07-30 Pedro Alves <palves@redhat.com>
14043
14044 * linux-low.c (handle_extended_wait): Set the child's last
14045 reported status to TARGET_WAITKIND_STOPPED.
14046
14047 2015-07-30 Pedro Alves <palves@redhat.com>
14048
14049 PR threads/18600
14050 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14051 only shows inferior 1.
14052
14053 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14054 Pedro Alves <palves@redhat.com>
14055
14056 PR threads/18600
14057 * gdb.threads/fork-plus-threads.c: New file.
14058 * gdb.threads/fork-plus-threads.exp: New file.
14059
14060 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14061
14062 * gdb.base/batch-preserve-term-settings.exp
14063 (test_terminal_settings_preserved_after_cli_exit): Use
14064 send_quit_command.
14065
14066 2015-07-29 Pedro Alves <palves@redhat.com>
14067 Don Breazeal <donb@codesourcery.com>
14068
14069 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14070 output from both inferior_spawn_id and gdb_spawn_id.
14071
14072 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14073
14074 * gdb.threads/attach-into-signal.exp (corefunc): Use
14075 with_test_prefix on nested loops, uniquefying the test messages.
14076
14077 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14078
14079 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14080 commit.
14081
14082 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14083
14084 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14085 New proc.
14086 (test_terminal_settings_preserved_after_sigterm): New test.
14087
14088 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14089
14090 * gdb.base/batch-preserve-term-settings.exp
14091 (test_terminal_settings_preserved_after_cli_exit): New test.
14092
14093 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14094
14095 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14096 manipulation of saved_gdbflags.
14097 (test_terminal_settings_preserved): Remove global declaration of
14098 the unused variable pagination_prompt. Remove manipulation of
14099 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14100 GDBFLAGS.
14101
14102 2015-07-29 Pedro Alves <palves@redhat.com>
14103
14104 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14105
14106 2015-07-29 Pedro Alves <palves@redhat.com>
14107
14108 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14109 at the top.
14110
14111 2015-07-29 Pedro Alves <palves@redhat.com>
14112
14113 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14114 (main): Call gdb_unbuffer_output.
14115 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14116 (main): Call gdb_unbuffer_output.
14117 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14118 (main): Call gdb_unbuffer_output.
14119 * gdb.base/call-strs.exp: Adjust to step over the
14120 gdb_unbuffer_output call.
14121 * gdb.base/catch-gdb-caused-signals.c: Include
14122 "../lib/unbuffer_output.c".
14123 (main): Call gdb_unbuffer_output.
14124 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14125 (main): Call gdb_unbuffer_output.
14126 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14127 (main): Call gdb_unbuffer_output.
14128 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14129 (main): Call gdb_unbuffer_output.
14130 * gdb.base/shlib-call.exp: Adjust to step over the
14131 gdb_unbuffer_output call.
14132 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14133 (main): Call gdb_unbuffer_output.
14134 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14135 (main): Call gdb_unbuffer_output.
14136 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14137 (main): Rename to ...
14138 (test): ... this.
14139 (main): Reimplement.
14140 * gdb.base/varargs.exp: Run to test instead of to main.
14141 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14142 (main): Call gdb_unbuffer_output.
14143
14144 2015-07-29 Pedro Alves <palves@redhat.com>
14145
14146 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14147 factore out from mi_continue_dprintf. For call-style dprintfs,
14148 expect dprintf output out of $inferior_spawn_id.
14149 (mi_continue_dprintf): Use mi_expect_dprintf.
14150 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14151 (main): Call gdb_unbuffer_output.
14152
14153 2015-07-29 Pedro Alves <palves@redhat.com>
14154
14155 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14156 (default_mi_gdb_start): Set inferior_spawn_id instead of
14157 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14158 gdb_spawn_id.
14159 (mi_gdb_test): Always expect inferior output from both
14160 $inferior_spawn_id and $gdb_spawn_id.
14161
14162 2015-07-29 Pedro Alves <palves@redhat.com>
14163
14164 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14165 send_inferior and $inferior_spawn_id.
14166
14167 2015-07-29 Pedro Alves <palves@redhat.com>
14168
14169 * gdb.gdb/complaints.exp (test_initial_complaints)
14170 (test_serial_complaints, test_short_complaints): Use
14171 gdb_test_stdio.
14172 (test_empty_complaint): Handle $inferior_spawn_id !=
14173 $gdb_spawn_id.
14174
14175 2015-07-29 Pedro Alves <palves@redhat.com>
14176
14177 * gdb.base/varargs.exp: Use gdb_test_stdio.
14178
14179 2015-07-29 Pedro Alves <palves@redhat.com>
14180
14181 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14182
14183 2015-07-29 Pedro Alves <palves@redhat.com>
14184
14185 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14186
14187 2015-07-29 Pedro Alves <palves@redhat.com>
14188
14189 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14190 parameter into two new parameters, "inf_result" and "gdb_result".
14191 Expect inferior output and gdb output from $inferior_spawn_id and
14192 $gdb_spawn_id, respectively. Adjust all callers.
14193
14194 2015-07-29 Pedro Alves <palves@redhat.com>
14195
14196 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14197 of gdb_test_sequence.
14198
14199 2015-07-29 Pedro Alves <palves@redhat.com>
14200
14201 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14202 (saw_spurious_output): Expect inferior output from
14203 $inferior_spawn_id. Use gdb_test_stdio.
14204
14205 2015-07-29 Pedro Alves <palves@redhat.com>
14206
14207 * gdb.base/dprintf.exp: Use standard_testfile. Change
14208 prepare_for_testing call.
14209 (srcfile): Don't set.
14210 (restart): New procedure.
14211 (test_dprintf): New procecure, use to continue over dprintfs.
14212 (test_call, test_agent): New procedures, tests moved here.
14213 Restart gdb and recreate dprintfs. Adjust expected output.
14214
14215 2015-07-29 Pedro Alves <palves@redhat.com>
14216
14217 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14218
14219 2015-07-29 Pedro Alves <palves@redhat.com>
14220
14221 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14222
14223 2015-07-29 Pedro Alves <palves@redhat.com>
14224
14225 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14226 gdb_test_stdio.
14227
14228 2015-07-29 Pedro Alves <palves@redhat.com>
14229
14230 * lib/gdb.exp (gdb_test_stdio): New procedure.
14231
14232 2015-07-29 Pedro Alves <palves@redhat.com>
14233
14234 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14235
14236 2015-07-29 Pedro Alves <palves@redhat.com>
14237
14238 * gdb.base/call-signal-resume.exp: Remove check for
14239 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14240 * gdb.base/unwindonsignal.exp: Likewise.
14241 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14242 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14243
14244 2015-07-29 Pedro Alves <palves@redhat.com>
14245
14246 * gdb.base/siginfo-addr.c (pass): New function.
14247 (handler): Call it iff si_addr is correct.
14248 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14249 Set a breakpoint at "pass" and continue to it.
14250
14251 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14252
14253 * gdb.python/py-objfile.exp: Make some tests have unique names.
14254 * gdb.python/py-pp-registration.exp: Likewise.
14255
14256 2015-07-28 Pedro Alves <palves@redhat.com>
14257
14258 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14259
14260 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14261
14262 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14263
14264 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14265
14266 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14267
14268 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14269
14270 * gdb.base/gdb-sigterm-2.exp: New test.
14271
14272 2015-07-25 Doug Evans <xdje42@gmail.com>
14273
14274 Revert:
14275 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14276 (workers/%.worker, build-perf): New rule.
14277 (GDB_PERFTEST_MODE): New variable.
14278 (check-perf): Use it.
14279 (clean): Clean up gdb.perf parallel build subdirs.
14280 * lib/build-piece.exp: New file.
14281 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14282 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14283 name.
14284 (standard_temp_file): Ditto.
14285 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14286 of $GDB_PARALLEL.
14287
14288 2015-07-24 Doug Evans <dje@google.com>
14289
14290 * gdb.perf/lib/perftest/utils.py: New file.
14291 * gdb.perf/gm-hello.cc: New file.
14292 * gdb.perf/gm-pervasive-typedef.cc: New file.
14293 * gdb.perf/gm-pervasive-typedef.h: New file.
14294 * gdb.perf/gm-std.cc: New file.
14295 * gdb.perf/gm-std.h: New file.
14296 * gdb.perf/gm-use-cerr.cc: New file.
14297 * gdb.perf/gm-utils.h: New file.
14298 * gdb.perf/gmonster-null-lookup.py: New file.
14299 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14300 * gdb.perf/gmonster-print-cerr.py: New file.
14301 * gdb.perf/gmonster-ptype-string.py: New file.
14302 * gdb.perf/gmonster-runto-main.py: New file.
14303 * gdb.perf/gmonster-select-file.py: New file.
14304 * gdb.perf/gmonster1-null-lookup.exp: New file.
14305 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14306 * gdb.perf/gmonster1-print-cerr.exp: New file.
14307 * gdb.perf/gmonster1-ptype-string.exp: New file.
14308 * gdb.perf/gmonster1-runto-main.exp: New file.
14309 * gdb.perf/gmonster1-select-file.exp: New file.
14310 * gdb.perf/gmonster1.cc: New file.
14311 * gdb.perf/gmonster1.exp: New file.
14312 * gdb.perf/gmonster2-null-lookup.exp: New file.
14313 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14314 * gdb.perf/gmonster2-print-cerr.exp: New file.
14315 * gdb.perf/gmonster2-ptype-string.exp: New file.
14316 * gdb.perf/gmonster2-runto-main.exp: New file.
14317 * gdb.perf/gmonster2-select-file.exp: New file.
14318 * gdb.perf/gmonster2.cc: New file.
14319 * gdb.perf/gmonster2.exp: New file.
14320
14321 2015-07-24 Doug Evans <dje@google.com>
14322
14323 * gdb.perf/README: New file.
14324 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14325 * lib/gen-perf-test.exp: New file.
14326
14327 2015-07-24 Doug Evans <dje@google.com>
14328
14329 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14330 (PerfTest::startup): New function.
14331 (PerfTest::run): Return result of calling body.
14332 (PerfTest::assemble): Rewrite.
14333 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14334 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14335 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14336 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14337 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14338
14339 2015-07-24 Doug Evans <dje@google.com>
14340
14341 * lib/gdb.exp (clean_restart): Make executable optional.
14342
14343 2015-07-24 Doug Evans <dje@google.com>
14344
14345 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14346 compiler_info references.
14347 * gdb.cp/temargs.exp: Ditto.
14348 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14349 (get_compiler_info): Early exit if already computed. Set compiler_info
14350 to "unknown" if there was a problem.
14351 (test_compiler_info): Add function comment. Call get_compiler_info.
14352
14353 2015-07-24 Doug Evans <dje@google.com>
14354
14355 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14356 (workers/%.worker, build-perf): New rule.
14357 (GDB_PERFTEST_MODE): New variable.
14358 (check-perf): Use it.
14359 (clean): Clean up gdb.perf parallel build subdirs.
14360 * lib/build-piece.exp: New file.
14361 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14362 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14363 name.
14364 (standard_temp_file): Ditto.
14365 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14366 of $GDB_PARALLEL.
14367
14368 2015-07-24 Doug Evans <dje@google.com>
14369
14370 * lib/future.exp (gdb_default_target_compile): New option
14371 "early_flags".
14372 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14373 --as-needed.
14374
14375 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14376
14377 * gdb.base/catch-syscall.exp: Call gdb_exit before
14378 gdb_skip_xml_test.
14379
14380 2015-07-24 Pedro Alves <palves@redhat.com>
14381
14382 * gdb.python/py-events.exp: Accept output between the stop event
14383 and the prompt.
14384 * gdb.python/py-evsignal.exp: Likewise.
14385 * gdb.python/py-evthreads.exp: Likewise.
14386
14387 2015-07-24 Pedro Alves <palves@redhat.com>
14388
14389 PR gdb/18717
14390 * gdb.threads/non-ldr-exit.c: New file.
14391 * gdb.threads/non-ldr-exit.exp: New file.
14392
14393 2015-07-24 Yao Qi <yao.qi@linaro.org>
14394
14395 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14396 restarting process.
14397
14398 2015-07-24 Yao Qi <yao.qi@linaro.org>
14399
14400 * gdb.server/ext-restart.exp: New file.
14401
14402 2015-07-24 Yao Qi <yao.qi@linaro.org>
14403
14404 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14405 argument options.
14406 * gdb.server/ext-wrapper.exp: New file.
14407
14408 2015-07-23 Doug Evans <dje@google.com>
14409
14410 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14411 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14412
14413 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14414
14415 * gdb.ada/var_arr_typedef.exp: New testcase.
14416 * gdb.ada/var_arr_typedef/pack.adb: New file.
14417 * gdb.ada/var_arr_typedef/pack.ads: New file.
14418 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14419
14420 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14421
14422 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14423
14424 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14425
14426 * gdb.arch/i386-biarch-core.exp: Replace istarget
14427 by "complete set gnutarget". Remove expectation for the "core-file"
14428 command.
14429
14430 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14431
14432 Revert the previous commit:
14433 Tests for validate symbol file using build-id.
14434
14435 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14436
14437 Tests for validate symbol file using build-id.
14438 * gdb.base/solib-mismatch-lib.c: New file.
14439 * gdb.base/solib-mismatch-libmod.c: New file.
14440 * gdb.base/solib-mismatch.c: New file.
14441 * gdb.base/solib-mismatch.exp: New file.
14442
14443 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14444
14445 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14446 nios2-*-linux*.
14447 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14448 * gdb.base/siginfo.exp: Likewise.
14449 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14450
14451 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14452
14453 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14454 Move it to ...
14455 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14456 ... here.
14457 * gdb.trace/range-stepping.exp: Check that the target supports
14458 range stepping.
14459
14460 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14461
14462 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14463
14464 2015-07-14 Pedro Alves <palves@redhat.com>
14465
14466 * gdb.base/killed-outside.exp: New file.
14467 * gdb.base/killed-outside.c: New file.
14468
14469 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14470
14471 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14472 (n at main): New.
14473 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14474
14475 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14476
14477 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14478 infcall tests instead of setting up for KFAIL.
14479
14480 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14481
14482 * gdb.btrace/record_goto-step.exp: New.
14483
14484 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14485
14486 PR compile/18484
14487 * gdb.compile/compile.c (struct struct_type): Add volatile to
14488 selffield's type.
14489 * gdb.compile/compile.exp
14490 (compile code struct_object.selffield = &struct_object): Skip further
14491 struct_object tests if this one xfails.
14492
14493 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14494
14495 PR exp/18617
14496 * gdb.trace/ax.exp: Add test.
14497
14498 2015-07-07 Yao Qi <yao.qi@linaro.org>
14499
14500 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14501 instead of istarget "aarch64*-*-*".
14502 * gdb.arch/aarch64-fp.exp: Likewise.
14503 * gdb.base/float.exp: Likewise.
14504 * gdb.reverse/aarch64.exp: Likewise.
14505 * lib/gdb.exp (is_aarch64_target): New proc.
14506
14507 2015-07-07 Yao Qi <yao.qi@linaro.org>
14508
14509 * lib/gdb.exp (is_aarch32_target): New proc.
14510 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14511 instead of "istarget "arm*-*-*"".
14512 * gdb.arch/arm-disp-step.exp: Likewise.
14513 * gdb.arch/thumb-bx-pc.exp: Likewise.
14514 * gdb.arch/thumb-prologue.exp: Likewise.
14515 * gdb.arch/thumb-singlestep.exp: Likewise.
14516 * gdb.base/disp-step-syscall.exp: Likewise.
14517 * gdb.base/float.exp: Likewise.
14518
14519 2015-07-07 Yao Qi <yao.qi@linaro.org>
14520
14521 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14522 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14523
14524 2015-07-07 Yao Qi <yao.qi@linaro.org>
14525
14526 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14527 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14528 if it exists.
14529 * gdb.multi/multi-arch.exp: Likewise.
14530
14531 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14532
14533 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14534 print.
14535
14536 2015-07-07 Yao Qi <yao.qi@linaro.org>
14537
14538 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14539
14540 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14541
14542 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14543 '[' and ']' characters.
14544
14545 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14546
14547 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14548
14549 2015-06-29 Pedro Alves <palves@redhat.com>
14550
14551 PR threads/18127
14552 * gdb.threads/hand-call-new-thread.c: New file.
14553 * gdb.threads/hand-call-new-thread.c: New file.
14554
14555 2015-06-26 Keith Seitz <keiths@redhat.com>
14556 Doug Evans <dje@google.com>
14557
14558 PR 16253
14559 * gdb.cp/var-tag-2.cc: New file.
14560 * gdb.cp/var-tag-3.cc: New file.
14561 * gdb.cp/var-tag-4.cc: New file.
14562 * gdb.cp/var-tag.cc: New file.
14563 * gdb.cp/var-tag.exp: New file.
14564
14565 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14566
14567 * gdb.base/history-duplicates.exp: New test.
14568
14569 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14570
14571 * gdb.base/completion.exp: Test the completion of the "focus"
14572 command.
14573
14574 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14575
14576 * gdb.arch/amd64-prologue-skip.S: New file.
14577 * gdb.arch/amd64-prologue-skip.exp: New file.
14578
14579 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14580
14581 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14582 is_address_zero_readable check.
14583
14584 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14585
14586 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14587 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14588
14589 2015-06-24 Yao Qi <yao.qi@linaro.org>
14590
14591 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14592 linux targets.
14593
14594 2015-06-24 Yao Qi <yao.qi@linaro.org>
14595
14596 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14597 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14598 * gdb.base/siginfo-thread.exp: Likewise.
14599
14600 2015-06-22 Yao Qi <yao.qi@linaro.org>
14601
14602 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14603
14604 2015-06-22 Yao Qi <yao.qi@linaro.org>
14605
14606 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14607 aarch64*-*-*.
14608 (skip_hw_watchpoint_tests): Likewise.
14609
14610 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14611
14612 * gdb.base/gdbinit-history.exp: Test the interaction between
14613 setting GDBHISTSIZE and setting the history size via .gdbinit.
14614
14615 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14616
14617 PR gdb/16999
14618 * gdb.base/gdbhistsize-history.exp: New test.
14619
14620 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14621
14622 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14623 with GDBHISTSIZE.
14624 * gdb.base/readline.exp: Likewise.
14625
14626 2015-06-17 Yao Qi <yao.qi@linaro.org>
14627
14628 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14629 line.
14630
14631 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14632
14633 * gdb.base/gdbinit-history.exp: Add test case to check that
14634 an unlimited history file does not get truncated on exit.
14635
14636 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14637
14638 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14639 (VECTOR): New macro. Use it...
14640 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14641 ...for these typedefs.
14642 (int8, char1, int1, double1): New typedefs.
14643 (struct just_int2, struct two_int2): New structures.
14644 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14645 (add_structvecs, add_singlevecs): New functions.
14646 (main): Call add_some_intvecs twice.
14647 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14648 the compile and exit upon failure. Try compiling for the "native"
14649 architecture. Test inferior function calls with vector arguments
14650 and vector return value handling with "finish" and "return".
14651
14652 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14653
14654 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14655 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14656 PE file.
14657 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14658
14659 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14660
14661 PR breakpoints/16465
14662 * gdb.mi/mi-dprintf-pending.c: New file.
14663 * gdb.mi/mi-dprintf-pending.exp: New test.
14664 * gdb.mi/mi-dprintf-pendshr.c: New file.
14665
14666 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14667 Mircea Gherzan <mircea.gherzan@intel.com>
14668
14669 * gdb.arch/i386-mpx-map.c: New file.
14670 * gdb.arch/i386-mpx-map.exp: New File.
14671
14672 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14673
14674 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14675 * gdb.arch/i386-mpx.exp: Indentation fixed.
14676
14677 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14678
14679 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14680 function and improved indentation.
14681 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14682 gdb_test_multiple. Added additional tests to skip the test.
14683
14684 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14685
14686 * gdb.arch/i386-avx512.c: Change path in include file.
14687 * gdb.arch/i386-avx512.exp: Change include dir path
14688 compilation flag.
14689 * gdb.arch/i386-mpx.c: Change path in include file.
14690 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14691 flag.
14692
14693 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14694
14695 * gdb.compile/compile-print.exp (compile print *vararray@3)
14696 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14697
14698 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14699
14700 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14701 (do not keep jit in memory): ... this.
14702 (expect 5): Change it to ...
14703 (expect no 5): ... this.
14704
14705 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14706
14707 PR gdb/15564
14708 * gdb.mi/mi-detach.exp: New file.
14709
14710 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14711
14712 PR symtab/18392
14713 * gdb.arch/amd64-tailcall-self.S: New file.
14714 * gdb.arch/amd64-tailcall-self.c: New file.
14715 * gdb.arch/amd64-tailcall-self.exp: New file.
14716
14717 2015-05-28 Don Breazeal <donb@codesourcery.com>
14718
14719 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14720 tests for remote targets by checking is_target_gdbserver.
14721
14722 2015-05-27 Doug Evans <dje@google.com>
14723
14724 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14725 * gdb.dwarf2/opaque-type-lookup.c: New file.
14726 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14727
14728 2015-05-26 Doug Evans <dje@google.com>
14729
14730 * gdb.cp/iostream.cc: New file.
14731 * gdb.cp/iostream.exp: New file.
14732
14733 2015-05-26 Doug Evans <dje@google.com>
14734
14735 * gdb.dwarf2/dw2-op-call.exp: Update.
14736 * gdb.dwarf2/dw4-sig-types.exp: Update.
14737 * gdb.dwarf2/implptr.exp: Update.
14738 * gdb.mi/mi-cmd-param-changed.exp: Update.
14739
14740 2015-05-26 Doug Evans <dje@google.com>
14741
14742 * gdb.python/py-lazy-string.c: New file.
14743 * gdb.python/py-lazy-string.exp: New file.
14744 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14745 (main): Update. Add estring3.
14746 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14747 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14748
14749 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14750 Yao Qi <yao.qi@linaro.org>
14751
14752 * gdb.reverse/aarch64.c: New.
14753 * gdb.reverse/aarch64.exp: New.
14754
14755 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14756
14757 * lib/gdb.exp (supports_process_record): Return true for
14758 aarch64*-linux*.
14759 (supports_reverse): Likewise.
14760
14761 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14762
14763 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14764 Use with_test_prefix.
14765
14766 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14767
14768 * gdb.base/completion.exp: Add test for completion of layout
14769 names.
14770
14771 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14772
14773 * lib/gdb.exp (skip_tui_tests): New proc.
14774 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14775
14776 2015-05-19 Pedro Alves <palves@redhat.com>
14777
14778 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14779 Save the whole env array instead of just HOME. Unset HISTSIZE in
14780 the environment while testing. Restore whole environment
14781 afterwards.
14782
14783 2015-05-16 Doug Evans <xdje42@gmail.com>
14784
14785 * gdb.guile/scm-ports.c: New file.
14786 * gdb.guile/scm-ports.exp: Add memory port tests.
14787
14788 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14789
14790 * gdb.compile/compile-print.c: New file.
14791 * gdb.compile/compile-print.exp: New file.
14792
14793 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14794
14795 * gdb.compile/compile-ops.exp: Cast param to void.
14796 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14797 (compile code struct_object.selffield = &struct_object): Add xfail.
14798
14799 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14800
14801 * gdb.ada/arr_enum_with_gap: New testcase.
14802
14803 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14804
14805 * gdb.ada/byte_packed_arr: New testcase.
14806
14807 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14808
14809 * gdb.ada/pckd_neg: New testcase.
14810
14811 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14812
14813 PR gdb/17820
14814 * gdb.base/gdbinit-history.exp: New test.
14815 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14816 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14817
14818 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14819
14820 * gdb.python/py-xmethods.cc: Enhance test case.
14821 * gdb.python/py-xmethods.exp: New tests.
14822 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14823 function.
14824 (B_indexoper): Likewise.
14825 (global_dm_list) : Add new xmethod worker functions.
14826
14827 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14828
14829 * gdb.base/coredump-filter.exp: Correctly unset
14830 "coredump_var_addr" array.
14831
14832 2015-05-08 Pedro Alves <palves@redhat.com>
14833
14834 * gdb.server/non-existing-program.exp: Unset spawn_id.
14835
14836 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14837
14838 PR python/18291
14839 * gdb.python/py-xmethods.exp: Add tests.
14840
14841 2015-05-08 Yao Qi <yao.qi@linaro.org>
14842
14843 PR gdb/18208
14844 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14845 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14846 function set_coredump_filter, and remove remote_exec call.
14847 Remove argument ipid. Callers update.
14848 (top level): Don't get inferior's PID.
14849
14850 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14851
14852 * gdb.base/watch_thread_num.exp: Skip test on targets without
14853 access watchpoints.
14854
14855 2015-05-06 Pedro Alves <palves@redhat.com>
14856
14857 PR server/18081
14858 * gdb.server/non-existing-program.exp: New file.
14859
14860 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14861
14862 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14863
14864 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14865
14866 * gdb.ada/out_of_line_in_inlined: New testcase.
14867
14868 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14869
14870 * gdb.ada/var_rec_arr: New testcase.
14871
14872 2015-04-30 Yao Qi <yao.qi@linaro.org>
14873
14874 * gdb.base/break-idempotent.exp: If
14875 skip_hw_watchpoint_multi_tests returns true, skip the tests
14876 on "rwatch" and "awatch".
14877
14878 2015-04-30 Yao Qi <yao.qi@linaro.org>
14879
14880 * gdb.base/relativedebug.exp: Invoke gdb command
14881 "info sharedlibrary", and if libc.so doesn't have debug info,
14882 skip the test.
14883
14884 2015-04-29 Doug Evans <dje@google.com>
14885
14886 * gdb.python/py-xmethods.exp: Add ptype tests.
14887 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14888 get_result_type method.
14889
14890 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14891
14892 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14893 the target does not support hardware watchpoints.
14894
14895 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14896
14897 * gdb.base/break-always.exp: Abort testing if writing to memory
14898 causes an error.
14899
14900 2015-04-28 Doug Evans <dje@google.com>
14901
14902 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14903 * gdb.python/py-pp-registration.exp: ... here. New file.
14904 * gdb.python/py-pp-registration.c: New file.
14905 * gdb.python/py-pp-registration.py: New file.
14906
14907 2015-04-28 Doug Evans <dje@google.com>
14908
14909 * gdb.python/py-bad-printers.c: New file.
14910 * gdb.python/py-bad-printers.py: New file.
14911 * gdb.python/py-bad-printers.exp: New file.
14912
14913 2015-04-28 Sasha Smundak <asmundak@google.com>
14914
14915 * gdb.python/py-type.exp: New test.
14916
14917 2015-04-28 Andy Wingo <wingo@igalia.com>
14918
14919 * gdb.python/py-parameter.exp:
14920 * gdb.guile/scm-parameter.exp: Escape the path that we are
14921 matching against, as it might contain characters that are special
14922 to regular expressions.
14923
14924 2015-04-27 Joel Brobecker <brobecker@adacore.com>
14925
14926 * gdb.ada/rec_comp: New testcase.
14927
14928 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14929
14930 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14931 before using it.
14932
14933 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14934
14935 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14936 new tests for verilog output.
14937
14938 2015-04-24 Yao Qi <yao.qi@linaro.org>
14939
14940 * boards/remote-gdbserver-on-localhost.exp: New file.
14941
14942 2015-04-23 Pedro Alves <palves@redhat.com>
14943
14944 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14945 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14946 "end of file", remove $inferior_spawn_id from the indirect list.
14947
14948 2015-04-23 Pedro Alves <palves@redhat.com>
14949
14950 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14951
14952 2015-04-23 Pedro Alves <palves@redhat.com>
14953
14954 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14955 on $any_spawn_id instead of only on $gdb_spawn_id.
14956
14957 2015-04-21 Pierre Muller <muller@sourceware.org>
14958
14959 PR pascal/17815
14960 * lib/pascal.exp (gpc_compile): Add new option "class".
14961 (fpc_compile): Likewise.
14962 * gdb.pascal/case-insensitive-symbols.pas: New file.
14963 * gdb.pascal/case-insensitive-symbols.exp: New file.
14964
14965 2015-04-20 Gary Benson <gbenson@redhat.com>
14966
14967 * gdb.base/attach.exp: Fix three extended remote failures.
14968
14969 2015-04-17 Gary Benson <gbenson@redhat.com>
14970
14971 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14972 the main executable over the remote protocol.
14973
14974 2015-04-16 Pedro Alves <palves@redhat.com>
14975
14976 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14977 a new gdbserver if gdbserver_reconnect_p is set.
14978
14979 2015-04-16 Pedro Alves <palves@redhat.com>
14980
14981 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14982 is set, don't exit gdbserver.
14983
14984 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14985
14986 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14987 appropriate .insn, such that an older assembler can be used.
14988 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14989 the z/Architecture instruction set on 31-bit targets as well.
14990
14991 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14992
14993 * gdb.go/handcall.exp: Remove all logic related to the first
14994 breakpoint and rely on go_runto_main instead.
14995 * gdb.go/strings.exp: Likewise.
14996 * gdb.go/unsafe.exp: Likewise.
14997 * gdb.go/hello.exp: Likewise. Also rename the remaining
14998 breakpoint marker to "breakpoint 1".
14999 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15000 * gdb.go/strings.go: Likewise.
15001 * gdb.go/unsafe.go: Likewise.
15002 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15003 "set breakpoint 2 here" and rename the remaining breakpoint marker
15004 to "breakpoint 1".
15005
15006 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15007
15008 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15009 if itertools.imap is not present.
15010 * gdb.python/py-objfile.exp: Add parentheses.
15011 * gdb.python/py-type.exp: Same.
15012 * gdb.python/py-unwind-maint.py: Same.
15013
15014 2015-04-15 Yao Qi <yao.qi@linaro.org>
15015
15016 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15017 of ":$ptr_size" and set its form explicitly.
15018
15019 2015-04-15 Pedro Alves <palves@redhat.com>
15020 Yao Qi <yao.qi@linaro.org>
15021
15022 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15023 timeout by factor of 4.
15024 (test_regular_watch): Likewise.
15025 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15026 * gdb.reverse/sigall-reverse.exp: Likewise.
15027 * gdb.reverse/until-precsave.exp: Likewise.
15028 * lib/gdb.exp (with_timeout_factor): New proc.
15029 (gdb_expect): Move some code to ...
15030 (get_largest_timeout): ... here. New procedure.
15031
15032 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15033
15034 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15035
15036 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15037
15038 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15039 to write to the .text section.
15040
15041 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15042
15043 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15044 Handle the case of targets that do not provide PID information.
15045
15046 2015-04-13 Yao Qi <yao.qi@linaro.org>
15047
15048 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15049 and use expect instead of gdb_expect.
15050
15051 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15052
15053 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15054 "coredump_var_addr" to avoid naming conflict with other testcases.
15055
15056 2015-04-10 Pedro Alves <palves@redhat.com>
15057
15058 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15059 gdb_test_sequence and gdb_assert.
15060
15061 2015-04-10 Pedro Alves <palves@redhat.com>
15062
15063 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15064 test messages that don't include the breakpoint address.
15065
15066 2015-04-10 Yao Qi <yao.qi@linaro.org>
15067
15068 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15069 false for some offset and width combinations which aren't
15070 supported by linux kernel.
15071
15072 2015-04-10 Pedro Alves <palves@redhat.com>
15073
15074 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15075 procedure, factored out from ...
15076 (top level): ... here. Add "set displaced-stepping" testing axis.
15077 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15078 parameter "displaced". Use it.
15079 (top level): Use foreach and add "set displaced-stepping" testing
15080 axis.
15081
15082 2015-04-10 Pedro Alves <palves@redhat.com>
15083
15084 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15085 Remove comment.
15086 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15087 both the address of the instruction that triggers the watchpoint
15088 and the address of the instruction immediately after, and use
15089 those addresses for the test. Fix comment.
15090
15091 2015-04-10 Pedro Alves <palves@redhat.com>
15092
15093 * gdb.base/sigstep.exp (breakpoint_to_handler)
15094 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15095 Test "backtrace" in handler.
15096 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15097 (top level): Add new "displaced" test axis to
15098 breakpoint_to_handler, breakpoint_to_handler_entry and
15099 breakpoint_over_handler.
15100
15101 2015-04-10 Pedro Alves <palves@redhat.com>
15102
15103 PR gdb/18216
15104 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15105
15106 2015-04-10 Yao Qi <yao.qi@linaro.org>
15107
15108 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15109 (test_add_rn_pc): New function.
15110 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15111 (top level): Invoke test_add_rn_pc.
15112
15113 2015-04-10 Pedro Alves <palves@redhat.com>
15114
15115 PR gdb/13858
15116 * gdb.base/step-over-no-symbols.exp: New file.
15117
15118 2015-04-09 Andy Wingo <wingo@igalia.com>
15119
15120 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15121 after the Python tests.
15122
15123 2015-04-08 Keith Seitz <keiths@redhat.com>
15124
15125 PR python/16699
15126 * gdb.python/py-completion.exp: New tests for completion.
15127 * gdb.python/py-completion.py (CompleteLimit1): New class.
15128 (CompleteLimit2): Likewise.
15129 (CompleteLimit3): Likewise.
15130 (CompleteLimit4): Likewise.
15131 (CompleteLimit5): Likewise.
15132 (CompleteLimit6): Likewise.
15133 (CompleteLimit7): Likewise.
15134
15135 2015-04-08 Pedro Alves <palves@redhat.com>
15136
15137 PR gdb/18214
15138 PR gdb/18216
15139 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15140 function.
15141 (main): Install it as SIGUSR1 handler.
15142 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15143 parameter. Always use "setup" as prefix. Toggle "set
15144 displaced-stepping" off/on depending on global. Don't switch to
15145 thread 1 here.
15146 (top level): Add displaced stepping "off/on" test axis. Update
15147 "setup" calls. Wrap each subtest with with_test_prefix. Test
15148 continuing with a queued signal in each thread.
15149
15150 2015-04-08 Pedro Alves <palves@redhat.com>
15151
15152 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15153 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15154 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15155 Return early if running to main fails.
15156 * gdb.trace/while-stepping.exp: Likewise.
15157
15158 2015-04-07 Pedro Alves <palves@redhat.com>
15159
15160 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15161 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15162 interact with inferior program.
15163
15164 2015-04-07 Pedro Alves <palves@redhat.com>
15165
15166 * lib/gdb.exp (inferior_spawn_id): New global.
15167 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15168 spawn id after processing the user code.
15169 (default_gdb_start): Set inferior_spawn_id.
15170 (send_inferior): New procedure.
15171 * lib/gdbserver-support.exp (gdbserver_start): Set
15172 inferior_spawn_id.
15173 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15174
15175 2015-04-07 Pedro Alves <palves@redhat.com>
15176
15177 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15178 * lib/gdbserver-support.exp (gdbserver_start): Make
15179 $server_spawn_id global.
15180 (gdbserver_start): Don't wait for gdbserver's spawn id with
15181 expect_background.
15182 (close_gdbserver): New procedure.
15183 (gdb_exit): Rename the default version and reimplement.
15184
15185 2015-04-07 Pedro Alves <palves@redhat.com>
15186
15187 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15188 append the substituted item, not the original item.
15189
15190 2015-04-07 Pedro Alves <palves@redhat.com>
15191
15192 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15193 gdb_expect.
15194
15195 2015-04-07 Pedro Alves <palves@redhat.com>
15196
15197 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15198 output appearing once only.
15199
15200 2015-04-07 Pedro Alves <palves@redhat.com>
15201
15202 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15203 that doesn't expect anything. Return early if running to main
15204 fails.
15205
15206 2015-04-07 Yao Qi <yao.qi@linaro.org>
15207
15208 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15209 (child_function): Call alarm.
15210 (main): Move call to alarm into the loop.
15211 * gdb.threads/non-stop-fair-events.exp: Build program with
15212 -DTIMEOUT=$timeout.
15213
15214 2015-04-06 Doug Evans <xdje42@gmail.com>
15215
15216 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15217 Fix dest parameter to board_info.
15218 (fpc_compile): Ditto.
15219 (gdb_compile_pascal): Rename dest arg to destfile.
15220
15221 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15222
15223 * gdb.ada/funcall_ref.exp: New file.
15224 * gdb.ada/funcall_ref/foo.adb: New file.
15225
15226 2015-04-02 Yao Qi <yao.qi@linaro.org>
15227
15228 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15229 is remote.
15230
15231 2015-04-02 Gary Benson <gbenson@redhat.com>
15232
15233 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15234
15235 2015-04-01 Sasha Smundak <asmundak@google.com>
15236
15237 * gdb.python/py-unwind-maint.c: New file.
15238 * gdb.python/py-unwind-maint.exp: New test.
15239 * gdb.python/py-unwind-maint.py: New file.
15240 * gdb.python/py-unwind.c: New file.
15241 * gdb.python/py-unwind.exp: New test.
15242 * gdb.python/py-unwind.py: New test.
15243
15244 2015-04-01 Pedro Alves <palves@redhat.com>
15245
15246 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15247 to fail instead of non-existent $test.
15248
15249 2015-04-01 Pedro Alves <palves@redhat.com>
15250
15251 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15252 GDBFLAGS if not empty.
15253
15254 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15255
15256 * gdb.ada/complete.exp: Remove "multi_line".
15257 * gdb.ada/info_exc.exp: Remove "multi_line".
15258 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15259 * gdb.ada/ptype_field.exp: Remove "multi_line".
15260 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15261 * gdb.ada/tagged.exp: Remove "multi_line".
15262 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15263 [multi_line ...]
15264 * gdb.btrace/delta.exp: Likewise.
15265 * gdb.btrace/exception.exp: Likewise.
15266 * gdb.btrace/function_call_history.exp: Likewise.
15267 * gdb.btrace/instruction_history.exp: Likewise.
15268 * gdb.btrace/nohist.exp: Likewise.
15269 * gdb.btrace/record_goto.exp: Likewise.
15270 * gdb.btrace/segv.exp: Likewise.
15271 * gdb.btrace/stepi.exp: Likewise.
15272 * gdb.btrace/tailcall.exp: Likewise.
15273 * gdb.btrace/unknown_functions.exp: Likewise.
15274 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15275 * lib/gdb.exp: Add the "multi_line" helper.
15276
15277 2015-04-01 Pedro Alves <palves@redhat.com>
15278
15279 * gdb.threads/tid-reuse.c: New file.
15280 * gdb.threads/tid-reuse.exp: New file.
15281
15282 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15283
15284 PR corefiles/16092
15285 * gdb.base/coredump-filter.c: New file.
15286 * gdb.base/coredump-filter.exp: Likewise.
15287
15288 2015-03-27 Petr Machata <pmachata@redhat.com>
15289
15290 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15291 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15292 (Dwarf::assemble): Initialize them.
15293 (Dwarf::lines): New function.
15294
15295 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15296
15297 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15298 SYMBOL_PREFIX for x86_64-*-cygwin.
15299
15300 2015-03-26 Andy Wingo <wingo@igalia.com>
15301
15302 PR symtab/18148
15303 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15304 const_value but not a location.
15305 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15306 location defined in non-main CUs are visible.
15307
15308 2015-03-26 Yao Qi <yao.qi@linaro.org>
15309
15310 PR testsuite/18139
15311 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15312 Add a line number entry for the same line.
15313 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15314 Add a line number entry for the same line.
15315
15316 2015-03-26 Yao Qi <yao.qi@linaro.org>
15317
15318 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15319 .int 0.
15320 (func): Likewise. Add .Lfunc_1 label.
15321 Use .Lfunc_1 label.
15322 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15323 .int 0.
15324 (func): Likewise.
15325 Use .Lfunc_1 label.
15326
15327 2015-03-26 Yao Qi <yao.qi@linaro.org>
15328
15329 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15330 Call gdb_compile instead to compile each .s files without debug
15331 information.
15332
15333 2015-03-26 Yao Qi <yao.qi@linaro.org>
15334
15335 * gdb.base/savedregs.exp (process_saved_regs): Make
15336 "Saved registers:" optional in the pattern.
15337
15338 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15339
15340 * gdb.btrace/next.exp: Merged into step.exp.
15341 * gdb.btrace/finish.exp: Merged into step.exp.
15342 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15343 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15344 "record goto" and checking the exact replay position.
15345 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15346 check for "Recording format" in "info record" output.
15347 * gdb.btrace/record_goto.exp: Choose test file based on target.
15348 * gdb.btrace/x86-record_goto.S: Renamed into ...
15349 * gdb.btrace/x86_64-record_goto.S: ... this.
15350 * gdb.btrace/i686-record_goto.S: New.
15351 * gdb.btrace/x86-tailcall.S: Renamed into ...
15352 * gdb.btrace/x86_64-tailcall.S: ... this.
15353 * gdb.btrace/i686-tailcall.S: New.
15354 * gdb.btrace/x86-tailcall.c: Renamed into ...
15355 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15356 separate statements. Update test.
15357 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15358 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15359 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15360 * gdb.btrace/tailcall.exp: Choose test file based on target.
15361 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15362
15363 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15364
15365 * gdb.btrace/exception.exp: Increase BTS buffer size.
15366
15367 2015-03-24 Pedro Alves <palves@redhat.com>
15368
15369 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15370
15371 2015-03-24 Pedro Alves <palves@redhat.com>
15372
15373 * gdb.threads/schedlock.exp (test_step): No longer expect that
15374 "set scheduler-locking step" with "next" over a function call runs
15375 threads unlocked.
15376
15377 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15378
15379 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15380
15381 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15382
15383 PR breakpoints/16466
15384 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15385 * gdb.mi/mi-pending.c (thread_func): New function.
15386 (int main): Add threading support required.
15387 * gdb.mi/mi-pending.exp: Add tests for this issue.
15388 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15389 (pendfunc2): Remove stdio dependency.
15390 * gdb.mi/mi-pendshr2.c: New file.
15391
15392 2015-03-23 Keith Seitz <keiths@redhat.com>
15393
15394 * gdb.linespec/keywords.c: New file.
15395 * gdb.linespec/keywords.exp: New file.
15396
15397 2015-03-23 Keith Seitz <keiths@redhat.com>
15398
15399 PR gdb/18021
15400 * gdb.dwarf2/staticvirtual.exp: New test.
15401
15402 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15403
15404 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15405 * README: Remove HP-UX and gdb.hp.
15406 (configuration):
15407 * configure: Regenerate.
15408 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15409 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15410 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15411 gdb.hp/gdb.defects/Makefile.
15412 * gdb.hp/Makefile.in: File deleted.
15413 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15414 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15415 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15416 * gdb.hp/gdb.aCC/run.c: File deleted.
15417 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15418 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15419 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15420 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15421 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15422 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15423 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15424 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15425 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15426 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15427 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15428 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15429 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15430 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15431 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15432 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15433 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15434 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15435 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15436 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15437 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15438 * gdb.hp/gdb.compat/average.c: File deleted.
15439 * gdb.hp/gdb.compat/sum.c: File deleted.
15440 * gdb.hp/gdb.compat/xdb.c: File deleted.
15441 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15442 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15443 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15444 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15445 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15446 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15447 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15448 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15449 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15450 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15451 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15452 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15453 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15454 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15455 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15456 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15457 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15458 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15459 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15460 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15461 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15462 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15463 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15464 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15465 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15466 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15467 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15468 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15469 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15470 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15471 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15472 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15473 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15474 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15475 * gdb.hp/tools/odump: File deleted.
15476
15477 2015-03-19 Pedro Alves <palves@redhat.com>
15478
15479 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15480 (saw_thread_3): New globals.
15481 (top level): Increment them when an event for the corresponding
15482 thread is seen.
15483 (no thread starvation): New test.
15484
15485 2015-03-19 Pedro Alves <palves@redhat.com>
15486
15487 * gdb.threads/continue-pending-status.c: New file.
15488 * gdb.threads/continue-pending-status.exp: New file.
15489
15490 2015-03-18 Pedro Alves <palves@redhat.com>
15491
15492 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15493 Use gdb_is_target_remote instead of is_remote. Use
15494 gdb_test_multiple instead of gdb_expect. Exit early if
15495 gdb_test_multiple hits its internal matches. Tighten stepi tests
15496 expected output. Fail on exit with any signal, instead of just
15497 SIGILL.
15498
15499 2015-03-18 Yao Qi <yao.qi@linaro.org>
15500
15501 PR tdep/18107
15502 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15503 variable.
15504 * gdb.base/catch-syscall.exp: Don't skip it on
15505 aarch64*-*-linux* target. Remove elements in all_syscalls.
15506 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15507 target.
15508 (setup_all_syscalls): New proc.
15509
15510 2015-03-16 Yao Qi <yao.qi@linaro.org>
15511
15512 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15513 (top level): Skip tests if valid_addr_p returns false for
15514 $cmd1 or $cmd2.
15515
15516 2015-03-11 Andy Wingo <wingo@igalia.com>
15517
15518 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15519
15520 2015-03-11 Yao Qi <yao.qi@linaro.org>
15521
15522 * gdb.base/catch-syscall.exp: Fix typo in comments.
15523
15524 2015-03-11 Yao Qi <yao.qi@linaro.org>
15525
15526 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15527
15528 2015-03-09 Pedro Alves <palves@redhat.com>
15529
15530 * dg-extract-results.py: Delete.
15531
15532 2015-03-09 Pedro Alves <palves@redhat.com>
15533
15534 Merge dg-extract-results.sh from GCC upstream (r218843).
15535
15536 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15537 * dg-extract-results.sh: Use --text with grep to avoid issues with
15538 binary files. Fall back to cat -v, if that doesn't work.
15539
15540 2015-03-05 Pedro Alves <palves@redhat.com>
15541
15542 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15543
15544 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15545
15546 * lib/mi-support.exp (mi_expect_interrupt): Accept
15547 alternative event for when in all-stop mode.
15548
15549 2015-03-04 Pedro Alves <palves@redhat.com>
15550
15551 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15552
15553 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15554
15555 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15556
15557 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15558
15559 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15560 regexps for GDB's current line display, accept a hex address
15561 preceding the line number.
15562
15563 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15564
15565 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15566 the 'arch1' variable for "s390*-linux*" targets.
15567
15568 2015-03-04 Pedro Alves <palves@redhat.com>
15569
15570 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15571 (main): Pass missing retval argument to pthread_join call.
15572
15573 2015-03-02 Pedro Alves <palves@redhat.com>
15574
15575 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15576 (top level): Call do_test with non-stop as well.
15577
15578 2015-03-02 Pedro Alves <palves@redhat.com>
15579
15580 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15581 -1.
15582
15583 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15584
15585 * gdb.arch/s390-vregs.exp: New test.
15586 * gdb.arch/s390-vregs.S: New file.
15587
15588 2015-02-27 Pedro Alves <palves@redhat.com>
15589
15590 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15591 call to catch_command_errors.
15592 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15593 catch_command_errors.
15594
15595 2015-02-27 Pedro Alves <palves@redhat.com>
15596
15597 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15598 "true" for boolean result.
15599 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15600 prototype of main.
15601
15602 2015-02-27 Pedro Alves <palves@redhat.com>
15603
15604 * lib/unbuffer_output.c: New file.
15605 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15606 (main): Call gdb_unbuffer_output.
15607
15608 2015-02-27 Yao Qi <yao.qi@linaro.org>
15609
15610 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15611 target.
15612
15613 2015-02-26 Doug Evans <dje@google.com>
15614
15615 * gdb.cp/class2.cc (Dbase, D): New classes.
15616 (main): New local delta.
15617 * gdb.cp/class2.exp: Test printing delta.
15618 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15619 (dynbar): New global.
15620 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15621
15622 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15623
15624 * gdb.compile/compile-ifunc.c: New file.
15625 * gdb.compile/compile-ifunc.exp: New file.
15626
15627 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15628
15629 * gdb.base/structs.exp: Check for correct struct on finish.
15630
15631 2015-02-26 Yao Qi <yao.qi@linaro.org>
15632
15633 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15634 is zero.
15635
15636 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15637
15638 * gdb.arch/cordic.ko.bz2: New file.
15639 * gdb.arch/cordic.ko.debug.bz2: New file.
15640 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15641
15642 2015-02-25 Yao Qi <yao.qi@linaro.org>
15643
15644 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15645 aarch64*-*-* target.
15646
15647 2015-02-23 Pedro Alves <palves@redhat.com>
15648
15649 * lib/gdb.exp (delete_breakpoints): Rewrite using
15650 gdb_test_multiple.
15651
15652 2015-02-23 Pedro Alves <palves@redhat.com>
15653
15654 * gdb.base/info-os.c: Include stdlib.h.
15655
15656 2015-02-22 Doug Evans <xdje42@gmail.com>
15657
15658 PR symtab/17855
15659 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15660 is read after symbols have been re-read.
15661 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15662 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15663
15664 2015-02-21 Doug Evans <dje@google.com>
15665
15666 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15667
15668 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15669
15670 PR corefiles/17808
15671 * gdb.arch/i386-biarch-core.core.bz2: New file.
15672 * gdb.arch/i386-biarch-core.exp: New file.
15673
15674 2015-02-21 Pedro Alves <palves@redhat.com>
15675
15676 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15677 runto_main fails.
15678
15679 2015-02-20 Pedro Alves <palves@redhat.com>
15680
15681 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15682 info probes.
15683
15684 2015-02-20 Pedro Alves <palves@redhat.com>
15685
15686 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15687
15688 2015-02-20 Pedro Alves <palves@redhat.com>
15689
15690 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15691 clean_restart before gdb_target_supports_trace.
15692
15693 2015-02-20 Pedro Alves <palves@redhat.com>
15694
15695 PR threads/18006
15696 * gdb.threads/clone-thread_db.c: New file.
15697 * gdb.threads/clone-thread_db.exp: New file.
15698
15699 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15700
15701 PR breakpoints/16812
15702 * gdb.base/catch-gdb-caused-signals.c: New file.
15703 * gdb.base/catch-gdb-caused-signals.exp: New file.
15704
15705 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15706
15707 * configure: Regenerated.
15708 * configure.ac: Use GDB_AC_TRANSFORM.
15709 * aclocal.m4: sinclude ../transform.m4.
15710
15711 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15712
15713 * lib/dtrace.exp: New file.
15714 * gdb.base/dtrace-probe.exp: Likewise.
15715 * gdb.base/dtrace-probe.d: Likewise.
15716 * gdb.base/dtrace-probe.c: Likewise.
15717 * lib/pdtrace.in: Likewise.
15718 * configure.ac: Output variables with the transformed names of
15719 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15720 * configure: Regenerated.
15721
15722 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15723
15724 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15725 expected message when trying to access $_probe_* convenience
15726 variables while not on a probe.
15727
15728 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15729
15730 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15731
15732 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15733
15734 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15735 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15736
15737 2015-02-10 Doug Evans <xdje42@gmail.com>
15738
15739 * lib/gdb.exp (gdb_load): Always return a result.
15740
15741 2015-02-10 Pedro Alves <palves@redhat.com>
15742
15743 * gdb.threads/signal-sigtrap.c: New file.
15744 * gdb.threads/signal-sigtrap.exp: New file.
15745
15746 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15747
15748 * gdb.trace/no-attach-trace.c: New file.
15749 * gdb.trace/no-attach-trace.exp: New file.
15750
15751 2015-02-09 Mark Wielaard <mjw@redhat.com>
15752
15753 * gdb.dwarf2/atomic.c: New file.
15754 * gdb.dwarf2/atomic-type.exp: Likewise.
15755
15756 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15757
15758 * gdb.btrace/buffer-size.exp: Update "info record" output.
15759 * gdb.btrace/delta.exp: Update "info record" output.
15760 * gdb.btrace/enable.exp: Update "info record" output.
15761 * gdb.btrace/finish.exp: Update "info record" output.
15762 * gdb.btrace/instruction_history.exp: Update "info record" output.
15763 * gdb.btrace/next.exp: Update "info record" output.
15764 * gdb.btrace/nexti.exp: Update "info record" output.
15765 * gdb.btrace/step.exp: Update "info record" output.
15766 * gdb.btrace/stepi.exp: Update "info record" output.
15767 * gdb.btrace/nohist.exp: Update "info record" output.
15768
15769 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15770
15771 * gdb.btrace/buffer-size: New.
15772
15773 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15774
15775 * gdb.btrace/delta.exp: Update "info record" output.
15776 * gdb.btrace/enable.exp: Update "info record" output.
15777 * gdb.btrace/finish.exp: Update "info record" output.
15778 * gdb.btrace/instruction_history.exp: Update "info record" output.
15779 * gdb.btrace/next.exp: Update "info record" output.
15780 * gdb.btrace/nexti.exp: Update "info record" output.
15781 * gdb.btrace/step.exp: Update "info record" output.
15782 * gdb.btrace/stepi.exp: Update "info record" output.
15783 * gdb.btrace/nohist.exp: Update "info record" output.
15784
15785 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15786
15787 PR gdb/15678
15788 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15789
15790 2015-02-06 Pedro Alves <palves@redhat.com>
15791
15792 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15793 macro.
15794 (seconds_left, again): New globals.
15795 (main): Wait seconds_left in a 1-second sleep loop instead of
15796 sleeping 180 seconds. If 'again' is set, reset the seconds
15797 counter.
15798 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15799 'again' in the inferior before detaching. Print the seconds left.
15800 (options): New global.
15801 (top level): Build program with -DTIMEOUT=$timeout.
15802
15803 2015-02-06 Pedro Alves <palves@redhat.com>
15804
15805 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15806 determine how many seconds to pass to 'alarm'.
15807 * gdb.base/gdb-sigterm.exp (top level): Build program with
15808 -DTIMEOUT=$timeout.
15809 (do_test): Return success/failure indication. Add more verbose
15810 logging. Don't fail if 200 single steps are seen. Instead, fail
15811 when the test times out.
15812 (passes): New global.
15813 (top level): Break the testing loop if testing fails on any
15814 iteration. Use gdb_assert.
15815
15816 2015-02-04 Don Breazeal <donb@codesourcery.com>
15817
15818 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15819 and initialize them.
15820 (ipc_cleanup): New function.
15821 (main): Don't declare shmid, semid, and msqid. Add a call to
15822 atexit so that we call ipc_cleanup on exit.
15823
15824 2015-02-04 Pedro Alves <palves@redhat.com>
15825
15826 * boards/native-extended-gdbserver.exp: Remove any target variant
15827 specifications from the board name before clearing the isremote
15828 flag from board_info.
15829
15830 2015-01-31 Doug Evans <xdje42@gmail.com>
15831
15832 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15833
15834 2015-01-31 Gary Benson <gbenson@redhat.com>
15835
15836 * gdb.base/completion.exp: Disable completion limiting for
15837 existing tests. Add new tests to check completion limiting.
15838 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15839
15840 2015-01-31 Doug Evans <xdje42@gmail.com>
15841
15842 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15843
15844 2015-01-31 Doug Evans <xdje42@gmail.com>
15845
15846 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15847 entries. Duplicate file section script entries.
15848 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15849 inlined entries. Add test for safe-path rejection.
15850 * gdb.python/py-section-script.c: Add duplicate inlined section script
15851 entries. Duplicate file section script entries.
15852 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15853 inlined entries. Add test for safe-path rejection.
15854
15855 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15856
15857 * gdb.ada/disc_arr_bound: New testcase.
15858
15859 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15860
15861 * gdb.ada/mi_var_array: New testcase.
15862
15863 2015-01-27 Doug Evans <dje@google.com>
15864
15865 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15866 Add test for objfile.filename, objfile.username after objfile
15867 has been unloaded.
15868
15869 2015-01-26 Joel Brobecker <brobecker@adacore.com>
15870
15871 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15872 the second test to print the name attribute of value
15873 returned by the call to gdb.lookup_type, and adjust
15874 the expected output accordingly.
15875
15876 2015-01-25 Mark Wielaard <mjw@redhat.com>
15877
15878 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15879 * gdb.base/disp-step-fork.c: Include unistd.h.
15880 * gdb.base/siginfo-obj.c: Include stdio.h.
15881 * gdb.base/siginfo-thread.c: Likewise.
15882 * gdb.mi/non-stop.c: Include unistd.h.
15883 * gdb.mi/nsthrexec.c: Include stdio.h.
15884 * gdb.mi/pthreads.c: Include unistd.h.
15885 * gdb.modula2/unbounded1.c (main): Declare returns int.
15886 * gdb.reverse/consecutive-reverse.c: Likewise.
15887 * gdb.threads/create-fail.c: Include unistd.h.
15888 * gdb.threads/killed.c: Likewise.
15889 * gdb.threads/linux-dp.c: Likewise.
15890 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15891 * gdb.threads/non-ldr-exc-2.c: Likewise.
15892 * gdb.threads/non-ldr-exc-3.c: Likewise.
15893 * gdb.threads/non-ldr-exc-4.c: Likewise.
15894 * gdb.threads/pthreads.c: Include unistd.h.
15895 (main): Declare returns int.
15896 * gdb.threads/tls-main.c (foo): New declaration.
15897 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15898
15899 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15900
15901 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15902 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15903
15904 2015-01-15 Mark Wielaard <mjw@redhat.com>
15905
15906 * gdb.base/noreturn-return.c: New file.
15907 * gdb.base/noreturn-return.exp: New file.
15908 * gdb.base/noreturn-finish.c: New file.
15909 * gdb.base/noreturn-finish.exp: New file.
15910
15911 2015-01-23 Pedro Alves <palves@redhat.com>
15912
15913 * gdb.threads/continue-pending-after-query.c: New file.
15914 * gdb.threads/continue-pending-after-query.exp: New file.
15915
15916 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15917 Simon Marchi <simon.marchi@ericsson.com>
15918
15919 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15920 * gdb.base/valgrind-db-attach.exp: Same.
15921 * gdb.base/valgrind-infcall.exp: Same.
15922 * lib/mi-support.exp (default_mi_gdb_start): Same.
15923 * lib/prompt.exp (default_prompt_gdb_start): Same.
15924 * lib/gdb.exp (default_gdb_spawn): Same.
15925 (gdb_interact): New.
15926
15927
15928 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15929
15930 * gdb.compile/compile.exp (pointer to jit function): New test.
15931
15932 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
15933
15934 * lib/gdb.exp (supports_process_record): Return true for
15935 powerpc*-*-linux*.
15936 (supports_reverse): Likewise.
15937
15938 2015-01-15 Don Breazeal <donb@codesourcery.com>
15939
15940 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15941 instead of checking whether the target board is remote and
15942 use spawn_wait_for_attach instead of exec/sleep.
15943 * gdb.base/attach-twice.exp: Likewise.
15944
15945 2015-01-15 Joel Brobecker <brobecker@adacore.com>
15946
15947 * gdb.ada/var_arr_attrs: New testcase.
15948
15949 2015-01-14 Pedro Alves <palves@redhat.com>
15950 Joel Brobecker <brobecker@adacore.com>
15951
15952 PR gdb/17525
15953 * gdb.base/bp-cmds-execution-x-script.c: New file.
15954 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15955 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15956
15957 2015-01-14 Pedro Alves <palves@redhat.com>
15958
15959 PR cli/17828
15960 * gdb.base/batch-preserve-term-settings.c: New file.
15961 * gdb.base/batch-preserve-term-settings.exp: New file.
15962
15963 2015-01-13 Doug Evans <dje@google.com>
15964
15965 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15966 binary.
15967
15968 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15969
15970 * Makefile.in (clean mostlyclean): Do not delete *.py.
15971
15972 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15973
15974 * gdb.python/py-lookup-type.exp: New file.
15975
15976 2015-01-12 Pedro Alves <palves@redhat.com>
15977
15978 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15979 restore GDBFLAGS before returning.
15980
15981 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15982
15983 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15984 is_amd64_regs_target and is_x86_like_target.
15985
15986 2015-01-11 Doug Evans <xdje42@gmail.com>
15987
15988 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15989 is given without an explicit form.
15990 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15991 attributes.
15992 * gdb.dwarf/corrupt.exp: Ditto.
15993 * gdb.dwarf2/enum-type.exp: Ditto.
15994 * gdb.trace/entry-values.exp: Ditto.
15995 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15996
15997 2015-01-11 Doug Evans <xdje42@gmail.com>
15998
15999 PR gdb/15830
16000 * gdb.base/maint.exp: Remove references to "maint demangle".
16001 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16002 Add tests for explicitly specifying language to demangle.
16003 * gdb.dlang/demangle.exp: Ditto.
16004
16005 2015-01-09 Pedro Alves <palves@redhat.com>
16006
16007 * gdb.threads/non-stop-fair-events.c: New file.
16008 * gdb.threads/non-stop-fair-events.exp: New file.
16009
16010 2015-01-09 Pedro Alves <palves@redhat.com>
16011
16012 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16013 the global scope. Set a breakpoint after all threads are started
16014 rather than stepping over two source lines. Expect the prompt.
16015 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16016 global.
16017 (NUM): Now 15.
16018 (main): Use threads_started_barrier to wait for all threads to
16019 start. Main thread no longer calls thread_function. Exit after
16020 180 seconds.
16021 (loop): New function.
16022 (thread_function): Wait on threads_started_barrier barrier. Call
16023 'loop' at each iteration.
16024 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16025 threads have started, instead of hardcoding number of "next"
16026 steps. Use an access watchpoint instead of a write watchpoint.
16027
16028 2015-01-09 Pedro Alves <palves@redhat.com>
16029
16030 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16031 (thread_func): Wait on barrier.
16032 (main): Wait for all threads to start before stopping GDB.
16033 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16034 global.
16035 (thread1_func, thread2_func): Wait on barrier.
16036 (main): Wait for all threads to start before stopping GDB.
16037 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16038 New global.
16039 (thread1_func, thread2_func): Wait on barrier.
16040 (main): Wait for all threads to start before stopping GDB.
16041
16042 2015-01-09 Pedro Alves <palves@redhat.com>
16043
16044 * gdb.threads/attach-many-short-lived-threads.c: New file.
16045 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16046
16047 2014-01-09 Pedro Alves <palves@redhat.com>
16048
16049 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16050 instead of to thread 2.
16051 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16052 Add barrier around each pthread_create call instead of around all
16053 calls.
16054 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16055 Set a break on thread_function and have the child threads hit it
16056 one at at a time.
16057
16058 2015-01-09 Pedro Alves <palves@redhat.com>
16059
16060 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16061 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16062 false.
16063 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16064 checking whether the target board is remote.
16065 * gdb.multi/multi-attach.exp: Likewise.
16066 * gdb.python/py-sync-interp.exp: Likewise.
16067 * gdb.server/ext-attach.exp: Likewise.
16068 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16069 tests that need to attach, instead of checking whether the target
16070 board is remote at the top of the file.
16071
16072 2015-01-08 Yao Qi <yao@codesourcery.com>
16073
16074 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16075
16076 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16077
16078 Fix testcase compilation.
16079 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16080
16081 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16082
16083 * gdb.python/py-type.exp: Add a couple test about empty
16084 array creation, and negative-length array creation.
16085
16086 2015-01-02 Doug Evans <xdje42@gmail.com>
16087
16088 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16089
16090 2015-01-02 Doug Evans <dje@google.com>
16091
16092 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16093
16094 2014-12-29 Yao Qi <yao@codesourcery.com>
16095
16096 * gdb.trace/entry-values.exp: Update comments. Rename variable
16097 bar_call_foo to returned_from_foo.
16098
16099 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16100
16101 PR gdb/17394
16102 * gdb.linespec/break-asm-file.c: New file.
16103 * gdb.linespec/break-asm-file.exp: New file.
16104 * gdb.linespec/break-asm-file0.s: New file.
16105 * gdb.linespec/break-asm-file1.s: New file.
16106
16107 2014-12-18 Nigel Stephens <nigel@mips.com>
16108 Maciej W. Rozycki <macro@codesourcery.com>
16109
16110 * gdb.base/float.exp: Handle the new output from "info float" on
16111 MIPS targets.
16112
16113 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16114
16115 Fix MinGW compilation.
16116 * gdb.compile/compile-ops.exp: Update untested message if
16117 !skip_compile_feature_tests.
16118 * gdb.compile/compile-setjmp.exp: Likewise.
16119 * gdb.compile/compile-tls.exp: Likewise.
16120 * gdb.compile/compile.exp: Likewise.
16121 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16122 supported on this host".
16123
16124 2014-12-16 Doug Evans <xdje42@gmail.com>
16125
16126 * boards/stabs.exp: New file.
16127
16128 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16129
16130 * gdb.base/completion.exp: Adjust to format changes of "maint
16131 print user-registers".
16132
16133 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16134
16135 PR server/17457
16136 * gdb.arch/aarch64-fp.c: New file.
16137 * gdb.arch/aarch64-fp.exp: New file.
16138
16139 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16140
16141 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16142 r210637, r210913, r211666, r215400, r215817).
16143
16144 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16145 * dg-extract-results.py: New file.
16146 * dg-extract-results.sh: Use it if the environment seems
16147 suitable.
16148
16149 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16150
16151 * dg-extract-results.py (parse_run): Handle warnings that
16152 are printed before a test harness is run.
16153
16154 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16155
16156 * dg-extract-results.py (Named): Remove __cmp__ method.
16157 (output_variation): Use a key to sort variation.harnesses.
16158
16159 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16160
16161 * dg-extract-results.py: For Python 3, force sys.stdout to
16162 handle surrogate escape sequences.
16163 (safe_open): New function.
16164 (output_segment, main): Use it.
16165
16166 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16167
16168 * dg-extract-results.py (Prog.result_re): Include options
16169 in test name.
16170
16171 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16172
16173 * dg-extract-results.py (output_variation): Always sort if
16174 do_sum.
16175
16176 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16177
16178 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16179 as long as we get pagination notifications.
16180
16181 2014-12-15 Jason Merrill <jason@redhat.com>
16182
16183 * Makefile.in (check-gdb.%): Restore.
16184 * README: Mention it.
16185
16186 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16187
16188 * gdb.ada/str_uninit: New testcase.
16189
16190 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16191
16192 PR symtab/17642
16193 * gdb.base/vla-stub-define.c: New file.
16194 * gdb.base/vla-stub.c: New file.
16195 * gdb.base/vla-stub.exp: New file.
16196
16197 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16198 Jan Kratochvil <jan.kratochvil@redhat.com>
16199 Tom Tromey <tromey@redhat.com>
16200
16201 * configure.ac: Add gdb.compile/.
16202 * configure: Regenerate.
16203 * gdb.compile/Makefile.in: New file.
16204 * gdb.compile/compile-ops.exp: New file.
16205 * gdb.compile/compile-ops.c: New file.
16206 * gdb.compile/compile-tls.c: New file.
16207 * gdb.compile/compile-tls.exp: New file.
16208 * gdb.compile/compile-constvar.S: New file.
16209 * gdb.compile/compile-constvar.c: New file.
16210 * gdb.compile/compile-mod.c: New file.
16211 * gdb.compile/compile-nodebug.c: New file.
16212 * gdb.compile/compile-setjmp-mod.c: New file.
16213 * gdb.compile/compile-setjmp.c: New file.
16214 * gdb.compile/compile-setjmp.exp: New file.
16215 * gdb.compile/compile-shlib.c: New file.
16216 * gdb.compile/compile.c: New file.
16217 * gdb.compile/compile.exp: New file.
16218 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16219
16220 2014-12-12 Tom Tromey <tromey@redhat.com>
16221
16222 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16223 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16224
16225 2014-12-12 Doug Evans <dje@google.com>
16226
16227 * lib/gdb-python.exp (get_python_valueof): New function.
16228 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16229
16230 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16231
16232 * gdb.base/completion.exp: Add test for completion of "info
16233 registers ".
16234
16235 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16236
16237 * gdb.base/func-ptrs.c: New file.
16238 * gdb.base/func-ptrs.exp: New file.
16239
16240 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16241
16242 PR breakpoints/17012
16243 * gdb.base/dprintf-detach.c: New file.
16244 * gdb.base/dprintf-detach.exp: New file.
16245
16246 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16247
16248 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16249 * lib/gdb.exp (target_is_gdbserver): New procedure.
16250
16251 2014-12-08 Doug Evans <dje@google.com>
16252
16253 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16254
16255 2014-12-05 Yao Qi <yao@codesourcery.com>
16256
16257 * gdb.guile/scm-error.exp: Remove the third argument to
16258 gdb_remote_download.
16259 * gdb.guile/scm-frame-args.exp: Likewise.
16260 * gdb.guile/scm-section-script.exp: Likewise.
16261
16262 2014-12-05 Yao Qi <yao@codesourcery.com>
16263
16264 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16265
16266 2014-12-04 Doug Evans <dje@google.com>
16267
16268 * gdb.python/py-objfile.exp: Add tests for
16269 objfile.add_separate_debug_file.
16270
16271 2014-12-04 Doug Evans <dje@google.com>
16272
16273 * lib/gdb.exp (get_build_id): New function.
16274 (build_id_debug_filename_get): Rewrite to use it.
16275 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16276
16277 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16278
16279 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16280 `method(long)', not just 0x0.
16281 * gdb.cp/nsalias.exp: Align code labels to 4.
16282 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16283 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16284 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16285 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16286 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16287 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16288
16289 2014-12-02 Doug Evans <dje@google.com>
16290
16291 PR symtab/17602
16292 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16293 * gdb.cp/anon-ns2.cc: ... here. New file.
16294 * gdb.cp/anon-ns.exp: Update.
16295
16296 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16297
16298 * gdb.python/py-events.py (inferior_call_handler): New.
16299 (register_changed_handler, memory_changed_handler): New.
16300 (test_events.invoke): Register new handlers.
16301 * gdb.python/py-events.exp: Add tests for inferior call,
16302 memory_changed and register_changed events.
16303
16304 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16305
16306 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16307 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16308 if the linker doesn't understand this.
16309
16310 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16311
16312 * gdb.python/python.exp: Change expected reply to help().
16313
16314 2014-12-01 Yao Qi <yao@codesourcery.com>
16315
16316 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16317 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16318 * configure: Re-generated.
16319
16320 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16321
16322 * gdb.cp/chained-calls.cc: New file.
16323 * gdb.cp/chained-calls.exp: New file.
16324 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16325
16326 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16327
16328 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16329 * gdb.dwarf2/symtab-producer.exp: Same.
16330 * gdb.gdb/python-interrupts.exp: Same.
16331 * gdb.gdb/python-selftest.exp: Same.
16332 * gdb.python/py-linetable.exp: Same.
16333 * gdb.python/py-type.exp: Same.
16334 * gdb.python/py-value-cc.exp: Same.
16335 * gdb.python/py-value.exp: Same.
16336
16337 2014-11-28 Yao Qi <yao@codesourcery.com>
16338
16339 * gdb.base/break-probes.exp: Match library name prefixed with
16340 sysroot.
16341
16342 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16343
16344 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16345 test expected output. Add parentheses for the call to print.
16346 Remove L suffix from integers.
16347
16348 2014-11-26 Doug Evans <dje@google.com>
16349
16350 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16351
16352 2014-11-22 Yao Qi <yao@codesourcery.com>
16353
16354 * gdb.trace/entry-values.c: Remove asms.
16355 (foo): Add foo_label.
16356 (bar): Add bar_label.
16357 * gdb.trace/entry-values.exp: Remove code computing foo's
16358 length and bar's length.
16359 (Dwarf::assemble): Invoke function_range for bar and use
16360 MACRO_AT_func for foo.
16361
16362 2014-11-22 Yao Qi <yao@codesourcery.com>
16363
16364 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16365 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16366 Use .Lgcc43_procstart instead of gcc43.
16367
16368 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16369
16370 * gdb.ada/n_arr_bound: New testcase.
16371
16372 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16373
16374 PR breakpoints/10737
16375 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16376 test_catch_syscall_multi_arch.
16377 (test_catch_syscall_multi_arch): New function.
16378
16379 2014-11-20 Doug Evans <xdje42@gmail.com>
16380
16381 * gdb.base/maint.exp: Update expected output.
16382
16383 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16384
16385 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16386 4-byte instruction on S390.
16387
16388 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16389
16390 * gdb.ada/arr_arr: New testcase.
16391
16392 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16393
16394 * gdb.ada/pkd_arr_elem: New Testcase.
16395
16396 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16397
16398 * gdb.reverse/break-precsave: Expect completion message for
16399 core file reads.
16400 * gdb.reverse/consecutive-precsave.exp: Likewise.
16401 * gdb.reverse/finish-precsave.exp: Likewise.
16402 * gdb.reverse/i386-precsave.exp: Likewise.
16403 * gdb.reverse/machinestate-precsave.exp: Likewise.
16404 * gdb.reverse/sigall-precsave.exp: Likewise.
16405 * gdb.reverse/solib-precsave.exp: Likewise.
16406 * gdb.reverse/step-precsave.exp: Likewise.
16407 * gdb.reverse/until-precsave.exp: Likewise.
16408 * gdb.reverse/watch-precsave.exp: Likewise.
16409
16410 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16411
16412 * gdb.base/bp-permanent.c: Include unistd.h.
16413 * gdb.python/py-framefilter-mi.c (main): Add return type.
16414 * gdb.python/py-framefilter.c (main): Likewise.
16415 * gdb.trace/actions-changed.c (main): Likewise.
16416
16417 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16418
16419 * gdb.mi/until.c: Add eye-catchers.
16420 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16421 line numbers.
16422
16423 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16424
16425 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16426 function header variants in break1.c.
16427 * gdb.base/ena-dis-br.exp: Likewise.
16428 * gdb.base/hbreak2.exp: Likewise.
16429 * gdb.reverse/until-precsave.exp: Drop references to removed
16430 non-prototype function header variants in ur1.c.
16431 * gdb.reverse/until-reverse.exp: Likewise.
16432
16433 2014-11-17 Petr Machata <pmachata@redhat.com>
16434
16435 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16436 ${_cu_offset_size} bytes abbrev offset.
16437
16438 2014-11-15 Doug Evans <xdje42@gmail.com>
16439
16440 PR symtab/17559
16441 * gdb.base/line-symtabs.exp: New file.
16442 * gdb.base/line-symtabs.c: New file.
16443 * gdb.base/line-symtabs.h: New file.
16444
16445 2014-11-14 Yao Qi <yao@codesourcery.com>
16446
16447 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16448 (func): Add label func_label.
16449 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16450 Replace low_pc and high_pc with MACRO_AT_range.
16451 Replace name, low_pc and high_pc with MACRO_AT_func.
16452
16453 2014-11-14 Yao Qi <yao@codesourcery.com>
16454
16455 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16456 Replace name, low_pc and high_pc with MACRO_AT_func.
16457
16458 2014-11-14 Yao Qi <yao@codesourcery.com>
16459
16460 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16461 produce debug information.
16462 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16463
16464 2014-11-14 Yao Qi <yao@codesourcery.com>
16465
16466 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16467 object and get function length.
16468 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16469 with MACRO_AT_func.
16470 (top-level): Replace gdb_compile and clean_restart with
16471 prepare_for_testing.
16472 * gdb.dwarf2/main.c (main): Add label main_label.
16473
16474 2014-11-14 Yao Qi <yao@codesourcery.com>
16475
16476 * lib/dwarf.exp (function_range): New procedure.
16477 (Dwarf::_handle_macro_at_func): New procedure.
16478 (Dwarf::_handle_macro_at_range): New procedure.
16479 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16480
16481 2014-11-14 Yao Qi <yao@codesourcery.com>
16482
16483 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16484 (_handle_attribute): New procedure.
16485
16486 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16487
16488 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16489 * gdb.base/call-sc.c (zed): Likewise.
16490 * gdb.base/checkpoint.c (main): Likewise.
16491 * gdb.base/dump.c (main): Likewise.
16492 * gdb.base/gcore.c (main): Likewise.
16493 * gdb.base/huge.c (main): Likewise.
16494 * gdb.base/multi-forks.c (main): Likewise.
16495 * gdb.base/pr10179-a.c (main): Likewise.
16496 * gdb.base/savedregs.c (main): Likewise.
16497 * gdb.base/sigaltstack.c (main): Likewise.
16498 * gdb.base/siginfo.c (main): Likewise.
16499 * gdb.base/structs.c (zed): Likewise.
16500 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16501 * gdb.mi/mi-syn-frame.c (main): Likewise.
16502 * gdb.mi/until.c (foo, main): Likewise.
16503 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16504 * gdb.base/solib-weak.c (foo): Declare.
16505 * gdb.base/attach-twice.c: Include stdio.h.
16506 * gdb.base/weaklib1.c: Likewise.
16507 * gdb.base/weaklib2.c: Likewise.
16508 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16509 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16510 unistd.h.
16511 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16512 * gdb.mi/mi-exit-code.c: Likewise.
16513 * gdb.base/break-interp-lib.c: Include string.h.
16514 * gdb.base/coremaker.c: Likewise.
16515 * gdb.base/testenv.c: Likewise.
16516 * gdb.python/py-finish-breakpoint.c: Likewise.
16517 * gdb.base/inferior-died.c: Include sys/wait.h.
16518 * gdb.base/fileio.c: Include time.h.
16519 * gdb.base/async-shell.c: Include unistd.h.
16520 * gdb.base/dprintf-non-stop.c: Likewise.
16521 * gdb.base/info-os.c: Likewise.
16522 * gdb.mi/mi-console.c: Likewise.
16523 * gdb.mi/watch-nonstop.c: Likewise.
16524 * gdb.python/py-events.c: Likewise.
16525 * gdb.base/async.c (baz): Move up before its invocation.
16526 * gdb.base/code_elim2.c (my_global_func): Likewise.
16527 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16528 * gdb.base/advance.c (func2): Likewise.
16529
16530 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16531
16532 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16533 variant.
16534 * gdb.base/annota3.c: Likewise.
16535 * gdb.base/async.c: Likewise.
16536 * gdb.base/average.c: Likewise.
16537 * gdb.base/call-ar-st.c: Likewise.
16538 * gdb.base/call-rt-st.c: Likewise.
16539 * gdb.base/call-sc.c: Likewise.
16540 * gdb.base/call-strs.c: Likewise.
16541 * gdb.base/ending-run.c: Likewise.
16542 * gdb.base/execd-prog.c: Likewise.
16543 * gdb.base/exprs.c: Likewise.
16544 * gdb.base/foll-exec.c: Likewise.
16545 * gdb.base/foll-fork.c: Likewise.
16546 * gdb.base/foll-vfork.c: Likewise.
16547 * gdb.base/funcargs.c: Likewise.
16548 * gdb.base/gcore.c: Likewise.
16549 * gdb.base/jump.c: Likewise.
16550 * gdb.base/langs0.c: Likewise.
16551 * gdb.base/langs1.c: Likewise.
16552 * gdb.base/langs2.c: Likewise.
16553 * gdb.base/mips_pro.c: Likewise.
16554 * gdb.base/nodebug.c: Likewise.
16555 * gdb.base/opaque0.c: Likewise.
16556 * gdb.base/opaque1.c: Likewise.
16557 * gdb.base/recurse.c: Likewise.
16558 * gdb.base/run.c: Likewise.
16559 * gdb.base/scope0.c: Likewise.
16560 * gdb.base/scope1.c: Likewise.
16561 * gdb.base/setshow.c: Likewise.
16562 * gdb.base/setvar.c: Likewise.
16563 * gdb.base/shmain.c: Likewise.
16564 * gdb.base/shr1.c: Likewise.
16565 * gdb.base/shr2.c: Likewise.
16566 * gdb.base/sigall.c: Likewise.
16567 * gdb.base/signals.c: Likewise.
16568 * gdb.base/so-indr-cl.c: Likewise.
16569 * gdb.base/solib2.c: Likewise.
16570 * gdb.base/structs.c: Likewise.
16571 * gdb.base/sum.c: Likewise.
16572 * gdb.base/vforked-prog.c: Likewise.
16573 * gdb.base/watchpoint.c: Likewise.
16574 * gdb.reverse/shr2.c: Likewise.
16575 * gdb.reverse/until-reverse.c: Likewise.
16576 * gdb.reverse/ur1.c: Likewise.
16577 * gdb.reverse/watch-reverse.c: Likewise.
16578
16579 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16580
16581 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16582 variant.
16583 * gdb.base/sepdebug.exp: Drop references to removed code.
16584
16585 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16586
16587 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16588 variant. Preserve original line numbering.
16589 * gdb.base/list1.c: Likewise.
16590
16591 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16592
16593 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16594 variant.
16595 * gdb.base/break1.c: Likewise.
16596 * gdb.base/break.exp: Drop references to removed code.
16597
16598 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16599
16600 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16601 variant.
16602
16603 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16604
16605 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16606
16607 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16608
16609 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16610 logic into perform_all_tests() and invoke it with and without
16611 function header prototypes.
16612 (do_function_calls): Remove conditional XFAIL for PR 5318.
16613 (rerun_and_prepare): Remove duplicate code.
16614 (perform_all_tests): New. Main logic moved here.
16615
16616 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16617
16618 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16619 code guarded by #ifdef NO_PROTOTYPES.
16620 (t_double_many_args): Likewise.
16621 (DEF_FUNC_MANY_ARGS_1): Likewise.
16622 (DEF_FUNC_VALUES_1): Likewise.
16623 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16624 guarded by #ifdef PROTOTYPES.
16625
16626 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16627
16628 * gdb.mi/mi-console.c: Add eye-catcher.
16629 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16630 instead of literal line number.
16631
16632 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16633
16634 * gdb.base/shr2.c: Add eye-catcher.
16635 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16636 line number.
16637
16638 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16639
16640 * gdb.base/jump.c: Add eye-catchers.
16641 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16642 numbers.
16643
16644 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16645
16646 * gdb.base/execd-prog.c: Add eye-catchers.
16647 * gdb.base/foll-exec.c: Likewise.
16648 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16649 line numbers.
16650
16651 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16652
16653 * gdb.base/ending-run.c: Add eye-catchers.
16654 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16655 literal line numbers.
16656
16657 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16658
16659 * gdb.base/call-rt-st.c: Add eye-catchers.
16660 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16661 literal line numbers.
16662
16663 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16664
16665 * gdb.base/call-ar-st.c: Add eye-catchers.
16666 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16667 literal line numbers.
16668
16669 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16670
16671 * gdb.base/average.c: Add eye-catchers.
16672 * gdb.base/sum.c: Likewise.
16673 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16674 regexps dynamically.
16675
16676 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16677
16678 * gdb.base/solib1.c: Add eye-catchers.
16679 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16680 literal line numbers.
16681
16682 2014-11-12 Pedro Alves <palves@redhat.com>
16683
16684 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16685 leader has exited.
16686
16687 2014-11-12 Pedro Alves <palves@redhat.com>
16688
16689 * gdb.arch/i386-bp_permanent.c: New file.
16690 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16691 (srcfile): Set to i386-bp_permanent.c.
16692 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16693 that stepi does not execute the 'leave' instruction, instead of
16694 testing it does execute.
16695 * gdb.base/bp-permanent.c: New file.
16696 * gdb.base/bp-permanent.exp: New file.
16697
16698 2014-11-10 Doug Evans <xdje42@gmail.com>
16699
16700 PR symtab/17564
16701 * gdb.base/symtab-search-order.exp: New file.
16702 * gdb.base/symtab-search-order.c: New file.
16703 * gdb.base/symtab-search-order-1.c: New file.
16704 * gdb.base/symtab-search-order-shlib-1.c: New file.
16705
16706 2014-11-07 Pedro Alves <palves@redhat.com>
16707
16708 PR gdb/17511
16709 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16710 i?86-*-linux*.
16711
16712 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16713
16714 PR c++/17494
16715 * gdb.cp/pr17494.cc: New file.
16716 * gdb.cp/pr17494.exp: New file.
16717
16718 2014-11-02 Yao Qi <yao@codesourcery.com>
16719
16720 * gdb.python/python.exp: Get working directory and match the
16721 output of "set extended-prompt \\w " with it.
16722
16723 2014-10-30 Doug Evans <dje@google.com>
16724
16725 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16726 in objfiles.
16727 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16728 in progspaces.
16729
16730 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16731
16732 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16733 * gdb.base/realname-expand.exp: Likewise.
16734 * gdb.linespec/macro-relative.exp: Likewise.
16735
16736 2014-10-29 Pedro Alves <palves@redhat.com>
16737
16738 PR gdb/17408
16739 * gdb.threads/schedlock.c (some_function): New function.
16740 (call_function): New global.
16741 (MAYBE_CALL_SOME_FUNCTION): New macro.
16742 (thread_function): Call it.
16743 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16744 and use it instead of a global counter. Adjust all callers.
16745 (get_current_thread): Use "find current thread" for test message
16746 here rather than having all callers pass down the same string.
16747 (goto_loop): New procedure, factored out from ...
16748 (my_continue): ... this.
16749 (step_ten_loops): Change parameter from test message to command to
16750 use. Adjust.
16751 (list_count): Delete global.
16752 (check_result): New procedure, factored out from duplicate top
16753 level code.
16754 (continue tests): Wrap in with_test_prefix.
16755 (test_step): New procedure, factored out from duplicate top level
16756 code.
16757 (top level): Test "step" in combination with all scheduler-locking
16758 modes. Test "next" in combination with all scheduler-locking
16759 modes, and in combination with stepping over a function call or
16760 not.
16761 * gdb.threads/next-bp-other-thread.c: New file.
16762 * gdb.threads/next-bp-other-thread.exp: New file.
16763
16764 2014-10-29 Pedro Alves <palves@redhat.com>
16765
16766 PR python/17372
16767 * gdb.python/python.exp: Test a multi-line command that spawns
16768 interactive Python.
16769 * gdb.base/multi-line-starts-subshell.exp: New file.
16770
16771 2014-10-29 Yao Qi <yao@codesourcery.com>
16772
16773 * gdb.base/fileio.exp: Make directories on host.
16774
16775 2014-10-29 Yao Qi <yao@codesourcery.com>
16776
16777 * gdb.base/fileio.c (test_write): Close the file.
16778
16779 2014-10-28 Pedro Alves <palves@redhat.com>
16780
16781 PR gdb/12623
16782 * gdb.base/sigstep.c (no_handler): New global.
16783 (main): If 'no_handler is true, set the signal handlers to
16784 SIG_IGN.
16785 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16786 with_sw_watch and no_handler parameters. Handle them.
16787 (top level) <stepping over handler when stopped at a breakpoint
16788 test>: Add a test axis for testing with a software watchpoint, and
16789 another for testing with the signal handler set to SIG_IGN.
16790 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16791 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16792
16793 2014-10-28 Pedro Alves <palves@redhat.com>
16794
16795 PR gdb/17511
16796 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16797 * gdb.base/sigstep.exp (other_handler_location): New global.
16798 (advance): Support stepping into the signal handler, and running
16799 commands while in the handler.
16800 (in_handler_map): New global.
16801 (top level): In the advance test, add combinations for getting
16802 into the handler with stepping commands, and for running commands
16803 in the handler. Add comment descripting the advancei tests.
16804
16805 2014-10-28 Pedro Alves <palves@redhat.com>
16806
16807 * gdb.base/sigstep.exp: Use build_executable instead of
16808 prepare_for_testing.
16809 (top level): Move code that starts GDB, runs to main and creates a
16810 display to ...
16811 (restart): ... this new procedure.
16812 (top level): Move backtrace from signal handler test to ...
16813 (validate_backtrace): ... this new procedure.
16814 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16815 with_test_prefix. Always restart GDB.
16816 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16817 with_test_prefix. Always restart GDB. No need to delete
16818 breakpoints after the test.
16819 (test_skip_handler): Remove prefix parameter.
16820 (skip_over_handler, breakpoint_to_handler)
16821 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16822 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16823 restart GDB. No need to delete breakpoints after the test.
16824 (top level): Use foreach to call the test procedures with
16825 different commands.
16826
16827 2014-10-28 Pedro Alves <palves@redhat.com>
16828
16829 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16830 instead of GNATS numbers.
16831 * gdb.base/sigbpt.exp: Likewise.
16832 * gdb.base/siginfo.exp: Likewise.
16833 * gdb.base/sigstep.exp: Likewise.
16834
16835 2014-10-27 Pedro Alves <palves@redhat.com>
16836
16837 * gdb.base/sigstep.c (dummy): New global.
16838 (main): Issue a couple writes to the new global.
16839 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16840 procedures.
16841 (skip_over_handler): Use test_skip_handler.
16842 (top level): Call skip_over_handler for stepi and nexti too.
16843 (breakpoint_over_handler): Use test_skip_handler.
16844 (top level): Call breakpoint_over_handler for stepi and nexti too.
16845
16846 2014-10-27 Yao Qi <yao@codesourcery.com>
16847
16848 * gdb.trace/tfile.c (adjust_function_address)
16849 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16850 function descriptor.
16851
16852 2014-10-24 Don Breazeal <donb@codesourcery.com>
16853
16854 * gdb.base/foll-fork.exp (test_follow_fork,
16855 catch_fork_child_follow): Check for updated fork messages emitted
16856 from infrun.c.
16857 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16858 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16859 vfork_and_exec_child_follow_through_step): Check for updated vfork
16860 messages emitted from infrun.c.
16861
16862 2014-10-24 Pedro Alves <palves@redhat.com>
16863
16864 * gdb.base/corefile.exp: Remove references to ultrix.
16865 * gdb.base/interrupt.exp: Likewise.
16866 * gdb.base/whatis.exp: Likewise.
16867 * gdb.gdb/selftest.exp: Likewise.
16868 * gdb.threads/manythreads.exp: Likewise.
16869 * gdb.threads/print-threads.exp: Likewise.
16870 * gdb.threads/pthreads.exp:: Likewise.
16871 * gdb.threads/schedlock.exp: Likewise.
16872
16873 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16874
16875 * gdb.cp/non-trivial-retval.cc: Add a test case.
16876 * gdb.cp/non-trivial-retval.exp: Add a test.
16877
16878 2014-10-20 Yao Qi <yao@codesourcery.com>
16879
16880 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16881 * gdb.python/py-objfile-script-gdb.py: New file.
16882 * gdb.python/py-objfile-script.exp: Update reference to
16883 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16884 of remote_download. Remove the dest file.
16885
16886 2014-10-20 Yao Qi <yao@codesourcery.com>
16887
16888 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16889 * gdb.base/step-line.exp: Likewise.
16890 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16891 * gdb.dwarf2/dw2-basic.exp: Likewise.
16892 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16893 * gdb.dwarf2/dw2-filename.exp: Likewise.
16894 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16895 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16896 * gdb.dwarf2/dw2-producer.exp: Likewise.
16897 * gdb.dwarf2/mac-fileno.exp: Likewise.
16898 * gdb.python/py-frame-args.exp: Likewise.
16899 * gdb.python/py-framefilter.exp: Likewise.
16900 * gdb.python/py-mi.exp: Likewise.
16901 * gdb.python/py-objfile-script.exp: Likewise
16902 * gdb.python/py-pp-integral.exp: Likewise.
16903 * gdb.python/py-pp-re-notag.exp: Likewise.
16904 * gdb.python/py-prettyprint.exp: Likewise.
16905 * gdb.python/py-section-script.exp: Likewise.
16906 * gdb.python/py-typeprint.exp: Likewise.
16907 * gdb.python/py-xmethods.exp: Likewise.
16908 * gdb.stabs/weird.exp: Likewise.
16909 * gdb.xml/tdesc-regs.exp: Likewise.
16910
16911 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16912
16913 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16914 (out_cu): Use addr_len for the size of addresses.
16915 (out_line): Likewise. Size DW_LNE_set_address instruction
16916 according to addr_len.
16917 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16918 (FUNC): Add START_INSNS to definition.
16919
16920 2014-10-18 Yao Qi <yao@codesourcery.com>
16921
16922 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16923 gdb_has_argv0 return true.
16924 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16925 check [target_info exists noargs], check [gdb_has_argv0]
16926 instead.
16927 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16928 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16929 procedures.
16930
16931 2014-10-17 Doug Evans <dje@google.com>
16932
16933 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16934 event.
16935 * gdb.python/py-events.py: Add clear_objfiles event.
16936
16937 2014-10-17 Doug Evans <dje@google.com>
16938
16939 * gdb.python/py-objfile.exp: Test progspace attribute.
16940
16941 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
16942
16943 * gdb.guile/scm-breakpoint.exp: Do not assume any
16944 directory separators when matching source file paths.
16945 * gdb.python/py-breakpoint.exp: Likewise.
16946 * gdb.reverse/break-precsave.exp: Likewise.
16947 * gdb.reverse/break-reverse.exp: Likewise.
16948 * gdb.reverse/consecutive-precsave.exp: Likewise.
16949 * gdb.reverse/finish-precsave.exp: Likewise.
16950 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16951 * gdb.reverse/finish-reverse.exp: Likewise.
16952 * gdb.reverse/i386-precsave.exp: Likewise.
16953 * gdb.reverse/i387-env-reverse.exp: Likewise.
16954 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16955 * gdb.reverse/machinestate-precsave.exp: Likewise.
16956 * gdb.reverse/machinestate.exp: Likewise.
16957 * gdb.reverse/sigall-precsave.exp: Likewise.
16958 * gdb.reverse/solib-precsave.exp: Likewise.
16959 * gdb.reverse/step-precsave.exp: Likewise.
16960 * gdb.reverse/until-precsave.exp: Likewise.
16961 * gdb.reverse/watch-precsave.exp: Likewise.
16962 * gdb.reverse/watch-reverse.exp: Likewise.
16963
16964 2014-10-17 Yao Qi <yao@codesourcery.com>
16965
16966 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16967 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16968
16969 2014-10-17 Pedro Alves <palves@redhat.com>
16970
16971 PR gdb/17471
16972 * gdb.base/bg-execution-repeat.c: New file.
16973 * gdb.base/bg-execution-repeat.exp: New file.
16974
16975 2014-10-17 Pedro Alves <palves@redhat.com>
16976
16977 PR gdb/17300
16978 * gdb.base/continue-all-already-running.c: New file.
16979 * gdb.base/continue-all-already-running.exp: New file.
16980
16981 2014-10-17 Pedro Alves <palves@redhat.com>
16982
16983 PR gdb/17472
16984 * gdb.base/annota-input-while-running.c: New file.
16985 * gdb.base/annota-input-while-running.exp: New file.
16986
16987 2014-10-17 Pedro Alves <palves@redhat.com>
16988
16989 * gdb.base/callfuncs.exp: emove references to osf.
16990 * gdb.base/sigall.exp: Likewise.
16991 * gdb.gdb/selftest.exp: Likewise.
16992 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16993 * gdb.mi/non-stop.c: Likewise.
16994 * gdb.mi/pthreads.c: Likewise.
16995 * gdb.reverse/sigall-precsave.exp: Likewise.
16996 * gdb.reverse/sigall-reverse.exp: Likewise.
16997 * gdb.threads/pthreads.c: Likewise.
16998 * gdb.threads/pthreads.exp: Likewise.
16999
17000 2014-10-17 Yao Qi <yao@codesourcery.com>
17001
17002 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17003 check 'target_info exists noargs'.
17004 (test_command_prompt_position): Likewise.
17005 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17006 Remove "set args".
17007 (progvar_simple_while_test): Likewise.
17008 (progvar_complex_if_while_test): Likewise.
17009 (if_while_breakpoint_command_test): Likewise.
17010 (infrun_breakpoint_command_test): Likewise.
17011 (breakpoint_command_test): Likewise.
17012 (watchpoint_command_test): Likewise.
17013 (bp_deleted_in_command_test): Likewise.
17014 (temporary_breakpoint_commands): Likewise.
17015
17016 2014-10-16 Yao Qi <yao@codesourcery.com>
17017
17018 * gdb.base/remotetimeout.exp: Remove noargs checking.
17019
17020 2014-10-15 Pedro Alves <palves@redhat.com>
17021
17022 PR breakpoints/9649
17023 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17024 * gdb.base/breakpoint-in-ro-region.exp
17025 (probe_target_hardware_step): New procedure.
17026 (top level): Probe hardware stepping and hardware breakpoint
17027 support. Test stepping through a read-only region, with both
17028 "breakpoint auto-hw" on and off and both "always-inserted" on and
17029 off.
17030
17031 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17032
17033 * gdb.dlang/demangle.exp: Update for demangling changes.
17034
17035 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17036
17037 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17038 * gdb.cp/non-trivial-retval.exp: Add new tests.
17039
17040 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17041
17042 PR c++/13403
17043 PR c++/15154
17044 * gdb.cp/non-trivial-retval.cc: New file.
17045 * gdb.cp/non-trivial-retval.exp: New file.
17046
17047 2014-10-15 Yao Qi <yao@codesourcery.com>
17048
17049 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17050 remote host.
17051
17052 2014-10-15 Yao Qi <yao@codesourcery.com>
17053
17054 * gdb.python/py-symbol.exp: Match file base name if host is
17055 remote, otherwise match file name with dir name.
17056 * gdb.python/py-symtab.exp: Likewise.
17057 * gdb.python/python.exp: Likewise.
17058
17059 2014-10-15 Yao Qi <yao@codesourcery.com>
17060
17061 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17062 pattern.
17063 * gdb.python/py-symtab.exp: Likewise.
17064 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17065 locationn.
17066
17067 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17068
17069 * gdb.ada/addr_arith: New testcase.
17070
17071 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17072
17073 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17074 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17075 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17076 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17077
17078 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17079
17080 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17081 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17082 * gdb.arch/stap-eval-lang-ada.exp: New file.
17083
17084 2014-10-14 Yao Qi <yao@codesourcery.com>
17085
17086 * gdb.mi/mi-var-child.c (nothing1): New function.
17087 (nothing2): New function.
17088 (do_children_tests): Set function pointers by nothing1 and
17089 nothing2.
17090 * gdb.mi/mi-var-child.exp: Step over new added statements.
17091 Update test to match the new output.
17092 * gdb.mi/var-cmd.c (nothing1): New function.
17093 (nothing2): New function.
17094 (do_children_tests): Set function pointers by nothing1 and
17095 nothing2.
17096 * gdb.mi/mi-var-display.exp: Update test to match output.
17097 Step to the line specified by $line_dct_nothing.
17098 Increase the number of lines to step.
17099
17100 2014-10-14 Yao Qi <yao@codesourcery.com>
17101
17102 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17103 tests.
17104 * gdb.mi/mi2-var-child.exp: Likewise.
17105
17106 2014-10-13 Doug Evans <dje@google.com>
17107
17108 * gdb.python/py-objfile.exp: Change name of file name test.
17109
17110 2014-10-13 Doug Evans <dje@google.com>
17111
17112 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17113 from the start of the CU.
17114
17115 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17116 Yao Qi <yao@codesourcery.com>
17117
17118 Fix "save breakpoints" for "catch" command.
17119 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17120 Remove -nonewline. Match also the added "main" line.
17121
17122 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17123
17124 Fix "save breakpoints" for "disable $bpnum" command.
17125 * gdb.base/save-bp.c (main): Add label.
17126 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17127
17128 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17129
17130 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17131
17132 2014-10-11 Yao Qi <yao@codesourcery.com>
17133
17134 * gdb.server/server-kill.exp: Execute command
17135 "set remote trace-status-packet on" before "tstatus".
17136
17137 2014-10-11 Yao Qi <yao@codesourcery.com>
17138
17139 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17140 (main): Call getppid.
17141 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17142 and continue to it. Read variable "server_pid".
17143
17144 2014-10-11 Yao Qi <yao@codesourcery.com>
17145
17146 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17147
17148 2014-10-11 Yao Qi <yao@codesourcery.com>
17149
17150 * gdb.threads/thread-find.exp: Don't execute command
17151 "info threads".
17152 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17153 * gdb.threads/linux-dp.exp: Don't check the condition
17154 $threads_created equals to zero.
17155
17156 2014-10-10 Pedro Alves <palves@redhat.com>
17157
17158 * gdb.base/bigcore.exp: Remove references to IRIX.
17159 * gdb.base/funcargs.exp: Likewise.
17160 * gdb.base/interrupt.exp: Likewise.
17161 * gdb.base/mips_pro.exp: Likewise.
17162 * gdb.base/nodebug.exp: Likewise.
17163 * gdb.base/setvar.exp: Likewise.
17164 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17165
17166 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17167 Pedro Alves <palves@redhat.com>
17168
17169 PR symtab/14466
17170 * gdb.base/vdso-warning.c: New file.
17171 * gdb.base/vdso-warning.exp: New file.
17172
17173 2014-10-02 Doug Evans <dje@google.com>
17174
17175 * gdb.base/structs.c (main): Don't run forever.
17176
17177 2014-10-02 Pedro Alves <palves@redhat.com>
17178
17179 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17180 (top level) <stop threads 1, stop threads 2>: Use it.
17181
17182 2014-10-02 Pedro Alves <palves@redhat.com>
17183
17184 * gdb.threads/break-while-running.exp (test): Add new
17185 'update_thread_list' argument. Skip "info threads" if false.
17186 (top level): Add new 'update_thread_list' axis.
17187
17188 2014-10-02 Pedro Alves <palves@redhat.com>
17189
17190 PR breakpoints/17431
17191 * gdb.base/execl-update-breakpoints.c: New file.
17192 * gdb.base/execl-update-breakpoints.exp: New file.
17193
17194 2014-10-01 Pedro Alves <palves@redhat.com>
17195
17196 * gdb.base/breakpoint-in-ro-region.c: New file.
17197 * gdb.base/breakpoint-in-ro-region.exp: New file.
17198
17199 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17200
17201 * gdb.mi/mi-exit-code.exp: New file.
17202 * gdb.mi/mi-exit-code.c: New file.
17203
17204 2014-09-30 Yao Qi <yao@codesourcery.com>
17205
17206 * lib/prelink-support.exp (build_executable_own_libs): Error if
17207 the target isn't native.
17208
17209 2014-09-30 Yao Qi <yao@codesourcery.com>
17210
17211 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17212 false.
17213
17214 2014-09-22 Pedro Alves <palves@redhat.com>
17215
17216 * gdb.threads/break-while-running.exp: New file.
17217 * gdb.threads/break-while-running.c: New file.
17218
17219 2014-09-19 Yao Qi <yao@codesourcery.com>
17220
17221 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17222 Invoke test. Restart GDB with --readnow and invoke test again.
17223
17224 2014-09-19 Yao Qi <yao@codesourcery.com>
17225
17226 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17227 proc set_breakpoint_on_gcd_function. Invoke
17228 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17229 invoke set_breakpoint_on_gcd_function again.
17230
17231 2014-09-18 Doug Evans <dje@google.com>
17232
17233 * gdb.dwarf2/symtab-producer.exp: New file.
17234
17235 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17236
17237 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17238 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17239 * gdb.base/global-var-nested-by-dso.c: Likewise.
17240 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17241
17242 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17243 Pedro Alves <palves@redhat.com>
17244
17245 * gdb.base/watch-bitfields.exp: Pass string other than test file
17246 name to prepare_for_testing.
17247 (watch): New procedure.
17248 (expect_watchpoint): Use with_test_prefix.
17249 (top level): Factor out tests to ...
17250 (test_watch_location, test_regular_watch): ... these new
17251 procedures, and use with_test_prefix and gdb_continue_to_end.
17252
17253 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17254
17255 PR breakpoints/12526
17256 * gdb.base/watch-bitfields.exp: New file.
17257 * gdb.base/watch-bitfields.c: New file.
17258
17259 2014-09-16 Pedro Alves <palves@redhat.com>
17260
17261 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17262 software and hardware addresses, not software address against
17263 itself.
17264
17265 2014-09-16 Pedro Alves <palves@redhat.com>
17266
17267 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17268 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17269
17270 2014-09-16 Pedro Alves <palves@redhat.com>
17271
17272 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17273 files.
17274 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17275 "*-*-vxworks*" throughout.
17276 * gdb.base/break.exp: Likewise.
17277 * gdb.base/default.exp: Likewise.
17278 * gdb.base/scope.exp: Likewise.
17279 * gdb.base/sepdebug.exp: Likewise.
17280 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17281 throughout.
17282 * gdb.base/run.c: Likewise.
17283 * gdb.base/sepdebug.c: Likewise.
17284 * gdb.hp/gdb.aCC/run.c: Likewise.
17285 * gdb.reverse/until-reverse.c: Likewise.
17286 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17287
17288 2014-09-16 Yao Qi <yao@codesourcery.com>
17289
17290 * boards/local-remote-host-native.exp: New file.
17291
17292 2014-09-14 Doug Evans <xdje42@gmail.com>
17293
17294 * gdb.threads/queue-signal.c (thread_count): New variable.
17295 (thread_count_mutex, thread_count_condvar): New variables.
17296 (incr_thread_count, wait_all_threads_running): New functions.
17297 (main): Wait for all threads to be in their thread functions.
17298
17299 2014-09-13 Doug Evans <xdje42@gmail.com>
17300
17301 * gdb.threads/queue-signal.c: New file.
17302 * gdb.threads/queue-signal.exp: New file.
17303
17304 2014-09-13 Doug Evans <xdje42@gmail.com>
17305
17306 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17307 be consistent with what default_gdb_init uses.
17308 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17309 the plain text of the prompt. Add some logging printfs.
17310 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17311
17312 2014-09-12 Pedro Alves <palves@redhat.com>
17313
17314 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17315 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17316 * gdb.arch/i386-size-overlap.exp: Likewise.
17317 * gdb.arch/i386-size.exp: Likewise.
17318 * gdb.arch/i386-unwind.exp: Likewise.
17319 * gdb.base/a2-run.exp: Likewise.
17320 * gdb.base/break.exp: Likewise.
17321 * gdb.base/charset.exp: Likewise.
17322 * gdb.base/chng-syms.exp: Likewise.
17323 * gdb.base/commands.exp: Likewise.
17324 * gdb.base/dbx.exp: Likewise.
17325 * gdb.base/find.exp: Likewise.
17326 * gdb.base/funcargs.exp: Likewise.
17327 * gdb.base/jit-simple.exp: Likewise.
17328 * gdb.base/reread.exp: Likewise.
17329 * gdb.base/sepdebug.exp: Likewise.
17330 * gdb.base/step-bt.exp: Likewise.
17331 * gdb.cp/mb-inline.exp: Likewise.
17332 * gdb.cp/mb-templates.exp: Likewise.
17333 * gdb.objc/basicclass.exp: Likewise.
17334 * gdb.threads/killed.exp: Likewise.
17335
17336 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17337
17338 PR tdep/17379
17339 * gdb.arch/powerpc-stackless.S: New file.
17340 * gdb.arch/powerpc-stackless.exp: New file.
17341
17342 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17343
17344 * gdb.base/attach.c: Include unistd.h.
17345 (main): Call alarm. Add label postloop.
17346 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17347 gdb_breakpoint, gdb_continue_to_breakpoint.
17348 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17349
17350 2014-09-11 Pedro Alves <palves@redhat.com>
17351
17352 PR gdb/17347
17353 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17354 * gdb.base/attach.exp (test_command_line_attach_run): New
17355 procedure.
17356 (top level): Call it.
17357
17358 2014-09-11 Pedro Alves <palves@redhat.com>
17359
17360 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17361 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17362 (do_command_attach_tests): Use spawn_wait_for_attach.
17363 * gdb.base/solib-overlap.exp: Likewise.
17364 * gdb.multi/multi-attach.exp: Likewise.
17365 * gdb.python/py-prompt.exp: Likewise.
17366 * gdb.python/py-sync-interp.exp: Likewise.
17367 * gdb.server/ext-attach.exp: Likewise.
17368
17369 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17370
17371 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17372 command in testcase. Simplify testcase.
17373
17374 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17375
17376 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17377
17378 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17379
17380 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17381
17382 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17383
17384 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17385
17386 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17387
17388 * gdb.dwarf2/dynarr-ptr.c: New file.
17389 * gdb.dwarf2/dynarr-ptr.exp: New file.
17390
17391 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17392
17393 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17394 of 30 rather than hardcoding 120 for a slow test case. Take the
17395 `gdb,timeout' target setting into account for this calculation.
17396 Don't extend the timeout for the test cases that don't need it.
17397
17398 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17399
17400 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17401 a factor of 2 for a slow test case. Take the `gdb,timeout'
17402 target setting into account for this calculation.
17403 * gdb.reverse/until-precsave.exp: Increase the timeout by
17404 a factor of 15 and 3 respectively rather than adding 120
17405 for a pair of slow test cases. Take the `gdb,timeout'
17406 target setting into account for this calculation.
17407
17408 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17409
17410 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17411 timeout, don't pass one down to gdb_expect.
17412 (gdb_expect): Rework timeout selection.
17413
17414 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17415
17416 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17417 exception on timeout.
17418 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17419 (gdbserver_start_extended): Catch any `gdbserver_start' error
17420 exceptions.
17421 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17422 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17423 `gdbserver_gdb_load' error exceptions.
17424
17425 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17426
17427 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17428 120 on waiting for the TCP socket to open.
17429
17430 2014-09-09 Doug Evans <xdje42@gmail.com>
17431
17432 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17433 _caller_matches, _any_caller_is, _any_caller_matches.
17434
17435 2014-09-09 Doug Evans <xdje42@gmail.com>
17436
17437 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17438
17439 2014-09-09 Yao Qi <yao@codesourcery.com>
17440
17441 * gdb.mi/mi-var-display.exp: Set print symbol off.
17442
17443 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17444
17445 PR gdb/17035
17446 * gdb.base/commands.exp: Add tests to verify user-defined
17447 commands with empty bodies.
17448 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17449 python commands in `show user command`.
17450 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17451 scheme commands in `show user command`.
17452
17453 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17454
17455 PR python/17355
17456 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17457 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17458 * gdb.python/py-framefilter-invalidarg.exp: New file.
17459 * gdb.python/py-framefilter-invalidarg.py: New file.
17460
17461 2014-09-06 Doug Evans <xdje42@gmail.com>
17462
17463 PR 15276
17464 * gdb.python/py-caller-is.c: New file.
17465 * gdb.python/py-caller-is.exp: New file.
17466
17467 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17468
17469 PR gdb/17235
17470 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17471 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17472
17473 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17474
17475 PR fortran/17237
17476 * gdb.fortran/print-formatted.exp: New file.
17477 * gdb.fortran/print-formatted.f90: Likewise.
17478
17479 2014-09-03 Sasha Smundak <asmundak@google.com>
17480
17481 * gdb.python/py-frame.exp: Test Frame.read_register.
17482
17483 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17484
17485 PR python/16699
17486 * gdb.python/py-completion.exp: New file.
17487 * gdb.python/py-completion.py: Likewise.
17488
17489 2014-08-28 Doug Evans <dje@google.com>
17490
17491 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17492 eax,etc. are live with values set by gdb and thus the compiler can't
17493 use them.
17494 * gdb.arch/i386-pseudo.c (main): Ditto.
17495
17496 2014-08-27 Doug Evans <dje@google.com>
17497
17498 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17499
17500 2014-08-25 Doug Evans <dje@google.com>
17501
17502 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17503 (main): Ditto.
17504
17505 2014-08-25 Doug Evans <dje@google.com>
17506
17507 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17508
17509 2014-08-24 Yao Qi <yao@codesourcery.com>
17510
17511 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17512 symbol off.
17513 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17514
17515 2014-08-22 Doug Evans <dje@google.com>
17516
17517 PR 17276
17518 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17519 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17520 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17521
17522 2014-08-22 Yao Qi <yao@codesourcery.com>
17523
17524 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17525 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17526 * gdb.python/python.exp: Likewise. Use .py file on the host
17527 instead of the build.
17528
17529 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17530
17531 * gdb.threads/gcore-stale-thread.c: New file.
17532 * gdb.threads/gcore-stale-thread.exp: New file.
17533
17534 2014-08-21 Pedro Alves <palves@redhat.com>
17535
17536 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17537 * gdb.base/gcore-relro-pie.exp: Likewise.
17538 * gdb.base/gcore-relro.exp: Likewise.
17539 * gdb.base/gcore.exp: Likewise.
17540 * gdb.base/print-symbol-loading.exp: Likewise.
17541 * gdb.threads/gcore-thread.exp: Likewise.
17542 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17543
17544 2014-08-20 Pedro Alves <palves@redhat.com>
17545 Jan Kratochvil <jan.kratochvil@redhat.com>
17546
17547 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17548 configure.
17549 (EXPECT): Handle READ1 being set.
17550 (all): Depend on EXTRA_RULES.
17551 (check-read1, expect-read1, read1.so, read1): New rules.
17552 * README (Testsuite Parameters): Document the READ1 make variable.
17553 (Race detection): New section.
17554 * configure: Regenerate.
17555 * configure.ac: If build==host==target, and running under a
17556 GNU/glibc system, add read1 to the extra Makefile rules.
17557 (EXTRA_RULES): AC_SUBST it.
17558 * lib/read1.c: New file.
17559
17560 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17561
17562 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17563 the handling of variables declared as a typedef to an array
17564 which a DW_AT_data_location attribute.
17565
17566 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17567 Pedro Alves <palves@redhat.com>
17568
17569 PR symtab/14604
17570 PR symtab/14605
17571 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17572 gdb_test.
17573
17574 2014-08-19 Pedro Alves <palves@redhat.com>
17575
17576 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17577
17578 2014-08-19 Yao Qi <yao@codesourcery.com>
17579
17580 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17581 right line.
17582
17583 2014-08-18 David Blaikie <dblaikie@gmail.com>
17584
17585 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17586
17587 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17588
17589 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17590 attribute in array range.
17591
17592 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17593
17594 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17595
17596 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17597
17598 PR c++/17132
17599 * gdb.cp/pr17132.cc: New file.
17600 * gdb.cp/pr17132.exp: New file.
17601
17602 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17603
17604 * gdb.python/py-xmethods.py (A_getarrayind)
17605 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17606 Use 'print' with function call syntax.
17607 (E_method_matcher.match): Fix tab vs space indentation mixup.
17608
17609 2014-08-15 Yao Qi <yao@codesourcery.com>
17610
17611 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17612 false.
17613
17614 2014-08-15 Yao Qi <yao@codesourcery.com>
17615
17616 * gdb.cp/casts.exp: Set print symbol off.
17617 * gdb.cp/class2.exp: Likewise.
17618 * gdb.cp/overload.exp: Likewise.
17619 * gdb.cp/templates.exp: Likewise.
17620
17621 2014-08-11 Doug Evans <dje@google.com>
17622
17623 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17624 (test_load_shlib): Update.
17625
17626 2014-08-09 Yao Qi <yao@codesourcery.com>
17627
17628 * gdb.base/display.exp: Invoke is_address_zero_readable.
17629 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17630 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17631 * gdb.base/hbreak-unmapped.exp: Return if
17632 is_address_zero_readable returns true.
17633 * gdb.base/signest.exp: Likewise.
17634 * gdb.base/signull.exp: Likewise.
17635 * gdb.base/sigbpt.exp: Likewise.
17636 * gdb.guile/scm-disasm.exp: Do the test if
17637 is_address_zero_readable returns false.
17638 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17639 * gdb.python/py-arch.exp: Likewise.
17640 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17641 * lib/gdb.exp (is_address_zero_readable): New proc.
17642
17643 2014-08-09 Yao Qi <yao@codesourcery.com>
17644
17645 PR testsuite/13443
17646 * gdb.mi/mi-var-display.exp: Make test messages unique.
17647
17648 2014-08-04 Tom Tromey <tromey@redhat.com>
17649
17650 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17651 target 0".
17652
17653 2014-08-04 Tom Tromey <tromey@redhat.com>
17654
17655 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17656 "target_resume".
17657
17658 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17659
17660 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17661 inner_vla_struct_object_size.
17662 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17663 as xfail.
17664
17665 2014-07-30 Pedro Alves <palves@redhat.com>
17666
17667 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17668 comment.
17669
17670 2014-07-29 Yao Qi <yao@codesourcery.com>
17671
17672 PR gdb/17206
17673 * gdb.base/until-nodebug.exp: New.
17674
17675 2014-07-28 Doug Evans <xdje42@gmail.com>
17676
17677 PR guile/17203
17678 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17679 previously existing parameter, and previously ambiguously spelled
17680 parameter.
17681
17682 2014-07-28 Will Newton <will.newton@linaro.org>
17683
17684 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17685
17686 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17687 Doug Evans <xdje42@gmail.com>
17688
17689 PR guile/17146
17690 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17691
17692 2014-07-25 Pedro Alves <palves@redhat.com>
17693
17694 * gdb.threads/signal-command-handle-nopass.c: New file.
17695 * gdb.threads/signal-command-handle-nopass.exp: New file.
17696 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17697 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17698 * gdb.threads/signal-delivered-right-thread.c: New file.
17699 * gdb.threads/signal-delivered-right-thread.exp: New file.
17700
17701 2014-07-25 Pedro Alves <palves@redhat.com>
17702
17703 * gdb.base/double-prompt-target-event-error.exp
17704 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17705 match.
17706 (cancel_pagination_in_target_event): Rework double prompt
17707 detection.
17708 * gdb.base/paginate-after-ctrl-c-running.exp
17709 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17710 <return>' match.
17711 * gdb.base/paginate-bg-execution.exp
17712 (test_bg_execution_pagination_return)
17713 (test_bg_execution_pagination_cancel): Remove '-notransfer
17714 <return>' matches.
17715 * gdb.base/paginate-execution-startup.exp
17716 (test_fg_execution_pagination_return)
17717 (test_fg_execution_pagination_cancel): Remove '-notransfer
17718 <return>' matches.
17719 * gdb.base/paginate-inferior-exit.exp
17720 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17721 match.
17722 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17723 * lib/gdb.exp (pagination_prompt): Run text through
17724 string_to_regexp.
17725 (gdb_test_multiple): Match $pagination_prompt instead of
17726 "<return>".
17727 (string_to_regexp): Move to lib/gdb-utils.exp.
17728
17729 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17730
17731 * gdb.arch/amd64-entry-value-paramref.S: New file.
17732 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17733 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17734 * gdb.arch/amd64-optimout-repeat.S: New file.
17735 * gdb.arch/amd64-optimout-repeat.c: New file.
17736 * gdb.arch/amd64-optimout-repeat.exp: New file.
17737
17738 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17739
17740 PR gdb/17170
17741 * gdb.base/statistics.exp: New file.
17742
17743 2014-07-17 Doug Evans <dje@google.com>
17744
17745 PR gdb/17170
17746 * gdb.base/maint.exp: Update testing of per-command stats.
17747
17748 2014-07-16 Pedro Alves <palves@redhat.com>
17749
17750 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17751 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17752 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17753 (tfile_write_buf): New functions.
17754 (add_memory_block): Rewrite using the above.
17755 (adjust_function_address): New function.
17756 (FUNCTION_ADDRESS): New macro.
17757 (write_basic_trace_file): Remove short_x local, and use
17758 tfile_write_16. Change type of func_addr local to unsigned long
17759 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17760 here. Cast argument of add_memory_block to char pointer.
17761 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17762 (main): Remove parameters.
17763 * gdb.trace/tfile.exp: Remove nowarnings.
17764
17765 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17766
17767 * gdb.base/debug-expr.exp: Test string evaluation with
17768 "debug expression" on.
17769
17770 2014-07-15 Pedro Alves <palves@redhat.com>
17771
17772 * gdb.base/reread.exp: Use clean_restart.
17773
17774 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17775
17776 * gdb.arch/avr-flash-qualifer.c: New.
17777 * gdb.arch/avr-flash-qualifer.exp: New.
17778
17779 2014-07-14 Pedro Alves <palves@redhat.com>
17780
17781 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17782 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17783
17784 2014-07-14 Pedro Alves <palves@redhat.com>
17785
17786 * gdb.base/double-prompt-target-event-error.c: New file.
17787 * gdb.base/double-prompt-target-event-error.exp: New file.
17788
17789 2014-07-14 Pedro Alves <palves@redhat.com>
17790
17791 PR gdb/17072
17792 * gdb.base/paginate-inferior-exit.c: New file.
17793 * gdb.base/paginate-inferior-exit.exp: New file.
17794
17795 2014-07-14 Pedro Alves <palves@redhat.com>
17796
17797 PR gdb/17072
17798 * gdb.base/paginate-bg-execution.c: New file.
17799 * gdb.base/paginate-bg-execution.exp: New file.
17800
17801 2014-07-14 Pedro Alves <palves@redhat.com>
17802
17803 PR gdb/17072
17804 * gdb.base/paginate-execution-startup.c: New file.
17805 * gdb.base/paginate-execution-startup.exp: New file.
17806 * lib/gdb.exp (pagination_prompt): New global.
17807 (default_gdb_spawn): New procedure, factored out from
17808 default_gdb_spawn.
17809 (default_gdb_start): Adjust to call default_gdb_spawn.
17810 (gdb_spawn): New procedure.
17811
17812 2014-07-14 Pedro Alves <palves@redhat.com>
17813
17814 * lib/gdb.exp (gdb_assert): New procedure.
17815 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17816
17817 2014-07-14 Pedro Alves <palves@redhat.com>
17818
17819 * gdb.base/execution-termios.c: New file.
17820 * gdb.base/execution-termios.exp: New file.
17821
17822 2014-07-14 Tom Tromey <tromey@redhat.com>
17823
17824 * gdb.cp/vla-cxx.cc: New file.
17825 * gdb.cp/vla-cxx.exp: New file.
17826
17827 2014-07-14 Tom Tromey <tromey@redhat.com>
17828
17829 * gdb.reverse/rerun-prec.c: New file.
17830 * gdb.reverse/rerun-prec.exp: New file.
17831
17832 2014-07-12 Maciej W. Rozycki <macro@mips.com>
17833 Maciej W. Rozycki <macro@codesourcery.com>
17834
17835 * lib/gdb-utils.exp: New file.
17836 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17837 inline `gdb_init_command' processing.
17838 (gdb_start_cmd): Likewise.
17839 * lib/mi-support.exp (mi_run_cmd): Likewise.
17840 * README: Document `gdb_init_command' and `gdb_init_commands'.
17841
17842 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17843
17844 Fix false FAIL running under a very long directory name.
17845 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17846 and "set print elements 10000". Twice.
17847
17848 2014-07-11 Yao Qi <yao@codesourcery.com>
17849
17850 * gdb.base/exprs.exp: "set print symbol off".
17851
17852 2014-07-11 Pedro Alves <palves@redhat.com>
17853
17854 * gdb.threads/kill.c: New file.
17855 * gdb.threads/kill.exp: New file.
17856
17857 2014-07-10 Yao Qi <yao@codesourcery.com>
17858
17859 * gdb.trace/tfile.c (write_basic_trace_file)
17860 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17861 address written to trace file.
17862
17863 2014-07-09 Pedro Alves <palves@redhat.com>
17864
17865 * gdb.base/attach-wait-input.exp: New file.
17866 * gdb.base/attach-wait-input.c: New file.
17867
17868 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17869
17870 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17871 setting up test structures.
17872 (main): Call new test function.
17873 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17874 test function, continue into test function and walk test
17875 structures.
17876
17877 2014-07-02 Yao Qi <yao@codesourcery.com>
17878
17879 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17880 'bar_start' at the beginning of functions 'foo' and 'bar'
17881 respectively.
17882 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17883 instead of 'foo' and 'bar'.
17884
17885 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17886
17887 * gdb.btrace/segv.exp: New.
17888 * gdb.btrace/segv.c: New.
17889
17890 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
17891
17892 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17893 instruction.
17894
17895 2014-06-30 Mark Wielaard <mjw@redhat.com>
17896
17897 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17898 vulture, vilify, villar): New volatile array constants.
17899 (vindictive, vegetation): New const volatile array constants.
17900 * gdb.base/volatile.exp: Test volatile and const volatile array
17901 types.
17902
17903 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17904
17905 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17906 target lacks support for awatch, rwatch, or hbreak.
17907
17908 2014-06-27 Yao Qi <yao@codesourcery.com>
17909
17910 * gdb.multi/dummy-frame-restore.exp: New.
17911 * gdb.multi/dummy-frame-restore.c: New.
17912
17913 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17914
17915 * gdb.btrace/gcore.exp: New.
17916
17917 2014-06-23 Pedro Alves <palves@redhat.com>
17918
17919 * gdb.base/watchpoint-reuse-slot.c: New file.
17920 * gdb.base/watchpoint-reuse-slot.exp: New file.
17921
17922 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17923
17924 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17925 progspace's filename in 'info', 'enable' and 'disable' command
17926 tests.
17927
17928 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17929
17930 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17931 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17932 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17933
17934 2014-06-20 Gary Benson <gbenson@redhat.com>
17935
17936 * gdb.arch/i386-avx.exp: Fix include file location.
17937 * gdb.arch/i386-sse.exp: Likewise.
17938
17939 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17940
17941 * gdb.dlang/expression.exp: New file.
17942
17943 2014-06-19 Pedro Alves <palves@redhat.com>
17944
17945 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17946 out from ...
17947 (top level): ... here. Iterate running tests under different
17948 scheduler-locking settings.
17949
17950 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
17951
17952 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17953 to DW_FORM_addr and use non-zero addresses.
17954
17955 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17956
17957 PR gdb/17017
17958 * gdb.python/py-xmethods.cc: Add global function call counters and
17959 increment them in their respective functions. Remove "cout"
17960 statements.
17961 * gdb.python/py-xmethods.exp: Make tests check the global function
17962 call counters instead of depending on inferior IO.
17963
17964 2014-06-18 Don Breazeal <donb@codesourcery.com>
17965
17966 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17967 Deleted procedure.
17968 (explicit_fork_parent_follow): Deleted procedure.
17969 (explicit_fork_child_follow): Deleted procedure.
17970 (test_follow_fork): New procedure.
17971 (do_fork_tests): Replace calls to deleted procedures with
17972 calls to test_follow_fork and reset GDB for subsequent
17973 procedure calls.
17974
17975 2014-06-17 Yao Qi <yao@codesourcery.com>
17976
17977 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17978 CP1252.
17979
17980 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
17981
17982 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17983 Initialize ptr and S explicitly.
17984 (skip_type_update_when_not_use_rtti_test): Likewise.
17985
17986 2014-06-16 Keith Seitz <keiths@redhat.com>
17987
17988 PR mi/15863
17989 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17990 the inferior is started.
17991
17992 2014-06-16 Pedro Alves <palves@redhat.com>
17993
17994 * gdb.base/break-main-file-remove-fail.c: New file.
17995 * gdb.base/break-main-file-remove-fail.exp: New file.
17996 * gdb.base/break-unload-file.exp: Use build_executable instead of
17997 prepare_for_testing.
17998 (test_break): New parameter "initial_load". Handle it.
17999 (top level): Add initial_load cmdline/file axis.
18000
18001 2014-06-12 Tom Tromey <tromey@redhat.com>
18002
18003 * gdb.base/completion.exp: Don't use directory name in test.
18004
18005 2014-06-09 Gary Benson <gbenson@redhat.com>
18006
18007 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18008 separate the always-available ANSI-standard signals from the
18009 signals that require checking.
18010 (main): Likewise.
18011 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18012 Likewise.
18013 (main): Likewise.
18014
18015 2014-06-07 Keith Seitz <keiths@redhat.com>
18016
18017 Revert:
18018 PR c++/16253
18019 * gdb.cp/var-tag.cc: New file.
18020 * gdb.cp/var-tag.exp: New file.
18021 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18022 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18023 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18024 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18025
18026 2014-06-06 Doug Evans <xdje42@gmail.com>
18027
18028 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18029
18030 2014-06-06 Pedro Alves <palves@redhat.com>
18031
18032 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18033 in target debug output instead of looking at RSP packets,
18034 disabling the test on any target that uses hardware stepping.
18035 Update comments.
18036
18037 2014-06-06 Pedro Alves <palves@redhat.com>
18038
18039 * gdb.base/break-unload-file.exp: Fix typo.
18040
18041 2014-06-06 Yao Qi <yao@codesourcery.com>
18042
18043 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18044 from "jit_function" to "^jit_function".
18045
18046 2014-06-06 Yao Qi <yao@codesourcery.com>
18047
18048 * gdb.base/async.c (foo): Add one statement.
18049 * gdb.base/async.exp: Get the next instruction address and
18050 match the output of "nexti" by instruction address. Match
18051 the hex address in the output of "finish".
18052
18053 2014-06-06 Gary Benson <gbenson@redhat.com>
18054
18055 * gdb.base/call-signals.c: Remove preprocessor conditionals
18056 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18057 SIGSEGV and SIGTERM.
18058 * gdb.base/sigall.c: Likewise.
18059 * gdb.base/unwindonsignal.c: Likewise.
18060 * gdb.reverse/sigall-reverse.c: Likewise.
18061
18062 2014-06-06 Yao Qi <yao@codesourcery.com>
18063
18064 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18065 readable, skip the test.
18066
18067 2014-06-06 Yao Qi <yao@codesourcery.com>
18068
18069 * gdb.threads/staticthreads.c (thread_function): Move the line
18070 setting breakpoint on forward.
18071 * gdb.threads/staticthreads.exp: Update comments.
18072
18073 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18074
18075 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18076 "history-append! type error".
18077
18078 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18079
18080 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18081 erroneous dprintf expected input.
18082
18083 2014-06-04 Doug Evans <xdje42@gmail.com>
18084
18085 * gdb.guile/scm-generics.exp: Delete.
18086
18087 2014-06-04 Doug Evans <xdje42@gmail.com>
18088
18089 * gdb.guile/scm-breakpoint.exp: Update.
18090 Add tests for breakpoint registration.
18091
18092 2014-06-04 Tom Tromey <tromey@redhat.com>
18093
18094 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18095 VLA-in-union.
18096 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18097 inner_vla_struct, vla_union types. Initialize objects of those
18098 types and compute their sizes.
18099
18100 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18101 Hui Zhu <hui@codesourcery.com>
18102
18103 * gdb.base/fileio.exp: Add test for shell not available as well as
18104 available.
18105 * gdb.base/fileio.c (test_system): Check for shell twice.
18106
18107 2014-06-04 Yao Qi <yao@codesourcery.com>
18108
18109 * gdb.base/auto-connect-native-target.exp: Remove redundant
18110 space from the regexp pattern.
18111
18112 2014-06-04 Yao Qi <yao@codesourcery.com>
18113
18114 * gdb.base/default.exp: Replace "child" with "native" in
18115 regexp pattern.
18116
18117 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18118
18119 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18120 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18121 * gdb.python/py-xmethods.py: Python script supporting the
18122 new testcase and tests.
18123
18124 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18125 Pedro Alves <palves@redhat.com>
18126
18127 PR breakpoints/17000
18128 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18129 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18130
18131 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18132
18133 * gdb.base/subst.exp: Add tests to verify partial path matching
18134 output.
18135
18136 2014-06-03 Pedro Alves <palves@redhat.com>
18137
18138 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18139 target that doesn't use software single-stepping.
18140
18141 2014-06-03 Pedro Alves <palves@redhat.com>
18142
18143 PR breakpoints/17000
18144 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18145 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18146
18147 2014-06-02 Doug Evans <xdje42@gmail.com>
18148
18149 * gdb.guile/scm-parameter.exp: New file.
18150
18151 2014-06-02 Doug Evans <xdje42@gmail.com>
18152
18153 * gdb.guile/scm-cmd.c: New file.
18154 * gdb.guile/scm-cmd.exp: New file.
18155
18156 2014-06-02 Doug Evans <xdje42@gmail.com>
18157
18158 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18159 pretty-printer lookup.
18160 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18161 (make-pp_s-printer): Call it.
18162 (make-pretty-printer-from-dict): New function.
18163 (lookup-pretty-printer-maker-from-dict): New function.
18164 (*pretty-printer*): Simplify.
18165 (make-objfile-pp_s-printer): New function.
18166 (install-objfile-pretty-printers!): New function.
18167 (make-progspace-pp_s-printer): New function.
18168 (install-progspace-pretty-printers!): New function.
18169 * gdb.guile/scm-progspace.c: New file.
18170 * gdb.guile/scm-progspace.exp: New file.
18171
18172 2014-06-02 Pedro Alves <palves@redhat.com>
18173
18174 * gdb.base/dprintf-bp-same-addr.c: New file.
18175 * gdb.base/dprintf-bp-same-addr.exp: New file.
18176
18177 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18178
18179 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18180 * gdb.arch/powerpc-power.s: Likewise.
18181
18182 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18183
18184 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18185
18186 2014-06-01 Yao Qi <yao@codesourcery.com>
18187
18188 * gdb.base/watchpoint.exp (test_watch_location): Check null
18189 pointer can be dereferenced. If not, do the test, otherwise
18190 skip it.
18191
18192 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18193
18194 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18195 results.
18196 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18197
18198 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18199
18200 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18201 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18202 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18203 * gdb.arch/amd64-invalid-stack-top.c: New file.
18204 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18205
18206 2014-05-30 Pedro Alves <palves@redhat.com>
18207
18208 PR breakpoints/17000
18209 * gdb.base/sss-bp-on-user-bp.c: New file.
18210 * gdb.base/sss-bp-on-user-bp.exp: New file.
18211
18212 2014-05-30 David Blaikie <dblaikie@gmail.com>
18213
18214 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18215 gnu_inline semantics via attribute.
18216 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18217 source explicitly specifies the required semantics.
18218
18219 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18220
18221 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18222
18223 2014-05-29 Pedro Alves <palves@redhat.com>
18224 Tom Tromey <tromey@redhat.com>
18225
18226 * gdb.base/async-shell.exp: Don't enable target-async.
18227 * gdb.base/async.exp
18228 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18229 parameter. Adjust.
18230 (top level): Don't test with "target-async".
18231 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18232 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18233 * gdb.base/inferior-died.exp: Don't enable target-async.
18234 * gdb.base/interrupt-noterm.exp: Likewise.
18235 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18236 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18237 * gdb.mi/mi-nonstop.exp: Likewise.
18238 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18239 * gdb.mi/mi-nsintrall.exp: Likewise.
18240 * gdb.mi/mi-nsmoribund.exp: Likewise.
18241 * gdb.mi/mi-nsthrexec.exp: Likewise.
18242 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18243 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18244 * gdb.python/py-evsignal.exp: Don't enable target-async.
18245 * gdb.python/py-evthreads.exp: Likewise.
18246 * gdb.python/py-prompt.exp: Likewise.
18247 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18248 * gdb.server/solib-list.exp: Don't enable target-async.
18249 * gdb.threads/thread-specific-bp.exp: Likewise.
18250 * lib/mi-support.exp: Adjust to use mi-async.
18251
18252 2014-05-29 Pedro Alves <palves@redhat.com>
18253
18254 PR gdb/13860
18255 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18256 reason, even in sync mode.
18257
18258 2014-05-29 Pedro Alves <palves@redhat.com>
18259 Hui Zhu <hui@codesourcery.com>
18260
18261 PR PR15693
18262 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18263 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18264 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18265 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18266
18267 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18268
18269 * config/monitor.exp (gdb_target_monitor): Replace use of
18270 "set remotebaud" by "set serial baud".
18271
18272 2014-05-26 Andy Wingo <wingo@igalia.com>
18273
18274 * gdb.guile/scm-breakpoint.exp:
18275 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18276 properties instead of gdb-object-properties.
18277
18278 2014-05-26 Yao Qi <yao@codesourcery.com>
18279
18280 * gdb.server/no-thread-db.exp: Specify source file name
18281 explicitly when setting a breakpoint.
18282
18283 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18284
18285 * gdb.btrace/vdso.c: New.
18286 * gdb.btrace/vdso.exp: New.
18287
18288 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18289
18290 * gdb.base/gcore.exp (capture_command_output): Move ...
18291 * lib/gdb.exp (capture_command_output): ... here.
18292
18293 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18294
18295 * gdb.btrace/data.exp: Test memory access during btrace replay.
18296
18297 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18298
18299 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18300
18301 2014-05-21 Pedro Alves <palves@redhat.com>
18302
18303 PR gdb/13860
18304 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18305 (top level): Test that output related to execution commands is
18306 sent to the console with CLI commands, but not with MI commands.
18307 Test that breakpoint events are always mirrored to the console.
18308 Also expect the new source line to be output after a "next" in
18309 async mode too. Make it a pass/fail test.
18310 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18311 output.
18312 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18313
18314 2014-05-21 Pedro Alves <palves@redhat.com>
18315
18316 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18317 Use them to test variations of "list" after reaching a breakpoint.
18318 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18319 Test "list" with listsize 10 after reaching a breakpoint.
18320 * gdb.python/python.exp (decode_line current location line
18321 number): Adjust expected line number.
18322
18323 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18324
18325 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18326 behavior for $args, pass it directly to "run".
18327
18328 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18329
18330 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18331 30000 to 65536.
18332
18333 2014-05-21 Pedro Alves <palves@redhat.com>
18334
18335 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18336 auto-connect-native-target off".
18337 * gdb.base/auto-connect-native-target.c: New file.
18338 * gdb.base/auto-connect-native-target.exp: New file.
18339
18340 2014-05-21 Pedro Alves <palves@redhat.com>
18341
18342 * gdb.base/default.exp: Test "target native" instead of "target
18343 child".
18344
18345 2014-05-21 Mark Wielaard <mjw@redhat.com>
18346
18347 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18348
18349 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18350
18351 Fix TLS access for -static -pthread.
18352 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18353 <HAVE_TLS> (thread_function, main): Initialize it.
18354 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18355 Add clean_restart.
18356 <$have_tls != "">: Check TLSVAR.
18357
18358 2014-05-21 Pedro Alves <palves@redhat.com>
18359
18360 * gdb.base/dcache-line-read-error.c: New.
18361 * gdb.base/dcache-line-read-error.exp: New.
18362
18363 2014-05-20 Pedro Alves <palves@redhat.com>
18364
18365 * gdb.base/compare-sections.c: New file.
18366 * gdb.base/compare-sections.exp: New file.
18367
18368 2014-05-20 Pedro Alves <palves@redhat.com>
18369
18370 * gdb.base/break-idempotent.c: New file.
18371 * gdb.base/break-idempotent.exp: New file.
18372
18373 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18374
18375 * gdb.btrace/nohist.exp: New.
18376
18377 2014-05-20 Yao Qi <yao@codesourcery.com>
18378
18379 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18380 gdb.reverse directory and gdb_reverse_timeout exists in board
18381 setting.
18382 * README: Document gdb_reverse_timeout.
18383
18384 2014-05-20 Yao Qi <yao@codesourcery.com>
18385
18386 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18387 'test_file_name'. Treat args as a string instead of a list.
18388 (gdb_init): Rename argument 'args' by 'test_file_name'.
18389
18390 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18391
18392 * gdb.arch/powerpc-power.exp: New file.
18393 * gdb.arch/powerpc-power.s: New file.
18394
18395 2014-05-16 Doug Evans <dje@google.com>
18396
18397 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18398 * gdb.base/completion.exp: Check that all expected files exist
18399 before doing file completion.
18400
18401 2014-05-16 Doug Evans <dje@google.com>
18402
18403 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18404 Update.
18405 (do_syscall_tests_without_xml): Update.
18406
18407 2014-05-16 Pedro Alves <palves@redhat.com>
18408
18409 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18410 instead of "unknown output after running".
18411
18412 2014-05-16 Yao Qi <yao@codesourcery.com>
18413
18414 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18415 file1.txt from host at the end.
18416 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18417
18418 2014-05-15 Doug Evans <dje@google.com>
18419
18420 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18421 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18422 loading file. Add test for TU lookup.
18423
18424 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18425
18426 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18427 calling "-exec-arguments" or "set args" before running the
18428 inferior.
18429
18430 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18431
18432 * lib/mi-support.exp (mi_expect_stop): Expect message for
18433 inferiors that exit with non-zero exit code.
18434
18435 2014-05-14 Yao Qi <yao@codesourcery.com>
18436
18437 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18438 match absolute path on remote host.
18439 (test_file_list_exec_source_files): Remove "/" from the
18440 pattern.
18441
18442 2014-05-14 Yao Qi <yao@codesourcery.com>
18443
18444 * boards/local-remote-host-notty.exp (${board}_file): New
18445 proc.
18446
18447 2014-05-07 Kyle McMartin <kyle@redhat.com>
18448
18449 Pushed by Joel Brobecker <brobecker@adacore.com>.
18450 * gdb.arch/aarch64-atomic-inst.c: New file.
18451 * gdb.arch/aarch64-atomic-inst.exp: New file.
18452
18453 2014-05-07 Yao Qi <yao@codesourcery.com>
18454
18455 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18456 in current context" too.
18457
18458 2014-05-05 Keith Seitz <keiths@redhat.com>
18459
18460 * gdb.linespec/ls-dollar.exp: Add test for linespec
18461 file:convenience_variable.
18462
18463 2014-05-05 Yao Qi <yao@codesourcery.com>
18464
18465 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18466 traceframes into tfile and ctf trace files. Read data from
18467 trace file and test collected data.
18468 (gdb_collect_locals_test): Likewise.
18469 (gdb_unavailable_registers_test): Likewise.
18470 (gdb_unavailable_floats): Likewise.
18471 (gdb_collect_globals_test): Likewise.
18472 (top-level): Append "ctf" to trace_file_targets if GDB
18473 supports.
18474
18475 2014-05-05 Yao Qi <yao@codesourcery.com>
18476
18477 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18478 code to ...
18479 (gdb_collect_args_test_1): ... it. New proc.
18480 (gdb_collect_locals_test): Move some code to ...
18481 (gdb_collect_locals_test_1): ... it. New proc.
18482 (gdb_unavailable_registers_test): Move some code to ...
18483 (gdb_unavailable_registers_test_1): ... it. New proc.
18484 (gdb_unavailable_floats): Move some code to ...
18485 (gdb_unavailable_floats_1): ... it. New proc.
18486
18487 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18488
18489 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18490 probes to test for bitness recognition.
18491 * gdb.arch/amd64-stap-optional-prefix.exp
18492 (test_probe_value_without_reg): New procedure.
18493 Add code to test for different kinds of bitness.
18494
18495 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18496
18497 PR breakpoints/16889
18498 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18499 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18500
18501 2014-05-01 Pedro Alves <palves@redhat.com>
18502
18503 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18504 gdb_file_cmd if no file is specified.
18505 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18506 last_loaded_file to set the remote exec-file.
18507
18508 2014-05-01 Pedro Alves <palves@redhat.com>
18509
18510 * boards/local-remote-host.exp: New file.
18511
18512 2014-05-01 Pedro Alves <palves@redhat.com>
18513
18514 * boards/local-remote-host.exp: Rename to ...
18515 * boards/local-remote-host-notty.exp: ... this.
18516
18517 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18518
18519 * gdb.ada/dyn_arrayidx: New testcase.
18520
18521 2014-04-26 Yao Qi <yao@codesourcery.com>
18522
18523 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18524 and compute the length of function main. Save it in
18525 $main_length.
18526 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18527 (top-level): Use gdb_compile to compile objects into
18528 executable and restart GDB. Remove invocation to
18529 prepare_for_testing.
18530
18531 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18532 Pedro Alves <palves@redhat.com>
18533
18534 PR server/16255
18535 * gdb.multi/multi-attach.c: New file.
18536 * gdb.multi/multi-attach.exp: New file.
18537
18538 2014-04-25 Pedro Alves <palves@redhat.com>
18539
18540 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18541 user.
18542 (top level): Test that "set remote conditional-breakpoints-packet
18543 off" works as intended.
18544 * gdb.base/dprintf.exp: Test that "set remote
18545 breakpoint-commands-packet off" works as intended.
18546 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18547 New function.
18548 (top level): Call it.
18549 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18550 remote fast-tracepoints-packet off" works as intended.
18551 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18552 * lib/gdb.exp (gdb_is_target_remote): ... here.
18553
18554 2014-04-24 David Blaikie <dblaikie@gmail.com>
18555
18556 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18557 ensure clang would not discard them.
18558 * gdb.base/gdbvars.c: Ditto.
18559 * gdb.base/memattr.c: Ditto.
18560 * gdb.base/whatis.c: Ditto.
18561 * gdb.python/py-prettyprint.c: Ditto.
18562 * gdb.trace/actions.c: Ditto.
18563 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18564 ensure clang would not discard it.
18565
18566 2014-04-24 David Blaikie <dblaikie@gmail.com>
18567
18568 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18569 clang to emit the full definition of type required by the test
18570 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18571
18572 2014-04-24 David Blaikie <dblaikie@gmail.com>
18573
18574 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18575 coax Clang into emitting the definition of the type.
18576 * gdb.cp/pr10728-x.h (y): Ditto.
18577 * gdb.cp/pr10728-y.cc (y): Ditto.
18578
18579 2014-04-24 David Blaikie <dblaikie@gmail.com>
18580
18581 * gdb.base/label.exp: XFAIL label related tests under Clang.
18582 * gdb.cp/cplabel.exp: Ditto.
18583 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18584 under Clang those using labels.
18585
18586 2014-04-25 Yao Qi <yao@codesourcery.com>
18587
18588 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18589 double_label.
18590 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18591 partial_label and double_label.
18592
18593 2014-04-24 David Blaikie <dblaikie@gmail.com>
18594
18595 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18596
18597 2014-04-24 David Blaikie <dblaikie@gmail.com>
18598
18599 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18600 of the function to work across GCC and Clang.
18601 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18602 pointer types (const void ** const V void **).
18603
18604 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18605 Walfred Tedeschi <walfred.tedeschi@intel.com>
18606
18607 * Makefile.in (EXECUTABLES): Added i386-avx512.
18608 * gdb.arch/i386-avx512.c: New file.
18609 * gdb.arch/i386-avx512.exp: Likewise.
18610
18611 2014-04-23 Keith Seitz <keiths@redhat.com>
18612
18613 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18614 (mi_make_breakpoint_table): New procedure.
18615 (mi_create_breakpoint): Use mi_make_breakpoint
18616 and return the result.
18617 (mi_make_breakpoint): New procedure.
18618 (mi_build_kv_pairs): New procedure.
18619
18620 * gdb.mi/mi-break.exp: Remove unused globals,
18621 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18622 All callers updated.
18623 * gdb.mi/mi-dprintf.exp: Use variable to track command
18624 number.
18625 Update all callers of mi_create_breakpoint and use
18626 mi_make_breakpoint_table.
18627 Remove any unused global variables.
18628 * gdb.mi/mi-nonstop.exp: Likewise.
18629 * gdb.mi/mi-nsintrall.exp: Likewise.
18630 * gdb.mi/mi-nsmoribund.exp: Likewise.
18631 * gdb.mi/mi-nsthrexec.exp: Likewise.
18632 * gdb.mi/mi-reverse.exp: Likewise.
18633 * gdb.mi/mi-simplerun.exp: Likewise.
18634 * gdb.mi/mi-stepn.exp: Likewise.
18635 * gdb.mi/mi-syn-frame.exp: Likewise.
18636 * gdb.mi/mi-until.exp: Likewise.
18637 * gdb.mi/mi-var-cp.exp: Likewise.
18638 * gdb.mi/mi-var-display.exp: Likewise.
18639 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18640 * gdb.mi/mi2-var-child.exp: Likewise.
18641 * gdb.mi/mi-vla-c99.exp: Likewise.
18642 * lib/mi-support.exp: Likewise.
18643
18644 From Ian Lance Taylor <iant@cygnus.com>:
18645 * lib/gdb.exp (parse_args): New procedure.
18646
18647 2014-04-23 Pedro Alves <palves@redhat.com>
18648
18649 * gdb.base/break-unload-file.c: New file.
18650 * gdb.base/break-unload-file.exp: New file.
18651 * gdb.base/sym-file-lib.c (baz): New function.
18652 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18653 field.
18654 (load): Store the segment's mapped size.
18655 (unload): New function.
18656 (unload_shlib): New function.
18657 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18658 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18659 set a breakpoint at baz, and call it.
18660 * gdb.base/sym-file.exp: New tests for stale breakpoint
18661 instructions.
18662
18663 2014-04-23 Pedro Alves <palves@redhat.com>
18664
18665 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18666 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18667 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18668 * gdb.base/hbreak-unmapped.c: New file.
18669 * gdb.base/hbreak-unmapped.exp: New file.
18670 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18671 * lib/gdb.exp (gdb_is_target_remote): ... here.
18672
18673 2014-04-22 Pedro Alves <palves@redhat.com>
18674
18675 * gdb.base/consecutive-step-over.c: New file.
18676 * gdb.base/consecutive-step-over.exp: New file.
18677
18678 2014-04-22 Pedro Alves <palves@redhat.com>
18679
18680 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18681 instead of send_gdb/gdb_expect.
18682
18683 2014-04-22 Yao Qi <yao@codesourcery.com>
18684
18685 * lib/trace-support.exp (generate_tracefile): New procedure.
18686 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18687 return 0.
18688 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18689 if generate_tracefile returns 1.
18690
18691 2014-04-18 Tom Tromey <palves@redhat.com>
18692 Pedro alves <tromey@redhat.com>
18693
18694 PR backtrace/15558
18695 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18696 with a backtrace limit.
18697 * gdb.python/py-frame-inline.exp: Test running to an inline
18698 function with a backtrace limit, and printing the newest frame.
18699 * gdb.python/py-frame-inline.c (main): Call f.
18700
18701 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18702
18703 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18704
18705 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18706
18707 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18708 Drop prefix from unsupported source file path.
18709
18710 2014-04-17 Yao Qi <yao@codesourcery.com>
18711
18712 * lib/gdb.exp (with_target_charset): New proc.
18713 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18714 with_target_charset.
18715 (test_print_strings): Likewise.
18716 (test_repeat_bytes): Likewise.
18717 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18718 for some tests.
18719
18720 2014-04-16 Keith Seitz <keiths@redhat.com>
18721
18722 PR gdb/15827
18723 * gdb.dwarf2/corrupt.c: New file.
18724 * gdb.dwarf2/corrupt.exp: New file.
18725
18726 2014-04-16 Keith Seitz <keiths@redhat.com>
18727
18728 PR c++/16597
18729 * gdb.cp/namelessclass.cc: New file.
18730 * gdb.cp/namelessclass.exp: New file.
18731 * gdb.cp/namelessclass.S: New file.
18732
18733 2014-04-16 Doug Evans <dje@google.com>
18734
18735 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18736 Add comment.
18737 (gdbserver_default_get_comm_port): New function.
18738 (gdbserver_start): Check if board file provided
18739 "gdbserver,get_comm_port" and use it if so.
18740 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18741 (gdb,socketport): Set to "stdio".
18742 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18743 (stdio_gdbserver_template): Delete.
18744 (${board}_get_remote_address): Update.
18745 (${board}_build_remote_cmd): Delete.
18746 (${board}_get_comm_port): New function.
18747 (${board}_spawn): Update.
18748 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18749 Delete.
18750 (${board}_get_remote_address): Update.
18751 (${board}_get_comm_port): New function.
18752
18753 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
18754
18755 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18756 appearing in any order.
18757
18758 2014-04-15 Doug Evans <dje@google.com>
18759
18760 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18761 uninitialized value of "description".
18762
18763 2014-04-15 Keith Seitz <keiths@redhat.com>
18764
18765 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18766 Remove unused globals.
18767 (test_running_the_program): Likewise.
18768 (test_controlled_execution): Likewise.
18769 (test_controlling_breakpoints): Likewise.
18770 (test_program_termination): Likewise.
18771
18772 2014-04-15 Keith Seitz <keiths@redhat.com>
18773
18774 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18775 unused globals.
18776 (test_rbreak_creation_and_listing): Likewise.
18777 (test_ignore_count): Likewise.
18778 (test_error): Likewise.
18779
18780 2014-04-15 Pedro Alves <palves@redhat.com>
18781
18782 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18783 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18784 sym-file-loader.c.
18785 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18786 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18787 to sym-file-loader.c.
18788 (struct library): Forward declare.
18789 (load_shlib, lookup_function): Change prototypes.
18790 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18791 (translate_offset): Remove declarations.
18792 (get_text_addr): New declaration.
18793 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18794 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18795 sym-file-loader.h.
18796 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18797 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18798 here from sym-file-loader.h.
18799 (struct library): New structure.
18800 (load_shlib, lookup_function): Change prototypes and adjust to
18801 work with a struct library.
18802 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18803 (translate_offset): Make static.
18804 (get_text_addr): New function.
18805 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18806
18807 2014-04-15 Pedro Alves <palves@redhat.com>
18808
18809 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18810
18811 2014-04-15 Pedro Alves <palves@redhat.com>
18812
18813 * gdb.base/sym-file-loader.c: Include <limits.h>.
18814 (SELF_LINK): New define.
18815 (get_origin): New function.
18816 (load_shlib): Use it.
18817 * gdb.base/sym-file.exp: Don't early return if the target is
18818 remote. Use runto_main, and issue fail is that fails. Use
18819 gdb_load_shlibs.
18820 (shlib_name): Delete.
18821 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18822
18823 2014-04-15 Pedro Alves <palves@redhat.com>
18824
18825 * gdb.base/sym-file.exp: Remove regex characters from test
18826 message. Don't refer to breakpoint numbers in test messages.
18827
18828 2014-04-14 Keith Seitz <keiths@redhat.com>
18829
18830 PR c++/16253
18831 * gdb.cp/var-tag.cc: New file.
18832 * gdb.cp/var-tag.exp: New file.
18833 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18834 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18835 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18836 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18837
18838 2014-04-14 Tom Tromey <tromey@redhat.com>
18839
18840 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18841 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18842 type.
18843 * gdb.cp/enum-class.exp: New file.
18844 * gdb.cp/enum-class.cc: New file.
18845
18846 2014-04-14 Tom Tromey <tromey@redhat.com>
18847
18848 * gdb.dwarf2/enum-type.exp: New file.
18849
18850 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18851
18852 * gdb.mi/mi-vla-c99.exp: New file.
18853 * gdb.mi/vla.c: New file.
18854
18855 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18856
18857 * gdb.base/vla-datatypes.c: New file.
18858 * gdb.base/vla-datatypes.exp: New file.
18859
18860 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18861
18862 * gdb.base/vla-ptr.c: New file.
18863 * gdb.base/vla-ptr.exp: New file.
18864
18865 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18866
18867 * gdb.dwarf2/count.exp: New file.
18868
18869 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18870
18871 * gdb.base/vla-sideeffect.c: New file.
18872 * gdb.base/vla-sideeffect.exp: New file.
18873
18874 2014-04-14 David Blaikie <dblaikie@gmail.com>
18875
18876 * gdb.mi/non-stop.c: Add return value for non-void function return
18877 statement.
18878 * gdb.threads/staticthreads.c: Ditto.
18879
18880 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18881 Doug Evans <xdje42@gmail.com>
18882
18883 * gdb.guile/scm-value.c: Improve test case.
18884 * gdb.guile/scm-value.exp: Add new test.
18885
18886 2014-04-11 David Blaikie <dblaikie@gmail.com>
18887
18888 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18889 override Clang's default.
18890
18891 2014-04-11 Joel Brobecker <brobecker@adacore.com>
18892
18893 Revert the following changes (regressions):
18894
18895 * gdb.base/vla-sideeffect.c: New file.
18896 * gdb.base/vla-sideeffect.exp: New file.
18897
18898 * gdb.dwarf2/count.exp: New file.
18899
18900 * gdb.base/vla-multi.c: New file.
18901 * gdb.base/vla-multi.exp: New file.
18902
18903 * gdb.base/vla-ptr.c: New file.
18904 * gdb.base/vla-ptr.exp: New file.
18905
18906 * gdb.base/vla-datatypes.c: New file.
18907 * gdb.base/vla-datatypes.exp: New file.
18908
18909 * gdb.mi/mi-vla-c99.exp: New file.
18910 * gdb.mi/vla.c: New file.
18911
18912 2014-04-11 Keith Seitz <keiths@redhat.com>
18913
18914 PR c++/16675
18915 * gdb.cp/cpsizeof.exp: New file.
18916 * gdb.cp/cpsizeof.cc: New file.
18917
18918 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18919
18920 * gdb.mi/mi-vla-c99.exp: New file.
18921 * gdb.mi/vla.c: New file.
18922
18923 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18924
18925 * gdb.base/vla-datatypes.c: New file.
18926 * gdb.base/vla-datatypes.exp: New file.
18927
18928 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18929
18930 * gdb.base/vla-ptr.c: New file.
18931 * gdb.base/vla-ptr.exp: New file.
18932
18933 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18934
18935 * gdb.base/vla-multi.c: New file.
18936 * gdb.base/vla-multi.exp: New file.
18937
18938 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18939
18940 * gdb.dwarf2/count.exp: New file.
18941
18942 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18943
18944 * gdb.base/vla-sideeffect.c: New file.
18945 * gdb.base/vla-sideeffect.exp: New file.
18946
18947 2014-04-11 Yao Qi <yao@codesourcery.com>
18948
18949 * gdb.base/completion.exp: Check file exists before running tests
18950 on file completion.
18951
18952 2014-04-10 Pedro Alves <palves@redhat.com>
18953
18954 * gdb.base/cond-eval-mode.c: New file.
18955 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18956 prepare_for_testing to build the new file. Check result of
18957 runto_main.
18958 (test_break, test_watch): New procedures.
18959 (top level): Use them.
18960
18961 2014-04-08 Pierre Muller <muller@sourceware.org>
18962
18963 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18964 Ctrl-V use for mingw hosts.
18965
18966 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18967
18968 * gdb.python/py-value.c: Improve test case.
18969 * gdb.python/py-value.exp: Add new test.
18970
18971 2014-04-07 David Blaikie <dblaikie@gmail.com>
18972
18973 * lib/compiler.c: Identify the clang compiler.
18974 * lib/compiler.cc: Ditto.
18975
18976 2014-04-03 Yao Qi <yao@codesourcery.com>
18977
18978 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18979
18980 2014-04-01 Anton Blanchard <anton@samba.org>
18981
18982 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18983 messages unique.
18984
18985 2014-04-01 Anton Blanchard <anton@samba.org>
18986
18987 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18988 prepare_for_testing.
18989
18990 2014-04-01 Anton Blanchard <anton@samba.org>
18991
18992 * gdb.arch/ppc64-atomic-inst.c: Remove.
18993 * gdb.arch/ppc64-atomic-inst.S: New file.
18994 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18995
18996 2014-03-31 Doug Evans <dje@google.com>
18997
18998 * gdb.base/print-symbol-loading-lib.c: New file.
18999 * gdb.base/print-symbol-loading-main.c: New file.
19000 * gdb.base/print-symbol-loading.exp: New file.
19001
19002 2014-03-31 Yao Qi <yao@codesourcery.com>
19003
19004 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19005
19006 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19007
19008 * gdb.ada/mi_dyn_arr: New testcase.
19009
19010 2014-03-27 Doug Evans <dje@google.com>
19011
19012 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19013
19014 2014-03-27 Yao Qi <yao@codesourcery.com>
19015
19016 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19017 if target is nios2-*-*.
19018
19019 2014-03-26 Yao Qi <yao@codesourcery.com>
19020
19021 * lib/gdb.exp (readline_is_used): New proc.
19022 * gdb.base/completion.exp: Move tests on command complete up.
19023 Skip the rest of tests if readline is not used.
19024 * gdb.ada/complete.exp: Skp the test if readline is not
19025 used.
19026 * gdb.base/filesym.exp: Likewise.
19027 * gdb.base/macscp.exp: Likewise.
19028 * gdb.base/readline-ask.exp: Likewise.
19029 * gdb.base/readline.exp: Likewise.
19030 * gdb.python/py-cmd.exp: Likewise.
19031 * gdb.trace/tfile.exp: Likewise.
19032
19033 2014-03-26 Yao Qi <yao@codesourcery.com>
19034
19035 * gdb.base/macscp.exp: Fix code format issues.
19036
19037 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19038
19039 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19040 * gdb.asm/powerpc64le.inc: New file.
19041
19042 2014-03-25 Pedro Alves <palves@redhat.com>
19043 Doug Evans <dje@google.com>
19044
19045 * gdb.base/source-execution.c: New file.
19046 * gdb.base/source-execution.exp: New file.
19047 * gdb.base/source-execution.gdb: New file.
19048
19049 2014-03-24 Doug Evans <dje@google.com>
19050
19051 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19052 using fission.
19053
19054 2014-03-24 Hui Zhu <hui@codesourcery.com>
19055 Pedro Alves <palves@redhat.com>
19056
19057 PR breakpoints/16101
19058 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19059 test pass/fail messages. Detect missing support for dprintf when
19060 breakpoints are actually inserted.
19061 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19062 breakpoints are actually inserted.
19063 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19064 fails.
19065
19066 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19067
19068 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19069
19070 2014-03-22 Doug Evans <xdje42@gmail.com>
19071
19072 * gdb.python/python.exp (python not supported): Verify multi-line
19073 python command issues an error.
19074 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19075 guile command issues an error.
19076
19077 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19078
19079 * gdb.threads/thread-specific.exp: Handle the lack of usable
19080 $this_breakpoint and $this_thread.
19081
19082 2014-03-21 Hui Zhu <hui@codesourcery.com>
19083
19084 * gdb.base/attach.exp (do_command_attach_tests): New.
19085
19086 2014-03-20 Tom Tromey <tromey@redhat.com>
19087 Pedro Alves <palves@redhat.com>
19088
19089 PR cli/15718
19090 * gdb.base/condbreak-call-false.c: New file.
19091 * gdb.base/condbreak-call-false.exp: New file.
19092
19093 2014-03-20 Pedro Alves <palves@redhat.com>
19094
19095 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19096 Delete.
19097 (block_signals, unblock_signals): Delete.
19098 (child_function_2, main): Remove references to deleted variable
19099 and functions.
19100
19101 2014-03-20 Pedro Alves <palves@redhat.com>
19102
19103 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19104 Use pthread_kill to signal thread 2.
19105 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19106 Adjust to make the test send itself a signal rather than using the
19107 host's "kill" command.
19108
19109 2014-03-20 Pedro Alves <palves@redhat.com>
19110
19111 * gdb.threads/multiple-step-overs.c: New file.
19112 * gdb.threads/multiple-step-overs.exp: New file.
19113 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19114 Adjust expected infrun debug output.
19115
19116 2014-03-20 Pedro Alves <palves@redhat.com>
19117
19118 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19119 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19120
19121 2014-03-20 Pedro Alves <palves@redhat.com>
19122
19123 PR breakpoints/7143
19124 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19125 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19126 of gdb_test_multiple.
19127 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19128 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19129
19130 2014-03-20 Pedro Alves <palves@redhat.com>
19131
19132 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19133 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19134
19135 2014-03-19 Pedro Alves <palves@redhat.com>
19136
19137 * gdb.base/async.exp: Remove early return.
19138
19139 2014-03-19 Pedro Alves <palves@redhat.com>
19140
19141 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19142
19143 2014-03-19 Pedro Alves <palves@redhat.com>
19144
19145 * gdb.base/async.exp (test_background): Expect \r\n after
19146 "completed." in the fail pattern.
19147
19148 2014-03-19 Pedro Alves <palves@redhat.com>
19149
19150 * gdb.base/async.exp (test_background): New procedure.
19151 Use it for all background execution command tests.
19152
19153 2014-03-19 Pedro Alves <palves@redhat.com>
19154
19155 * gdb.base/async.exp: Use prepare_for_testing.
19156
19157 2014-03-19 Pedro Alves <palves@redhat.com>
19158
19159 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19160 the same line.
19161
19162 2014-03-19 Pedro Alves <palves@redhat.com>
19163
19164 * gdb.base/async.c (main): Add "jump here" and "until here" line
19165 marker comments.
19166 * gdb.base/async.exp (jump_here): New global.
19167 (jump& test): Use it.
19168 (until_here): New global.
19169 (until& test): Use it.
19170
19171 2014-03-19 Pedro Alves <palves@redhat.com>
19172
19173 * gdb.base/async.exp: Don't frob gdb_protocol.
19174
19175 2014-03-18 Doug Evans <xdje42@gmail.com>
19176
19177 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19178 Fix spelling of exec-done-display.
19179
19180 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19181
19182 PR gdb/15358
19183 * gdb.base/gdb-sigterm.c: New file.
19184 * gdb.base/gdb-sigterm.exp: New file.
19185
19186 2014-03-18 Pedro Alves <palves@redhat.com>
19187
19188 PR gdb/13860
19189 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19190 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19191 solib-event.
19192
19193 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19194
19195 * gdb.ada/pckd_arr_ren: New testcase.
19196
19197 2014-03-13 Doug Evans <xdje42@gmail.com>
19198
19199 PR guile/16612
19200 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19201 collect after discarding symbols.
19202
19203 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19204 Doug Evans <xdje42@gmail.com>
19205
19206 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19207 to history survives a gc.
19208
19209 2014-03-13 Pedro Alves <palves@redhat.com>
19210
19211 * gdb.base/default.exp: Don't test "target procfs".
19212
19213 2014-03-13 Pedro Alves <palves@redhat.com>
19214
19215 * gdb.base/default.exp: Update "target child" and "target procfs"
19216 tests to not expect "Unix".
19217
19218 2014-03-12 Tom Tromey <tromey@redhat.com>
19219
19220 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19221 New procs. Add target-async tests.
19222 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19223 Add target-async tests.
19224
19225 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19226
19227 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19228 'func_start' and 'func_end' for the beginning and end of the
19229 function code, respectively.
19230 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19231 'func_end' instead of 'func' and 'main'.
19232
19233 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19234
19235 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19236 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19237 generate the debug info assembler source.
19238
19239 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19240
19241 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19242 * gdb.dwarf2/arr-subrange.exp: Likewise.
19243 * gdb.dwarf2/dwz.exp: Likewise.
19244 * gdb.dwarf2/method-ptr.exp: Likewise.
19245 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19246 * gdb.dwarf2/subrange.exp: Likewise.
19247 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19248 * gdb.dwarf2/implptrpiece.exp: Likewise.
19249 * gdb.dwarf2/nostaticblock.exp: Likewise.
19250
19251 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19252
19253 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19254 directory to absolute path name arguments.
19255
19256 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19257
19258 * gdb.ada/tagged_access: New testcase.
19259
19260 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19261
19262 * gdb.btrace/data.exp: Update expected output.
19263
19264 2014-03-06 Yao Qi <yao@codesourcery.com>
19265
19266 * gdb.trace/pr16508.exp: New file.
19267
19268 2014-03-05 Pedro Alves <palves@redhat.com>
19269
19270 PR gdb/16575
19271 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19272 procedure.
19273 (top level): Adjust to use it. Add tests that exercise breakpoint
19274 interaction with the code-cache.
19275
19276 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19277
19278 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19279 test for 'history-append!'.
19280
19281 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19282
19283 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19284 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19285 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19286 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19287 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19288 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19289
19290 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19291
19292 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19293 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19294 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19295
19296 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19297
19298 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19299
19300 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19301
19302 * gdb.dwarf2/arr-stride.c: New file.
19303 * gdb.dwarf2/arr-stride.exp: New file.
19304
19305 2014-02-26 Pedro Alves <palves@redhat.com>
19306
19307 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19308 that won't ever trigger. Make sure that GDB reports the correct
19309 breakpoint that caused the stop.
19310
19311 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19312
19313 PR gdb/16626
19314 * gdb.base/auto-load-script: New file.
19315 * gdb.base/auto-load.c: New file.
19316 * gdb.base/auto-load.exp: New file.
19317
19318 PR gdb/16626
19319 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19320
19321 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19322
19323 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19324 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19325
19326 2014-02-24 Doug Evans <dje@google.com>
19327
19328 * lib/gdb.exp (run_on_host): Log error output if program fails.
19329
19330 2014-02-21 Pedro Alves <palves@redhat.com>
19331
19332 * gdb.threads/step-after-sr-lock.c: Rename to ...
19333 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19334 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19335 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19336 ... this.
19337
19338 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19339
19340 PR tdep/16397
19341 * gdb.arch/amd64-stap-special-operands.exp: New file.
19342 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19343 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19344 * gdb.arch/amd64-stap-triplet.S: Likewise.
19345 * gdb.arch/amd64-stap-triplet.c: Likewise.
19346
19347 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19348
19349 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19350 in .section pseudo-op.
19351
19352 2014-02-20 lin zuojian <manjian2006@gmail.com>
19353 Joel Brobecker <brobecker@adacore.com>
19354 Doug Evans <xdje42@gmail.com>
19355
19356 PR symtab/16581
19357 * gdb.dwarf2/dw2-icycle.S: New file.
19358 * gdb.dwarf2/dw2-icycle.c: New file.
19359 * gdb.dwarf2/dw2-icycle.exp: New file.
19360
19361 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19362
19363 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19364 operations on gdb.Value objects.
19365 * gdb.python/py-value-cc.exp: Add new test to test operations on
19366 gdb.Value objects.
19367
19368 2014-02-18 Doug Evans <dje@google.com>
19369
19370 * Makefile.in (TESTS): New variable.
19371 (expanded_tests, expanded_tests_or_none): New variables
19372 (check-single): Pass $(expanded_tests_or_none) to runtest.
19373 (check-parallel): Only run tests in $(TESTS) if non-empty.
19374 (check/no-matching-tests-found): New rule.
19375 * README: Document TESTS makefile variable.
19376
19377 2014-02-18 Doug Evans <dje@google.com>
19378
19379 * Makefile.in (check-parallel): rm -rf outputs temp.
19380
19381 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19382
19383 Fix "ERROR: no fileid for" in the testsuite.
19384 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19385
19386 2014-02-12 Doug Evans <dje@google.com>
19387
19388 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19389 (MISCELLANEOUS): New variable.
19390 (clean): rm -rf $(MISCELLANEOUS).
19391 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19392 dwp live in the same directory as symlinks, with each symlink pointed
19393 to a differently named file in a different directory.
19394
19395 2014-02-11 Doug Evans <dje@google.com>
19396
19397 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19398 of Tcl file commands.
19399
19400 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19401
19402 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19403 "kill -SIGUSR1 -1".
19404
19405 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19406
19407 * gdb.ada/tick_length_array_enum_idx: New testcase.
19408
19409 2014-02-10 Doug Evans <xdje42@gmail.com>
19410
19411 * configure.ac (AC_OUTPUT): Add gdb.guile.
19412 * configure: Regenerate.
19413 * lib/gdb-guile.exp: New file.
19414 * lib/gdb.exp (get_target_charset): New function.
19415 * gdb.base/help.exp: Update expected output from "apropos apropos".
19416 * gdb.guile/Makefile.in: New file.
19417 * gdb.guile/guile.exp: New file.
19418 * gdb.guile/scm-arch.c: New file.
19419 * gdb.guile/scm-arch.exp: New file.
19420 * gdb.guile/scm-block.c: New file.
19421 * gdb.guile/scm-block.exp: New file.
19422 * gdb.guile/scm-breakpoint.c: New file.
19423 * gdb.guile/scm-breakpoint.exp: New file.
19424 * gdb.guile/scm-disasm.c: New file.
19425 * gdb.guile/scm-disasm.exp: New file.
19426 * gdb.guile/scm-equal.c: New file.
19427 * gdb.guile/scm-equal.exp: New file.
19428 * gdb.guile/scm-error.exp: New file.
19429 * gdb.guile/scm-error.scm: New file.
19430 * gdb.guile/scm-frame-args.c: New file.
19431 * gdb.guile/scm-frame-args.exp: New file.
19432 * gdb.guile/scm-frame-args.scm: New file.
19433 * gdb.guile/scm-frame-inline.c: New file.
19434 * gdb.guile/scm-frame-inline.exp: New file.
19435 * gdb.guile/scm-frame.c: New file.
19436 * gdb.guile/scm-frame.exp: New file.
19437 * gdb.guile/scm-generics.exp: New file.
19438 * gdb.guile/scm-gsmob.exp: New file.
19439 * gdb.guile/scm-iterator.c: New file.
19440 * gdb.guile/scm-iterator.exp: New file.
19441 * gdb.guile/scm-math.c: New file.
19442 * gdb.guile/scm-math.exp: New file.
19443 * gdb.guile/scm-objfile-script-gdb.in: New file.
19444 * gdb.guile/scm-objfile-script.c: New file.
19445 * gdb.guile/scm-objfile-script.exp: New file.
19446 * gdb.guile/scm-objfile.c: New file.
19447 * gdb.guile/scm-objfile.exp: New file.
19448 * gdb.guile/scm-ports.exp: New file.
19449 * gdb.guile/scm-pretty-print.c: New file.
19450 * gdb.guile/scm-pretty-print.exp: New file.
19451 * gdb.guile/scm-pretty-print.scm: New file.
19452 * gdb.guile/scm-section-script.c: New file.
19453 * gdb.guile/scm-section-script.exp: New file.
19454 * gdb.guile/scm-section-script.scm: New file.
19455 * gdb.guile/scm-symbol.c: New file.
19456 * gdb.guile/scm-symbol.exp: New file.
19457 * gdb.guile/scm-symtab-2.c: New file.
19458 * gdb.guile/scm-symtab.c: New file.
19459 * gdb.guile/scm-symtab.exp: New file.
19460 * gdb.guile/scm-type.c: New file.
19461 * gdb.guile/scm-type.exp: New file.
19462 * gdb.guile/scm-value-cc.cc: New file.
19463 * gdb.guile/scm-value-cc.exp: New file.
19464 * gdb.guile/scm-value.c: New file.
19465 * gdb.guile/scm-value.exp: New file.
19466 * gdb.guile/source2.scm: New file.
19467 * gdb.guile/types-module.cc: New file.
19468 * gdb.guile/types-module.exp: New file.
19469
19470 2014-02-10 Yao Qi <yao@codesourcery.com>
19471
19472 PR testsuite/16543
19473 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19474 * configure: Regenerated.
19475 * Makefile.in: New file.
19476
19477 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19478
19479 * gdb.python/py-framefilter.exp: Fix typo.
19480
19481 2014-02-08 Yao Qi <yao@codesourcery.com>
19482
19483 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19484 that no =breakpoint-modified is emitted when breakpoints are
19485 modified through MI commands.
19486
19487 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19488 Pedro Alves <palves@redhat.com>
19489
19490 * gdb.threads/step-after-sr-lock.c: New file.
19491 * gdb.threads/step-after-sr-lock.exp: New file.
19492
19493 2014-02-07 Pedro Alves <palves@redhat.com>
19494
19495 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19496
19497 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19498
19499 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19500 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19501
19502 2014-02-06 Doug Evans <xdje42@gmail.com>
19503
19504 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19505 output.
19506
19507 * gdb.gdb/python-interrupts.exp: New file.
19508
19509 2014-02-05 Yao Qi <yao@codesourcery.com>
19510
19511 * gdb.trace/report.exp (use_collected_data): Test the output
19512 of "info threads" and "info inferiors".
19513
19514 2014-02-05 Yao Qi <yao@codesourcery.com>
19515
19516 Revert this patch:
19517
19518 2013-05-24 Yao Qi <yao@codesourcery.com>
19519
19520 * gdb.trace/tfile.exp: Test inferior and thread.
19521
19522 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19523
19524 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19525 on a function.
19526 * gdb.base/step-bt.c: Call hello via function pointer to make
19527 sure its first instruction is executed on powerpc64le-linux.
19528
19529 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19530
19531 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19532
19533 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19534
19535 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19536 of the test patterns for use on little-endian systems.
19537
19538 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19539
19540 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19541 (decimal_vector): Fix for little-endian.
19542
19543 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19544
19545 * gdb.arch/sparc-sysstep.exp: New file.
19546 * gdb.arch/sparc-sysstep.c: Likewise.
19547
19548 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19549
19550 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19551
19552 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19553
19554 2014-01-23 Tom Tromey <tromey@redhat.com>
19555
19556 * gdb.ada/array_char_idx: New testcase.
19557
19558 2014-01-23 Tom Tromey <tromey@redhat.com>
19559
19560 PR python/16487:
19561 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19562 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19563 classes.
19564
19565 2014-01-23 Tom Tromey <tromey@redhat.com>
19566
19567 PR python/16491:
19568 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19569 string from an inferior frame.
19570 * gdb.python/py-framefilter-mi.exp: Update.
19571
19572 2014-01-22 Doug Evans <dje@google.com>
19573
19574 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19575
19576 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19577
19578 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19579
19580 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19581
19582 * gdb.trace/entry-values.exp: Remove excess space character from
19583 regex patterns. Handle s390 call instruction.
19584
19585 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19586
19587 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19588 define "*_start" label. Make "name" static.
19589 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19590 ${name} by references to ${name}_start.
19591
19592 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19593
19594 * gdb.base/info-macros.exp: Remove "debug" from the compile
19595 options.
19596
19597 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19598
19599 * gdb.dlang/demangle.exp: New file.
19600
19601 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19602
19603 * gdb.dlang/primitive-types.exp: New file.
19604
19605 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19606
19607 * configure.ac: Create gdb.dlang/Makefile.
19608 * configure: Regenerate.
19609 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19610 * gdb.dlang/Makefile.in: New file.
19611 * lib/d-support.exp: New file.
19612 * lib/gdb.exp (skip_d_tests): New proc.
19613
19614 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19615
19616 * gdb.btrace/delta.exp: Check reverse stepi.
19617 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19618 * gdb.btrace/finish.exp: New.
19619 * gdb.btrace/next.exp: New.
19620 * gdb.btrace/nexti.exp: New.
19621 * gdb.btrace/record_goto.c: Add comments.
19622 * gdb.btrace/step.exp: New.
19623 * gdb.btrace/stepi.exp: New.
19624 * gdb.btrace/multi-thread-step.c: New.
19625 * gdb.btrace/multi-thread-step.exp: New.
19626 * gdb.btrace/rn-dl-bind.c: New.
19627 * gdb.btrace/rn-dl-bind.exp: New.
19628 * gdb.btrace/data.c: New.
19629 * gdb.btrace/data.exp: New.
19630 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19631
19632 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19633
19634 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19635 * gdb.btrace/exception.exp: Update.
19636 * gdb.btrace/instruction_history.exp: Update.
19637 * gdb.btrace/record_goto.exp: Update.
19638 * gdb.btrace/tailcall.exp: Update.
19639 * gdb.btrace/unknown_functions.exp: Update.
19640 * gdb.btrace/delta.exp: New.
19641
19642 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19643
19644 * gdb.btrace/record_goto.exp: Add backtrace test.
19645 * gdb.btrace/tailcall.exp: Add backtrace test.
19646
19647 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19648
19649 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19650 * gdb.btrace/record_goto.c: New.
19651 * gdb.btrace/record_goto.exp: New.
19652 * gdb.btrace/x86-record_goto.S: New.
19653
19654 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19655
19656 * gdb.btrace/function_call_history.exp: Update tests.
19657 * gdb.btrace/instruction_history.exp: Update tests.
19658
19659 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19660
19661 * gdb.btrace/function_call_history.exp: Fix expected field
19662 order for "record function-call-history".
19663 Add new tests for "record function-call-history /c".
19664 * gdb.btrace/exception.cc: New.
19665 * gdb.btrace/exception.exp: New.
19666 * gdb.btrace/tailcall.exp: New.
19667 * gdb.btrace/x86-tailcall.S: New.
19668 * gdb.btrace/x86-tailcall.c: New.
19669 * gdb.btrace/unknown_functions.c: New.
19670 * gdb.btrace/unknown_functions.exp: New.
19671 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19672
19673 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19674
19675 * gdb.btrace/instruction_history.exp: Update.
19676 * gdb.btrace/function_call_history.exp: Update.
19677
19678 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19679
19680 * gdb.btrace/function_call_history.exp: Fix expected function
19681 trace.
19682 * gdb.btrace/instruction_history.exp: Initialize traced.
19683 Remove traced_functions.
19684
19685 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19686
19687 * gdb.btrace/function_call_history.exp: Update
19688 * gdb.btrace/instruction_history.exp: Update.
19689
19690 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19691
19692 * gdb.btrace/enable.exp: Update expected text.
19693
19694 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19695
19696 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19697 bytes.
19698
19699 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19700
19701 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19702
19703 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19704
19705 * lib/gdb.exp (supports_process_record): Return true for
19706 arm*-linux*. (supports_reverse): Likewise.
19707
19708 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19709
19710 PR python/15464
19711 PR python/16113
19712 * gdb.python/py-type.c: Enhance test case.
19713 * gdb.python/py-value-cc.cc: Likewise
19714 * gdb.python/py-type.exp: Add new tests.
19715 * gdb.python/py-value-cc.exp: Likewise
19716
19717 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19718 Pedro Alves <palves@redhat.com>
19719
19720 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19721 Make "name" extern.
19722 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19723 references to ${name}_start by references to ${name}.
19724
19725 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19726
19727 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19728
19729 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19730
19731 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19732
19733 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19734 Pedro Alves <palves@redhat.com>
19735
19736 * gdb.mi/mi-info-os.exp: Connect to the target with
19737 mi_gdb_target_load.
19738
19739 2014-01-08 Pedro Alves <palves@redhat.com>
19740
19741 * gdb.threads/reconnect-signal.c: New file.
19742 * gdb.threads/reconnect-signal.exp: New file.
19743
19744 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19745
19746 * gdb.base/source-dir.exp: New file.
19747
19748 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19749
19750 * gdb.ada/mi_interface: New testcase.
19751
19752 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19753
19754 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19755 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19756 gdb.ada/pp-rec-component/pck.ads: New files.
19757
19758 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19759
19760 * gdb.python/py-pp-integral.c: New file.
19761 * gdb.python/py-pp-integral.py: New file.
19762 * gdb.python/py-pp-integral.exp: New file.
19763
19764 For older changes see ChangeLog-1993-2013.
19765 \f
19766 ;; Local Variables:
19767 ;; mode: change-log
19768 ;; left-margin: 8
19769 ;; fill-column: 74
19770 ;; version-control: never
19771 ;; End:
19772
19773 Copyright 2014-2020 Free Software Foundation, Inc.
19774 Copying and distribution of this file, with or without modification,
19775 are permitted provided the copyright notice and this notice are preserved.
This page took 0.520579 seconds and 5 git commands to generate.