]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
gdb: better static python detection in configure machinery
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-11-04 Tom Tromey <tromey@adacore.com>
2
3 * gdb.ada/funcall_ref.exp: Update.
4 * gdb.ada/var_rec_arr.exp: Update.
5
6 2020-11-04 Tom Tromey <tromey@adacore.com>
7
8 * gdb.ada/rec_ptype.exp: New file.
9 * gdb.ada/rec_ptype/main.adb: New file.
10 * gdb.ada/rec_ptype/p.ads: New file.
11
12 2020-11-04 Tom Tromey <tromey@adacore.com>
13
14 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
15 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
16 (PT_Full): New variable.
17 * gdb.ada/tick_length_array_enum_idx/pck.adb
18 (Full_PT): New type.
19
20 2020-11-04 Tom Tromey <tromey@adacore.com>
21
22 * gdb.ada/array_of_variant.exp: New file.
23 * gdb.ada/array_of_variant/p.adb: New file.
24 * gdb.ada/array_of_variant/pck.ads: New file.
25 * gdb.ada/array_of_variant/pck.adb: New file.
26
27 2020-11-04 Tom Tromey <tromey@adacore.com>
28
29 * gdb.ada/enum_idx_packed.exp: Add test.
30 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
31 New variable.
32 * gdb.ada/enum_idx_packed/pck.ads (Short)
33 (Multi_Dimension, Multi_Dimension_Access): New types.
34
35 2020-11-04 Tom Tromey <tromey@adacore.com>
36
37 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
38
39 2020-11-04 Tom Tromey <tromey@adacore.com>
40
41 * gdb.ada/set_pckd_arr_elt.exp: Also test
42 -fgnat-encodings=minimal. Add tests.
43 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
44 Call Update_Small a second time.
45 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
46 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
47 (Variant_Access): New types.
48 (New_Variant): Declare.
49
50 2020-11-04 Tom Tromey <tromey@adacore.com>
51
52 * gdb.ada/mod_from_name.exp: Test printing slice.
53
54 2020-11-04 Tom Tromey <tromey@adacore.com>
55
56 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
57 values.
58 * gdb.ada/access_to_unbounded_array.exp: Test different
59 -fgnat-encodings values.
60 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
61 values.
62 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
63 values.
64 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
65 values.
66 * gdb.ada/array_of_variable_length.exp: Test different
67 -fgnat-encodings values.
68 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
69 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
70 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
71 change.
72 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
73 values.
74 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
75 * gdb.ada/out_of_line_in_inlined.exp: Test different
76 -fgnat-encodings values.
77 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
78 values.
79 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
80 values.
81 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
82 -fgnat-encodings values.
83 * gdb.ada/variant_record_packed_array.exp: Test different
84 -fgnat-encodings values.
85
86 2020-11-04 Tom Tromey <tromey@adacore.com>
87
88 * gdb.ada/enum_idx_packed.exp: Add tests.
89 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
90 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
91 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
92 declarations.
93
94 2020-11-03 Tom de Vries <tdevries@suse.de>
95
96 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
97 terminator comments.
98 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
99 terminator.
100
101 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
102
103 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
104 integer format test with regexp.
105
106 2020-11-02 Gary Benson <gbenson@redhat.com>
107
108 * gdb.base/print-file-var.exp (test): Separate compiler and
109 linker options, and build using build_executable_from_specs
110 to accommodate this.
111
112 2020-11-02 Gary Benson <gbenson@redhat.com>
113
114 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
115 for .c files compiled as C++ with Clang if any shared
116 libraries are specified.
117
118 2020-11-02 Gary Benson <gbenson@redhat.com>
119
120 * lib/attributes.h: New header.
121 * gdb.base/backtrace.c: Include the above. Replace
122 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
123 * gdb.base/infcall-nested-structs.c: Likewise.
124 * gdb.base/vla-optimized-out.c: Likewise.
125
126 2020-11-02 Tom de Vries <tdevries@suse.de>
127
128 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
129
130 2020-11-01 Joel Brobecker <brobecker@adacore.com>
131
132 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
133 System.Min_Int and System.Max_Int with smaller hardcoded
134 constants.
135
136 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
137
138 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
139 * configure: Re-generate.
140
141 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
142
143 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
144 expected output.
145
146 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
147
148 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
149 behavior.
150 * gdb.base/paginate-bg-execution.exp: Ditto.
151 * gdb.base/paginate-inferior-exit.exp: Ditto.
152 * gdb.base/double-prompt-target-event-error.c: Remove.
153 * gdb.base/double-prompt-target-event-error.exp: Remove.
154
155 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
156
157 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
158 inferiors' and 'detach inferiors' do not change the current
159 inferior.
160
161 2020-10-29 Tom de Vries <tdevries@suse.de>
162
163 * gdb.threads/tls.exp: Fix DUPLICATEs.
164
165 2020-10-28 Tom de Vries <tdevries@suse.de>
166
167 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
168
169 2020-10-28 Tom de Vries <tdevries@suse.de>
170
171 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
172 * gdb.base/reread.exp: Same.
173
174 2020-10-28 Tom de Vries <tdevries@suse.de>
175
176 * lib/gdb.exp (readnow): Handle arg.
177 * gdb.rust/traits.exp: Add KFAILs for -readnow.
178
179 2020-10-28 Tom de Vries <tdevries@suse.de>
180
181 * gdb.base/relocate.exp: Update regexp for -readnow.
182
183 2020-10-28 Tom de Vries <tdevries@suse.de>
184
185 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
186 -readnow.
187
188 2020-10-28 Tom de Vries <tdevries@suse.de>
189
190 PR symtab/26772
191 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
192 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
193
194 2020-10-28 Tom de Vries <tdevries@suse.de>
195
196 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
197 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
198 complaint during file command for -readnow.
199
200 2020-10-28 Tom de Vries <tdevries@suse.de>
201
202 * gdb.cp/nsalias.exp: Fix typo in test name.
203
204 2020-10-28 Tom de Vries <tdevries@suse.de>
205
206 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
207
208 2020-10-28 Tom de Vries <tdevries@suse.de>
209
210 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
211 -readnow.
212
213 2020-10-27 Tom de Vries <tdevries@suse.de>
214
215 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
216
217 2020-10-27 Tom de Vries <tdevries@suse.de>
218
219 * gdb.base/maint.exp: Update for -readnow.
220
221 2020-10-27 Tom de Vries <tdevries@suse.de>
222
223 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
224 -readnow.
225
226 2020-10-14 Gary Benson <gbenson@redhat.com>
227
228 * gdb.python/py-format-string.exp (test_deref_refs): Treat
229 "_vptr$Base" as correct, in addition to "_vptr.Base".
230 (test_mixed): Likewise.
231
232 2020-10-27 Gary Benson <gbenson@redhat.com>
233
234 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
235 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
236
237 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
238
239 * gdb.base/condbreak.exp: Update the completion tests to
240 consider the '-force' flag.
241
242 2020-10-27 Tom de Vries <tdevries@suse.de>
243
244 * gdb.base/list-ambiguous-readnow.exp: New file.
245
246 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
247
248 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
249 the condition.
250 * gdb.linespec/cpcompletion.exp: Update to consider the
251 '-force-condition' keyword.
252 * gdb.linespec/explicit.exp: Ditto.
253 * lib/completion-support.exp: Ditto.
254
255 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
256
257 * gdb.base/condbreak-multi-context.cc: New file.
258 * gdb.base/condbreak-multi-context.exp: New file.
259
260 2020-10-26 Tom Tromey <tom@tromey.com>
261
262 * lib/mi-support.exp (default_mi_gdb_start): Call
263 gdb_stdin_log_init.
264 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
265 subtract one from gdb_instances.
266 (gdb_stdin_log_write): Flush in_file.
267
268 2020-10-26 Tom de Vries <tdevries@suse.de>
269
270 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
271
272 2020-10-26 Tom Tromey <tromey@adacore.com>
273
274 * gdb.ada/unsigned_range/foo.adb: New file.
275 * gdb.ada/unsigned_range/pack.adb: New file.
276 * gdb.ada/unsigned_range/pack.ads: New file.
277 * gdb.ada/unsigned_range.exp: New file.
278
279 2020-10-26 Tom de Vries <tdevries@suse.de>
280
281 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
282
283 2020-10-26 Tom de Vries <tdevries@suse.de>
284
285 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
286 for CU.
287 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
288
289 2020-10-23 Tom de Vries <tdevries@suse.de>
290
291 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
292 DW_FORM_string.
293 (Dwarf::_default_form): New proc.
294 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
295 guessed.
296
297 2020-10-23 Tom de Vries <tdevries@suse.de>
298
299 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
300 * gdb.dwarf2/atomic-type.exp: Same.
301 * gdb.dwarf2/bad-regnum.exp: Same.
302 * gdb.dwarf2/cpp-linkage-name.exp: Same.
303 * gdb.dwarf2/dw2-align.exp: Same.
304 * gdb.dwarf2/dw2-bad-elf.exp: Same.
305 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
306 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
307 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
308 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
309 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
310 * gdb.dwarf2/enum-type.exp: Same.
311 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
312 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
313 * gdb.dwarf2/main-subprogram.exp: Same.
314 * gdb.dwarf2/missing-type-name.exp: Same.
315 * gdb.dwarf2/nonvar-access.exp: Same.
316 * gdb.dwarf2/typedef-void-finish.exp: Same.
317 * gdb.dwarf2/var-access.exp: Same.
318 * gdb.dwarf2/void-type.exp: Same.
319
320 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
321
322 PR gdb/26693
323 * gdb.dwarf2/template-specification-full-name.exp: New test.
324
325 2020-10-22 Luis Machado <luis.machado@linaro.org>
326
327 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
328 expected an offset from the function.
329 * gdb.base/msym-bp.exp (test): Likewise.
330
331 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
332
333 * gdb.fortran/array-slices.exp: Add a new test.
334
335 2020-10-21 Gary Benson <gbenson@redhat.com>
336
337 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
338 fullname test with Clang. Also expand comments generally.
339
340 2020-10-20 Tom de Vries <tdevries@suse.de>
341
342 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
343
344 2020-10-20 Tom de Vries <tdevries@suse.de>
345
346 * gdb.dwarf2/arr-stride.c: Remove.
347 * gdb.dwarf2/arr-stride.exp: Use main.c.
348 * gdb.dwarf2/arr-subrange.c: Remove.
349 * gdb.dwarf2/arr-subrange.exp: Use main.c.
350 * gdb.dwarf2/bad-regnum.c: Remove.
351 * gdb.dwarf2/bad-regnum.exp: Use main.c.
352 * gdb.dwarf2/corrupt.c: Remove.
353 * gdb.dwarf2/corrupt.exp: Use main.c.
354 * gdb.dwarf2/dw2-bad-elf.c: Remove.
355 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
356 * gdb.dwarf2/dw2-icycle.c: Remove.
357 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
358 * gdb.dwarf2/formdata16.c: Remove.
359 * gdb.dwarf2/formdata16.exp: Use main.c.
360 * gdb.dwarf2/implptrconst.c: Remove.
361 * gdb.dwarf2/implptrconst.exp: Use main.c.
362 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
363 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
364 * gdb.dwarf2/opaque-type-lookup.c: Remove.
365 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
366
367 2020-10-20 Tom de Vries <tdevries@suse.de>
368
369 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
370 file.
371 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
372
373 2020-10-20 Tom de Vries <tdevries@suse.de>
374
375 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
376 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
377 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
378 * gdb.dwarf2/dw2-ranges-base.exp: Same.
379 * gdb.dwarf2/dw2-ranges.exp: Same.
380 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
381 * gdb.dwarf2/var-access.exp: Same.
382
383 2020-10-19 Tom Tromey <tromey@adacore.com>
384
385 PR tui/26719
386 * gdb.tui/list.exp: Check source window contents after focus
387 change.
388
389 2020-10-17 Tom de Vries <tdevries@suse.de>
390
391 PR symtab/26317
392 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
393
394 2020-10-17 Tom de Vries <tdevries@suse.de>
395
396 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
397 as suffix.
398 * gdb.dwarf2/atomic.c: Rename to ...
399 * gdb.dwarf2/atomic-type.c: ... this.
400 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
401 * gdb.dwarf2/dw2-ranges-2.c: ... this.
402 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
403 * gdb.dwarf2/dw2-ranges-3.c: ... this.
404 * gdb.dwarf2/fission-mix2.c: Rename to ...
405 * gdb.dwarf2/fission-mix-2.c: ... this.
406 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
407 standard_testfile.
408 * gdb.dwarf2/ada-valprint-error.exp: Same.
409 * gdb.dwarf2/arr-stride.exp: Same.
410 * gdb.dwarf2/arr-subrange.exp: Same.
411 * gdb.dwarf2/atomic-type.exp: Same.
412 * gdb.dwarf2/bad-regnum.exp: Same.
413 * gdb.dwarf2/break-inline-psymtab.exp: Same.
414 * gdb.dwarf2/clang-debug-names-2.exp: Same.
415 * gdb.dwarf2/clang-debug-names.exp: Same.
416 * gdb.dwarf2/comp-unit-lang.exp: Same.
417 * gdb.dwarf2/corrupt.exp: Same.
418 * gdb.dwarf2/count.exp: Same.
419 * gdb.dwarf2/cpp-linkage-name.exp: Same.
420 * gdb.dwarf2/data-loc.exp: Same.
421 * gdb.dwarf2/dw2-align.exp: Same.
422 * gdb.dwarf2/dw2-bad-elf.exp: Same.
423 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
424 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
425 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
426 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
427 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
428 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
429 * gdb.dwarf2/dw2-inline-param.exp: Same.
430 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
431 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
432 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
433 * gdb.dwarf2/dw2-is-stmt.exp: Same.
434 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
435 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
436 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
437 * gdb.dwarf2/dw2-param-error.exp: Same.
438 * gdb.dwarf2/dw2-ranges-base.exp: Same.
439 * gdb.dwarf2/dw2-ranges.exp: Same.
440 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
441 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
442 * gdb.dwarf2/dw4-sig-types.exp: Same.
443 * gdb.dwarf2/dynarr-ptr.exp: Same.
444 * gdb.dwarf2/enum-type.exp: Same.
445 * gdb.dwarf2/fission-mix.exp: Same.
446 * gdb.dwarf2/formdata16.exp: Same.
447 * gdb.dwarf2/implptrconst.exp: Same.
448 * gdb.dwarf2/implptrpiece.exp: Same.
449 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
450 * gdb.dwarf2/main-subprogram.exp: Same.
451 * gdb.dwarf2/method-ptr.exp: Same.
452 * gdb.dwarf2/missing-sig-type.exp: Same.
453 * gdb.dwarf2/nonvar-access.exp: Same.
454 * gdb.dwarf2/opaque-type-lookup.exp: Same.
455 * gdb.dwarf2/shortpiece.exp: Same.
456 * gdb.dwarf2/staticvirtual.exp: Same.
457 * gdb.dwarf2/subrange.exp: Same.
458 * gdb.dwarf2/symtab-producer.exp: Same.
459 * gdb.dwarf2/typedef-void-finish.exp: Same.
460 * gdb.dwarf2/var-access.exp: Same.
461 * gdb.dwarf2/variant.exp: Same.
462 * gdb.dwarf2/void-type.exp: Same.
463 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
464 dw2-ranges-main.c.
465 * gdb.dwarf2/dw2-ranges-main.c: Remove.
466
467 2020-10-16 Tom de Vries <tdevries@suse.de>
468
469 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
470
471 2020-10-16 Tom de Vries <tdevries@suse.de>
472
473 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
474
475 2020-10-14 Tom de Vries <tdevries@suse.de>
476
477 PR testsuite/26732
478 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
479 scenario 2.
480 * gdb.ada/mi_catch_ex_hand.exp: Same.
481
482 2020-10-13 Pedro Alves <pedro@palves.net>
483
484 * lib/mi-support.exp (mi_clean_restart): New.
485 (mi_run_to_main): Delete.
486 All callers adjust to use mi_clean_restart / mi_runto_main.
487
488 2020-10-13 Pedro Alves <pedro@palves.net>
489
490 * config/monitor.exp: Use "list -q".
491 * gdb.arch/gdb1558.exp: Use "break -q".
492 * gdb.arch/i386-permbkpt.exp: Use "break -q".
493 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
494 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
495 * gdb.base/commands.exp: Use "break -q".
496 * gdb.base/condbreak.exp: Use "break -q".
497 * gdb.base/ctf-ptype.exp: Use "list -q".
498 * gdb.base/define.exp: Use "break -q".
499 * gdb.base/del.exp: Use "break -q".
500 * gdb.base/fullname.exp: Use "break -q".
501 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
502 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
503 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
504 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
505 "hbreak -q".
506 * gdb.base/included.exp: Use "list -q".
507 * gdb.base/label.exp: Use "break -q".
508 * gdb.base/lineinc.exp: Use "break -q".
509 * gdb.base/list.exp: Use "list -q".
510 * gdb.base/macscp.exp: Use "list -q".
511 * gdb.base/pending.exp: Use "break -q".
512 * gdb.base/prologue-include.exp: Use "break -q".
513 * gdb.base/ptype.exp: Use "list -q".
514 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
515 * gdb.base/server-del-break.exp: Use "break -q".
516 * gdb.base/style.exp: Use "break -q".
517 * gdb.base/symbol-without-target_section.exp: Use "list -q".
518 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
519 * gdb.cp/exception.exp: Use "tbreak -q".
520 * gdb.dwarf2/dw2-error.exp: Use "break -q".
521 * gdb.dwarf2/fission-mix.exp: Use "break -q".
522 * gdb.dwarf2/fission-reread.exp: Use "break -q".
523 * gdb.dwarf2/pr13961.exp: Use "break -q".
524 * gdb.linespec/explicit.exp: Use "list -q".
525 * gdb.linespec/linespec.exp: Use "break -q".
526 * gdb.mi/mi-simplerun.exp: Use "--qualified".
527 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
528 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
529 * gdb.server/connect-without-multi-process.exp: Use "break -q".
530 * gdb.trace/change-loc.exp: Use "break -q".
531 * gdb.trace/pending.exp: Use "break -q".
532 * gdb.tui/basic.exp: Use "list -q".
533 * gdb.tui/list-before.exp: Use "list -q".
534 * gdb.tui/list.exp: Use "list -q".
535 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
536
537 2020-10-13 Pedro Alves <pedro@palves.net>
538
539 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
540 saved breakpoints file.
541 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
542 inspecting breakpoint list.
543 * lib/gdb.exp (runto_main): Add "qualified" to options.
544 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
545 and handle it.
546 (mi_runto_main): Pass 1 as qualified argument.
547
548 2020-10-13 Pedro Alves <pedro@palves.net>
549
550 * lib/mi-support.exp (mi_runto_main): New proc.
551 (mi_run_to_main): Use it.
552 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
553 * gdb.mi/mi-var-cmd.exp: Likewise.
554 * gdb.mi/mi-var-invalidate.exp: Likewise.
555 * mi-var-list-children-invalid-grandchild.exp: Likewise.
556 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
557 * gdb.mi/new-ui-mi-sync.exp: Likewise.
558 * gdb.mi/user-selected-context-sync.exp: Likewise.
559 * gdb.opt/inline-cmds.exp: Likewise.
560 * gdb.python/py-framefilter-mi.exp: Likewise.
561 * gdb.python/py-mi.exp: Likewise.
562
563 2020-10-13 Pedro Alves <pedro@palves.net>
564
565 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
566 "runto main".
567 * gdb.ada/small_reg_param.exp: Likewise.
568 * gdb.arch/powerpc-d128-regs.exp: Likewise.
569 * gdb.base/annota1.exp: Likewise.
570 * gdb.base/anon.exp: Likewise.
571 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
572 * gdb.base/dprintf-non-stop.exp: Likewise.
573 * gdb.base/dprintf.exp: Likewise.
574 * gdb.base/gdb11530.exp: Likewise.
575 * gdb.base/gdb11531.exp: Likewise.
576 * gdb.base/gnu_vector.exp: Likewise.
577 * gdb.base/interrupt-noterm.exp: Likewise.
578 * gdb.base/memattr.exp: Likewise.
579 * gdb.base/step-over-syscall.exp: Likewise.
580 * gdb.base/watch-cond-infcall.exp: Likewise.
581 * gdb.base/watch-read.exp: Likewise.
582 * gdb.base/watch-vfork.exp: Likewise.
583 * gdb.base/watch_thread_num.exp: Likewise.
584 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
585 * gdb.guile/scm-frame-inline.exp: Likewise.
586 * gdb.linespec/explicit.exp: Likewise.
587 * gdb.opt/inline-break.exp: Likewise.
588 * gdb.python/py-frame-inline.exp: Likewise.
589 * gdb.reverse/break-precsave.exp: Likewise.
590 * gdb.reverse/break-reverse.exp: Likewise.
591 * gdb.reverse/consecutive-precsave.exp: Likewise.
592 * gdb.reverse/consecutive-reverse.exp: Likewise.
593 * gdb.reverse/finish-precsave.exp: Likewise.
594 * gdb.reverse/finish-reverse.exp: Likewise.
595 * gdb.reverse/fstatat-reverse.exp: Likewise.
596 * gdb.reverse/getresuid-reverse.exp: Likewise.
597 * gdb.reverse/i386-precsave.exp: Likewise.
598 * gdb.reverse/i386-reverse.exp: Likewise.
599 * gdb.reverse/i386-sse-reverse.exp: Likewise.
600 * gdb.reverse/i387-env-reverse.exp: Likewise.
601 * gdb.reverse/i387-stack-reverse.exp: Likewise.
602 * gdb.reverse/insn-reverse.exp: Likewise.
603 * gdb.reverse/machinestate-precsave.exp: Likewise.
604 * gdb.reverse/machinestate.exp: Likewise.
605 * gdb.reverse/pipe-reverse.exp: Likewise.
606 * gdb.reverse/readv-reverse.exp: Likewise.
607 * gdb.reverse/recvmsg-reverse.exp: Likewise.
608 * gdb.reverse/rerun-prec.exp: Likewise.
609 * gdb.reverse/s390-mvcle.exp: Likewise.
610 * gdb.reverse/solib-precsave.exp: Likewise.
611 * gdb.reverse/solib-reverse.exp: Likewise.
612 * gdb.reverse/step-precsave.exp: Likewise.
613 * gdb.reverse/step-reverse.exp: Likewise.
614 * gdb.reverse/time-reverse.exp: Likewise.
615 * gdb.reverse/until-precsave.exp: Likewise.
616 * gdb.reverse/until-reverse.exp: Likewise.
617 * gdb.reverse/waitpid-reverse.exp: Likewise.
618 * gdb.reverse/watch-precsave.exp: Likewise.
619 * gdb.reverse/watch-reverse.exp: Likewise.
620 * gdb.threads/kill.exp: Likewise.
621 * gdb.threads/tid-reuse.exp: Likewise.
622
623 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
624
625 PR gdb/26642
626 * gdb.base/maint-target-async-off.c: New test.
627 * gdb.base/maint-target-async-off.exp: New test.
628
629 2020-10-13 Alan Modra <amodra@gmail.com>
630
631 * gdb.arch/powerpc-altivec.s,
632 * gdb.arch/powerpc-power7.s,
633 * gdb.arch/powerpc-power8.s,
634 * gdb.arch/powerpc-power9.s,
635 * gdb.arch/powerpc-vsx.s,
636 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
637 * gdb.arch/powerpc-altivec.exp,
638 * gdb.arch/powerpc-power7.exp,
639 * gdb.arch/powerpc-power8.exp,
640 * gdb.arch/powerpc-power9.exp,
641 * gdb.arch/powerpc-vsx.exp,
642 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
643 disassembly of mfvsrd/mtvsrd.
644
645 2020-10-13 Alan Modra <amodra@gmail.com>
646
647 * gdb.arch/arm-disassembler-options.exp: Adjust expected
648 "target architecture" output.
649 * gdb.arch/powerpc-d128-regs.exp: Likewise.
650 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
651 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
652 * gdb.arch/s390-disassembler-options.exp: Likewise.
653
654 2020-10-12 Pedro Alves <pedro@palves.net>
655
656 PR exp/26602
657 PR c++/26550
658 * gdb.cp/ambiguous.cc (marker1): Delete.
659 (main): Initialize all the fields of the locals. Replace marker1
660 call with a "set breakpoint here" marker.
661 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
662 instead of running to marker1. Add tests printing all the
663 variables and all the fields of the variables.
664 (test_ambiguous): New proc, expecting the new GDB output when a
665 field access is ambiguous. Change all "warning: X ambiguous"
666 tests to use it.
667
668 2020-10-12 Gary Benson <gbenson@redhat.com>
669
670 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
671 * gdb.base/msym-bp-2.c (foo): Likewise.
672 * gdb.base/msym-lang.c (foo): Likewise.
673 * gdb.base/msym-lang-main.c (foo): Likewise.
674 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
675 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
676 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
677 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
678 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
679 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
680 * gdb.python/py-objfile.c (static_var): Likewise.
681 * gdb.python/py-symbol.c (rr): Likewise.
682 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
683 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
684
685 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
686
687 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
688 output of backtrace.
689
690 2020-10-09 Tom Tromey <tromey@adacore.com>
691
692 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
693 (Rec): Add field. Fix range.
694 * gdb.ada/scalar_storage.exp: Update.
695
696 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
697
698 PR exp/26714
699 * gdb.base/printcmds.exp: Add tests for void results.
700
701 2020-10-09 Jan Vrany <jan.vrany@labware.com>
702
703 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
704 is emmited for both 'set directories' and 'directory' commands.
705
706 2020-10-08 Tom Tromey <tom@tromey.com>
707
708 * gdb.base/style.exp: Check that "main"'s name is styled.
709
710 2020-10-07 Tom Tromey <tromey@adacore.com>
711
712 * gdb.base/find.exp: Rename some tests.
713
714 2020-10-06 Gary Benson <gbenson@redhat.com>
715
716 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
717 * gdb.base/list1.c (unused): Likewise.
718
719 2020-10-06 Gary Benson <gbenson@redhat.com>
720
721 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
722 __attribute__ ((used)).
723 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
724
725 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
726
727 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
728 make use of regions throughout.
729 * gdb.base/overlays.exp: Enclose string with variableds in "..",
730 not {...}.
731 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
732
733 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
734
735 * gdb.base/call-sc.c: Fix return struct on stack test case.
736 * gdb.base/call-sc.exp: Likewise.
737
738 2020-10-02 Gary Benson <gbenson@redhat.com>
739
740 * README: Fix "paralell".
741
742 2020-09-30 Gary Benson <gbenson@redhat.com>
743
744 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
745 Convert directive to lowercase.
746 (.Labbrev1_begin): Add missing label.
747 (abbrev code 0x1): Remove DW_AT_stmt_list.
748 (.Ldie_b): Likewise.
749
750 2020-09-27 Tom Tromey <tom@tromey.com>
751
752 * gdb.tui/new-layout.exp: Use with_test_prefix.
753
754 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
755
756 PR python/26586
757 * gdb.python/python.exp: add test cases for the from_tty
758 argument to gdb.execute.
759
760 2020-09-25 Gary Benson <gbenson@redhat.com>
761
762 * gdb.base/infcall-nested-structs.exp.tcl: Add
763 additional_flags=-Wno-tautological-compare for C++
764 tests when compiling using Clang.
765
766 2020-09-25 Gary Benson <gbenson@redhat.com>
767
768 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
769 for .c files.
770
771 2020-09-24 Tom Tromey <tromey@adacore.com>
772
773 PR tui/26638:
774 * gdb.tui/list.exp: Check output of "focus next".
775
776 2020-09-23 Tom Tromey <tom@tromey.com>
777
778 * gdb.dwarf2/intbits.exp: New file.
779 * gdb.dwarf2/intbits.c: New file.
780
781 2020-09-20 Pedro Alves <pedro@palves.net>
782
783 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
784 spawn_id before calling remote_close. Close secondary MI channel.
785
786 2020-09-20 Pedro Alves <pedro@palves.net>
787
788 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
789 fails.
790
791 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
792
793 * gdb.fortran/array-slices.exp: Update expected results.
794 * gdb.fortran/class-allocatable-array.exp: Likewise.
795 * gdb.fortran/multi-dim.exp: Likewise.
796 * gdb.fortran/vla-type.exp: Likewise.
797 * gdb.mi/mi-vla-fortran.exp: Likewise.
798
799 2020-09-18 Victor Collod <vcollod@nvidia.com>
800
801 PR gdb/26635
802 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
803 compatible with i386, and move it to...
804 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
805 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
806 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
807
808 2020-09-18 Pedro Alves <pedro@palves.net>
809
810 PR gdb/26631
811 * gdb.multi/multi-target-thread-find.exp: New file.
812
813 2020-09-18 Pedro Alves <pedro@palves.net>
814
815 * gdb.multi/multi-target-continue.exp: New file, factored out from
816 multi-target.exp.
817 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
818 multi-target.exp.
819 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
820 multi-target.exp.
821 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
822 multi-target.exp.
823 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
824 multi-target.exp.
825 * gdb.multi/multi-target.exp.tcl: New file, factored out from
826 multi-target.exp.
827 * gdb.multi/multi-target.exp: Delete.
828
829 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
830
831 * gdb.fortran/array-slices.exp: Add missing message data.
832
833 2020-09-17 Pedro Alves <pedro@palves.net>
834
835 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
836
837 2020-09-17 Pedro Alves <pedro@palves.net>
838
839 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
840 full prototype.
841
842 2020-09-17 Pedro Alves <pedro@palves.net>
843
844 * gdb.python/py-as-string.c: Add cast.
845
846 2020-09-17 Pedro Alves <pedro@palves.net>
847
848 * gdb.base/sizeof.c (fill): Add cast.
849
850 2020-09-17 Pedro Alves <pedro@palves.net>
851
852 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
853
854 2020-09-17 Pedro Alves <pedro@palves.net>
855
856 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
857 linkage name.
858 * gdb.base/prologue.exp: Use print /d.
859 * gdb.base/symbol-alias.exp: Handle C++ output.
860 * gdb.base/symbol-alias2.c: Handle C++ output.
861 [__cplusplus] (func): Explicitly specify linkage name.
862
863 2020-09-17 Pedro Alves <pedro@palves.net>
864
865 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
866 (struct my_key_t): ... this. Adjust all references.
867 (struct value_t): Rename to ...
868 (struct my_value_t): ... this. Adjust all references.
869 (create_map, add_map_element, create_map_map)
870 (add_map_map_element): Add casts.
871
872 2020-09-17 Pedro Alves <pedro@palves.net>
873
874 * gdb.python/py-framefilter-mi.c (funca): Add casts.
875 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
876
877 2020-09-17 Pedro Alves <pedro@palves.net>
878
879 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
880
881 2020-09-17 Pedro Alves <pedro@palves.net>
882
883 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
884 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
885 (charfoo, intfoo): Define full prototype.
886 * gdb.base/ptype1.c (charfoo): Define full prototype.
887 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
888 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
889
890 2020-09-17 Pedro Alves <pedro@palves.net>
891
892 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
893 Don't define.
894 (utf_32_string): Compile for both C and C++.
895 * gdb.base/charset.exp: Use "print /d".
896
897 2020-09-17 Pedro Alves <pedro@palves.net>
898
899 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
900 (nullptr): Rename to ...
901 (null_ptr): ... this.
902 * gdb.base/watchpoint.exp: Adjust to rename.
903
904 2020-09-17 Pedro Alves <pedro@palves.net>
905
906 * gdb.base/printcmds.c (three, flag_enum_without_zero)
907 (three_not_flag): Add casts.
908
909 2020-09-17 Pedro Alves <pedro@palves.net>
910
911 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
912 char array.
913 (main): Add references to Barrier, TestStrings, TestStringsH and
914 TestStringsW.
915 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
916 and expect a full prototype in C++.
917
918 2020-09-17 Pedro Alves <pedro@palves.net>
919
920 * gdb.base/nested-addr.c (main): Add cast.
921 * gdb.base/nested-addr.exp: Use "print /d".
922
923 2020-09-17 Pedro Alves <pedro@palves.net>
924
925 * gdb.base/break.exp (func): New. Use it throughout when
926 expecting a function name.
927
928 2020-09-17 Pedro Alves <pedro@palves.net>
929
930 * gdb.base/display.exp: Issue "set print asm-demangle on".
931
932 2020-09-17 Pedro Alves <pedro@palves.net>
933
934 * gdb.base/find.c: Include <string.h>.
935 (init_bufs): Add cast.
936 * gdb.base/find.exp: Issue "set print asm-demangle on".
937
938 2020-09-16 Tom Tromey <tromey@adacore.com>
939
940 PR gdb/26598:
941 * gdb.base/skipcxx.exp: New file.
942 * gdb.base/skipcxx.cc: New file.
943
944 2020-09-16 Tom de Vries <tdevries@suse.de>
945
946 PR testsuite/26617
947 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
948 WITH_DEBUG_SECTIONS is defined.
949 (xstr, str): New macro.
950 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
951 to get start and size of _Dmain.
952 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
953 using additional_flags.
954
955 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
956
957 * gdb.base/bp-cmds-sourced-script.c: New file.
958 * gdb.base/bp-cmds-sourced-script.exp: New test.
959 * gdb.base/bp-cmds-sourced-script.gdb: New file.
960
961 2020-09-16 Tom de Vries <tdevries@suse.de>
962
963 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
964 get the gdb prompt after issuing "monitor exit".
965
966 2020-09-16 Tom de Vries <tdevries@suse.de>
967
968 PR testsuite/26624
969 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
970
971 2020-09-16 Tom de Vries <tdevries@suse.de>
972
973 PR testsuite/26618
974 * gdb.tui/new-layout.exp: Escape unbalanced braces.
975
976 2020-09-15 Tom Tromey <tromey@adacore.com>
977
978 PR rust/26197:
979 * lib/rust-support.exp (rust_llvm_version): New proc.
980 * gdb.rust/simple.exp: Check rust_llvm_version.
981
982 2020-09-14 Tom de Vries <tdevries@suse.de>
983
984 * gdb.rust/traits.exp: Fix PATH warning.
985
986 2020-09-13 Pedro Alves <pedro@palves.net>
987
988 * gdb.base/catch-follow-exec.c (main): Add explicit return
989 statement.
990 * gdb.base/catch-signal.c (main): Likewise.
991 * gdb.base/condbreak-call-false.c (main): Likewise.
992 * gdb.base/consecutive.c (main): Add explicit return
993 statement and return type.
994 * gdb.base/cursal.c (main): Add explicit return statement.
995 * gdb.base/cvexpr.c (main): Likewise.
996 * gdb.base/display.c (main): Add explicit return statement and
997 return type.
998 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
999 * gdb.base/endianity.c (main): Likewise.
1000 * gdb.base/execd-prog.c (main): Likewise.
1001 * gdb.base/gdb1090.c (main): Likewise.
1002 * gdb.base/info_qt.c (main): Likewise.
1003 * gdb.base/lineinc.c (main): Likewise.
1004 * gdb.base/load-command.c (main): Likewise.
1005 * gdb.base/macscp1.c (main): Likewise.
1006 * gdb.base/pr10179-a.c (main): Likewise.
1007 * gdb.base/quit-live.c (main): Likewise.
1008 * gdb.base/scope0.c (main): Likewise.
1009 * gdb.base/settings.c (main): Likewise.
1010 * gdb.base/stack-checking.c (main): Return int.
1011 * gdb.base/varargs.c (main): Add explicit return statement.
1012 * gdb.cp/ambiguous.cc (main): Likewise.
1013 * gdb.cp/anon-struct.cc (main): Likewise.
1014 * gdb.cp/anon-union.cc (main): Likewise.
1015 * gdb.cp/bool.cc (main): Likewise.
1016 * gdb.cp/bs15503.cc (main): Likewise.
1017 * gdb.cp/cplusfuncs.cc (main): Likewise.
1018 * gdb.cp/cttiadd.cc (main): Likewise.
1019 * gdb.cp/extern-c.cc (main): Likewise.
1020 * gdb.cp/filename.cc (main): Likewise.
1021 * gdb.cp/formatted-ref.cc (main): Likewise.
1022 * gdb.cp/mb-ctor.cc (main): Likewise.
1023 * gdb.cp/member-ptr.cc (main): Likewise.
1024 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
1025 * gdb.cp/overload-const.cc (main): Likewise.
1026 * gdb.cp/paren-type.cc (main): Likewise.
1027 * gdb.cp/parse-lang.cc (main): Likewise.
1028 * gdb.cp/pr-1023.cc (main): Likewise.
1029 * gdb.cp/psmang1.cc (main): Likewise.
1030 * gdb.cp/readnow-language.cc (main): Likewise.
1031 * gdb.cp/ref-params.cc (main): Likewise.
1032 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
1033 * gdb.cp/virtbase2.cc (main): Likewise.
1034 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
1035 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
1036 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
1037 * gdb.mi/mi-console.c (main): Likewise.
1038 * gdb.mi/mi-read-memory.c (main): Likewise.
1039 * gdb.modula2/multidim.c (main): Likewise.
1040 * gdb.opt/inline-small-func.c (main): Likewise.
1041 * gdb.python/py-rbreak.c (main): Likewise.
1042 * gdb.stabs/exclfwd1.c (main): Likewise.
1043 * gdb.trace/qtro.c (main): Likewise.
1044
1045 2020-09-13 Pedro Alves <pedro@palves.net>
1046
1047 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
1048 instead of getenv.
1049
1050 2020-09-13 Pedro Alves <pedro@palves.net>
1051
1052 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
1053 instead of spawning GDB with remote_spawn.
1054 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
1055 gdb_spawn instead of spawning GDB with remote_spawn.
1056
1057 2020-09-13 Pedro Alves <pedro@palves.net>
1058
1059 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
1060 file and add calls to first and second.
1061 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
1062 add call to f.
1063
1064 2020-09-13 Pedro Alves <pedro@palves.net>
1065
1066 * gdb.mi/mi-break-qualified.cc: New file.
1067 * gdb.mi/mi-break-qualified.exp: New file.
1068 * lib/mi-support.exp (mi_create_breakpoint_multi)
1069 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
1070 procedures.
1071 (mi_create_breakpoint_1): New, factored out from
1072 mi_create_breakpoint.
1073
1074 2020-09-13 Pedro Alves <pedro@palves.net>
1075
1076 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
1077 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
1078 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
1079 (register_class): Delete.
1080 (main): Don't call register_class.
1081
1082 2020-09-13 Pedro Alves <pedro@palves.net>
1083
1084 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
1085 (do_tests): Remove "calling method for small class" test.
1086 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
1087 (register_class): Delete.
1088 (main): Don't call register_class.
1089 * gdb.cp/call-method-register.exp: New file, based on bits removed
1090 from classes.exp.
1091 * gdb.cp/call-method-register.cc: New file, based on bits removed
1092 from classes.cc.
1093
1094 2020-09-13 Pedro Alves <pedro@palves.net>
1095
1096 * gdb.base/msym-bp-2.c: New.
1097 * gdb.base/msym-bp-shl-lib.c: New file.
1098 * gdb.base/msym-bp-shl-main-2.c: New file.
1099 * gdb.base/msym-bp-shl-main.c: New file.
1100 * gdb.base/msym-bp-shl.exp: New file.
1101 * gdb.base/msym-bp.c: New file.
1102 * gdb.base/msym-bp.exp: New file.
1103
1104 2020-09-13 Joel Brobecker <brobecker@adacore.com>
1105
1106 * gdb.base/default.exp: Change $_gdb_major to 11.
1107
1108 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
1109 Felix Willgerodt <Felix.Willgerodt@intel.com>
1110
1111 * x86-avx512bf16.c: New file.
1112 * x86-avx512bf16.exp: Likewise.
1113 * lib/gdb.exp (skip_avx512bf16_tests): New function.
1114
1115 2020-09-11 Tom de Vries <tdevries@suse.de>
1116
1117 PR exp/26602
1118 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
1119
1120 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1121
1122 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
1123
1124 2020-09-10 Alan Modra <amodra@gmail.com>
1125
1126 PR 26597
1127 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
1128
1129 2020-09-08 Tom de Vries <tdevries@suse.de>
1130
1131 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
1132 after gdb_starti_cmd.
1133
1134 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1135
1136 * lib/fortran.exp (fortran_complex8): New proc.
1137 (fortran_complex16): New proc.
1138 * gdb.fortran/complex.exp: Use routines from fortran.exp
1139 * gdb.fortran/pointer-to-pointer.exp: Likewise.
1140 * gdb.fortran/vla-ptr-info.exp: Likewise.
1141
1142 2020-09-03 Tom de Vries <tdevries@suse.de>
1143
1144 PR breakpoint/26546
1145 * gdb.base/label-without-address.exp: Runto main first.
1146
1147 2020-09-02 Tom Tromey <tromey@adacore.com>
1148
1149 * gdb.ada/mi_var_access.exp: Test children of access variable.
1150 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
1151 * gdb.ada/mi_var_array.exp: Update.
1152
1153 2020-08-31 Kevin Buettner <kevinb@redhat.com>
1154
1155 * gdb.base/corefile.exp (warning-free): XFAIL test when running
1156 on docker w/ AUFS storage driver.
1157
1158 2020-08-31 Kevin Buettner <kevinb@redhat.com>
1159
1160 * gdb.base/corefile2.exp (renamed binfile): New tests.
1161
1162 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
1163
1164 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
1165
1166 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
1167
1168 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
1169 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
1170
1171 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
1172
1173 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
1174 output, printing a "not saved" value from history and printing a
1175 convenience variable created from a "not saved" value.
1176
1177 2020-08-31 Tom de Vries <tdevries@suse.de>
1178
1179 * gdb.base/eh_return.exp: Use nopie.
1180
1181 2020-08-28 Pedro Alves <pedro@palves.net>
1182
1183 * gdb.base/advance-until-multiple-locations.exp
1184 (advance_overload, until_overload): Adjust to match the
1185 frame/function header instead of the source line text.
1186
1187 2020-08-28 Tom de Vries <tdevries@suse.de>
1188
1189 * gdb.base/label-without-address.c: New test.
1190 * gdb.base/label-without-address.exp: New file.
1191
1192 2020-08-27 Pedro Alves <pedro@palves.net>
1193
1194 PR gdb/26523
1195 PR gdb/26524
1196 * gdb.base/advance-until-multiple-locations.cc: New.
1197 * gdb.base/advance-until-multiple-locations.exp: New.
1198
1199 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
1200
1201 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
1202
1203 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1204
1205 * gdb.arch/amd64-byte.exp: Make test names unique, use
1206 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
1207 * gdb.arch/amd64-dword.exp: Likewise.
1208 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
1209 * gdb.arch/amd64-stap-special-operands.exp: Make test names
1210 unique.
1211 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
1212 * gdb.arch/amd64-word.exp: Make test names unique, use
1213 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
1214 * gdb.arch/i386-byte.exp: Make test names unique, use
1215 gdb_breakpoint.
1216 * gdb.arch/i386-word.exp: Likewise.
1217
1218 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
1219
1220 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
1221
1222 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
1223
1224 PR gdb/26532
1225 * gdb.threads/stepi-random-signal.exp: Update pattern.
1226
1227 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
1228
1229 PR gdb/26532
1230 * gdb.base/ui-redirect.exp: Update pattern.
1231
1232 2020-08-25 Gary Benson <gbenson@redhat.com>
1233
1234 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
1235 when compiling with clang.
1236 * gdb.dwarf2/dw2-restore.exp: Likewise.
1237
1238 2020-08-25 Gary Benson <gbenson@redhat.com>
1239
1240 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
1241 Add additional_flags=-Wno-inaccessible-base when compiling
1242 with GCC >= 10.1 or clang. Add additional_flags=-w when
1243 compiling with GCC < 10.
1244
1245 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
1246
1247 PR m2/26372
1248 * gdb.modula2/multidim.c: New file.
1249 * gdb.modula2/multidim.exp: New file.
1250
1251 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
1252
1253 * lib/gdb.exp (runto): Always emit fail on internal error.
1254
1255 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
1256
1257 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
1258 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1259 Likewise.
1260 * gdb.threads/stepi-random-signal.exp: Likewise.
1261
1262 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1263
1264 * gdb.base/print-file-var.exp: Fix typo "breapoint".
1265 * gdb.trace/strace.exp: Ditto.
1266
1267 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1268
1269 * gdb.fortran/vla-type.exp: Skip commands not required for
1270 the Flang compiled binaries after prologue fix.
1271
1272 2020-08-17 Tom de Vries <tdevries@suse.de>
1273 Tom Tromey <tromey@adacore.com>
1274
1275 PR rust/26197:
1276 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
1277
1278 2020-08-17 Tom Tromey <tromey@adacore.com>
1279
1280 * gdb.ada/mi_var_access.exp: New file.
1281 * gdb.ada/mi_var_access/mi_access.adb: New file.
1282 * gdb.ada/mi_var_access/pck.adb: New file.
1283 * gdb.ada/mi_var_access/pck.ads: New file.
1284
1285 2020-08-16 Tom de Vries <tdevries@suse.de>
1286
1287 PR gdb/25350
1288 * gdb.base/eh_return.c: New test.
1289 * gdb.base/eh_return.exp: New file.
1290
1291 2020-08-15 Tom de Vries <tdevries@suse.de>
1292
1293 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
1294 (mixed_func_1d_): Use fortran_charlen_t in decl.
1295
1296 2020-08-15 Tom de Vries <tdevries@suse.de>
1297
1298 PR backtrace/26390
1299 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
1300 Update expected pattern.
1301
1302 2020-08-13 Pedro Alves <pedro@palves.net>
1303
1304 * gdb.fortran/complex.exp: Check skip_fortran_tests.
1305 * gdb.fortran/library-module.exp: Likewise.
1306 * gdb.fortran/logical.exp: Likewise.
1307 * gdb.fortran/module.exp: Likewise.
1308 * gdb.fortran/print_type.exp: Likewise.
1309 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1310 * gdb.fortran/vla-datatypes.exp: Likewise.
1311 * gdb.fortran/vla-history.exp: Likewise.
1312 * gdb.fortran/vla-ptr-info.exp: Likewise.
1313 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1314 * gdb.fortran/vla-ptype.exp: Likewise.
1315 * gdb.fortran/vla-sizeof.exp: Likewise.
1316 * gdb.fortran/vla-type.exp: Likewise.
1317 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1318 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1319 * gdb.fortran/vla-value-sub.exp: Likewise.
1320 * gdb.fortran/vla-value.exp: Likewise.
1321
1322 2020-08-13 Pedro Alves <pedro@palves.net>
1323
1324 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
1325 * gdb.ada/access_to_packed_array.exp: Likewise.
1326 * gdb.ada/access_to_unbounded_array.exp: Likewise.
1327 * gdb.ada/addr_arith.exp: Likewise.
1328 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
1329 * gdb.ada/arr_arr.exp: Likewise.
1330 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
1331 * gdb.ada/array_bounds.exp: Likewise.
1332 * gdb.ada/array_of_variable_length.exp: Likewise.
1333 * gdb.ada/array_ptr_renaming.exp: Likewise.
1334 * gdb.ada/array_subscript_addr.exp: Likewise.
1335 * gdb.ada/arraydim.exp: Likewise.
1336 * gdb.ada/arrayparam.exp: Likewise.
1337 * gdb.ada/arrayptr.exp: Likewise.
1338 * gdb.ada/assign_1.exp: Likewise.
1339 * gdb.ada/assign_arr.exp: Likewise.
1340 * gdb.ada/atomic_enum.exp: Likewise.
1341 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1342 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
1343 * gdb.ada/bias.exp: Likewise.
1344 * gdb.ada/boolean_expr.exp: Likewise.
1345 * gdb.ada/bp_c_mixed_case.exp: Likewise.
1346 * gdb.ada/bp_enum_homonym.exp: Likewise.
1347 * gdb.ada/bp_inlined_func.exp: Likewise.
1348 * gdb.ada/bp_on_var.exp: Likewise.
1349 * gdb.ada/bp_range_type.exp: Likewise.
1350 * gdb.ada/bp_reset.exp: Likewise.
1351 * gdb.ada/call_pn.exp: Likewise.
1352 * gdb.ada/catch_assert_if.exp: Likewise.
1353 * gdb.ada/catch_ex.exp: Likewise.
1354 * gdb.ada/catch_ex_std.exp: Likewise.
1355 * gdb.ada/char_enum.exp: Likewise.
1356 * gdb.ada/char_param.exp: Likewise.
1357 * gdb.ada/complete.exp: Likewise.
1358 * gdb.ada/cond_lang.exp: Likewise.
1359 * gdb.ada/convvar_comp.exp: Likewise.
1360 * gdb.ada/dgopt.exp: Likewise.
1361 * gdb.ada/disc_arr_bound.exp: Likewise.
1362 * gdb.ada/display_nested.exp: Likewise.
1363 * gdb.ada/dot_all.exp: Likewise.
1364 * gdb.ada/dyn_loc.exp: Likewise.
1365 * gdb.ada/dyn_stride.exp: Likewise.
1366 * gdb.ada/excep_handle.exp: Likewise.
1367 * gdb.ada/expr_delims.exp: Likewise.
1368 * gdb.ada/expr_with_funcall.exp: Likewise.
1369 * gdb.ada/exprs.exp: Likewise.
1370 * gdb.ada/fin_fun_out.exp: Likewise.
1371 * gdb.ada/fixed_cmp.exp: Likewise.
1372 * gdb.ada/formatted_ref.exp: Likewise.
1373 * gdb.ada/frame_arg_lang.exp: Likewise.
1374 * gdb.ada/frame_args.exp: Likewise.
1375 * gdb.ada/fullname_bp.exp: Likewise.
1376 * gdb.ada/fun_addr.exp: Likewise.
1377 * gdb.ada/fun_in_declare.exp: Likewise.
1378 * gdb.ada/fun_overload_menu.exp: Likewise.
1379 * gdb.ada/fun_renaming.exp: Likewise.
1380 * gdb.ada/funcall_char.exp: Likewise.
1381 * gdb.ada/funcall_param.exp: Likewise.
1382 * gdb.ada/funcall_ptr.exp: Likewise.
1383 * gdb.ada/funcall_ref.exp: Likewise.
1384 * gdb.ada/homonym.exp: Likewise.
1385 * gdb.ada/info_addr_mixed_case.exp: Likewise.
1386 * gdb.ada/info_auto_lang.exp: Likewise.
1387 * gdb.ada/info_exc.exp: Likewise.
1388 * gdb.ada/info_types.exp: Likewise.
1389 * gdb.ada/int_deref.exp: Likewise.
1390 * gdb.ada/interface.exp: Likewise.
1391 * gdb.ada/iwide.exp: Likewise.
1392 * gdb.ada/lang_switch.exp: Likewise.
1393 * gdb.ada/length_cond.exp: Likewise.
1394 * gdb.ada/maint_with_ada.exp: Likewise.
1395 * gdb.ada/mi_catch_assert.exp: Likewise.
1396 * gdb.ada/mi_catch_ex.exp: Likewise.
1397 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
1398 * gdb.ada/mi_dyn_arr.exp: Likewise.
1399 * gdb.ada/mi_ex_cond.exp: Likewise.
1400 * gdb.ada/mi_exc_info.exp: Likewise.
1401 * gdb.ada/mi_interface.exp: Likewise.
1402 * gdb.ada/mi_prot.exp: Likewise.
1403 * gdb.ada/mi_ref_changeable.exp: Likewise.
1404 * gdb.ada/mi_string_access.exp: Likewise.
1405 * gdb.ada/mi_task_arg.exp: Likewise.
1406 * gdb.ada/mi_task_info.exp: Likewise.
1407 * gdb.ada/mi_var_array.exp: Likewise.
1408 * gdb.ada/mi_var_union.exp: Likewise.
1409 * gdb.ada/mi_variant.exp: Likewise.
1410 * gdb.ada/minsyms.exp: Likewise.
1411 * gdb.ada/mod_from_name.exp: Likewise.
1412 * gdb.ada/nested.exp: Likewise.
1413 * gdb.ada/null_array.exp: Likewise.
1414 * gdb.ada/optim_drec.exp: Likewise.
1415 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
1416 * gdb.ada/packed_array_assign.exp: Likewise.
1417 * gdb.ada/packed_tagged.exp: Likewise.
1418 * gdb.ada/pp-rec-component.exp: Likewise.
1419 * gdb.ada/print_chars.exp: Likewise.
1420 * gdb.ada/print_pc.exp: Likewise.
1421 * gdb.ada/ptr_typedef.exp: Likewise.
1422 * gdb.ada/ptype_arith_binop.exp: Likewise.
1423 * gdb.ada/ptype_array.exp: Likewise.
1424 * gdb.ada/ptype_field.exp: Likewise.
1425 * gdb.ada/ptype_tagged_param.exp: Likewise.
1426 * gdb.ada/ptype_union.exp: Likewise.
1427 * gdb.ada/py_range.exp: Likewise.
1428 * gdb.ada/py_taft.exp: Likewise.
1429 * gdb.ada/rdv_wait.exp: Likewise.
1430 * gdb.ada/rec_comp.exp: Likewise.
1431 * gdb.ada/rec_return.exp: Likewise.
1432 * gdb.ada/ref_param.exp: Likewise.
1433 * gdb.ada/ref_tick_size.exp: Likewise.
1434 * gdb.ada/rename_subscript_param.exp: Likewise.
1435 * gdb.ada/repeat_dyn.exp: Likewise.
1436 * gdb.ada/same_component_name.exp: Likewise.
1437 * gdb.ada/same_enum.exp: Likewise.
1438 * gdb.ada/scalar_storage.exp: Likewise.
1439 * gdb.ada/set_wstr.exp: Likewise.
1440 * gdb.ada/small_reg_param.exp: Likewise.
1441 * gdb.ada/str_binop_equal.exp: Likewise.
1442 * gdb.ada/str_ref_cmp.exp: Likewise.
1443 * gdb.ada/str_uninit.exp: Likewise.
1444 * gdb.ada/sub_variant.exp: Likewise.
1445 * gdb.ada/sym_print_name.exp: Likewise.
1446 * gdb.ada/taft_type.exp: Likewise.
1447 * gdb.ada/tagged.exp: Likewise.
1448 * gdb.ada/tagged_access.exp: Likewise.
1449 * gdb.ada/task_bp.exp: Likewise.
1450 * gdb.ada/task_switch_in_core.exp: Likewise.
1451 * gdb.ada/tasks.exp: Likewise.
1452 * gdb.ada/tick_last_segv.exp: Likewise.
1453 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
1454 * gdb.ada/type_coercion.exp: Likewise.
1455 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1456 * gdb.ada/unchecked_union.exp: Likewise.
1457 * gdb.ada/uninitialized_vars.exp: Likewise.
1458 * gdb.ada/var_arr_attrs.exp: Likewise.
1459 * gdb.ada/var_arr_typedef.exp: Likewise.
1460 * gdb.ada/var_rec_arr.exp: Likewise.
1461 * gdb.ada/variant-record.exp: Likewise.
1462 * gdb.ada/variant.exp: Likewise.
1463 * gdb.ada/variant_record_packed_array.exp: Likewise.
1464 * gdb.ada/varsize_limit.exp: Likewise.
1465 * gdb.ada/whatis_array_val.exp: Likewise.
1466 * gdb.ada/widewide.exp: Likewise.
1467 * gdb.ada/win_fu_syms.exp: Likewise.
1468
1469 2020-08-12 Gary Benson <gbenson@redhat.com>
1470
1471 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
1472
1473 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
1474
1475 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
1476 unset the array variable.
1477
1478 2020-08-03 Tom de Vries <tdevries@suse.de>
1479
1480 PR symtab/26333
1481 * lib/dwarf.exp (DW_LNE_user): New proc.
1482 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
1483 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
1484
1485 2020-07-31 Kevin Buettner <kevinb@redhat.com>
1486
1487 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
1488 to 'uintptr_t'
1489 (inttypes.h): Include.
1490
1491 2020-07-31 Kevin Buettner <kevinb@redhat.com>
1492
1493 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
1494 (C5_24k): Delete.
1495 (C5_8k, C5_64k, C5_256k): New macros.
1496 (buf_ro): Allocate 256 KiB of initialized data.
1497
1498 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1499
1500 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
1501 that attempt to overwrite an existing condition with a condition
1502 that fails parsing and also with a condition that parses fine
1503 but contains junk at the end.
1504
1505 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1506
1507 * gdb.base/condbreak-bad.c: New test.
1508 * gdb.base/condbreak-bad.exp: New file.
1509
1510 2020-07-30 Tom de Vries <tdevries@suse.de>
1511
1512 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
1513 out of ...
1514 (GDBInfoModuleSymbols::check_entry): ... here.
1515 (GDBInfoModuleSymbols::check_optional_entry): New proc.
1516 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
1517 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
1518
1519 2020-07-30 Tom de Vries <tdevries@suse.de>
1520
1521 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
1522 "__class_some_module_Number_t" optional.
1523
1524 2020-07-29 Tom de Vries <tdevries@suse.de>
1525
1526 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
1527 multiple locations.
1528
1529 2020-07-29 Tom de Vries <tdevries@suse.de>
1530
1531 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
1532 rather than function name.
1533
1534 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1535
1536 PR symtab/26270:
1537 * gdb.cp/disasm-func-name.cc: New file.
1538 * gdb.cp/disasm-func-name.exp: New file.
1539
1540 2020-07-28 Tom Tromey <tromey@adacore.com>
1541
1542 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
1543 'varval' location.
1544
1545 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1546
1547 * gdb.python/py-unwind.py: Update to make use of a register
1548 descriptor.
1549
1550 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1551
1552 * gdb.python/py-arch-reg-names.exp: Add additional tests.
1553
1554 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
1555
1556 PR fortran/23051
1557 PR fortran/26139
1558 * gdb.fortran/class-allocatable-array.exp: New file.
1559 * gdb.fortran/class-allocatable-array.f90: New file.
1560 * gdb.fortran/pointer-to-pointer.exp: New file.
1561 * gdb.fortran/pointer-to-pointer.f90: New file.
1562
1563 2020-07-25 Tom de Vries <tdevries@suse.de>
1564
1565 PR symtab/26243
1566 * gdb.dwarf2/dw2-line-number-zero.c: New test.
1567 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
1568
1569 2020-07-24 Tom de Vries <tdevries@suse.de>
1570
1571 PR testsuite/26293
1572 * gdb.ada/mi_prot.exp: Require gnatmake-8.
1573
1574 2020-07-23 Pedro Alves <pedro@palves.net>
1575
1576 * gdb.server/server-kill.exp (prepare): New, factored out from the
1577 top level.
1578 (kill_server): New.
1579 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
1580 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
1581
1582 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
1583
1584 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
1585
1586 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
1587
1588 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
1589 Initialize to empty string at top level.
1590 (gdb_wrapper_init): Revert check for file existence on build.
1591 Build the wrapper in its default place, not a build-specific
1592 location. When host == build, make the pathname absolute.
1593 (gdb_compile): Delete leftover declaration of
1594 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
1595 string instead of uninitialized.
1596
1597 2020-07-22 Kevin Buettner <kevinb@redhat.com>
1598
1599 * gdb.base/corefile2.exp: New file.
1600 * gdb.base/coremaker2.exp: New file.
1601
1602 2020-07-22 Kevin Buettner <kevinb@redhat.com>
1603
1604 * gdb.base/coredump-filter.exp: Add second
1605 non-Private-Shared-Anon-File test.
1606 (test_disasm): Rename binfile for test which is expected
1607 to fail.
1608
1609 2020-07-22 Kevin Buettner <kevinb@redhat.com>
1610
1611 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
1612 data in core file".
1613 * gdb.base/coremaker.c (buf2ro): New global.
1614 (mmapdata): Add a read-only mmap mapping.
1615
1616 2020-07-22 Kevin Buettner <kevinb@redhat.com>
1617
1618 PR corefiles/25631
1619 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
1620 New test.
1621 * gdb.base/coremaker.c (buf3): New global.
1622 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
1623 flags.
1624
1625 2020-07-22 Kevin Buettner <kevinb@redhat.com>
1626
1627 * gdb.base/coremaker.c (filler_ro): New global constant.
1628
1629 2020-07-22 Tom Tromey <tromey@adacore.com>
1630
1631 * gdb.ada/mi_prot.exp: New file.
1632 * gdb.ada/mi_prot/pkg.adb: New file.
1633 * gdb.ada/mi_prot/pkg.ads: New file.
1634 * gdb.ada/mi_prot/prot.adb: New file.
1635
1636 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1637
1638 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
1639 loads two JITers.
1640
1641 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
1642
1643 * gdb.python/py-arch-reg-groups.exp: Additional tests.
1644
1645 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
1646
1647 * gdb.python/py-arch-reg-names.exp: Additional tests.
1648
1649 2020-07-21 Tom de Vries <tdevries@suse.de>
1650
1651 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
1652 breakpoint locations".
1653 * gdb.reverse/solib-reverse.exp: Same.
1654
1655 2020-07-21 Tom de Vries <tdevries@suse.de>
1656
1657 * gdb.reverse/step-reverse.c (callee): Merge statements.
1658
1659 2020-07-21 Tom de Vries <tdevries@suse.de>
1660
1661 * gdb.fortran/info-modules.exp (info module variables): Allow missing
1662 line numbers for some variables.
1663
1664 2020-07-21 Tom de Vries <tdevries@suse.de>
1665
1666 * gdb.opt/inline-locals.c (init_array): New func.
1667 (func1): Use init_array.
1668 * gdb.opt/inline-locals.exp: Update pattern.
1669
1670 2020-07-21 Tom de Vries <tdevries@suse.de>
1671
1672 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
1673 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
1674
1675 2020-07-20 Ludovic Courtès <ludo@gnu.org>
1676
1677 * gdb.guile/source2.scm: Add #f first argument to 'format'.
1678 * gdb.guile/types-module.exp: Remove "ERROR:" from
1679 regexps since Guile 3.0 no longer prints that.
1680
1681 2020-07-20 Ludovic Courtès <ludo@gnu.org>
1682
1683 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
1684 error regexp to match on Guile 2.2.
1685
1686 2020-07-20 Gary Benson <gbenson@redhat.com>
1687
1688 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
1689 with clang.
1690
1691 2020-07-20 Tom de Vries <tdevries@suse.de>
1692
1693 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
1694 (omp_set_lock_in_order): New function.
1695 (single_scope, multi_scope, nested_func, nested_parallel): Use
1696 omp_set_lock_in_order and omp_unset_lock.
1697 (main): Init and destroy lock and lock2.
1698
1699 2020-07-20 Tom de Vries <tdevries@suse.de>
1700
1701 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
1702
1703 2020-07-20 Tom de Vries <tdevries@suse.de>
1704
1705 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
1706
1707 2020-07-17 Tom de Vries <tdevries@suse.de>
1708
1709 * gdb.base/valgrind-infcall-2.c: New test.
1710 * gdb.base/valgrind-infcall-2.exp: New file.
1711 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
1712
1713 2020-07-17 Tom de Vries <tdevries@suse.de>
1714
1715 * gdb.dlang/circular.c (found): Use found_label as label name.
1716 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
1717 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
1718 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
1719 * gdb.dwarf2/ada-linkage-name.exp: Same.
1720 * gdb.dwarf2/arr-subrange.exp: Same.
1721 * gdb.dwarf2/atomic-type.exp: Same.
1722 * gdb.dwarf2/comp-unit-lang.exp: Same.
1723 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1724 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1725 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
1726 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
1727 * gdb.dwarf2/implptr-64bit.exp: Same.
1728 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
1729 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
1730 * gdb.dwarf2/imported-unit.exp: Same.
1731 * gdb.dwarf2/main-subprogram.exp: Same.
1732 * gdb.dwarf2/missing-type-name.exp: Same.
1733 * gdb.dwarf2/nonvar-access.exp: Same.
1734 * gdb.dwarf2/struct-with-sig.exp: Same.
1735 * gdb.dwarf2/typedef-void-finish.exp: Same.
1736 * gdb.dwarf2/void-type.exp: Same.
1737
1738 2020-07-17 Tom de Vries <tdevries@suse.de>
1739
1740 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
1741 src parameter.
1742 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
1743 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
1744 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1745 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1746 * gdb.dwarf2/dwz.exp: Same.
1747 * gdb.dwarf2/implptr-optimized-out.exp: Same.
1748 * gdb.dwarf2/implref-array.exp: Same.
1749 * gdb.dwarf2/implref-const.exp: Same.
1750 * gdb.dwarf2/implref-global.exp: Same.
1751 * gdb.dwarf2/implref-struct.exp: Same.
1752 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1753 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1754 * gdb.dwarf2/var-access.exp: Same.
1755 * gdb.dwarf2/varval.exp: Same.
1756 * gdb.trace/entry-values.exp: Same.
1757
1758 2020-07-17 Tom de Vries <tdevries@suse.de>
1759
1760 * lib/dwarf.exp (Dwarf::extern): Remove.
1761 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
1762 * gdb.dlang/circular.exp: Same.
1763 * gdb.dwarf2/comp-unit-lang.exp: Same.
1764 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1765 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
1766 * gdb.dwarf2/dwz.exp: Same.
1767 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
1768 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
1769 * gdb.dwarf2/imported-unit.exp: Same.
1770 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1771
1772 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
1773
1774 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
1775 Use double quotes instead of single quotes.
1776
1777 2020-07-16 Caroline Tice <cmtice@google.com>
1778
1779 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
1780 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
1781
1782 2020-07-16 Tom de Vries <tdevries@suse.de>
1783
1784 * lib/dwarf.exp (program): Initialize _line.
1785 (DW_LNE_end_sequence): Reinitialize _line.
1786 (DW_LNS_advance_line): Update _line.
1787 (line): New proc.
1788 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
1789 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1790 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1791 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1792 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1793 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1794
1795 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1796
1797 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
1798 generic.
1799
1800 2020-07-15 Tom de Vries <tdevries@suse.de>
1801
1802 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
1803 is_amd64_regs_target.
1804
1805 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1806
1807 * gdb.fortran/ptype-on-functions.exp: Add more tests.
1808 * gdb.fortran/ptype-on-functions.f90: Likewise.
1809
1810 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
1811
1812 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
1813 values in documentation for addr_size to 4 and 8.
1814
1815 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
1816
1817 * gdb.arch/amd64-osabi.exp: Update.
1818 * gdb.arch/arm-disassembler-options.exp: Update.
1819 * gdb.arch/powerpc-disassembler-options.exp: Update.
1820 * gdb.arch/ppc64-symtab-cordic.exp: Update.
1821 * gdb.arch/s390-disassembler-options.exp: Update.
1822 * gdb.base/all-architectures.exp.tcl: Update.
1823 * gdb.base/attach-pie-noexec.exp: Update.
1824 * gdb.base/catch-syscall.exp: Update.
1825 * gdb.xml/tdesc-arch.exp: Update.
1826
1827 2020-07-14 Tom de Vries <tdevries@suse.de>
1828
1829 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
1830 (local_gettid): ... this.
1831 (fn): Update.
1832
1833 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
1834
1835 * gdb.base/info_sources.exp: Skip directory match tests on
1836 remote hosts.
1837
1838 2020-07-13 Gary Benson <gbenson@redhat.com>
1839
1840 * gdb.base/savedregs.exp (caller): Use parentheses to
1841 make expected expression evaluation ordering explicit.
1842
1843 2020-07-13 Gary Benson <gbenson@redhat.com>
1844
1845 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
1846
1847 2020-07-13 Gary Benson <gbenson@redhat.com>
1848
1849 * gdb.base/bigcore.c (main): Use a volatile pointer when
1850 attempting to trigger a SIGSEGV.
1851 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
1852 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
1853 * gdb.base/savedregs.c (thrower): Likewise.
1854 * gdb.mi/mi-syn-frame.c (bar): Likewise.
1855
1856 2020-07-13 Gary Benson <gbenson@redhat.com>
1857
1858 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
1859 defining and using VLA structure fields into...
1860 * gdb.base/vla-struct-fields.c: New file.
1861 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
1862 tests into...
1863 * gdb.base/vla-struct-fields.exp: New file.
1864
1865 2020-07-13 Tom de Vries <tdevries@suse.de>
1866
1867 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
1868 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
1869 * gdb.base/gold-gdb-index.exp: Same.
1870 * gdb.base/morestack.exp: Same.
1871
1872 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
1873
1874 PR rust/26121
1875 * gdb.rust/modules.rs: Prevent linker from discarding test
1876 symbol.
1877
1878 2020-07-10 Pedro Alves <pedro@palves.net>
1879
1880 PR gdb/26199
1881 * gdb.multi/multi-target.c (exit_thread): New.
1882 (thread_start): Break loop if EXIT_THREAD.
1883 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
1884 (top level) Call test_no_resumed.
1885
1886 2020-07-08 Tom Tromey <tromey@adacore.com>
1887
1888 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
1889 * gdb.ada/catch_ex.exp: Examine catchpoint text.
1890
1891 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1892
1893 PR python/22748
1894 * gdb.opt/inline-frame-tailcall.c: New file.
1895 * gdb.opt/inline-frame-tailcall.exp: New file.
1896 * gdb.python/py-unwind-inline.c: New file.
1897 * gdb.python/py-unwind-inline.exp: New file.
1898 * gdb.python/py-unwind-inline.py: New file.
1899
1900 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1901
1902 * gdb.python/py-arch-reg-groups.exp: New file.
1903
1904 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1905
1906 * gdb.python/py-arch-reg-names.exp: New file.
1907
1908 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1909
1910 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
1911 gdb.PendingFrame.architecture method.
1912
1913 2020-07-06 Tom de Vries <tdevries@suse.de>
1914
1915 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
1916
1917 2020-07-03 Pedro Alves <palves@redhat.com>
1918
1919 * gdb.base/structs2.c (main): Adjust second parem_reg call to
1920 explicitly write negative numbers.
1921 * gdb.base/structs2.exp: Adjust expected output.
1922
1923 2020-07-03 Pedro Alves <palves@redhat.com>
1924
1925 * gdb.base/charset.c (init_string): Change all char parameters to
1926 unsigned char parameters.
1927
1928 2020-07-03 Pedro Alves <palves@redhat.com>
1929
1930 * gdb.base/call-sc.exp (start_scalars_test): Use
1931 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1932 * gdb.base/overlays.c: Remove references to PARAMS.
1933 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
1934 * gdb.base/reread.exp: Don't set 'prototypes' global.
1935 * gdb.base/structs.exp (start_structs_test): Use
1936 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1937 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
1938 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1939 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
1940 call.
1941 * gdb.base/varargs.exp: Don't set 'prototypes' global.
1942
1943 2020-07-03 Pedro Alves <palves@redhat.com>
1944
1945 * gdb.base/m32rovly.c: Delete.
1946 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
1947
1948 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1949
1950 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
1951 of gdb_py_test_multiple.
1952 * gdb.python/py-cmd.exp: Likewise.
1953 * gdb.python/py-events.exp: Likewise.
1954 * gdb.python/py-function.exp: Likewise.
1955 * gdb.python/py-inferior.exp: Likewise.
1956 * gdb.python/py-infthread.exp: Likewise.
1957 * gdb.python/py-linetable.exp: Likewise.
1958 * gdb.python/py-parameter.exp: Likewise.
1959 * gdb.python/py-value.exp: Likewise.
1960
1961 2020-06-30 Tom de Vries <tdevries@suse.de>
1962
1963 PR testsuite/26175
1964 * lib/future.exp (gdb_default_target_compile): Detect and handle
1965 early_flags.
1966
1967 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
1968
1969 * boards/simavr.exp (gdb_load): Catch errors when closing
1970 previous connection. Close connection, wait for process and
1971 unset simavr_spawn_id on failure.
1972
1973 2020-06-29 Tom de Vries <tdevries@suse.de>
1974
1975 * lib/gdb.exp (unknown): Make test-case unresolved.
1976
1977 2020-06-29 Tom de Vries <tdevries@suse.de>
1978
1979 PR gdb/25475
1980 * gdb.server/solib-list.exp: Verify that the symbol reload
1981 confirmation question is asked.
1982
1983 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1984
1985 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
1986 have a input seq nr in each pass message.
1987 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
1988 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
1989 * gdb.python/python.exp: Make test names unique,
1990 use gdb_test_multiline instead of gdb_py_test_multiple,
1991 use $gdb_test_name.
1992 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
1993
1994 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
1995
1996 * configure.ac: Add --enable-libctf.
1997 * aclocal.m4: sinclude ../config/enable.m4.
1998 * Makefile.in (site.exp): Add enable_libctf to site.exp.
1999 * lib/gdb.exp (skip_ctf_tests): Use it.
2000 * gdb.base/ctf-constvars.exp: Error message tweak.
2001 * gdb.base/ctf-ptype.exp: Likewise.
2002 * configure: Regenerate.
2003
2004 2020-06-26 Gary Benson <gbenson@redhat.com>
2005
2006 * gdb.cp/try_catch.cc: Include string.h.
2007 (main): Replace comparison against string literal with
2008 strcmp, avoiding build failure with -Wstring-compare.
2009 Add "marker test-complete".
2010 * gdb.cp/try_catch.exp: Run the test to the above marker,
2011 then verify that the value of "test" is still true.
2012
2013 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2014
2015 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
2016
2017 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2018
2019 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
2020
2021 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2022
2023 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
2024 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
2025 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
2026 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
2027 * gdb.arch/riscv-tdesc-loading.exp: New file.
2028
2029 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2030
2031 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
2032
2033 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2034
2035 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
2036 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
2037 * gdb.arch/riscv-tdesc-regs.c: New file.
2038 * gdb.arch/riscv-tdesc-regs.exp: New file.
2039
2040 2020-06-24 Pedro Alves <palves@redhat.com>
2041
2042 * gdb.arch/amd64-entry-value-paramref.exp: Use
2043 prepare_for_testing_full and don't pass "c++" for the .S file
2044 build spec.
2045 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
2046 $options, since it's an assembly file. Remove -Wno-deprecated.
2047 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
2048 compiling C++ programs.
2049
2050 2020-06-24 Pedro Alves <palves@redhat.com>
2051
2052 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
2053 Clang, add "-Wno-unknown-warning-option" to the options.
2054
2055 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
2056
2057 * gdb.xml/tdesc-reload.c: New file.
2058 * gdb.xml/tdesc-reload.exp: New file.
2059 * gdb.xml/maint-xml-dump-01.xml: New file.
2060 * gdb.xml/maint-xml-dump-02.xml: New file.
2061 * gdb.xml/maint-xml-dump.exp: New file.
2062
2063 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
2064
2065 * lib/completion-support.exp (test_gdb_completion_offers_commands):
2066 Adjust for omitted commands when TUI is disabled.
2067
2068 2020-06-23 Gary Benson <gbenson@redhat.com>
2069 Pedro Alves <palves@redhat.com>
2070
2071 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
2072 * gdb.cp/nsimport.cc: Likewise.
2073 * gdb.cp/nsnested.cc: Likewise.
2074 * gdb.cp/nsnoimports.cc: Likewise.
2075 * gdb.cp/nsusing.cc: Likewise.
2076 * gdb.cp/smartp.cc: Likewise.
2077 * gdb.python/py-pp-integral.c: Likewise.
2078 * gdb.python/py-pp-re-notag.c: Likewise.
2079
2080 2020-06-23 Gary Benson <gbenson@redhat.com>
2081
2082 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
2083 * gdb.cp/nsimport.cc: Likewise.
2084 * gdb.cp/nsnested.cc: Likewise.
2085 * gdb.cp/nsnoimports.cc: Likewise.
2086 * gdb.cp/nsusing.cc: Likewise.
2087 * gdb.cp/smartp.cc: Likewise.
2088 * gdb.python/py-pp-integral.c: Likewise.
2089 * gdb.python/py-pp-re-notag.c: Likewise.
2090
2091 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2092
2093 * gdb.base/default-args.exp: New test.
2094 * gdb.base/default-args.c: New file.
2095 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
2096 * gdb.base/default.exp: Update to new help text.
2097 * gdb.base/help.exp: Likewise.
2098 * gdb.base/page.exp: Likewise.
2099 * gdb.base/style.exp: Likewise.
2100 * gdb.guile/guile.exp: Likewise.
2101 * gdb.python/python.exp: Likewise.
2102
2103 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
2104
2105 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
2106 remote host. Fix search path syntax on Windows host.
2107
2108 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2109
2110 * gdb.base/attach.exp: Test priority of 'exec-file' changed
2111 over 'exec-file-mismatch'.
2112 * gdb.base/attach.c: Mark should_exit volatile.
2113 * gdb.base/attach2.c: Likewise. Add a comment explaining
2114 why the sleep cannot be big.
2115 * gdb.base/attach3.c: New file.
2116
2117 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
2118
2119 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
2120 prefix optional.
2121
2122 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
2123
2124 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
2125 for remote host.
2126
2127 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
2128 Hafiz Abid Qadeer <abidh@codesourcery.com>
2129
2130 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
2131 file sent to remote host.
2132 (top level): Allow int32_t as type of 32-bit register.
2133
2134 2020-06-19 Tom de Vries <tdevries@suse.de>
2135
2136 * lib/gdb.exp (gdb_note): New proc.
2137 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
2138 (gdb_default_target_compile): ... here. Only call
2139 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
2140 (use_gdb_compile): Change to array.
2141 (toplevel): Update sets of use_gdb_compile to specify language.
2142 Warn about default_target_compile override. Store dejagnu's version
2143 of default_target_compile in dejagnu_default_target_compile.
2144
2145 2020-06-18 Tom de Vries <tdevries@suse.de>
2146
2147 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
2148 (default_gdb_init): ... here.
2149
2150 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
2151
2152 Fix TUI support checks in gdb.tui tests.
2153
2154 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
2155 just say UNSUPPORTED.
2156 * gdb.tui/corefile-run.exp: Likewise.
2157 * gdb.tui/empty.exp: Likewise.
2158 * gdb.tui/list-before.exp: Likewise.
2159 * gdb.tui/list.exp: Likewise.
2160 * gdb.tui/main.exp: Likewise.
2161 * gdb.tui/regs.exp: Likewise.
2162 * gdb.tui/resize.exp: Likewise.
2163 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
2164 * gdb.tui/tui-layout-asm.exp: Likewise.
2165 * gdb.tui/tui-missing-src.exp: Likewise.
2166 * gdb.tui/winheight.exp: Likewise.
2167 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
2168
2169 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
2170
2171 Fix TCL error in gdb.python/py-format-string.exp.
2172
2173 * gdb.python/py-format-string.exp: Move test for python support
2174 earlier, out of function body.
2175
2176 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
2177
2178 * gdb.base/index-cache-load-twice.c: New.
2179 * gdb.base/index-cache-load-twice.exp: New.
2180
2181 2020-06-17 Keith Seitz <keiths@redhat.com>
2182
2183 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
2184 when executing "gdb --configuration".
2185
2186 2020-06-17 Tom de Vries <tdevries@suse.de>
2187
2188 * lib/gdb.exp (gdb_tcl_unknown): New proc.
2189 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
2190 conditional on presence of gdb_tcl_unknown.
2191 (gdb_finish): Make override undo conditional on presence of
2192 gdb_tcl_unknown.
2193
2194 2020-06-16 Tom Tromey <tom@tromey.com>
2195
2196 * gdb.python/tui-window.py (failwin): New function. Register it
2197 as a TUI window type.
2198 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
2199
2200 2020-06-16 Gary Benson <gbenson@redhat.com>
2201
2202 * gdb.python/py-nested-maps.c (create_map): Add missing return
2203 value.
2204 (create_map_map): Likewise.
2205
2206 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2207
2208 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
2209 variable.
2210 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
2211 and use the already-defined 'options' variable.
2212
2213 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2214 Tom de Vries <tdevries@suse.de>
2215
2216 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
2217 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
2218 (gdb_setup_known_globals): New proc.
2219 (gdb_cleanup_globals): New proc.
2220 * lib/gdb.exp (load_lib): New override proc.
2221 (gdb_stdin_log_init): Set var in_file as persistent global.
2222 * lib/pascal.exp (gdb_stdin_log_init): Set vars
2223 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
2224 fpc_compiler as persistent global.
2225
2226 2020-06-12 Tom de Vries <tdevries@suse.de>
2227
2228 * lib/tuiterm.exp (spawn): Rename to ...
2229 (tui_spawn): ... this.
2230 (toplevel): Move rename of spawn ...
2231 (gdb_init_tuiterm): ... here. New proc.
2232 (gdb_finish_tuiterm): New proc.
2233 * lib/gdb.exp (gdb_finish_hooks): New global var.
2234 (gdb_finish): Handle gdb_finish_hooks.
2235 (tuiterm_env): New proc.
2236 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
2237 tuiterm_env.
2238 * gdb.tui/basic.exp: Same.
2239 * gdb.tui/corefile-run.exp: Same.
2240 * gdb.tui/empty.exp: Same.
2241 * gdb.tui/list-before.exp: Same.
2242 * gdb.tui/list.exp: Same.
2243 * gdb.tui/main.exp: Same.
2244 * gdb.tui/new-layout.exp: Same.
2245 * gdb.tui/regs.exp: Same.
2246 * gdb.tui/resize.exp: Same.
2247 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
2248 * gdb.tui/tui-layout-asm.exp: Same.
2249 * gdb.tui/tui-missing-src.exp: Same.
2250 * gdb.tui/winheight.exp: Same.
2251
2252 2020-06-12 Tom de Vries <tdevries@suse.de>
2253
2254 PR testsuite/26110
2255 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
2256 (gdb_finish): Reinstall dejagnu's override of ::unknown.
2257
2258 2020-06-11 Tom Tromey <tom@tromey.com>
2259
2260 PR gdb/18318:
2261 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
2262 floating point tests.
2263
2264 2020-06-11 Keith Seitz <keiths@redhat.com>
2265
2266 PR gdb/21356
2267 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
2268 vla_struct.
2269 Add new struct vla_typedef and union vla_typedef_union and
2270 corresponding instantiation objects.
2271 Initialize new objects.
2272 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
2273 and vla_typedef_union_object.
2274 Fixup type for vla_struct_object.
2275
2276 2020-06-11 Tom de Vries <tdevries@suse.de>
2277
2278 * lib/gdb.exp (with_override): New proc, factored out of ...
2279 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
2280
2281 2020-06-10 Tom de Vries <tdevries@suse.de>
2282
2283 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
2284
2285 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
2286
2287 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
2288 parameter, update callers.
2289
2290 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
2291
2292 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
2293 * gdb.dwarf2/share-psymtabs-bt.c: New file.
2294 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
2295
2296 2020-06-04 Tom de Vries <tdevries@suse.de>
2297
2298 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
2299
2300 2020-06-04 Tom de Vries <tdevries@suse.de>
2301
2302 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
2303 exp_continue.
2304
2305 2020-06-04 Tom de Vries <tdevries@suse.de>
2306
2307 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
2308
2309 2020-06-03 Tom de Vries <tdevries@suse.de>
2310
2311 PR symtab/26046
2312 * gdb.cp/breakpoint-locs-2.cc: New test.
2313 * gdb.cp/breakpoint-locs.cc: New test.
2314 * gdb.cp/breakpoint-locs.exp: New file.
2315 * gdb.cp/breakpoint-locs.h: New test.
2316
2317 2020-06-03 Tom de Vries <tdevries@suse.de>
2318
2319 PR testsuite/25609
2320 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
2321 value of global verbose.
2322 * gdb.base/jit-elf.exp: Same.
2323 * gdb.base/jit-reader.exp: Same.
2324
2325 2020-06-02 Tom de Vries <tdevries@suse.de>
2326
2327 * gdb.dwarf2/multidictionary.exp: Don't use
2328 gdb_spawn_with_cmdline_opts.
2329
2330 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
2331
2332 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
2333 use_header case.
2334 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
2335 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
2336 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
2337 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
2338 * gdb.dwarf2/dw2-inline-header.c: New file.
2339 * gdb.dwarf2/dw2-inline-header.h: New file.
2340
2341 2020-05-30 Pedro Alves <palves@redhat.com>
2342
2343 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
2344 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
2345
2346 2020-05-29 Gary Benson <gbenson@redhat.com>
2347
2348 * gdb.compile/compile-cplus.exp (additional_flags): Also
2349 set when building with clang.
2350 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
2351 when building with clang.
2352
2353 2020-05-29 Gary Benson <gbenson@redhat.com>
2354
2355 * gdb.arch/i386-avx.exp (additional_flags): Also set when
2356 building with clang.
2357 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
2358
2359 2020-05-29 Gary Benson <gbenson@redhat.com>
2360
2361 * gdb.cp/koenig.exp (prepare_for_testing): Add
2362 additional_flags=-Wno-unused-comparison.
2363 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
2364
2365 2020-05-28 Gary Benson <gbenson@redhat.com>
2366
2367 * gdb.base/sigaltstack.c (catcher): Add default case to switch
2368 statement.
2369
2370 2020-05-28 Gary Benson <gbenson@redhat.com>
2371
2372 * gdb.cp/classes.exp (prepare_for_testing): Add
2373 additional_flags=-Wno-deprecated-register.
2374 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
2375 * gdb.cp/misc.exp: Likewise.
2376
2377 2020-05-28 Gary Benson <gbenson@redhat.com>
2378
2379 * gdb.linespec/cpls-ops.cc (dummy): New static global.
2380 (test_op_new::operator new): Add return statement.
2381 (test_op_new_array::operator new[]): Likewise.
2382
2383 2020-05-27 Pedro Alves <palves@redhat.com>
2384
2385 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
2386 check. Use test_gdb_complete_unique instead of
2387 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
2388 test_gdb_complete_multiple instead of
2389 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
2390
2391 2020-05-27 Luis Machado <luis.machado@linaro.org>
2392
2393 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
2394 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
2395 * gdb.arch/arm-disassembler-options.exp: Likewise.
2396 * gdb.arch/arm-disp-step.exp: Likewise.
2397 * gdb.arch/thumb-prologue.exp: Likewise.
2398 * gdb.base/async.exp: Likewise.
2399 * gdb.base/auxv.exp: Likewise.
2400 * gdb.base/complex-parts.exp: Likewise.
2401 * gdb.base/ena-dis-br.exp: Likewise.
2402 * gdb.base/foll-exec.exp: Likewise.
2403 * gdb.base/permissions.exp: Likewise.
2404 * gdb.base/relocate.exp: Likewise.
2405 * gdb.base/return2.exp: Likewise.
2406 * gdb.base/sigbpt.exp: Likewise.
2407 * gdb.base/siginfo-obj.exp: Likewise.
2408 * gdb.cp/converts.exp: Likewise.
2409 * gdb.cp/exceptprint.exp: Likewise.
2410 * gdb.cp/inherit.exp: Likewise.
2411 * gdb.cp/nsnoimports.exp: Likewise.
2412 * gdb.cp/virtbase2.exp: Likewise.
2413 * gdb.mi/mi-var-cmd.exp: Likewise.
2414 * gdb.mi/var-cmd.c: Likewise.
2415
2416 2020-05-26 Tom Tromey <tromey@adacore.com>
2417
2418 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
2419
2420 2020-05-26 Tom Tromey <tromey@adacore.com>
2421
2422 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
2423 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
2424 type.
2425 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
2426 variable.
2427
2428 2020-05-26 Christian Biesinger <cbiesinger@google.com>
2429
2430 * Makefile.in: Use = instead of == for the test command
2431 for portability.
2432
2433 2020-05-26 Tom de Vries <tdevries@suse.de>
2434
2435 * gdb.base/gold-gdb-index-2.c: New test.
2436 * gdb.base/gold-gdb-index.c: New test.
2437 * gdb.base/gold-gdb-index.exp: New file.
2438 * gdb.base/gold-gdb-index.h: New test.
2439
2440 2020-05-25 Tom de Vries <tdevries@suse.de>
2441
2442 * boards/gold-gdb-index.exp: New file.
2443
2444 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
2445
2446 * boards/simavr.exp: New file.
2447
2448 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
2449
2450 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
2451 * gdb.base/inferior-args.exp: New file.
2452 * gdb.base/inferior-args.c: New file.
2453
2454 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
2455
2456 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
2457 inferior_args. Pass it to gdb_reload.
2458 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
2459 inferior_args.
2460 (gdb_reload): Add inferior_args argument.
2461 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
2462 pass it to gdbserver_run.
2463 * boards/native-gdbserver.exp: Do not set noargs.
2464 * boards/native-extended-gdbserver.exp (gdb_reload): Add
2465 inferior_args argument.
2466 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
2467 * gdb.base/a2-run.exp: Check for use_gdb_stub.
2468 * gdb.base/args.exp: Likewise.
2469
2470 2020-05-25 Tom de Vries <tdevries@suse.de>
2471
2472 * lib/gdb.exp (exec_is_pie): Add comment.
2473
2474 2020-05-25 Tom de Vries <tdevries@suse.de>
2475
2476 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
2477 instead of $binfile in the untested message.
2478
2479 2020-05-25 Tom de Vries <tdevries@suse.de>
2480
2481 PR testsuite/26031
2482 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
2483
2484 2020-05-25 Tom de Vries <tdevries@suse.de>
2485
2486 * boards/gold.exp: New file.
2487
2488 2020-05-23 Tom Tromey <tom@tromey.com>
2489
2490 * gdb.base/style.exp: Remove completion styling test.
2491 * lib/gdb-utils.exp (style): Remove completion styles.
2492
2493 2020-05-23 Tom Tromey <tom@tromey.com>
2494
2495 * gdb.base/style.exp: Add completion styling test.
2496 * lib/gdb-utils.exp (style): Add completion styles.
2497
2498 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2499
2500 * gdb.base/annota1.exp: Update expected results.
2501 * gdb.cp/annota2.exp: Update expected results, remove duplicate
2502 test name.
2503 * gdb.cp/annota3.exp: Update expected results.
2504
2505 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
2506
2507 PR gdb/26016
2508 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
2509 against MAP_FAILED.
2510 * gdb.base/coremaker.c (mmapdata): Likewise.
2511 * gdb.base/jit-reader-host.c (main): Likewise.
2512 * gdb.base/sym-file-loader.c (load): Likewise.
2513 (load_shlib): Likewise.
2514
2515 2020-05-20 Tom Tromey <tromey@adacore.com>
2516
2517 * gdb.ada/array_char_idx.exp: Recognize initialized array.
2518
2519 2020-05-20 Tom de Vries <tdevries@suse.de>
2520
2521 PR symtab/25833
2522 * gdb.base/with-mf-inc.c: New test.
2523 * gdb.base/with-mf-main.c: New test.
2524 * gdb.base/with-mf.exp: New file.
2525
2526 2020-05-19 Tom Tromey <tromey@adacore.com>
2527
2528 * gdb.rust/simple.exp: Restore missing test result.
2529
2530 2020-05-19 Tom de Vries <tdevries@suse.de>
2531
2532 * gdb.base/gdb-caching-proc.exp: Fix typo.
2533
2534 2020-05-19 Tom Tromey <tromey@adacore.com>
2535
2536 * gdb.rust/simple.exp: Add some test descriptions.
2537 (test_one_slice): Use with_test_prefix.
2538
2539 2020-05-18 Tom de Vries <tdevries@suse.de>
2540
2541 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
2542
2543 2020-05-17 Pedro Alves <palves@redhat.com>
2544
2545 PR gdb/25741
2546 * gdb.base/hw-sw-break-same-address.exp: New file.
2547
2548 2020-05-16 Pedro Alves <palves@redhat.com>
2549
2550 * gdb.multi/multi-re-run.exp (test_re_run): Switch
2551 LAST_LOADED_FILE accordingly.
2552
2553 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2554
2555 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
2556
2557 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2558
2559 * gdb.base/help.exp: Test apropos and help for commands
2560 having aliases. Fixed comments not starting with an
2561 upper-case letter or not finishing with a dot.
2562
2563 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2564
2565 * gdb.base/alias.exp: Update help output check.
2566
2567 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2568
2569 * gdb.base/default.exp: Update output following fixes.
2570
2571 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2572
2573 * gdb.base/alias.exp: Test aliases starting with a prefix of
2574 another alias.
2575
2576 2020-05-15 Gary Benson <gbenson@redhat.com>
2577
2578 * gdb.base/info-os.c (main): Add return statement.
2579 * gdb.base/info_minsym.c (minsym_fun): Likewise.
2580 * gdb.base/large-frame-2.c (func): Likewise.
2581 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
2582 * gdb.base/pr10179-b.c (foo2): Likewise.
2583 * gdb.base/valgrind-disp-step.c (foo): Likewise.
2584 * gdb.base/watch-cond.c (func): Likewise.
2585 * gdb.multi/goodbye.c (verylongfun): Likewise.
2586 * gdb.multi/hello.c (commonfun): Likewise.
2587 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
2588 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
2589 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
2590 Likewise.
2591 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
2592 * gdb.threads/interrupt-while-step-over.c (child_function):
2593 Likewise.
2594 * gdb.trace/actions-changed.c (end): Likewise.
2595
2596 2020-05-15 Gary Benson <gbenson@redhat.com>
2597
2598 * gdb.opencl/callfuncs.exp: Report when test skipped.
2599 * gdb.opencl/convs_casts.exp: Likewise.
2600 * gdb.opencl/datatypes.exp: Likewise.
2601 * gdb.opencl/operators.exp: Likewise.
2602 * gdb.opencl/vec_comps.exp: Likewise.
2603
2604 2020-05-15 Tom de Vries <tdevries@suse.de>
2605
2606 * gdb.base/align.exp.in: Rename to ...
2607 * gdb.base/align.exp.tcl: ... this.
2608 * gdb.base/align-c++.exp: Update.
2609 * gdb.base/align-c.exp: Update.
2610 * gdb.base/all-architectures.exp.in: Rename to ...
2611 * gdb.base/all-architectures.exp: ... this.
2612 * gdb.base/all-architectures-0.exp: Update.
2613 * gdb.base/all-architectures-1.exp: Update.
2614 * gdb.base/all-architectures-2.exp: Update.
2615 * gdb.base/all-architectures-3.exp: Update.
2616 * gdb.base/all-architectures-4.exp: Update.
2617 * gdb.base/all-architectures-5.exp: Update.
2618 * gdb.base/all-architectures-6.exp: Update.
2619 * gdb.base/all-architectures-7.exp: Update.
2620 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
2621 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
2622 * gdb.base/infcall-nested-structs-c++.exp: Update.
2623 * gdb.base/infcall-nested-structs-c.exp: Update.
2624 * gdb.base/info-types.exp.in: Rename to ...
2625 * gdb.base/info-types.exp.tcl: ... this.
2626 * gdb.base/info-types-c++.exp: Update.
2627 * gdb.base/info-types-c.exp: Update.
2628 * gdb.base/max-depth.exp.in: Rename to ...
2629 * gdb.base/max-depth.exp.tcl: ... this.
2630 * gdb.base/max-depth-c++.exp: Update.
2631 * gdb.base/max-depth-c.exp: Update.
2632 * gdb.cp/cpexprs.exp.in: Rename to ...
2633 * gdb.cp/cpexprs.exp.tcl: ... this.
2634 * gdb.cp/cpexprs-debug-types.exp: Update.
2635 * gdb.cp/cpexprs.exp: Update.
2636 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
2637 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
2638 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
2639 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
2640 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
2641 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
2642 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
2643 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
2644 * gdb.dwarf2/clang-debug-names-2.exp: Update.
2645 * gdb.dwarf2/clang-debug-names.exp: Update.
2646
2647 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
2648
2649 * lib/check-test-names.exp: Remove code that prevents this file
2650 loading when tests are run in parallel.
2651
2652 2020-05-15 Pedro Alves <palves@redhat.com>
2653
2654 * gdb.multi/multi-kill.exp (start_inferior): Remove
2655 'testpid' parameter. Refer to namespace variable directly.
2656 (testpid): Declare as namespace variable.
2657
2658 2020-05-15 Pedro Alves <palves@redhat.com>
2659
2660 * gdb.multi/multi-kill.exp: Wrap in namespace.
2661 (start_inferior): Add TESTPID parameter. Use it instead of the
2662 testpid global.
2663 (top level): Define empty TESTPID array, and pass it down to
2664 start_inferior.
2665
2666 2020-05-14 Tom de Vries <tdevries@suse.de>
2667
2668 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
2669 output.
2670
2671 2020-05-14 Tom de Vries <tdevries@suse.de>
2672
2673 * gdb.base/align.exp: Split into ...
2674 * gdb.base/align.exp.in: ...
2675 * gdb.base/align-c++.exp: ...
2676 * gdb.base/align-c.exp: ... these.
2677 * gdb.base/infcall-nested-structs.exp: Split into ...
2678 * gdb.base/infcall-nested-structs.exp.in: ...
2679 * gdb.base/infcall-nested-structs-c++.exp: ...
2680 * gdb.base/infcall-nested-structs-c.exp: ... these.
2681 * gdb.base/info-types.exp: Split into ...
2682 * gdb.base/info-types.exp.in: ...
2683 * gdb.base/info-types-c++.exp: ...
2684 * gdb.base/info-types-c.exp: ... these.
2685 * gdb.base/max-depth.exp: Split into ...
2686 * gdb.base/max-depth.exp.in: ...
2687 * gdb.base/max-depth-c++.exp: ...
2688 * gdb.base/max-depth-c.exp: ... these.
2689 * gdb.cp/infcall-nodebug.exp: Split into ...
2690 * gdb.cp/infcall-nodebug.exp.in: ...
2691 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
2692 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
2693 * gdb.cp/infcall-nodebug-c-d0.exp: ...
2694 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
2695
2696 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2697 Pedro Alves <palves@redhat.com>
2698
2699 * gdb.multi/multi-exit.c: New file.
2700 * gdb.multi/multi-exit.exp: New file.
2701 * gdb.multi/multi-kill.c: New file.
2702 * gdb.multi/multi-kill.exp: New file.
2703
2704 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2705
2706 * gdb.base/annota1.exp: Update the expected output.
2707 * gdb.cp/annota2.exp: Ditto.
2708
2709 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
2710
2711 * lib/check-test-names.exp: Disable when testing is being run in
2712 parallel.
2713
2714 2020-05-12 Tom de Vries <tdevries@suse.de>
2715
2716 * gdb.base/jit-elf.exp: Fix string concat.
2717
2718 2020-05-12 Tom de Vries <tdevries@suse.de>
2719
2720 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
2721 messages.
2722
2723 2020-05-12 Tom de Vries <tdevries@suse.de>
2724
2725 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
2726
2727 2020-05-12 Tom de Vries <tdevries@suse.de>
2728
2729 * gdb.ada/catch_ex.exp: Use with_test_prefix.
2730 * gdb.ada/mi_catch_ex.exp: Same.
2731 * gdb.ada/mi_catch_ex_hand.exp: Same.
2732
2733 2020-05-12 Tom de Vries <tdevries@suse.de>
2734
2735 * gdb.fortran/complex.exp: Use with_test_prefix.
2736
2737 2020-05-12 Tom de Vries <tdevries@suse.de>
2738
2739 * gdb.trace/passcount.exp: Fix test-names.
2740
2741 2020-05-12 Tom de Vries <tdevries@suse.de>
2742
2743 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
2744
2745 2020-05-12 Tom de Vries <tdevries@suse.de>
2746
2747 * gdb.gdb/complaints.exp: Use with_test_prefix.
2748 * gdb.xml/tdesc-regs.exp: Same.
2749 * gdb.opt/inline-locals.exp: Fix test name.
2750
2751 2020-05-12 Tom de Vries <tdevries@suse.de>
2752
2753 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
2754 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
2755 * gdb.dwarf2/implref-struct.exp: Same.
2756 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
2757 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
2758
2759 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
2760
2761 * gdb.base/jit-so.exp (one_jit_test): Change test name.
2762
2763 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
2764
2765 * lib/check-test-names.exp (all_test_names): New module variable.
2766 (counts): Add 'duplicates' field.
2767 (_check_duplicates): New procedure.
2768 (check): Also check for duplicates.
2769 (do_log_summary): Print duplicates count.
2770 (do_reset_vars): Reset counter for duplicate test names, and
2771 discard all know test names.
2772
2773 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
2774
2775 * lib/gdb.exp: Include check-test-names.exp library.
2776 * lib/check-test-names.exp: New file.
2777
2778 2020-05-11 Tom de Vries <tdevries@suse.de>
2779
2780 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
2781
2782 2020-05-11 Keith Seitz <keiths@redhat.com>
2783
2784 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
2785
2786 2020-05-11 Tom de Vries <tdevries@suse.de>
2787
2788 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
2789 * gdb.cp/cpexprs.exp.in: .. here.
2790 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
2791 cpexprs.exp.
2792
2793 2020-05-11 Keith Seitz <keiths@redhat.com>
2794
2795 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
2796 test names.
2797 * gdb.ada/arrayptr.exp: Likewise.
2798 * gdb.ada/assign_arr.exp: Likewise.
2799 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2800 * gdb.ada/bp_on_var.exp: Likewise.
2801 * gdb.ada/call_pn.exp: Likewise.
2802 * gdb.ada/complete.exp: Likewise.
2803 * gdb.ada/fun_overload_menu.exp: Likewise.
2804 * gdb.ada/funcall_param.exp: Likewise.
2805 * gdb.ada/funcall_ref.exp: Likewise.
2806 * gdb.ada/packed_array_assign.exp: Likewise.
2807 * gdb.ada/same_component_name.exp: Likewise.
2808 * gdb.ada/type_coercion.exp: Likewise.
2809 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2810 * gdb.ada/variant_record_packed_array.exp: Likewise.
2811
2812 2020-05-11 Tom de Vries <tdevries@suse.de>
2813
2814 PR symtab/25941
2815 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
2816 out of ...
2817 * gdb.dwarf2/clang-debug-names.exp: ... here.
2818 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
2819 clang-debug-names.exp.in.
2820 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
2821 * gdb.dwarf2/clang-debug-names-2.c: New test.
2822
2823 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2824
2825 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
2826 (fortran_runto_main): New Proc, fortran version of runto_main.
2827 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
2828 * gdb.fortran/array-bounds.exp: Likewise.
2829 * gdb.fortran/array-slices.exp: Likewise.
2830 * gdb.fortran/block-data.exp: Likewise.
2831 * gdb.fortran/charset.exp: Likewise.
2832 * gdb.fortran/common-block.exp: Likewise.
2833 * gdb.fortran/complex.exp: Likewise.
2834 * gdb.fortran/derived-type-function.exp: Likewise.
2835 * gdb.fortran/derived-type.exp: Likewise.
2836 * gdb.fortran/info-modules.exp: Likewise.
2837 * gdb.fortran/info-types.exp: Likewise.
2838 * gdb.fortran/intrinsics.exp: Likewise.
2839 * gdb.fortran/library-module.exp: Likewise.
2840 * gdb.fortran/logical.exp: Likewise.
2841 * gdb.fortran/max-depth.exp: Likewise.
2842 * gdb.fortran/module.exp: Likewise.
2843 * gdb.fortran/multi-dim.exp: Likewise.
2844 * gdb.fortran/nested-funcs.exp: Likewise.
2845 * gdb.fortran/print-formatted.exp: Likewise.
2846 * gdb.fortran/print_type.exp: Likewise.
2847 * gdb.fortran/printing-types.exp: Likewise.
2848 * gdb.fortran/ptr-indentation.exp: Likewise.
2849 * gdb.fortran/ptype-on-functions.exp: Likewise.
2850 * gdb.fortran/subarray.exp: Likewise.
2851 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2852 * gdb.fortran/vla-datatypes.exp: Likewise.
2853 * gdb.fortran/vla-history.exp: Likewise.
2854 * gdb.fortran/vla-ptr-info.exp: Likewise.
2855 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2856 * gdb.fortran/vla-ptype.exp: Likewise.
2857 * gdb.fortran/vla-sizeof.exp: Likewise.
2858 * gdb.fortran/vla-type.exp: Likewise.
2859 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2860 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2861 * gdb.fortran/vla-value-sub.exp: Likewise.
2862 * gdb.fortran/vla-value.exp: Likewise.
2863 * gdb.fortran/whatis_type.exp: Likewise.
2864 * gdb.mi/mi-var-child-f.exp: Likewise.
2865
2866 2020-05-09 Tom de Vries <tdevries@suse.de>
2867
2868 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
2869
2870 2020-05-08 Tom de Vries <tdevries@suse.de>
2871
2872 * gdb.dwarf2/clang-debug-names.c: New test.
2873 * gdb.dwarf2/clang-debug-names.exp: New file.
2874
2875 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
2876
2877 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
2878 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
2879
2880 2020-05-06 Tom de Vries <tdevries@suse.de>
2881
2882 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
2883 breakpoint is at a "recommended breakpoint location".
2884 * gdb.reverse/consecutive-reverse.exp: Same.
2885
2886 2020-05-06 Tom de Vries <tdevries@suse.de>
2887
2888 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
2889 address.
2890
2891 2020-05-06 Tom de Vries <tdevries@suse.de>
2892
2893 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
2894
2895 2020-05-06 Tom de Vries <tdevries@suse.de>
2896
2897 * gdb.base/store.exp (check_set, up_set): Allowing missing location
2898 info for r.
2899
2900 2020-05-06 Tom de Vries <tdevries@suse.de>
2901
2902 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
2903 necessary.
2904
2905 2020-05-06 Tom de Vries <tdevries@suse.de>
2906
2907 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
2908 void.
2909
2910 2020-05-06 Tom de Vries <tdevries@suse.de>
2911
2912 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
2913 of ...
2914 * gdb.base/async.exp: ... here.
2915 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
2916 "recommended breakpoint location".
2917
2918 2020-05-06 Tom de Vries <tdevries@suse.de>
2919
2920 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
2921
2922 2020-05-04 Tom de Vries <tdevries@suse.de>
2923
2924 * gdb.base/async.exp: Check whether instruction addresses are a
2925 "recommended breakpoint location".
2926
2927 2020-05-03 Tom Tromey <tom@tromey.com>
2928
2929 * gdb.base/sepdebug.exp: Remove "catch" test.
2930 * gdb.base/break.exp: Remove "catch" test.
2931 * gdb.base/default.exp: Update expected output.
2932
2933 2020-05-02 Tom de Vries <tdevries@suse.de>
2934
2935 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
2936 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
2937 * gdb.arch/i386-mpx-map.exp: Same.
2938 * gdb.arch/i386-mpx-sigsegv.exp: Same.
2939 * gdb.arch/i386-mpx-simple_segv.exp: Same.
2940 * gdb.arch/i386-mpx.exp: Same.
2941
2942 2020-05-02 Tom de Vries <tdevries@suse.de>
2943
2944 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
2945
2946 2020-05-01 Tom de Vries <tdevries@suse.de>
2947
2948 * gdb.ada/operator_bp.exp: Allow more than required amount of
2949 breakpoint.
2950
2951 2020-05-01 Tom de Vries <tdevries@suse.de>
2952
2953 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
2954
2955 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
2956
2957 PR gdb/18706
2958 * gdb.cp/stub-array-size.cc: New test.
2959 * gdb.cp/stub-array-size.exp: New file.
2960 * gdb.cp/stub-array-size.h: New test.
2961 * gdb.cp/stub-array-size2.cc: New test.
2962
2963 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
2964
2965 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
2966 output to the new format.
2967
2968 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
2969
2970 * gdb.base/break.exp: Use with_test_prefix.
2971
2972 2020-04-29 Tom de Vries <tdevries@suse.de>
2973
2974 * lib/gdb.exp (debug_types): New proc.
2975 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
2976 * gdb.python/py-symtab.exp: Same.
2977
2978 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
2979
2980 PR gdb/17320
2981 * gdb.base/pretty-array.c: New test.
2982 * gdb.base/pretty-array.exp: New file.
2983
2984 2020-04-29 Tom de Vries <tdevries@suse.de>
2985
2986 PR symtab/25889
2987 * gdb.cp/cpexprs.exp: Adapt for inclusion.
2988 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
2989 and include cpexprs.exp.
2990
2991 2020-04-28 Mark Williams <mark@myosotissp.com>
2992
2993 PR gdb/24480
2994 * dw4-toplevel-types.exp: Test for top level types.
2995 * dw4-toplevel-types.cc: Test for top level types.
2996
2997 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2998
2999 * gdb.threads/stop-with-handle.exp: Fix typo in comment
3000 (theads -> threads).
3001
3002 2020-04-28 Tom de Vries <tdevries@suse.de>
3003
3004 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
3005
3006 2020-04-28 Tom de Vries <tdevries@suse.de>
3007
3008 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
3009
3010 2020-04-28 Tom de Vries <tdevries@suse.de>
3011
3012 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
3013
3014 2020-04-28 Tom de Vries <tdevries@suse.de>
3015
3016 * gdb.dwarf2/main-foo.c: New test.
3017 * gdb.dwarf2/struct-with-sig.exp: New file.
3018
3019 2020-04-25 Tom de Vries <tdevries@suse.de>
3020
3021 * boards/debug-types.exp: New file.
3022
3023 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
3024
3025 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
3026
3027 2020-04-24 Tom Tromey <tom@tromey.com>
3028
3029 PR symtab/12707:
3030 * gdb.python/py-symbol.exp: Update expected results for
3031 linkage_name test.
3032 * gdb.cp/print-demangle.exp: New file.
3033 * gdb.base/c-linkage-name.exp: Fix test.
3034 * gdb.guile/scm-symbol.exp: Update expected results for
3035 linkage_name test.
3036
3037 2020-04-24 Tom Tromey <tom@tromey.com>
3038
3039 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
3040 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
3041 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
3042 assembler.
3043
3044 2020-04-24 Tom de Vries <tdevries@suse.de>
3045
3046 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
3047 C++.
3048
3049 2020-04-24 Tom Tromey <tromey@adacore.com>
3050
3051 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
3052 values.
3053 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
3054 values. Update test for minimal encodings.
3055 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
3056 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
3057 values. Update test for minimal encodings.
3058
3059 2020-04-24 Tom Tromey <tromey@adacore.com>
3060
3061 PR python/23662:
3062 * gdb.ada/variant.exp: Add Python checks.
3063 * gdb.rust/simple.exp: Add dynamic type checks.
3064
3065 2020-04-24 Tom Tromey <tromey@adacore.com>
3066
3067 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
3068 Make array type matching more lax.
3069 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
3070 * gdb.ada/mi_variant.exp: New file.
3071 * gdb.ada/mi_variant/pck.ads: New file.
3072 * gdb.ada/mi_variant/pkg.adb: New file.
3073 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
3074 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
3075
3076 2020-04-24 Tom Tromey <tromey@adacore.com>
3077
3078 * gdb.ada/variant.exp: Add dynamic field offset tests.
3079 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
3080 * gdb.ada/variant/pkg.adb: Add new variables.
3081
3082 2020-04-24 Tom Tromey <tromey@adacore.com>
3083
3084 * gdb.ada/variant.exp: New file
3085 * gdb.ada/variant/pkg.adb: New file
3086 * gdb.ada/variant/pck.adb: New file
3087
3088 2020-04-24 Tom de Vries <tdevries@suse.de>
3089
3090 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
3091
3092 2020-04-24 Tom de Vries <tdevries@suse.de>
3093
3094 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
3095 flags.
3096
3097 2020-04-24 Tom de Vries <tdevries@suse.de>
3098
3099 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
3100
3101 2020-04-24 Tom de Vries <tdevries@suse.de>
3102
3103 * lib/gdb.exp (default_gdb_start): Handle eof.
3104 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
3105 failure.
3106 * gdb.base/readnever.exp: Handle clean_restart failure.
3107
3108 2020-04-23 Tom de Vries <tdevries@suse.de>
3109
3110 * gdb.base/decl-before-def.exp: Run to main and print a again.
3111
3112 2020-04-23 Tom de Vries <tdevries@suse.de>
3113
3114 * gdb.base/decl-before-def-decl.c: New test.
3115 * gdb.base/decl-before-def-def.c: New test.
3116 * gdb.base/decl-before-def.exp: New file.
3117
3118 2020-04-23 Tom de Vries <tdevries@suse.de>
3119
3120 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
3121
3122 2020-04-22 Tom de Vries <tdevries@suse.de>
3123
3124 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
3125 debug_info_offset.
3126 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
3127 before $objsfile in the line line.
3128
3129 2020-04-22 Tom de Vries <tdevries@suse.de>
3130
3131 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
3132
3133 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
3134
3135 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
3136 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
3137 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
3138 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
3139 * gdb.base/jit-protocol.h: Update definitions to match all usage
3140 contexts.
3141
3142 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
3143
3144 * gdb.base: Rename all jit related test and source files.
3145
3146 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
3147
3148 * gdb.base/jit-reader.exp: Relax register output check.
3149
3150 2020-04-22 Tom de Vries <tdevries@suse.de>
3151
3152 PR symtab/25764
3153 * gdb.base/psym-external-decl-2.c: New test.
3154 * gdb.base/psym-external-decl.c: New test.
3155 * gdb.base/psym-external-decl.exp: New file.
3156 * gdb.threads/tls.exp: Add PR25807 kfail.
3157
3158 2020-04-22 Tom de Vries <tdevries@suse.de>
3159
3160 PR symtab/25801
3161 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
3162 in "info source" output.
3163
3164 2020-04-22 Tom de Vries <tdevries@suse.de>
3165
3166 PR symtab/25700
3167 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
3168 symtab for imported_unit.c.
3169
3170 2020-04-21 Gary Benson <gbenson@redhat.com>
3171
3172 * gdb.base/advance.c (func): New argument, to match call site.
3173 (func2, func3): Add return statements.
3174
3175 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3176
3177 * gdb.multi/run-only-second-inf.c: New file.
3178 * gdb.multi/run-only-second-inf.exp: New file.
3179
3180 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
3181
3182 * gdb.btrace/multi-inferior.c: New test.
3183 * gdb.btrace/multi-inferior.exp: New file.
3184
3185 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
3186
3187 * gdb.btrace/enable-new-thread.c: New test.
3188 * gdb.btrace/enable-new-thread.exp: New file.
3189
3190 2020-04-21 Tom de Vries <tdevries@suse.de>
3191
3192 PR gdb/25471
3193 * gdb.threads/killed-outside.c: New test.
3194 * gdb.threads/killed-outside.exp: New file.
3195
3196 2020-04-20 Gary Benson <gbenson@redhat.com>
3197
3198 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
3199 * gdb.base/nested-subp2.exp: Likewise.
3200 * gdb.base/nested-subp3.exp: Likewise.
3201
3202 2020-04-20 Gary Benson <gbenson@redhat.com>
3203
3204 * gdb.base/nested-subp1.exp: Disable test when using clang.
3205 * gdb.base/nested-subp2.exp: Likewise.
3206 * gdb.base/nested-subp3.exp: Likewise.
3207
3208 2020-04-20 Gary Benson <gbenson@redhat.com>
3209
3210 * gdb.cp/exception.cc: Fix compilation error with clang.
3211
3212 2020-04-20 Gary Benson <gbenson@redhat.com>
3213
3214 * gdb.trace/tspeed.c: Fix compilation error with clang.
3215
3216 2020-04-20 Gary Benson <gbenson@redhat.com>
3217
3218 * gdb.base/jit-main.c: Fix compilation error with clang.
3219
3220 2020-04-17 Kamil Rytarowski <n54@gmx.com>
3221
3222 * gdb.base/attach-twice.c: Include "sys/types.h".
3223 (PTRACE_ATTACH): Add fallback definition.
3224 (main): Pass `0' to the 4th argument of `ptrace'.
3225
3226 2020-04-17 Kamil Rytarowski <n54@gmx.com>
3227
3228 * gdb.base/fork-running-state.c: Include "signal.h".
3229
3230 2020-04-17 Tom Tromey <tromey@adacore.com>
3231
3232 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
3233 Update tests.
3234 * gdb.btrace/cpu.exp: Update tests.
3235 * gdb.base/maint.exp: Update tests.
3236 * gdb.base/default.exp: Update tests.
3237 * gdb.base/completion.exp: Update tests.
3238
3239 2020-04-16 Tom de Vries <tdevries@suse.de>
3240
3241 PR symtab/25791
3242 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
3243 (ensure_gdb_index): and factor out and move ...
3244 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
3245 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
3246
3247 2020-04-16 Tom de Vries <tdevries@suse.de>
3248
3249 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
3250 loading exec.
3251
3252 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
3253
3254 * gdb.base/many-completions.exp: New file.
3255
3256 2020-04-14 Tom de Vries <tdevries@suse.de>
3257
3258 PR symtab/25718
3259 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
3260
3261 2020-04-14 Tom de Vries <tdevries@suse.de>
3262
3263 PR symtab/25720
3264 * gdb.base/maint-expand-symbols-header-file.c: New test.
3265 * gdb.base/maint-expand-symbols-header-file.exp: New file.
3266 * gdb.base/maint-expand-symbols-header-file.h: New test.
3267
3268 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
3269
3270 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
3271 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
3272 get_func_info.
3273 (get_func_info): Delete.
3274 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
3275 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
3276 * lib/dwarf.exp (get_func_info): New function.
3277
3278 2020-04-13 Tom de Vries <tdevries@suse.de>
3279
3280 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
3281 to what find_gnatmake does.
3282
3283 2020-04-10 Tom de Vries <tdevries@suse.de>
3284
3285 * gdb.base/style.exp: Expect "Expanding full symbols" message for
3286 -readnow.
3287
3288 2020-04-10 Tom de Vries <tdevries@suse.de>
3289
3290 PR cli/25808
3291 * gdb.base/style.c: Add leading newlines.
3292 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
3293 Check listing of main's one-line body.
3294
3295 2020-04-08 Tom de Vries <tdevries@suse.de>
3296
3297 * lib/gdb.exp (psymtabs_p): New proc.
3298 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
3299 importing unit" unsupported if there are no partial symbols.
3300
3301 2020-04-08 Tom de Vries <tdevries@suse.de>
3302
3303 PR testsuite/25760
3304 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
3305
3306 2020-04-07 Tom de Vries <tdevries@suse.de>
3307
3308 PR symtab/25796
3309 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
3310
3311 2020-04-07 Tom de Vries <tdevries@suse.de>
3312
3313 * gdb.base/check-psymtab.c: New test.
3314 * gdb.base/check-psymtab.exp: New file.
3315
3316 2020-04-06 Tom Tromey <tromey@adacore.com>
3317
3318 * gdb.ada/variant-record/proc.adb: New file.
3319 * gdb.ada/variant-record/value.adb: New file.
3320 * gdb.ada/variant-record/value.s: New file.
3321 * gdb.ada/variant-record.exp: New file.
3322
3323 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
3324
3325 PR gdb/25325
3326 * gdb.cp/typed-enum.cc: New test.
3327 * gdb.cp/typed-enum.exp: New file.
3328
3329 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
3330
3331 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
3332 * gdb.dwarf2/dw2-inline-small-func.c: New file.
3333 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
3334 * gdb.dwarf2/dw2-inline-small-func.h: New file.
3335 * gdb.opt/inline-small-func.c: New file.
3336 * gdb.opt/inline-small-func.exp: New file.
3337 * gdb.opt/inline-small-func.h: New file.
3338
3339 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
3340
3341 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
3342 function.
3343
3344 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
3345
3346 * lib/dwarf.exp (function_range): Allow compiler options to be
3347 specified.
3348
3349 2020-04-02 Tom de Vries <tdevries@suse.de>
3350
3351 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
3352 __attribute__((always_inline)).
3353 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
3354
3355 2020-04-02 Tom de Vries <tdevries@suse.de>
3356
3357 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
3358 (gdbserver_gdb_exit): ... here. Add timeout warning.
3359 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
3360 (connect_target_extended_remote): Append new server_spawn_id to
3361 server_spawn_ids.
3362 (cleanup): New proc.
3363 (setup, <toplevel>): Call cleanup.
3364
3365 2020-04-02 Tom de Vries <tdevries@suse.de>
3366
3367 * gdb.base/main-psymtab.exp: New file.
3368
3369 2020-04-02 Tom de Vries <tdevries@suse.de>
3370
3371 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
3372
3373 2020-04-01 Tom Tromey <tom@tromey.com>
3374
3375 * gdb.base/complex-parts.exp: Add type tests.
3376
3377 2020-04-01 Tom Tromey <tom@tromey.com>
3378
3379 * gdb.base/complex-parts.exp: Add arithmetic tests.
3380
3381 2020-04-01 Tom Tromey <tom@tromey.com>
3382
3383 * gdb.compile/compile.exp: Update.
3384 * gdb.compile/compile-cplus.exp: Update.
3385 * gdb.base/varargs.exp: Update.
3386 * gdb.base/floatn.exp: Update.
3387 * gdb.base/endianity.exp: Update.
3388 * gdb.base/callfuncs.exp (do_function_calls): Update.
3389 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
3390 (complex_float_integral_args): Update.
3391 * gdb.base/complex.exp: Update.
3392 * gdb.base/complex-parts.exp: Update.
3393
3394 2020-04-01 Tom Tromey <tromey@adacore.com>
3395
3396 * gdb.rust/union.rs: New file.
3397 * gdb.rust/union.exp: New file.
3398 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
3399 (main): Update.
3400 * gdb.rust/simple.exp: Move union tests to union.exp.
3401
3402 2020-04-01 Tom Tromey <tromey@adacore.com>
3403
3404 * gdb.rust/simple.rs (main): Remove "y0".
3405
3406 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3407
3408 * gdb.multi/stop-all-on-exit.c: New test.
3409 * gdb.multi/stop-all-on-exit.exp: New file.
3410
3411 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
3412
3413 PR gdb/24789
3414 * gdb.cp/misc.cc: Add integer reference variable.
3415 * gdb.cp/misc.exp: Add test.
3416
3417 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3418
3419 * gdb.server/stop-reply-no-thread.exp: Enhance the test
3420 scenario to cover execution until the end and also the case
3421
3422 2020-03-31 Tom de Vries <tdevries@suse.de>
3423
3424 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
3425 c. Use "maint info symtabs" to check symtab expansion.
3426
3427 2020-03-30 Tom de Vries <tdevries@suse.de>
3428
3429 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
3430 unsupported.
3431 (verify_psymtab_expanded): Move ...
3432 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
3433 test.
3434 (readnow): New proc.
3435
3436 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3437
3438 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
3439 with $hex.
3440
3441 2020-03-20 Tom Tromey <tromey@adacore.com>
3442
3443 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
3444
3445 2020-03-20 Tom Tromey <tromey@adacore.com>
3446
3447 * gdb.ada/sub_variant/subv.adb: New file.
3448 * gdb.ada/sub_variant.exp: New file.
3449
3450 2020-03-20 Tom de Vries <tdevries@suse.de>
3451
3452 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
3453 first break fails.
3454 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
3455
3456 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
3457
3458 * gdb.server/exit-multiple-threads.c: New file.
3459 * gdb.server/exit-multiple-threads.exp: New file.
3460
3461 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
3462
3463 * gdb.fortran/mixed-lang-stack.c: New file.
3464 * gdb.fortran/mixed-lang-stack.cpp: New file.
3465 * gdb.fortran/mixed-lang-stack.exp: New file.
3466 * gdb.fortran/mixed-lang-stack.f90: New file.
3467
3468 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
3469
3470 * gdb.linespec/cp-completion-aliases.cc: New file.
3471 * gdb.linespec/cp-completion-aliases.exp: New file.
3472
3473 2020-03-19 Tom de Vries <tdevries@suse.de>
3474
3475 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
3476 more precise.
3477
3478 2020-03-18 Tom de Vries <tdevries@suse.de>
3479
3480 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
3481 * gdb.dwarf2/break-inline-psymtab.c: New test.
3482 * gdb.dwarf2/break-inline-psymtab.exp: New file.
3483
3484 2020-03-16 Tom de Vries <tdevries@suse.de>
3485
3486 * lib/cache.exp (gdb_do_cache): Add and handle local variables
3487 cache_verify and cache_verify_proc.
3488
3489 2020-03-15 Tom de Vries <tdevries@suse.de>
3490
3491 * gdb.server/solib-list.exp: Handle
3492 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
3493
3494 2020-03-15 Tom de Vries <tdevries@suse.de>
3495
3496 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
3497 objfiles".
3498
3499 2020-03-14 Tom Tromey <tom@tromey.com>
3500
3501 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
3502
3503 2020-03-14 Tom de Vries <tdevries@suse.de>
3504
3505 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
3506
3507 2020-03-14 Tom de Vries <tdevries@suse.de>
3508
3509 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
3510 result in line-by-line fashion.
3511
3512 2020-03-14 Tom de Vries <tdevries@suse.de>
3513
3514 * lib/gdb.exp (supports_statement_frontiers): New proc.
3515 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
3516
3517 2020-03-14 Tom de Vries <tdevries@suse.de>
3518
3519 * gdb.base/printcmds.exp: Add missing quoting for "print
3520 teststring2".
3521
3522 2020-03-13 Tom Tromey <tom@tromey.com>
3523
3524 * gdb.base/printcmds.exp (test_print_strings): Add regression
3525 test.
3526 * gdb.base/printcmds.c (charptr): New typedef.
3527 (teststring2): New global.
3528
3529 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
3530
3531 * gdb.base/break-interp.exp: Use the tail of the filename, not the
3532 full path in the test name.
3533 (test_ld): Add some with_test_prefix blocks to make test names
3534 unique.
3535
3536 2020-03-13 Tom de Vries <tdevries@suse.de>
3537
3538 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
3539
3540 2020-03-13 Tom de Vries <tdevries@suse.de>
3541
3542 * gdb.mi/mi-sym-info.exp: Make matching more precise.
3543
3544 2020-03-13 Tom de Vries <tdevries@suse.de>
3545
3546 PR symtab/25646
3547 * gdb.dwarf2/imported-unit.exp: Add test.
3548
3549 2020-03-13 Tom de Vries <tdevries@suse.de>
3550
3551 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
3552 (var1, var2): New variable.
3553 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
3554 matching symbols.
3555
3556 2020-03-13 Tom de Vries <tdevries@suse.de>
3557
3558 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
3559 (Term::command): Use prompt prefix.
3560 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
3561 * gdb.tui/tui-layout-asm-short-prog.exp: Use
3562 command_no_prompt_prefix instead of prefix.
3563 * gdb.tui/tui-layout-asm.exp: Same.
3564
3565 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
3566
3567 * gdb.base/break-interp.exp: Use foreach_with_prefix.
3568
3569 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
3570
3571 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
3572 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
3573 on" while stepping over the test instruction, match printed
3574 message.
3575
3576 2020-03-12 Tom de Vries <tdevries@suse.de>
3577
3578 * gdb.base/info-types.exp: Use exp_continue during matching of output
3579 of "info types".
3580
3581 2020-03-12 Tom de Vries <tdevries@suse.de>
3582
3583 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
3584
3585 2020-03-12 Tom de Vries <tdevries@suse.de>
3586
3587 * gdb.fortran/module.exp: Use exp_continue during matching of output
3588 of "info variable -n".
3589
3590 2020-03-12 Tom de Vries <tdevries@suse.de>
3591
3592 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
3593 gdb.dwarf2/dw2-ranges-base.c.
3594
3595 2020-03-12 Tom de Vries <tdevries@suse.de>
3596
3597 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
3598 in presence of GLIBC debuginfo.
3599
3600 2020-03-12 Tom de Vries <tdevries@suse.de>
3601
3602 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
3603 $core.
3604
3605 2020-03-12 Tom de Vries <tdevries@suse.de>
3606
3607 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
3608 more precise.
3609
3610 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
3611
3612 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
3613 from Unix to Windows path.
3614
3615 2020-03-11 Tom de Vries <tdevries@suse.de>
3616
3617 * gdb.ada/minsyms.exp: Set language to ada.
3618
3619 2020-03-11 Tom de Vries <tdevries@suse.de>
3620
3621 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
3622
3623 2020-03-11 Tom de Vries <tdevries@suse.de>
3624
3625 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
3626
3627 2020-03-11 Tom Tromey <tromey@adacore.com>
3628
3629 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
3630
3631 2020-03-11 Tom de Vries <tdevries@suse.de>
3632
3633 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
3634
3635 2020-03-11 Tom de Vries <tdevries@suse.de>
3636
3637 * gdb.base/break-interp.exp: Limit verbose scope.
3638
3639 2020-03-11 Tom de Vries <tdevries@suse.de>
3640
3641 * gdb.fortran/logical.f90: Define variable with character type.
3642 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
3643
3644 2020-03-11 Tom de Vries <tdevries@suse.de>
3645
3646 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
3647
3648 2020-03-11 Tom de Vries <tdevries@suse.de>
3649
3650 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
3651 symtabs.
3652
3653 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
3654 Bernd Edlinger <bernd.edlinger@hotmail.de>
3655
3656 * gdb.cp/step-and-next-inline.cc: New file.
3657 * gdb.cp/step-and-next-inline.exp: New file.
3658 * gdb.cp/step-and-next-inline.h: New file.
3659 * gdb.dwarf2/dw2-is-stmt.c: New file.
3660 * gdb.dwarf2/dw2-is-stmt.exp: New file.
3661 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
3662 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
3663 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
3664
3665 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
3666
3667 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
3668 is-stmt flag in the line table.
3669
3670 2020-03-09 Tom de Vries <tdevries@suse.de>
3671
3672 * lib/gdb.exp (cached_file): Create cache dir.
3673
3674 2020-03-07 Tom de Vries <tdevries@suse.de>
3675
3676 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
3677 * gdb.cp/rvalue-ref-params.exp: Same.
3678
3679 2020-03-06 Tom de Vries <tdevries@suse.de>
3680
3681 * lib/gdb.exp (tentative_rename, cached_file): New proc.
3682 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
3683
3684 2020-03-06 Tom de Vries <tdevries@suse.de>
3685
3686 * README: Fix "the the".
3687 * gdb.base/dprintf.exp: Same.
3688
3689 2020-03-05 Tom de Vries <tdevries@suse.de>
3690
3691 * gdb.base/maint.exp: Update "main print statistics" expected output.
3692
3693 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3694
3695 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
3696 (fortran_int8): Likewise.
3697 (fortran_real4): Likewise.
3698 (fortran_real8): Likewise.
3699 (fortran_complex4): Likewise.
3700 (fortran_logical4): Likewise.
3701 (fortran_character1): Likewise.
3702
3703 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
3704
3705 * gdb.fortran/logical.exp: Add tests that any non-zero value is
3706 printed as true.
3707
3708 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
3709
3710 * gdb.base/printcmds.exp: Add test to verify printf of a
3711 variable holding an address.
3712
3713 2020-03-03 Tom de Vries <tdevries@suse.de>
3714
3715 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
3716
3717 2020-03-03 Tom de Vries <tdevries@suse.de>
3718
3719 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
3720 gdb_test_multiple call.
3721
3722 2020-03-03 Tom de Vries <tdevries@suse.de>
3723
3724 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
3725 gdb_test_multiple calls.
3726
3727 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
3728
3729 * gdb.base/default.exp: Remove test of 'set history filename'.
3730 * gdb.base/gdbinit-history.exp: Add tests for setting the history
3731 filename to the empty string.
3732 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
3733 and GDBHISTSIZE.
3734
3735 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
3736
3737 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
3738 disabled.
3739
3740 2020-03-02 Pedro Alves <palves@redhat.com>
3741 Tom de Vries <tdevries@suse.de>
3742
3743 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
3744 -prompt prefix, before user_code argument. Add -lbl option likewise.
3745 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
3746 (gdb_is_target_1): Add -prompt prefix and move to before user_code
3747 argument.
3748 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
3749 have "\r\n" at start-of-line, instead of at end-of-line.
3750
3751 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
3752
3753 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
3754 libinproctrace.so.
3755
3756 2020-02-28 Luis Machado <luis.machado@linaro.org>
3757
3758 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
3759 to "p/x".
3760
3761 2020-02-28 Luis Machado <luis.machado@linaro.org>
3762
3763 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
3764 asm/ptrace.h and error.h.
3765
3766 2020-02-28 Tom de Vries <tdevries@suse.de>
3767
3768 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
3769 (struct wrapper, do_something, mundane/symada__cS): Move ...
3770 * gdb.base/c-linkage-name-2.c: ... here. New source file.
3771 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
3772 Update "print symada__cS before partial symtab expansion" regexp.
3773 Update breakpoint location. Flush symbol cache after expansion.
3774
3775 2020-02-28 Luis Machado <luis.machado@linaro.org>
3776
3777 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
3778
3779 2020-02-27 Tom de Vries <tdevries@suse.de>
3780
3781 * config/sid.exp: Remove unused globals.
3782 * gdb.base/attach.exp: Same.
3783 * gdb.base/catch-load.exp: Same.
3784 * gdb.base/dbx.exp: Same.
3785 * lib/gdb.exp: Same.
3786 * lib/mi-support.exp: Same.
3787 * lib/prompt.exp: Same.
3788
3789 2020-02-27 Tom de Vries <tdevries@suse.de>
3790
3791 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
3792 not set.
3793
3794 2020-02-26 Aaron Merey <amerey@redhat.com>
3795
3796 * gdb.debuginfod: New directory for debuginfod tests.
3797 * gdb.debuginfod/main.c: New test file.
3798 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
3799
3800 2020-02-26 Tom de Vries <tdevries@suse.de>
3801
3802 PR gdb/25603
3803 * gdb.base/persistent-lang.cc: New test.
3804 * gdb.base/persistent-lang.exp: New file.
3805
3806 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3807
3808 * gdb.fortran/derived-type-striding.exp: Add a new test.
3809 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
3810 new test.
3811
3812 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3813
3814 * gdb.base/cached-source-file.exp: Avoid source file paths in test
3815 names.
3816
3817 2020-02-25 Tom de Vries <tdevries@suse.de>
3818
3819 PR go/18926
3820 * gdb.go/methods.exp: Remove gcc/93866 xfail.
3821
3822 2020-02-24 Tom de Vries <tdevries@suse.de>
3823
3824 PR gdb/25592
3825 * gdb.base/info-locals-unused-static-var.c: New test.
3826 * gdb.base/info-locals-unused-static-var.exp: New file.
3827
3828 2020-02-22 Tom Tromey <tom@tromey.com>
3829
3830 * gdb.python/tui-window.exp: New file.
3831 * gdb.python/tui-window.py: New file.
3832
3833 2020-02-22 Tom Tromey <tom@tromey.com>
3834
3835 PR tui/17850:
3836 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
3837 tests.
3838
3839 2020-02-22 Tom Tromey <tom@tromey.com>
3840
3841 * gdb.tui/new-layout.exp: Add sub-layout tests.
3842
3843 2020-02-22 Tom Tromey <tom@tromey.com>
3844
3845 * gdb.tui/new-layout.exp: New file.
3846
3847 2020-02-22 Tom Tromey <tom@tromey.com>
3848
3849 * gdb.rust/rust-style.rs: New file.
3850 * gdb.rust/rust-style.exp: New file.
3851 * gdb.base/style.exp: Test structure printing.
3852 * gdb.base/style.c (struct some_struct): New type.
3853 (enum etype): New type.
3854 (struct_value): New global.
3855
3856 2020-02-21 Tom de Vries <tdevries@suse.de>
3857
3858 PR go/18926
3859 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
3860 Remove blanket xfails. Use message argument for gdb_breakpoint.
3861 Make continuing to breakpoint test conditional on setting breakpoint.
3862 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
3863 DW_AT_name attribute. Add xfail for GCC PR93866.
3864
3865 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
3866
3867 * gdb.dwarf2/cpp-linkage-name.c: New file.
3868 * gdb.dwarf2/cpp-linkage-name.exp: New file.
3869
3870 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
3871
3872 * lib/gdb.exp (gdb_wrapper_init): Reset
3873 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
3874 not exist.
3875
3876 2020-02-20 Tom de Vries <tdevries@suse.de>
3877
3878 PR go/17018
3879 * gdb.go/hello.exp: Copy ...
3880 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
3881 print of st to print value of global definition. Add xfail for GCC
3882 PR93844.
3883 * gdb.go/hello.exp: Remove printing of st before definition.
3884 * gdb.go/hello.go: Copy ...
3885 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
3886 to st.
3887 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
3888
3889 2020-02-20 Tom de Vries <tdevries@suse.de>
3890
3891 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
3892 (gdb_simple_compile): Handle compile_flags go by using .go extension
3893 for source file.
3894 * gdb.go/chan.exp: Use support_go_compile.
3895 * gdb.go/handcall.exp: Same.
3896 * gdb.go/hello.exp: Same.
3897 * gdb.go/integers.exp: Same.
3898 * gdb.go/max-depth.exp: Same.
3899 * gdb.go/methods.exp: Same.
3900 * gdb.go/package.exp: Same.
3901 * gdb.go/strings.exp: Same.
3902 * gdb.go/types.exp: Same.
3903 * gdb.go/unsafe.exp: Same.
3904
3905 2020-02-19 Tom de Vries <tdevries@suse.de>
3906
3907 * gdb.python/lib-types.exp: Make xfail more strict.
3908
3909 2020-02-19 Tom de Vries <tdevries@suse.de>
3910
3911 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
3912
3913 2020-02-19 Doug Evans <dje@google.com>
3914
3915 PR rust/25535
3916 * gdb.rust/simple.exp: Add test.
3917 * gdb.rust/simple.rs: Add test.
3918
3919 2020-02-19 Tom de Vries <tdevries@suse.de>
3920
3921 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
3922 output line-by-line.
3923
3924 2020-02-19 Tom de Vries <tdevries@suse.de>
3925
3926 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
3927
3928 2020-02-19 Tom de Vries <tdevries@suse.de>
3929
3930 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
3931 prelink.
3932
3933 2020-02-19 Tom de Vries <tdevries@suse.de>
3934
3935 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
3936 (gdb_do_cache): Use gdb_do_cache_wrap.
3937 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
3938
3939 2020-02-19 Tom de Vries <tdevries@suse.de>
3940
3941 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
3942 gdb_compile option.
3943
3944 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3945
3946 * gdb.base/printcmds.exp (test_print_enums): Update expected
3947 output.
3948
3949 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3950
3951 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
3952 for "unknown".
3953
3954 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3955
3956 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
3957 enumerator.
3958
3959 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3960
3961 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
3962 FE_, add FE_NONE.
3963 (three): Update.
3964 (enum flag_enum_without_zero): New enum.
3965 (flag_enum_without_zero): New variable.
3966 (enum not_flag_enum): New enum.
3967 (three_not_flag): New variable.
3968 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
3969 (test_print_enums): Add more tests for printing flag enums.
3970
3971 2020-02-18 Tom de Vries <tdevries@suse.de>
3972
3973 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
3974 (gdb_compile_ada): ... here.
3975 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
3976 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
3977
3978 2020-02-14 Tom Tromey <tom@tromey.com>
3979
3980 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
3981 build directory.
3982 * boards/gdbserver-base.exp: Update path to gdbserver.
3983
3984 2020-02-13 Tom de Vries <tdevries@suse.de>
3985
3986 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
3987
3988 2020-02-13 Tom de Vries <tdevries@suse.de>
3989
3990 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
3991 are missing.
3992
3993 2020-02-13 Tom de Vries <tdevries@suse.de>
3994
3995 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
3996 call.
3997
3998 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3999
4000 PR tui/25126
4001 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
4002 * gdb.base/cached-source-file.c: New file.
4003 * gdb.base/cached-source-file.exp: New file.
4004
4005 2020-02-11 Tom de Vries <tdevries@suse.de>
4006
4007 PR testsuite/25488
4008 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
4009
4010 2020-02-10 Tom de Vries <tdevries@suse.de>
4011
4012 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
4013
4014 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
4015
4016 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
4017 and $after_addr are both integers before making a comparison.
4018
4019 2020-02-09 Tom de Vries <tdevries@suse.de>
4020
4021 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
4022 command output and paste it into gdb.log. If any, paste catch message
4023 to gdb.log.
4024
4025 2020-02-07 Tom Tromey <tromey@adacore.com>
4026
4027 PR breakpoints/24915:
4028 * gdb.base/annotate-symlink.exp: Use setup_xfail.
4029
4030 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
4031
4032 * gdb.tui/tui-missing-src.exp: Add the "missing source
4033 file" test for the TUI.
4034
4035 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
4036
4037 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
4038 including a port number in the output.
4039
4040 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
4041
4042 * lib/fortran.exp (fortran_int4): Handle clang.
4043 (fortran_int8): Likewise.
4044 (fortran_real4): Likewise.
4045 (fortran_real8): Likewise.
4046 (fortran_complex4): Likewise.
4047 (fortran_logical4): Likewise.
4048 (fortran_character1): Likewise.
4049
4050 2020-02-04 Tom de Vries <tdevries@suse.de>
4051
4052 * README (Race detection): Add note.
4053
4054 2020-02-04 Tom de Vries <tdevries@suse.de>
4055
4056 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
4057
4058 2020-02-04 Tom de Vries <tdevries@suse.de>
4059
4060 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
4061
4062 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
4063
4064 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
4065 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
4066 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
4067 blttar, bnetarl.
4068 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
4069 binary for blttar, bnetarl.
4070 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
4071 wait instruction. Delete ldmx test.
4072 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
4073
4074 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4075
4076 * gdb.fortran/array-bounds-high.exp: New file.
4077 * gdb.fortran/array-bounds-high.f90: New file.
4078
4079 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
4080
4081 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
4082 Replace #include of <sys/fcntl.h> by <fcntl.h>.
4083
4084 2020-02-01 Tom de Vries <tdevries@suse.de>
4085
4086 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
4087
4088 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
4089
4090 PR tui/9765
4091 * gdb.tui/tui-layout-asm-short-prog.S: New file.
4092 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
4093
4094 2020-01-29 Luis Machado <luis.machado@linaro.org>
4095
4096 * gdb.arch/aarch64-brk-patterns.c: New source file.
4097 * gdb.arch/aarch64-brk-patterns.exp: New test.
4098
4099 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4100
4101 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
4102 GCC/Clang version.
4103 * gdb.cp/pass-by-ref.exp: Ditto.
4104
4105 2020-01-29 Tom de Vries <tdevries@suse.de>
4106
4107 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
4108 * gdb.threads/watchpoint-fork-mt.c: Same.
4109 * gdb.threads/watchpoint-fork-parent.c: Same.
4110 * gdb.threads/watchpoint-fork-st.c: Same.
4111 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
4112
4113 2020-01-27 Luis Machado <luis.machado@linaro.org>
4114
4115 * gdb.base/step-over-syscall.exp (setup): Check if we're already
4116 sitting at a syscall instruction when we hit the syscall function's
4117 breakpoint.
4118 Check PC against one obtained with the x command.
4119 Validate syscall number.
4120 (step_over_syscall): Don't continue to the syscall instruction if
4121 we're already there.
4122
4123 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4124
4125 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
4126
4127 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
4128
4129 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
4130 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
4131
4132 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
4133
4134 * gdb.dwarf2/dw2-inline-stepping.c: New file.
4135 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
4136
4137 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
4138
4139 * gdb.base/maint.exp: Update line table parsing test.
4140 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
4141
4142 2020-01-24 Pedro Alves <palves@redhat.com>
4143
4144 PR gdb/25410
4145 * gdb.multi/multi-re-run-1.c: New.
4146 * gdb.multi/multi-re-run-2.c: New.
4147 * gdb.multi/multi-re-run.exp: New.
4148
4149 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
4150
4151 PR gdb/23718
4152 * gdb.server/server-kill-python.exp: New file.
4153
4154 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
4155
4156 * gdb.server/multi-ui-errors.c: New file.
4157 * gdb.server/multi-ui-errors.exp: New file.
4158
4159 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
4160
4161 PR tui/9765
4162 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
4163
4164 2020-01-19 Tom Tromey <tom@tromey.com>
4165
4166 * gdb.tui/main.exp: Add check for plain "file".
4167
4168 2020-01-16 Christian Biesinger <cbiesinger@google.com>
4169
4170 * lib/gdb.exp: Fix spelling error (seperatelly).
4171
4172 2020-01-14 Tom Tromey <tom@tromey.com>
4173
4174 PR symtab/12535:
4175 * gdb.python/python.exp: Test decode_line with empty string
4176 argument.
4177
4178 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
4179
4180 * gdb.base/skip-inline.exp: Extend test.
4181
4182 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
4183
4184 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
4185 * gdb.dwarf2/dw2-bad-elf.c: New file.
4186 * gdb.dwarf2/dw2-bad-elf.exp: New file.
4187
4188 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
4189
4190 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
4191 _line_saw_file.
4192
4193 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
4194
4195 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
4196 border.
4197
4198 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4199
4200 * gdb.multi/multi-target.exp (setup): Factor out "info
4201 connections" and "info inferiors" tests to ...
4202 (test_info_inferiors): ... this new procedure.
4203 (top level): Run new "info-inferiors" tests.
4204
4205 2020-01-10 Pedro Alves <palves@redhat.com>
4206
4207 * gdb.server/bkpt-other-inferior.exp: New file.
4208
4209 2020-01-10 Pedro Alves <palves@redhat.com>
4210
4211 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
4212 of "add-inferior".
4213 * gdb.base/quit-live.exp: Likewise.
4214 * gdb.base/remote-exec-file.exp: Likewise.
4215 * gdb.guile/scm-progspace.exp: Likewise.
4216 * gdb.linespec/linespec.exp: Likewise.
4217 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4218 * gdb.mi/user-selected-context-sync.exp: Likewise.
4219 * gdb.multi/multi-target.exp (setup): Add "info connection" and
4220 "info inferiors" tests.
4221 * gdb.multi/remove-inferiors.exp: Adjust expected output of
4222 "add-inferior".
4223 * gdb.multi/watchpoint-multi.exp: Likewise.
4224 * gdb.python/py-inferior.exp: Likewise.
4225 * gdb.server/extended-remote-restart.exp: Likewise.
4226 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
4227 "info inferiors".
4228 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
4229 * gdb.trace/report.exp: Likewise.
4230
4231 2020-01-10 Pedro Alves <palves@redhat.com>
4232
4233 * gdb.multi/multi-target.c: New file.
4234 * gdb.multi/multi-target.exp: New file.
4235 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
4236 mode requested, but remote does not support non-stop".
4237
4238 2020-01-10 Pedro Alves <palves@redhat.com>
4239
4240 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
4241 disconnect before reconnecting.
4242
4243 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4244 Pedro Alves <palves@redhat.com>
4245
4246 * gdb.server/connect-without-multi-process.exp: Also test
4247 continuing to end.
4248
4249 2020-01-10 Pedro Alves <palves@redhat.com>
4250
4251 * gdb.base/remote-exec-file.exp: New file.
4252
4253 2020-01-10 Pedro Alves <palves@redhat.com>
4254
4255 * gdb.base/fork-running-state.exp (do_test): Adjust expected
4256 output.
4257 * gdb.threads/async.c: New.
4258 * gdb.threads/async.exp: New.
4259 * gdb.multi/tids-gid-reset.c: New.
4260 * gdb.multi/tids-gid-reset.exp: New.
4261
4262 2020-01-10 George Barrett <bob@bob131.so>
4263
4264 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
4265 to help in finding the image relocation offset.
4266 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
4267 options in arguments.
4268 (stap_test_no_debuginfo): Likewise.
4269 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
4270 test variants.
4271 (stap_test): Add null semaphore relocation test.
4272
4273 2020-01-10 George Barrett <bob@bob131.so>
4274
4275 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
4276 * gdb.base/stap-probe.exp: Likewise.
4277 (stap_test): Pass argument as an additional flag.
4278 (stap_test_no_debuginfo): Likewise.
4279 (stap_test): Check `info probes stap' output for semaphore
4280 addresses if the test binary is supposed to have them.
4281
4282 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4283
4284 * gdb.tui/basic.exp: Add more scrolling tests.
4285
4286 2020-01-09 Tom Tromey <tom@tromey.com>
4287
4288 PR tui/18932:
4289 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
4290 meangingful value.
4291 (Term::command, Term::resize): Update.
4292 * gdb.tui/basic.exp: Add scrolling test.
4293
4294 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4295
4296 * gdb.tui/tui-layout-asm.exp: New file.
4297
4298 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4299
4300 * lib/tuiterm.exp (Term::check_box_contents): New proc.
4301
4302 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4303
4304 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
4305 (Term::enter_tui): Use Term::prepare_for_tui.
4306
4307 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4308
4309 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
4310 called.
4311
4312 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4313
4314 * gdb.base/skip.exp: Fix race condition in test.
4315
4316 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
4317
4318 * gdb.base/backtrace.c: New file.
4319 * gdb.base/backtrace.exp: New file.
4320
4321 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
4322
4323 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
4324
4325 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4326
4327 * gdb.base/style.exp: Test that warnings are styled.
4328
4329 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
4330
4331 * gdb.base/line65535.exp: New file.
4332 * gdb.base/line65535.c: New file.
4333
4334 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
4335
4336 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
4337 * lib/gnat_debug_info_test.adb: New file.
4338 * gdb.ada/ptype_tagged_param.exp: Use
4339 gnat_runtime_has_debug_info, expect a different output if
4340 runtime does not have debug info.
4341
4342 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
4343
4344 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
4345 (another) quote in test name.
4346
4347 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
4348
4349 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
4350 Add quote in test name.
4351
4352 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4353
4354 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
4355 directory instead.
4356 * gdb.cp/pass-by-ref.exp: Extend with more cases.
4357 * gdb.cp/pass-by-ref-2.cc: New file.
4358 * gdb.cp/pass-by-ref-2.exp: New file.
4359
4360 2019-12-20 Tom Tromey <tom@tromey.com>
4361
4362 * gdb.tui/list-before.exp: New file.
4363
4364 2019-12-20 Tom Tromey <tom@tromey.com>
4365
4366 * gdb.tui/list.exp: Check for source on initial listing.
4367
4368 2019-12-11 Tom Tromey <tromey@adacore.com>
4369
4370 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
4371 Add crlf test.
4372
4373 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
4374
4375 * gdb.base/default.exp: Update value of $_gdb_major.
4376
4377 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
4378
4379 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
4380
4381 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
4382
4383 * gdb.base/skip.exp: Whitespace fix.
4384
4385 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
4386
4387 * gdb.base/skip-inline.c: New file.
4388 * gdb.base/skip-inline.exp: New file.
4389
4390 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
4391
4392 * gdb.base/jit-reader.exp (jit_reader_test): Rename
4393 jit_function_00 to jit_function_stack_mangle.
4394 * gdb.base/jithost.c (jit_function_t): Rename to...
4395 (jit_function_stack_mangle_t): ... this.
4396 (jit_function_add_t): New typedef.
4397 (jit_function_00_code): Rename to...
4398 (jit_function_stack_mangle_code): ... this, make static.
4399 (jit_function_add_code): New.
4400 (main): Generate "add" function and call it. Adjust to changes
4401 in jithost_abi.
4402 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
4403 (struct jithost_abi) <begin, end>: Remove fields.
4404 <object, function_stack_mangle, function_add>: New fields.
4405 * gdb.base/jitreader.c (struct reader_state) <code_begin,
4406 code_end>: Remove fields.
4407 <func_stack_mangle>: New field.
4408 (read_debug_info): Adjust to renaming, create block for "add"
4409 function.
4410 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
4411
4412 2019-12-11 Tom Tromey <tom@tromey.com>
4413
4414 * gdb.tui/resize.exp: Fix regexp.
4415 * gdb.tui/regs.exp: Fix regexps.
4416 * gdb.tui/main.exp: Fix regexp.
4417
4418 2019-12-11 Tom Tromey <tom@tromey.com>
4419
4420 * gdb.tui/resize.exp: Update.
4421 * gdb.tui/empty.exp (layouts): Update.
4422
4423 2019-12-11 Tom Tromey <tom@tromey.com>
4424
4425 * gdb.tui/regs.exp: Update.
4426 * gdb.tui/empty.exp (layouts): Update.
4427 * gdb.tui/basic.exp: Update.
4428 * lib/tuiterm.exp (_check_box): Don't check bottom border.
4429
4430 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4431
4432 * gdb.base/options.exp: Add -raw-values in the print completion list.
4433 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
4434
4435 2019-12-10 Kevin Buettner <kevinb@redhat.com>
4436
4437 * gdb.threads/omp-par-scope.c: New file.
4438 * gdb/threads/omp-par-scope.exp: New file.
4439
4440 2019-12-10 Kevin Buettner <kevinb@redhat.com>
4441
4442 * lib/gdb.exp (support_nested_function_tests): New proc.
4443
4444 2019-12-10 Kevin Buettner <kevinb@redhat.com>
4445
4446 * lib/gdb.exp (gdb_compile_openmp): New proc.
4447 (build_executable_from_specs): Add an "openmp" option.
4448 (gdb_compile_pthreads): Add non-executable case.
4449
4450 2019-12-10 Tom Tromey <tromey@adacore.com>
4451
4452 * gdb.ada/unchecked_union.exp: New file.
4453 * gdb.ada/unchecked_union/pck.adb: New file.
4454 * gdb.ada/unchecked_union/pck.ads: New file.
4455 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
4456 * gdb-utils.exp (string_to_regexp): Also quote "?".
4457
4458 2019-12-10 George Barrett <bob@bob131.so>
4459
4460 Test scripted probe breakpoints.
4461 * gdb.guile/scm-breakpoint.c (main): Add probe point.
4462 * gdb.python/py-breakpoint.c (main): Likewise.
4463 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
4464 specifier test.
4465 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
4466
4467 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4468
4469 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
4470 an rvalue parameter.
4471 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
4472 parameter.
4473
4474 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
4475
4476 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
4477 modules.
4478
4479 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
4480
4481 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
4482 broken version of GCC.
4483
4484 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
4485
4486 * gdb.fortran/info-modules.exp: Rewrite to make use of new
4487 sym-info-cmds library.
4488 * gdb.fortran/info-types.exp: Likewise.
4489 * lib/sym-info-cmds.exp: New file.
4490
4491 2019-12-08 Tom de Vries <tdevries@suse.de>
4492
4493 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
4494
4495 2019-12-07 Keith Seitz <keiths@redhat.com>
4496
4497 * gdb.base/corefile-buildid-shlib-shr.c: New file.
4498 * gdb.base/corefile-buildid-shlib.c: New file.
4499 * gdb.base/corefile-buildid.c: New file.
4500 * gdb.base/corefile-buildid.exp: New file.
4501
4502 2019-12-06 Tom de Vries <tdevries@suse.de>
4503
4504 * gdb.dwarf2/varval.exp: Add decl before def test.
4505
4506 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4507
4508 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
4509
4510 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4511
4512 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
4513 CV and reference conversion for overload resolution.
4514 * gdb.cp/rvalue-ref-overload.exp: Test it.
4515
4516 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4517
4518 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
4519 * gdb.base/frameapply.exp: Test faas without command.
4520
4521 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
4522
4523 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
4524 Fortran tests.
4525 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
4526 order.
4527
4528 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
4529
4530 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
4531 casting to type with no kind specified.
4532 (test_basic_parsing_of_type_kinds): Additional tests for types
4533 with no kind specified, and add tests for single/double
4534 precision/complex types.
4535
4536 2019-12-04 Tom Tromey <tromey@adacore.com>
4537
4538 * gdb.base/endianity.c (struct other) <x>: New field.
4539 (main): Initialize it.
4540 * gdb.base/endianity.exp: Update.
4541
4542 2019-12-04 Tom Tromey <tromey@adacore.com>
4543
4544 * gdb.ada/scalar_storage/storage.adb: New file.
4545 * gdb.ada/scalar_storage/pck.adb: New file.
4546 * gdb.ada/scalar_storage/pck.ads: New file.
4547 * gdb.ada/scalar_storage.exp: New file.
4548
4549 2019-12-04 Tom Tromey <tromey@adacore.com>
4550
4551 * gdb.base/endianity.c (struct otherendian) <f>: New field.
4552 (main): Initialize it.
4553 * gdb.base/endianity.exp: Update.
4554
4555 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
4556
4557 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
4558
4559 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
4560
4561 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
4562 -symbol-info-module-functions and -symbol-info-module-variables.
4563
4564 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
4565
4566 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
4567
4568 2019-12-01 Richard Bunt <richard.bunt@arm.com>
4569 Andrew Burgess <andrew.burgess@embecosm.com>
4570
4571 * gdb.fortran/derived-type-striding.exp: New file.
4572 * gdb.fortran/derived-type-striding.f90: New file.
4573 * gdb.fortran/array-slices.exp: New file.
4574 * gdb.fortran/array-slices.f90: New file.
4575
4576 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4577
4578 * gdb.base/define.exp: Test . in command names.
4579 * gdb.base/setshow.exp: Update test, as . is now part of
4580 command name.
4581
4582 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4583
4584 * gdb.base/define-prefix.exp: New file.
4585
4586 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
4587
4588 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
4589 compile.
4590 (skip_btrace_pt_tests): Likewise.
4591
4592 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
4593
4594 * gdb.fortran/info-modules.exp: Compile source files in correct
4595 order.
4596
4597 2019-11-27 Kevin Buettner <kevinb@redhat.com>
4598
4599 * gdb.dwarf2/imported-unit.exp: New file.
4600 * gdb.dwarf2/imported-unit.c: New file.
4601
4602 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
4603
4604 * gdb.mi/mi-fortran-modules-2.f90: New file.
4605 * gdb.mi/mi-fortran-modules.exp: New file.
4606 * gdb.mi/mi-fortran-modules.f90: New file.
4607
4608 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
4609
4610 * gdb.mi/mi-sym-info-1.c: New file.
4611 * gdb.mi/mi-sym-info-2.c: New file.
4612 * gdb.mi/mi-sym-info.exp: New file.
4613
4614 2019-11-22 Tom Tromey <tromey@adacore.com>
4615
4616 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
4617 * gdb.ada/tasks/foo.adb: Add another stopping location.
4618
4619 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
4620
4621 * gdb.base/endianity.c: New test.
4622 * gdb.base/endianity.exp: New file.
4623
4624 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
4625
4626 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
4627
4628 2019-11-21 Tom de Vries <tdevries@suse.de>
4629
4630 PR gdb/24956
4631 * gdb.base/ui-redirect.exp: Test output of user-defined command.
4632
4633 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
4634
4635 * gdb.python/py-progspace.exp: Add missing parentheses on some
4636 'print' commands.
4637
4638 2019-11-19 Tom Tromey <tom@tromey.com>
4639
4640 * gdb.tui/winheight.exp: New file.
4641
4642 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
4643
4644 * gdb.base/ctf-whatis.c: Delete.
4645 * gdb.base/ctf-whatis.exp: Delete.
4646 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
4647
4648 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
4649
4650 * gdb.base/ctf-cvexpr.exp: Delete.
4651 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
4652
4653 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
4654
4655 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
4656 the compiler. Clean up header comment a little.
4657 * gdb.base/ctf-ptype.exp: Likewise.
4658 * gdb.base/ctf-whatis.exp: Likewise.
4659 * lib/gdb.exp (skip_ctf_tests): New proc.
4660
4661 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
4662
4663 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
4664 * gdb.tui/corefile-run.exp: New file.
4665
4666 2019-11-14 Tom Tromey <tromey@adacore.com>
4667
4668 * gdb.base/gdbvars.exp (test_convenience_variables): Add
4669 regression tests.
4670
4671 2019-11-12 Tom Tromey <tom@tromey.com>
4672
4673 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
4674 after any command. Expect prompt after WAIT_FOR is seen.
4675 (enter_tui): Enable resize messages.
4676 (command): Expect command in output.
4677 (get_line): Avoid error when cursor appears to be off-screen.
4678 (dump_screen): Include screen size in title.
4679 (_do_resize): New proc, from "resize".
4680 (resize): Rewrite. Do resize in two steps.
4681 * gdb.tui/empty.exp (layouts): Fix entries.
4682 (check_boxes): Remove xfail.
4683 (check_text): Dump screen on failure.
4684
4685 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
4686
4687 * gdb.python/py-symbol.exp: Add test for
4688 gdb.lookup_static_symbols.
4689
4690 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
4691
4692 * gdb.python/py-symbol.c: Declare and call function from new
4693 py-symbol-2.c file.
4694 * gdb.python/py-symbol.exp: Compile both source files, and add new
4695 tests for gdb.lookup_static_symbol.
4696 * gdb.python/py-symbol-2.c: New file.
4697
4698 2019-11-02 Tom de Vries <tdevries@suse.de>
4699
4700 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
4701 * gdb.base/anon.exp: Same.
4702 * gdb.base/auto-connect-native-target.exp: Same.
4703 * gdb.base/call-ar-st.exp: Same.
4704 * gdb.base/catch-syscall.exp: Same.
4705 * gdb.base/commands.exp: Same.
4706 * gdb.base/default.exp: Same.
4707 * gdb.base/display.exp: Same.
4708 * gdb.base/float.exp: Same.
4709 * gdb.base/foll-fork.exp: Same.
4710 * gdb.base/help.exp: Same.
4711 * gdb.base/info-macros.exp: Same.
4712 * gdb.base/info-proc.exp: Same.
4713 * gdb.base/info-target.exp: Same.
4714 * gdb.base/long_long.exp: Same.
4715 * gdb.base/macscp.exp: Same.
4716 * gdb.base/memattr.exp: Same.
4717 * gdb.base/nofield.exp: Same.
4718 * gdb.base/pointers.exp: Same.
4719 * gdb.base/printcmds.exp: Same.
4720 * gdb.base/ptype.exp: Same.
4721 * gdb.base/restore.exp: Same.
4722 * gdb.base/return.exp: Same.
4723 * gdb.base/scope.exp: Same.
4724 * gdb.base/set-noassign.exp: Same.
4725 * gdb.base/setshow.exp: Same.
4726 * gdb.base/shlib-call.exp: Same.
4727 * gdb.base/signals.exp: Same.
4728 * gdb.base/sigstep.exp: Same.
4729 * gdb.base/skip.exp: Same.
4730 * gdb.base/solib-symbol.exp: Same.
4731 * gdb.base/stap-probe.exp: Same.
4732 * gdb.base/step-line.exp: Same.
4733 * gdb.base/step-test.exp: Same.
4734 * gdb.base/style.exp: Same.
4735 * gdb.base/varargs.exp: Same.
4736 * gdb.base/vla-datatypes.exp: Same.
4737 * gdb.base/vla-ptr.exp: Same.
4738 * gdb.base/vla-sideeffect.exp: Same.
4739 * gdb.base/volatile.exp: Same.
4740 * gdb.base/watch-cond-infcall.exp: Same.
4741 * gdb.base/watchpoint.exp: Same.
4742
4743 2019-11-02 Tom de Vries <tdevries@suse.de>
4744
4745 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
4746 * gdb.cp/cpexprs.exp: Same.
4747 * gdb.cp/except-multi-location.exp: Same.
4748 * gdb.cp/exceptprint.exp: Same.
4749 * gdb.cp/gdb2384.exp: Same.
4750 * gdb.cp/inherit.exp: Same.
4751 * gdb.cp/m-static.exp: Same.
4752 * gdb.cp/meth-typedefs.exp: Same.
4753 * gdb.cp/misc.exp: Same.
4754 * gdb.cp/namespace.exp: Same.
4755 * gdb.cp/non-trivial-retval.exp: Same.
4756 * gdb.cp/overload.exp: Same.
4757 * gdb.cp/pr17132.exp: Same.
4758 * gdb.cp/re-set-overloaded.exp: Same.
4759 * gdb.cp/rvalue-ref-types.exp: Same.
4760 * gdb.cp/templates.exp: Same.
4761
4762 2019-11-01 Luis Machado <luis.machado@linaro.org>
4763
4764 PR gdb/25124
4765
4766 * gdb.arch/pr25124.S: New file.
4767 * gdb.arch/pr25124.exp: New file.
4768
4769 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4770
4771 * gdb.fortran/info-modules.exp: Update expected results, and add
4772 additional tests for 'info module functinos', and 'info module
4773 variables'.
4774 * gdb.fortran/info-types.exp: Update expected results.
4775 * gdb.fortran/info-types.f90: Extend testcase with additional
4776 module variables and functions.
4777
4778 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4779
4780 * gdb.fortran/info-modules.exp: New file.
4781 * gdb.fortran/info-types.exp: Build with new file.
4782 * gdb.fortran/info-types.f90: Include and use new module.
4783 * gdb.fortran/info-types-2.f90: New file.
4784
4785 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4786
4787 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
4788 * gdb.base/settings.exp: Test all settings types using
4789 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
4790 that now verifies that the value of "maint show" is the same as
4791 returned by the settings functions. Test the type of the
4792 maintenance settings.
4793 * gdb.base/default.exp: Update show_conv_list.
4794
4795 2019-10-31 Tom de Vries <tdevries@suse.de>
4796
4797 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
4798 gdb_test.
4799 * gdb.arch/amd64-disp-step.exp: Same.
4800 * gdb.asm/asm-source.exp: Same.
4801 * gdb.btrace/buffer-size.exp: Same.
4802 * gdb.btrace/cpu.exp: Same.
4803 * gdb.btrace/enable.exp: Same.
4804 * gdb.dwarf2/count.exp: Same.
4805 * gdb.dwarf2/dw2-ranges-func.exp: Same.
4806 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
4807 * gdb.fortran/vla-datatypes.exp: Same.
4808 * gdb.fortran/vla-history.exp: Same.
4809 * gdb.fortran/vla-ptype.exp: Same.
4810 * gdb.fortran/vla-value.exp: Same.
4811 * gdb.fortran/whatis_type.exp: Same.
4812 * gdb.guile/guile.exp: Same.
4813 * gdb.multi/tids.exp: Same.
4814 * gdb.python/py-finish-breakpoint.exp: Same.
4815 * gdb.python/py-framefilter.exp: Same.
4816 * gdb.python/py-pp-registration.exp: Same.
4817 * gdb.python/py-xmethods.exp: Same.
4818 * gdb.python/python.exp: Same.
4819 * gdb.server/connect-with-no-symbol-file.exp: Same.
4820 * gdb.server/no-thread-db.exp: Same.
4821 * gdb.server/run-without-local-binary.exp: Same.
4822 * gdb.stabs/weird.exp: Same.
4823 * gdb.threads/attach-many-short-lived-threads.exp: Same.
4824 * gdb.threads/thread-find.exp: Same.
4825 * gdb.threads/tls-shared.exp: Same.
4826 * gdb.threads/tls.exp: Same.
4827 * gdb.threads/wp-replication.exp: Same.
4828 * gdb.trace/ax.exp: Same.
4829 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
4830
4831 2019-10-31 Tom de Vries <tdevries@suse.de>
4832
4833 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
4834 * gdb.ada/array_subscript_addr.exp: Same.
4835 * gdb.ada/arrayidx.exp: Same.
4836 * gdb.ada/arrayparam.exp: Same.
4837 * gdb.ada/arrayptr.exp: Same.
4838 * gdb.ada/boolean_expr.exp: Same.
4839 * gdb.ada/call_pn.exp: Same.
4840 * gdb.ada/complete.exp: Same.
4841 * gdb.ada/fixed_cmp.exp: Same.
4842 * gdb.ada/fun_addr.exp: Same.
4843 * gdb.ada/funcall_param.exp: Same.
4844 * gdb.ada/interface.exp: Same.
4845 * gdb.ada/mod_from_name.exp: Same.
4846 * gdb.ada/null_array.exp: Same.
4847 * gdb.ada/packed_array.exp: Same.
4848 * gdb.ada/packed_tagged.exp: Same.
4849 * gdb.ada/print_chars.exp: Same.
4850 * gdb.ada/print_pc.exp: Same.
4851 * gdb.ada/ptype_arith_binop.exp: Same.
4852 * gdb.ada/ptype_field.exp: Same.
4853 * gdb.ada/ptype_tagged_param.exp: Same.
4854 * gdb.ada/rec_return.exp: Same.
4855 * gdb.ada/ref_tick_size.exp: Same.
4856 * gdb.ada/str_ref_cmp.exp: Same.
4857 * gdb.ada/taft_type.exp: Same.
4858 * gdb.ada/tagged.exp: Same.
4859 * gdb.ada/type_coercion.exp: Same.
4860 * gdb.ada/uninitialized_vars.exp: Same.
4861
4862 2019-10-30 Tom de Vries <tdevries@suse.de>
4863
4864 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
4865
4866 2019-10-26 Tom de Vries <tdevries@suse.de>
4867
4868 * gdb.base/bigcore.c: Fix typos in comments.
4869 * gdb.base/ctf-ptype.c: Same.
4870 * gdb.base/long_long.c: Same.
4871 * gdb.dwarf2/dw2-op-out-param.S: Same.
4872 * gdb.python/py-evthreads.c: Same.
4873 * gdb.reverse/i387-stack-reverse.c: Same.
4874 * gdb.trace/tfile.c: Same.
4875 * lib/compiler.c: Same.
4876 * lib/compiler.cc: Same.
4877
4878 2019-10-25 Tom de Vries <tdevries@suse.de>
4879
4880 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
4881 gdb_test_multiple calls.
4882 * gdb.reverse/sigall-reverse.exp: Same.
4883 * gdb.reverse/solib-precsave.exp: Same.
4884 * gdb.reverse/solib-reverse.exp: Same.
4885 * gdb.reverse/until-precsave.exp: Same.
4886 * gdb.reverse/until-reverse.exp: Same.
4887
4888 2019-10-24 Tom de Vries <tdevries@suse.de>
4889
4890 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
4891 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
4892 kfail using -wrap pattern flag and convenience variable
4893 gdb_test_name.
4894
4895 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
4896
4897 * gdb.python/py-progspace.exp: Add tests for the
4898 Progspace.block_for_pc method.
4899
4900 2019-10-23 Tom Tromey <tom@tromey.com>
4901
4902 * configure: Rebuild.
4903 * aclocal.m4: Use m4_include, not sinclude.
4904
4905 2019-10-21 Tom de Vries <tdevries@suse.de>
4906
4907 * gdb.base/infcall-nested-structs.c: Add
4908 __attribute__((noinline,noclone)) to all functions.
4909 (call_all): Add missing variable initialization. Simplify return value.
4910 (breakpt): Increment volatile variable, to prevent call from being
4911 optimized out.
4912 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
4913
4914 2019-10-17 Tom de Vries <tdevries@suse.de>
4915
4916 * gdb.fortran/module.exp: Allow info variables to print info for files
4917 other than module.f90.
4918
4919 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4920
4921 * gdb.fortran/module.exp: Extend with 'info variables' test.
4922
4923 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4924
4925 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
4926 F77_FOR_TARGET.
4927
4928 2019-10-16 Tom de Vries <tdevries@suse.de>
4929
4930 PR tdep/25096
4931 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
4932
4933 2019-10-16 Tom de Vries <tdevries@suse.de>
4934
4935 PR tdep/24104
4936 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
4937 Add KFAIL for PR tdep/25096.
4938
4939 2019-10-16 Tom de Vries <tdevries@suse.de>
4940
4941 PR testsuite/25059
4942 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
4943
4944 2019-10-16 Tom de Vries <tdevries@suse.de>
4945
4946 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
4947 as signed.
4948
4949 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4950
4951 * gdb.mi/list-thread-groups-available.exp: Read entries one by
4952 one instead of increasing timeout.
4953
4954 2019-10-13 Tom de Vries <tdevries@suse.de>
4955
4956 PR record/25038
4957 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
4958 * gdb.reverse/sigall-reverse.exp: Same.
4959 * gdb.reverse/solib-precsave.exp: Same.
4960 * gdb.reverse/solib-reverse.exp: Same.
4961 * gdb.reverse/step-precsave.exp: Same.
4962 * gdb.reverse/until-precsave.exp: Same.
4963 * gdb.reverse/until-reverse.exp: Same.
4964 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
4965
4966 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
4967
4968 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
4969 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
4970 (cmp_struct_05_01, cmp_struct_static_02_01)
4971 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
4972 comparisons.
4973
4974 2019-10-10 Tom de Vries <tdevries@suse.de>
4975
4976 PR testsuite/24888
4977 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
4978 gnatlink.
4979
4980 2019-10-09 Tom de Vries <tdevries@suse.de>
4981
4982 PR testsuite/25048
4983 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
4984
4985 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4986
4987 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
4988 exceptions due to missing debug information.
4989
4990 2019-10-07 Tom de Vries <tdevries@suse.de>
4991
4992 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
4993
4994 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4995
4996 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
4997 * gdb.base/annota1.exp: Update to use gdb_test_name.
4998
4999 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
5000
5001 * gdb.base/ctf-whatis.exp: New file.
5002 * gdb.base/ctf-whatis.c: New file.
5003 * gdb.base/ctf-ptype.exp: New file.
5004 * gdb.base/ctf-ptype.c: New file.
5005 * gdb.base/ctf-constvars.exp: New file.
5006 * gdb.base/ctf-constvars.c: New file.
5007 * gdb.base/ctf-cvexpr.exp: New file.
5008
5009 2019-10-04 Tom de Vries <tdevries@suse.de>
5010
5011 * gdb.cp/local-static.c (main): Move declaration of int i out of the
5012 for loop.
5013
5014 2019-10-03 Tom Tromey <tom@tromey.com>
5015
5016 PR rust/24976:
5017 * gdb.rust/simple.rs (Union2): New type.
5018 (main): Use Union2.
5019 * gdb.rust/simple.exp: Add test.
5020
5021 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5022
5023 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
5024 nested function prefix.
5025
5026 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
5027 Richard Bunt <richard.bunt@arm.com>
5028 Andrew Burgess <andrew.burgess@embecosm.com>
5029
5030 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
5031 nested functions.
5032 * gdb.fortran/nested-funcs.f90: Update expected results.
5033 * gdb.fortran/nested-funcs-2.exp: New file.
5034 * gdb.fortran/nested-funcs-2.f90: New file.
5035
5036 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5037
5038 * gdb.python/py-parameter.exp: Make test names unique.
5039 * gdb.python/py-template.exp: Likewise.
5040 * gdb.python/py-value.exp: Likewise.
5041
5042 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5043
5044 * gdb.base/break-interp.exp: Reduce test name duplication.
5045 * gdb.base/call-sc.exp: Likewise.
5046 * gdb.base/callfuncs.exp: Likewise.
5047 * gdb.base/charset.exp: Likewise.
5048 * gdb.base/dump.exp: Likewise.
5049 * gdb.base/ena-dis-br.exp: Likewise.
5050 * gdb.base/relational.exp: Likewise.
5051 * gdb.base/step-over-syscall.exp: Likewise.
5052 * gdb.base/structs.exp: Likewise.
5053
5054 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5055
5056 * gdb.linespec/explicit.exp: Make test names unique.
5057 * gdb.linespec/ls-errs.exp: Likewise.
5058
5059 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5060
5061 * gdb.reverse/break-precsave.exp: Make test names unique.
5062 * gdb.reverse/break-reverse.exp: Likewise.
5063 * gdb.reverse/finish-precsave.exp: Likewise.
5064 * gdb.reverse/finish-reverse.exp: Likewise.
5065 * gdb.reverse/machinestate-precsave.exp: Likewise.
5066 * gdb.reverse/machinestate.exp: Likewise.
5067 * gdb.reverse/readv-reverse.exp: Likewise.
5068 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5069 * gdb.reverse/sigall-precsave.exp: Likewise.
5070 * gdb.reverse/sigall-reverse.exp: Likewise.
5071 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
5072 * gdb.reverse/watch-precsave.exp: Likewise.
5073 * gdb.reverse/watch-reverse.exp: Likewise.
5074
5075 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5076
5077 * gdb.threads/stop-with-handle.c: New file.
5078 * gdb.threads/stop-with-handle.exp: New file.
5079
5080 2019-10-03 Tom de Vries <tdevries@suse.de>
5081
5082 PR testsuite/25059
5083 * gdb.base/list-missing-source.exp: Allowing the "Compilation
5084 directory" line to be missing.
5085
5086 2019-10-03 Tom de Vries <tdevries@suse.de>
5087
5088 PR testsuite/25059
5089 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
5090 type optional.
5091
5092 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
5093
5094 * gdb.python/py-format-string.c (string.h): New include.
5095 (main): Fill a_struct_with_union.the_union.an_int with bytes of
5096 the same value, for endianness-independence.
5097 * gdb.python/py-format-string.exp (default_regexp_dict)
5098 (test_pretty_structs, test_format): Adjust expected output to the
5099 changed initialization.
5100
5101 2019-10-02 Tom Tromey <tromey@adacore.com>
5102
5103 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
5104
5105 2019-10-02 Pedro Alves <palves@redhat.com>
5106 Andrew Burgess <andrew.burgess@embecosm.com>
5107
5108 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
5109 "print-file-var.h".
5110 (this_version_id) Use ATTRIBUTE_VISIBILITY.
5111 (get_version_1): Print this_version_id and its address.
5112 Add extern "C" wrappers around interface functions.
5113 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
5114 "print-file-var.h".
5115 (this_version_id) Use ATTRIBUTE_VISIBILITY.
5116 (get_version_2): Print this_version_id and its address.
5117 Add extern "C" wrappers around interface functions.
5118 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
5119 <stddef.h> and "print-file-var.h".
5120 Add extern "C" wrappers around interface functions.
5121 [VERSION_ID_MAIN] (this_version_id): Define.
5122 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
5123 * gdb.base/print-file-var.h: Add some #defines to simplify setting
5124 up extern "C" blocks.
5125 * gdb.base/print-file-var.exp (test): New, factored out from top
5126 level.
5127 (top level): Test all combinations of attribute hidden or not,
5128 dlopen or not, and this_version_id symbol in main file or not.
5129 Compile tests as both C++ and C, make test names unique.
5130
5131 2019-10-01 Tom Tromey <tom@tromey.com>
5132
5133 * gdb.base/style.exp: Test "show logging filename".
5134
5135 2019-10-01 Tom Tromey <tom@tromey.com>
5136
5137 * lib/gdb-utils.exp (style): Handle "metadata" argument.
5138 * gdb.base/style.exp: Add metadata style test.
5139
5140 2019-10-01 Tom Tromey <tom@tromey.com>
5141
5142 * gdb.base/style.exp: Test "pwd".
5143
5144 2019-10-01 Tom Tromey <tom@tromey.com>
5145
5146 * gdb.base/style.exp: Update tests.
5147
5148 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
5149
5150 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
5151 'six' to unsigned.
5152 (s1): Initialize fields 'four' and 'six' instead of 'three' and
5153 'five'. Use an all-ones bit pattern for each.
5154 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
5155 to its changed values.
5156
5157 2019-09-30 Tom Tromey <tromey@adacore.com>
5158
5159 * gdb.rust/traits.rs: Disable all warnings.
5160
5161 2019-09-29 Tom de Vries <tdevries@suse.de>
5162
5163 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
5164
5165 2019-09-29 Tom de Vries <tdevries@suse.de>
5166
5167 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
5168
5169 2019-09-27 Tom de Vries <tdevries@suse.de>
5170
5171 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
5172
5173 2019-09-27 Tom de Vries <tdevries@suse.de>
5174
5175 PR record/23188
5176 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
5177
5178 2019-09-26 Tom Tromey <tromey@adacore.com>
5179
5180 * gdb.ada/py_taft.exp: New file.
5181 * gdb.ada/py_taft/main.adb: New file.
5182 * gdb.ada/py_taft/pkg.adb: New file.
5183 * gdb.ada/py_taft/pkg.ads: New file.
5184
5185 2019-09-24 Tom de Vries <tdevries@suse.de>
5186
5187 PR gdb/24598
5188 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
5189
5190 2019-09-22 Tom de Vries <tdevries@suse.de>
5191
5192 * gdb.base/restore.exp: Allow register variables to be optimized out at
5193 -O0.
5194
5195 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
5196
5197 * gdb.arch/spu-info.exp: Remove file.
5198 * gdb.arch/spu-info.c: Remove file.
5199 * gdb.arch/spu-ls.exp: Remove file.
5200 * gdb.arch/spu-ls.c: Remove file.
5201
5202 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
5203 * gdb.asm/spu.inc: Remove file.
5204
5205 * gdb.base/dump.exp: Remove support for spu*-*-*.
5206 * gdb.base/stack-checking.exp: Likewise.
5207 * gdb.base/overlays.exp: Likewise.
5208 * gdb.base/ovlymgr.c: Likewise.
5209 * gdb.base/spu.ld: Remove file.
5210
5211 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
5212 * gdb.cp/cpexprs.exp: Likewise.
5213 * gdb.cp/exception.exp: Likewise.
5214 * gdb.cp/gdb2495.exp: Likewise.
5215 * gdb.cp/mb-templates.exp: Likewise.
5216 * gdb.cp/pr9167.exp: Likewise.
5217 * gdb.cp/userdef.exp: Likewise.
5218
5219 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
5220
5221 * gdb.cell: Remove directory.
5222 * lib/cell.exp: Remove file.
5223
5224 2019-09-19 Tom de Vries <tdevries@suse.de>
5225
5226 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
5227
5228 2019-09-19 Tom de Vries <tdevries@suse.de>
5229
5230 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
5231
5232 2019-09-19 Tom de Vries <tdevries@suse.de>
5233
5234 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
5235 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
5236 (gdb_target_cmd): ... here.
5237 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
5238 value 2.
5239
5240 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
5241
5242 * gdb.base/source-dir.exp: Avoid having directory names in test
5243 names.
5244
5245 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
5246
5247 * gdb.base/source-dir.exp: Add extra test for mapped compilation
5248 directory.
5249
5250 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
5251
5252 * gdb.base/list-missing-source.exp: New file.
5253
5254 2019-09-14 Tom de Vries <tdevries@suse.de>
5255
5256 PR teststuite/24599
5257 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
5258 * lib/ada.exp (gnatmake_version_at_least): New proc.
5259
5260 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
5261
5262 * gdb.base/maint.exp: Use exec_has_index_section.
5263
5264 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
5265
5266 * gdb.base/maint.exp: Add test for 'maint info sections'.
5267
5268 2019-09-12 Tom de Vries <tdevries@suse.de>
5269
5270 * gdb.base/store.exp: Allow register variables to be optimized out at
5271 -O0.
5272
5273 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5274
5275 * gdb.ada/rdv_wait.exp: Update to new task names.
5276 * gdb.base/task_switch_in_core.exp: Likewise.
5277 * gdb.base/info_sources_base.c: Likewise.
5278
5279 2019-09-10 Tom Tromey <tromey@adacore.com>
5280
5281 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
5282
5283 2019-09-10 Tom Tromey <tromey@adacore.com>
5284
5285 * gdb.ada/dgopt.exp: New file.
5286 * gdb.ada/dgopt/x.adb: New file.
5287
5288 2019-09-08 Tom Tromey <tom@tromey.com>
5289
5290 * gdb.tui/resize.exp: Remove setup_xfail.
5291 * gdb.tui/regs.exp: Remove setup_xfail.
5292 * gdb.tui/basic.exp: Remove setup_xfail.
5293
5294 2019-09-06 David Blaikie <dblaikie@gmail.com>
5295
5296 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
5297 * gdb.cp/cplabel.exp: Ditto.
5298 * gdb.linespec/ls-errs.exp: Ditto.
5299
5300 2019-09-05 Tom de Vries <tdevries@suse.de>
5301
5302 * lib/gdb.exp (cmp_file_string): New proc.
5303 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
5304 runto_main. Verify save breakpoints output.
5305
5306 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5307
5308 * gdb.base/info-var.exp: Test info variables without running
5309 to main, to avoid expect's buffer overflow.
5310
5311 2019-09-03 Tom Tromey <tromey@adacore.com>
5312
5313 * gdb.ada/bias.exp: New file.
5314 * gdb.ada/bias/bias.adb: New file.
5315 * gdb.ada/print_chars.exp: Add regression test.
5316 * gdb.ada/print_chars/foo.adb (My_Character): New type.
5317 (MC): New variable.
5318
5319 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
5320
5321 * gdb.base/argv0-symlink.exp: Run only on native target
5322 and local host.
5323
5324 2019-08-29 Tom de Vries <tdevries@suse.de>
5325
5326 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
5327 diverse debug info.
5328 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
5329
5330 2019-08-28 Tom de Vries <tdevries@suse.de>
5331
5332 * gdb.base/info-var.exp: Allow info variables to print info for files
5333 other than info-var-f1.c and info-var-f2.c.
5334
5335 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
5336
5337 * gdb.fortran/info-types.exp: Add module.
5338 * gdb.fortran/info-types.f90: Update expected results.
5339
5340 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
5341
5342 * gdb.fortran/info-types.exp: New file.
5343 * gdb.fortran/info-types.f90: New file.
5344 * lib/fortran.exp (fortran_character1): New proc.
5345
5346 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
5347
5348 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
5349 functions'. Reindent as needed.
5350 * gdb.base/info-var-f1.c: New file.
5351 * gdb.base/info-var-f2.c: New file.
5352 * gdb.base/info-var.exp: New file.
5353 * gdb.base/info-var.h: New file.
5354
5355 2019-08-26 Tom de Vries <tdevries@suse.de>
5356
5357 PR c++/24852
5358 * gdb.cp/no-libstdcxx-probe.exp: New test.
5359
5360 2019-08-26 Tom de Vries <tdevries@suse.de>
5361
5362 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
5363 * tests need to be skipped.
5364 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
5365 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
5366 mi_skip_libstdcxx_probe_tests.
5367
5368 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
5369
5370 * gdb.python/py-xmethods.exp: Use raw strings when passing
5371 arguments to SimpleXMethodMatcher.
5372
5373 2019-08-22 Tom de Vries <tdevries@suse.de>
5374
5375 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
5376 more informative.
5377
5378 2019-08-21 Pedro Alves <palves@redhat.com>
5379
5380 * gdb.base/with.exp: Test "with" with no arguments.
5381
5382 2019-08-21 Tom de Vries <tdevries@suse.de>
5383
5384 * gdb.base/gdb-caching-proc.exp: Sort files.
5385
5386 2019-08-20 Tom de Vries <tdevries@suse.de>
5387
5388 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
5389 compilation.
5390
5391 2019-08-16 Tom de Vries <tdevries@suse.de>
5392
5393 * gdb.base/compare-sections.exp ("after run to main"): Allow
5394 mismatched read-only sections for PIE executables.
5395
5396 2019-08-16 Tom Tromey <tom@tromey.com>
5397
5398 * lib/tuiterm.exp (_csi_Z): New proc.
5399 * gdb.tui/basic.exp: Update window positions.
5400 * gdb.tui/empty.exp: Update window positions.
5401
5402 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
5403
5404 * gdb.base/examine-backward.exp: Correct regexp for
5405 "examine 3 bytes backward from ${address_zero}".
5406
5407 2019-08-15 Tom Tromey <tom@tromey.com>
5408
5409 * gdb.tui/empty.exp: Enable resizing tests.
5410
5411 2019-08-15 Tom Tromey <tromey@adacore.com>
5412
5413 * gdb.ada/char_enum.exp: Add regression tests.
5414 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
5415 and '0'.
5416 (Char, Gchar): Update.
5417 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
5418
5419 2019-08-15 Christian Biesinger <cbiesinger@google.com>
5420
5421 * gdb.python/python.exp: Expect a leading underscore on
5422 GdbOutput{,Error}File.
5423
5424 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
5425
5426 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
5427 Windows host.
5428
5429 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
5430
5431 * gdb.base/batch-preserve-term-settings.exp
5432 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
5433
5434 2019-08-15 Christian Biesinger <cbiesinger@google.com>
5435
5436 * lib/gdb.exp: When running on a mingw target, replace
5437 /x/ with x:/.
5438
5439 2019-08-14 Alan Hayward <alan.hayward@arm.com>
5440
5441 * gdb.arch/aarch64-prologue.c: New test.
5442 * gdb.arch/aarch64-prologue.exp: New file.
5443
5444 2019-08-13 Tom de Vries <tdevries@suse.de>
5445
5446 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
5447 Thread.
5448
5449 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
5450
5451 * gdb.python/py-completion.exp: Download the .py file to the host
5452 and use its host pathname. Conditionalize tests that use
5453 tab completion and manipulate files on the build machine.
5454 * gdb.python/py-events.exp: Download the .py file to the host
5455 and use its host pathname.
5456 * gdb.python/py-evsignal.exp: Likewise.
5457 * gdb.python/py-evthreads.exp: Likewise.
5458 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
5459 pathname syntax.
5460 * gdb.python/py-framefilter.exp: Download the .py file to the right
5461 place on the host. Match Windows pathname syntax.
5462 * gdb.python/py-mi-var-info-path-expression.exp: Download the
5463 .py file to the host and use its host pathname.
5464 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
5465 * gdb.python/py-objfile.exp: Expect a host pathname, not a
5466 build pathname. Skip symlink test on Windows host. Add missing
5467 newline at end of file.
5468 * gdb.python/py-pp-maint.exp: Download the .py file to the host
5469 and use its host pathname.
5470 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
5471 * gdb.python/py-section-script.exp: Use host location of binfile
5472 on safe-path. Use correct path separator on Windows host.
5473 Reorder alternatives in gdb_test_multiple to prevent matching
5474 the wrong alternative on success.
5475 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
5476
5477 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
5478
5479 * gdb.gdb/selftest.exp (test_with_self): Update test to now
5480 expect the GDB inferior to no longer immediately stop after
5481 being resumed with "signal SIGINT".
5482
5483 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
5484
5485 * gdb.linespec/break-ask.exp: Generalize regexps to match
5486 Windows pathnames too.
5487
5488 2019-08-08 Tom de Vries <tdevries@suse.de>
5489
5490 PR testsuite/24862
5491 * lib/tuiterm.exp (_accept): Fix CSI regexp.
5492
5493 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5494
5495 * gdb.base/style.exp: Update tests for help doc new invariants.
5496 * gdb.base/help.exp: Likewise.
5497
5498 2019-08-06 Tom Tromey <tom@tromey.com>
5499
5500 * gdb.base/style.exp: Add disassemble test.
5501 * gdb.base/style.c (some_called_function): New function.
5502 (main): Use it.
5503
5504 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5505
5506 * gdb.python/py-block.exp: Test dictionary access on blocks.
5507
5508 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
5509
5510 PR gdb/24863
5511 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
5512 -list-thread-groups --available test when running under
5513 check-read1.
5514
5515 2019-08-05 Tom de Vries <tdevries@suse.de>
5516
5517 PR testsuite/24863
5518 * lib/gdb.exp (with_read1_timeout_factor): New proc.
5519 * gdb.base/help.exp: Use with_read1_timeout_factor.
5520 * gdb.base/info-macros.exp: Same.
5521 * gdb.cp/nested-types.exp: Same.
5522
5523 2019-08-05 Tom de Vries <tdevries@suse.de>
5524
5525 * lib/gdb.exp (version_at_least): Factor out of ...
5526 (tcl_version_at_least): ... here.
5527 (gdb_compile): Fail if pie results in non-PIE executable.
5528 (readelf_version, readelf_prints_pie): New proc.
5529 (exec_is_pie): Return -1 if unknown.
5530
5531 2019-08-05 Tom de Vries <tdevries@suse.de>
5532
5533 * lib/gdb.exp (tcl_version_at_least): Fix typo.
5534
5535 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
5536
5537 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
5538
5539 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
5540
5541 * lib/completion-support.exp (test_gdb_complete_none): Skip
5542 tab completion tests if no readline support.
5543 (test_gdb_complete_unique_re): Likewise.
5544 (test_gdb_complete_multiple): Likewise.
5545
5546 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5547
5548 * gdb.base/info_sources.exp: New file.
5549 * gdb.base/info_sources.c: New file.
5550 * gdb.base/info_sources_base.c: New file.
5551
5552 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5553
5554 * gdb.base/batch-exit-status.exp: Call test_exit_status with
5555 prefix argument.
5556 (test_exit_status): Add prefix argument.
5557
5558 2019-08-01 Tom de Vries <tdevries@suse.de>
5559
5560 PR testsuite/24863
5561 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
5562 calling exp_continue for new thread and thread exited messages.
5563
5564 2019-08-01 Tom de Vries <tdevries@suse.de>
5565
5566 PR testsuite/24863
5567 * gdb.base/structs.exp: Fix check-read1 timeout using
5568 gdb_test_sequence.
5569 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
5570
5571 2019-08-01 Tom de Vries <tdevries@suse.de>
5572
5573 PR testsuite/24863
5574 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
5575 line.
5576
5577 2019-08-01 Tom de Vries <tdevries@suse.de>
5578
5579 PR testsuite/24863
5580 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
5581
5582 2019-07-30 Tom Tromey <tromey@adacore.com>
5583
5584 * gdb.ada/display_nested.exp: New file.
5585 * gdb.ada/display_nested/foo.adb: New file.
5586 * gdb.ada/display_nested/pack.adb: New file.
5587 * gdb.ada/display_nested/pack.ads: New file.
5588
5589 2019-07-30 Christian Biesinger <cbiesinger@google.com>
5590
5591 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
5592 namespace.
5593 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
5594
5595 2019-07-30 Tom de Vries <tdevries@suse.de>
5596
5597 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
5598 instead.
5599
5600 2019-07-30 Tom de Vries <tdevries@suse.de>
5601
5602 PR testsuite/24834
5603 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
5604 (exec_is_pie): New proc.
5605
5606 2019-07-29 Christian Biesinger <cbiesinger@google.com>
5607
5608 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
5609
5610 2019-07-29 Christian Biesinger <cbiesinger@google.com>
5611
5612 * gdb.python/py-objfile.c: Add global and static vars.
5613 * gdb.python/py-objfile.exp: Test new functions Objfile.
5614 lookup_global_symbol and lookup_static_symbol.
5615
5616 2019-07-29 Tom Tromey <tom@tromey.com>
5617
5618 * lib/tuiterm.exp (Term::_csi_@): New proc.
5619 (Term::_csi_X): Don't move cursor.
5620
5621 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5622
5623 * gdb.base/options.exp: Update backtrace - completion to
5624 new option -frame-info.
5625 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
5626 Test new 'set print frame-info'. Test backtrace -frame-info
5627 overriding 'set print frame-info'.
5628 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
5629 Test new 'set print frame-info'.
5630 Verify consistency of backtrace with and without filters, with and
5631 without -no-filters.
5632 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
5633 default.
5634
5635 2019-07-29 Tom de Vries <tdevries@suse.de>
5636
5637 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
5638 no arguments".
5639
5640 2019-07-29 Tom de Vries <tdevries@suse.de>
5641
5642 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
5643 is a substring of the first for "complete non-unique file name".
5644
5645 2019-07-29 Tom de Vries <tdevries@suse.de>
5646
5647 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
5648 with ".*".
5649
5650 2019-07-29 Tom de Vries <tdevries@suse.de>
5651
5652 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
5653 Pass prompt_regexp parameter to gdb_test_multiple calls.
5654
5655 2019-07-29 Tom de Vries <tdevries@suse.de>
5656
5657 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
5658 print registers" regexps.
5659
5660 2019-07-29 Tom de Vries <tdevries@suse.de>
5661
5662 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
5663
5664 2019-07-29 Tom de Vries <tdevries@suse.de>
5665
5666 PR gdb/24855
5667 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
5668 (skip_python_tests_prompt): Add prompt_regexp argument to
5669 gdb_test_multiple calls.
5670
5671 2019-07-27 Tom Tromey <tom@tromey.com>
5672
5673 * gdb.tui/main.exp: New file.
5674
5675 2019-07-27 Tom Tromey <tom@tromey.com>
5676
5677 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
5678 optional.
5679 * gdb.tui/empty.exp: New file.
5680
5681 2019-07-27 Tom Tromey <tom@tromey.com>
5682
5683 * lib/tuiterm.exp (spawn): New proc.
5684 (Term::resize): New proc.
5685 * gdb.tui/resize.exp: New file.
5686
5687 2019-07-27 Tom Tromey <tom@tromey.com>
5688
5689 * gdb.tui/list.exp: New file.
5690
5691 2019-07-27 Tom Tromey <tom@tromey.com>
5692
5693 * gdb.tui/regs.exp: New file.
5694
5695 2019-07-27 Tom Tromey <tom@tromey.com>
5696
5697 * gdb.tui/basic.exp: Add "layout split" test.
5698
5699 2019-07-27 Tom Tromey <tom@tromey.com>
5700
5701 * gdb.tui/basic.exp: Add "layout asm" test.
5702
5703 2019-07-27 Tom Tromey <tom@tromey.com>
5704
5705 * lib/tuiterm.exp: New file.
5706 * gdb.tui/basic.exp: New file.
5707
5708 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5709
5710 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
5711 Enable tests associated with this flag. Adjust regex
5712 referencing "foo_low" to now refer to "foo_cold" instead.
5713
5714 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5715
5716 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
5717 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
5718 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
5719 foo_cold. Revise comments to match.
5720 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
5721 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
5722 were wrapped into this proc; Call do_test in loop from outermost
5723 level.
5724 (foo_low): Rename all occurrences to "foo_cold".
5725 (backtrace from baz): New test.
5726 (x2/i foo_cold): New test.
5727 (info line *foo_cold): New test.
5728
5729 2019-07-26 Tom de Vries <tdevries@suse.de>
5730
5731 * gdb.arch/i386-pkru.exp: Fix unterminated string.
5732
5733 2019-07-25 Tom de Vries <tdevries@suse.de>
5734
5735 PR testsuite/24830
5736 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
5737 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
5738 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
5739 (skip_libstdcxx_probe_tests): ... here.
5740 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
5741
5742 2019-07-24 Tom de Vries <tdevries@suse.de>
5743
5744 PR testsuite/24807
5745 * gdb.objc/basicclass.m: Include stdio.h.
5746 * gdb.objc/nondebug.m: Same.
5747 * gdb.objc/objcdecode.m: Same.
5748
5749 2019-07-24 Tom de Vries <tdevries@suse.de>
5750
5751 PR testsuite/24612
5752 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
5753 additional_flags.
5754
5755 2019-07-24 Tom de Vries <tdevries@suse.de>
5756
5757 PR testsuite/24831
5758 * gdb.multi/tids.exp: Update error messages for info threads.
5759
5760 2019-07-24 Tom de Vries <tdevries@suse.de>
5761
5762 * gdb.base/info-types.exp: Allow info types to print info for more than
5763 one file.
5764
5765 2019-07-23 Tom de Vries <tdevries@suse.de>
5766
5767 PR testsuite/24842
5768 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
5769 gdb_spawn_with_cmdline_opts.
5770
5771 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5772
5773 * gdb.arch/arm-cmse-sgstubs.c: New test.
5774 * gdb.arch/arm-cmse-sgstubs.exp: New file.
5775
5776 2019-07-23 Tom de Vries <tdevries@suse.de>
5777
5778 PR testsuite/24711
5779 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
5780 issuing next command.
5781
5782 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5783
5784 * gdb.ada/info_auto_lang.exp: Update expected results.
5785 * gdb.base/info-types.c: Add additional types to check.
5786 * gdb.base/info-types.exp: Update expected results.
5787
5788 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5789
5790 * gdb.base/info-types.c: New file.
5791 * gdb.base/info-types.exp: New file.
5792
5793 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5794
5795 * gdb.arch/riscv-bp-infcall.c: New file.
5796 * gdb.arch/riscv-bp-infcall.exp: New file.
5797
5798 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
5799
5800 PR breakpoints/24541
5801 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
5802
5803 2019-07-14 Tom de Vries <tdevries@suse.de>
5804
5805 PR testsuite/24760
5806 * gdb.objc/basicclass.exp: Fix unterminated string.
5807
5808 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
5809 Andrew Burgess <andrew.burgess@embecosm.com>
5810
5811 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
5812 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
5813 negative bounds.
5814 * gdb.fortran/vla-value.exp: Print elements of an array with
5815 negative bounds.
5816 * gdb.fortran/vla.f90: Setup an array with negative bounds for
5817 testing.
5818
5819 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5820
5821 * gdb.base/options.exp (expect_string): Dequote strings in
5822 results.
5823 (test-string): Test strings with different quoting and reindent.
5824
5825 2019-07-10 Tom Tromey <tromey@adacore.com>
5826
5827 * gdb.ada/mi_ex_cond.exp: Update expected results.
5828 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
5829 * gdb.ada/mi_catch_ex.exp: Update expected results.
5830 * gdb.ada/mi_catch_assert.exp: Update expected results.
5831 * gdb.ada/catch_ex.exp (catch_exception_info)
5832 (catch_exception_entry, catch_assert_entry)
5833 (catch_unhandled_entry): Update.
5834 * gdb.ada/catch_assert_if.exp: Update expected results.
5835
5836 2019-07-10 Richard Bunt <richard.bunt@arm.com>
5837 Stephen Roberts <stephen.roberts@arm.com>
5838
5839 * gdb.base/define.exp: Restore original prompt.
5840
5841 2019-07-09 Pedro Alves <palves@redhat.com>
5842
5843 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
5844 breakpoints" output.
5845 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
5846 * gdb.python/py-breakpoint.exp: No longer expect that "catch
5847 throw" creates breakpoint.
5848 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
5849 'type="catchpoint"'.
5850
5851 2019-07-09 Pedro Alves <palves@redhat.com>
5852
5853 PR c++/15468
5854 * gdb.cp/except-multi-location-lib.cc: New.
5855 * gdb.cp/except-multi-location-main.cc: New.
5856 * gdb.cp/except-multi-location.exp: New.
5857
5858 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
5859
5860 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
5861 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
5862 argument and update callers.
5863
5864 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5865
5866 * gdb.arch/amd64-break-on-asm-line.S: New file.
5867 * gdb.arch/amd64-break-on-asm-line.exp: New file.
5868
5869 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5870
5871 * gdb.base/printcmds.exp: Test printing C string and
5872 C wide string convenience vars without transiting via the inferior.
5873 Also make test names unique.
5874
5875 2019-07-08 Alan Hayward <alan.hayward@arm.com>
5876
5877 PR breakpoints/25011
5878 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
5879
5880 2019-07-04 Pedro Alves <palves@redhat.com>
5881
5882 * lib/gdb.exp (foreach_with_prefix): Don't return early if
5883 body returned ok(0), break(3) or continue(4).
5884 * gdb.testsuite/foreach_with_prefix.exp: New file.
5885
5886 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5887
5888 * gdb.server/unittest.exp: Allow 0 unit tests to run.
5889
5890 2019-07-03 Pedro Alves <palves@redhat.com>
5891
5892 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
5893 "return -code".
5894
5895 2019-07-03 Pedro Alves <palves@redhat.com>
5896
5897 PR cli/24732
5898 * gdb.base/shell.exp: Load completion-support.exp.
5899 Adjust expected error output. Add completion tests.
5900
5901 2019-07-03 Pedro Alves <palves@redhat.com>
5902
5903 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
5904 string_to_regexp.
5905
5906 2019-07-03 Pedro Alves <palves@redhat.com>
5907
5908 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
5909 (expect_integer): Adjust to expect "-string".
5910 (expect_string): New.
5911 (all_options): Expect "-string".
5912 (test-flag, test-boolean): Adjust to expect "-string".
5913 (test-string): New proc.
5914 (top level): Call it.
5915
5916 2019-07-03 Pedro Alves <palves@redhat.com>
5917
5918 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
5919 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
5920 the expected output in the success.
5921
5922 2019-07-03 Pedro Alves <palves@redhat.com>
5923
5924 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5925 Split one gdb_test_multiple call in two to avoid a race.
5926
5927 2019-07-03 Pedro Alves <palves@redhat.com>
5928
5929 * gdb.base/with.c: New file.
5930 * gdb.base/with.exp: New file.
5931
5932 2019-07-03 Pedro Alves <palves@redhat.com>
5933
5934 * gdb.base/settings.exp: Replace all references to "maint
5935 test-settings set" with references to "maint set test-settings",
5936 and all references to "maint test-settings show" with references
5937 to "maint show test-settings".
5938
5939 2019-07-03 Pedro Alves <palves@redhat.com>
5940
5941 * gdb.base/settings.exp (test-string): Adjust expected out when
5942 testing "maint test-settings show filename"
5943
5944 2019-07-02 Pedro Alves <palves@redhat.com>
5945
5946 * gdb.base/options.exp (test-info-threads): New procedure.
5947 (top level): Call it.
5948
5949 2019-06-28 Tom Tromey <tromey@adacore.com>
5950
5951 * gdb.dwarf2/ada-linkage-name.c: New file.
5952 * gdb.dwarf2/ada-linkage-name.exp: New file.
5953
5954 2019-06-27 Tom Tromey <tromey@adacore.com>
5955
5956 PR c++/20020:
5957 * gdb.cp/constexpr-field.exp: Use setup_xfail.
5958
5959 2019-06-26 Tom de Vries <tdevries@suse.de>
5960
5961 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
5962
5963 2019-06-26 Tom de Vries <tdevries@suse.de>
5964
5965 * gdb.base/index-cache.exp: Add back missing debug option.
5966
5967 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5968
5969 * gdb.base/alias.exp: Test non matching/non existing prefixes.
5970
5971 2019-06-25 Tom de Vries <tdevries@suse.de>
5972
5973 PR testsuite/24727
5974 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
5975
5976 2019-06-24 Tom de Vries <tdevries@suse.de>
5977
5978 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
5979
5980 2019-06-24 Tom de Vries <tdevries@suse.de>
5981
5982 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
5983 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
5984 * gdb.trace/unavailable-dwarf-piece.exp: Same.
5985
5986 2019-06-24 Tom de Vries <tdevries@suse.de>
5987
5988 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
5989
5990 2019-06-21 Tom de Vries <tdevries@suse.de>
5991
5992 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
5993
5994 2019-06-21 Tom de Vries <tdevries@suse.de>
5995
5996 PR testsuite/24518
5997 PR ada/24713
5998 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
5999 index.
6000
6001 2019-06-19 Tom Tromey <tromey@adacore.com>
6002
6003 * gdb.ada/length_cond.exp: Add intro comment.
6004
6005 2019-06-19 Tom Tromey <tromey@adacore.com>
6006
6007 * gdb.ada/length_cond.exp: New file.
6008 * gdb.ada/length_cond/length_cond.adb: New file.
6009 * gdb.ada/length_cond/pck.adb: New file.
6010 * gdb.ada/length_cond/pck.ads: New file.
6011
6012 2019-06-18 Tom de Vries <tdevries@suse.de>
6013
6014 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
6015
6016 2019-06-18 Tom Tromey <tromey@adacore.com>
6017
6018 * gdb.base/list0.h: Add comment explaining control character.
6019
6020 2019-06-18 Tom de Vries <tdevries@suse.de>
6021
6022 * boards/fission.exp: Break up long debug_flags line.
6023
6024 2019-06-16 Tom de Vries <tdevries@suse.de>
6025
6026 PR gdb/24445
6027 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
6028 generated index.
6029
6030 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6031
6032 PR gdb/24686
6033 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
6034 improve detection of bug gdb/24541.
6035
6036 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
6037
6038 PR gdb/24669
6039 * gdb.base/index-cache.exp (uses_readnow,
6040 expecting_index_cache_use): Define global variable.
6041 (test_cache_enabled_miss, test_cache_enabled_hit): Use
6042 expecting_index_cache_use.
6043
6044 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
6045 Andrew Burgess <andrew.burgess@embecosm.com>
6046
6047 * gdb.fortran/pointers.f90: New file.
6048 * gdb.fortran/print_type.exp: New file.
6049 * gdb.fortran/vla-ptype.exp: Adapt expected results.
6050 * gdb.fortran/vla-type.exp: Likewise.
6051 * gdb.fortran/vla-value.exp: Likewise.
6052 * gdb.mi/mi-vla-fortran.exp: Likewise.
6053
6054 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6055
6056 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
6057 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
6058 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
6059 as a stop reason.
6060
6061 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6062
6063 * gdb.base/annota1.exp: Update expected results.
6064 * gdb.cp/annota2.exp: Likewise.
6065 * gdb.cp/annota3.exp: Likewise.
6066
6067 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6068
6069 * gdb.base/style-logging.exp: Remove path from test name.
6070
6071 2019-06-14 Tom Tromey <tromey@adacore.com>
6072
6073 PR gdb/24502:
6074 * gdb.base/style-logging.exp: New file.
6075
6076 2019-06-14 Tom Tromey <tromey@adacore.com>
6077
6078 * gdb.base/symfile-warn.exp: New file.
6079 * gdb.base/symfile-warn.c: New file.
6080
6081 2019-06-14 Tom Tromey <tromey@adacore.com>
6082
6083 * gdb.base/annotate-symlink.exp: New file.
6084
6085 2019-06-14 Tom Tromey <tromey@adacore.com>
6086
6087 * gdb.ada/set_wstr.exp: Add reassignment test.
6088
6089 2019-06-14 Tom Tromey <tromey@adacore.com>
6090
6091 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
6092 'unchecked_access and 'unrestricted_access as well.
6093
6094 2019-06-14 Tom Tromey <tromey@adacore.com>
6095
6096 PR ada/24539:
6097 * gdb.ada/vla.exp: Update tests.
6098 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
6099 pragma.
6100
6101 2019-06-13 Pedro Alves <palves@redhat.com>
6102
6103 * gdb.base/settings.exp (test-integer): Test junk after
6104 "unlimited".
6105
6106 2019-06-13 Pedro Alves <palves@redhat.com>
6107
6108 * gdb.base/options.exp (test-thread-apply): New.
6109 (top level): Call it.
6110
6111 2019-06-13 Pedro Alves <palves@redhat.com>
6112
6113 * gdb.base/options.exp (test-frame-apply): New.
6114 (top level): Test print commands with different "frame apply"
6115 prefixes.
6116
6117 2019-06-13 Pedro Alves <palves@redhat.com>
6118
6119 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
6120 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
6121 'max_completions' parameter and handle it.
6122 (test_gdb_completion_offers_commands): New.
6123
6124 2019-06-13 Pedro Alves <palves@redhat.com>
6125
6126 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
6127
6128 2019-06-13 Pedro Alves <palves@redhat.com>
6129
6130 * gdb.base/options.exp (test-backtrace): New.
6131 (top level): Call it.
6132
6133 2019-06-13 Pedro Alves <palves@redhat.com>
6134
6135 * gdb.guile/scm-frame-args.exp: Use "set print
6136 raw-frame-arguments" instead of "set print raw frame-arguments".
6137 * gdb.python/py-frame-args.exp: Likewise.
6138
6139 2019-06-13 Pedro Alves <palves@redhat.com>
6140
6141 * gdb.compile/compile.exp: Adjust expected output to option
6142 processing changes.
6143
6144 2019-06-13 Pedro Alves <palves@redhat.com>
6145
6146 * gdb.base/options.exp: Build executable.
6147 (test-print): New procedure.
6148 (top level): Call it, once for "print" and another for "compile
6149 print".
6150
6151 2019-06-13 Pedro Alves <palves@redhat.com>
6152
6153 * gdb.base/options.c: New file.
6154 * gdb.base/options.exp: New file.
6155
6156 2019-06-13 Pedro Alves <palves@redhat.com>
6157
6158 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
6159 that "o" is ambiguous.
6160
6161 2019-06-13 Pedro Alves <palves@redhat.com>
6162
6163 * gdb.base/settings.c: New file.
6164 * gdb.base/settings.exp: New file.
6165
6166 2019-06-13 Pedro Alves <palves@redhat.com>
6167
6168 * gdb.base/completion.exp: Fix comment typo.
6169
6170 2019-06-13 Pedro Alves <palves@redhat.com>
6171
6172 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
6173 foo --1" test.
6174
6175 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
6176
6177 * gdb.fortran/block-data.f: New.
6178 * gdb.fortran/block-data.exp: New.
6179
6180 2019-06-11 Tom de Vries <tdevries@suse.de>
6181
6182 PR testsuite/24521
6183 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
6184 message.
6185
6186 2019-06-11 Tom de Vries <tdevries@suse.de>
6187
6188 PR testsuite/24521
6189 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
6190
6191 2019-06-11 Tom de Vries <tdevries@suse.de>
6192
6193 * boards/readnow.exp: New file.
6194
6195 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
6196
6197 * gdb.fortran/vla-sizeof.exp: Update expected results.
6198
6199 2019-06-06 Amos Bird <amosbird@gmail.com>
6200
6201 * gdb.base/annota1.exp (thread_switch): Add test for
6202 thread-exited annotation.
6203
6204 2019-06-06 Tom Tromey <tromey@adacore.com>
6205
6206 * gdb.base/maint.exp: Expect command started/finished output.
6207
6208 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
6209
6210 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
6211 comment.
6212 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
6213
6214 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
6215
6216 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
6217 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
6218 * gdb.arch/riscv-unwind-long-insn.c: New file.
6219 * gdb.arch/riscv-unwind-long-insn.exp: New file.
6220
6221 2019-06-04 Christian Biesinger <cbiesinger@google.com>
6222
6223 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
6224
6225 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6226
6227 * lib/gdb.exp (help_list_trailer): New regexp variable
6228 factorizing the help trailer message.
6229 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
6230 arg to allow to better factorize various tests.
6231 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
6232 (test_prefix_command_help): Use help_list_trailer.
6233 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
6234 * gdb.guile/scm-cmd.exp: Likewise.
6235 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
6236 * gdb.base/help.exp: Use test_user_defined_class_help.
6237 * gdb.base/style.exp: Add tests for styling of help and apropos.
6238 * lib/gdb-utils.exp (style): Add title and highlight styles.
6239
6240 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6241
6242 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
6243 $_shell_exitsignal.
6244 * gdb.base/default.exp: Update for new convenience variables.
6245
6246 2019-05-29 Tom Tromey <tromey@adacore.com>
6247
6248 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
6249 to "break complete ada" test case's regexp.
6250
6251 2019-05-29 Tom Tromey <tromey@adacore.com>
6252
6253 PR c++/20020:
6254 * gdb.cp/constexpr-field.exp: New file.
6255 * gdb.cp/constexpr-field.cc: New file.
6256
6257 2019-05-29 Tom Tromey <tromey@adacore.com>
6258
6259 * gdb.base/finish.exp (finish_no_print): New proc.
6260 (finish_tests): Call it.
6261
6262 2019-05-24 Tom de Vries <tdevries@suse.de>
6263
6264 * gdb.dwarf2/gdb-add-index.exp: New file.
6265
6266 2019-05-22 Tom Tromey <tromey@adacore.com>
6267
6268 * gdb.base/info-shared.exp (check_info_shared): Use "style".
6269 * gdb.base/style.exp: Use "style".
6270 * lib/gdb-utils.exp (style): New proc.
6271
6272 2019-05-22 Tom de Vries <tdevries@suse.de>
6273
6274 * gdb.base/align.exp: Require c++11.
6275
6276 2019-05-22 Tom de Vries <tdevries@suse.de>
6277
6278 PR testsuite/24586
6279 * gdb.python/py-mi-var-info-path-expression.exp: Call
6280 mi_skip_python_tests to check if python is supported.
6281
6282 2019-05-22 Alan Hayward <alan.hayward@arm.com>
6283
6284 * gdb.arch/aarch64-pauth.c: New test.
6285 * gdb.arch/aarch64-pauth.exp: New file.
6286
6287 2019-05-22 Alan Hayward <alan.hayward@arm.com>
6288
6289 * README (Re-running Tests Outside The Testsuite): New section.
6290
6291 2019-05-21 Tom de Vries <tdevries@suse.de>
6292
6293 * gdb.arch/amd64-eval.exp: Require c++11.
6294 * gdb.base/max-depth.exp: Same.
6295 * gdb.compile/compile-cplus-array-decay.exp: Same.
6296 * gdb.cp/meth-typedefs.exp: Same.
6297 * gdb.cp/subtypes.exp: Same.
6298 * gdb.cp/temargs.exp: Same.
6299
6300 2019-05-21 Alan Hayward <alan.hayward@arm.com>
6301
6302 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
6303
6304 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
6305
6306 PR gdb/18644
6307 * gdb.fortran/complex.exp: Remove setup_kfail calls.
6308 * gdb.fortran/printing-types.exp: Add new test.
6309 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
6310 testing.
6311 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
6312 setup_kfail call.
6313
6314 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6315
6316 * README (Running the Testsuite): Change example.
6317 (Testsuite Parameters): Remove TRANSCRIPT.
6318 * lib/gdb.exp: Remove TRANSCRIPT check.
6319
6320 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6321
6322 * README (Testsuite Parameters): Add replay logging to
6323 GDBSERVER_DEBUG.
6324 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
6325 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
6326 as a comma separated list.
6327 (gdb_debug_init): Override procedure.
6328
6329 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6330
6331 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
6332 (gdb_write_cmd_file): New procedure.
6333 * lib/gdbserver-support.exp (gdbserver_start): Call
6334 gdbserver_write_cmd_file.
6335 (gdbserver_write_cmd_file): New procedure.
6336
6337 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6338
6339 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
6340 (delete_breakpoints): Likewise.
6341 (gdb_run_cmd): Likewise.
6342 (gdb_start_cmd): Likewise.
6343 (gdb_starti_cmd): Likewise.
6344 (gdb_internal_error_resync): Likewise.
6345 (gdb_test_multiple): Likewise.
6346 (gdb_reinitialize_dir): Likewise.
6347 (default_gdb_exit): Likewise.
6348 (gdb_file_cmd): Mark kill as optional.
6349 (default_gdb_start): Call gdb_stdin_log_init.
6350 (send_gdb): Call gdb_stdin_log_write.
6351 (rerun_to_main): Mark Y as an answer.
6352 (gdb_stdin_log_init): New function.
6353 (gdb_stdin_log_write): Likewise.
6354
6355 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6356
6357 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
6358 * gdb.base/debug-expr.exp: Likewise.
6359 * gdb.base/foll-fork.exp: Likewise.
6360 * gdb.base/foll-vfork.exp: Likewise.
6361 * gdb.base/fork-print-inferior-events.exp: Likewise.
6362 * gdb.base/gdb-sigterm.exp: Likewise.
6363 * gdb.base/gdbinit-history.exp: Likewise.
6364 * gdb.base/osabi.exp: Likewise.
6365 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6366 * gdb.base/ui-redirect.exp: Likewise.
6367 * gdb.gdb/unittest.exp: Likewise.
6368 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
6369 * gdb.mi/mi-watch.exp: Likewise.
6370 * gdb.mi/new-ui-mi-sync.exp: Likewise.
6371 * gdb.mi/user-selected-context-sync.exp: Likewise.
6372 * gdb.python/python.exp: Disable debug test when debugging.
6373 * gdb.threads/check-libthread-db.exp: Disable when debugging.
6374 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6375 Likewise.
6376 * gdb.threads/stepi-random-signal.exp: Likewise.
6377
6378 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6379
6380 * Makefile.in: Pass through GDB_DEBUG.
6381 * README (Testsuite Parameters): Add GDB_DEBUG.
6382 (gdb,debug): Add board setting.
6383 * lib/gdb.exp (default_gdb_start): Start debugging.
6384 (gdb_debug_enabled): New procedure.
6385 (gdb_debug_init): Likewise.
6386
6387 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6388
6389 * Makefile.in: Pass through GDB_DEBUG.
6390 * README (Testsuite Parameters): Add GDB_DEBUG.
6391 (gdb,debug): Add board setting.
6392 * lib/gdb.exp (default_gdb_start): Start debugging.
6393 (gdb_debug_enabled): New procedure.
6394 (gdb_debug_init): Likewise.
6395
6396 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6397
6398 * gdb.base/ui-redirect.exp: Add debug redirect tests.
6399
6400 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6401
6402 * gdb.base/ui-redirect.exp: Test redirection.
6403
6404 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
6405
6406 * gdb.mi/mi-complete.exp: New file.
6407 * gdb.mi/mi-complete.cc: Likewise.
6408
6409 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
6410
6411 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
6412 indexed and sliced arrays, and pointers to arrays.
6413
6414 2019-05-14 Tom Tromey <tromey@adacore.com>
6415
6416 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
6417 styling test.
6418
6419 2019-05-14 Tom de Vries <tdevries@suse.de>
6420
6421 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
6422 selection entry encoding.
6423
6424 2019-05-10 Tom Tromey <tromey@adacore.com>
6425
6426 * gdb.ada/info_exc.exp: Add "complete" test.
6427
6428 2019-05-09 Tom de Vries <tdevries@suse.de>
6429
6430 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
6431 CU-relative.
6432
6433 2019-05-09 Tom de Vries <tdevries@suse.de>
6434
6435 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
6436 CU-relative.
6437
6438 2019-05-08 Joel Brobecker <brobecker@adacore.com>
6439
6440 * gdb.ada/frame_arg_lang.exp: New testcase.
6441 * gdb.ada/frame_arg_lang/bla.adb: New file.
6442 * gdb.ada/frame_arg_lang/pck.ads: New file.
6443 * gdb.ada/frame_arg_lang/pck.adb: New file.
6444 * gdb.ada/frame_arg_lang/foo.c: New file.
6445
6446 2019-05-08 Tom Tromey <tromey@adacore.com>
6447
6448 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
6449
6450 2019-05-08 Tom Tromey <tromey@adacore.com>
6451
6452 * gdb.base/ptype-offsets.exp: Update tests.
6453
6454 2019-05-08 Tom Tromey <tromey@adacore.com>
6455
6456 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
6457 cases.
6458 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
6459 "short".
6460
6461 2019-05-08 Tom Tromey <tromey@adacore.com>
6462
6463 * gdb.ada/vla.exp: New file.
6464 * gdb.ada/vla/vla.adb: New file.
6465
6466 2019-05-07 Tom de Vries <tdevries@suse.de>
6467
6468 * gdb.base/index-cache.exp (ls_host): Fix return statement.
6469
6470 2019-05-07 Tom de Vries <tdevries@suse.de>
6471
6472 PR testsuite/24522
6473 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
6474 section.
6475
6476 2019-05-07 Tom de Vries <tdevries@suse.de>
6477
6478 PR testsuite/24522
6479 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
6480 .debug_aranges section.
6481
6482 2019-05-07 Tom de Vries <tdevries@suse.de>
6483
6484 PR testsuite/24159
6485 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
6486
6487 2019-05-06 Tom de Vries <tdevries@suse.de>
6488
6489 * lib/gdb.exp (exec_has_index_section): New proc.
6490 * gdb.base/index-cache.exp: Handle case that binfile contains an index
6491 section.
6492
6493 2019-05-04 Tom de Vries <tdevries@suse.de>
6494
6495 * boards/cc-with-debug-names.exp: New file.
6496
6497 2019-05-03 Tom Tromey <tromey@adacore.com>
6498
6499 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
6500 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
6501 * gdb.ada/char_enum.exp: Add test.
6502
6503 2019-05-03 Tom de Vries <tdevries@suse.de>
6504
6505 * boards/cc-with-gdb-index.exp: New file.
6506
6507 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
6508
6509 * gdb.rust/simple.exp: Add new test case.
6510 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
6511 (main): Initialise an instance of the new struct.
6512
6513 2019-05-01 Tom Tromey <tromey@adacore.com>
6514
6515 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
6516 record.
6517 (NPR): New variable.
6518 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
6519 test.
6520
6521 2019-05-01 Tom Tromey <tromey@adacore.com>
6522
6523 * gdb.ada/packed_array_assign.exp: Add packed assignment
6524 regression test.
6525
6526 2019-05-01 Tom de Vries <tdevries@suse.de>
6527
6528 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
6529
6530 2019-05-01 Tom de Vries <tdevries@suse.de>
6531
6532 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
6533
6534 2019-04-30 Ali Tamur <tamur@google.com>
6535
6536 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
6537
6538 2019-04-30 Tom Tromey <tromey@adacore.com>
6539
6540 * lib/ada.exp (find_ada_tool): New proc.
6541 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
6542 * gdb.ada/catch_ex_std.exp: New file.
6543 * gdb.ada/catch_ex_std/foo.adb: New file.
6544 * gdb.ada/catch_ex_std/some_package.adb: New file.
6545 * gdb.ada/catch_ex_std/some_package.ads: New file.
6546
6547 2019-04-30 Tom Tromey <tromey@adacore.com>
6548
6549 PR c++/24470:
6550 * gdb.cp/temargs.cc: Add test code from PR.
6551
6552 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
6553
6554 * gdb.fortran/vla-datatypes.exp: Update expected results.
6555 * gdb.fortran/vla-ptype.exp: Likewise.
6556 * gdb.fortran/vla-type.exp: Likewise.
6557 * gdb.fortran/vla-value.exp: Likewise.
6558
6559 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
6560
6561 * gdb.fortran/ptr-indentation.exp: Update expected results.
6562 * gdb.fortran/ptype-on-functions.exp: Likewise.
6563 * gdb.fortran/vla-ptr-info.exp: Likewise.
6564 * gdb.fortran/vla-value.exp: Likewise.
6565
6566 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
6567
6568 * gdb.fortran/ptype-on-functions.exp: New file.
6569 * gdb.fortran/ptype-on-functions.f90: New file.
6570
6571 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
6572
6573 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
6574 case void string.
6575
6576 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
6577
6578 * gdb.fortran/complex.exp: Expand.
6579 * gdb.fortran/complex.f: Renamed to...
6580 * gdb.fortran/complex.f90: ...this, and extended to add more
6581 complex values.
6582
6583 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
6584
6585 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
6586 MODULO, CMPLX.
6587
6588 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
6589 Richard Bunt <richard.bunt@arm.com>
6590
6591 * gdb.base/max-depth.c: New file.
6592 * gdb.base/max-depth.exp: New file.
6593 * gdb.python/py-nested-maps.c: New file.
6594 * gdb.python/py-nested-maps.exp: New file.
6595 * gdb.python/py-nested-maps.py: New file.
6596 * gdb.python/py-format-string.exp (test_max_depth): New proc.
6597 (test_all_common): Call test_max_depth.
6598 * gdb.fortran/max-depth.exp: New file.
6599 * gdb.fortran/max-depth.f90: New file.
6600 * gdb.go/max-depth.exp: New file.
6601 * gdb.go/max-depth.go: New file.
6602 * gdb.modula2/max-depth.exp: New file.
6603 * gdb.modula2/max-depth.c: New file.
6604 * lib/gdb.exp (get_print_expr_at_depths): New proc.
6605
6606 2019-04-29 Tom de Vries <tdevries@suse.de>
6607
6608 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
6609
6610 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6611
6612 * gdb.base/callexit.exp: Test may-call-functions off.
6613
6614 2019-04-25 Keith Seitz <keiths@redhat.com>
6615
6616 PR c++/24367
6617 * gdb.cp/meth-typedefs.cc (incomplete_struct)
6618 (another_incomplete_struct, test_incomplete): New definitions.
6619 (main): Use new definitions.
6620 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
6621 functions.
6622
6623 2019-04-25 Ali Tamur <tamur@google.com>
6624
6625 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
6626
6627 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
6628
6629 PR corefiles/11608
6630 PR corefiles/18187
6631 * gdb.base/coredump-filter-build-id.exp: New file.
6632
6633 2019-04-25 Alan Hayward <alan.hayward@arm.com>
6634
6635 * Makefile.in: Pass through GDBSERVER_DEBUG.
6636 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
6637 (gdbserver,debug): Add board setting.
6638 * gdb.trace/tspeed.exp: Skip when debugging.
6639 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
6640 * lib/gdbserver-support.exp: Likewise
6641
6642 2019-04-24 Tom Tromey <tromey@adacore.com>
6643
6644 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
6645 Rust.
6646
6647 2019-04-24 Tom Tromey <tromey@adacore.com>
6648
6649 * gdb.arch/amd64-eval.exp: Test bitfield return.
6650 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
6651 (class Foo) <return_bitfields>: New method.
6652 (main): Call it.
6653
6654 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
6655
6656 * gdb.cp/many-args.cc: New file.
6657 * gdb.cp/many-args.exp: New file.
6658
6659 2019-04-23 Tom de Vries <tdevries@suse.de>
6660
6661 PR gdb/24433
6662 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
6663
6664 2019-04-23 Alan Hayward <alan.hayward@arm.com>
6665
6666 * gdb.trace/backtrace.exp: Use nopie flag.
6667 * gdb.trace/circ.exp: Likewise.
6668 * gdb.trace/collection.exp: Likewise.
6669 * gdb.trace/ftrace.exp: Likewise.
6670 * gdb.trace/mi-trace-unavailable.exp: Likewise.
6671 * gdb.trace/mi-traceframe-changed.exp: Likewise.
6672 * gdb.trace/qtro.exp: Likewise.
6673 * gdb.trace/read-memory.exp: Likewise.
6674 * gdb.trace/report.exp: Likewise.
6675 * gdb.trace/tfile.exp: Likewise.
6676 * gdb.trace/tfind.exp: Likewise.
6677 * gdb.trace/unavailable.exp: Likewise.
6678
6679 2019-04-22 Pedro Alves <palves@redhat.com>
6680
6681 * gdb.base/solib-probes-nosharedlibrary.c,
6682 gdb.base/solib-probes-nosharedlibrary.exp: New files.
6683
6684 2019-04-19 Tom Tromey <tromey@adacore.com>
6685
6686 * gdb.ada/ptype_union.c: New file.
6687 * gdb.ada/ptype_union.exp: New file.
6688
6689 2019-04-19 Tom Tromey <tromey@adacore.com>
6690
6691 PR symtab/24423:
6692 * gdb.base/list0.h (foo): Add a control-l character.
6693
6694 2019-04-18 Tom de Vries <tdevries@suse.de>
6695
6696 PR gdb/24433
6697 * boards/local-board.exp: Set sysroot to "".
6698
6699 2019-04-18 Tom de Vries <tdevries@suse.de>
6700 Pedro Alves <palves@redhat.com>
6701
6702 PR gdb/24454
6703 * gdb.threads/vfork-follow-child-exec.c: New file.
6704 * gdb.threads/vfork-follow-child-exec.exp: New file.
6705 * gdb.threads/vfork-follow-child-exit.c: New file.
6706 * gdb.threads/vfork-follow-child-exit.exp: New file.
6707
6708 2019-04-15 Leszek Swirski <leszeks@google.com>
6709
6710 * gdb.arch/amd64-eval.cc: New file.
6711 * gdb.arch/amd64-eval.exp: New file.
6712
6713 2019-04-11 Alan Hayward <alan.hayward@arm.com>
6714
6715 * gdb.server/sysroot.c: New test.
6716 * gdb.server/sysroot.exp: New file.
6717 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
6718 matching param.
6719
6720 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
6721
6722 * gdb.base/align.exp: Extend test to cover structures containing
6723 only static fields.
6724
6725 2019-04-11 Tom de Vries <tdevries@suse.de>
6726
6727 * boards/cc-with-dwz-m.exp: New file.
6728 * boards/cc-with-dwz.exp: New file.
6729 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
6730
6731 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
6732
6733 * gdb.base/start-cpp.exp: New file.
6734 * gdb.base/start-cpp.cc: New file.
6735
6736 2019-04-08 Kevin Buettner <kevinb@redhat.com>
6737
6738 * gdb.python/py-thrhandle.exp: Adjust tests to call
6739 thread_from_handle instead of thread_from_thread_handle.
6740
6741 2019-04-08 Kevin Buettner <kevinb@redhat.com>
6742
6743 * gdb.python/py-thrhandle.exp: Add tests for
6744 gdb.InferiorThread.handle.
6745
6746 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
6747
6748 * gdb.python/py-function.exp: Check calling helper function from
6749 all languages.
6750 * lib/gdb.exp (gdb_supported_languages): New proc.
6751
6752 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
6753
6754 * gdb.base/complex-parts.c: New file.
6755 * gdb.base/complex-parts.exp: New file.
6756
6757 2019-04-01 Tom Tromey <tromey@adacore.com>
6758
6759 PR symtab/23331:
6760 * gdb.dwarf2/dw2-ranges-main.c: New file.
6761 * gdb.dwarf2/dw2-ranges-psym.c: New file.
6762 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
6763
6764 2019-03-30 Simon Marchi <simark@simark.ca>
6765
6766 * gdb.base/default.exp: Add values for $_gdb_major and
6767 $_gdb_minor.
6768
6769 2019-03-29 Tom Tromey <tromey@adacore.com>
6770
6771 * gdb.base/help.exp: Tighten apropos regexp.
6772
6773 2019-03-29 Keith Seitz <keiths@redhat.com>
6774
6775 * gdb.fortran/array-bounds.exp: New file.
6776 * gdb.fortran/array-bounds.f90: New file.
6777
6778 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6779
6780 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
6781
6782 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6783
6784 * gdb.multi/hello.c (main): Increase alarm timer.
6785
6786 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
6787
6788 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
6789 factor when no hardware watchpoint support.
6790
6791 2019-03-28 Alan Hayward <alan.hayward@arm.com>
6792 Pedro Alves <palves@redhat.com>
6793
6794 * boards/local-board.exp: set sysroot to /.
6795
6796 2019-03-27 Alan Hayward <alan.hayward@arm.com>
6797
6798 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
6799 in child.
6800
6801 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6802
6803 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
6804 field.
6805 (make_container): Initialise new field.
6806 * gdb.python/py-prettyprint.exp: Add new tests.
6807 * gdb.python/py-prettyprint.py (class ContainerPrinter)
6808 <display_hint>: New method.
6809
6810 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6811
6812 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
6813 gdb_continue_to_breakpoint more throughout this test.
6814 (run_lang_tests) Supply unique test names, and use
6815 gdb_test_no_output.
6816
6817 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6818
6819 * gdb.base/finish-pretty.exp: Update expected results.
6820 * gdb.base/pretty-print.c: New file.
6821 * gdb.base/pretty-print.exp: New file.
6822
6823 2019-03-25 Pedro Alves <palves@redhat.com>
6824
6825 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
6826 move comments outside list. Append '-i "" eof' section.
6827
6828 2019-03-22 Alan Hayward <alan.hayward@arm.com>
6829
6830 PR testsuite/25016
6831 * README: Add pie options.
6832 * gdb.base/break-interp.exp: Ensure pie is disabled.
6833 * gdb.base/dump.exp: Likewise.
6834 * lib/gdb.exp (gdb_compile): Add pie option.
6835
6836 2019-03-19 Tom Tromey <tromey@adacore.com>
6837
6838 * gdb.mi/mi2-cli-display.c: New file.
6839 * gdb.mi/mi2-cli-display.exp: New file.
6840
6841 2019-03-18 Joel Brobecker <brobecker@adacore.com>
6842 Tom Tromey <tromey@adacore.com>
6843
6844 * gdb.ada/ptype_array/pck.adb: New file.
6845 * gdb.ada/ptype_array/pck.ads: New file.
6846 * gdb.ada/ptype_array/foo.adb: New file.
6847 * gdb.ada/ptype_array.exp: New file.
6848
6849 2019-03-14 Tom Tromey <tromey@adacore.com>
6850
6851 * gdb.base/style.exp: Add "set style sources" test.
6852
6853 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
6854
6855 * mi-breakpoint-location-ena-dis.exp: Rename to ...
6856 * mi-breakpoint-multiple-locations.exp: ... this.
6857 (make_breakpoints_pattern): New proc.
6858 (do_test): Add mi_version parameter, test -break-insert,
6859 -break-info and =breakpoint-created.
6860
6861 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
6862
6863 * config/default.exp: Remove 'load_lib gdb.exp'.
6864 * config/monitor.exp: Likewise.
6865 * config/sid.exp: Likewise.
6866 * config/sim.exp: Likewise.
6867 * config/slite.exp: Likewise.
6868 * config/unix.exp: Likewise.
6869 * gdb.base/default.exp: Remove unhelpful comment.
6870
6871 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6872
6873 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
6874
6875 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6876
6877 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
6878
6879 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6880
6881 * gdb.fortran/type-kinds.exp: Update expected results.
6882
6883 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6884
6885 * gdb.fortran/type-kinds.exp: Test new integer type kind.
6886
6887 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6888
6889 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
6890 function.
6891 (test_basic_parsing_of_type_kinds): Expand types tested.
6892 (test_parsing_invalid_type_kinds): New function.
6893
6894 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6895
6896 * gdb.fortran/intrinsics.exp: New file.
6897 * gdb.fortran/intrinsics.f90: New file.
6898 * gdb.fortran/type-kinds.exp: New file.
6899
6900 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6901
6902 * gdb.fortran/dot-ops.exp: New file.
6903
6904 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6905
6906 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
6907 Check upper and lower case logical literals.
6908
6909 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6910
6911 * gdb.fortran/types.exp (test_float_literal_types_accepted):
6912 Remove duplicate tests.
6913
6914 2019-03-06 Alan Hayward <alan.hayward@arm.com>
6915
6916 * lib/gdb.exp (builtin_cd): rename of cd.
6917 (cd): Override builtin.
6918
6919 2019-03-06 Richard Bunt <richard.bunt@arm.com>
6920
6921 * gdb.fortran/function-calls.exp: New file.
6922 * gdb.fortran/function-calls.f90: New test.
6923
6924 2019-03-04 Richard Bunt <richard.bunt@arm.com>
6925
6926 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
6927 on user program standard output.
6928 * gdb.fortran/short-circuit-argument-list.f90: Record function
6929 calls.
6930
6931 2019-02-28 Alan Hayward <alan.hayward@arm.com>
6932
6933 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
6934 failure.
6935
6936 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6937
6938 PR gdb/8527
6939 * gdb.base/interrupt-daemon-attach.c,
6940 gdb.base/interrupt-daemon-attach.exp: New test.
6941
6942 2019-02-27 Pedro Alves <palves@redhat.com>
6943
6944 * gdb.base/page.exp: Add tests for "set width/height -1".
6945
6946 2019-02-27 Pedro Alves <palves@redhat.com>
6947
6948 * gdb.base/page.exp: Add tests for "set/show width/height" with
6949 "infinite" values.
6950
6951 2019-02-27 Tom Tromey <tromey@adacore.com>
6952
6953 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
6954 2.4.
6955 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
6956 workaround.
6957
6958 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
6959
6960 * gdb.base/align.exp: Extend to compile in both C and C++, and add
6961 tests for structs with static members.
6962
6963 2019-02-26 Tom Tromey <tromey@adacore.com>
6964
6965 * gdb.python/py-value.exp (test_value_from_buffer): Check for
6966 ValueError, not TypeError.
6967
6968 2019-02-26 Kevin Buettner <kevinb@redhat.com>
6969
6970 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
6971 call from main program.
6972
6973 2019-02-23 Joel Brobecker <brobecker@adacore.com>
6974
6975 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
6976 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
6977 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
6978 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
6979 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
6980
6981 2019-02-22 Keith Seitz <keiths@redhat.com>
6982
6983 PR symtab/23853
6984 * gdb.base/symlink-sourcefile.c: New file.
6985 * gdb.base/symlink-sourcefile.exp: New file.
6986
6987 2019-02-20 Tom Tromey <tom@tromey.com>
6988
6989 * gdb.base/info_qt.exp: Update.
6990
6991 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
6992
6993 * gdb.base/source.exp: Move "error in sourced script" code to
6994 the end.
6995 * gdb.base/source-error.gdb: Move contents to
6996 source-error-1.gdb. Add new code to source source-error-1.gdb.
6997 * gdb.base/source-error-1.gdb: New file, from previous
6998 source-error.gdb.
6999
7000 2019-02-17 Tom Tromey <tom@tromey.com>
7001
7002 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
7003 for macro styling.
7004 * gdb.base/style.c (SOME_MACRO): New macro.
7005
7006 2019-02-17 Tom Tromey <tom@tromey.com>
7007
7008 * gdb.base/style.exp: Add line-wrapping tests.
7009 * gdb.base/page.exp: Add test for quitting during pagination.
7010
7011 2019-02-17 Joel Brobecker <brobecker@adacore.com>
7012
7013 * gdb.ada/big_packed_array: New testcase.
7014 * gdb.ada/homonym.exp: Fix incorrect expected output for
7015 "break <homonym__get_value>" test.
7016
7017 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
7018
7019 PR breakpoints/21870
7020 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
7021 and prepare_for_testing. Add comment.
7022 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
7023 redundant cleanup call. Clean up comment.
7024
7025 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
7026
7027 PR breakpoints/21870
7028 * gdb.arch/aarch64-dbreg-contents.exp: New file.
7029 * gdb.arch/aarch64-dbreg-contents.c: New file.
7030
7031 2019-02-10 Joel Brobecker <brobecker@adacore.com>
7032
7033 * gdb.ada/mi_ref_changeable: New testcase.
7034
7035 2019-02-07 Alan Hayward <alan.hayward@arm.com>
7036
7037 * gdb.base/attach.exp: Add double attach test.
7038
7039 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
7040
7041 * lib/gdb.exp (default_gdb_start): Don't match pagination
7042 prompt.
7043 (gdb_init): Set stty_init.
7044
7045 2019-01-27 Tom Tromey <tom@tromey.com>
7046
7047 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
7048 skip_python_tests.
7049
7050 2019-01-24 Alan Hayward <alan.hayward@arm.com>
7051
7052 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
7053 New structure.
7054 (struct struct_static_02_02): Likewise.
7055 (struct struct_static_02_03): Likewise.
7056 (struct struct_static_02_04): Likewise.
7057 (struct struct_static_04_01): Likewise.
7058 (struct struct_static_04_02): Likewise.
7059 (struct struct_static_04_03): Likewise.
7060 (struct struct_static_04_04): Likewise.
7061 (struct struct_static_06_01): Likewise.
7062 (struct struct_static_06_02): Likewise.
7063 (struct struct_static_06_03): Likewise.
7064 (struct struct_static_06_04): Likewise.
7065 (cmp_struct_static_02_01): Likewise.
7066 (cmp_struct_static_02_02): Likewise.
7067 (cmp_struct_static_02_03): Likewise.
7068 (cmp_struct_static_02_04): Likewise.
7069 (cmp_struct_static_04_01): Likewise.
7070 (cmp_struct_static_04_02): Likewise.
7071 (cmp_struct_static_04_03): Likewise.
7072 (cmp_struct_static_04_04): Likewise.
7073 (cmp_struct_static_06_01): Likewise.
7074 (cmp_struct_static_06_02): Likewise.
7075 (cmp_struct_static_06_03): Likewise.
7076 (cmp_struct_static_06_04): Likewise.
7077 (call_all): Test new structs.
7078 * gdb.base/infcall-nested-structs.exp: Likewise.
7079
7080 2019-01-21 Alan Hayward <alan.hayward@arm.com>
7081 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
7082
7083 2019-01-21 Alan Hayward <alan.hayward@arm.com>
7084 * gdb.base/stack-protector.c: New test.
7085 * gdb.base/stack-protector.exp: New file.
7086 * gdb.cp/ovldbreak.exp: Only allow a single break line.
7087 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
7088 option.
7089 (gdb_compile): Remove stack protector for GCC and prevent
7090 recursion.
7091
7092 2019-01-16 Keith Seitz <keiths@redhat.com>
7093
7094 PR gdb/23773
7095 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
7096
7097 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7098
7099 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
7100 aliases.
7101 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
7102 tests.
7103 * gdb.arch/powerpc-vector-regs.c: New file.
7104 * gdb.arch/powerpc-vector-regs.exp: New file.
7105
7106 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7107
7108 * gdb.arch/altivec-regs.exp: Fix the list passed to
7109 gdb_expect_list when testing "info vector".
7110
7111 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7112
7113 * gdb.base/style.exp: Don't include path in testname.
7114
7115 2019-01-10 Keith Seitz <keiths@redhat.com>
7116
7117 PR gdb/23712
7118 PR symtab/23010
7119 * gdb.dwarf2/multidictionary.exp: New file.
7120
7121 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
7122
7123 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
7124 (test_gnuv3_style_demangling): ... this.
7125 (test_lucid_style_demangling): Remove.
7126 (test_arm_style_demangling): Remove.
7127 (test_hp_style_demangling): Remove.
7128 (do_tests): Remove calls to the above.
7129
7130 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7131
7132 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
7133 case.
7134
7135 2019-01-06 Tom Tromey <tom@tromey.com>
7136
7137 PR gdb/28155:
7138 * gdb.dwarf2/typedef-void-finish.exp: New file.
7139
7140 2018-12-28 Tom Tromey <tom@tromey.com>
7141 Simon Marchi <simark@simark.ca>
7142
7143 * gdb.base/jit-exec.exp: New file.
7144 * gdb.base/jit-exec.c: New file.
7145 * gdb.base/jit-execd.c: New file.
7146
7147 2018-12-28 Tom Tromey <tom@tromey.com>
7148
7149 * gdb.base/style.exp: Update test to check for address styling.
7150
7151 2018-12-28 Tom Tromey <tom@tromey.com>
7152
7153 * gdb.base/style.exp: Add test for styling of "Reading symbols"
7154 message.
7155
7156 2018-12-28 Tom Tromey <tom@tromey.com>
7157
7158 * gdb.base/style.exp: Add test for version number styling.
7159
7160 2018-12-28 Tom Tromey <tom@tromey.com>
7161
7162 * gdb.base/style.exp: Add test for print_address_symbolic.
7163
7164 2018-12-28 Tom Tromey <tom@tromey.com>
7165
7166 * gdb.base/style.exp: Add test for breakpoint setting.
7167
7168 2018-12-28 Tom Tromey <tom@tromey.com>
7169
7170 * gdb.base/style.exp: Add test for variable names.
7171
7172 2018-12-28 Tom Tromey <tom@tromey.com>
7173
7174 * gdb.base/style.exp: New file.
7175 * gdb.base/style.c: New file.
7176
7177 2018-12-28 Tom Tromey <tom@tromey.com>
7178
7179 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
7180 "dumb".
7181 * gdb.base/readline.exp (operate_and_get_next): Save and restore
7182 the TERM environment variable.
7183
7184 2018-12-27 Tom Tromey <tom@tromey.com>
7185
7186 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
7187 pagination test.
7188
7189 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
7190
7191 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
7192 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
7193
7194 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7195
7196 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
7197 Filename a.adb changed to bp_fun_addr.adb.
7198 gdb.ada/bp_fun_addr.exp: Update test accordingly.
7199
7200 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
7201
7202 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
7203 non-PIE executables.
7204 * README: Mention the gdb,nopie_flag board setting.
7205 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
7206 non-PIE executable.
7207 * gdb.arch/amd64-entry-value.exp: Likewise.
7208 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
7209 * gdb.arch/i386-float.exp: Likewise.
7210 * gdb.arch/i386-signal.exp: Likewise.
7211 * gdb.mi/mi-reg-undefined.exp: Likewise.
7212
7213 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
7214
7215 PR gdb/23974
7216 * gdb.base/info-os.exp: Check return for unknown "info os" type.
7217
7218 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7219
7220 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
7221 Update order of results accordingly.
7222
7223 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
7224
7225 * gdb.base/annota1.exp: Update a test regexp.
7226
7227 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7228
7229 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
7230
7231 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7232
7233 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
7234 (reuse_time): Initialize to REUSE_TIME_CAP.
7235 (check_rc): New function.
7236 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
7237 Check pthread_create rc.
7238 (spawner_thread_func): Check pthread_create and pthread_join rc.
7239
7240 2018-12-08 Pedro Alves <palves@redhat.com>
7241
7242 * gdb.base/list.exp (test_forward_search): Rename to ...
7243 (test_forward_reverse_search): ... this. Also test reverse-search
7244 and the forward-search alias.
7245
7246 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
7247
7248 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
7249 local timeout variable before return, and remove all local timeout
7250 variable entirely.
7251 (gdb_load): Likewise.
7252
7253 2018-12-01 Tom de Vries <tdevries@suse.de>
7254
7255 * gdb.base/gdb-caching-proc.exp: New file.
7256
7257 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
7258
7259 * Makefile.in (TIMESTAMP): New variable.
7260 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
7261 command.
7262 (check-single-racy): Likewise.
7263 (check/%.exp): Likewise.
7264 (check-racy/%.exp): Likewise.
7265 (workers/%.worker): Likewise.
7266 (build-perf): Likewise.
7267 (check-perf): Likewise.
7268 * README: Describe new "TS" and "TS_FORMAT" variables.
7269 * print-ts.py: New file.
7270
7271 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
7272
7273 PR python/23714
7274 * gdb.python/python.exp: Test command repetition after
7275 gdb.execute.
7276
7277 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
7278
7279 * gdb.opt/inline-break.exp: Add test that info breakpoint output
7280 is correctly aligned.
7281
7282 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7283
7284 * gdb.ada/info_auto_lang.exp: New testcase.
7285 * gdb.ada/info_auto_lang/global_pack.ads: New file.
7286 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
7287 * gdb.ada/info_auto_lang/some_c.c: New file.
7288
7289 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7290
7291 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
7292 FUNC_lang language syntax.
7293
7294 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7295
7296 * gdb.base/info_minsym.c: New file.
7297 * gdb.base/info_minsym.exp: New file.
7298
7299 2018-11-19 Tom Tromey <tom@tromey.com>
7300
7301 PR rust/23625:
7302 * gdb.rust/simple.exp: Add ptype test. Update expected output.
7303 * gdb.rust/expr.exp: Update expected output. Change one test.
7304
7305 2018-11-19 Tom Tromey <tom@tromey.com>
7306
7307 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
7308
7309 2018-11-19 Pedro Alves <palves@redhat.com>
7310
7311 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
7312 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
7313 see the expected warning.
7314
7315 2018-11-16 Alan Hayward <alan.hayward@arm.com>
7316
7317 PR gdb/22736:
7318 * gdb.cp/infcall-nodebug-lib.c: New test.
7319 * gdb.cp/infcall-nodebug-main.c: New test.
7320 * gdb.cp/infcall-nodebug.exp: New file.
7321
7322 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
7323
7324 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
7325 completer tests.
7326
7327 2018-11-09 Tom de Vries <tdevries@suse.de>
7328
7329 * gdb.base/msym-lang.c: New test.
7330 * gdb.base/msym-lang.exp: New file.
7331 * gdb.base/msym-lang-main.c: New test.
7332
7333 2018-11-08 Tom Tromey <tom@tromey.com>
7334
7335 PR gdb/23555:
7336 PR gdb/23838:
7337 * gdb.base/warning.exp: New file.
7338
7339 2018-11-08 Jan Beulich <jbeulich@suse.com>
7340
7341 * testsuite/gdb.arch/i386-avx512.c,
7342 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
7343
7344 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
7345
7346 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
7347 point hardware.
7348
7349 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
7350
7351 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
7352 * gdb.dwarf2/missing-type-name.exp: New file.
7353
7354 2018-11-06 Tom de Vries <tdevries@suse.de>
7355
7356 * gdb.base/many-headers.c: New test.
7357 * gdb.base/many-headers.exp: New file.
7358
7359 2018-11-06 Jim Wilson <jimw@sifive.com>
7360
7361 * gdb.base/code_elim.exp: For riscv, set additional_flags
7362 to include -msmall-data-limit=0.
7363
7364 2018-11-01 Joel Brobecker <brobecker@adacore.com>
7365
7366 * gdb.ada/watch_minus_l: New testcase.
7367
7368 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
7369
7370 * gdb.arch/aix-sighandle.c: New file.
7371 * gdb.arch/aix-sighandle.exp: New file.
7372
7373 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7374
7375 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
7376 registers being unions.
7377
7378 2018-10-31 Tom de Vries <tdevries@suse.de>
7379
7380 * lib/valgrind.exp: New file.
7381 (vgdb_start, vgdb_stop): New procs, factored out of ...
7382 * gdb.base/valgrind-bt.exp: ... here, ...
7383 * gdb.base/valgrind-disp-step.exp: ... here and ...
7384 * gdb.base/valgrind-infcall.exp: ... here.
7385
7386 2018-10-31 Tom de Vries <tdevries@suse.de>
7387
7388 * lib/gdb.exp (get_valueof): Don't output read value in test name.
7389
7390 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7391
7392 * gdb.dwarf2/void-type.c: New file.
7393 * gdb.dwarf2/void-type.exp: New file.
7394
7395 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7396
7397 * gdb.base/info_qt.c: New file.
7398 * gdb.base/info_qt.exp: New file.
7399
7400 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7401
7402 * gdb.arch/powerpc-htm-regs.c: New file.
7403 * gdb.arch/powerpc-htm-regs.exp: New file.
7404
7405 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7406
7407 * gdb.arch/powerpc-tar.c: New file.
7408 * gdb.arch/powerpc-tar.exp: New file.
7409
7410 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7411
7412 * gdb.arch/powerpc-ppr-dscr.c: New file.
7413 * gdb.arch/powerpc-ppr-dscr.exp: New file.
7414
7415 2018-10-25 Tom de Vries <tdevries@suse.de>
7416
7417 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
7418
7419 2018-10-24 Tom de Vries <tdevries@suse.de>
7420
7421 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
7422 longer exists error.
7423
7424 2018-10-24 Tom de Vries <tdevries@suse.de>
7425
7426 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
7427
7428 2018-10-24 Tom de Vries <tdevries@suse.de>
7429
7430 * gdb.base/valgrind-db-attach.exp: Handle removed support for
7431 --db-attach in valgrind.
7432
7433 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
7434
7435 * gdb.arch/riscv-reg-aliases.c: New file.
7436 * gdb.arch/riscv-reg-aliases.exp: New file.
7437
7438 2018-10-19 Alan Hayward <alan.hayward@arm.com>
7439
7440 * gdb.python/py-cmd.exp: Check for gdb_prompt.
7441
7442 2018-10-19 Alan Hayward <alan.hayward@arm.com>
7443
7444 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
7445
7446 2018-10-19 Alan Hayward <alan.hayward@arm.com>
7447
7448 * gdb.cp/ovldbreak.exp: Fix regexps.
7449
7450 2018-10-19 Alan Hayward <alan.hayward@arm.com>
7451
7452 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
7453
7454 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
7455
7456 PR cli/23785
7457 * gdb.base/restore.exp: New test to check if "restore" with an
7458 invalid file doesn't segfault.
7459
7460 2018-10-18 Tom de Vries <tdevries@suse.de>
7461
7462 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
7463 * gdb.ada/excep_handle.exp: Same.
7464 * gdb.ada/mi_string_access.exp: Same.
7465 * gdb.ada/mi_var_union.exp: Same.
7466 * gdb.arch/arc-analyze-prologue.exp: Same.
7467 * gdb.arch/arc-decode-insn.exp: Same.
7468 * gdb.base/readnever.exp: Same.
7469 * gdb.fortran/printing-types.exp: Same.
7470 * gdb.guile/scm-lazy-string.exp: Same.
7471
7472 2018-10-16 Tom de Vries <tdevries@suse.de>
7473
7474 PR gdb/23730
7475 * gdb.base/catch-follow-exec.c: Add copyright notice.
7476 * gdb.base/catch-follow-exec.exp: Rewrite to use
7477 gdb_spawn_with_cmdline_opts. Require gdb-native.
7478
7479 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
7480
7481 * gdb.trace/actions-changed.exp: Check for arch support.
7482 * gdb.trace/actions.exp: Likewise.
7483 * gdb.trace/ax.exp: Likewise.
7484 * gdb.trace/backtrace.exp: Likewise.
7485 * gdb.trace/change-loc.exp: Likewise.
7486 * gdb.trace/deltrace.exp: Likewise.
7487 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
7488 * gdb.trace/ftrace.exp: Likewise.
7489 * gdb.trace/infotrace.exp: Check for arch support.
7490 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
7491 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
7492 * gdb.trace/mi-tsv-changed.exp: Likewise.
7493 * gdb.trace/packetlen.exp: Likewise.
7494 * gdb.trace/passc-dyn.exp: Likewise.
7495 * gdb.trace/passcount.exp: Likewise.
7496 * gdb.trace/pending.exp: Likewise.
7497 * gdb.trace/range-stepping.exp: Check for shlib support.
7498 * gdb.trace/report.exp: Check for arch support.
7499 * gdb.trace/save-trace.exp: Likewise.
7500 * gdb.trace/signal.exp: Check for signal support.
7501 * gdb.trace/tfind.exp: Check for arch support.
7502 * gdb.trace/trace-break.exp: Check for arch and shlib support.
7503 * gdb.trace/trace-common.h: Add comment.
7504 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
7505 * gdb.trace/trace-enable-disable.exp: Likewise.
7506 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
7507 * gdb.trace/tracecmd.exp: Check for arch support.
7508 * gdb.trace/tspeed.exp: Check for shlib and target support.
7509 * gdb.trace/tstatus.exp: Check for arch support.
7510 * gdb.trace/tsv.exp: Likewise.
7511 * gdb.trace/while-dyn.exp: Likewise.
7512 * gdb.trace/while-stepping.exp: Likewise.
7513 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
7514
7515 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
7516
7517 * gdb.trace/tspeed.exp: Remove nowarnings.
7518 (prepare_for_trace_test): Declare "global ipalib".
7519 * gdb.trace/tspeed.c: Include unistd.h.
7520 (main): Remove superfluous printf argument.
7521
7522 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
7523
7524 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
7525 directory prefix on the filename.
7526
7527 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
7528
7529 * gdb.gdb/unittest.exp: Update expected message informing that
7530 selftests have been disabled.
7531 * gdb.server/unittest.exp: Likewise.
7532
7533 2018-10-09 Tom de Vries <tdevries@suse.de>
7534
7535 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
7536 with runto_main.
7537
7538 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
7539
7540 PR c++/16841
7541 * gdb.cp/virtbase2.cc: New file.
7542 * gdb.cp/virtbase2.exp: New file.
7543
7544 2018-10-06 Tom Tromey <tom@tromey.com>
7545
7546 PR python/19399:
7547 * gdb.python/py-inferior.exp: Add architecture test.
7548
7549 2018-10-06 Tom Tromey <tom@tromey.com>
7550
7551 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
7552 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
7553
7554 2018-10-06 Tom Tromey <tom@tromey.com>
7555
7556 * gdb.python/py-breakpoint.exp (check_last_event): Check location
7557 of a "throw" catchpoint.
7558
7559 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
7560
7561 * gdb.base/info-proc.exp: Update string expected from "help info
7562 proc".
7563
7564 2018-10-04 Tom Tromey <tom@tromey.com>
7565
7566 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
7567 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
7568 (test_initial_complaints, test_empty_complaints): Update.
7569 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
7570
7571 2018-10-04 Tom Tromey <tom@tromey.com>
7572
7573 PR cli/19551:
7574 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
7575 * lib/gdb.exp (gdb_file_cmd): Update.
7576 * gdb.stabs/weird.exp (print_weird_var): Update.
7577 * gdb.server/solib-list.exp: Update.
7578 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
7579 * gdb.mi/mi-cli.exp: Update.
7580 * gdb.linespec/linespec.exp: Update.
7581 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
7582 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
7583 * gdb.cp/cp-relocate.exp: Update.
7584 * gdb.base/sym-file.exp: Update.
7585 * gdb.base/relocate.exp: Update.
7586 * gdb.base/readnever.exp: Update.
7587 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
7588 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
7589 * gdb.base/dbx.exp (gdb_file_cmd): Update.
7590 * gdb.base/code_elim.exp: Update.
7591 * gdb.base/break-unload-file.exp (test_break): Update.
7592 * gdb.base/break-interp.exp (test_attach_gdb): Update.
7593 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
7594 Update.
7595 * gdb.base/attach.exp (do_attach_tests): Update.
7596 * gdb.base/sepdebug.exp: Update.
7597 * gdb.python/py-section-script.exp: Update.
7598
7599 2018-10-04 Tom Tromey <tom@tromey.com>
7600
7601 PR cli/22234:
7602 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
7603 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
7604 output.
7605
7606 2018-10-04 Tom Tromey <tom@tromey.com>
7607
7608 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
7609 set width and height to 0.
7610 (test_command_line_attach_run): Use -quiet.
7611
7612 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
7613
7614 * lib/gdb.exp (skip_ifunc_tests): New.
7615 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
7616 other compile failures.
7617 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
7618
7619 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
7620
7621 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
7622 is_amd64_regs_target.
7623
7624 2018-10-01 Alan Hayward <alan.hayward@arm.com>
7625
7626 * gdb.arch/aarch64-sighandler-regs.c: New test.
7627 * gdb.arch/aarch64-sighandler-regs.exp: New file.
7628 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
7629
7630 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
7631
7632 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
7633 assembly.
7634
7635 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
7636
7637 * gdb.base/frame-selection.exp: New file.
7638 * gdb.base/frame-selection.c: New file.
7639
7640 2018-09-27 Alan Hayward <alan.hayward@arm.com>
7641
7642 * gdb.threads/check-libthread-db.c (thread_routine): Use a
7643 pthread barrier.
7644 (main): Likewise.
7645
7646 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
7647
7648 * gdb.base/large-frame-1.c: New file.
7649 * gdb.base/large-frame-2.c: New file.
7650 * gdb.base/large-frame.exp: New file.
7651 * gdb.base/large-frame.h: New file.
7652
7653 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
7654
7655 PR gdb/20948
7656 * gdb.base/write_mem.exp: New test.
7657 * gdb.base/write_mem.c: Likewise.
7658
7659 2018-09-23 Tom Tromey <tom@tromey.com>
7660
7661 PR python/18852:
7662 * gdb.python/py-parameter.exp: Add test for parameter that throws
7663 on "set".
7664
7665 2018-09-23 Tom Tromey <tom@tromey.com>
7666
7667 PR python/17284:
7668 * gdb.python/py-template.exp (test_template_arg): Add test for
7669 negative template argument number.
7670
7671 2018-09-23 Tom Tromey <tom@tromey.com>
7672
7673 PR python/14062:
7674 * gdb.python/python.exp: Add test for post_event error.
7675
7676 2018-09-23 Tom Tromey <tom@tromey.com>
7677
7678 PR python/18170:
7679 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
7680 convert pointers to int and long.
7681
7682 2018-09-23 Tom Tromey <tom@tromey.com>
7683
7684 PR python/20126:
7685 * gdb.python/py-value.exp (test_value_numeric_ops): Add
7686 signed-ness conversion tests.
7687
7688 2018-09-23 Tom Tromey <tom@tromey.com>
7689
7690 PR python/18352;
7691 * gdb.python/py-value.exp (test_float_conversion): New proc.
7692 Use it.
7693
7694 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
7695
7696 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
7697
7698 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
7699
7700 * gdb.base/complete-empty.exp: Skip tab-completion tests if
7701 no readline.
7702 * gdb.base/utf8-identifiers.exp: Likewise.
7703 * gdb.cp/cpcompletion.exp: Likewise.
7704 * gdb.linespec/cpcompletion.exp: Likewise.
7705 * gdb.linespec/cpls-abi-tag.exp: Likewise.
7706 * gdb.linespec/cpls-ops.exp: Likewise.
7707
7708 2018-09-19 Richard Bunt <richard.bunt@arm.com>
7709 Chris January <chris.january@arm.com>
7710
7711 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
7712 * gdb.fortran/short-circuit-argument-list.exp: New file.
7713 * gdb.fortran/short-circuit-argument-list.f90: New test.
7714
7715 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
7716
7717 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
7718 "arch=" keyword when executing "-stack-list-frames".
7719
7720 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
7721
7722 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
7723 "arch=" keyword when executing "-stack-list-frames".
7724
7725 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
7726
7727 * gdb.ada/complete.exp: Expect for "@" when doing "complete
7728 break ada".
7729
7730 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
7731
7732 PR python/23669
7733 * gdb.python/python.exp: Test gdb.execute("show commands").
7734
7735 2018-09-16 Tom Tromey <tom@tromey.com>
7736
7737 * gdb.base/new-ui.exp (do_execution_tests): Update.
7738 * gdb.base/dbx.exp (test_breakpoints): Update.
7739
7740 2018-09-14 Alan Hayward <alan.hayward@arm.com>
7741
7742 * lib/gdb.exp (gdb_simple_compile): Add proc.
7743 (is_elf_target): Use gdb_simple_compile.
7744 (skip_altivec_tests): Likewise.
7745 (skip_vsx_tests): Likewise.
7746 (skip_tsx_tests): Likewise.
7747 (skip_btrace_tests): Likewise.
7748 (skip_btrace_pt_tests): Likewise.
7749 (gdb_can_simple_compile): Likewise.
7750 (gdb_has_argv0): Likewise.
7751 (gdb_target_symbol_prefix): Likewise.
7752 (target_supports_scheduler_locking): Likewise.
7753
7754 2018-09-13 Tom Tromey <tom@tromey.com>
7755
7756 * Makefile.in (TAGS): Recognize proc_with_prefix and
7757 gdb_caching_proc.
7758
7759 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7760
7761 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
7762 method.
7763
7764 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7765
7766 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
7767 and a few other Inferior properties when the Inferior is no
7768 longer valid.
7769
7770 2018-09-13 Tom Tromey <tom@tromey.com>
7771
7772 PR rust/23650:
7773 * gdb.rust/simple.exp: Add test for enum field access error.
7774
7775 2018-09-13 Tom Tromey <tom@tromey.com>
7776
7777 PR rust/23626:
7778 * gdb.rust/simple.rs (EmptyEnum): New type.
7779 (main): Use it.
7780 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
7781
7782 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7783
7784 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
7785 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
7786 * gdb.python/py-symtab.exp: Update test printing an objfile.
7787
7788 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
7789
7790 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
7791 object.
7792
7793 2018-09-12 Alan Hayward <alan.hayward@arm.com>
7794
7795 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
7796 (support_complex_tests): Use gdb_can_simple_compile.
7797 (is_ilp32_target): Likewise.
7798 (is_lp64_target): Likewise.
7799 (is_64_target): Likewise.
7800 (is_amd64_regs_target): Likewise.
7801 (is_aarch32_target): Likewise.
7802 (gdb_int128_helper): Likewise.
7803
7804 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7805
7806 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
7807
7808 2018-09-10 Jerome Guitton <guitton@adacore.com>
7809
7810 * gdb.ada/same_component_name: Add test for case of tagged record
7811 with variable-length fields.
7812
7813 2018-09-10 Xavier Roirand <roirand@adacore.com>
7814
7815 * gdb.ada/access_to_unbounded_array.exp: New testcase.
7816 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
7817 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
7818 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
7819
7820 2018-09-10 Xavier Roirand <roirand@adacore.com>
7821
7822 * gdb.ada/mi_string_access.exp: New testcase.
7823 * gdb.ada/mi_string_access/bar.adb: New file.
7824 * gdb.ada/mi_string_access/pck.adb: New file.
7825 * gdb.ada/mi_string_access/pck.asd: New file.
7826
7827 2018-09-10 Xavier Roirand <roirand@adacore.com>
7828
7829 * gdb.ada/mi_var_union.exp: New testcase.
7830 * gdb.ada/mi_var_union/bar.adb: New file.
7831 * gdb.ada/mi_var_union/pck.adb: New file.
7832 * gdb.ada/mi_var_union/pck.asd: New file.
7833
7834 2018-09-08 Tom Tromey <tom@tromey.com>
7835
7836 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
7837
7838 2018-09-08 Tom Tromey <tom@tromey.com>
7839
7840 PR python/16047:
7841 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
7842 (register_pretty_printers): Register new printer.
7843 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
7844 test.
7845 * gdb.python/py-prettyprint.c (int_type3): New typedef.
7846 (an_int_type3): New global.
7847
7848 2018-09-08 Joel Brobecker <brobecker@adacore.com>
7849
7850 * gdb.ada/expr_with_funcall: New testcase.
7851
7852 2018-09-08 Joel Brobecker <brobecker@adacore.com>
7853
7854 * gdb.ada/packed_array_assign: New testcase.
7855
7856 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
7857
7858 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
7859 names, and add test prefixes to make test names unique.
7860
7861 2018-09-05 Tom de Vries <tdevries@suse.de>
7862
7863 * gdb.dwarf2/varval.exp: Add test.
7864
7865 2018-09-04 Gary Benson <gbenson@redhat.com>
7866
7867 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
7868 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
7869
7870 2018-08-31 Tom Tromey <tom@tromey.com>
7871
7872 * gdb.rust/simple.rs: Rename second variable "v".
7873
7874 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
7875
7876 * gdb.base/funcargs.c (use_a): New function.
7877 (recurse): Call use_a.
7878
7879 2018-08-29 Keith Seitz <keiths@redhat.com>
7880
7881 * gdb.compile/compile-cplus-anonymous.cc: New file.
7882 * gdb.compile/compile-cplus-anonymous.exp: New file.
7883 * gdb.compile/compile-cplus-array-decay.cc: New file.
7884 * gdb.compile/compile-cplus-array-decay.exp: New file.
7885 * gdb.compile/compile-cplus-inherit.cc: New file.
7886 * gdb.compile/compile-cplus-inherit.exp: New file.
7887 * gdb.compile/compile-cplus-member.cc: New file.
7888 * gdb.compile/compile-cplus-member.exp: New file.
7889 * gdb.compile/compile-cplus-method.cc: New file.
7890 * gdb.compile/compile-cplus-method.exp: New file.
7891 * gdb.compile/compile-cplus-mod.c: "New" file.
7892 * gdb.compile/compile-cplus-namespace.cc: New file.
7893 * gdb.compile/compile-cplus-namespace.exp: New file.
7894 * gdb.compile/compile-cplus-nested.cc: New file.
7895 * gdb.compile/compile-cplus-nested.exp: New file.
7896 * gdb.compile/compile-cplus-print.c: "New" file.
7897 * gdb.compile/compile-cplus-print.exp: "New" file.
7898 * gdb.compile/compile-cplus-virtual.cc: New file.
7899 * gdb.compile/compile-cplus-virtual.exp: New file.
7900 * gdb.compile/compile-cplus.c: "New" file.
7901 * gdb.compile/compile-cplus.exp: "New" file.
7902 * lib/compile-support.exp: New file.
7903
7904 2018-08-16 Gary Benson <gbenson@redhat.com>
7905
7906 PR gdb/13000:
7907 * gdb.base/batch-exit-status.exp: New file.
7908 * gdb.base/batch-exit-status.good-commands: Likewise.
7909 * gdb.base/batch-exit-status.bad-commands: Likewise.
7910
7911 2018-08-29 Alan Hayward <alan.hayward@arm.com>
7912
7913 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
7914 (struct struct02): Likewise.
7915 (struct struct03): Likewise.
7916 (struct struct04): Likewise.
7917 (struct struct_01_01): New struct.
7918 (struct struct_01_02): Likewise.
7919 (struct struct_01_03): Likewise.
7920 (struct struct_01_04): Likewise.
7921 (struct struct_02_01): Likewise.
7922 (struct struct_02_02): Likewise.
7923 (struct struct_02_03): Likewise.
7924 (struct struct_02_04): Likewise.
7925 (struct struct_04_01): Likewise.
7926 (struct struct_04_02): Likewise.
7927 (struct struct_04_03): Likewise.
7928 (struct struct_04_04): Likewise.
7929 (struct struct_05_01): Likewise.
7930 (struct struct_05_02): Likewise.
7931 (struct struct_05_03): Likewise.
7932 (struct struct_05_04): Likewise.
7933 (cmp_struct01): Remove function.
7934 (cmp_struct02): Likewise.
7935 (cmp_struct03): Likewise.
7936 (cmp_struct04): Likewise.
7937 (cmp_struct_01_01): Add Function.
7938 (cmp_struct_01_02): Likewise.
7939 (cmp_struct_01_03): Likewise.
7940 (cmp_struct_01_04): Likewise.
7941 (cmp_struct_02_01): Likewise.
7942 (cmp_struct_02_02): Likewise.
7943 (cmp_struct_02_03): Likewise.
7944 (cmp_struct_02_04): Likewise.
7945 (cmp_struct_04_01): Likewise.
7946 (cmp_struct_04_02): Likewise.
7947 (cmp_struct_04_03): Likewise.
7948 (cmp_struct_04_04): Likewise.
7949 (cmp_struct_05_01): Likewise.
7950 (cmp_struct_05_02): Likewise.
7951 (cmp_struct_05_03): Likewise.
7952 (cmp_struct_05_04): Likewise.
7953 (call_all): Add new structs.
7954 * gdb.base/infcall-nested-structs.exp: Likewise.
7955
7956 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
7957
7958 * gdb.python/py-framefilter-mi.exp: Update regexp to
7959 check for "arch" field in frame output.
7960
7961 2018-08-23 Kevin Buettner <kevinb@redhat.com>
7962
7963 * gdb.dwarf2/dw2-ranges-func.c: New file.
7964 * gdb.dwarf2/dw2-ranges-func.exp: New file.
7965
7966 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
7967
7968 * gdb.base/term.exp: Compare terminal settings with values from
7969 the inferior.
7970 * gdb.base/term.c: Get and set terminal settings.
7971
7972 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
7973
7974 * lib/mi-support.exp (mi_expect_stop): Update regexp to
7975 accommodate new "arch" field in frame output.
7976 * gdb.mi/mi-return.exp: Likewise.
7977 * gdb.mi/mi-stack.exp: Likewise.
7978 * gdb.mi/mi-syn-frame.exp: Likewise.
7979 * gdb.mi/user-selected-context-sync.exp: Likewise.
7980
7981 2018-08-19 Michael Spang <spang@google.com>
7982
7983 PR gdb/11786
7984 * gdb.base/gcore-tls-pie.c: New file.
7985 * gdb.base/gcore-tls-pie.exp: New file.
7986
7987 2018-08-18 Kevin Buettner <kevinb@redhat.com>
7988
7989 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7990 * gdb.dwarf2/varval.c: New file.
7991 * gdb.dwarf2/varval.exp: New file.
7992
7993 2018-08-17 Alan Hayward <alan.hayward@arm.com>
7994
7995 PR gdb/18931
7996 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
7997
7998 2018-08-16 Keith Seitz <keiths@redhat.com>
7999
8000 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
8001 tests expected to pass.
8002
8003 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
8004
8005 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
8006 -data-disassemble -a.
8007 (test_disassembly_bogus_args): Likewise.
8008
8009 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
8010
8011 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
8012
8013 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
8014
8015 * gdb.base/vla-optimized-out.exp: Add new test.
8016
8017 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
8018
8019 * gdb.base/vla-optimized-out-o3.exp: Delete.
8020 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
8021 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
8022 deleted tests.
8023
8024 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
8025
8026 PR gdb/18050:
8027 * gdb.server/extended-remote-restart.c: New file.
8028 * gdb.server/extended-remote-restart.exp: New file.
8029
8030 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
8031
8032 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
8033 "set variable index = 42".
8034
8035 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
8036
8037 * boards/index-cache-gdb.exp: New file.
8038 * gdb.dwarf2/index-cache.exp: New file.
8039 * gdb.dwarf2/index-cache.c: New file.
8040 * gdb.base/maint.exp: Check if we are using the index cache.
8041
8042 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8043
8044 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
8045 MAKEFLAGS.
8046
8047 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8048
8049 * dg-extract-results.sh: Move to toplevel contrib.
8050 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
8051 * Makefile.in (check-parallel-racy): Likewise.
8052
8053 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
8054
8055 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
8056 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
8057 tests if the target supports scheduler locking.
8058
8059 2018-08-04 Tom de Vries <tdevries@suse.de>
8060
8061 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
8062
8063 2018-08-02 Tom Tromey <tom@tromey.com>
8064
8065 PR symtab/16842.
8066 * gdb.cp/temargs.exp: Test "info address" of a template
8067 parameter.
8068
8069 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
8070
8071 * gdb.python/py-mi-var-info-path-expression.c: New file.
8072 * gdb.python/py-mi-var-info-path-expression.py: New file.
8073 * gdb.python/py-mi-var-info-path-expression.exp: New file.
8074
8075 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
8076
8077 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
8078 error after "cannot resolve name" string.
8079
8080 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
8081
8082 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
8083 started.
8084 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
8085
8086 2018-07-28 Tom de Vries <tdevries@suse.de>
8087
8088 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
8089
8090 2018-07-26 Tom de Vries <tdevries@suse.de>
8091
8092 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
8093
8094 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
8095
8096 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
8097 is visible.
8098
8099 2018-07-26 Tom de Vries <tdevries@suse.de>
8100
8101 PR breakpoints/23366
8102 * gdb.base/catch-follow-exec.c: New test.
8103 * gdb.base/catch-follow-exec.exp: New file.
8104
8105 2018-07-25 Tom de Vries <tdevries@suse.de>
8106
8107 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
8108 vla-optimized-out.c.
8109
8110 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
8111
8112 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
8113 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
8114
8115 2018-07-20 Tom de Vries <tdevries@suse.de>
8116
8117 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
8118 NOCLONE macro.
8119 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
8120
8121 2018-07-19 Tom de Vries <tdevries@suse.de>
8122
8123 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
8124 regular expression.
8125
8126 2018-07-18 Tom de Vries <tdevries@suse.de>
8127
8128 * gdb.base/vla-optimized-out.c: New test.
8129 * gdb.base/vla-optimized-out.exp: New file.
8130
8131 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
8132
8133 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
8134 message "No address associated with hostname" when gdbserver
8135 cannot resolve the hostname.
8136
8137 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8138
8139 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
8140 Add some test prefixes to make tests unique.
8141
8142 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8143
8144 * gdb.base/frameapply.c: New file.
8145 * gdb.base/frameapply.exp: New file.
8146
8147 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8148
8149 * gdb.base/skip.exp: Update expected error message.
8150
8151 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
8152 Jan Kratochvil <jan.kratochvil@redhat.com>
8153 Paul Fertser <fercerpav@gmail.com>
8154 Tsutomu Seki <sekiriki@gmail.com>
8155
8156 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
8157 parameter.
8158 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
8159 by default.
8160 * boards/native-gdbserver.exp: Likewise.
8161 * gdb.server/run-without-local-binary.exp: Improve regexp used
8162 for detecting when a remote debugging connection succeeds.
8163 * gdb.server/server-connect.exp: New file.
8164 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
8165 Do not prefix the port number with ":".
8166 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
8167 support for detecting and using it. Add '$debughost_gdbserver'
8168 to the list of arguments used to start gdbserver. Handle case
8169 when gdbserver cannot resolve a network name.
8170
8171 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
8172
8173 PR c++/23373
8174 * gdb.base/ptype-offsets.cc (struct static_member): New
8175 struct.
8176 (main) <stmember>: New variable.
8177 * gdb.base/ptype-offsets.exp: Add test for printing a struct
8178 with a static member in it.
8179
8180 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
8181
8182 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
8183 watchpoints enabled and disabled.
8184
8185 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
8186
8187 * gdb.base/examine-backward.exp: Still run tests around address
8188 0x0, even if address 0x0 is not readable. Update the pattern for
8189 matching address 0x0 in expected output.
8190
8191 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
8192
8193 * gdb.base/share-env-with-gdbserver.c (main): Add call to
8194 malloc/free.
8195
8196 2018-07-04 Tom de Vries <tdevries@suse.de>
8197
8198 * gdb.dwarf2/dw2-error.exp: Update expected error message.
8199
8200 2018-07-02 Maciej W. Rozycki <macro@mips.com>
8201
8202 PR tdep/8282
8203 * gdb.arch/mips-disassembler-options.exp: New test.
8204 * gdb.arch/mips-disassembler-options.s: New test source.
8205
8206 2018-06-29 Pedro Alves <palves@redhat.com>
8207
8208 * gdb.threads/names.exp: Adjust expected "info threads" output.
8209
8210 2018-06-29 Pedro Alves <palves@redhat.com>
8211
8212 * gdb.opt/inline-break.exp (line number, address): Add "info
8213 break" tests.
8214
8215 2018-06-29 Pedro Alves <palves@redhat.com>
8216
8217 * gdb.opt/inline-break.c (func1): Add "break here" marker.
8218 * gdb.opt/inline-break.exp: Test setting breakpoints by line
8219 number and address and running to them.
8220
8221 2018-06-29 Richard Bunt <richard.bunt@arm.com>
8222
8223 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
8224
8225 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8226
8227 * lib/compiler.c: Remove executable permission flag.
8228
8229 2018-06-28 Richard Bunt <richard.bunt@arm.com>
8230
8231 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
8232 code.
8233 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
8234
8235 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
8236
8237 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
8238
8239 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
8240
8241 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
8242 address argument is omitted.
8243
8244 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
8245
8246 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
8247
8248 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
8249
8250 PR gdb/21695
8251 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
8252 * gdb.base/infoline-reloc-main-from-zero.c: New file.
8253
8254 2018-06-26 Tom Tromey <tom@tromey.com>
8255
8256 PR rust/22574:
8257 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
8258 * gdb.rust/simple.rs (struct SimpleLayout): New.
8259
8260 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
8261
8262 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
8263 "info registers" output.
8264
8265 2018-06-21 Richard Bunt <richard.bunt@arm.com>
8266
8267 * gdb.base/watchpoint-hw-attach.c: New test.
8268 * gdb.base/watchpoint-hw-attach.exp: New file.
8269
8270 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
8271
8272 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
8273 through /bin/sh.
8274 * boards/dwarf4-gdb-index.exp: Likewise.
8275 * boards/fission-dwp.exp: Likewise.
8276
8277 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
8278
8279 * gdb.base/float128.exp: Add comment and improved fail message
8280 to the failure case of "print large128" test.
8281
8282 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
8283
8284 * configure.ac: Remove AC_PREREQ.
8285 * configure: Re-generate.
8286
8287 2018-06-19 Pedro Alves <palves@redhat.com>
8288
8289 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
8290 (func_extern_caller): New.
8291 (main): Call func_extern_caller.
8292 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
8293 logic change.
8294
8295 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
8296
8297 PR gdb/16841
8298 * gdb.cp/typedef-base.cc: New file.
8299 * gdb.cp/typedef-base.exp: New file.
8300
8301 2018-06-18 Tom de Vries <tdevries@suse.de>
8302
8303 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
8304
8305 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8306 Richard Bunt <Richard.Bunt@arm.com>
8307
8308 * gdb.threads/attach-slow-waitpid.c: New file.
8309 * gdb.threads/attach-slow-waitpid.exp: New file.
8310 * gdb.threads/slow-waitpid.c: New file.
8311
8312 2018-06-14 Pedro Alves <palves@redhat.com>
8313
8314 * gdb.base/fork-running-state.c: Include <errno.h>.
8315 (exit_if_relative_exits): New.
8316 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
8317 exits.
8318 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
8319 child exits.
8320
8321 2018-06-14 Tom de Vries <tdevries@suse.de>
8322
8323 PR cli/22573
8324 * gdb.base/finish-pretty.c: New test.
8325 * gdb.base/finish-pretty.exp: New file.
8326
8327 2018-06-14 Pedro Alves <palves@redhat.com>
8328
8329 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
8330 gdb's expected startup output.
8331
8332 2018-06-14 Pedro Alves <palves@redhat.com>
8333
8334 * lib/selftest-support.exp (selftest_setup): Remove inlined
8335 function handling.
8336
8337 2018-06-14 Tom de Vries <tdevries@suse.de>
8338
8339 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
8340 matching of breakpoint printing.
8341
8342 2018-06-13 Tom de Vries <tdevries@suse.de>
8343
8344 PR testsuite/23269
8345 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
8346 (fork_child): ... here, and ...
8347 (fork_parent): ... here.
8348
8349 2018-06-12 Tom de Vries <tdevries@suse.de>
8350
8351 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
8352
8353 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
8354 Stephen Roberts <stephen.roberts@arm.com>
8355
8356 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
8357 rewrite test to describe action performed, rather than possible
8358 failure.
8359
8360 2018-06-08 Gary Benson <gbenson@redhat.com>
8361
8362 * gdb.threads/check-libthread-db.exp: New file.
8363 * gdb.threads/check-libthread-db.c: Likewise.
8364
8365 2018-06-05 Tom Tromey <tom@tromey.com>
8366
8367 * gdb.base/default.exp: Update expected "show version" output.
8368
8369 2018-06-05 Tom Tromey <tom@tromey.com>
8370
8371 PR cli/12326:
8372 * gdb.cp/static-print-quit.exp: Update.
8373 * lib/gdb.exp (pagination_prompt): Update.
8374 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
8375 * gdb.python/python.exp: Update.
8376
8377 2018-06-04 Joel Brobecker <brobecker@adacore.com>
8378
8379 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
8380
8381 2018-06-01 Joel Brobecker <brobecker@adacore.com>
8382
8383 * gdb.ada/bp_fun_addr: New testcase.
8384
8385 2018-06-01 Tom Tromey <tom@tromey.com>
8386
8387 * gdb.xml/tdesc-regs.exp (load_description): Update expected
8388 results.
8389 * gdb.dwarf2/method-ptr.exp: Set language to C++.
8390 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
8391 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
8392 * gdb.base/maint.exp (maint_pass_if): Update.
8393
8394 2018-05-31 Maciej W. Rozycki <macro@mips.com>
8395
8396 * gdb.base/endian.exp: New test.
8397 * gdb.base/endian.c: New test source.
8398
8399 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
8400
8401 PR gdb/23203
8402 * gdb.base/bt-selected-frame.c: New file.
8403 * gdb.base/bt-selected-frame.exp: New file.
8404 * lib/gdb.exp (get_current_frame_number): New function.
8405
8406 2018-05-24 Maciej W. Rozycki <macro@mips.com>
8407 Pedro Alves <palves@redhat.com>
8408
8409 * gdb.threads/tls-core.c: Include <stdlib.h>
8410 (thread_proc): Call `abort'.
8411 * gdb.threads/tls-core.exp: Generate a core with core_find too.
8412 (tls_core_test): New procedure, bits factored out from ...
8413 (top level): ... here. Test both native cores and gcore cores.
8414
8415 2018-05-23 Tom Tromey <tom@tromey.com>
8416
8417 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
8418
8419 2018-05-23 Tom Tromey <tom@tromey.com>
8420
8421 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
8422 symfile_complaints.
8423 (test_short_complaints): Likewise.
8424 (test_empty_complaints): Likewise.
8425 (test_initial_complaints): Update.
8426
8427 2018-05-23 Tom Tromey <tom@tromey.com>
8428
8429 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
8430
8431 2018-05-23 Tom Tromey <tom@tromey.com>
8432
8433 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
8434 (test_short_complaints): Update.
8435
8436 2018-05-22 Pedro Alves <palves@redhat.com>
8437
8438 * gdb.base/remote.exp: Only gdb_start after compiling the
8439 testcase. Issue "disconnect" before testing "set remote" command
8440 defaults. Issue clean_restart before running to main.
8441
8442 2018-05-22 Pedro Alves <palves@redhat.com>
8443
8444 * gdb.base/remote.exp: Adjust expected output of "show remote
8445 memory-write-packet-size". Add tests for "set remote
8446 memory-write-packet-size 0" and "set remote
8447 memory-write-packet-size fixed/limit".
8448
8449 2018-05-22 Pedro Alves <palves@redhat.com>
8450
8451 PR gdb/22973
8452 * gdb.base/utf8-identifiers.c: New file.
8453 * gdb.base/utf8-identifiers.exp: New file.
8454
8455 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
8456
8457 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
8458
8459 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
8460
8461 * gdb.arch/powerpc-vsx-gcore.exp: New file.
8462
8463 2018-05-18 Tom Tromey <tom@tromey.com>
8464
8465 * gdb.base/ptype-offsets.exp: Update.
8466
8467 2018-05-17 Keith Seitz <keiths@redhat.com>
8468
8469 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
8470 in expected breakpoint stop locations.
8471 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
8472 move to proper scope to test variable values.
8473 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
8474 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
8475 New functions.
8476 (main): Call not_inline_func3.
8477 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
8478 inline_func1, inline_func2, and inline_func3. Test that when each
8479 breakpoint is hit, GDB properly reports both the stop location
8480 and the backtrace. Repeat tests for temporary breakpoints.
8481
8482 2018-05-15 Maciej W. Rozycki <macro@mips.com>
8483
8484 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
8485 rather then trying to access it in determining whether the PID
8486 of `gdbserver' could have been retrieved.
8487
8488 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
8489
8490 * gdb.arch/amd64-init-x87-values.S: New file.
8491 * gdb.arch/amd64-init-x87-values.exp: New file.
8492
8493 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8494
8495 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
8496
8497 2018-05-04 Tom Tromey <tom@tromey.com>
8498
8499 PR python/22730:
8500 * gdb.python/python.exp: Test multi-line execute.
8501
8502 2018-05-04 Tom Tromey <tom@tromey.com>
8503
8504 PR python/22731:
8505 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
8506
8507 2018-05-04 Tom Tromey <tom@tromey.com>
8508
8509 PR gdb/11750:
8510 * gdb.base/define.exp: Test defining a user command inside a user
8511 command.
8512 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
8513
8514 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8515 Pedro Alves <palves@redhat.com>
8516
8517 PR breakpoints/19806 and support for PR external/20207.
8518 * gdb.base/watchpoint-unaligned.c: New file.
8519 * gdb.base/watchpoint-unaligned.exp: New file.
8520
8521 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
8522
8523 * gdb.base/maint.exp: Make test names unique, use
8524 test_prefix_command_help to test 'help maint info', and remove
8525 repeated test of 'help maint'.
8526
8527 2018-05-04 Tom Tromey <tom@tromey.com>
8528
8529 PR gdb/22619:
8530 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
8531 behavior.
8532
8533 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
8534
8535 * gdb.base/maint.exp: Process output from 'maint print registers'
8536 line at a time.
8537
8538 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
8539
8540 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
8541 timeout.
8542
8543 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
8544
8545 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
8546 filter pattern.
8547
8548 2018-05-02 Pedro Alves <palves@redhat.com>
8549
8550 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
8551 to_log_command renames.
8552 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
8553
8554 2018-05-02 Tom Tromey <tom@tromey.com>
8555
8556 * gdb.python/py-parameter.exp: Set test message.
8557
8558 2018-05-02 Tom Tromey <tom@tromey.com>
8559
8560 PR python/20084:
8561 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
8562 PARAM_ZUINTEGER_UNLIMITED tests.
8563
8564 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
8565
8566 PR rust/23124
8567 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
8568 when casting.
8569
8570 2018-04-30 Tom Tromey <tom@tromey.com>
8571
8572 * gdb.python/py-type.exp: Check align attribute.
8573 * gdb.python/py-type.c: New "aligncheck" global.
8574
8575 2018-04-30 Tom Tromey <tom@tromey.com>
8576
8577 PR exp/17095:
8578 * gdb.dwarf2/dw2-align.exp: New file.
8579 * gdb.cp/align.exp: New file.
8580 * gdb.base/align.exp: New file.
8581 * lib/gdb.exp (gdb_int128_helper): New proc.
8582 (has_int128_c, has_int128_cxx): New caching procs.
8583
8584 2018-04-27 Tom Tromey <tom@tromey.com>
8585
8586 PR rust/22545:
8587 * gdb.rust/simple.exp: Add inclusive range tests.
8588
8589 2018-04-26 Pedro Alves <palves@redhat.com>
8590
8591 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
8592 ifunc breakpoint locations correctly of ifunc breakpoints set
8593 while the program resolves the ifunc.
8594
8595 2018-04-26 Pedro Alves <palves@redhat.com>
8596
8597 * gdb.base/gnu-ifunc-final.c: New file.
8598 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
8599 * gdb.base/gnu-ifunc.exp (executable): Delete.
8600 (staticexecutable): Adjust.
8601 (lib_opts, exec_opts): Delete.
8602 (make_binsuffix, build, set-break): New procedures.
8603 (misc_tests): New, with tests factored out from the top level.
8604 (top level): Test different combinations of ifunc resolver name,
8605 resolver with and with debug info, and ifunc target with and
8606 without debug info. Wrap static tests with with_target_prefix.
8607
8608 2018-04-26 Pedro Alves <palves@redhat.com>
8609
8610 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
8611 return type" warnings.
8612
8613 2018-04-25 Pedro Alves <palves@redhat.com>
8614
8615 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
8616 killed".
8617 * gdb.base/kill-after-signal.exp: Likewise.
8618 * gdb.threads/kill.exp: Likewise.
8619
8620 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8621 Sergio Durigan Junior <sergiodj@redhat.com>
8622 Pedro Alves <palves@redhat.com>
8623
8624 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
8625 regexps to expect for '[Inferior ... detached]' as well.
8626 * gdb.base/attach.exp: Likewise.
8627 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
8628 "gdb_continue_to_end".
8629 (test_catch_syscall_with_wrong_args): Likewise.
8630 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
8631 ']'. Don't set 'verbose' on.
8632 * gdb.base/foll-vfork.exp: Likewise.
8633 * gdb.base/fork-print-inferior-events.c: New file.
8634 * gdb.base/fork-print-inferior-events.exp: New file.
8635 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
8636 '[Inferior ... has been killed]' message.
8637 * gdb.base/kill-after-signal.exp: Likewise.
8638 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
8639 detach message.
8640 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
8641 message.
8642 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
8643 regexps to expect for '[Inferior ... detached]' as well.
8644 * gdb.threads/process-dies-while-detaching.exp: Likewise.
8645
8646 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
8647
8648 PR gdb/23104
8649 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
8650
8651 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
8652
8653 PR gdb/23095
8654 * gdb.base/break-probes.exp: Pass shlib_load to
8655 prepare_for_testing. Set normal_bp to r_debug_state if target is
8656 bsd.
8657
8658 2018-04-19 Richard Bunt <richard.bunt@arm.com>
8659
8660 * gdb.threads/multiple-successive-infcall.c: New test.
8661 * gdb.threads/multiple-successive-infcall.exp: New file.
8662
8663 2018-04-17 Tom Tromey <tom@tromey.com>
8664
8665 * gdb.rust/simple.rs (Union): New type.
8666 (main): New local "u".
8667 * gdb.rust/simple.exp (test_one_slice): Add new test case.
8668
8669 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8670
8671 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
8672 number information in output of "whereis" command.
8673 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
8674
8675 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8676
8677 * gdb.ada/info_types.exp: Adjust expected output to the line
8678 numbers now printed by "info var/func/type".
8679 * gdb.base/completion.exp: Likewise.
8680 * gdb.base/included.exp: Likewise.
8681 * gdb.cp/cp-relocate.exp: Likewise.
8682 * gdb.cp/cplusfuncs.exp: Likewise.
8683 * gdb.cp/namespace.exp: Likewise.
8684 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
8685
8686 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
8687
8688 * gdb.btrace/cpu.exp: New.
8689
8690 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
8691
8692 * gdb.base/step-indirect-call-thunk.exp: New.
8693 * gdb.base/step-indirect-call-thunk.c: New.
8694 * gdb.reverse/step-indirect-call-thunk.exp: New.
8695 * gdb.reverse/step-indirect-call-thunk.c: New.
8696
8697 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
8698
8699 * gdb.base/pie-fork.c: New file.
8700 * gdb.base/pie-fork.exp: New file.
8701
8702 2018-04-11 Tom Tromey <tom@tromey.com>
8703
8704 * gdb.rust/simple.exp: Add test for ".." struct initializer.
8705
8706 2018-04-10 Pedro Alves <palves@redhat.com>
8707
8708 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
8709 exits. Instead loop running forever.
8710 (fork_parent): Run forever too.
8711
8712 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
8713
8714 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
8715 mi_continue_to_line.
8716 * gdb.mi/mi-stack.c (callee4): Add comment.
8717
8718 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
8719
8720 * gdb.mi/mi-stack.exp: Fix indentation.
8721
8722 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
8723
8724 PR gdb/22979
8725 * gdb.arch/amd64-osabi.exp: New file.
8726
8727 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
8728
8729 PR gdb/22980
8730 * gdb.base/osabi.exp: New file.
8731
8732 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
8733
8734 * gdb.cp/static-typedef-print.exp: New file.
8735 * gdb.cp/static-typedef-print.cc: New file.
8736
8737 2018-03-27 Joel Brobecker <brobecker@adacore.com>
8738
8739 * gdb.ada/varsize_limit: New testcase.
8740
8741 2018-03-27 Joel Brobecker <brobecker@adacore.com>
8742
8743 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
8744
8745 * gdb.ada/notcplusplus: New testcase.
8746
8747 * gdb.base/c-linkage-name.c: New file.
8748 * gdb.base/c-linkage-name.exp: New testcase.
8749
8750 2018-03-26 Tom Tromey <tom@tromey.com>
8751
8752 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
8753 * gdb.python/py-framefilter.py (name_error): New global.
8754 (ErrorInName.function): Use name_error.
8755
8756 2018-03-26 Tom Tromey <tom@tromey.com>
8757
8758 PR backtrace/15582:
8759 * gdb.python/py-framefilter.exp: Add "bt hide" test.
8760
8761 2018-03-23 Keith Seitz <keiths@redhat.com>
8762
8763 PR c++/22968
8764 * gdb.cp/subtypes.exp: New file.
8765 * gdb.cp/subtypes.h: New file.
8766 * gdb.cp/subtypes.cc: New file.
8767 * gdb.cp/subtypes-2.cc: New file.
8768
8769 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
8770
8771 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
8772 (done): Call '_exit' not 'exit' to avoid atexit handlers.
8773 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
8774 -nostartfiles when compiling the test. Confirm that all registers
8775 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
8776
8777 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
8778
8779 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
8780 option, syntax was wrong anyway.
8781 * gdb.arch/arm-disp-step.exp: Likewise.
8782 * gdb.arch/sparc64-regs.exp: Likewise.
8783 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
8784 option, syntax was wrong anyway, switch to use
8785 prepare_for_testing.
8786 * gdb.arch/i386-disp-step.exp: Likewise.
8787
8788 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
8789
8790 * gdb.ada/exec_changed.exp: Replace "target_info exists
8791 use_gdb_stub" by "use_gdb_stub".
8792 * gdb.ada/start.exp: Likewise.
8793 * gdb.base/async-shell.exp: Likewise.
8794 * gdb.base/attach-pie-misread.exp: Likewise.
8795 * gdb.base/attach-wait-input.exp: Likewise.
8796 * gdb.base/break-entry.exp: Likewise.
8797 * gdb.base/break-interp.exp: Likewise.
8798 * gdb.base/dprintf-detach.exp: Likewise.
8799 * gdb.base/nostdlib.exp: Likewise.
8800 * gdb.base/solib-nodir.exp: Likewise.
8801 * gdb.base/statistics.exp: Likewise.
8802 * gdb.base/testenv.exp: Likewise.
8803 * gdb.mi/mi-exec-run.exp: Likewise.
8804 * gdb.mi/mi-start.exp: Likewise.
8805 * gdb.multi/dummy-frame-restore.exp: Likewise.
8806 * gdb.multi/multi-arch-exec.exp: Likewise.
8807 * gdb.multi/multi-arch.exp: Likewise.
8808 * gdb.multi/tids.exp: Likewise.
8809 * gdb.multi/watchpoint-multi.exp: Likewise.
8810 * gdb.python/py-events.exp: Likewise.
8811 * gdb.threads/attach-into-signal.exp: Likewise.
8812 * gdb.threads/attach-stopped.exp: Likewise.
8813 * gdb.threads/threadapply.exp: Likewise.
8814 * lib/selftest-support.exp: Likewise.
8815
8816 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
8817
8818 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
8819
8820 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
8821
8822 * gdb.perf/template-breakpoints.cc: New file.
8823 * gdb.perf/template-breakpoints.exp: New file.
8824 * gdb.perf/template-breakpoints.py: New file.
8825
8826 2018-03-19 Tom Tromey <tom@tromey.com>
8827
8828 * gdb.rust/simple.rs (main): Add local variables field1, field2,
8829 y0.
8830 * gdb.rust/simple.exp: Test bare identifier form of struct
8831 initializer.
8832
8833 2018-03-19 Tom Tromey <tom@tromey.com>
8834
8835 * gdb.gdb/observer.exp: Remove.
8836
8837 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8838
8839 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
8840 "qualified" option when setting breakpoints.
8841 * gdb.trace/backtrace.exp: Likewise.
8842 * gdb.trace/circ.exp: Likewise.
8843 * gdb.trace/collection.exp: Likewise.
8844 * gdb.trace/disconnected-tracing.exp: Likewise.
8845 * gdb.trace/ftrace-lock.exp: Likewise.
8846 * gdb.trace/ftrace.exp: Likewise.
8847 * gdb.trace/infotrace.exp: Likewise.
8848 * gdb.trace/packetlen.exp: Likewise.
8849 * gdb.trace/passc-dyn.exp: Likewise.
8850 * gdb.trace/qtro.exp: Likewise.
8851 * gdb.trace/read-memory.exp: Likewise.
8852 * gdb.trace/report.exp: Likewise.
8853 * gdb.trace/signal.exp: Likewise.
8854 * gdb.trace/status-stop.exp: Likewise.
8855 * gdb.trace/strace.exp: Likewise.
8856 * gdb.trace/tfind.exp: Likewise.
8857 * gdb.trace/trace-break.exp: Likewise.
8858 * gdb.trace/trace-condition.exp: Likewise.
8859 * gdb.trace/trace-mt.exp: Likewise.
8860 * gdb.trace/tstatus.exp: Likewise.
8861 * gdb.trace/tsv.exp: Likewise.
8862 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8863 * gdb.trace/unavailable.exp: Likewise.
8864 * gdb.trace/while-dyn.exp: Likewise.
8865
8866 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8867
8868 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
8869 that libinproctrace is copied to the target.
8870
8871 2018-03-14 Tom Tromey <tom@tromey.com>
8872
8873 PR cli/14977:
8874 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
8875 a null pointer.
8876 * gdb.base/wchar.exp: Likewise.
8877
8878 2018-03-14 Tom Tromey <tom@tromey.com>
8879
8880 PR cli/19918:
8881 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
8882 flag.
8883
8884 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
8885
8886 PR gdb/22841
8887 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
8888 "target" to remote_exec.
8889
8890 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
8891
8892 PR gdb/22841
8893 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
8894 ${board}_upload): Remove.
8895
8896 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
8897
8898 * gdb.cp/watch-cp.cc: New test.
8899 * gdb.cp/watch-cp.exp: New file.
8900
8901 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8902
8903 * gdb.base/infcall-nested-structs.exp: New file.
8904 * gdb.base/infcall-nested-structs.c: New file.
8905 * gdb.base/float.exp: Add riscv support.
8906
8907 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
8908
8909 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
8910 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
8911
8912 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
8913
8914 * gdb.server/abspath.exp: New file.
8915 * lib/gdb.exp (with_cwd): New procedure.
8916
8917 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
8918
8919 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
8920 use it.
8921 (gdb_is_target_remote_prompt): New proc.
8922 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
8923 (gdb_is_target_native): Pass prompt parameter to
8924 gdb_is_target_1.
8925
8926 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
8927
8928 * gdb.base/load-command.c: New file.
8929 * gdb.base/load-command.exp: New file.
8930 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
8931 (gdb_is_target_1): ...this, and generalize for other targets
8932 than just remote.
8933 (gdb_is_target_remote): Use gdb_is_target_1.
8934 (gdb_is_target_native): use gdb_is_target_1.
8935
8936 2018-02-26 Tom Tromey <tom@tromey.com>
8937
8938 PR python/16497:
8939 * gdb.python/py-framefilter.exp: Update test.
8940
8941 2018-02-26 Tom Tromey <tom@tromey.com>
8942
8943 * gdb.dwarf2/variant.c: New file.
8944 * gdb.dwarf2/variant.exp: New file.
8945
8946 2018-02-26 Tom Tromey <tom@tromey.com>
8947
8948 * gdb.rust/simple.exp: Accept more possible results in enum test.
8949
8950 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
8951
8952 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
8953 parentheses.
8954
8955 2018-02-23 Maciej W. Rozycki <macro@mips.com>
8956
8957 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
8958 name of a variable: $actual_linejj -> $actual_line.
8959
8960 2018-02-21 John Baldwin <jhb@FreeBSD.org>
8961
8962 * gdb.arch/amd64-i386-address.exp: Fix a typo.
8963
8964 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
8965
8966 * gdb.btrace/buffer-size.exp: Do not force BTS.
8967
8968 2018-02-14 Pedro Alves <palves@redhat.com>
8969
8970 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
8971 getting a "Quit".
8972
8973 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
8974
8975 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
8976 Fix test name.
8977
8978 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
8979
8980 * gdb.cp/m-static.exp: Check type of optimized out static
8981 member.
8982
8983 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
8984
8985 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
8986 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
8987
8988 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
8989 Leszek Swirski <leszeks@google.com>
8990
8991 * gdb.python/py-prettyprint.c
8992 (struct to_string_returns_value_inner,
8993 struct to_string_returns_value_wrapper): New.
8994 (main): Add tsrvw variable.
8995 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
8996 ToStringReturnsValueWrapper): New classes.
8997 (register_pretty_printers): Register new pretty-printers.
8998 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
8999 recursive pretty printer.
9000 * gdb.python/py-mi.exp: Likewise.
9001
9002 2018-02-01 Leszek Swirski <leszeks@google.com>
9003
9004 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
9005 functions with the same name as an include file are parsed
9006 correctly.
9007
9008 2018-02-01 Yao Qi <yao.qi@linaro.org>
9009
9010 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
9011 "\[^\r\n\]*".
9012
9013 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
9014
9015 * gdb.arch/powerpc-prologue-frame.s: New file.
9016 * gdb.arch/powerpc-prologue-frame.c: Likewise.
9017 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
9018
9019 2018-01-31 Joel Brobecker <brobecker@adacore.com>
9020
9021 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
9022
9023 2018-01-30 Pedro Alves <palves@redhat.com>
9024
9025 PR gdb/13211
9026 * gdb.base/interrupt-daemon.c: New.
9027 * gdb.base/interrupt-daemon.exp: New.
9028 * gdb.multi/multi-term-settings.c: New.
9029 * gdb.multi/multi-term-settings.exp: New.
9030
9031 2018-01-30 Joel Brobecker <brobecker@adacore.com>
9032
9033 * gdb.base/break.exp: Save the location where the breakpoint
9034 on break.c:47 was actually inserted when debugging the version
9035 compiled at -O2 and use it in the expected output of the "info
9036 break" test performed soon after.
9037
9038 2018-01-22 Pedro Alves <palves@redhat.com>
9039 Sergio Durigan Junior <sergiodj@redhat.com>
9040
9041 * gdb.base/whatis.exp: Add tests for 'set print object on' +
9042 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
9043
9044 2018-01-22 Joel Brobecker <brobecker@adacore.com>
9045
9046 * gdb.base/break-include.c, gdb.base/break-include.inc,
9047 gdb.base/break-include.exp: New files.
9048 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
9049 line number now being the actual line number where the breakpoint
9050 was inserted.
9051 * gdb.mi/mi-break.exp: Likewise.
9052 * gdb.mi/mi-reverse.exp: Likewise.
9053 * gdb.mi/mi-simplerun.exp: Ditto.
9054
9055 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
9056
9057 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
9058 varobj.
9059 * gdb.mi/mi-var-create-rtti.exp: Likewise.
9060
9061 2018-01-21 Don Breazeal <donb@codesourcery.com>
9062 Andrew Burgess <andrew.burgess@embecosm.com>
9063
9064 * gdb.mi/basics.c: Add new global.
9065 * gdb.mi/mi-frame-regs.exp: New file.
9066 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
9067 case.
9068
9069 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
9070
9071 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
9072 non-parameter, and on an unknown symbol.
9073
9074 2018-01-19 Tom Tromey <tom@tromey.com>
9075
9076 * gdb.rust/modules.rs (TWENTY_THREE): New global.
9077 * gdb.rust/modules.exp: Add ::-qualified lookup test.
9078
9079 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9080
9081 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
9082 setrlimit and chdir to int.
9083
9084 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9085
9086 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
9087 function.
9088 (my_tend): Likewise.
9089 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
9090 rationale of avoiding FP- and vector instructions.
9091
9092 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
9093
9094 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
9095 "info reg" with "\[ \t\]*".
9096 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
9097 "\[ \t\]+".
9098 * gdb.arch/s390-multiarch.exp: Ditto.
9099 * gdb.base/pc-fp.exp: Ditto.
9100 * gdb.reverse/i386-precsave.exp: Ditto.
9101 * gdb.reverse/i386-reverse.exp: Ditto.
9102 * gdb.reverse/i387-env-reverse.exp: Ditto.
9103 * gdb.reverse/i387-stack-reverse.exp: Ditto.
9104
9105 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
9106
9107 * lib/gdb.exp (gdb_compile): Re-enable use of
9108 universal_compile_options for languages other than Rust.
9109
9110 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
9111
9112 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
9113
9114 2018-01-17 Mike Gulick <mgulick@mathworks.com>
9115
9116 PR gdb/16577
9117 * gdb.base/solib-vanish.exp: New.
9118 * gdb.base/solib-vanish-main.c: New.
9119 * gdb.base/solib-vanish-lib1.c: New.
9120 * gdb.base/solib-vanish-lib2.c: New.
9121
9122 2018-01-17 Yao Qi <yao.qi@linaro.org>
9123
9124 * gdb.compile/compile.exp: Match the address printed for
9125 frame in the output of command "bt".
9126
9127 2018-01-15 Tom Tromey <tom@tromey.com>
9128
9129 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
9130 compute sp_reg.
9131
9132 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
9133
9134 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
9135 to prepare.
9136 (prepare): Return 0 on error, 1 on success.
9137
9138 2018-01-12 Pedro Alves <palves@redhat.com>
9139
9140 * gdb.base/continue-after-aborted-step-over.c: New.
9141 * gdb.base/continue-after-aborted-step-over.exp: New.
9142
9143 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
9144
9145 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
9146 options when not creating an executable.
9147
9148 2018-01-11 Pedro Alves <palves@redhat.com>
9149
9150 PR remote/22597
9151 * gdb.server/stop-reply-no-thread.c: New file.
9152 * gdb.server/stop-reply-no-thread.exp: New file.
9153
9154 2018-01-10 Pedro Alves <palves@redhat.com>
9155
9156 PR gdb/22670
9157 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
9158 functions too. Test setting breakpoints and printing C functions
9159 with no debug info too.
9160 * gdb.ada/bp_c_mixed_case/qux.c: New file.
9161
9162 2018-01-10 Pedro Alves <palves@redhat.com>
9163
9164 PR gdb/22670
9165 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
9166 a fail.
9167
9168 2018-01-10 Pedro Alves <palves@redhat.com>
9169
9170 PR gdb/22670
9171 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
9172
9173 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
9174
9175 * gdb.server/unittest.exp: Match the output in non-development
9176 mode.
9177
9178 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
9179
9180 * gdb.gdb/unittest.exp: Match output in non-development mode.
9181
9182 2018-01-08 Joel Brobecker <brobecker@adacore.com>
9183
9184 * gdb.ada/access_tagged_param.exp: Relax expected output
9185 for value of "ObjL" in "continue" to pck.inspect breakpoint
9186 test.
9187
9188 2018-01-08 Joel Brobecker <brobecker@adacore.com>
9189
9190 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
9191 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
9192
9193 2018-01-05 Pedro Alves <palves@redhat.com>
9194
9195 PR gdb/18653
9196 * gdb.base/libsegfault.exp: New.
9197
9198 2018-01-05 Joel Brobecker <brobecker@adacore.com>
9199
9200 PR gdb/22670
9201 * gdb.ada/access_tagged_param.exp: New file.
9202 * gdb.ada/access_tagged_param/foo.adb: New file.
9203
9204 2018-01-05 Pedro Alves <palves@redhat.com>
9205
9206 PR gdb/22670
9207 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
9208 exercise lower case too, and to exercise both full matching and
9209 wild matching.
9210
9211 2018-01-05 Joel Brobecker <brobecker@adacore.com>
9212
9213 * gdb.ada/rename_subscript_param: New testcase.
9214
9215 2018-01-05 Jerome Guitton <guitton@adacore.com>
9216
9217 * gdb.ada/arr_acc_idx_w_gap: New testcase.
9218
9219 2018-01-05 Joel Brobecker <brobecker@adacore.com>
9220
9221 * gdb.ada/convvar_comp: New testcase.
9222
9223 2018-01-05 Xavier Roirand <roirand@adacore.com>
9224
9225 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
9226 (My_Table): New global variable.
9227 * testsuite/gdb.ada/array_char_idx.exp: Add test.
9228
9229 2018-01-04 Joel Brobecker <brobecker@adacore.com>
9230
9231 PR gdb/22670
9232 * gdb.ada/maint_with_ada: New testcase.
9233
9234 2018-01-04 Joel Brobecker <brobecker@adacore.com>
9235
9236 PR gdb/22670
9237 * gdb.ada/bp_c_mixed_case: New testcase.
9238
9239 2018-01-04 Joel Brobecker <brobecker@adacore.com>
9240
9241 PR gdb/22670
9242 * gdb.ada/complete.exp: Add "complete break ada" test.
9243
9244 2018-01-04 Joel Brobecker <brobecker@adacore.com>
9245
9246 PR gdb/22670
9247 * gdb.ada/info_addr_mixed_case: New testcase.
9248
9249 2018-01-03 Xavier Roirand <roirand@adacore.com>
9250
9251 * gdb.ada/excep_handle.exp: New testcase.
9252 * gdb.ada/excep_handle/foo.adb: New file.
9253 * gdb.ada/excep_handle/pck.ads: New file.
9254
9255 2018-01-03 Joel Brobecker <brobecker@adacore.com>
9256
9257 * gdb.base/step-line.c: Add extra empty line in copyright header.
9258 * gdb.base/step-line.inp: Likewise.
9259
9260 2018-01-02 Joel Brobecker <brobecker@adacore.com>
9261
9262 * gdb.ada/dyn_stride.exp: Add slice test.
9263
9264 2018-01-02 Joel Brobecker <brobecker@adacore.com>
9265
9266 * gdb.ada/dyn_stride: New testcase.
9267
9268 2017-12-27 Stafford Horne <shorne@gmail.com>
9269
9270 * gdb.xml/extra-regs.xml: Add example foo reggroup.
9271 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
9272
9273 2017-12-27 Stafford Horne <shorne@gmail.com>
9274
9275 * gdb.base/reggroups.c: New file.
9276 * gdb.base/reggroups.exp: New file.
9277
9278 2017-12-18 Joel Brobecker <brobecker@adacore.com>
9279
9280 * gdb.dwarf2/ada-valprint-error.c: New file.
9281 * gdb.dwarf2/ada-valprint-error.exp: New file.
9282
9283 2017-12-18 Joel Brobecker <brobecker@adacore.com>
9284
9285 * gdb.ada/assign_arr: New testcase.
9286
9287 2017-12-18 Xavier Roirand <roirand@adacore.com>
9288
9289 * gdb.ada/funcall_ptr: New testcase.
9290
9291 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
9292
9293 PR cli/16224
9294 * gdb.base/ptype-offsets.cc: New file.
9295 * gdb.base/ptype-offsets.exp: New file.
9296
9297 2017-12-15 Yao Qi <yao.qi@linaro.org>
9298
9299 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
9300 if XML is disabled.
9301
9302 2017-12-15 Xavier Roirand <roirand@adacore.com>
9303
9304 * gdb.ada/same_component_name: New testcase.
9305
9306 2017-12-14 Joel Brobecker <brobecker@adacore.com>
9307
9308 * gdb.ada/str_binop_equal: New testcase.
9309
9310 2017-12-14 Joel Brobecker <brobecker@adacore.com>
9311
9312 * gdb.ada/task_switch_in_core: New testcase.
9313
9314 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
9315
9316 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
9317 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
9318 call test_bkpt_qualified.
9319 (test_bkpt_qualified): New proc.
9320
9321 2017-12-13 Pedro Alves <palves@redhat.com>
9322
9323 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
9324 Tighten regexp by matching with an anchor.
9325
9326 2017-12-13 Pedro Alves <palves@redhat.com>
9327
9328 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
9329 ("expression with namespace"): New set of tests.
9330 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
9331 (Nested::Test_NS::qux): New.
9332 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
9333 defaults to 'start_quote_char' and 'end_quote_char' parameters.
9334
9335 2017-12-13 Joel Brobecker <brobecker@adacore.com>
9336
9337 * gdb.base/server-del-break.c: New file.
9338 * gdb.base/server-del-break.exp: New file.
9339
9340 2017-12-12 Stafford Horne <shorne@gmail.com>
9341
9342 * gdb.xml/tdesc-regs.exp: Add or1k support.
9343
9344 2017-12-12 Stafford Horne <shorne@gmail.com>
9345
9346 * gdb.base/bp-permanent.c: Define nop of or1k.
9347
9348 2017-12-11 Joel Brobecker <brobecker@adacore.com>
9349
9350 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
9351 output with components being reordered.
9352
9353 2017-12-11 Joel Brobecker <brobecker@adacore.com>
9354
9355 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
9356 output with components being reordered.
9357
9358 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9359 Pedro Alves <palves@redhat.com>
9360
9361 * gdb.base/maint.exp (check for .gdb_index): Check also for
9362 .debug_names.
9363 * gdb.dlang/watch-loc.c (.debug_aranges): New.
9364 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
9365 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
9366 (.gdb_index used after symbol reloading): Support also .debug_names.
9367 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
9368
9369 2017-12-08 Yao Qi <yao.qi@linaro.org>
9370
9371 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
9372 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
9373
9374 2017-12-08 Yao Qi <yao.qi@linaro.org>
9375
9376 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
9377 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
9378
9379 2017-12-08 Yao Qi <yao.qi@linaro.org>
9380
9381 * gdb.arch/aarch64-tagged-pointer.c: New file.
9382 * gdb.arch/aarch64-tagged-pointer.exp: New file.
9383
9384 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
9385
9386 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
9387 "int".
9388
9389 2017-12-07 Keith Seitz <keiths@redhat.com>
9390
9391 PR breakpoints/22569
9392 * gdb.linespec/ls-errs.exp: Change expected result of "break
9393 -source this file has spaces.c -line 3".
9394 Check that an explicit source file followed by whitespace is
9395 identified as an invalid explicit location.
9396
9397 2017-12-07 Keith Seitz <keiths@redhat.com>
9398
9399 * gdb.cp/nested-types.cc: New file.
9400 * gdb.cp/nested-types.exp: New file.
9401 * lib/cp-support.exp: Load data-structures.exp library.
9402 (debug_cp_test_ptype_class): New global.
9403 (cp_ptype_class_verbose, next_line): New procedures.
9404 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
9405 Add and document new return value.
9406 Switch the list of lines to a queue.
9407 Add support for new `type' key for nested type definitions.
9408 Add debugging/troubleshooting messages.
9409 * lib/data-structures.exp: New file.
9410
9411 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
9412
9413 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
9414 with proc_with_prefix, don't use with_test_prefix.
9415
9416 2017-12-07 Tom Tromey <tom@tromey.com>
9417
9418 * gdb.base/break.exp: Add test for empty "commands".
9419
9420 2017-12-07 Yao Qi <yao.qi@linaro.org>
9421
9422 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
9423 malloc and catch syscall.
9424
9425 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
9426
9427 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
9428 tests for explicit locations.
9429
9430 2017-12-06 Pedro Alves <palves@redhat.com>
9431
9432 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
9433 force-disabling XML descriptions.
9434
9435 2017-12-04 Pedro Alves <palves@redhat.com>
9436
9437 PR gdb/22499
9438 * gdb.arch/amd64-disp-step-avx.S: New file.
9439 * gdb.arch/amd64-disp-step-avx.exp: New file.
9440
9441 2017-12-03 Pedro Alves <palves@redhat.com>
9442
9443 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
9444 and <string.h>.
9445 (parent_function): Print distinct messages when waitpid fails, or
9446 the child exits with a signal, or the child exits for an unhandled
9447 reason.
9448 * gdb.threads/process-dies-while-detaching.exp
9449 (detach_and_expect_exit): New 'inf_output_re' parameter and use
9450 it. Wait for both inferior output and GDB's prompt. Use an
9451 indirect spawn id list.
9452 (do_detach): New parameter 'child_exit'. Use it to compute
9453 expected inferior output.
9454 (test_detach, test_detach_watch, test_detach_killed_outside):
9455 Adjust to pass down the expected child exit kind.
9456
9457 2017-12-01 Joel Brobecker <brobecker@adacore.com>
9458 Sergio Durigan Junior <sergiodj@redhat.com>
9459 Pedro Alves <palves@redhat.com>
9460
9461 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
9462
9463 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
9464
9465 * gdb.base/relocate.exp: Add tests to guarantee that arguments
9466 to 'symbol-file' and 'add-symbol-file' can be
9467 position-independent.
9468
9469 2017-12-01 Yao Qi <yao.qi@linaro.org>
9470
9471 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
9472 the URL in copyright header.
9473 * gdb.arch/aarch64-fp.exp: Likewise.
9474 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
9475 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
9476 * gdb.base/expand-psymtabs.exp: Likewise.
9477 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
9478 * gdb.fortran/common-block.exp: Likewise.
9479 * gdb.fortran/common-block.f90: Likewise.
9480 * gdb.fortran/logical.exp: Likewise.
9481 * gdb.fortran/vla-datatypes.f90: Likewise.
9482 * gdb.fortran/vla-sub.f90: Likewise.
9483
9484 2017-11-30 Joel Brobecker <brobecker@adacore.com>
9485
9486 * gdb.ada/repeat_dyn: New testcase.
9487
9488 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
9489
9490 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
9491 Update for changed thread numbering.
9492 * gdb.cell/bt.exp: Update for changed GDB output.
9493
9494 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
9495
9496 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
9497 setting isremote by hand.
9498 * boards/dwarf4-gdb-index.exp: Likewise.
9499 * boards/fission.exp: Likewise.
9500 * boards/stabs.exp: Likewise.
9501
9502 2017-11-30 Pedro Alves <palves@redhat.com>
9503
9504 * gdb.linespec/cpls-ops.exp
9505 (check_explicit_skips_function_argument): Extract the underlying
9506 type of size_t instead of hardcoding it.
9507
9508 2017-11-29 Pedro Alves <palves@redhat.com>
9509
9510 PR c++/19436
9511 * gdb.linespec/cpls-abi-tag.cc: New file.
9512 * gdb.linespec/cpls-abi-tag.exp: New file.
9513
9514 2017-11-29 Pedro Alves <palves@redhat.com>
9515
9516 * gdb.base/langs.exp: Use -qualified.
9517 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
9518 it.
9519 * gdb.cp/namespace.exp: Use -qualified.
9520 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
9521 (overload-3, template-overload, template-ret-type, const-overload)
9522 (const-overload-quoted, anon-ns, ambiguous-prefix): New
9523 procedures.
9524 (test_driver): Call them.
9525 * gdb.cp/save-bp-qualified.cc: New.
9526 * gdb.cp/save-bp-qualified.exp: New.
9527 * gdb.linespec/explicit.exp: Test -qualified.
9528 * lib/completion-support.exp (completion::explicit_opts_list): Add
9529 "-qualified".
9530 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
9531
9532 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
9533
9534 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
9535
9536 2017-11-29 Tom Tromey <tom@tromey.com>
9537
9538 * gdb.base/relocate.exp: Update invalid argument test.
9539 Add new tests for invalid arguments.
9540
9541 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
9542
9543 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
9544 Return 0 as a long.
9545 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
9546
9547 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
9548
9549 * gdb.cp/breakpoint.cc (bar): Set return type to void.
9550 * gdb.cp/psymtab-parameter.cc (func): Likewise.
9551 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
9552 func ().
9553 * gdb.cp/shadow.cc (B.func): Return 0.
9554
9555 2017-11-27 Joel Brobecker <brobecker@adacore.com>
9556
9557 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
9558 expected output in gdb_expect call to allow the exception
9559 message to be present as well. Fix syntax confusion to avoid
9560 TCL thinking that exception_name is an array.
9561
9562 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
9563
9564 * gdb.arch/spu-info.c: Include <unistd.h>.
9565 (do_signal_test): Fix broken calls to write.
9566 * gdb.arch/spu-info.exp: Use prepare_for_testing.
9567 Fix checks for empty mailboxes. Update signal tests for corrected
9568 do_signal_test routine. Allow nonzero event status.
9569 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
9570 * gdb.cell/arch.exp: Use standard_output_file.
9571 * gdb.cell/break.exp: Likewise.
9572 * gdb.cell/bt.exp: Likewise.
9573 * gdb.cell/core.exp: Likewise.
9574 * gdb.cell/dwarfaddr.exp: Likewise.
9575 * gdb.cell/ea-cache.exp: Likewise.
9576 * gdb.cell/ea-standalone.exp: Likewise.
9577 * gdb.cell/f-regs.exp: Likewise.
9578 * gdb.cell/fork.exp: Likewise.
9579 * gdb.cell/gcore.exp: Likewise.
9580 * gdb.cell/mem-access.exp: Likewise.
9581 * gdb.cell/ptype.exp: Likewise.
9582 * gdb.cell/registers.exp: Likewise.
9583 * gdb.cell/sizeof.exp: Likewise.
9584 * gdb.cell/solib-symbol.exp: Likewise.
9585 * gdb.cell/solib.exp: Likewise.
9586
9587 2017-11-25 Pedro Alves <palves@redhat.com>
9588
9589 * gdb.base/complete-empty.exp: New file.
9590 * gdb.base/completion.exp: Adjust.
9591
9592 2017-11-25 Pedro Alves <palves@redhat.com>
9593
9594 * gdb.linespec/cpls-ops.cc: New file.
9595 * gdb.linespec/cpls-ops.exp: New file.
9596 * lib/completion-support.exp (test_complete_prefix_range_re): New,
9597 factored out from ...
9598 (test_complete_prefix_range): ... this.
9599
9600 2017-11-24 Pedro Alves <palves@redhat.com>
9601
9602 * gdb.linespec/cpcompletion.exp: New file.
9603 * gdb.linespec/cpls-hyphen.cc: New file.
9604 * gdb.linespec/cpls.cc: New file.
9605 * gdb.linespec/cpls2.cc: New file.
9606 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
9607 test to use test_gdb_complete_unique. Add label completion,
9608 keyword completion and explicit location completion tests.
9609 * lib/completion-support.exp: New file.
9610
9611 2017-11-24 Joel Brobecker <brobecker@adacore.com>
9612
9613 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
9614 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
9615 when hitting an exception catchpoint.
9616
9617 2017-11-22 Yao Qi <yao.qi@linaro.org>
9618
9619 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
9620
9621 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
9622
9623 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
9624 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
9625 * gdb.dwarf2/info-locals-optimized-out.c: New file.
9626
9627 2017-11-22 Yao Qi <yao.qi@linaro.org>
9628
9629 * gdb.base/info-os.exp: Pass pthreads.
9630 * gdb.multi/multi-attach.exp: Likewise.
9631
9632 2017-11-22 Yao Qi <yao.qi@linaro.org>
9633
9634 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
9635 compiler.
9636
9637 2017-11-22 Yao Qi <yao.qi@linaro.org>
9638
9639 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
9640 * gdb.base/break-interp.exp: Likewise.
9641 * gdb.base/jit-attach-pie.exp: Likewise.
9642
9643 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
9644
9645 * gdb.base/float128.c (large128): New variable.
9646 * gdb.base/float128.exp: Add test to print largest __float128 value.
9647
9648 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
9649
9650 * gdb.arch/vsx-regs.exp: Update register content checks.
9651
9652 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
9653
9654 * gdb.arch/ppc-longdouble.exp: New file.
9655 * gdb.arch/ppc-longdouble.c: Likewise.
9656
9657 2017-11-21 Pedro Alves <palves@redhat.com>
9658
9659 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
9660
9661 2017-11-20 Pedro Alves <palves@redhat.com>
9662
9663 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
9664 (long_double_typedef): New typedefs.
9665 Use DEF on double and long double.
9666 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
9667 cases.
9668 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
9669 and 'long_double_ptr_same_size' locals. Use them to decide
9670 whether cast from array/function to float is valid/invalid.
9671
9672 2017-11-17 Tom Tromey <tom@tromey.com>
9673
9674 * gdb.rust/traits.rs: New file.
9675 * gdb.rust/traits.exp: New file.
9676
9677 2017-11-17 Joel Brobecker <brobecker@adacore.com>
9678
9679 * gdb.ada/minsyms: New testcase.
9680
9681 2017-11-16 Pedro Alves <palves@redhat.com>
9682
9683 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
9684 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
9685
9686 2017-11-16 Pedro Alves <palves@redhat.com>
9687
9688 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
9689 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
9690
9691 2017-11-16 Pedro Alves <palves@redhat.com>
9692
9693 * gdb.server/reconnect-ctrl-c.c: New file.
9694 * gdb.server/reconnect-ctrl-c.exp: New file.
9695
9696 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
9697
9698 * gdb.python/py-rbreak.exp: New file.
9699 * gdb.python/py-rbreak.c: New file.
9700 * gdb.python/py-rbreak-func2.c: New file.
9701
9702 2017-11-16 Pedro Alves <palves@redhat.com>
9703
9704 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
9705 pattern.
9706 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
9707 GDB.
9708
9709 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
9710
9711 * gdb.tui/completionn.exp (test_tab_completion): Add space in
9712 regex.
9713
9714 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
9715
9716 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
9717 test names.
9718
9719 2017-11-09 Pedro Alves <palves@redhat.com>
9720
9721 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
9722 factored out from ...
9723 (top level): ... here, and adjusted to avoid expecting beyond the
9724 prompt in a single gdb_test_multiple.
9725
9726 2017-11-09 Pedro Alves <palves@redhat.com>
9727
9728 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
9729 output.
9730 * gdb.server/ext-attach.exp ("kill" test): Likewise.
9731 * gdb.server/ext-restart.exp ("kill" test): Likewise.
9732 * gdb.server/ext-run.exp ("kill" test): Likewise.
9733 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
9734
9735 2017-11-09 Pedro Alves <palves@redhat.com>
9736
9737 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
9738 match till end of line.
9739
9740 2017-11-09 Pedro Alves <palves@redhat.com>
9741
9742 * gdb.base/memattr.exp: Tighten regexes to match the end line.
9743
9744 2017-11-09 Pedro Alves <palves@redhat.com>
9745
9746 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
9747 New procedures, factored out from ...
9748 (top level): ... here, and adjusted to avoid expecting beyond the
9749 prompt in one go.
9750
9751 2017-11-09 Pedro Alves <palves@redhat.com>
9752
9753 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
9754 output. Fix '?' match.
9755
9756 2017-11-08 Joel Brobecker <brobecker@adacore.com>
9757
9758 * gdb.ada/scoped_watch: New testcase.
9759 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
9760 which is actually correct.
9761 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
9762 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
9763
9764 2017-11-08 Pedro Alves <palves@redhat.com>
9765
9766 * gdb.gdb/complaints.exp (test_initial_complaints)
9767 (test_serial_complaints, test_short_complaints): Call
9768 complaint_internal instead of complaint.
9769
9770 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
9771
9772 * gdb.threads/tls-core.c: New file.
9773 * gdb.threads/tls-core.exp: Likewise.
9774
9775 2017-11-08 Pedro Alves <palves@redhat.com>
9776
9777 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
9778 (p Exported_Capitalized): New test.
9779 (p exported_capitalized): New test.
9780
9781 2017-11-07 Pedro Alves <palves@redhat.com>
9782
9783 * gdb.cp/ena-dis-br-range.exp: Add more tests.
9784
9785 2017-11-07 Pedro Alves <palves@redhat.com>
9786
9787 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
9788 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
9789 (disable_invalid, disable_inverted, disable_negative): New
9790 procedures.
9791 ("bad numbers"): New set of tests.
9792
9793 2017-11-07 Pedro Alves <palves@redhat.com>
9794
9795 * gdb.cp/ena-dis-br-range.exp: Add tests.
9796
9797 2017-11-07 Pedro Alves <palves@redhat.com>
9798
9799 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
9800
9801 2017-11-07 Xavier Roirand <roirand@adacore.com>
9802 Pedro Alves <palves@redhat.com>
9803
9804 * gdb.base/ena-dis-br.exp: Add reference to
9805 gdb.cp/ena-dis-br-range.exp.
9806 * gdb.cp/ena-dis-br-range.exp: New file.
9807 * gdb.cp/ena-dis-br-range.cc: New file.
9808
9809 2017-11-06 Pedro Alves <palves@redhat.com>
9810
9811 * gdb.base/attach-non-pgrp-leader.c: New.
9812 * gdb.base/attach-non-pgrp-leader.exp: New.
9813
9814 2017-11-06 Pedro Alves <palves@redhat.com>
9815
9816 * configure.ac: No longer check for termio.h and sgtty.h.
9817 * configure: Regenerate.
9818 * remote-utils.c: Include termios.h instead of gdb_termios.h.
9819 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
9820 Remove termio and sgtty code.
9821
9822 2017-11-03 Yao Qi <yao.qi@linaro.org>
9823
9824 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
9825 in GDB is disabled.
9826
9827 2017-11-03 Yao Qi <yao.qi@linaro.org>
9828
9829 * gdb.python/py-thrhandle.exp: Skip it if python is not
9830 enabled.
9831
9832 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
9833
9834 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
9835 as a breakpoint command.
9836
9837 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
9838
9839 PR python/21213
9840 * gdb.python/py-infthread.exp: Test calling
9841 InferiorThread.inferior () multiple times in a row.
9842
9843 2017-10-27 Keith Seitz <keiths@redhat.com>
9844
9845 * gdb.opt/inline-break.exp (break_info_1): New procedure.
9846 Test "info break" for every inlined function breakpoint.
9847
9848 2017-10-27 Yao Qi <yao.qi@linaro.org>
9849
9850 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
9851
9852 2017-10-26 Patrick Frants <osscontribute@gmail.com>
9853
9854 * gdb.cp/classes.exp (test_static_members): Test printing
9855 Outer::instance.
9856 * gdb.cp/classes.c (struct Inner, struct Outer): New.
9857 (Inner::instance, Outer::instance): New.
9858
9859 2017-10-24 Pedro Alves <palves@redhat.com>
9860
9861 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
9862 extra console" test in two stages.
9863
9864 2017-10-24 Pedro Alves <palves@redhat.com>
9865
9866 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
9867
9868 2017-10-24 Pedro Alves <palves@redhat.com>
9869
9870 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
9871 loop.
9872
9873 2017-10-24 Pedro Alves <palves@redhat.com>
9874
9875 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
9876 $attempt" and "stoppedtry $stoppedtry" test prefixes.
9877
9878 2017-10-24 Pedro Alves <palves@redhat.com>
9879
9880 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
9881 parameter and handle it. Don't output read value in test name.
9882
9883 2017-10-24 Pedro Alves <palves@redhat.com>
9884
9885 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
9886 custom test name.
9887
9888 2017-10-24 Pedro Alves <palves@redhat.com>
9889
9890 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
9891 include the unstable output directory name in the test's name.
9892 (initial_setup_simple) <'set args'>: Use custom test name.
9893
9894 2017-10-24 Pedro Alves <palves@redhat.com>
9895
9896 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
9897 with explicit test name.
9898
9899 2017-10-20 Pedro Alves <palves@redhat.com>
9900
9901 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
9902 'wait -i'. Use gdb_assert and remote_close.
9903
9904 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
9905
9906 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
9907 number from variable rather than hard-coded.
9908
9909 2017-10-19 Pedro Alves <palves@redhat.com>
9910
9911 * gdb.base/long-inferior-output.c: New file.
9912 * gdb.base/long-inferior-output.exp: New file.
9913
9914 2017-11-18 Keith Seitz <keiths@redhat.com>
9915
9916 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
9917 method.
9918 (main): Call it.
9919 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
9920 Add additional user-defined conversion operator tests.
9921
9922 2017-10-17 Pedro Alves <palves@redhat.com>
9923
9924 * boards/native-stdio-gdbserver.exp: Load "local-board".
9925
9926 2017-10-17 Pedro Alves <palves@redhat.com>
9927
9928 * gdb.base/quit-live.c: New file.
9929 * gdb.base/quit-live.exp: New file.
9930
9931 2017-10-16 Keith Seitz <keiths@redhat.com>
9932
9933 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
9934 (class_with_protected_typedef, class_with_private_typedef)
9935 (struct_with_public_typedef, struct_with_protected_typedef)
9936 (struct_with_private_typedef): New classes/structs.
9937 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
9938 typedefs and access specifiers.
9939
9940 2017-10-16 Pedro Alves <palves@redhat.com>
9941 Simon Marchi <simon.marchi@polymtl.ca>
9942
9943 * README (Local vs Remote vs Native): New section.
9944 * boards/local-board.exp: New file, with bits factored out from
9945 ...
9946 * boards/native-extended-gdbserver.exp: ... here. Load
9947 "local-board".
9948 * boards/native-gdbserver.exp: Load "local-board".
9949 (${board}_spawn, ${board}_exec): Delete.
9950 * boards/native-stdio-gdbserver.exp: Most contents factored out to
9951 ...
9952 * boards/stdio-gdbserver-base.exp: ... this new file.
9953 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
9954 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
9955 procedure.
9956 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
9957 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
9958 stdio_gdbserver_command.
9959 (${board}_get_remote_address, ${board}_get_comm_port)
9960 (${board}_download, ${board}_upload): Delete.
9961 (get_target_remote_pipe_cmd): New.
9962
9963 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
9964
9965 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
9966 test_bkpt_deletion, test_bkpt_cond_and_cmds,
9967 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
9968 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
9969 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
9970 remove with_test_prefix.
9971
9972 2017-10-13 Pedro Alves <palves@redhat.com>
9973
9974 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
9975 * gdb.base/annota1.exp: Use it instead of is_remote.
9976 * gdb.base/annota3.exp: Use it instead of is_remote.
9977 * gdb.cp/annota2.exp: Use it instead of is_remote.
9978 * gdb.cp/annota3.exp: Use it instead of is_remote.
9979 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
9980
9981 2017-10-13 Pedro Alves <palves@redhat.com>
9982
9983 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
9984 (test_num_test_vars, run_and_count_vars, find_env)
9985 (test_set_unset_env, test_inherit_env_var): New procedures.
9986 (top level): Use them.
9987
9988 2017-10-13 Pedro Alves <palves@redhat.com>
9989
9990 * lib/selftest-support.exp (selftest_setup): Extend comments, and
9991 also skip on stub-like targets.
9992
9993 2017-10-13 Pedro Alves <palves@redhat.com>
9994
9995 PR gdb/22293
9996 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
9997 (top level): Move some tests to ...
9998 (test_not_found): ... this new procedure.
9999 (top level): Call it.
10000
10001 2017-10-13 Pedro Alves <palves@redhat.com>
10002
10003 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
10004 expect different "info terminal" output if testing with a
10005 non-native target.
10006
10007 2017-10-13 Pedro Alves <palves@redhat.com>
10008 Simon Marchi <simon.marchi@polymtl.ca>
10009
10010 PR python/12966
10011 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
10012
10013 2017-10-13 Pedro Alves <palves@redhat.com>
10014
10015 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
10016 already.
10017
10018 2017-10-13 Pedro Alves <palves@redhat.com>
10019
10020 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
10021 is_remote.
10022
10023 2017-10-13 Pedro Alves <palves@redhat.com>
10024
10025 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
10026 is_remote.
10027
10028 2017-10-13 Pedro Alves <palves@redhat.com>
10029
10030 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
10031 is set.
10032 (corefile_test_attach): Likewise. Check can_spawn_for_attach
10033 instead of is_remote.
10034
10035 2017-10-13 Pedro Alves <palves@redhat.com>
10036
10037 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
10038 (top level): Add comment.
10039
10040 2017-10-13 Pedro Alves <palves@redhat.com>
10041
10042 * gdb.base/remote.exp (top level): Fix comment typo and add
10043 missing return.
10044
10045 2017-10-13 Pedro Alves <palves@redhat.com>
10046 Simon Marchi <simon.marchi@polymtl.ca>
10047
10048 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
10049 calls and add comments. Skip test if use_gdb_stub is set.
10050 (top level): Use "set cwd" command instead of "cd" command.
10051
10052 2017-10-13 Pedro Alves <palves@redhat.com>
10053
10054 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
10055 is_remote target check.
10056
10057 2017-10-13 Pedro Alves <palves@redhat.com>
10058
10059 * gdb.base/scope.exp: Use build_executable + clean_restart +
10060 gdb_file_cmd instead of prepare_for_testing and no longer skip
10061 "before run" tests on is_remote target boards. Update comments.
10062 * boards/native-extended-gdbserver.exp
10063 (extended_gdbserver_load_last_file): New, factored out from ...
10064 (gdb_load): ... this. Move further below and add comment.
10065 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
10066
10067 2017-10-12 Pedro Alves <palves@redhat.com>
10068
10069 * gdb.base/attach.exp: Remove references to gdb64.
10070 * gdb.base/dbx.exp: Remove references to gdb64.
10071
10072 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
10073 Pedro Alves <palves@redhat.com>
10074
10075 * gdb.base/label.exp: Remove is_remote target check.
10076
10077 2017-10-12 Pedro Alves <palves@redhat.com>
10078
10079 * gdb.base/auvx.exp (coredir): Update comment.
10080 (top level) <core_works>: Use "set cwd" command instead of "cd"
10081 command.
10082
10083 2017-10-12 Pedro Alves <palves@redhat.com>
10084 Simon Marchi <simon.marchi@polymtl.ca>
10085
10086 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
10087 target boards.
10088
10089 2017-10-12 Pedro Alves <palves@redhat.com>
10090 Simon Marchi <simon.marchi@polymtl.ca>
10091
10092 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
10093 Instead skip if there's any gdb_protocol set.
10094
10095 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
10096 Pedro Alves <palves@redhat.com>
10097
10098 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
10099
10100 2017-10-12 Pedro Alves <palves@redhat.com>
10101 Simon Marchi <simon.marchi@polymtl.ca>
10102
10103 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
10104 instead of on dejagnu remote boards.
10105
10106 2017-10-12 Pedro Alves <palves@redhat.com>
10107 Simon Marchi <simon.marchi@polymtl.ca>
10108
10109 * gdb.base/inferior-died.exp: Remove is_remote and isnative
10110 checks. Use build_executable + clean_restart instead of
10111 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
10112 of enabling non-stop after starting gdb.
10113
10114 2017-10-12 Pedro Alves <palves@redhat.com>
10115
10116 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
10117 * gdb.threads/non-ldr-exc-2.exp: Ditto.
10118 * gdb.threads/non-ldr-exc-3.exp: Ditto.
10119 * gdb.threads/non-ldr-exc-4.exp: Ditto.
10120
10121 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
10122
10123 * gdb.arch/arc-tdesc-cpu.exp: New file.
10124 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
10125
10126 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
10127
10128 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
10129
10130 2017-10-10 Pedro Alves <palves@redhat.com>
10131
10132 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
10133 expect CLI output.
10134
10135 2017-10-10 Pedro Alves <palves@redhat.com>
10136
10137 * lib/selftest-support.exp (selftest_setup): Update for
10138 captured_command_loop's prototype change.
10139
10140 2017-10-09 Pedro Alves <palves@redhat.com>
10141
10142 Test both arch1=>arch2 and arch2=>arch1.
10143
10144 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
10145 (srcfile2, binfile2, march1, march2): Remove globals. Largely
10146 factored out to...
10147 (append_arch1_options, append_arch2_options, append_arch_options)
10148 (build_executables): New procedures.
10149 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
10150 local.
10151 (top level): Add new 'first_arch' testing axis.
10152
10153 2017-10-09 Pedro Alves <palves@redhat.com>
10154
10155 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
10156 (barrier): New.
10157 (thread_start, all_started): New functions.
10158 (main): Spawn new thread and wait until it is scheduled.
10159 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
10160 option.
10161 (do_test): Add 'selected_thread' parameter. Run to all_started
10162 instead of main. Explicitly set the breakpoint at main. Switch
10163 to the SELECTED_THREAD thread.
10164 (top level): Test handling the exec event with either the main
10165 thread or the second thread selected.
10166
10167 2017-10-09 Pedro Alves <palves@redhat.com>
10168
10169 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
10170 logic. Move STOP marker after the value checks.
10171 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
10172 regexp.
10173
10174 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
10175
10176 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
10177
10178 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
10179
10180 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
10181 integer-to-dfp conversion.
10182 * gdb.base/dfp-test.exp: Likewise.
10183
10184 2017-10-04 Pedro Alves <palves@redhat.com>
10185
10186 * gdb.multi/hangout.c: Include <unistd.h>.
10187 (hangout_loop): New function.
10188 (main): Call alarm. Call hangout_loop in a loop.
10189 * gdb.multi/hello.c: Include <unistd.h>.
10190 (hello_loop): New function.
10191 (main): Call alarm. Call hangout_loop in a loop.
10192 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
10193 inferior with the other selected.
10194
10195 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
10196
10197 * gdb.mi/list-thread-groups-available.exp: New file.
10198 * gdb.mi/list-thread-groups-available.c: New file.
10199
10200 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
10201
10202 * gdb.base/set-cwd.exp: Make it available on
10203 native-extended-gdbserver.
10204
10205 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
10206
10207 * gdb.base/set-cwd.c: New file.
10208 * gdb.base/set-cwd.exp: Likewise.
10209
10210 2017-10-02 Tom Tromey <tom@tromey.com>
10211
10212 PR rust/22236:
10213 * gdb.rust/simple.rs (main): New variable "fslice".
10214 * gdb.rust/simple.exp: Add slice tests. Update string tests.
10215
10216 2017-10-02 Tom Tromey <tom@tromey.com>
10217
10218 * gdb.rust/simple.exp: Test ptype of a slice.
10219
10220 2017-10-02 Tom Tromey <tom@tromey.com>
10221
10222 * gdb.rust/simple.exp: Test index of slice.
10223
10224 2017-09-27 Tom Tromey <tom@tromey.com>
10225
10226 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
10227
10228 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
10229 Pedro Alves <palves@redhat.com>
10230
10231 * gdb.base/compare-sections.exp (get value of read-only section): Read
10232 as unsigned value.
10233 (corrupt read-only section): Likewise and don't set written if patching
10234 failed.
10235
10236 2017-09-21 Kevin Buettner <kevinb@redhat.com>
10237
10238 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
10239 files.
10240
10241 2017-09-20 Pedro Alves <palves@redhat.com>
10242
10243 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
10244 symbol names in gdb's output.
10245 * gdb.cp/overload.exp ("list all overloads"): Likewise.
10246
10247 2017-09-20 Pedro Alves <palves@redhat.com>
10248
10249 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
10250 Rename to ...
10251 (test_list_ambiguous_symbol): ... this and add a symbol name
10252 parameter. Adjust.
10253 (test_list_ambiguous_function): Reimplement on top of
10254 test_list_ambiguous_symbol and also test listing ambiguous
10255 variables.
10256 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
10257 (ambiguous_fun): ... this.
10258 (ambiguous_var): New.
10259 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
10260 (ambiguous_fun): ... this.
10261 (ambiguous_var): New.
10262
10263 2017-09-19 John Baldwin <jhb@FreeBSD.org>
10264
10265 * gdb.base/starti.c: New file.
10266 * gdb.base/starti.exp: New file.
10267 * lib/gdb.exp (gdb_starti_cmd): New procedure.
10268
10269 2017-09-14 Pedro Alves <palves@redhat.com>
10270
10271 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
10272 (top level): Use it instead of runto.
10273
10274 2017-09-11 Tom Tromey <tom@tromey.com>
10275
10276 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
10277
10278 2017-09-11 Tom Tromey <tom@tromey.com>
10279
10280 * gdb.python/py-infthread.exp: Add tests for new_thread event.
10281 * gdb.python/py-inferior.exp: Add tests for new inferior events.
10282
10283 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
10284
10285 * gdb.fortran/printing-types.exp: New file.
10286 * gdb.fortran/printing-types.exp: New file.
10287
10288 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
10289
10290 * gdb.fortran/vla-ptype.exp: Fix typos.
10291 * gdb.fortran/vla-value.exp: Same.
10292
10293 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
10294
10295 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
10296 * gdb.mi/mi-var-child-f.exp: Likewise.
10297 * gdb.mi/mi-vla-fortran.exp: Likewise.
10298
10299 2017-09-08 Frank Penczek <frank.penczek@intel.com>
10300 Christoph Weinmann <christoph.t.weinmann@intel.com>
10301 Bernhard Heckel <bernhard.heckel@intel.com>
10302
10303 * gdb.fortran/ptr-indentation.f90: New file.
10304 * gdb.fortran/ptr-indentation.exp: New file.
10305
10306 2017-09-05 Tom Tromey <tom@tromey.com>
10307
10308 PR gdb/22010:
10309 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
10310
10311 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
10312
10313 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
10314
10315 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10316
10317 * gdb.threads/tls-nodebug-pie.c: New file.
10318 * gdb.threads/tls-nodebug-pie.exp: New file.
10319
10320 2017-09-05 Tom Tromey <tom@tromey.com>
10321
10322 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
10323 for rust.
10324
10325 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
10326
10327 * gdb.multi/multi-arch-exec.exp: Test with different
10328 "follow-exec-mode" settings.
10329 (do_test): New procedure.
10330
10331 2017-09-04 Pedro Alves <palves@redhat.com>
10332
10333 * gdb.base/func-static.c (S::method const, S::method volatile)
10334 (S::method volatile const): New methods.
10335 (c_s, v_s, cv_s): New instances.
10336 (main): Call method() on them.
10337 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
10338 (cannot_resolve): New procedure.
10339 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
10340 print-quote-unquoted columns.
10341 (do_test): Test printing each scope too.
10342
10343 2017-09-04 Pedro Alves <palves@redhat.com>
10344
10345 * gdb.base/local-static.exp: Also test with
10346 class::method::variable wholly quoted.
10347 * gdb.cp/m-static.exp (class::method::variable): Remove test.
10348
10349 2017-09-04 Pedro Alves <palves@redhat.com>
10350
10351 * gdb.base/local-static.c: New.
10352 * gdb.base/local-static.cc: New.
10353 * gdb.base/local-static.exp: New.
10354
10355 2017-09-04 Pedro Alves <palves@redhat.com>
10356
10357 * gdb.asm/asm-source.exp: Add casts to int.
10358 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
10359 (dataglobal64_1, dataglobal64_2): New globals.
10360 * gdb.base/nodebug.exp: Test different expressions involving the
10361 new globals, with print, whatis and ptype. Add casts to int.
10362 * gdb.base/solib-display.exp: Add casts to int.
10363 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
10364 * gdb.cp/m-static.exp: Add cast to int.
10365 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
10366 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
10367 tls variable with no debug info without a cast. Test with a cast
10368 to int too.
10369 * gdb.trace/entry-values.exp: Add casts.
10370
10371 2017-09-04 Pedro Alves <palves@redhat.com>
10372
10373 * gdb.base/nodebug.exp: Test that ptype's error about functions
10374 with unknown return type includes the function name too.
10375
10376 2017-09-04 Pedro Alves <palves@redhat.com>
10377
10378 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
10379 return type of munmap in infcall.
10380 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
10381 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
10382 type of ftell in infcall.
10383 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
10384 type of getpid in infcall.
10385 * gdb.base/infcall-exec.exp: Cast return type of execlp in
10386 infcall.
10387 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
10388 Bail on failure to extract the pid.
10389 * gdb.base/nodebug.c: #include <stdint.h>.
10390 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
10391 New functions.
10392 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
10393 Change expected output of print/whatis/ptype with functions with
10394 no debug info. Test all supported languages. Call
10395 test_call_promotion.
10396 * gdb.compile/compile.exp: Adjust expected output to expect
10397 warning.
10398 * gdb.threads/siginfo-threads.exp: Likewise.
10399
10400 2017-09-04 Pedro Alves <palves@redhat.com>
10401
10402 * gdb.base/callfuncs.exp (do_function_calls): New parameter
10403 "prototypes". Test calling float functions via prototyped and
10404 unprototyped function pointers.
10405 (perform_all_tests): New parameter "prototypes". Pass it down.
10406 (top level): Pass down "prototypes" parameter to
10407 perform_all_tests.
10408
10409 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
10410
10411 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
10412 Test with nested loops.
10413
10414 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
10415
10416 * gdb.base/commands.exp: Call the new procedures.
10417 (loop_break_test, loop_continue_test): New procedures.
10418
10419 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
10420
10421 * gdb.base/commands.exp: Call new procedure.
10422 (define_if_without_arg_test): New procedure.
10423
10424 2017-09-04 Pedro Alves <palves@redhat.com>
10425
10426 * gdb.base/list-ambiguous.exp: New file.
10427 * gdb.base/list-ambiguous0.c: New file.
10428 * gdb.base/list-ambiguous1.c: New file.
10429 * gdb.base/list.exp (test_list_range): Adjust expected output.
10430
10431 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
10432
10433 * gdb.base/share-env-with-gdbserver.c: New file.
10434 * gdb.base/share-env-with-gdbserver.exp: Likewise.
10435
10436 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
10437
10438 * gdb.base/commands.exp (gdbvar_simple_if_test,
10439 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
10440 progvar_simple_if_test, progvar_simple_while_test,
10441 progvar_complex_if_while_test, user_defined_command_test,
10442 user_defined_command_args_eval,
10443 user_defined_command_args_stack_test,
10444 user_defined_command_manyargs_test, bp_deleted_in_command_test,
10445 temporary_breakpoint_commands,
10446 gdb_test_no_prompt, redefine_hook_test,
10447 redefine_backtrace_test): Remove "global gdb_prompt".
10448
10449 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
10450
10451 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
10452 New proc, call it from toplevel.
10453
10454 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
10455
10456 PR remote/21852
10457 * gdb.server/normal.c: New file, copied from gdb.base.
10458 * gdb.server/run-without-local-binary.exp: New file.
10459
10460 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
10461
10462 * gdb.arch/sparc64-adi.exp: New file.
10463 * gdb.arch/sparc64-adi.c: New file.
10464
10465 2017-08-22 Pedro Alves <palves@redhat.com>
10466
10467 * gdb.cp/overload.exp (line_range_pattern): New procedure.
10468 (top level): Add "list all overloads" tests.
10469
10470 2017-08-22 Tom Tromey <tom@tromey.com>
10471
10472 * gdb.gdb/xfullpath.exp: Remove.
10473
10474 2017-08-21 Pedro Alves <palves@redhat.com>
10475
10476 PR gdb/19487
10477 * gdb.base/symbol-alias.c: New.
10478 * gdb.base/symbol-alias2.c: New.
10479 * gdb.base/symbol-alias.exp: New.
10480
10481 2017-08-21 Pedro Alves <palves@redhat.com>
10482
10483 * gdb.base/dfp-test.c
10484 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
10485 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
10486 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
10487 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
10488 * gdb.base/whatis-ptype-typedefs.c: New.
10489 * gdb.base/whatis-ptype-typedefs.exp: New.
10490 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
10491 (an_int, an_int_type, an_int_type2): New globals.
10492 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
10493 involving typedefs and cast expressions.
10494 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
10495 (lookup_typedefs_function): New.
10496 (typedefs_pretty_printers_dict): New.
10497 (top level): Register lookup_typedefs_function in
10498 gdb.pretty_printers.
10499
10500 2017-08-18 Yao Qi <yao.qi@linaro.org>
10501
10502 * gdb.server/unittest.exp: New.
10503
10504 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
10505
10506 PR gdb/21954
10507 * gdb.base/environ.exp: Add test to check if 'unset environment'
10508 works.
10509
10510 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10511
10512 * lib/gdb.exp (universal_compile_options): New caching proc.
10513 (gdb_compile): Suppress GCC's coloring of messages.
10514
10515 2017-08-14 Tom Tromey <tom@tromey.com>
10516
10517 PR gdb/21675:
10518 * gdb.base/printcmds.exp (test_radices): New function.
10519 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
10520 * gdb.base/sizeof.exp (check_valueof): Use p/d.
10521 * lib/gdb.exp (get_integer_valueof): Use p/d.
10522
10523 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
10524
10525 * lib/gdb.exp (get_valueof): Don't capture end-of-line
10526 characters.
10527
10528 2017-08-05 Tom Tromey <tom@tromey.com>
10529
10530 * gdb.rust/simple.exp: Allow String to appear in a different
10531 namespace.
10532
10533 2017-07-26 Yao Qi <yao.qi@linaro.org>
10534
10535 * gdb.gdb/unittest.exp: Invoke command
10536 "maintenance check xml-descriptions".
10537
10538 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10539
10540 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
10541 calling context.
10542 (hex128): Drop erroneous calculation of parameters.
10543
10544 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
10545
10546 * gdb.python/py-unwind.exp: Disable stack protection when
10547 building test file.
10548
10549 2017-07-20 Pedro Alves <palves@redhat.com>
10550
10551 * gdb.base/default.exp (set language): Adjust expected output.
10552
10553 2017-07-20 Pedro Alves <palves@redhat.com>
10554
10555 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
10556 (test_minsym): ... this, and make static.
10557 (get_pck__foo__bar__minsym): Rename to ...
10558 (get_test_minsym): ... this.
10559 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
10560 symbol names and comments.
10561 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
10562 (get_test_minsym): ... this.
10563 (pck__foo__bar__minsym__2): Rename to ...
10564 (test_minsym): ... this.
10565 (main): Adjust.
10566
10567 2017-07-17 Pedro Alves <palves@redhat.com>
10568
10569 * gdb.base/completion.exp: Adjust expected output.
10570 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
10571 the completer works.
10572
10573 2017-07-17 Pedro Alves <palves@redhat.com>
10574
10575 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
10576
10577 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
10578
10579 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
10580
10581 2017-07-14 Tom Tromey <tom@tromey.com>
10582
10583 PR rust/21764:
10584 * gdb.rust/simple.exp: Add tests.
10585
10586 2017-07-14 Tom Tromey <tom@tromey.com>
10587
10588 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
10589
10590 2017-07-14 Pedro Alves <palves@redhat.com>
10591
10592 * gdb.linespec/base/one/thefile.cc (z1): New function.
10593 * gdb.linespec/base/two/thefile.cc (z2): New function.
10594 * gdb.linespec/linespec.exp: Add tests.
10595
10596 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
10597
10598 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
10599 to mi_create_breakpoint.
10600
10601 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
10602
10603 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
10604 mi_create_breakpoint.
10605
10606 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
10607
10608 * gdb.dlang/demangle.exp: Update for demangling changes.
10609
10610 2017-07-09 Tom Tromey <tom@tromey.com>
10611
10612 * gdb.dwarf2/shortpiece.exp: New file.
10613
10614 2017-07-06 David Blaikie <dblaikie@gmail.com>
10615
10616 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
10617 built from fissiont-multi-cu{1,2}.c.
10618 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
10619 except putting 'main' and 'func' in separate CUs in the same DWO file.
10620 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
10621 test.
10622 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
10623 test.
10624
10625 2017-07-06 Pedro Alves <palves@redhat.com>
10626
10627 * gdb.python/py-unwind.exp: Test flushregs.
10628
10629 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
10630
10631 PR cli/21688
10632 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
10633 tests for alias commands and trailing whitespace.
10634
10635 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
10636
10637 PR cli/21688
10638 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
10639 procedure. Call it.
10640
10641 2017-06-29 Pedro Alves <palves@redhat.com>
10642
10643 * gdb.base/printcmds.exp: Add tests.
10644
10645 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
10646
10647 PR gdb/21337
10648 * gdb.base/reread-readsym.exp: New file.
10649 * gdb.base/reread-readsym.c: New file.
10650
10651 2017-06-21 Kevin Buettner <kevinb@redhat.com>
10652
10653 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
10654 subpattern.
10655
10656 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
10657
10658 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
10659 extended mnemonic.
10660 * gdb.arch/powerpc-power9.s: Likewise.
10661
10662 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10663
10664 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
10665 on 32-bit x86 targets. Exploit is_*_target macros where
10666 appropriate.
10667
10668 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10669
10670 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
10671 register pieces.
10672
10673 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10674
10675 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
10676 located in one or more DWARF pieces.
10677
10678 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10679
10680 * lib/gdb.exp (get_endianness): New proc.
10681 * gdb.arch/aarch64-fp.exp: Use it.
10682 * gdb.arch/altivec-regs.exp: Likewise.
10683 * gdb.arch/e500-regs.exp: Likewise.
10684 * gdb.arch/vsx-regs.exp: Likewise.
10685 * gdb.base/dump.exp: Likewise.
10686 * gdb.base/funcargs.exp: Likewise.
10687 * gdb.base/gnu_vector.exp: Likewise.
10688 * gdb.dwarf2/formdata16.exp: Likewise.
10689 * gdb.dwarf2/implptrpiece.exp: Likewise.
10690 * gdb.dwarf2/nonvar-access.exp: Likewise.
10691 * gdb.python/py-inferior.exp: Likewise.
10692 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
10693
10694 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10695
10696 PR gdb/21226
10697 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
10698 stack value pieces are taken from the LSB end.
10699
10700 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10701
10702 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
10703 variable at nonzero offset.
10704
10705 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10706
10707 * gdb.dwarf2/var-access.c: New file.
10708 * gdb.dwarf2/var-access.exp: New test.
10709 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
10710
10711 2017-06-12 Tom Tromey <tom@tromey.com>
10712
10713 * gdb.dwarf2/formdata16.exp: Add tests.
10714
10715 2017-06-12 Tom Tromey <tom@tromey.com>
10716
10717 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
10718
10719 2017-06-12 Tom Tromey <tom@tromey.com>
10720
10721 PR exp/16225:
10722 * gdb.reverse/i386-sse-reverse.exp: Update tests.
10723 * gdb.arch/vsx-regs.exp: Update tests.
10724 * gdb.arch/s390-vregs.exp (hex128): New proc.
10725 Update test.
10726 * gdb.arch/altivec-regs.exp: Update tests.
10727
10728 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
10729
10730 * gdb.base/startup-with-shell.c: New file.
10731 * gdb.base/startup-with-shell.exp: Likewise.
10732
10733 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
10734
10735 * gdb.server/non-existing-program.exp: Update regex in order to
10736 reflect the fact that gdbserver is now using fork_inferior (with a
10737 shell) to startup the inferior.
10738
10739 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
10740
10741 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
10742 support function calls from GDB.
10743
10744 2017-05-21 Tom Tromey <tom@tromey.com>
10745
10746 PR rust/21466:
10747 * gdb.rust/unsized.exp: New file.
10748 * gdb.rust/unsized.rs: New file.
10749
10750 2017-05-19 Tom Tromey <tom@tromey.com>
10751
10752 PR rust/21484:
10753 * gdb.rust/watch.exp: New file.
10754 * gdb.rust/watch.rs: New file.
10755
10756 2017-05-18 Tom Tromey <tom@tromey.com>
10757
10758 * gdb.rust/simple.exp: Allow Box to be qualified.
10759
10760 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
10761
10762 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
10763
10764 2017-05-18 Pedro Alves <palves@redhat.com>
10765
10766 * gdb.base/fileio.c (test_write, test_read, test_close)
10767 (test_fstat): Don't print 'ret' in the fail path.
10768
10769 2017-05-18 Pedro Alves <palves@redhat.com>
10770
10771 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
10772 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
10773 (test_system, test_rename, test_unlink, test_time): Change
10774 prototypes.
10775 * gdb.base/fileio.exp (stop_msg): Adjust.
10776
10777 2017-05-18 Pedro Alves <palves@redhat.com>
10778
10779 * gdb.base/fileio.c (null_str): New global.
10780 (test_stat): Use it.
10781 * gdb.base/fileio.exp: Remove nowarnings.
10782
10783 2017-05-17 Yao Qi <yao.qi@linaro.org>
10784
10785 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
10786
10787 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
10788
10789 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
10790 argument command.
10791 (top-level): Invoke test_set_inferior_tty.
10792
10793 2017-05-04 Pedro Alves <palves@redhat.com>
10794
10795 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
10796 Add parens to print call for Python 3.
10797
10798 2017-05-03 Keith Seitz <keiths@redhat.com>
10799
10800 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
10801 (main): Call it.
10802
10803 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10804
10805 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
10806 to prev and next.
10807
10808 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10809
10810 * gdb.python/py-record-btrace.exp: Remove test for
10811 gdb.BtraceInstruction.error.
10812
10813 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10814
10815 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
10816
10817 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10818
10819 * gdb.python/py-record-btrace-threads.c: New file.
10820 * gdb.python/py-record-btrace-threads.exp: New file.
10821
10822 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
10823
10824 PR testsuite/8595
10825 * gdb.base/environ.exp: Make test available in all architectures.
10826 Move bits related to "info program" testing to
10827 gdb.base/info-program.exp. Rewrite tests to use the two new
10828 procedures mentione below.
10829 (test_set_show_env_var) New procedure.
10830 (test_set_show_env_var_equal): Likewise.
10831 * gdb.base/info-program.exp: New file.
10832
10833 2017-04-27 Keith Seitz <keiths@redhat.com>
10834
10835 * gdb.cp/oranking.cc (test15): New function.
10836 (main): Call test15 and declare additional variables for testing.
10837 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
10838 "p foo101('abc')" tests.
10839 Add tests for cv qualifier overloads.
10840 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
10841 "lvalue reference overload" test.
10842 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
10843 "print value of f1 on Child&& in f2" test.
10844
10845 2017-04-19 Pedro Alves <palves@redhat.com>
10846
10847 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
10848 procedure.
10849 (top level): Call it.
10850 * lib/gdb.exp (gdb_define_cmd): New procedure.
10851
10852 2017-04-12 Pedro Alves <palves@redhat.com>
10853
10854 PR gdb/21323
10855 * gdb.cp/wide_char_types.c: Include <wchar.h>.
10856 (wchar): New global.
10857 * gdb.cp/wide_char_types.exp (wide_char_types_program)
10858 (do_test_wide_char, wide_char_types_no_program, top level): Add
10859 wchar_t testing.
10860
10861 2017-04-12 Pedro Alves <palves@redhat.com>
10862
10863 PR c++/21323
10864 * gdb.cp/wide_char_types.c: New file.
10865 * gdb.cp/wide_char_types.exp: New file.
10866
10867 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
10868
10869 PR gdb/21352
10870 * gdb.trace/tsv.exp: Add test for "tsave -r".
10871
10872 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
10873
10874 * gdb.dlang/watch-loc.c: New file.
10875 * gdb.dlang/watch-loc.exp: New file.
10876
10877 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10878
10879 * gdb.python/py-section-script.exp (sepdebug): New testcases.
10880
10881 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10882
10883 * gdb.arch/arc-analyze-prologue.S: New file.
10884 * gdb.arch/arc-analyze-prologue.exp: Likewise.
10885
10886 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10887
10888 * gdb.arch/arc-decode-insn.S: New file.
10889 * gdb.arch/arc-decode-insn.exp: Likewise.
10890
10891 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
10892
10893 PR tdep/20928
10894 * gdb.arch/sparc64-regs.exp: New file.
10895 * gdb.arch/sparc64-regs.S: Likewise.
10896
10897 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
10898
10899 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
10900 and memory view on Python 3.
10901
10902 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
10903 Keith Seitz <keiths@redhat.com>
10904
10905 PR gdb/14441
10906 * gdb.cp/demangle.exp: Add rvalue reference tests.
10907 * gdb.cp/rvalue-ref-casts.cc: New file.
10908 * gdb.cp/rvalue-ref-casts.exp: New file.
10909 * gdb.cp/rvalue-ref-overload.cc: New file.
10910 * gdb.cp/rvalue-ref-overload.exp: New file.
10911 * gdb.cp/rvalue-ref-params.cc: New file.
10912 * gdb.cp/rvalue-ref-params.exp: New file.
10913 * gdb.cp/rvalue-ref-sizeof.cc: New file.
10914 * gdb.cp/rvalue-ref-sizeof.exp: New file.
10915 * gdb.cp/rvalue-ref-types.cc: New file.
10916 * gdb.cp/rvalue-ref-types.exp: New file.
10917 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
10918 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
10919
10920 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10921
10922 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
10923 New procedure.
10924
10925 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10926
10927 * lib/mi-support.exp (mi_gdb_test): Add additional message
10928 for unexpected output.
10929
10930 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10931
10932 * gdb.base/examine-backward.c (Barrier): New character array
10933 constant, to ensure that TestStrings is preceded by a string
10934 terminator.
10935
10936 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10937
10938 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
10939 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
10940 and implicit pointer into such a location.
10941
10942 2017-03-16 Doug Evans <dje@google.com>
10943
10944 * gdb.python/py-lazy-string (pointer): Really add new typedef.
10945
10946 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
10947
10948 * gdb.cp/m-static.exp: Fix expectation for prototype of
10949 test5.single_constructor and single_constructor::single_constructor.
10950
10951 2017-03-16 Doug Evans <dje@google.com>
10952
10953 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
10954 * gdb.guile/scm-lazy-string.c: New file.
10955 * gdb.guile/scm-value.exp: Move lazy string tests to ...
10956 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
10957 for pointer, array, typedef lazy strings.
10958
10959 2017-03-16 Doug Evans <dje@google.com>
10960
10961 PR python/17728, python/18439, python/18779
10962 * gdb.python/py-value.c (main) Delete locals sptr, sn.
10963 * gdb.python/py-lazy-string.c (pointer): New typedef.
10964 (main): New locals ptr, array, typedef_ptr.
10965 * gdb.python/py-value.exp: Move lazy string tests to ...
10966 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
10967 array, typedef lazy strings.
10968
10969 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
10970
10971 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
10972 Add optional 'test' parameter.
10973
10974 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10975
10976 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10977 Skip for versions of DejaGnu < 1.5.
10978
10979 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10980
10981 * lib/gdb.exp (dejagnu_version): New proc.
10982 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10983 Use dejagnu_version.
10984
10985 2017-03-10 Keith Seitz <keiths@redhat.com>
10986
10987 PR c++/8128
10988 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
10989 type from destructor regexps.
10990 Add a branch which actually passes the test.
10991 Adjust "ptype t5i" test names.
10992
10993 2017-03-08 Pedro Alves <palves@redhat.com>
10994
10995 * gdb.base/step-over-exit.exp: Add explicit test message.
10996
10997 2017-03-08 Pedro Alves <palves@redhat.com>
10998
10999 PR gdb/18360
11000 * gdb.threads/interrupt-while-step-over.c: New file.
11001 * gdb.threads/interrupt-while-step-over.exp: New file.
11002
11003 2017-03-08 Pedro Alves <palves@redhat.com>
11004
11005 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
11006 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
11007
11008 2017-03-08 Pedro Alves <palves@redhat.com>
11009
11010 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
11011 PKRU as not supported as a PASS.
11012
11013 2017-03-08 Pedro Alves <palves@redhat.com>
11014
11015 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
11016 prefix instead of $binfile1/$binfile2.
11017 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
11018 in test message.
11019 * gdb.python/py-completion.exp: Use "load python file" as test
11020 messages instead of unstable path names.
11021
11022 2017-03-08 Pedro Alves <palves@redhat.com>
11023 Jan Kratochvil <jan.kratochvil@redhat.com>
11024
11025 PR cli/21218
11026 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
11027 New proc.
11028 (top level): Call it.
11029
11030 2017-03-08 Pedro Alves <palves@redhat.com>
11031
11032 PR tui/21216
11033 * gdb.tui/tui-nl-filtered-output.exp: New file.
11034
11035 2017-03-08 Pedro Alves <palves@redhat.com>
11036
11037 * gdb.base/completion.exp: Move TUI completion tests to ...
11038 * gdb.tui/completion.exp: ... this new file.
11039
11040 2017-03-08 Pedro Alves <palves@redhat.com>
11041
11042 * gdb.base/tui-disasm-long-lines.c,
11043 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
11044 gdb.base/tui-layout.exp: Move to ...
11045 * gdb.tui/: ... this new directory.
11046
11047 2017-03-07 Pedro Alves <palves@redhat.com>
11048
11049 * gdb.base/tui-layout.c: New file.
11050 * gdb.base/tui-layout.exp: New file.
11051
11052 2017-03-07 Pedro Alves <palves@redhat.com>
11053
11054 * gdb.base/tui-layout.c: Rename to ...
11055 * gdb.base/tui-disasm-long-lines.c: ... this.
11056 * gdb.base/tui-layout.exp: Rename to ...
11057 * gdb.base/tui-disasm-long-lines.exp: ... this.
11058
11059 2017-03-07 Pedro Alves <palves@redhat.com>
11060
11061 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
11062
11063 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11064
11065 * i386-mpx-call.c: New file.
11066 * i386-mpx-call.exp: New file.
11067
11068 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
11069
11070 * gdb.arch/powerpc-power.exp: Delete test.
11071 * gdb.arch/powerpc-power.s: Likewise.
11072 * gdb.disasm/disassembler-options.exp: New test.
11073 * gdb.arch/powerpc-altivec.exp: Likewise.
11074 * gdb.arch/powerpc-altivec.s: Likewise.
11075 * gdb.arch/powerpc-altivec2.exp: Likewise.
11076 * gdb.arch/powerpc-altivec2.s: Likewise.
11077 * gdb.arch/powerpc-altivec3.exp: Likewise.
11078 * gdb.arch/powerpc-altivec3.s: Likewise.
11079 * gdb.arch/powerpc-power7.exp: Likewise.
11080 * gdb.arch/powerpc-power7.s: Likewise.
11081 * gdb.arch/powerpc-power8.exp: Likewise.
11082 * gdb.arch/powerpc-power8.s: Likewise.
11083 * gdb.arch/powerpc-power9.exp: Likewise.
11084 * gdb.arch/powerpc-power9.s: Likewise.
11085 * gdb.arch/powerpc-vsx.exp: Likewise.
11086 * gdb.arch/powerpc-vsx.s: Likewise.
11087 * gdb.arch/powerpc-vsx2.exp: Likewise.
11088 * gdb.arch/powerpc-vsx2.s: Likewise.
11089 * gdb.arch/powerpc-vsx3.exp: Likewise.
11090 * gdb.arch/powerpc-vsx3.s: Likewise.
11091 * gdb.arch/arm-disassembler-options.exp: Likewise.
11092 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
11093 * gdb.arch/s390-disassembler-options.exp: Likewise.
11094
11095 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
11096
11097 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
11098 (check_supported_features): ... this. Changed return type to void.
11099 (supports_rdseed): New static global.
11100 (rdseed): Check supports_rdseed.
11101 (initialize): Call check_supported_features.
11102
11103 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11104
11105 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
11106 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
11107 and lqarx/stqcx.
11108 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
11109 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
11110
11111 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11112
11113 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
11114 uppercase.
11115
11116 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11117
11118 * gdb.dwarf2/formdata16.c: New file.
11119 * gdb.dwarf2/formdata16.exp: New file.
11120 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
11121
11122 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11123
11124 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
11125 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
11126 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
11127 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
11128 DW_AT_GNU_*.
11129
11130 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11131
11132 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
11133
11134 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
11135
11136 PR gdb/21164
11137 * gdb.base/maint.exp: Add testcases for when the commands do
11138 not have arguments.
11139
11140 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
11141
11142 * gdb.cp/chained-calls.exp: Use p instead of P.
11143
11144 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
11145
11146 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
11147 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
11148
11149 2017-02-14 Tom Tromey <tom@tromey.com>
11150
11151 PR python/13598:
11152 * gdb.python/py-events.exp: Add before_prompt event tests.
11153
11154 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11155
11156 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
11157
11158 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
11159
11160 * gdb.linespec/explicit.c (my_unique_function_name): New function.
11161 (main): Call my_unique_function_name.
11162 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
11163 completion of patterns with a single match.
11164 Add missing -re switches to gdb_test_multiple calls.
11165
11166 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
11167
11168 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
11169 return if core file is not recognized.
11170
11171 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
11172
11173 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
11174 and extra UIs.
11175
11176 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
11177
11178 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
11179 proc_with_prefix.
11180
11181 2017-02-10 Tom Tromey <tom@tromey.com>
11182
11183 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
11184
11185 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
11186
11187 PR gdb/21122
11188 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
11189
11190 2017-02-08 Jerome Guitton <guitton@adacore.com>
11191
11192 * gdb.base/define.exp: Add test for command abbreviations
11193 in define.
11194
11195 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
11196
11197 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
11198 * gdb.reverse/insn-reverse-x86.c: New file.
11199
11200 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
11201
11202 PR tdep/20936
11203 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
11204
11205 2017-02-03 Tom Tromey <tom@tromey.com>
11206
11207 PR rust/21097:
11208 * gdb.rust/simple.exp: Add new tests.
11209
11210 2017-02-02 Pedro Alves <palves@redhat.com>
11211
11212 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
11213 tests.
11214
11215 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11216
11217 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
11218 taking a 2-byte value out of a 4-byte DWARF implicit value on
11219 big-endian targets.
11220 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
11221 logic. Add test cases for DW_OP_implicit.
11222
11223 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
11224
11225 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
11226
11227 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
11228
11229 * gdb.btrace/enable.exp: Call gdb_exit before
11230 skip_gdbserver_tests.
11231
11232 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
11233
11234 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
11235 GDBFLAGS.
11236
11237 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
11238
11239 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
11240 the test is skipped.
11241 * gdb.btrace/data.exp: Likewise.
11242 * gdb.btrace/delta.exp: Likewise.
11243 * gdb.btrace/dlopen.exp: Likewise.
11244 * gdb.btrace/enable-running.exp: Likewise.
11245 * gdb.btrace/enable.exp: Likewise.
11246 * gdb.btrace/exception.exp: Likewise.
11247 * gdb.btrace/function_call_history.exp: Likewise.
11248 * gdb.btrace/gcore.exp: Likewise.
11249 * gdb.btrace/instruction_history.exp: Likewise.
11250 * gdb.btrace/multi-thread-step.exp: Likewise.
11251 * gdb.btrace/nohist.exp: Likewise.
11252 * gdb.btrace/non-stop.exp: Likewise.
11253 * gdb.btrace/reconnect.exp: Likewise.
11254 * gdb.btrace/record_goto-step.exp: Likewise.
11255 * gdb.btrace/record_goto.exp: Likewise.
11256 * gdb.btrace/rn-dl-bind.exp: Likewise.
11257 * gdb.btrace/segv.exp: Likewise.
11258 * gdb.btrace/step.exp: Likewise.
11259 * gdb.btrace/stepi.exp: Likewise.
11260 * gdb.btrace/tailcall-only.exp: Likewise.
11261 * gdb.btrace/tailcall.exp: Likewise.
11262 * gdb.btrace/tsx.exp: Likewise.
11263 * gdb.btrace/unknown_functions.exp: Likewise.
11264 * gdb.btrace/vdso.exp: Likewise.
11265
11266 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
11267
11268 * gdb.btrace/enable-running.c: New.
11269 * gdb.btrace/enable-running.exp: New.
11270
11271 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
11272
11273 * gdb.arch/amd64-gs_base.c: New file.
11274 * gdb.arch/amd64-gs_base.exp: New file.
11275
11276 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
11277
11278 * lib/memory.exp: Remove spurious empty newlines.
11279
11280 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
11281
11282 * gdb.python/py-bad-printers.exp: Load python file using "source".
11283 * gdb.python/py-events.exp: Likewise.
11284 * gdb.python/py-evsignal.exp: Likewise.
11285 * gdb.python/py-evthreads.exp: Likewise.
11286 * gdb.python/py-frame-args.exp: Likewise.
11287 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
11288 * gdb.python/py-framefilter-mi.exp: Likewise.
11289 * gdb.python/py-framefilter.exp: Likewise.
11290 * gdb.python/py-mi.exp: Likewise.
11291 * gdb.python/py-pp-maint.exp: Likewise.
11292 * gdb.python/py-pp-registration.exp: Likewise.
11293 * gdb.python/py-prettyprint.exp: Likewise.
11294 (run_lang_tests): Likewise.
11295 * gdb.python/py-typeprint.exp: Likewise.
11296
11297 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
11298
11299 * lib/memory.exp: New file.
11300 * lib/gdb.exp: Load memory.exp.
11301 * gdb.base/memattr.exp (delete_memory): Move proc to
11302 lib/memory.exp and rename to delete_memory_regions.
11303 Replace delete_memory with delete_memory_regions.
11304 Cleanup memory regions before tests.
11305 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
11306 before tests.
11307
11308 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
11309
11310 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
11311 files.
11312 (initialize): New function conditionally defined.
11313 (testcases): Move within conditional block.
11314 (main): Call initialize.
11315 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
11316 of gdb.reverse/insn-reverse.c.
11317 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
11318 gdb.reverse/insn-reverse.c.
11319
11320 2017-01-26 Yao Qi <yao.qi@linaro.org>
11321
11322 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
11323 disassemble on address 0.
11324
11325 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
11326 Yao Qi <yao.qi@linaro.org>
11327
11328 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
11329 * gdb.dwarf2/implptr-64bit.S: Remove.
11330 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
11331 variables in caller's context. Add DW_OP_implicit_value.
11332
11333 2017-01-25 Yao Qi <yao.qi@linaro.org>
11334
11335 * lib/dwarf.exp (Dwarf::_location): Handle
11336 DW_OP_GNU_implicit_pointer with proper size.
11337
11338 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
11339
11340 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
11341 and add untested calls.
11342
11343 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
11344
11345 * gdb.python/python.exp: Check line number against what GDB thinks
11346 the line number is for func1.
11347
11348 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
11349
11350 * gdb.dlang/debug-expr.exp: New file.
11351
11352 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
11353
11354 Fix test names for the following files:
11355
11356 * gdb.ada/exec_changed.exp
11357 * gdb.ada/info_types.exp
11358 * gdb.arch/aarch64-atomic-inst.exp
11359 * gdb.arch/aarch64-fp.exp
11360 * gdb.arch/altivec-abi.exp
11361 * gdb.arch/altivec-regs.exp
11362 * gdb.arch/amd64-byte.exp
11363 * gdb.arch/amd64-disp-step.exp
11364 * gdb.arch/amd64-dword.exp
11365 * gdb.arch/amd64-entry-value-inline.exp
11366 * gdb.arch/amd64-entry-value-param.exp
11367 * gdb.arch/amd64-entry-value-paramref.exp
11368 * gdb.arch/amd64-entry-value.exp
11369 * gdb.arch/amd64-i386-address.exp
11370 * gdb.arch/amd64-invalid-stack-middle.exp
11371 * gdb.arch/amd64-invalid-stack-top.exp
11372 * gdb.arch/amd64-optimout-repeat.exp
11373 * gdb.arch/amd64-prologue-skip.exp
11374 * gdb.arch/amd64-prologue-xmm.exp
11375 * gdb.arch/amd64-stap-special-operands.exp
11376 * gdb.arch/amd64-stap-wrong-subexp.exp
11377 * gdb.arch/amd64-tailcall-cxx.exp
11378 * gdb.arch/amd64-tailcall-noret.exp
11379 * gdb.arch/amd64-tailcall-ret.exp
11380 * gdb.arch/amd64-tailcall-self.exp
11381 * gdb.arch/amd64-word.exp
11382 * gdb.arch/arm-bl-branch-dest.exp
11383 * gdb.arch/arm-disp-step.exp
11384 * gdb.arch/arm-neon.exp
11385 * gdb.arch/arm-single-step-kernel-helper.exp
11386 * gdb.arch/avr-flash-qualifier.exp
11387 * gdb.arch/disp-step-insn-reloc.exp
11388 * gdb.arch/e500-abi.exp
11389 * gdb.arch/e500-regs.exp
11390 * gdb.arch/ftrace-insn-reloc.exp
11391 * gdb.arch/i386-avx512.exp
11392 * gdb.arch/i386-bp_permanent.exp
11393 * gdb.arch/i386-byte.exp
11394 * gdb.arch/i386-cfi-notcurrent.exp
11395 * gdb.arch/i386-disp-step.exp
11396 * gdb.arch/i386-dr3-watch.exp
11397 * gdb.arch/i386-float.exp
11398 * gdb.arch/i386-gnu-cfi.exp
11399 * gdb.arch/i386-mpx-map.exp
11400 * gdb.arch/i386-mpx-sigsegv.exp
11401 * gdb.arch/i386-mpx-simple_segv.exp
11402 * gdb.arch/i386-mpx.exp
11403 * gdb.arch/i386-permbkpt.exp
11404 * gdb.arch/i386-prologue.exp
11405 * gdb.arch/i386-signal.exp
11406 * gdb.arch/i386-size-overlap.exp
11407 * gdb.arch/i386-unwind.exp
11408 * gdb.arch/i386-word.exp
11409 * gdb.arch/mips-fcr.exp
11410 * gdb.arch/powerpc-d128-regs.exp
11411 * gdb.arch/powerpc-stackless.exp
11412 * gdb.arch/ppc64-atomic-inst.exp
11413 * gdb.arch/s390-stackless.exp
11414 * gdb.arch/s390-tdbregs.exp
11415 * gdb.arch/s390-vregs.exp
11416 * gdb.arch/sparc-sysstep.exp
11417 * gdb.arch/thumb-bx-pc.exp
11418 * gdb.arch/thumb-singlestep.exp
11419 * gdb.arch/thumb2-it.exp
11420 * gdb.arch/vsx-regs.exp
11421 * gdb.asm/asm-source.exp
11422 * gdb.base/a2-run.exp
11423 * gdb.base/advance.exp
11424 * gdb.base/all-bin.exp
11425 * gdb.base/anon.exp
11426 * gdb.base/args.exp
11427 * gdb.base/arithmet.exp
11428 * gdb.base/async-shell.exp
11429 * gdb.base/async.exp
11430 * gdb.base/attach-pie-noexec.exp
11431 * gdb.base/attach-twice.exp
11432 * gdb.base/auto-load.exp
11433 * gdb.base/bang.exp
11434 * gdb.base/bitfields.exp
11435 * gdb.base/break-always.exp
11436 * gdb.base/break-caller-line.exp
11437 * gdb.base/break-entry.exp
11438 * gdb.base/break-inline.exp
11439 * gdb.base/break-on-linker-gcd-function.exp
11440 * gdb.base/break-probes.exp
11441 * gdb.base/break.exp
11442 * gdb.base/breakpoint-shadow.exp
11443 * gdb.base/call-ar-st.exp
11444 * gdb.base/call-sc.exp
11445 * gdb.base/call-signal-resume.exp
11446 * gdb.base/call-strs.exp
11447 * gdb.base/callfuncs.exp
11448 * gdb.base/catch-fork-static.exp
11449 * gdb.base/catch-gdb-caused-signals.exp
11450 * gdb.base/catch-load.exp
11451 * gdb.base/catch-signal-fork.exp
11452 * gdb.base/catch-signal.exp
11453 * gdb.base/catch-syscall.exp
11454 * gdb.base/charset.exp
11455 * gdb.base/checkpoint.exp
11456 * gdb.base/chng-syms.exp
11457 * gdb.base/code-expr.exp
11458 * gdb.base/code_elim.exp
11459 * gdb.base/commands.exp
11460 * gdb.base/completion.exp
11461 * gdb.base/complex.exp
11462 * gdb.base/cond-expr.exp
11463 * gdb.base/condbreak.exp
11464 * gdb.base/consecutive.exp
11465 * gdb.base/continue-all-already-running.exp
11466 * gdb.base/coredump-filter.exp
11467 * gdb.base/corefile.exp
11468 * gdb.base/dbx.exp
11469 * gdb.base/debug-expr.exp
11470 * gdb.base/define.exp
11471 * gdb.base/del.exp
11472 * gdb.base/disabled-location.exp
11473 * gdb.base/disasm-end-cu.exp
11474 * gdb.base/disasm-optim.exp
11475 * gdb.base/display.exp
11476 * gdb.base/duplicate-bp.exp
11477 * gdb.base/ena-dis-br.exp
11478 * gdb.base/ending-run.exp
11479 * gdb.base/enumval.exp
11480 * gdb.base/environ.exp
11481 * gdb.base/eu-strip-infcall.exp
11482 * gdb.base/eval-avoid-side-effects.exp
11483 * gdb.base/eval-skip.exp
11484 * gdb.base/exitsignal.exp
11485 * gdb.base/expand-psymtabs.exp
11486 * gdb.base/filesym.exp
11487 * gdb.base/find-unmapped.exp
11488 * gdb.base/finish.exp
11489 * gdb.base/float.exp
11490 * gdb.base/foll-exec-mode.exp
11491 * gdb.base/foll-exec.exp
11492 * gdb.base/foll-fork.exp
11493 * gdb.base/fortran-sym-case.exp
11494 * gdb.base/freebpcmd.exp
11495 * gdb.base/func-ptr.exp
11496 * gdb.base/func-ptrs.exp
11497 * gdb.base/funcargs.exp
11498 * gdb.base/gcore-buffer-overflow.exp
11499 * gdb.base/gcore-relro-pie.exp
11500 * gdb.base/gcore-relro.exp
11501 * gdb.base/gcore.exp
11502 * gdb.base/gdb1090.exp
11503 * gdb.base/gdb11530.exp
11504 * gdb.base/gdb11531.exp
11505 * gdb.base/gdb1821.exp
11506 * gdb.base/gdbindex-stabs.exp
11507 * gdb.base/gdbvars.exp
11508 * gdb.base/hbreak.exp
11509 * gdb.base/hbreak2.exp
11510 * gdb.base/included.exp
11511 * gdb.base/infcall-input.exp
11512 * gdb.base/inferior-died.exp
11513 * gdb.base/infnan.exp
11514 * gdb.base/info-macros.exp
11515 * gdb.base/info-os.exp
11516 * gdb.base/info-proc.exp
11517 * gdb.base/info-shared.exp
11518 * gdb.base/info-target.exp
11519 * gdb.base/infoline.exp
11520 * gdb.base/interp.exp
11521 * gdb.base/interrupt.exp
11522 * gdb.base/jit-reader.exp
11523 * gdb.base/jit-simple.exp
11524 * gdb.base/kill-after-signal.exp
11525 * gdb.base/kill-detach-inferiors-cmd.exp
11526 * gdb.base/label.exp
11527 * gdb.base/langs.exp
11528 * gdb.base/ldbl_e308.exp
11529 * gdb.base/line-symtabs.exp
11530 * gdb.base/linespecs.exp
11531 * gdb.base/list.exp
11532 * gdb.base/long_long.exp
11533 * gdb.base/longest-types.exp
11534 * gdb.base/maint.exp
11535 * gdb.base/max-value-size.exp
11536 * gdb.base/memattr.exp
11537 * gdb.base/mips_pro.exp
11538 * gdb.base/morestack.exp
11539 * gdb.base/moribund-step.exp
11540 * gdb.base/multi-forks.exp
11541 * gdb.base/nested-addr.exp
11542 * gdb.base/nextoverexit.exp
11543 * gdb.base/noreturn-finish.exp
11544 * gdb.base/noreturn-return.exp
11545 * gdb.base/nostdlib.exp
11546 * gdb.base/offsets.exp
11547 * gdb.base/opaque.exp
11548 * gdb.base/pc-fp.exp
11549 * gdb.base/permissions.exp
11550 * gdb.base/print-symbol-loading.exp
11551 * gdb.base/prologue-include.exp
11552 * gdb.base/psymtab.exp
11553 * gdb.base/ptype.exp
11554 * gdb.base/random-signal.exp
11555 * gdb.base/randomize.exp
11556 * gdb.base/range-stepping.exp
11557 * gdb.base/readline-ask.exp
11558 * gdb.base/recpar.exp
11559 * gdb.base/recurse.exp
11560 * gdb.base/relational.exp
11561 * gdb.base/restore.exp
11562 * gdb.base/return-nodebug.exp
11563 * gdb.base/return.exp
11564 * gdb.base/run-after-attach.exp
11565 * gdb.base/save-bp.exp
11566 * gdb.base/scope.exp
11567 * gdb.base/sect-cmd.exp
11568 * gdb.base/set-lang-auto.exp
11569 * gdb.base/set-noassign.exp
11570 * gdb.base/setvar.exp
11571 * gdb.base/sigall.exp
11572 * gdb.base/sigbpt.exp
11573 * gdb.base/siginfo-addr.exp
11574 * gdb.base/siginfo-infcall.exp
11575 * gdb.base/siginfo-obj.exp
11576 * gdb.base/siginfo.exp
11577 * gdb.base/signals-state-child.exp
11578 * gdb.base/signest.exp
11579 * gdb.base/sigstep.exp
11580 * gdb.base/sizeof.exp
11581 * gdb.base/skip.exp
11582 * gdb.base/solib-corrupted.exp
11583 * gdb.base/solib-nodir.exp
11584 * gdb.base/solib-search.exp
11585 * gdb.base/stack-checking.exp
11586 * gdb.base/stale-infcall.exp
11587 * gdb.base/stap-probe.exp
11588 * gdb.base/start.exp
11589 * gdb.base/step-break.exp
11590 * gdb.base/step-bt.exp
11591 * gdb.base/step-line.exp
11592 * gdb.base/step-over-exit.exp
11593 * gdb.base/step-over-syscall.exp
11594 * gdb.base/step-resume-infcall.exp
11595 * gdb.base/step-test.exp
11596 * gdb.base/store.exp
11597 * gdb.base/structs3.exp
11598 * gdb.base/sym-file.exp
11599 * gdb.base/symbol-without-target_section.exp
11600 * gdb.base/term.exp
11601 * gdb.base/testenv.exp
11602 * gdb.base/ui-redirect.exp
11603 * gdb.base/until.exp
11604 * gdb.base/unwindonsignal.exp
11605 * gdb.base/value-double-free.exp
11606 * gdb.base/vla-datatypes.exp
11607 * gdb.base/vla-ptr.exp
11608 * gdb.base/vla-sideeffect.exp
11609 * gdb.base/volatile.exp
11610 * gdb.base/watch-cond-infcall.exp
11611 * gdb.base/watch-cond.exp
11612 * gdb.base/watch-non-mem.exp
11613 * gdb.base/watch-read.exp
11614 * gdb.base/watch-vfork.exp
11615 * gdb.base/watchpoint-cond-gone.exp
11616 * gdb.base/watchpoint-delete.exp
11617 * gdb.base/watchpoint-hw-hit-once.exp
11618 * gdb.base/watchpoint-hw.exp
11619 * gdb.base/watchpoint-stops-at-right-insn.exp
11620 * gdb.base/watchpoints.exp
11621 * gdb.base/wchar.exp
11622 * gdb.base/whatis-exp.exp
11623 * gdb.btrace/buffer-size.exp
11624 * gdb.btrace/data.exp
11625 * gdb.btrace/delta.exp
11626 * gdb.btrace/dlopen.exp
11627 * gdb.btrace/enable.exp
11628 * gdb.btrace/exception.exp
11629 * gdb.btrace/function_call_history.exp
11630 * gdb.btrace/gcore.exp
11631 * gdb.btrace/instruction_history.exp
11632 * gdb.btrace/nohist.exp
11633 * gdb.btrace/reconnect.exp
11634 * gdb.btrace/record_goto-step.exp
11635 * gdb.btrace/record_goto.exp
11636 * gdb.btrace/rn-dl-bind.exp
11637 * gdb.btrace/segv.exp
11638 * gdb.btrace/step.exp
11639 * gdb.btrace/stepi.exp
11640 * gdb.btrace/tailcall-only.exp
11641 * gdb.btrace/tailcall.exp
11642 * gdb.btrace/tsx.exp
11643 * gdb.btrace/unknown_functions.exp
11644 * gdb.btrace/vdso.exp
11645 * gdb.compile/compile-ifunc.exp
11646 * gdb.compile/compile-ops.exp
11647 * gdb.compile/compile-print.exp
11648 * gdb.compile/compile-setjmp.exp
11649 * gdb.cp/abstract-origin.exp
11650 * gdb.cp/ambiguous.exp
11651 * gdb.cp/annota2.exp
11652 * gdb.cp/annota3.exp
11653 * gdb.cp/anon-ns.exp
11654 * gdb.cp/anon-struct.exp
11655 * gdb.cp/anon-union.exp
11656 * gdb.cp/arg-reference.exp
11657 * gdb.cp/baseenum.exp
11658 * gdb.cp/bool.exp
11659 * gdb.cp/breakpoint.exp
11660 * gdb.cp/bs15503.exp
11661 * gdb.cp/call-c.exp
11662 * gdb.cp/casts.exp
11663 * gdb.cp/chained-calls.exp
11664 * gdb.cp/class2.exp
11665 * gdb.cp/classes.exp
11666 * gdb.cp/cmpd-minsyms.exp
11667 * gdb.cp/converts.exp
11668 * gdb.cp/cp-relocate.exp
11669 * gdb.cp/cpcompletion.exp
11670 * gdb.cp/cpexprs.exp
11671 * gdb.cp/cplabel.exp
11672 * gdb.cp/cplusfuncs.exp
11673 * gdb.cp/cpsizeof.exp
11674 * gdb.cp/ctti.exp
11675 * gdb.cp/derivation.exp
11676 * gdb.cp/destrprint.exp
11677 * gdb.cp/dispcxx.exp
11678 * gdb.cp/enum-class.exp
11679 * gdb.cp/exception.exp
11680 * gdb.cp/exceptprint.exp
11681 * gdb.cp/expand-psymtabs-cxx.exp
11682 * gdb.cp/expand-sals.exp
11683 * gdb.cp/extern-c.exp
11684 * gdb.cp/filename.exp
11685 * gdb.cp/formatted-ref.exp
11686 * gdb.cp/fpointer.exp
11687 * gdb.cp/gdb1355.exp
11688 * gdb.cp/gdb2495.exp
11689 * gdb.cp/hang.exp
11690 * gdb.cp/impl-this.exp
11691 * gdb.cp/infcall-dlopen.exp
11692 * gdb.cp/inherit.exp
11693 * gdb.cp/iostream.exp
11694 * gdb.cp/koenig.exp
11695 * gdb.cp/local.exp
11696 * gdb.cp/m-data.exp
11697 * gdb.cp/m-static.exp
11698 * gdb.cp/mb-ctor.exp
11699 * gdb.cp/mb-inline.exp
11700 * gdb.cp/mb-templates.exp
11701 * gdb.cp/member-name.exp
11702 * gdb.cp/member-ptr.exp
11703 * gdb.cp/meth-typedefs.exp
11704 * gdb.cp/method.exp
11705 * gdb.cp/method2.exp
11706 * gdb.cp/minsym-fallback.exp
11707 * gdb.cp/misc.exp
11708 * gdb.cp/namelessclass.exp
11709 * gdb.cp/namespace-enum.exp
11710 * gdb.cp/namespace-nested-import.exp
11711 * gdb.cp/namespace.exp
11712 * gdb.cp/nextoverthrow.exp
11713 * gdb.cp/no-dmgl-verbose.exp
11714 * gdb.cp/non-trivial-retval.exp
11715 * gdb.cp/noparam.exp
11716 * gdb.cp/nsdecl.exp
11717 * gdb.cp/nsimport.exp
11718 * gdb.cp/nsnested.exp
11719 * gdb.cp/nsnoimports.exp
11720 * gdb.cp/nsrecurs.exp
11721 * gdb.cp/nsstress.exp
11722 * gdb.cp/nsusing.exp
11723 * gdb.cp/operator.exp
11724 * gdb.cp/oranking.exp
11725 * gdb.cp/overload-const.exp
11726 * gdb.cp/overload.exp
11727 * gdb.cp/ovldbreak.exp
11728 * gdb.cp/ovsrch.exp
11729 * gdb.cp/paren-type.exp
11730 * gdb.cp/parse-lang.exp
11731 * gdb.cp/pass-by-ref.exp
11732 * gdb.cp/pr-1023.exp
11733 * gdb.cp/pr-1210.exp
11734 * gdb.cp/pr-574.exp
11735 * gdb.cp/pr10687.exp
11736 * gdb.cp/pr12028.exp
11737 * gdb.cp/pr17132.exp
11738 * gdb.cp/pr17494.exp
11739 * gdb.cp/pr9067.exp
11740 * gdb.cp/pr9167.exp
11741 * gdb.cp/pr9631.exp
11742 * gdb.cp/printmethod.exp
11743 * gdb.cp/psmang.exp
11744 * gdb.cp/psymtab-parameter.exp
11745 * gdb.cp/ptype-cv-cp.exp
11746 * gdb.cp/ptype-flags.exp
11747 * gdb.cp/re-set-overloaded.exp
11748 * gdb.cp/ref-types.exp
11749 * gdb.cp/rtti.exp
11750 * gdb.cp/scope-err.exp
11751 * gdb.cp/shadow.exp
11752 * gdb.cp/smartp.exp
11753 * gdb.cp/static-method.exp
11754 * gdb.cp/static-print-quit.exp
11755 * gdb.cp/temargs.exp
11756 * gdb.cp/templates.exp
11757 * gdb.cp/try_catch.exp
11758 * gdb.cp/typedef-operator.exp
11759 * gdb.cp/typeid.exp
11760 * gdb.cp/userdef.exp
11761 * gdb.cp/using-crash.exp
11762 * gdb.cp/var-tag.exp
11763 * gdb.cp/virtbase.exp
11764 * gdb.cp/virtfunc.exp
11765 * gdb.cp/virtfunc2.exp
11766 * gdb.cp/vla-cxx.exp
11767 * gdb.disasm/t01_mov.exp
11768 * gdb.disasm/t02_mova.exp
11769 * gdb.disasm/t03_add.exp
11770 * gdb.disasm/t04_sub.exp
11771 * gdb.disasm/t05_cmp.exp
11772 * gdb.disasm/t06_ari2.exp
11773 * gdb.disasm/t07_ari3.exp
11774 * gdb.disasm/t08_or.exp
11775 * gdb.disasm/t09_xor.exp
11776 * gdb.disasm/t10_and.exp
11777 * gdb.disasm/t11_logs.exp
11778 * gdb.disasm/t12_bit.exp
11779 * gdb.disasm/t13_otr.exp
11780 * gdb.dlang/circular.exp
11781 * gdb.dwarf2/arr-stride.exp
11782 * gdb.dwarf2/arr-subrange.exp
11783 * gdb.dwarf2/atomic-type.exp
11784 * gdb.dwarf2/bad-regnum.exp
11785 * gdb.dwarf2/bitfield-parent-optimized-out.exp
11786 * gdb.dwarf2/callframecfa.exp
11787 * gdb.dwarf2/clztest.exp
11788 * gdb.dwarf2/corrupt.exp
11789 * gdb.dwarf2/data-loc.exp
11790 * gdb.dwarf2/dup-psym.exp
11791 * gdb.dwarf2/dw2-anon-mptr.exp
11792 * gdb.dwarf2/dw2-anonymous-func.exp
11793 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
11794 * gdb.dwarf2/dw2-bad-unresolved.exp
11795 * gdb.dwarf2/dw2-basic.exp
11796 * gdb.dwarf2/dw2-canonicalize-type.exp
11797 * gdb.dwarf2/dw2-case-insensitive.exp
11798 * gdb.dwarf2/dw2-common-block.exp
11799 * gdb.dwarf2/dw2-compdir-oldgcc.exp
11800 * gdb.dwarf2/dw2-compressed.exp
11801 * gdb.dwarf2/dw2-const.exp
11802 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
11803 * gdb.dwarf2/dw2-cu-size.exp
11804 * gdb.dwarf2/dw2-dup-frame.exp
11805 * gdb.dwarf2/dw2-entry-value.exp
11806 * gdb.dwarf2/dw2-icycle.exp
11807 * gdb.dwarf2/dw2-ifort-parameter.exp
11808 * gdb.dwarf2/dw2-inline-break.exp
11809 * gdb.dwarf2/dw2-inline-param.exp
11810 * gdb.dwarf2/dw2-intercu.exp
11811 * gdb.dwarf2/dw2-intermix.exp
11812 * gdb.dwarf2/dw2-lexical-block-bare.exp
11813 * gdb.dwarf2/dw2-linkage-name-trust.exp
11814 * gdb.dwarf2/dw2-minsym-in-cu.exp
11815 * gdb.dwarf2/dw2-noloc.exp
11816 * gdb.dwarf2/dw2-op-call.exp
11817 * gdb.dwarf2/dw2-op-out-param.exp
11818 * gdb.dwarf2/dw2-opt-structptr.exp
11819 * gdb.dwarf2/dw2-param-error.exp
11820 * gdb.dwarf2/dw2-producer.exp
11821 * gdb.dwarf2/dw2-ranges-base.exp
11822 * gdb.dwarf2/dw2-ref-missing-frame.exp
11823 * gdb.dwarf2/dw2-reg-undefined.exp
11824 * gdb.dwarf2/dw2-regno-invalid.exp
11825 * gdb.dwarf2/dw2-restore.exp
11826 * gdb.dwarf2/dw2-restrict.exp
11827 * gdb.dwarf2/dw2-single-line-discriminators.exp
11828 * gdb.dwarf2/dw2-strp.exp
11829 * gdb.dwarf2/dw2-undefined-ret-addr.exp
11830 * gdb.dwarf2/dw2-unresolved.exp
11831 * gdb.dwarf2/dw2-var-zero-addr.exp
11832 * gdb.dwarf2/dw4-sig-types.exp
11833 * gdb.dwarf2/dwz.exp
11834 * gdb.dwarf2/dynarr-ptr.exp
11835 * gdb.dwarf2/enum-type.exp
11836 * gdb.dwarf2/gdb-index.exp
11837 * gdb.dwarf2/implptr-64bit.exp
11838 * gdb.dwarf2/implptr-optimized-out.exp
11839 * gdb.dwarf2/implptr.exp
11840 * gdb.dwarf2/implref-array.exp
11841 * gdb.dwarf2/implref-const.exp
11842 * gdb.dwarf2/implref-global.exp
11843 * gdb.dwarf2/implref-struct.exp
11844 * gdb.dwarf2/mac-fileno.exp
11845 * gdb.dwarf2/main-subprogram.exp
11846 * gdb.dwarf2/member-ptr-forwardref.exp
11847 * gdb.dwarf2/method-ptr.exp
11848 * gdb.dwarf2/missing-sig-type.exp
11849 * gdb.dwarf2/nonvar-access.exp
11850 * gdb.dwarf2/opaque-type-lookup.exp
11851 * gdb.dwarf2/pieces-optimized-out.exp
11852 * gdb.dwarf2/pieces.exp
11853 * gdb.dwarf2/pr10770.exp
11854 * gdb.dwarf2/pr13961.exp
11855 * gdb.dwarf2/staticvirtual.exp
11856 * gdb.dwarf2/subrange.exp
11857 * gdb.dwarf2/symtab-producer.exp
11858 * gdb.dwarf2/trace-crash.exp
11859 * gdb.dwarf2/typeddwarf.exp
11860 * gdb.dwarf2/valop.exp
11861 * gdb.dwarf2/watch-notconst.exp
11862 * gdb.fortran/array-element.exp
11863 * gdb.fortran/charset.exp
11864 * gdb.fortran/common-block.exp
11865 * gdb.fortran/complex.exp
11866 * gdb.fortran/derived-type-function.exp
11867 * gdb.fortran/derived-type.exp
11868 * gdb.fortran/logical.exp
11869 * gdb.fortran/module.exp
11870 * gdb.fortran/multi-dim.exp
11871 * gdb.fortran/nested-funcs.exp
11872 * gdb.fortran/print-formatted.exp
11873 * gdb.fortran/subarray.exp
11874 * gdb.fortran/vla-alloc-assoc.exp
11875 * gdb.fortran/vla-datatypes.exp
11876 * gdb.fortran/vla-history.exp
11877 * gdb.fortran/vla-ptr-info.exp
11878 * gdb.fortran/vla-ptype-sub.exp
11879 * gdb.fortran/vla-ptype.exp
11880 * gdb.fortran/vla-sizeof.exp
11881 * gdb.fortran/vla-type.exp
11882 * gdb.fortran/vla-value-sub-arbitrary.exp
11883 * gdb.fortran/vla-value-sub-finish.exp
11884 * gdb.fortran/vla-value-sub.exp
11885 * gdb.fortran/vla-value.exp
11886 * gdb.fortran/whatis_type.exp
11887 * gdb.go/chan.exp
11888 * gdb.go/handcall.exp
11889 * gdb.go/hello.exp
11890 * gdb.go/integers.exp
11891 * gdb.go/methods.exp
11892 * gdb.go/package.exp
11893 * gdb.go/strings.exp
11894 * gdb.go/types.exp
11895 * gdb.go/unsafe.exp
11896 * gdb.guile/scm-arch.exp
11897 * gdb.guile/scm-block.exp
11898 * gdb.guile/scm-breakpoint.exp
11899 * gdb.guile/scm-cmd.exp
11900 * gdb.guile/scm-disasm.exp
11901 * gdb.guile/scm-equal.exp
11902 * gdb.guile/scm-frame-args.exp
11903 * gdb.guile/scm-frame-inline.exp
11904 * gdb.guile/scm-frame.exp
11905 * gdb.guile/scm-iterator.exp
11906 * gdb.guile/scm-math.exp
11907 * gdb.guile/scm-objfile.exp
11908 * gdb.guile/scm-ports.exp
11909 * gdb.guile/scm-symbol.exp
11910 * gdb.guile/scm-symtab.exp
11911 * gdb.guile/scm-value-cc.exp
11912 * gdb.guile/types-module.exp
11913 * gdb.linespec/break-ask.exp
11914 * gdb.linespec/cpexplicit.exp
11915 * gdb.linespec/explicit.exp
11916 * gdb.linespec/keywords.exp
11917 * gdb.linespec/linespec.exp
11918 * gdb.linespec/ls-dollar.exp
11919 * gdb.linespec/ls-errs.exp
11920 * gdb.linespec/skip-two.exp
11921 * gdb.linespec/thread.exp
11922 * gdb.mi/mi-async.exp
11923 * gdb.mi/mi-basics.exp
11924 * gdb.mi/mi-break.exp
11925 * gdb.mi/mi-catch-load.exp
11926 * gdb.mi/mi-cli.exp
11927 * gdb.mi/mi-cmd-param-changed.exp
11928 * gdb.mi/mi-console.exp
11929 * gdb.mi/mi-detach.exp
11930 * gdb.mi/mi-disassemble.exp
11931 * gdb.mi/mi-eval.exp
11932 * gdb.mi/mi-file-transfer.exp
11933 * gdb.mi/mi-file.exp
11934 * gdb.mi/mi-fill-memory.exp
11935 * gdb.mi/mi-inheritance-syntax-error.exp
11936 * gdb.mi/mi-linespec-err-cp.exp
11937 * gdb.mi/mi-logging.exp
11938 * gdb.mi/mi-memory-changed.exp
11939 * gdb.mi/mi-read-memory.exp
11940 * gdb.mi/mi-record-changed.exp
11941 * gdb.mi/mi-reg-undefined.exp
11942 * gdb.mi/mi-regs.exp
11943 * gdb.mi/mi-return.exp
11944 * gdb.mi/mi-reverse.exp
11945 * gdb.mi/mi-simplerun.exp
11946 * gdb.mi/mi-solib.exp
11947 * gdb.mi/mi-stack.exp
11948 * gdb.mi/mi-stepi.exp
11949 * gdb.mi/mi-syn-frame.exp
11950 * gdb.mi/mi-until.exp
11951 * gdb.mi/mi-var-block.exp
11952 * gdb.mi/mi-var-child.exp
11953 * gdb.mi/mi-var-cmd.exp
11954 * gdb.mi/mi-var-cp.exp
11955 * gdb.mi/mi-var-display.exp
11956 * gdb.mi/mi-var-invalidate.exp
11957 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
11958 * gdb.mi/mi-vla-fortran.exp
11959 * gdb.mi/mi-watch.exp
11960 * gdb.mi/mi2-var-child.exp
11961 * gdb.mi/user-selected-context-sync.exp
11962 * gdb.modula2/unbounded-array.exp
11963 * gdb.multi/dummy-frame-restore.exp
11964 * gdb.multi/multi-arch-exec.exp
11965 * gdb.multi/multi-arch.exp
11966 * gdb.multi/tids.exp
11967 * gdb.multi/watchpoint-multi.exp
11968 * gdb.opencl/callfuncs.exp
11969 * gdb.opencl/convs_casts.exp
11970 * gdb.opencl/datatypes.exp
11971 * gdb.opencl/operators.exp
11972 * gdb.opencl/vec_comps.exp
11973 * gdb.opt/clobbered-registers-O2.exp
11974 * gdb.opt/inline-break.exp
11975 * gdb.opt/inline-bt.exp
11976 * gdb.opt/inline-cmds.exp
11977 * gdb.opt/inline-locals.exp
11978 * gdb.pascal/case-insensitive-symbols.exp
11979 * gdb.pascal/floats.exp
11980 * gdb.pascal/gdb11492.exp
11981 * gdb.python/lib-types.exp
11982 * gdb.python/py-arch.exp
11983 * gdb.python/py-as-string.exp
11984 * gdb.python/py-bad-printers.exp
11985 * gdb.python/py-block.exp
11986 * gdb.python/py-breakpoint-create-fail.exp
11987 * gdb.python/py-breakpoint.exp
11988 * gdb.python/py-caller-is.exp
11989 * gdb.python/py-cmd.exp
11990 * gdb.python/py-explore-cc.exp
11991 * gdb.python/py-explore.exp
11992 * gdb.python/py-finish-breakpoint.exp
11993 * gdb.python/py-finish-breakpoint2.exp
11994 * gdb.python/py-frame-args.exp
11995 * gdb.python/py-frame-inline.exp
11996 * gdb.python/py-frame.exp
11997 * gdb.python/py-framefilter-mi.exp
11998 * gdb.python/py-infthread.exp
11999 * gdb.python/py-lazy-string.exp
12000 * gdb.python/py-linetable.exp
12001 * gdb.python/py-mi-events.exp
12002 * gdb.python/py-mi-objfile.exp
12003 * gdb.python/py-mi.exp
12004 * gdb.python/py-objfile.exp
12005 * gdb.python/py-pp-integral.exp
12006 * gdb.python/py-pp-maint.exp
12007 * gdb.python/py-pp-re-notag.exp
12008 * gdb.python/py-pp-registration.exp
12009 * gdb.python/py-recurse-unwind.exp
12010 * gdb.python/py-strfns.exp
12011 * gdb.python/py-symbol.exp
12012 * gdb.python/py-symtab.exp
12013 * gdb.python/py-sync-interp.exp
12014 * gdb.python/py-typeprint.exp
12015 * gdb.python/py-unwind-maint.exp
12016 * gdb.python/py-unwind.exp
12017 * gdb.python/py-value-cc.exp
12018 * gdb.python/py-xmethods.exp
12019 * gdb.reverse/amd64-tailcall-reverse.exp
12020 * gdb.reverse/break-precsave.exp
12021 * gdb.reverse/break-reverse.exp
12022 * gdb.reverse/consecutive-precsave.exp
12023 * gdb.reverse/consecutive-reverse.exp
12024 * gdb.reverse/finish-precsave.exp
12025 * gdb.reverse/finish-reverse-bkpt.exp
12026 * gdb.reverse/finish-reverse.exp
12027 * gdb.reverse/fstatat-reverse.exp
12028 * gdb.reverse/getresuid-reverse.exp
12029 * gdb.reverse/i386-precsave.exp
12030 * gdb.reverse/i386-reverse.exp
12031 * gdb.reverse/i386-sse-reverse.exp
12032 * gdb.reverse/i387-env-reverse.exp
12033 * gdb.reverse/i387-stack-reverse.exp
12034 * gdb.reverse/insn-reverse.exp
12035 * gdb.reverse/machinestate-precsave.exp
12036 * gdb.reverse/machinestate.exp
12037 * gdb.reverse/next-reverse-bkpt-over-sr.exp
12038 * gdb.reverse/pipe-reverse.exp
12039 * gdb.reverse/readv-reverse.exp
12040 * gdb.reverse/recvmsg-reverse.exp
12041 * gdb.reverse/rerun-prec.exp
12042 * gdb.reverse/s390-mvcle.exp
12043 * gdb.reverse/step-precsave.exp
12044 * gdb.reverse/step-reverse.exp
12045 * gdb.reverse/time-reverse.exp
12046 * gdb.reverse/until-precsave.exp
12047 * gdb.reverse/until-reverse.exp
12048 * gdb.reverse/waitpid-reverse.exp
12049 * gdb.reverse/watch-precsave.exp
12050 * gdb.reverse/watch-reverse.exp
12051 * gdb.rust/generics.exp
12052 * gdb.rust/methods.exp
12053 * gdb.rust/modules.exp
12054 * gdb.rust/simple.exp
12055 * gdb.server/connect-with-no-symbol-file.exp
12056 * gdb.server/ext-attach.exp
12057 * gdb.server/ext-restart.exp
12058 * gdb.server/ext-wrapper.exp
12059 * gdb.server/file-transfer.exp
12060 * gdb.server/server-exec-info.exp
12061 * gdb.server/server-kill.exp
12062 * gdb.server/server-mon.exp
12063 * gdb.server/wrapper.exp
12064 * gdb.stabs/exclfwd.exp
12065 * gdb.stabs/gdb11479.exp
12066 * gdb.threads/clone-new-thread-event.exp
12067 * gdb.threads/corethreads.exp
12068 * gdb.threads/current-lwp-dead.exp
12069 * gdb.threads/dlopen-libpthread.exp
12070 * gdb.threads/gcore-thread.exp
12071 * gdb.threads/sigstep-threads.exp
12072 * gdb.threads/watchpoint-fork.exp
12073 * gdb.trace/actions-changed.exp
12074 * gdb.trace/backtrace.exp
12075 * gdb.trace/change-loc.exp
12076 * gdb.trace/circ.exp
12077 * gdb.trace/collection.exp
12078 * gdb.trace/disconnected-tracing.exp
12079 * gdb.trace/ftrace.exp
12080 * gdb.trace/mi-trace-frame-collected.exp
12081 * gdb.trace/mi-trace-unavailable.exp
12082 * gdb.trace/mi-traceframe-changed.exp
12083 * gdb.trace/mi-tsv-changed.exp
12084 * gdb.trace/no-attach-trace.exp
12085 * gdb.trace/passc-dyn.exp
12086 * gdb.trace/qtro.exp
12087 * gdb.trace/range-stepping.exp
12088 * gdb.trace/read-memory.exp
12089 * gdb.trace/save-trace.exp
12090 * gdb.trace/signal.exp
12091 * gdb.trace/status-stop.exp
12092 * gdb.trace/tfile.exp
12093 * gdb.trace/trace-break.exp
12094 * gdb.trace/trace-buffer-size.exp
12095 * gdb.trace/trace-condition.exp
12096 * gdb.trace/tracefile-pseudo-reg.exp
12097 * gdb.trace/tstatus.exp
12098 * gdb.trace/unavailable.exp
12099 * gdb.trace/while-dyn.exp
12100 * gdb.trace/while-stepping.exp
12101
12102 2016-12-22 Doug Evans <xdje42@gmail.com>
12103
12104 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
12105 and msymbols.
12106
12107 2016-12-19 Yao Qi <yao.qi@linaro.org>
12108
12109 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
12110 (test_with_self): Don't call do_steps_and_nexts, and remove
12111 code about stepping into xmalloc.
12112
12113 2016-12-09 Yao Qi <yao.qi@linaro.org>
12114
12115 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
12116
12117 2016-12-09 Yao Qi <yao.qi@linaro.org>
12118
12119 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
12120
12121 2016-12-09 Pedro Alves <palves@redhat.com>
12122
12123 * gdb.base/all-architectures-0.exp: New file.
12124 * gdb.base/all-architectures-1.exp: New file.
12125 * gdb.base/all-architectures-2.exp: New file.
12126 * gdb.base/all-architectures-3.exp: New file.
12127 * gdb.base/all-architectures-4.exp: New file.
12128 * gdb.base/all-architectures-5.exp: New file.
12129 * gdb.base/all-architectures-6.exp: New file.
12130 * gdb.base/all-architectures-7.exp: New file.
12131 * gdb.base/all-architectures.exp.in: New file.
12132
12133 2016-12-09 Yao Qi <yao.qi@linaro.org>
12134
12135 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
12136
12137 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
12138
12139 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
12140 possible.
12141 Remove useless pattern-matching code.
12142
12143 2016-12-02 Pedro Alves <palves@redhat.com>
12144
12145 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
12146 procedure.
12147 (top level): Call it.
12148
12149 2016-12-02 Pedro Alves <palves@redhat.com>
12150
12151 * gdb.base/commands.exp (user_defined_command_args_stack_test):
12152 New procedure.
12153 (top level): Call it.
12154
12155 2016-12-02 Pedro Alves <palves@redhat.com>
12156
12157 PR cli/20559
12158 * gdb.base/commands.exp (user_defined_command_args_eval): New
12159 procedure.
12160 (top level): Call it.
12161
12162 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
12163
12164 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
12165 timeout handling.
12166
12167 2016-12-02 Tom Tromey <tom@tromey.com>
12168
12169 * gdb.dwarf2/main-subprogram.c: New file.
12170 * gdb.dwarf2/main-subprogram.exp: New file.
12171
12172 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
12173
12174 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
12175 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
12176 gdb_test_no_output for a couple of cases.
12177 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
12178
12179 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
12180
12181 Fix test names and standardize compilation error messages throughout
12182 the following files:
12183
12184 * gdb.ada/start.exp
12185 * gdb.arch/alpha-step.exp
12186 * gdb.arch/e500-prologue.exp
12187 * gdb.arch/ftrace-insn-reloc.exp
12188 * gdb.arch/gdb1291.exp
12189 * gdb.arch/gdb1431.exp
12190 * gdb.arch/gdb1558.exp
12191 * gdb.arch/i386-dr3-watch.exp
12192 * gdb.arch/i386-sse-stack-align.exp
12193 * gdb.arch/ia64-breakpoint-shadow.exp
12194 * gdb.arch/pa-nullify.exp
12195 * gdb.arch/powerpc-aix-prologue.exp
12196 * gdb.arch/thumb-bx-pc.exp
12197 * gdb.base/annota1.exp
12198 * gdb.base/annota3.exp
12199 * gdb.base/arrayidx.exp
12200 * gdb.base/assign.exp
12201 * gdb.base/attach.exp
12202 * gdb.base/auxv.exp
12203 * gdb.base/bang.exp
12204 * gdb.base/bfp-test.exp
12205 * gdb.base/bigcore.exp
12206 * gdb.base/bitfields2.exp
12207 * gdb.base/break-fun-addr.exp
12208 * gdb.base/break-probes.exp
12209 * gdb.base/call-rt-st.exp
12210 * gdb.base/callexit.exp
12211 * gdb.base/catch-fork-kill.exp
12212 * gdb.base/charset.exp
12213 * gdb.base/checkpoint.exp
12214 * gdb.base/comprdebug.exp
12215 * gdb.base/constvars.exp
12216 * gdb.base/coredump-filter.exp
12217 * gdb.base/cursal.exp
12218 * gdb.base/cvexpr.exp
12219 * gdb.base/detach.exp
12220 * gdb.base/display.exp
12221 * gdb.base/dmsym.exp
12222 * gdb.base/dprintf-pending.exp
12223 * gdb.base/dso2dso.exp
12224 * gdb.base/dtrace-probe.exp
12225 * gdb.base/dump.exp
12226 * gdb.base/enum_cond.exp
12227 * gdb.base/exe-lock.exp
12228 * gdb.base/exec-invalid-sysroot.exp
12229 * gdb.base/execl-update-breakpoints.exp
12230 * gdb.base/exprs.exp
12231 * gdb.base/fileio.exp
12232 * gdb.base/find.exp
12233 * gdb.base/finish.exp
12234 * gdb.base/fixsection.exp
12235 * gdb.base/foll-vfork.exp
12236 * gdb.base/frame-args.exp
12237 * gdb.base/gcore.exp
12238 * gdb.base/gdb1250.exp
12239 * gdb.base/global-var-nested-by-dso.exp
12240 * gdb.base/gnu-ifunc.exp
12241 * gdb.base/hashline1.exp
12242 * gdb.base/hashline2.exp
12243 * gdb.base/hashline3.exp
12244 * gdb.base/hbreak-in-shr-unsupported.exp
12245 * gdb.base/huge.exp
12246 * gdb.base/infcall-input.exp
12247 * gdb.base/info-fun.exp
12248 * gdb.base/info-shared.exp
12249 * gdb.base/jit-simple.exp
12250 * gdb.base/jit-so.exp
12251 * gdb.base/jit.exp
12252 * gdb.base/jump.exp
12253 * gdb.base/label.exp
12254 * gdb.base/lineinc.exp
12255 * gdb.base/logical.exp
12256 * gdb.base/longjmp.exp
12257 * gdb.base/macscp.exp
12258 * gdb.base/miscexprs.exp
12259 * gdb.base/new-ui-echo.exp
12260 * gdb.base/new-ui-pending-input.exp
12261 * gdb.base/new-ui.exp
12262 * gdb.base/nodebug.exp
12263 * gdb.base/nofield.exp
12264 * gdb.base/offsets.exp
12265 * gdb.base/overlays.exp
12266 * gdb.base/pending.exp
12267 * gdb.base/pointers.exp
12268 * gdb.base/pr11022.exp
12269 * gdb.base/printcmds.exp
12270 * gdb.base/prologue.exp
12271 * gdb.base/ptr-typedef.exp
12272 * gdb.base/realname-expand.exp
12273 * gdb.base/relativedebug.exp
12274 * gdb.base/relocate.exp
12275 * gdb.base/remote.exp
12276 * gdb.base/reread.exp
12277 * gdb.base/return2.exp
12278 * gdb.base/savedregs.exp
12279 * gdb.base/sep.exp
12280 * gdb.base/sepdebug.exp
12281 * gdb.base/sepsymtab.exp
12282 * gdb.base/set-inferior-tty.exp
12283 * gdb.base/setshow.exp
12284 * gdb.base/shlib-call.exp
12285 * gdb.base/sigaltstack.exp
12286 * gdb.base/siginfo-addr.exp
12287 * gdb.base/signals.exp
12288 * gdb.base/signull.exp
12289 * gdb.base/sigrepeat.exp
12290 * gdb.base/so-impl-ld.exp
12291 * gdb.base/solib-display.exp
12292 * gdb.base/solib-overlap.exp
12293 * gdb.base/solib-search.exp
12294 * gdb.base/solib-symbol.exp
12295 * gdb.base/structs.exp
12296 * gdb.base/structs2.exp
12297 * gdb.base/symtab-search-order.exp
12298 * gdb.base/twice.exp
12299 * gdb.base/unload.exp
12300 * gdb.base/varargs.exp
12301 * gdb.base/watchpoint-solib.exp
12302 * gdb.base/watchpoint.exp
12303 * gdb.base/whatis.exp
12304 * gdb.base/wrong_frame_bt_full.exp
12305 * gdb.btrace/dlopen.exp
12306 * gdb.cell/ea-standalone.exp
12307 * gdb.cell/ea-test.exp
12308 * gdb.cp/dispcxx.exp
12309 * gdb.cp/gdb2384.exp
12310 * gdb.cp/method2.exp
12311 * gdb.cp/nextoverthrow.exp
12312 * gdb.cp/pr10728.exp
12313 * gdb.disasm/am33.exp
12314 * gdb.disasm/h8300s.exp
12315 * gdb.disasm/mn10300.exp
12316 * gdb.disasm/sh3.exp
12317 * gdb.dwarf2/dw2-dir-file-name.exp
12318 * gdb.fortran/complex.exp
12319 * gdb.fortran/library-module.exp
12320 * gdb.guile/scm-pretty-print.exp
12321 * gdb.guile/scm-symbol.exp
12322 * gdb.guile/scm-type.exp
12323 * gdb.guile/scm-value.exp
12324 * gdb.linespec/linespec.exp
12325 * gdb.mi/gdb701.exp
12326 * gdb.mi/gdb792.exp
12327 * gdb.mi/mi-breakpoint-changed.exp
12328 * gdb.mi/mi-dprintf-pending.exp
12329 * gdb.mi/mi-dprintf.exp
12330 * gdb.mi/mi-exit-code.exp
12331 * gdb.mi/mi-pending.exp
12332 * gdb.mi/mi-solib.exp
12333 * gdb.mi/new-ui-mi-sync.exp
12334 * gdb.mi/pr11022.exp
12335 * gdb.mi/user-selected-context-sync.exp
12336 * gdb.opt/solib-intra-step.exp
12337 * gdb.python/py-events.exp
12338 * gdb.python/py-finish-breakpoint.exp
12339 * gdb.python/py-mi.exp
12340 * gdb.python/py-prettyprint.exp
12341 * gdb.python/py-shared.exp
12342 * gdb.python/py-symbol.exp
12343 * gdb.python/py-template.exp
12344 * gdb.python/py-type.exp
12345 * gdb.python/py-value.exp
12346 * gdb.reverse/solib-precsave.exp
12347 * gdb.reverse/solib-reverse.exp
12348 * gdb.server/solib-list.exp
12349 * gdb.stabs/weird.exp
12350 * gdb.threads/reconnect-signal.exp
12351 * gdb.threads/stepi-random-signal.exp
12352 * gdb.trace/actions.exp
12353 * gdb.trace/ax.exp
12354 * gdb.trace/backtrace.exp
12355 * gdb.trace/change-loc.exp
12356 * gdb.trace/deltrace.exp
12357 * gdb.trace/ftrace-lock.exp
12358 * gdb.trace/ftrace.exp
12359 * gdb.trace/infotrace.exp
12360 * gdb.trace/mi-tracepoint-changed.exp
12361 * gdb.trace/packetlen.exp
12362 * gdb.trace/passcount.exp
12363 * gdb.trace/pending.exp
12364 * gdb.trace/range-stepping.exp
12365 * gdb.trace/report.exp
12366 * gdb.trace/stap-trace.exp
12367 * gdb.trace/tfind.exp
12368 * gdb.trace/trace-break.exp
12369 * gdb.trace/trace-condition.exp
12370 * gdb.trace/trace-enable-disable.exp
12371 * gdb.trace/trace-mt.exp
12372 * gdb.trace/tracecmd.exp
12373 * gdb.trace/tspeed.exp
12374 * gdb.trace/tsv.exp
12375 * lib/perftest.exp
12376
12377 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
12378
12379 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
12380 with gdb_test_no_output.
12381 Use command as test name.
12382
12383 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
12384
12385 Fix test names starting with uppercase throughout the files.
12386
12387 * gdb.ada/assign_1.exp
12388 * gdb.ada/boolean_expr.exp
12389 * gdb.base/arrayidx.exp
12390 * gdb.base/del.exp
12391 * gdb.base/gcore-buffer-overflow.exp
12392 * gdb.base/testenv.exp
12393 * gdb.compile/compile.exp
12394 * gdb.python/py-framefilter-invalidarg.exp
12395 * gdb.python/py-framefilter.exp
12396
12397 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
12398
12399 Fix test names starting with uppercase throughout the files.
12400
12401 * gdb.ada/array_return.exp
12402 * gdb.ada/expr_delims.exp
12403 * gdb.ada/mi_dyn_arr.exp
12404 * gdb.ada/mi_interface.exp
12405 * gdb.ada/mi_var_array.exp
12406 * gdb.ada/watch_arg.exp
12407 * gdb.arch/alpha-step.exp
12408 * gdb.arch/altivec-regs.exp
12409 * gdb.arch/e500-regs.exp
12410 * gdb.arch/powerpc-d128-regs.exp
12411 * gdb.base/arrayidx.exp
12412 * gdb.base/break.exp
12413 * gdb.base/checkpoint.exp
12414 * gdb.base/debug-expr.exp
12415 * gdb.base/dmsym.exp
12416 * gdb.base/radix.exp
12417 * gdb.base/sepdebug.exp
12418 * gdb.base/testenv.exp
12419 * gdb.base/watch_thread_num.exp
12420 * gdb.base/watchpoint-cond-gone.exp
12421 * gdb.cell/break.exp
12422 * gdb.cell/ea-cache.exp
12423 * gdb.compile/compile.exp
12424 * gdb.cp/gdb2495.exp
12425 * gdb.gdb/selftest.exp
12426 * gdb.gdb/xfullpath.exp
12427 * gdb.go/hello.exp
12428 * gdb.go/integers.exp
12429 * gdb.objc/basicclass.exp
12430 * gdb.pascal/hello.exp
12431 * gdb.pascal/integers.exp
12432 * gdb.python/py-breakpoint.exp
12433 * gdb.python/py-cmd.exp
12434 * gdb.python/py-linetable.exp
12435 * gdb.python/py-xmethods.exp
12436 * gdb.python/python.exp
12437 * gdb.reverse/consecutive-precsave.exp
12438 * gdb.reverse/finish-precsave.exp
12439 * gdb.reverse/i386-precsave.exp
12440 * gdb.reverse/machinestate-precsave.exp
12441 * gdb.reverse/sigall-precsave.exp
12442 * gdb.reverse/solib-precsave.exp
12443 * gdb.reverse/step-precsave.exp
12444 * gdb.reverse/until-precsave.exp
12445 * gdb.reverse/watch-precsave.exp
12446 * gdb.threads/leader-exit.exp
12447 * gdb.threads/pthreads.exp
12448 * gdb.threads/wp-replication.exp
12449 * gdb.trace/actions.exp
12450 * gdb.trace/mi-tsv-changed.exp
12451 * gdb.trace/tsv.exp
12452
12453 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
12454
12455 Fix test names starting with uppercase throughout the files.
12456
12457 * gdb.arch/i386-bp_permanent.exp
12458 * gdb.arch/i386-gnu-cfi.exp
12459 * gdb.base/disasm-end-cu.exp
12460 * gdb.base/macscp.exp
12461 * gdb.base/pending.exp
12462 * gdb.base/watch_thread_num.exp
12463 * gdb.cp/exception.exp
12464 * gdb.cp/gdb2495.exp
12465 * gdb.cp/local.exp
12466 * gdb.python/py-evsignal.exp
12467 * gdb.python/python.exp
12468 * gdb.trace/tracecmd.exp
12469
12470 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
12471
12472 Fix test names starting with uppercase throughout the files.
12473
12474 * gdb.base/charset.exp
12475 * gdb.base/eval.exp
12476 * gdb.base/multi-forks.exp
12477 * gdb.guile/scm-progspace.exp
12478 * gdb.opencl/datatypes.exp
12479 * gdb.python/py-block.exp
12480 * gdb.python/py-function.exp
12481 * gdb.python/py-symbol.exp
12482 * gdb.python/py-symtab.exp
12483 * gdb.python/py-xmethods.exp
12484 * gdb.reverse/break-precsave.exp
12485 * gdb.reverse/break-reverse.exp
12486 * gdb.reverse/consecutive-precsave.exp
12487 * gdb.reverse/consecutive-reverse.exp
12488 * gdb.reverse/finish-precsave.exp
12489 * gdb.reverse/finish-reverse-bkpt.exp
12490 * gdb.reverse/finish-reverse.exp
12491 * gdb.reverse/fstatat-reverse.exp
12492 * gdb.reverse/getresuid-reverse.exp
12493 * gdb.reverse/i386-precsave.exp
12494 * gdb.reverse/i386-reverse.exp
12495 * gdb.reverse/i386-sse-reverse.exp
12496 * gdb.reverse/i387-stack-reverse.exp
12497 * gdb.reverse/insn-reverse.exp
12498 * gdb.reverse/machinestate-precsave.exp
12499 * gdb.reverse/machinestate.exp
12500 * gdb.reverse/next-reverse-bkpt-over-sr.exp
12501 * gdb.reverse/pipe-reverse.exp
12502 * gdb.reverse/readv-reverse.exp
12503 * gdb.reverse/recvmsg-reverse.exp
12504 * gdb.reverse/rerun-prec.exp
12505 * gdb.reverse/s390-mvcle.exp
12506 * gdb.reverse/sigall-precsave.exp
12507 * gdb.reverse/sigall-reverse.exp
12508 * gdb.reverse/solib-precsave.exp
12509 * gdb.reverse/solib-reverse.exp
12510 * gdb.reverse/step-precsave.exp
12511 * gdb.reverse/step-reverse.exp
12512 * gdb.reverse/time-reverse.exp
12513 * gdb.reverse/until-precsave.exp
12514 * gdb.reverse/until-reverse.exp
12515 * gdb.reverse/waitpid-reverse.exp
12516 * gdb.reverse/watch-precsave.exp
12517 * gdb.reverse/watch-reverse.exp
12518
12519 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
12520
12521 Fix test names starting with uppercase throughout the files.
12522
12523 * gdb.arch/i386-mpx-simple_segv.exp
12524 * gdb.arch/i386-mpx.exp
12525 * gdb.arch/i386-permbkpt.exp
12526 * gdb.arch/pa-nullify.exp
12527 * gdb.arch/powerpc-d128-regs.exp
12528 * gdb.arch/vsx-regs.exp
12529 * gdb.base/bfp-test.exp
12530 * gdb.base/break.exp
12531 * gdb.base/breakpoint-shadow.exp
12532 * gdb.base/callfuncs.exp
12533 * gdb.base/charset.exp
12534 * gdb.base/commands.exp
12535 * gdb.base/completion.exp
12536 * gdb.base/dfp-test.exp
12537 * gdb.base/echo.exp
12538 * gdb.base/ending-run.exp
12539 * gdb.base/eval.exp
12540 * gdb.base/expand-psymtabs.exp
12541 * gdb.base/float128.exp
12542 * gdb.base/floatn.exp
12543 * gdb.base/foll-exec-mode.exp
12544 * gdb.base/gdb1056.exp
12545 * gdb.base/gdb11531.exp
12546 * gdb.base/kill-after-signal.exp
12547 * gdb.base/multi-forks.exp
12548 * gdb.base/overlays.exp
12549 * gdb.base/pending.exp
12550 * gdb.base/sepdebug.exp
12551 * gdb.base/testenv.exp
12552 * gdb.base/valgrind-db-attach.exp
12553 * gdb.base/watch_thread_num.exp
12554 * gdb.base/watchpoint-cond-gone.exp
12555 * gdb.base/watchpoint.exp
12556 * gdb.base/watchpoints.exp
12557 * gdb.cp/arg-reference.exp
12558 * gdb.cp/baseenum.exp
12559 * gdb.cp/operator.exp
12560 * gdb.cp/shadow.exp
12561 * gdb.dwarf2/dw2-op-out-param.exp
12562 * gdb.dwarf2/dw2-reg-undefined.exp
12563 * gdb.go/chan.exp
12564 * gdb.go/hello.exp
12565 * gdb.go/integers.exp
12566 * gdb.go/methods.exp
12567 * gdb.go/package.exp
12568 * gdb.guile/scm-parameter.exp
12569 * gdb.guile/scm-progspace.exp
12570 * gdb.guile/scm-value.exp
12571 * gdb.mi/mi-pending.exp
12572 * gdb.mi/user-selected-context-sync.exp
12573 * gdb.multi/multi-attach.exp
12574 * gdb.multi/tids.exp
12575 * gdb.opt/clobbered-registers-O2.exp
12576 * gdb.pascal/floats.exp
12577 * gdb.pascal/integers.exp
12578 * gdb.python/py-block.exp
12579 * gdb.python/py-events.exp
12580 * gdb.python/py-parameter.exp
12581 * gdb.python/py-symbol.exp
12582 * gdb.python/py-symtab.exp
12583 * gdb.python/py-type.exp
12584 * gdb.python/py-value.exp
12585 * gdb.python/py-xmethods.exp
12586 * gdb.python/python.exp
12587 * gdb.reverse/break-precsave.exp
12588 * gdb.reverse/consecutive-precsave.exp
12589 * gdb.reverse/finish-precsave.exp
12590 * gdb.reverse/i386-precsave.exp
12591 * gdb.reverse/machinestate-precsave.exp
12592 * gdb.reverse/sigall-precsave.exp
12593 * gdb.reverse/solib-precsave.exp
12594 * gdb.reverse/step-precsave.exp
12595 * gdb.reverse/until-precsave.exp
12596 * gdb.reverse/watch-precsave.exp
12597 * gdb.server/ext-attach.exp
12598 * gdb.server/ext-restart.exp
12599 * gdb.server/ext-run.exp
12600 * gdb.server/ext-wrapper.exp
12601 * gdb.stabs/gdb11479.exp
12602 * gdb.stabs/weird.exp
12603 * gdb.threads/attach-many-short-lived-threads.exp
12604 * gdb.threads/kill.exp
12605 * gdb.threads/watchpoint-fork.exp
12606
12607 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
12608
12609 Fix test names starting with uppercase throughout all the files below.
12610
12611 * gdb.ada/array_return.exp
12612 * gdb.ada/catch_ex.exp
12613 * gdb.ada/info_exc.exp
12614 * gdb.ada/mi_catch_ex.exp
12615 * gdb.ada/mi_dyn_arr.exp
12616 * gdb.ada/mi_ex_cond.exp
12617 * gdb.ada/mi_exc_info.exp
12618 * gdb.ada/mi_interface.exp
12619 * gdb.ada/mi_task_arg.exp
12620 * gdb.ada/mi_task_info.exp
12621 * gdb.ada/mi_var_array.exp
12622 * gdb.arch/alpha-step.exp
12623 * gdb.arch/amd64-disp-step.exp
12624 * gdb.arch/arm-disp-step.exp
12625 * gdb.arch/disp-step-insn-reloc.exp
12626 * gdb.arch/e500-prologue.exp
12627 * gdb.arch/ftrace-insn-reloc.exp
12628 * gdb.arch/gdb1558.exp
12629 * gdb.arch/i386-bp_permanent.exp
12630 * gdb.arch/i386-disp-step.exp
12631 * gdb.arch/i386-float.exp
12632 * gdb.arch/i386-gnu-cfi.exp
12633 * gdb.arch/ia64-breakpoint-shadow.exp
12634 * gdb.arch/mips16-thunks.exp
12635 * gdb.arch/pa-nullify.exp
12636 * gdb.arch/powerpc-aix-prologue.exp
12637 * gdb.arch/powerpc-power.exp
12638 * gdb.arch/ppc-dfp.exp
12639 * gdb.arch/s390-tdbregs.exp
12640 * gdb.arch/spu-info.exp
12641 * gdb.arch/spu-ls.exp
12642 * gdb.arch/thumb-bx-pc.exp
12643 * gdb.base/advance.exp
12644 * gdb.base/annota-input-while-running.exp
12645 * gdb.base/arrayidx.exp
12646 * gdb.base/asmlabel.exp
12647 * gdb.base/async.exp
12648 * gdb.base/attach-wait-input.exp
12649 * gdb.base/auto-connect-native-target.exp
12650 * gdb.base/batch-preserve-term-settings.exp
12651 * gdb.base/bfp-test.exp
12652 * gdb.base/bigcore.exp
12653 * gdb.base/bp-permanent.exp
12654 * gdb.base/break-always.exp
12655 * gdb.base/break-fun-addr.exp
12656 * gdb.base/break-idempotent.exp
12657 * gdb.base/break-main-file-remove-fail.exp
12658 * gdb.base/break-probes.exp
12659 * gdb.base/break-unload-file.exp
12660 * gdb.base/break.exp
12661 * gdb.base/call-ar-st.exp
12662 * gdb.base/call-rt-st.exp
12663 * gdb.base/call-sc.exp
12664 * gdb.base/call-signal-resume.exp
12665 * gdb.base/call-strs.exp
12666 * gdb.base/callexit.exp
12667 * gdb.base/callfuncs.exp
12668 * gdb.base/catch-gdb-caused-signals.exp
12669 * gdb.base/catch-signal-siginfo-cond.exp
12670 * gdb.base/catch-syscall.exp
12671 * gdb.base/compare-sections.exp
12672 * gdb.base/cond-eval-mode.exp
12673 * gdb.base/condbreak-call-false.exp
12674 * gdb.base/consecutive-step-over.exp
12675 * gdb.base/cursal.exp
12676 * gdb.base/disabled-location.exp
12677 * gdb.base/disasm-end-cu.exp
12678 * gdb.base/display.exp
12679 * gdb.base/double-prompt-target-event-error.exp
12680 * gdb.base/dprintf-bp-same-addr.exp
12681 * gdb.base/dprintf-detach.exp
12682 * gdb.base/dprintf-next.exp
12683 * gdb.base/dprintf-non-stop.exp
12684 * gdb.base/dprintf-pending.exp
12685 * gdb.base/dso2dso.exp
12686 * gdb.base/ending-run.exp
12687 * gdb.base/enum_cond.exp
12688 * gdb.base/examine-backward.exp
12689 * gdb.base/exe-lock.exp
12690 * gdb.base/exec-invalid-sysroot.exp
12691 * gdb.base/execl-update-breakpoints.exp
12692 * gdb.base/execution-termios.exp
12693 * gdb.base/fileio.exp
12694 * gdb.base/fixsection.exp
12695 * gdb.base/foll-exec-mode.exp
12696 * gdb.base/foll-exec.exp
12697 * gdb.base/fork-running-state.exp
12698 * gdb.base/frame-args.exp
12699 * gdb.base/fullpath-expand.exp
12700 * gdb.base/func-ptr.exp
12701 * gdb.base/gcore-relro-pie.exp
12702 * gdb.base/gdb1090.exp
12703 * gdb.base/gdb1555.exp
12704 * gdb.base/global-var-nested-by-dso.exp
12705 * gdb.base/gnu-ifunc.exp
12706 * gdb.base/hbreak-in-shr-unsupported.exp
12707 * gdb.base/hbreak-unmapped.exp
12708 * gdb.base/hook-stop.exp
12709 * gdb.base/infcall-input.exp
12710 * gdb.base/info-fun.exp
12711 * gdb.base/info-shared.exp
12712 * gdb.base/interrupt-noterm.exp
12713 * gdb.base/jit-so.exp
12714 * gdb.base/jit.exp
12715 * gdb.base/line-symtabs.exp
12716 * gdb.base/list.exp
12717 * gdb.base/longjmp.exp
12718 * gdb.base/macscp.exp
12719 * gdb.base/max-value-size.exp
12720 * gdb.base/nodebug.exp
12721 * gdb.base/nofield.exp
12722 * gdb.base/overlays.exp
12723 * gdb.base/paginate-after-ctrl-c-running.exp
12724 * gdb.base/paginate-bg-execution.exp
12725 * gdb.base/paginate-inferior-exit.exp
12726 * gdb.base/pending.exp
12727 * gdb.base/pr11022.exp
12728 * gdb.base/printcmds.exp
12729 * gdb.base/ptr-typedef.exp
12730 * gdb.base/ptype.exp
12731 * gdb.base/randomize.exp
12732 * gdb.base/range-stepping.exp
12733 * gdb.base/realname-expand.exp
12734 * gdb.base/relativedebug.exp
12735 * gdb.base/remote.exp
12736 * gdb.base/savedregs.exp
12737 * gdb.base/sepdebug.exp
12738 * gdb.base/set-noassign.exp
12739 * gdb.base/shlib-call.exp
12740 * gdb.base/shreloc.exp
12741 * gdb.base/sigaltstack.exp
12742 * gdb.base/sigbpt.exp
12743 * gdb.base/siginfo-addr.exp
12744 * gdb.base/siginfo-obj.exp
12745 * gdb.base/siginfo-thread.exp
12746 * gdb.base/signest.exp
12747 * gdb.base/signull.exp
12748 * gdb.base/sigrepeat.exp
12749 * gdb.base/skip.exp
12750 * gdb.base/so-impl-ld.exp
12751 * gdb.base/solib-corrupted.exp
12752 * gdb.base/solib-disc.exp
12753 * gdb.base/solib-display.exp
12754 * gdb.base/solib-overlap.exp
12755 * gdb.base/solib-search.exp
12756 * gdb.base/solib-symbol.exp
12757 * gdb.base/source-execution.exp
12758 * gdb.base/sss-bp-on-user-bp-2.exp
12759 * gdb.base/sss-bp-on-user-bp.exp
12760 * gdb.base/stack-checking.exp
12761 * gdb.base/stale-infcall.exp
12762 * gdb.base/step-break.exp
12763 * gdb.base/step-line.exp
12764 * gdb.base/step-over-exit.exp
12765 * gdb.base/step-test.exp
12766 * gdb.base/structs.exp
12767 * gdb.base/sym-file.exp
12768 * gdb.base/symtab-search-order.exp
12769 * gdb.base/term.exp
12770 * gdb.base/type-opaque.exp
12771 * gdb.base/unload.exp
12772 * gdb.base/until-nodebug.exp
12773 * gdb.base/until.exp
12774 * gdb.base/unwindonsignal.exp
12775 * gdb.base/watch-cond.exp
12776 * gdb.base/watch-non-mem.exp
12777 * gdb.base/watch_thread_num.exp
12778 * gdb.base/watchpoint-reuse-slot.exp
12779 * gdb.base/watchpoint-solib.exp
12780 * gdb.base/watchpoint.exp
12781 * gdb.btrace/dlopen.exp
12782 * gdb.cell/arch.exp
12783 * gdb.cell/break.exp
12784 * gdb.cell/bt.exp
12785 * gdb.cell/core.exp
12786 * gdb.cell/data.exp
12787 * gdb.cell/dwarfaddr.exp
12788 * gdb.cell/ea-cache.exp
12789 * gdb.cell/ea-standalone.exp
12790 * gdb.cell/ea-test.exp
12791 * gdb.cell/f-regs.exp
12792 * gdb.cell/fork.exp
12793 * gdb.cell/gcore.exp
12794 * gdb.cell/mem-access.exp
12795 * gdb.cell/ptype.exp
12796 * gdb.cell/registers.exp
12797 * gdb.cell/sizeof.exp
12798 * gdb.cell/solib-symbol.exp
12799 * gdb.cell/solib.exp
12800 * gdb.compile/compile-tls.exp
12801 * gdb.cp/exception.exp
12802 * gdb.cp/gdb2495.exp
12803 * gdb.cp/local.exp
12804 * gdb.cp/mb-inline.exp
12805 * gdb.cp/mb-templates.exp
12806 * gdb.cp/pr10687.exp
12807 * gdb.cp/pr9167.exp
12808 * gdb.cp/scope-err.exp
12809 * gdb.cp/templates.exp
12810 * gdb.cp/virtfunc.exp
12811 * gdb.dwarf2/dw2-dir-file-name.exp
12812 * gdb.dwarf2/dw2-single-line-discriminators.exp
12813 * gdb.fortran/complex.exp
12814 * gdb.fortran/library-module.exp
12815 * gdb.guile/guile.exp
12816 * gdb.guile/scm-cmd.exp
12817 * gdb.guile/scm-frame-inline.exp
12818 * gdb.guile/scm-objfile.exp
12819 * gdb.guile/scm-pretty-print.exp
12820 * gdb.guile/scm-symbol.exp
12821 * gdb.guile/scm-type.exp
12822 * gdb.guile/scm-value.exp
12823 * gdb.linespec/keywords.exp
12824 * gdb.linespec/ls-errs.exp
12825 * gdb.linespec/macro-relative.exp
12826 * gdb.linespec/thread.exp
12827 * gdb.mi/mi-breakpoint-changed.exp
12828 * gdb.mi/mi-dprintf-pending.exp
12829 * gdb.mi/mi-fullname-deleted.exp
12830 * gdb.mi/mi-logging.exp
12831 * gdb.mi/mi-pending.exp
12832 * gdb.mi/mi-solib.exp
12833 * gdb.mi/new-ui-mi-sync.exp
12834 * gdb.mi/user-selected-context-sync.exp
12835 * gdb.multi/dummy-frame-restore.exp
12836 * gdb.multi/multi-arch-exec.exp
12837 * gdb.multi/remove-inferiors.exp
12838 * gdb.multi/watchpoint-multi-exit.exp
12839 * gdb.opt/solib-intra-step.exp
12840 * gdb.perf/backtrace.exp
12841 * gdb.perf/single-step.exp
12842 * gdb.perf/skip-command.exp
12843 * gdb.perf/skip-prologue.exp
12844 * gdb.perf/solib.exp
12845 * gdb.python/lib-types.exp
12846 * gdb.python/py-as-string.exp
12847 * gdb.python/py-bad-printers.exp
12848 * gdb.python/py-block.exp
12849 * gdb.python/py-breakpoint.exp
12850 * gdb.python/py-cmd.exp
12851 * gdb.python/py-events.exp
12852 * gdb.python/py-evthreads.exp
12853 * gdb.python/py-finish-breakpoint.exp
12854 * gdb.python/py-finish-breakpoint2.exp
12855 * gdb.python/py-frame-inline.exp
12856 * gdb.python/py-frame.exp
12857 * gdb.python/py-inferior.exp
12858 * gdb.python/py-infthread.exp
12859 * gdb.python/py-mi.exp
12860 * gdb.python/py-objfile.exp
12861 * gdb.python/py-pp-maint.exp
12862 * gdb.python/py-pp-registration.exp
12863 * gdb.python/py-prettyprint.exp
12864 * gdb.python/py-recurse-unwind.exp
12865 * gdb.python/py-shared.exp
12866 * gdb.python/py-symbol.exp
12867 * gdb.python/py-symtab.exp
12868 * gdb.python/py-template.exp
12869 * gdb.python/py-type.exp
12870 * gdb.python/py-unwind-maint.exp
12871 * gdb.python/py-unwind.exp
12872 * gdb.python/py-value.exp
12873 * gdb.python/python.exp
12874 * gdb.reverse/finish-reverse-bkpt.exp
12875 * gdb.reverse/insn-reverse.exp
12876 * gdb.reverse/next-reverse-bkpt-over-sr.exp
12877 * gdb.reverse/solib-precsave.exp
12878 * gdb.reverse/solib-reverse.exp
12879 * gdb.stabs/gdb11479.exp
12880 * gdb.stabs/weird.exp
12881 * gdb.threads/fork-child-threads.exp
12882 * gdb.threads/fork-plus-threads.exp
12883 * gdb.threads/fork-thread-pending.exp
12884 * gdb.threads/forking-threads-plus-breakpoint.exp
12885 * gdb.threads/hand-call-in-threads.exp
12886 * gdb.threads/interrupted-hand-call.exp
12887 * gdb.threads/linux-dp.exp
12888 * gdb.threads/local-watch-wrong-thread.exp
12889 * gdb.threads/next-while-other-thread-longjmps.exp
12890 * gdb.threads/non-ldr-exit.exp
12891 * gdb.threads/pending-step.exp
12892 * gdb.threads/print-threads.exp
12893 * gdb.threads/process-dies-while-detaching.exp
12894 * gdb.threads/process-dies-while-handling-bp.exp
12895 * gdb.threads/pthreads.exp
12896 * gdb.threads/queue-signal.exp
12897 * gdb.threads/reconnect-signal.exp
12898 * gdb.threads/signal-command-handle-nopass.exp
12899 * gdb.threads/signal-command-multiple-signals-pending.exp
12900 * gdb.threads/signal-delivered-right-thread.exp
12901 * gdb.threads/signal-sigtrap.exp
12902 * gdb.threads/sigthread.exp
12903 * gdb.threads/staticthreads.exp
12904 * gdb.threads/stepi-random-signal.exp
12905 * gdb.threads/thread-unwindonsignal.exp
12906 * gdb.threads/thread_check.exp
12907 * gdb.threads/thread_events.exp
12908 * gdb.threads/tid-reuse.exp
12909 * gdb.threads/tls-nodebug.exp
12910 * gdb.threads/tls-shared.exp
12911 * gdb.threads/tls-so_extern.exp
12912 * gdb.threads/tls.exp
12913 * gdb.threads/wp-replication.exp
12914 * gdb.trace/actions-changed.exp
12915 * gdb.trace/actions.exp
12916 * gdb.trace/backtrace.exp
12917 * gdb.trace/change-loc.exp
12918 * gdb.trace/collection.exp
12919 * gdb.trace/deltrace.exp
12920 * gdb.trace/disconnected-tracing.exp
12921 * gdb.trace/entry-values.exp
12922 * gdb.trace/ftrace-lock.exp
12923 * gdb.trace/ftrace.exp
12924 * gdb.trace/infotrace.exp
12925 * gdb.trace/mi-trace-frame-collected.exp
12926 * gdb.trace/mi-trace-unavailable.exp
12927 * gdb.trace/mi-traceframe-changed.exp
12928 * gdb.trace/mi-tracepoint-changed.exp
12929 * gdb.trace/mi-tsv-changed.exp
12930 * gdb.trace/no-attach-trace.exp
12931 * gdb.trace/packetlen.exp
12932 * gdb.trace/passc-dyn.exp
12933 * gdb.trace/passcount.exp
12934 * gdb.trace/pending.exp
12935 * gdb.trace/pr16508.exp
12936 * gdb.trace/qtro.exp
12937 * gdb.trace/range-stepping.exp
12938 * gdb.trace/read-memory.exp
12939 * gdb.trace/report.exp
12940 * gdb.trace/save-trace.exp
12941 * gdb.trace/signal.exp
12942 * gdb.trace/stap-trace.exp
12943 * gdb.trace/status-stop.exp
12944 * gdb.trace/strace.exp
12945 * gdb.trace/tfile.exp
12946 * gdb.trace/tfind.exp
12947 * gdb.trace/trace-break.exp
12948 * gdb.trace/trace-condition.exp
12949 * gdb.trace/trace-enable-disable.exp
12950 * gdb.trace/trace-mt.exp
12951 * gdb.trace/tracecmd.exp
12952 * gdb.trace/tracefile-pseudo-reg.exp
12953 * gdb.trace/tspeed.exp
12954 * gdb.trace/tstatus.exp
12955 * gdb.trace/tsv.exp
12956 * gdb.trace/unavailable.exp
12957 * gdb.trace/while-dyn.exp
12958 * gdb.trace/while-stepping.exp
12959 * lib/gdb-guile.exp
12960 * lib/gdb.exp
12961 * lib/mi-support.exp
12962 * lib/pascal.exp
12963 * lib/perftest.exp
12964 * lib/prelink-support.exp
12965 * lib/selftest-support.exp
12966
12967 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
12968
12969 * Makefile.in: Include disable-implicit-rules.mk.
12970
12971 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12972
12973 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
12974 non-byte-aligned bit fields.
12975
12976 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12977
12978 PR gdb/12616
12979 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
12980 respects the DW_AT_data_bit_offset attribute.
12981
12982 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
12983
12984 * gdb.base/default.exp: Fix output of "set language".
12985
12986 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
12987
12988 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
12989 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
12990 make.
12991 * configure.ac: Remove checks for the make program.
12992 * configure: Re-generate.
12993
12994 2016-11-16 Kevin Buettner <kevinb@redhat.com>
12995
12996 * gdb.python/py-recurse-unwind.c (main): Add loop.
12997 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
12998 to read_register() and gdb.parse_and_eval(). Make each code
12999 call a separate case that can be individually tested.
13000 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
13001 proc. Call cont_and_backtrace for each of the code paths that
13002 we want to test in the unwinder.
13003
13004 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
13005
13006 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
13007 the definition of struct S.
13008
13009 2016-11-11 Catherine Moore <clm@codesourcery.com>
13010
13011 * gdb.base/dump.exp: Identify verilog format dump tests as such.
13012
13013 2016-11-09 Pedro Alves <palves@redhat.com>
13014
13015 * gdb.base/commands.exp (runto_or_return): New procedure.
13016 (gdbvar_simple_if_test, gdbvar_simple_while_test)
13017 (gdbvar_complex_if_while_test, progvar_simple_if_test)
13018 (progvar_simple_while_test, progvar_complex_if_while_test)
13019 (if_while_breakpoint_command_test)
13020 (infrun_breakpoint_command_test, breakpoint_command_test)
13021 (user_defined_command_test, watchpoint_command_test)
13022 (test_command_prompt_position, redefine_hook_test)
13023 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
13024 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
13025 multi_line_input and multi_line. Remove gdb_expect and
13026 gdb_stop_suppressing_tests uses.
13027 * lib/gdb.exp (valnum_re): New global.
13028 (multi_line_input): New procedure.
13029
13030 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
13031
13032 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
13033 Remove.
13034 (test_setup): Define with proc_with_prefix.
13035 (test_cli_inferior): Likewise.
13036 (test_cli_thread): Likewise.
13037 (test_cli_frame): Likewise.
13038 (test_cli_select_frame): Likewise.
13039 (test_cli_up_down): Likewise.
13040 (test_mi_thread_select): Likewise.
13041 (test_mi_stack_select_frame): Likewise.
13042 (test_cli_in_mi_inferior): Likewise.
13043 (test_cli_in_mi_thread): Likewise.
13044 (test_cli_in_mi_frame): Likewise.
13045 (top level): Do not use with_test_prefix_procname.
13046
13047 2016-11-09 Pedro Alves <palves@redhat.com>
13048
13049 * gdb.base/commands.exp (gdbvar_simple_if_test)
13050 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
13051 (progvar_simple_if_test, progvar_simple_while_test)
13052 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
13053 (infrun_breakpoint_command_test, breakpoint_command_test)
13054 (user_defined_command_test, watchpoint_command_test)
13055 (test_command_prompt_position, deprecated_command_test)
13056 (bp_deleted_in_command, temporary_breakpoint_commands)
13057 (stray_arg0_test, source_file_with_indented_comment)
13058 (recursive_source_test, if_commands_test)
13059 (error_clears_commands_left, redefine_hook_test)
13060 (redefine_backtrace_test): Use proc_with_prefix.
13061 * lib/gdb.exp (proc_with_prefix): New proc.
13062
13063 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
13064
13065 * gdb.base/tui-layout.c: New file.
13066 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
13067 disassembly window contains very long lines.
13068
13069 2016-11-08 Tom Tromey <tom@tromey.com>
13070
13071 * gdb.python/py-value.exp (test_value_creation): Make "long" test
13072 depend on Python 2.
13073
13074 2016-11-08 Tom Tromey <tom@tromey.com>
13075
13076 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
13077 New method.
13078
13079 2016-10-29 Manish Goregaokar <manish@mozilla.com>
13080
13081 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
13082
13083 2016-10-27 Manish Goregaokar <manish@mozilla.com>
13084
13085 * gdb.rust/simple.rs: Add test for univariant enums without
13086 discriminants and for encoded struct-like enums.
13087
13088 2016-10-28 Pedro Alves <palves@redhat.com>
13089
13090 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
13091 gdb_test_multiple, tighten regexps and match symtabs and line
13092 tables incrementally.
13093
13094 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
13095
13096 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
13097 general.
13098
13099 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
13100
13101 * gdb.base/exec-invalid-sysroot.exp: New file.
13102
13103 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13104
13105 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
13106
13107 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13108
13109 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
13110
13111 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
13112
13113 * gdb.base/killed-outside.exp: Remove $options from a call to
13114 `prepare_for_testing'.
13115
13116 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
13117
13118 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
13119 Change test message.
13120
13121 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
13122
13123 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
13124 Update comment.
13125
13126 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
13127
13128 * gdb.trace/mi-trace-save.exp: New file.
13129
13130 2016-10-13 Yao Qi <yao.qi@linaro.org>
13131
13132 * gdb.base/code_elim.exp (get_var_address): Remove.
13133 * gdb.base/relocate.exp: Likewise.
13134 * gdb.base/shreloc.exp: Likewise.
13135 * lib/gdb.exp (get_var_address): New.
13136
13137 2016-10-13 Yao Qi <yao.qi@linaro.org>
13138
13139 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
13140 floating point tests if $skip_float_test is false.
13141
13142 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
13143
13144 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
13145 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
13146 argc values.
13147 Add 1 to argc so we guarantee distinct initial/modified argc values.
13148
13149 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13150
13151 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
13152
13153 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13154
13155 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
13156 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
13157 * gdb.arch/vsx-regs.exp: Likewise.
13158
13159 2016-10-07 Yao Qi <yao.qi@linaro.org>
13160
13161 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
13162
13163 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
13164
13165 * gdb.python/python.exp: Test decode_line("*0").
13166
13167 2016-10-06 Doug Evans <dje@google.com>
13168
13169 * gdb.python/py-value.exp (test_value_creation): Add test for large
13170 unsigned 64-bit value.
13171
13172 2016-10-06 Tom Tromey <tom@tromey.com>
13173
13174 * gdb.compile/compile.exp: Change java tests to rust.
13175 * gdb.base/setshow.exp: Change java tests to rust.
13176 * gdb.base/default.exp: Remove java from language list.
13177 * README (Examples): Update language example.
13178 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
13179 test.
13180 * lib/gdb.exp (skip_java_tests): Remove.
13181 * lib/java.exp: Remove.
13182 * gdb.java: Remove.
13183
13184 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
13185
13186 * gdb.arch/mips-fcr.exp: New test.
13187 * gdb.arch/mips-fcr.c: Source for the new test.
13188
13189 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
13190
13191 * gdb.base/solib-disc.exp: Use `standard_output_file'
13192 throughout.
13193
13194 2016-10-06 Pedro Alves <palves@redhat.com>
13195
13196 * gdb.base/jit-simple-dl.c: New file.
13197 * gdb.base/jit-simple-jit.c: New file, factored out from ...
13198 * gdb.base/jit-simple.c: ... this.
13199 * gdb.base/jit-simple.exp (jit_run): Delete.
13200 (build_jit): New proc.
13201 (jit_test_reread): Recompile either the main program or the shared
13202 library, depending on what is being tested. Skip changing address
13203 if caller wants to. Compare before/after addresses. If testing
13204 standalone, explicitly load the binary. Test "maint info
13205 breakpoints".
13206 (top level): Add "standalone vs shared lib" and "change address"
13207 vs "same address" axes.
13208
13209 2016-10-06 Pedro Alves <palves@redhat.com>
13210
13211 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
13212 call.
13213 (jit_run): Delete.
13214 (jit_test_reread): Use with_test_prefix. Reload the main binary
13215 explicitly. Compare the before/after addresses of the JIT
13216 descriptor.
13217
13218 2016-08-15 Doug Evans <dje@google.com>
13219
13220 * gdb.xml/extra-regs.xml: Update, end field now required, default type
13221 for single bitfields is bool.
13222 * gdb.xml/tdesc-regs.exp: Ditto.
13223
13224 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
13225
13226 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
13227
13228 2016-10-05 Yao Qi <yao.qi@linaro.org>
13229
13230 * lib/gdb.exp (support_complex_tests): Return zero if
13231 gdb_skip_float_test return true.
13232
13233 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
13234 Simon Marchi <simon.marchi@ericsson.com>
13235
13236 PR gdb/20487
13237 * gdb.mi/user-selected-context-sync.exp: New file.
13238 * gdb.mi/user-selected-context-sync.c: New file.
13239
13240 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
13241 Simon Marchi <simon.marchi@ericsson.com>
13242
13243 PR gdb/20487
13244 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
13245 =thread-select-event check.
13246
13247 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
13248
13249 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
13250 the compulsory L operand changes.
13251 * gdb.arch/powerpc-power.s: Likewise.
13252
13253 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13254
13255 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
13256 * gdb.base/jit-attach-pie.c: New file.
13257 * gdb.base/jit-attach-pie.exp: New file.
13258
13259 2016-09-28 Pedro Alves <palves@redhat.com>
13260
13261 * gdb.base/infcall-input.c: New file.
13262 * gdb.base/infcall-input.exp: New file.
13263
13264 2016-09-22 Yao Qi <yao.qi@linaro.org>
13265
13266 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
13267 (gdb_exit): Rename it to ...
13268 (gdbserver_gdb_exit): ... Close GDBserver.
13269 (gdb_exit): New proc, call gdbserver_gdb_exit.
13270 (mi_gdb_exit): Likewise.
13271
13272 2016-09-22 Yao Qi <yao.qi@linaro.org>
13273
13274 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
13275 path.
13276 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
13277 Remove duplication.
13278
13279 2016-09-22 Yao Qi <yao.qi@linaro.org>
13280
13281 * lib/gdbserver-support.exp: Check the existence of
13282 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
13283
13284 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
13285
13286 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
13287
13288 2016-09-21 Tom Tromey <tom@tromey.com>
13289
13290 PR gdb/20604:
13291 * gdb.base/quit.exp: New file.
13292
13293 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
13294
13295 * .gitignore: New file.
13296
13297 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
13298
13299 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
13300 throughout.
13301
13302 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13303
13304 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
13305
13306 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13307
13308 * gdb.cp/casts.cc (decltype): Move it ...
13309 (main): ... with its call to ...
13310 * gdb.cp/casts03.cc: ... a new file.
13311 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
13312
13313 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13314
13315 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
13316
13317 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
13318
13319 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
13320 and sync up the test with tests in gas/testsuite/gas/ppc.
13321 * gdb.arch/powerpc-power.exp: Likewise.
13322
13323 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13324
13325 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
13326
13327 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
13328 Jan Kratochvil <jan.kratochvil@redhat.com>
13329
13330 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
13331 make m1's definition to be different from m2's. Use 'dummy' as an
13332 argument for probe 'two'.
13333
13334 2016-09-10 Jon Beniston <jon@beniston.com>
13335
13336 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
13337 for sim target.
13338
13339 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
13340
13341 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
13342 variable declaration.
13343 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
13344 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
13345 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
13346 received HWCAP as its argument.
13347
13348 2016-09-06 Pedro Alves <palves@redhat.com>
13349
13350 * gdb.base/new-ui-pending-input.c: New file.
13351 * gdb.base/new-ui-pending-input.exp: New file.
13352 * gdb.exp (clear_gdb_spawn_id): New procedure.
13353 (with_spawn_id): Check whether gdb_spawn_id exists before
13354 referencing it. If gdb_spawn_id didn't exist on entry, clear it
13355 on exit.
13356
13357 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
13358
13359 * gdb.base/float128.c: New file.
13360 * gdb.base/float128.exp: Likewise.
13361 * gdb.base/floatn.c: Likewise.
13362 * gdb.base/floatn.exp: Likewise.
13363
13364 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
13365
13366 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
13367
13368 2016-09-05 Pedro Alves <palves@redhat.com>
13369
13370 PR backtrace/19927
13371 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
13372 unwinders are immediately called as side effect of "source" or
13373 "disable unwinder" commands.
13374 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
13375
13376 2016-09-02 Yao Qi <yao.qi@linaro.org>
13377
13378 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
13379 is true and $type is "float" or "double".
13380
13381 2016-09-02 Yao Qi <yao.qi@linaro.org>
13382
13383 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
13384 true.
13385 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
13386 * gdb.base/call-rt-st.exp: Likewise.
13387 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
13388 return value instead of gdb,skip_float_test.
13389 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
13390 (do_function_calls): Use its return value instead of
13391 gdb,skip_float_test.
13392 * gdb.base/finish.exp: Likewise.
13393 * gdb.base/funcargs.exp: Likewise.
13394 * gdb.base/return.exp: Likewise.
13395 * gdb.base/return2.exp: Likewise.
13396 * gdb.base/varargs.exp: Likewise.
13397 * lib/gdb.exp (gdb_skip_float_test): Change it to
13398 gdb_caching_proc. Detect the broken ptrace on arm-linux.
13399
13400 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13401
13402 * gdb.multi/tids.exp: Test "thread apply all".
13403
13404 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13405
13406 * gdb.base/default.exp (tty): Remove.
13407
13408 2016-08-24 Kevin Buettner <kevinb@redhat.com>
13409
13410 * gdb.python/py-recurse-unwind.c: New file.
13411 * gdb.python/py-recurse-unwind.py: New file.
13412 * gdb.python/py-recurse-unwind.exp: New file.
13413
13414 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
13415
13416 * gdb.base/set-inferior-tty.exp: New file.
13417 * gdb.base/set-inferior-tty.c: New file.
13418
13419 2016-08-23 Pedro Alves <palves@redhat.com>
13420
13421 PR gdb/20494
13422 * gdb.base/new-ui-echo.c: New file.
13423 * gdb.base/new-ui-echo.exp: New file.
13424
13425 2016-08-23 Yao Qi <yao.qi@linaro.org>
13426
13427 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
13428 gdbserver_spawn.
13429 * gdb.server/connect-without-multi-process.exp (do_test):
13430 Likewise.
13431
13432 2016-08-23 Yao Qi <yao.qi@linaro.org>
13433
13434 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
13435 standalone_txt. Delete gdb_txt and standalone_txt on host
13436 and target. Spawn the binary on target. Copy files from
13437 target to host.
13438
13439 2016-08-22 Pedro Alves <palves@redhat.com>
13440
13441 PR gdb/20505
13442 * gdb.base/vdso-warning.exp: Test core dumps too. Use
13443 with_test_prefix. Factor out bits to ...
13444 (test_no_vdso): ... this new procedure.
13445
13446 2016-08-19 Carl Love <cel@us.ibm.com>
13447
13448 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
13449 maintaining separate logic for constructing the output path.
13450 * gdb.arch/powerpc-d128-regs.exp: Likewise.
13451 * gdb.arch/ppc-dfp.exp: Likewise.
13452 * gdb.arch/ppc-fp.exp: Likewise.
13453 * gdb.arch/vsx-regs.exp: Likewise.
13454 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
13455 binprefix for generating the additional binary files.
13456
13457 2016-08-19 Pedro Alves <palves@redhat.com>
13458
13459 * gdb.trace/mi-trace-frame-collected.exp
13460 (test_trace_frame_collected): On x32, expect two registers.
13461
13462 2016-08-18 Carl Love <cel@us.ibm.com>
13463
13464 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
13465 and sync up the test with tests in gas/testsuite/gas/ppc.
13466 * gdb.arch/powerpc-power.exp: Likewise.
13467
13468 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
13469
13470 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
13471 expected error message.
13472
13473 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
13474
13475 * gdb.multi/remove-inferiors.exp: New file.
13476 * gdb.multi/remove-inferiors.c: New file.
13477
13478 2016-08-12 Yao Qi <yao.qi@linaro.org>
13479
13480 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
13481 argument list.
13482
13483 2016-08-10 Pedro Alves <palves@redhat.com>
13484
13485 PR gdb/19187
13486 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
13487 setup_kfails.
13488
13489 2016-08-09 Pedro Alves <palves@redhat.com>
13490 Simon Marchi <simon.marchi@ericsson.com>
13491
13492 PR gdb/20418
13493 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
13494 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
13495
13496 2016-08-09 Pedro Alves <palves@redhat.com>
13497
13498 PR mi/20431
13499 * gdb.mi/mi-cmd-error.exp: New file.
13500
13501 2016-08-09 Pedro Alves <palves@redhat.com>
13502
13503 PR gdb/18653
13504 * gdb.base/signals-state-child.c: New file.
13505 * gdb.base/signals-state-child.exp: New file.
13506 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
13507
13508 2016-08-09 Pedro Alves <palves@redhat.com>
13509
13510 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
13511
13512 2016-08-03 Tom Tromey <tom@tromey.com>
13513
13514 PR python/18565:
13515 * gdb.python/py-frame-inline.exp: Add Frame.function test.
13516
13517 2016-08-01 Yao Qi <yao.qi@linaro.org>
13518
13519 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
13520 variable mode to "multi-process" if $multi_process is 1, otherwise
13521 set it to "single-process".
13522
13523 2016-08-01 Yao Qi <yao.qi@linaro.org>
13524
13525 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
13526 * gdb.cp/cpexprs.exp: Likewise.
13527 * gdb.cp/m-static.exp: Likewise.
13528
13529 2016-07-26 Tom Tromey <tom@tromey.com>
13530
13531 PR python/20190:
13532 * gdb.threads/tls.exp (check_thread_local): Add python symbol
13533 test.
13534
13535 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
13536
13537 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
13538 selecting assembly source files.
13539 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
13540 assembly source files.
13541 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
13542 assembly source files.
13543 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
13544 selecting assembly source files.
13545
13546 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
13547
13548 * gdb.base/new-ui.exp (do_test_invalid_args): New
13549 procedure.
13550
13551 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
13552
13553 * gdb.btrace/reconnect.c: New file.
13554 * gdb.btrace/reconnect.exp: New file.
13555
13556 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
13557
13558 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
13559 to test_catch_syscall_group.
13560 (test_catch_syscall_group): New.
13561
13562 2016-07-21 Tom Tromey <tom@tromey.com>
13563
13564 * gdb.rust/simple.rs (main): Use empty struct expression.
13565 * gdb.rust/simple.exp: Add tests for empty struct expression.
13566
13567 2016-07-21 Yao Qi <yao.qi@linaro.org>
13568
13569 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
13570 if gdb_skip_xml_test is true on some targets.
13571
13572 2016-07-21 Yao Qi <yao.qi@linaro.org>
13573
13574 * gdb.server/solib-list.exp: Unset last_loaded_file.
13575
13576 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13577
13578 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
13579 "step into captured_main (args)".
13580
13581 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13582
13583 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
13584
13585 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13586
13587 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
13588
13589 2016-07-19 Pedro Alves <palves@redhat.com>
13590
13591 * gdb.opt/inline-break.exp: Remove optimize=-O2.
13592 * gdb.opt/inline-bt.exp: Likewise.
13593 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
13594 additional_flags=-Winline.
13595 * gdb.opt/inline-locals.exp: Likewise.
13596 * gdb.opt/inline-markers.c (ATTR): Define.
13597 (inlined_fn): Use it.
13598
13599 2016-07-19 Yao Qi <yao.qi@linaro.org>
13600
13601 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
13602 (test_with_self): Remove some code. Remove argument executable.
13603 (top-level): Use do_self_tests.
13604
13605 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
13606 Don Breazeal <donb@codesourcery.com>
13607
13608 * gdb.base/maint.exp: Escape paths used in regular expressions.
13609 * gdb.stabs/weird.exp: Likewise.
13610
13611 2016-07-13 Tom Tromey <tom@tromey.com>
13612
13613 PR python/15620, PR python/18620:
13614 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
13615 (test_bkpt_events): New procs.
13616
13617 2016-07-13 Tom Tromey <tom@tromey.com>
13618
13619 PR python/17698:
13620 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
13621 test.
13622 (test_watchpoints): Likewise.
13623 (test_bkpt_pending): New proc.
13624
13625 2016-07-13 Tom Tromey <tom@tromey.com>
13626
13627 PR cli/18053:
13628 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
13629 completion test.
13630
13631 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13632
13633 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
13634 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
13635 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
13636 f_label.
13637 (g): Rename g_end_lbl to g_label.
13638 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
13639 low_pc and high_pc.
13640 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
13641
13642 2016-07-12 Tom Tromey <tom@tromey.com>
13643
13644 PR python/19293:
13645 * gdb.python/py-unwind-maint.exp: Update tests.
13646
13647 2016-07-12 Yao Qi <yao.qi@linaro.org>
13648
13649 * lib/selftest-support.exp (selftest_setup): Match the output
13650 when captured_main is inlined.
13651
13652 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
13653
13654 * gdb.fortran/derived-types.exp (result_line, result_line_2):
13655 New variables.
13656 (print this%a, print this%b, print this): New tests.
13657 * gdb.fortran/derived-types.f90 (this): New object and
13658 initialization.
13659
13660 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
13661
13662 * gdb.ada/arraydim.exp: Remove extra directory level in build
13663 directory.
13664
13665 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
13666
13667 * lib/ada.exp: Remove extra directory level in build directory.
13668 * gdb.ada/cond_lang.exp: Likewise.
13669 * gdb.ada/exec_changed.exp: Likewise.
13670 * gdb.ada/lang_switch.exp: Likewise.
13671
13672 2016-07-06 Manish Goregaokar <manish@mozilla.com>
13673
13674 * simple.rs: Add test for raw pointer subscripting.
13675 * simple.exp: Add test expectations.
13676
13677 2016-07-05 Yao Qi <yao.qi@linaro.org>
13678
13679 * gdb.mi/mi-reverse.exp: Match =record-started output.
13680
13681 2016-07-01 Pedro Alves <palves@redhat.com>
13682
13683 * gdb.base/jit-reader.exp (info_registers_current_frame): New
13684 procedure.
13685 (jit_reader_test): Test the jit reader's unwinder.
13686 * gdb.base/jithost.c (jit_function_00_code): New global.
13687 (main): Use memcpy to fill in the mmapped code, instead of poking
13688 bytes manually here.
13689 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
13690 value.
13691 (read_debug_info): Save the function's range.
13692 (read_sp): New function.
13693 (unwind_frame): Use it. Also unwind RBP.
13694 (get_frame_id): Use read_sp.
13695 (gdb_init_reader): Use calloc instead of malloc.
13696 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
13697 parameter. Use gdb_test_multiple.
13698
13699 2016-07-01 Pedro Alves <palves@redhat.com>
13700 Antoine Tremblay <antoine.tremblay@ericsson.com>
13701
13702 * gdb.threads/process-dies-while-detaching.c: New file.
13703 * gdb.threads/process-dies-while-detaching.exp: New file.
13704
13705 2016-07-01 Pedro Alves <palves@redhat.com>
13706
13707 * gdb.multi/watchpoint-multi-exit.c: New file.
13708 * gdb.multi/watchpoint-multi-exit.exp: New file.
13709
13710 2016-06-30 Pedro Alves <palves@redhat.com>
13711
13712 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
13713 unset inferior_spawn_id.
13714
13715 2016-06-30 Pedro Alves <palves@redhat.com>
13716
13717 * lib/mi-support.exp (default_mi_gdb_start): Declare global
13718 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
13719
13720 2016-06-29 Yao Qi <yao.qi@linaro.org>
13721
13722 * gdb.base/return.c: Add copyright header.
13723
13724 2016-06-29 Tom Tromey <tom@tromey.com>
13725
13726 PR python/20129:
13727 * gdb.python/py-framefilter.exp: Add tests for setting priority
13728 and disabling of non-existent frame filter.
13729
13730 2016-06-29 Yao Qi <yao.qi@linaro.org>
13731
13732 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
13733 0x0f07ff.
13734
13735 2016-06-28 Yao Qi <yao.qi@linaro.org>
13736
13737 * gdb.base/catch-syscall.exp: Remove check on isnative and target
13738 triplets. Start gdb, execute catch syscall, and continue. Check
13739 gdb's output to determine catch syscall is supported.
13740
13741 2016-06-27 Manish Goregaokar <manish@mozilla.com>
13742
13743 * gdb.rust/simple.rs: Add test for returning unit in a function.
13744 * gdb.rust/simple.exp: Add expectation for functions returning
13745 unit.
13746
13747 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
13748
13749 * gdb.python/py-breakpoint-create-fail.c,
13750 gdb.python/py-breakpoint-create-fail.exp,
13751 gdb.python/py-breakpoint-create-fail.py: New testcase.
13752
13753 2016-06-25 Manish Goregaokar <manish@mozilla.com>
13754
13755 PR gdb/20239
13756 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
13757 * gdb.rust/simple.exp: Add test expectations for new NonZero
13758 tests.
13759
13760 2016-06-24 David Taylor <dtaylor@emc.com>
13761
13762 * gdb.base/offsets.exp: New file.
13763 * gdb.base/offsets.c: New file.
13764
13765 2016-06-23 Tom Tromey <tom@tromey.com>
13766
13767 PR gdb/16483:
13768 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
13769 before any filters are loaded.
13770
13771 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
13772
13773 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
13774 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
13775 structs.
13776 * gdb.fortran/derived-type-function.exp: New file.
13777 * gdb.fortran/derived-type-function.f90: New file.
13778
13779
13780 2016-06-21 Pedro Alves <palves@redhat.com>
13781
13782 * gdb.base/new-ui.exp: New file.
13783 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
13784 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
13785 (with_spawn_id): New procedure.
13786
13787 2016-06-21 Pedro Alves <palves@redhat.com>
13788
13789 * gdb.mi/mi-exec-run.exp: New file.
13790
13791 2016-06-21 Pedro Alves <palves@redhat.com>
13792
13793 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
13794 breakpoint command's output on the main UI.
13795 (test_break): New procedure, factored out from calls in the top
13796 level.
13797 (top level): Use foreach_with_prefix to test MI as main UI and as
13798 separate UI.
13799
13800 2016-06-21 Pedro Alves <palves@redhat.com>
13801
13802 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
13803 (test_awatch_creation_and_listing)
13804 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
13805 Remove 'type' parameter.
13806 (test_watchpoint_all): New parameter mi_mode. Remove
13807 with_test_prefix.
13808 (top level): Use foreach_with_prefix, and add main/separate UI MI
13809 testing axis.
13810
13811 2016-06-21 Pedro Alves <palves@redhat.com>
13812
13813 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
13814 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
13815 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
13816 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
13817 (gdb_main_spawn_id, mi_spawn_id): Declare and
13818 comment.
13819 (mi_create_inferior_pty): New procedure,
13820 factored out from default_mi_gdb_start.
13821 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
13822 procedures.
13823 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
13824 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
13825 Use mi_create_inferior_pty.
13826 (mi_gdb_start): Use eval to pass down args list.
13827
13828 2016-06-21 Pedro Alves <palves@redhat.com>
13829
13830 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
13831 * gdb.opt/inline-cmds.exp: Add MI tests.
13832
13833 2016-06-21 Pedro Alves <palves@redhat.com>
13834
13835 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
13836
13837 2016-06-21 Pedro Alves <palves@redhat.com>
13838
13839 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
13840 (top level): Use it instead of mi_execute_to.
13841
13842 2016-06-21 Pedro Alves <palves@redhat.com>
13843
13844 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
13845 (cont_handler_str): New.
13846 (signal_stop_handler): Set stop_handler_str instead of printing to
13847 stdout.
13848 (continue_handler): Set cont_handler_str instead of printing to
13849 stdout.
13850 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
13851 mi_send_resuming_command. Print stop_handler_str and
13852 cont_handler_str instead of expecting the python events print
13853 directly.
13854
13855 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
13856
13857 * gdb.base/jit-reader.exp: New file.
13858 * gdb.base/jithost.c: New file.
13859 * gdb.base/jithost.h: New file.
13860 * gdb.base/jitreader.c : New file.
13861 * gdb.base/jit-protocol.h: New file.
13862
13863 2016-06-17 Yao Qi <yao.qi@linaro.org>
13864
13865 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
13866 parameters follow_fork and detach_on_fork. Set follow-fork-mode
13867 and detach-on-fork. Adjust tests.
13868 (top level): Invoke break_cond_on_syscall with combinations of
13869 syscall, follow-fork-mode and detach-on-fork.
13870
13871 2016-06-17 Yao Qi <yao.qi@linaro.org>
13872
13873 * gdb.base/step-over-exit.c: New.
13874 * gdb.base/step-over-exit.exp: New.
13875
13876 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
13877
13878 * gdb.base/float.exp: Add target check for nds32*-*-*.
13879 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
13880
13881 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
13882
13883 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
13884 for unsupported target features.
13885 * gdb.base/call-rt-st.exp: Likewise.
13886 * gdb.base/call-sc.exp: Likewise.
13887 * gdb.base/call-signal-resume.exp: Likewise.
13888 * gdb.base/call-strs.exp: Likewise.
13889 * gdb.base/callexit.exp: Likewise.
13890 * gdb.base/callfuncs.exp: Likewise.
13891 * gdb.base/nodebug.exp: Likewise.
13892 * gdb.base/printcmds.exp: Likewise.
13893 * gdb.base/ptype.exp: Likewise.
13894 * gdb.base/structs.exp: Likewise.
13895 * gdb.base/unwindonsignal.exp: Likewise.
13896 * gdb.cp/gdb2495.exp: Likewise.
13897 * gdb.cp/templates.exp: Likewise.
13898 * gdb.cp/virtfunc.exp: Likewise.
13899 * gdb.threads/hand-call-in-threads.exp: Likewise.
13900 * gdb.threads/interrupted-hand-call.exp: Likewise.
13901 * gdb.threads/thread-unwindonsignal.exp: Likewise.
13902
13903 2016-06-10 Tom Tromey <tom@tromey.com>
13904
13905 PR rust/20110:
13906 * gdb.rust/expr.exp: Add test for integer constant larger than
13907 i32.
13908
13909 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
13910
13911 * gdb.fortran/nested-funcs.exp: New.
13912 * gdb.fortran/nested-funcs.f90: New.
13913
13914 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
13915
13916 * gdb.base/examine-backward.c: New file.
13917 * gdb.base/examine-backward.exp: New file.
13918
13919 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
13920
13921 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
13922 matching.
13923
13924 2016-06-02 Tom Tromey <tom@tromey.com>
13925
13926 PR python/18984:
13927 * gdb.python/py-shared.exp: Add solib_name test.
13928
13929 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
13930
13931 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
13932
13933 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
13934
13935 PR c++/19893
13936 * gdb.dwarf2/implref.exp: Rename to...
13937 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
13938 * gdb.dwarf2/implref-array.c: New file.
13939 * gdb.dwarf2/implref-array.exp: Likewise.
13940 * gdb.dwarf2/implref-global.c: Likewise.
13941 * gdb.dwarf2/implref-global.exp: Likewise.
13942 * gdb.dwarf2/implref-struct.c: Likewise.
13943 * gdb.dwarf2/implref-struct.exp: Likewise.
13944
13945 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13946
13947 * gdb.trace/trace-condition.exp: Add 64bit tests.
13948
13949 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13950
13951 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
13952 bits types.
13953 (main): Adapt to 8 to 64 bits types.
13954 * gdb.trace/trace-condition.exp: Add new tests.
13955
13956 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13957
13958 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
13959
13960 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13961
13962 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
13963 Move condition tests...
13964 * gdb.trace/trace-condition.exp: Here.
13965
13966 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13967
13968 * gdb.trace/trace-condition.exp: Add counter-case tests.
13969
13970 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13971
13972 PR c++/15231
13973 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
13974 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
13975
13976 2016-05-27 Pedro Alves <palves@redhat.com>
13977
13978 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13979 New procedure.
13980 (top level): Call it, and bail out of DejaGnu is known to be bad.
13981
13982 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
13983
13984 * gdb.base/whatis.c: Extend the test case.
13985 * gdb.base/whatis.exp: Add additional tests.
13986
13987 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13988
13989 * gdb.fortran/type.f90: Add pointer variable.
13990 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
13991
13992 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13993
13994 * gdb.fortran/vla-type.exp: Fix testcase name.
13995
13996 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13997
13998 * gdb.fortran/vla-type.exp: Access elements in nested structs.
13999
14000 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14001
14002 * gdb.fortran/type.f90: Add nested structures.
14003 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
14004 * gdb.fortran/derived-type.exp: Adapt expected output.
14005 * gdb.fortran/vla-type.exp: Adapt expected output.
14006
14007 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14008
14009 * gdb.fortran/whatis_type.exp: Adapt expected output.
14010
14011 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14012
14013 * gdb.fortran/print_type.exp: Fix expected output.
14014 * gdb.fortran/whatis_type.exp: Fix expected output.
14015
14016 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14017
14018 * gdb.fortran/whatis_type.exp: Use multi_line.
14019
14020 2016-05-24 Tom Tromey <tom@tromey.com>
14021
14022 PR python/17386:
14023 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
14024 use value as an index.
14025
14026 2016-05-23 Tom Tromey <tom@tromey.com>
14027
14028 PR python/17981:
14029 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
14030 no-breakpoint case.
14031
14032 2016-05-24 Pedro Alves <palves@redhat.com>
14033
14034 PR gdb/19828
14035 * gdb.threads/clone-attach-detach.c: New file.
14036 * gdb.threads/clone-attach-detach.exp: New file.
14037
14038 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
14039
14040 * gdb.base/annota-input-while-running.exp: Fix syntax error.
14041
14042 2016-05-23 Tom Tromey <tom@tromey.com>
14043
14044 PR python/19438, PR python/18393:
14045 * gdb.python/py-progspace.exp: Add "dir" test.
14046 * gdb.python/py-objfile.exp: Add "dir" test.
14047
14048 2016-05-23 Yao Qi <yao.qi@linaro.org>
14049
14050 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
14051 * gdb.arch/thumb2-it.exp: Likewise.
14052
14053 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
14054
14055 * gdb.mi/mi-threads-interrupt.c: New file.
14056 * gdb.mi/mi-threads-interrupt.exp: New file.
14057
14058 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
14059
14060 PR gdb/18077
14061 * gdb.mi/mi-async-run.exp: New file.
14062 * gdb.mi/mi-async-run.c: New file.
14063
14064 2016-05-17 Tom Tromey <tom@tromey.com>
14065 Manish Goregaokar <manishsmail@gmail.com>
14066
14067 * lib/rust-support.exp: New file.
14068 * lib/gdb.exp (skip_rust_tests): New proc.
14069 (build_executable_from_specs): Handle rust.
14070 * lib/future.exp (gdb_find_rustc): New proc.
14071 (gdb_default_target_compile): Handle rust.
14072 * gdb.rust/expr.exp: New file.
14073 * gdb.rust/generics.exp: New file.
14074 * gdb.rust/generics.rs: New file.
14075 * gdb.rust/methods.exp: New file.
14076 * gdb.rust/methods.rs: New file.
14077 * gdb.rust/modules.exp: New file.
14078 * gdb.rust/modules.rs: New file.
14079 * gdb.rust/simple.exp: New file.
14080 * gdb.rust/simple.rs: New file.
14081
14082 2016-05-17 Tom Tromey <tom@tromey.com>
14083
14084 * gdb.base/default.exp (set language): Add rust.
14085
14086 2016-05-17 Tom Tromey <tom@tromey.com>
14087
14088 * gdb.gdb/unittest.exp: New file.
14089
14090 2016-05-16 Yao Qi <yao.qi@linaro.org>
14091
14092 * gdb.base/batch-preserve-term-settings.exp: Remove variable
14093 shell_prompt. Update shell_prompt_re.
14094
14095 2016-05-12 Doug Evans <dje@google.com>
14096
14097 PR symtab/19999
14098 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
14099 $options when building executable.
14100 * gdb.dwarf2/fission-loclists-pie.S: New file.
14101 * gdb.dwarf2/fission-loclists-pie.exp: New file.
14102
14103 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
14104
14105 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
14106 of [is_remote target],
14107
14108 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
14109
14110 * lib/gdb.exp (use_gdb_stub): New procedure.
14111
14112 2016-05-03 Yunlian Jiang <yunlian@google.com>
14113 Doug Evans <dje@google.com>
14114
14115 PR symtab/19914
14116 * gdb.dwarf2/dwp-sepdebug.c: New file.
14117 * gdb.dwarf2/dwp-sepdebug.exp: New file.
14118
14119 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
14120
14121 * gdb.base/detach.exp: Remove is_remote check.
14122
14123 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
14124
14125 * gdb.base/annota-input-while-running.exp: Don't check for
14126 [is_remote target]. Enable annotations after running to main.
14127 Remove unused "set test..." line.
14128
14129 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
14130
14131 * gdb.trace/trace-enable-disable.exp: New file.
14132 * gdb.trace/trace-enable-disable.c: New file.
14133
14134 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
14135
14136 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
14137 use it in info sharedlibrary test.
14138 * gdb.trace/ftrace-lock.exp: Likewise.
14139 * gdb.trace/ftrace.exp: Likewise.
14140 * gdb.trace/range-stepping.exp: Likewise.
14141 * gdb.trace/trace-break.exp: Likewise.
14142 * gdb.trace/trace-condition.exp: Likewise.
14143 * gdb.trace/trace-mt.exp: Likewise.
14144
14145 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
14146
14147 * lib/gdb.exp (gdb_load_shlibs): Rename to...
14148 (gdb_load_shlib): ... this.
14149 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
14150 gdb_load_shlib.
14151 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
14152 * gdb.base/ctxobj.exp: Likewise.
14153 * gdb.base/dprintf-pending.exp: Likewise.
14154 * gdb.base/dso2dso.exp: Likewise.
14155 * gdb.base/fixsection.exp: Likewise.
14156 * gdb.base/gcore-relro.exp: Likewise.
14157 * gdb.base/gdb1555.exp: Likewise.
14158 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14159 * gdb.base/gnu-ifunc.exp: Likewise.
14160 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
14161 * gdb.base/jit-so.exp (one_jit_test): Likewise.
14162 * gdb.base/pending.exp: Likewise.
14163 * gdb.base/print-file-var.exp: Likewise.
14164 * gdb.base/print-symbol-loading.exp: Likewise.
14165 * gdb.base/shlib-call.exp: Likewise.
14166 * gdb.base/shreloc.exp: Likewise.
14167 * gdb.base/so-impl-ld.exp: Likewise.
14168 * gdb.base/solib-disc.exp: Likewise.
14169 * gdb.base/solib-nodir.exp: Likewise.
14170 * gdb.base/solib-overlap.exp: Likewise.
14171 * gdb.base/solib-symbol.exp: Likewise.
14172 * gdb.base/solib-weak.exp (do_test): Likewise.
14173 * gdb.base/sym-file.exp: Likewise.
14174 * gdb.base/symtab-search-order.exp: Likewise.
14175 * gdb.base/type-opaque.exp: Likewise.
14176 * gdb.base/unload.exp: Likewise.
14177 * gdb.base/watchpoint-solib.exp: Likewise.
14178 * gdb.compile/compile.exp: Likewise.
14179 * gdb.cp/gdb2384.exp: Likewise.
14180 * gdb.cp/infcall-dlopen.exp: Likewise.
14181 * gdb.cp/re-set-overloaded.exp: Likewise.
14182 * gdb.fortran/library-module.exp: Likewise.
14183 * gdb.opt/solib-intra-step.exp: Likewise.
14184 * gdb.python/py-finish-breakpoint.exp: Likewise.
14185 * gdb.python/py-shared.exp: Likewise.
14186 * gdb.reverse/solib-precsave.exp: Likewise.
14187 * gdb.reverse/solib-reverse.exp: Likewise.
14188 * gdb.server/solib-list.exp: Likewise.
14189 * gdb.threads/dlopen-libpthread.exp: Likewise.
14190 * gdb.threads/tls-shared.exp: Likewise.
14191 * gdb.threads/tls-so_extern.exp: Likewise.
14192 * gdb.trace/change-loc.exp: Likewise.
14193 * gdb.trace/ftrace-lock.exp: Likewise.
14194 * gdb.trace/ftrace.exp: Likewise.
14195 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
14196 * gdb.trace/pending.exp: Likewise.
14197 * gdb.trace/range-stepping.exp: Likewise.
14198 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
14199 (strace_info_marker): Likewise.
14200 (strace_probe_marker): Likewise.
14201 (strace_trace_on_same_addr): Likewise.
14202 (strace_trace_on_diff_addr): Likewise.
14203 * gdb.trace/trace-break.exp: Likewise.
14204 * gdb.trace/trace-condition.exp: Likewise.
14205 * gdb.trace/trace-mt.exp: Likewise.
14206
14207 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
14208
14209 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
14210 result of gdb_remote_download.
14211 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
14212 * gdb.base/dso2dso.exp: Likewise.
14213 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14214 * gdb.base/print-file-var.exp: Likewise.
14215 * gdb.base/shlib-call.exp: Likewise.
14216 * gdb.base/shreloc.exp: Likewise.
14217 * gdb.base/solib-overlap.exp: Likewise.
14218 * gdb.base/solib-weak.exp (do_test): Likewise.
14219 * gdb.base/unload.exp: Likewise.
14220
14221 2016-04-27 Yao Qi <yao.qi@linaro.org>
14222
14223 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
14224 exists.
14225
14226 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
14227
14228 * vla-type.exp: Print structure from toplevel.
14229
14230 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
14231
14232 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
14233 of dynamic types.
14234 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
14235 of dynamic types.
14236
14237 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
14238
14239 * gdb.fortran/vla-type.f90: New file.
14240 * gdb.fortran/vla-type.exp: New file.
14241
14242 2016-04-25 Yao Qi <yao.qi@linaro.org>
14243
14244 * gdb.base/branch-to-self.c: New file.
14245 * gdb.base/branch-to-self.exp: New file.
14246
14247 2016-04-22 Yao Qi <yao.qi@linaro.org>
14248
14249 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
14250 more after $hex.
14251
14252 2016-04-22 Yao Qi <yao.qi@linaro.org>
14253
14254 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
14255 * gdb.base/annota3.exp: Likewise.
14256
14257 2016-04-22 Yao Qi <yao.qi@linaro.org>
14258
14259 * gdb.reverse/step-precsave.exp: Do one step and test program
14260 stops in "callee" and do multiple steps until program goes out
14261 of "callee".
14262 * gdb.reverse/step-reverse.exp: Likewise.
14263
14264 2016-04-22 Yao Qi <yao.qi@linaro.org>
14265
14266 * gdb.trace/signal.exp: Also pass if
14267 $tracepoint_hits($i) > $iterations.
14268
14269 2016-04-22 Yao Qi <yao.qi@linaro.org>
14270
14271 * gdb.trace/signal.c: New file.
14272 * gdb.trace/signal.exp: New file.
14273
14274 2016-04-19 Doug Evans <xdje42@gmail.com>
14275
14276 * gdb.base/bad-file.exp: New file.
14277
14278 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
14279
14280 * gdb.dwarf2/implref.exp: New file.
14281
14282 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
14283
14284 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
14285 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
14286 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
14287 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
14288 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
14289 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
14290 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
14291 * lib/fortran.exp (fortran_int4): New procedure.
14292 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
14293 (fortran_logical4): Likewise.
14294
14295 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
14296
14297 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
14298
14299 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
14300
14301 * lib/compiler.c: Add Intel specific preprocessor macros.
14302 * lib/compiler.cc: Likewise.
14303
14304 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
14305
14306 * gdb.server/connect-with-no-symbol-file.c: New file.
14307 * gdb.server/connect-with-no-symbol-file.exp: New file.
14308
14309 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
14310
14311 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
14312
14313 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
14314
14315 * boards/gdbserver-base.exp (${board}_download): Copy source file to
14316 standard output directory.
14317
14318 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
14319
14320 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
14321
14322 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
14323
14324 * gdb.btrace/instruction_history.c (loop): Add declaration.
14325
14326 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14327
14328 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
14329
14330 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
14331
14332 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
14333 parentheses to print.
14334 (continue_handler): Likewise.
14335
14336 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
14337
14338 * gdb.server/solib-list.exp: Remove is_remote check.
14339 Pass shlib= to gdb_compile. Don't link shared library with
14340 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
14341 Run binary filename through "readlink -f" on the target.
14342
14343 2016-04-08 Pedro Alves <palves@redhat.com>
14344
14345 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
14346 interpreter filename as argument to gdbserver_spawn.
14347 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
14348 Return empty if $last_loaded_file does not exist.
14349
14350 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14351
14352 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
14353 * gdb.base/jit-main.c: Use exit after usage.
14354
14355 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14356
14357 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
14358 GDBHISTSIZE prior to the tests.
14359 * gdb.base/gdbinit-history.exp: Likewise.
14360
14361 2016-04-07 Pedro Alves <palves@redhat.com>
14362
14363 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
14364 instead of build_executable. Use gdb_load_shlibs.
14365
14366 2016-04-07 Yao Qi <yao.qi@linaro.org>
14367
14368 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
14369 Execute "si" command.
14370
14371 2016-04-07 Yao Qi <yao.qi@linaro.org>
14372
14373 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
14374 number instead of the comments on some line.
14375
14376 2016-04-06 Don Breazeal <donb@codesourcery.com>
14377
14378 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
14379 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
14380
14381 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
14382
14383 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
14384 standard_output_file. Remove unused binfile variable.
14385
14386 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
14387
14388 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
14389 * gdb.python/py-mi-objfile.exp: Match "list main" output
14390 in console format.
14391
14392 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
14393
14394 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
14395 absolute.
14396
14397 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
14398
14399 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
14400 absolute.
14401 * gdb.trace/ftrace.exp: Likewise.
14402 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
14403 targets as well.
14404 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
14405 (gdb_load_shlibs): Copy libraries to test directory when testing
14406 natively. Only set solib-search-path if testing remotely.
14407 * lib/mi-support.exp (mi_load_shlibs): Likewise.
14408
14409 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
14410
14411 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
14412 gdb_download. Use it even if the target is not remote.
14413 * gdb.base/jit.exp (compile_jit_test): Likewise.
14414 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
14415 output directory if the destination board is local, otherwise use
14416 the standard remote_download from DejaGnu.
14417 (gdb_download): Remove.
14418 (gdb_load_shlibs): Use gdb_remote_download instead of
14419 gdb_download.
14420 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
14421 Use gdb_remote_download instead of gdb_download. Use it even if
14422 the target is not remote.
14423 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
14424 instead of gdb_download.
14425
14426 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
14427
14428 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
14429 (test_insert_delete_modify): Call mi_load_shlibs before trying to
14430 run.
14431
14432 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
14433
14434 PR gdb/19820
14435 * gdb.base/printcmds.exp: Add artificial arrays tests.
14436
14437 2016-03-31 Pedro Alves <palves@redhat.com>
14438
14439 PR gdb/19858
14440 * gdb.base/jit-main.c: Include unistd.h.
14441 (ATTACH): Define to 0 if not already defined.
14442 (wait_for_gdb, mypid): New globals.
14443 (WAIT_FOR_GDB): New macro.
14444 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
14445 some breakpoint locations.
14446 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
14447 New procedures.
14448 (one_jit_test): Add REATTACH parameter, and handle it. Use
14449 continue_to_test_location.
14450 (top level): Test attach, and adjusts calls to one_jit_test.
14451
14452 2016-03-31 Pedro Alves <palves@redhat.com>
14453
14454 PR gdb/19858
14455 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
14456 BINSUFFIX parameter, and handle it.
14457 (top level): Adjust calls compile_jit_test.
14458
14459 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
14460
14461 PR python/19743
14462 * gdb.python/py-mi-events-gdb.py: New file.
14463 * gdb.python/py-mi-events.c: New file.
14464 * gdb.python/py-mi-events.exp: New file.
14465
14466 2016-03-30 Yao Qi <yao.qi@linaro.org>
14467
14468 * gdb.reverse/until-precsave.exp: Match function name only.
14469 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
14470 Move malloc to a condition block.
14471 * gdb.reverse/until-reverse.exp: Match function name only.
14472
14473 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
14474
14475 * gdb.trace/ftrace.exp: Set arg0exp for s390.
14476 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
14477 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
14478 variable for GPR 0 instead of assuming it is register 0.
14479 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
14480 * lib/trace-support.exp: Add s390 registers.
14481
14482 2016-03-29 Yao Qi <yao.qi@linaro.org>
14483
14484 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
14485
14486 2016-03-24 Yao Qi <yao.qi@linaro.org>
14487
14488 * gdb.reverse/break-reverse.exp: Add quotation mark in the
14489 test message.
14490
14491 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14492
14493 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
14494 maintaining separate logic for constructing the output path.
14495
14496 2016-03-16 Don Breazeal <donb@codesourcery.com>
14497
14498 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
14499 Retry fork and waitpid on interrupted system call errors.
14500 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
14501 Use with_timeout_factor to increase timeout by factor of 10.
14502
14503 2016-03-15 Don Breazeal <donb@codesourcery.com>
14504
14505 * gdb.cp/scope-err.cc: New test program.
14506 * gdb.cp/scope-err.exp: New test script.
14507 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
14508 lines and "set breakpoint here" comment.
14509 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
14510 Fixed some whitespace and format issues.
14511 * gdb.mi/mi-linespec-err-cp.cc: New test program.
14512 * gdb.mi/mi-linespec-err-cp.exp: New test script.
14513
14514 2016-03-15 Doug Evans <dje@google.com>
14515
14516 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
14517 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
14518 All callers updated. Add tests for enums, mixed flags register.
14519
14520 2016-03-15 Doug Evans <dje@google.com>
14521
14522 * gdb.base/skip.c (main): Call test_skip_file_and_function.
14523 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
14524
14525 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
14526
14527 * gdb.base/default.exp: Add $_as_string to the list of expected
14528 convenience functions.
14529
14530 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
14531
14532 * gdb.base/maint.exp: New tests for 'maint info line-table'.
14533
14534 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
14535
14536 * gdb.python/py-as-string.exp: New file.
14537 * gdb.python/py-as-string.c: New file.
14538
14539 2016-03-09 Pedro Alves <palves@redhat.com>
14540
14541 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
14542 signal" -> "Thread NN received signal" output change.
14543 * gdb.threads/ia64-sigill.exp: Likewise.
14544 * gdb.threads/linux-dp.exp: Likewise.
14545 * gdb.threads/manythreads.exp: Likewise.
14546 * gdb.threads/pending-step.exp: Likewise.
14547 * gdb.threads/print-threads.exp: Likewise.
14548 * gdb.threads/sigstep-threads.exp: Likewise.
14549 * gdb.threads/staticthreads.exp: Likewise.
14550 * gdb.threads/tls.exp: Likewise.
14551
14552 2016-03-09 Pedro Alves <palves@redhat.com>
14553
14554 * gdb.base/command-line-input.exp: New file.
14555
14556 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
14557
14558 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
14559 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
14560 * gdb.trace/pending.exp: Accept leading dot before function name.
14561 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
14562 * lib/trace-support.exp: Set registers for ppc.
14563
14564 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
14565
14566 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
14567 use it for disassembly; accept .main in addition to main in backtrace.
14568
14569 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
14570 Marcin Kościelnicki <koriakin@0x04.net>
14571
14572 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
14573 (gdb_recursion_test_ptr): New global variable.
14574 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
14575 gdb_recursion_test.
14576 (gdb_c_test): Ditto.
14577
14578 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
14579
14580 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
14581 ordering.
14582
14583 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
14584
14585 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
14586 (bar): Add bar_start_lbl label.
14587 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
14588 of foo/bar for emitting DWARF and tracing.
14589
14590 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
14591
14592 * analyze-racy-logs.py: Set executable bit.
14593
14594 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
14595
14596 * Makefile.in (DEFAULT_RACY_ITER): New variable.
14597 (CHECK_TARGET_TMP): Likewise.
14598 (check-single-racy): New rule.
14599 (check-parallel-racy): Likewise.
14600 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
14601 (do-check-parallel-racy): New rule.
14602 (check-racy/%.exp): Likewise.
14603 * README (Racy testcases): New section.
14604 * analyze-racy-logs.py: New file.
14605
14606 2016-03-03 Doug Evans <dje@google.com>
14607
14608 * gdb.base/skip.exp: Use with_test_prefix.
14609
14610 2016-03-03 Yao Qi <yao.qi@linaro.org>
14611
14612 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
14613 Invoke step_over_syscall "clone" and break_cond_on_syscall
14614 "clone".
14615 * gdb.base/step-over-clone.c: New file.
14616
14617 2016-03-03 Yao Qi <yao.qi@linaro.org>
14618
14619 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
14620 code format.
14621
14622 2016-03-03 Yao Qi <yao.qi@linaro.org>
14623
14624 * gdb.base/disp-step-fork.c: Rename to ...
14625 * gdb.base/step-over-fork.c: ... it. New file.
14626 * gdb.base/disp-step-vfork.c: Rename to ...
14627 * gdb.base/step-over-vfork.c: ... it. New file.
14628 * gdb.base/disp-step-syscall.exp: Rename to ...
14629 * gdb.base/step-over-syscall.exp: ... it. New file.
14630 (disp_step_cross_syscall): Rename to ...
14631 (step_over_syscall): ... it.
14632
14633 2016-03-03 Yao Qi <yao.qi@linaro.org>
14634
14635 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
14636 If target supports condition evaluation on target, invoke
14637 break_cond_on_syscall for fork and vfork.
14638
14639 2016-03-03 Yao Qi <yao.qi@linaro.org>
14640
14641 * gdb.base/disp-step-syscall.exp: Don't invoke
14642 support_displaced_stepping.
14643 (disp_step_cross_syscall): Test with displaced stepping off and
14644 on if supported.
14645
14646 2016-03-03 Yao Qi <yao.qi@linaro.org>
14647
14648 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
14649 proc.
14650 (setup): New proc.
14651 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
14652 and setup.
14653
14654 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
14655
14656 * gdb.fortran/vla-history.exp: Remove breakpoint.
14657
14658 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
14659
14660 * gdb.fortran/vla-history.exp: Lookup array elements and printing
14661 exceeds timeout.
14662
14663 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
14664
14665 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
14666 breakpoint.
14667
14668 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
14669
14670 * gdb.mi/vla.f90: Nullify pointer after declaration.
14671
14672 2016-03-01 Pedro Alves <palves@redhat.com>
14673
14674 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
14675
14676 2016-03-01 Pedro Alves <palves@redhat.com>
14677
14678 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
14679 before anything else.
14680 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
14681 _GNU_SOURCE here.
14682 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
14683 before anything else.
14684 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
14685
14686 2016-03-01 Pedro Alves <palves@redhat.com>
14687
14688 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
14689
14690 2016-03-01 Yao Qi <yao.qi@linaro.org>
14691
14692 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
14693 prepare_for_testing.
14694
14695 2016-03-01 Yao Qi <yao.qi@linaro.org>
14696
14697 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
14698
14699 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
14700
14701 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
14702 manually constructing the output path.
14703
14704 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
14705
14706 * gdb.arch/s390-stackless.S: New.
14707 * gdb.arch/s390-stackless.exp: New.
14708
14709 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
14710
14711 * gdb.dlang/circular.c: New file.
14712 * gdb.dlang/circular.exp: New file.
14713
14714 2016-02-26 Yao Qi <yao.qi@linaro.org>
14715
14716 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
14717 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
14718 (testcases): Update.
14719
14720 2016-02-26 Yao Qi <yao.qi@linaro.org>
14721
14722 * gdb.reverse/aarch64.c: Rename to ...
14723 * gdb.reverse/insn-reverse.c: ... it.
14724 * gdb.reverse/aarch64.exp: Rename to ...
14725 * gdb.reverse/insn-reverse.exp: ... it.
14726
14727 2016-02-26 Yao Qi <yao.qi@linaro.org>
14728
14729 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
14730 (testcase_ftype): New.
14731 (testcases): New array.
14732 (n_testcases): New.
14733 (main): Call each element in testcases.
14734 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
14735 (read_testcase): New.
14736 Do the tests in a loop.
14737
14738 2016-02-25 Yao Qi <yao.qi@linaro.org>
14739
14740 * gdb.base/branches.c: Remove.
14741
14742 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
14743
14744 PR gdb/13808
14745 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
14746
14747 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
14748
14749 * gdb.trace/ftrace.exp: Remove unnecessary target check.
14750
14751 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
14752
14753 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
14754 change x86_64 call_insn to 'callq'.
14755
14756 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14757
14758 * gdb.trace/tfile-avx.c: Move to...
14759 * gdb.trace/tracefile-pseudo-reg.c: Here.
14760 * gdb.trace/tfile-avx.exp: Move to...
14761 * gdb.trace/tracefile-pseudo-reg.exp: Here.
14762
14763 2016-02-24 Gary Benson <gbenson@redhat.com>
14764
14765 * gdb.base/attach-pie-noexec.exp: Do not expect an error
14766 message on attach.
14767
14768 2016-02-23 Doug Evans <dje@google.com>
14769
14770 * gdb.base/skip.c (test_skip): New function.
14771 (end_test_skip_file_and_function): New function.
14772 (test_skip_file_and_function): New function.
14773 * gdb.base/skip1.c (test_skip): New function.
14774 (skip1_test_skip_file_and_function): New function.
14775 * gdb.base/skip.exp: Add tests for new skip options.
14776 * gdb.base/skip-solib.exp: Update expected output.
14777 * gdb.perf/skip-command.cc: New file.
14778 * gdb.perf/skip-command.exp: New file.
14779 * gdb.perf/skip-command.py: New file.
14780
14781 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
14782
14783 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
14784 info registers pattern.
14785
14786 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
14787
14788 * lib/future.exp: Add D support.
14789 (gdb_find_gdc): New proc.
14790 (gdb_default_target_compile): Add D support.
14791
14792 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
14793
14794 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
14795 user+system time.
14796 (trace_speed_test): Determine the iteration count for a time
14797 between 15..30 seconds.
14798
14799 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
14800
14801 * gdb.arch/i386-mpx-sigsegv.c: New file.
14802 * gdb.arch/i386-mpx-sigsegv.exp: New file.
14803 * gdb.arch/i386-mpx-simple_segv.c: New file.
14804 * gdb.arch/i386-mpx-simple_segv.exp: New file.
14805
14806 2016-02-18 Yao Qi <yao.qi@linaro.org>
14807
14808 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14809 Don't call setup_kfail.
14810
14811 2016-02-18 Yao Qi <yao.qi@linaro.org>
14812
14813 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
14814 Set "set breakpoint condition-evaluation" per $cond_bp_target.
14815
14816 2016-02-16 Doug Evans <dje@google.com>
14817
14818 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
14819 * gdb.base/skip1.c: Ditto.
14820 * gdb.base/skip.exp: Whitespace cleanup.
14821
14822 2016-02-16 Don Breazeal <donb@codesourcery.com>
14823
14824 PR remote/19496
14825 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
14826 Remove kfail for PR remote/19496.
14827
14828 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
14829
14830 * lib/gdb.exp (standard_temp_file): Return a path specific to
14831 the runtest invocation.
14832
14833 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
14834
14835 * gdb.trace/save-trace.exp: Change relative path to be in the
14836 standard output directory.
14837
14838 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14839
14840 * gdb.arch/i386-prologue.c: Add missing prototypes.
14841
14842 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14843
14844 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
14845 * gdb.arch/i386-prologue.exp: Likewise.
14846 * gdb.arch/i386-size.exp: Likewise.
14847
14848 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
14849
14850 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
14851 define object file path.
14852 * gdb.btrace/gcore.exp: Use standard_output_file to define core
14853 file path.
14854 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
14855 standard_output_file to define binfile.
14856
14857 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14858
14859 Fix compatibility with recent gfortran-5.3.1.
14860 * gdb.fortran/vla-history.exp (print vla1 allocated)
14861 (print vla2 allocated, print $2, print $3): Remove
14862 (print $4): Rename to ...
14863 (print $2): ... here.
14864 (print $9): Rename to ...
14865 (print $5): ... here.
14866 (print $10): Rename to ...
14867 (print $6): ... here.
14868 * gdb.fortran/vla.f90: Add pvla initialization.
14869
14870 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14871
14872 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
14873 New test.
14874 * gdb.fortran/vla-value-sub.exp: Likewise.
14875
14876 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
14877
14878 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
14879
14880 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
14881
14882 * i386-biarch-core.exp: Define corefile using
14883 standard_output_file.
14884
14885 2016-02-12 Yao Qi <yao.qi@linaro.org>
14886
14887 * gdb.arch/arm-single-step-kernel-helper.c: New.
14888 * gdb.arch/arm-single-step-kernel-helper.exp: New.
14889
14890 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
14891
14892 * gdb.btrace/tailcall-only.exp: New.
14893 * gdb.btrace/tailcall-only.c: New.
14894 * gdb.btrace/x86_64-tailcall-only.S: New.
14895 * gdb.btrace/i686-tailcall-only.S: New.
14896
14897 2016-02-11 Pedro Alves <palves@redhat.com>
14898
14899 * README (Parallel testing): Add missing double quotes.
14900
14901 2016-02-11 Pedro Alves <palves@redhat.com>
14902
14903 * README (Parallel testing): New section.
14904 (GDB_PARALLEL): Rewrite.
14905 (FORCE_PARALLEL): Document.
14906
14907 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
14908
14909 * gdb.trace/tfile-avx.c: New test.
14910 * gdb.trace/tfile-avx.exp: New test.
14911
14912 2016-02-09 Keith Seitz <keiths@redhat.com>
14913
14914 PR breakpoints/19546
14915 * gdb.base/infcall-exec.c: New file.
14916 * gdb.base/infcall-exec2.c: New file.
14917 * gdb.base/infcall-exec.exp: New file.
14918
14919 2016-02-09 Keith Seitz <keiths@redhat.com>
14920
14921 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
14922 (toplevel): Call test_bkpt_address.
14923
14924 2016-02-09 Keith Seitz <keiths@redhat.com>
14925
14926 PR python/19506
14927 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
14928 (toplevel): Call test_bkpt_address.
14929
14930 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
14931
14932 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
14933 to AC_OUTPUT.
14934 * configure: Regenerate.
14935
14936 2016-02-09 Pedro Alves <palves@redhat.com>
14937
14938 PR breakpoints/19548
14939 * gdb.base/execl-update-breakpoints.c (some_function): New
14940 function.
14941 (main): Call it.
14942 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
14943 Tighten expected GDB output.
14944
14945 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14946
14947 * Makefile.in (ALL_SUBDIRS): Remove.
14948 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
14949 (distclean maintainer-clean realclean): Likewise.
14950 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
14951 * configure: Regenerate.
14952 * gdb.ada/Makefile.in: Delete.
14953 * gdb.arch/Makefile.in: Likewise.
14954 * gdb.asm/Makefile.in: Likewise.
14955 * gdb.base/Makefile.in: Likewise.
14956 * gdb.btrace/Makefile.in: Likewise.
14957 * gdb.cell/Makefile.in: Likewise.
14958 * gdb.compile/Makefile.in: Likewise.
14959 * gdb.cp/Makefile.in: Likewise.
14960 * gdb.disasm/Makefile.in: Likewise.
14961 * gdb.dlang/Makefile.in: Likewise.
14962 * gdb.dwarf2/Makefile.in: Likewise.
14963 * gdb.fortran/Makefile.in: Likewise.
14964 * gdb.gdb/Makefile.in: Likewise.
14965 * gdb.go/Makefile.in: Likewise.
14966 * gdb.guile/Makefile.in: Likewise.
14967 * gdb.java/Makefile.in: Likewise.
14968 * gdb.linespec/Makefile.in: Likewise.
14969 * gdb.mi/Makefile.in: Likewise.
14970 * gdb.modula2/Makefile.in: Likewise.
14971 * gdb.multi/Makefile.in: Likewise.
14972 * gdb.objc/Makefile.in: Likewise.
14973 * gdb.opencl/Makefile.in: Likewise.
14974 * gdb.opt/Makefile.in: Likewise.
14975 * gdb.pascal/Makefile.in: Likewise.
14976 * gdb.perf/Makefile.in: Likewise.
14977 * gdb.python/Makefile.in: Likewise.
14978 * gdb.reverse/Makefile.in: Likewise.
14979 * gdb.server/Makefile.in: Likewise.
14980 * gdb.stabs/Makefile.in: Likewise.
14981 * gdb.threads/Makefile.in: Likewise.
14982 * gdb.trace/Makefile.in: Likewise.
14983 * gdb.xml/Makefile.in: Likewise.
14984 * lib/gdb.exp (make_gdb_parallel_path): Add check for
14985 GDB_PARALLEL.
14986 (standard_output_file): Remove check for GDB_PARALLEL, always
14987 return path in outputs/$subdir/$testname.
14988
14989 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14990
14991 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
14992 (site.exp): Assign abs_srcdir to tcl's srcdir.
14993
14994 2016-02-04 Yao Qi <yao.qi@linaro.org>
14995
14996 * gdb.base/foll-exec-mode.c: Include limits.h.
14997 (main): Add parameters argc and argv. Get directory from
14998 argv[0].
14999 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
15000 compilation.
15001 * gdb.base/foll-exec.c: Include limits.h.
15002 (main): Add parameters argc and argv.
15003 Get directory from argv[0].
15004 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
15005 Adjust tests on the number of lines as source code changed.
15006 * gdb.base/foll-vfork-exit.c: Include limits.h.
15007 (main): Add one line of statement before vfork.
15008 * gdb.base/foll-vfork.c: Include limits.h and string.h.
15009 (main): Add parameters argc and argv. Get directory from
15010 argv[0].
15011 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
15012 (setup_gdb): Set tbreak to skip some source lines.
15013 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
15014 (main): Add parameters argc and argv. Get directory from
15015 argv[0].
15016 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
15017 compilation.
15018 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
15019 (main): Add parameters argc and argv. Get directory from
15020 argv[0].
15021 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
15022 compilation.
15023
15024 2016-02-01 Doug Evans <dje@google.com>
15025
15026 * gdb.base/skip.exp: Clean up multiple references to same test name.
15027
15028 2016-02-01 Pedro Alves <palves@redhat.com>
15029
15030 PR remote/19496
15031 * gdb.threads/forking-threads-plus-breakpoint.exp
15032 (displaced_stepping_supported): New global.
15033 (probe_displaced_stepping_support): New procedure.
15034 (do_test): Add 'displaced' parameter, and use it.
15035 (top level): Check for displaced stepping support. Add displaced
15036 stepping on/off testing axis.
15037
15038 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
15039
15040 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
15041 pointer. Don't perform further tests on the unassociated pointer
15042 if the first test fails.
15043
15044 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
15045
15046 * gdb.base/max-value-size.c: New file.
15047 * gdb.base/max-value-size.exp: New file.
15048 * gdb.base/huge.exp: Disable max-value-size for this test.
15049
15050 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
15051
15052 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15053
15054 2016-01-28 Yao Qi <yao.qi@linaro.org>
15055
15056 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
15057
15058 2016-01-25 Pedro Alves <palves@redhat.com>
15059
15060 PR threads/19461
15061 * gdb.base/fork-running-state.c: New file.
15062 * gdb.base/fork-running-state.exp: New file.
15063
15064 2016-01-25 Pedro Alves <palves@redhat.com>
15065
15066 PR gdb/19494
15067 * gdb.base/catch-fork-kill.c: New file.
15068 * gdb.base/catch-fork-kill.exp: New file.
15069
15070 2016-01-25 Pedro Alves <palves@redhat.com>
15071
15072 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
15073 Delete, moved to lib/gdb.exp.
15074 * gdb.threads/forking-threads-plus-breakpoint.exp
15075 (foreach_with_prefix): Likewise.
15076 * gdb.threads/process-dies-while-handling-bp.exp
15077 (foreach_with_prefix): Likewise.
15078 * lib/gdb.exp (foreach_with_prefix): New procedure.
15079
15080 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
15081
15082 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
15083 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
15084
15085 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
15086
15087 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
15088 endian targets.
15089
15090 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15091 Pedro Alves <palves@redhat.com>
15092
15093 Fix testsuite compatibility with Guile.
15094 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
15095 number.
15096
15097 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15098
15099 Fix testsuite compatibility with Guile.
15100 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
15101 (thread 1): New test for backtrace through signal handler.
15102
15103 2016-01-22 Yao Qi <yao.qi@linaro.org>
15104
15105 PR testsuite/19491
15106 * gdb.base/multi-forks.c: Include
15107 ../lib/unbuffer_output.c
15108 (main): Call gdb_unbuffer_output.
15109
15110 2016-01-21 Doug Evans <dje@google.com>
15111
15112 * lib/ada.exp (gdb_compile_ada): Fix typo.
15113
15114 2016-01-21 Joel Brobecker <brobecker@adacore.com>
15115
15116 * gdb.base/break-fun-addr.exp: New file.
15117 * gdb.base/break-fun-addr1.c: New file.
15118 * gdb.base/break-fun-addr2.c: New file.
15119
15120 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
15121
15122 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
15123 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
15124 enum flag values.
15125
15126 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
15127
15128 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
15129 when GDB can not set the vector return value. Add more comments
15130 for clarification.
15131
15132 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
15133
15134 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
15135 command.
15136
15137 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
15138
15139 * Makefile.in (DO_RUNTEST): Add --status and update usages.
15140
15141 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
15142
15143 * Makefile.in (check-single): Pass --status to runtest.
15144 (check/%.exp): Likewise.
15145
15146 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
15147
15148 * Makefile.in (check-parallel): Propagate return code from make
15149 do-check-parallel.
15150
15151 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
15152
15153 * gdb.trace/ftrace.exp: Fix expected message on continue.
15154 * gdb.trace/pending.exp: Fix expected message on continue.
15155 * gdb.trace/trace-break.exp: Fix expected message on continue.
15156
15157 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
15158
15159 * lib/gdb.exp (gdb_test): Remove unused global references.
15160
15161 2016-01-18 Pedro Alves <palves@redhat.com>
15162
15163 * gdb.base/async-shell.exp: Adjust expected output.
15164 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
15165 * gdb.base/siginfo-thread.exp: Adjust expected output.
15166 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
15167 * gdb.java/jnpe.exp: Adjust expected output.
15168 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
15169 * gdb.threads/continue-pending-status.exp: Adjust expected output.
15170 * gdb.threads/leader-exit.exp: Adjust expected output.
15171 * gdb.threads/manythreads.exp: Adjust expected output.
15172 * gdb.threads/pthreads.exp: Adjust expected output.
15173 * gdb.threads/schedlock.exp: Adjust expected output.
15174 * gdb.threads/siginfo-threads.exp: Adjust expected output.
15175 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
15176 expected output.
15177 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
15178 output.
15179 * gdb.threads/sigthread.exp: Adjust expected output.
15180 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
15181
15182 2016-01-18 Yao Qi <yao.qi@linaro.org>
15183
15184 * gdb.guile/scm-section-script.c: Replace @progbits with
15185 %progbits.
15186 * gdb.python/py-section-script.c: Likewise.
15187
15188 2016-01-15 Pedro Alves <palves@redhat.com>
15189
15190 * gdb.multi/tids.exp: Test star wildcard ranges.
15191
15192 2016-01-15 Pedro Alves <palves@redhat.com>
15193
15194 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
15195 command from "thread apply" invocation.
15196 (thr_apply_info_thr_invalid): Default the expected output to the
15197 input tid list.
15198 (top level): Add tests that use convenience variables. Add tests
15199 for "thread apply" with a valid TID list, but missing the command.
15200
15201 2016-01-13 Pedro Alves <palves@redhat.com>
15202
15203 * gdb.base/default.exp: Expect $_gthread as well.
15204 * gdb.multi/tids.exp: Test $_gthread.
15205 * gdb.threads/thread-specific.exp: Test $_gthread.
15206
15207 2016-01-13 Pedro Alves <palves@redhat.com>
15208
15209 * gdb.multi/tids.exp: Test "info threads -gid".
15210
15211 2016-01-13 Pedro Alves <palves@redhat.com>
15212
15213 * gdb.multi/tids.exp: Test InferiorThread.global_num and
15214 Breakpoint.thread.
15215 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
15216
15217 2016-01-07 Pedro Alves <palves@redhat.com>
15218
15219 * gdb.base/break.exp: Adjust to output changes.
15220 * gdb.base/hbreak2.exp: Likewise.
15221 * gdb.base/sepdebug.exp: Likewise.
15222 * gdb.base/watch_thread_num.exp: Likewise.
15223 * gdb.linespec/keywords.exp: Likewise.
15224 * gdb.multi/info-threads.exp: Likewise.
15225 * gdb.threads/thread-find.exp: Likewise.
15226 * gdb.multi/tids.c: New file.
15227 * gdb.multi/tids.exp: New file.
15228
15229 2016-01-13 Pedro Alves <palves@redhat.com>
15230
15231 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
15232
15233 2016-01-13 Pedro Alves <palves@redhat.com>
15234
15235 * gdb.base/default.exp: Expect $_inferior as well.
15236 * gdb.multi/base.exp: Test $_inferior.
15237
15238 2016-01-13 Pedro Alves <palves@redhat.com>
15239
15240 PR breakpoints/19388
15241 * gdb.base/catch-signal-siginfo-cond.c: New file.
15242 * gdb.base/catch-signal-siginfo-cond.exp: New file.
15243
15244 2016-01-12 Josh Stone <jistone@redhat.com>
15245 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15246
15247 * gdb.base/catch-syscall.c (do_execve): New variable.
15248 (main): Conditionally trigger an execve.
15249 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
15250 (test_catch_syscall_execve): New, check entry/return across execve.
15251 (do_syscall_tests): Call test_catch_syscall_execve.
15252
15253 2016-01-12 Pedro Alves <palves@redhat.com>
15254
15255 * gdb.base/random-signal.exp (do_test): New procedure, with body
15256 of testcase moved in.
15257
15258 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15259 Pedro Alves <palves@redhat.com>
15260
15261 * gdb.base/funcargs.exp (finish from indirectly called function):
15262 Reintroduce the case for 'First'.
15263
15264 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15265 Pedro Alves <palves@redhat.com>
15266
15267 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
15268 (tcatch_vfork_then_child_follow_exec)
15269 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
15270 identification.
15271
15272 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15273
15274 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
15275 and repeats to unlimited.
15276 * gdb.python/py-value.exp: Likewise.
15277 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
15278 and repeats to unlimited.
15279
15280 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15281
15282 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
15283 and reordering the functions.
15284 * gdb.multi/hangout.c: Likewise.
15285 * gdb.multi/hello.c: Likewise.
15286
15287 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
15288
15289 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
15290 absolute.
15291 (SingleStatisticTestResult.report): Use dict.keys instead of
15292 dict.iterkeys.
15293
15294 2016-01-06 Pedro Alves <palves@redhat.com>
15295
15296 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
15297
15298 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
15299
15300 * gdb.btrace/dlopen.exp: New.
15301 * gdb.btrace/dlopen.c: New.
15302 * gdb.btrace/dlopen-dso.c: New.
15303
15304 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
15305
15306 * lib/gdb.exp (gdb_test): Update comments to clarify that the
15307 PATTERN argument is optional.
15308
15309 2015-12-24 Joel Brobecker <brobecker@adacore.com>
15310
15311 * lib/ada.exp (target_compile_ada_from_dir): New function.
15312 (gdb_compile_ada): Reimplement avoiding the use of project files.
15313 * gdb.ada/gnat_ada.gpr: Delete.
15314 * gdb.ada/cond_lang.exp: Adjust test to make path before
15315 filename optional.
15316 * gdb.ada/small_reg_param.exp: Likewise.
15317
15318 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
15319
15320 * gdb.base/foll-vork.exp: Remove HP-UX special case.
15321
15322 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
15323
15324 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
15325 case.
15326
15327 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
15328
15329 * gdb.base/break.exp: Remove dead code.
15330 * gdb.base/sepdebug.exp: Likewise.
15331
15332 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
15333
15334 * gdb.asm/asm-source.exp: Remove HP-UX references.
15335 * gdb.base/annota1.exp: Likewise.
15336 * gdb.base/annota3.exp: Likewise.
15337 * gdb.base/attach.exp: Likewise.
15338 * gdb.base/bigcore.exp: Likewise.
15339 * gdb.base/break.exp: Likewise.
15340 * gdb.base/call-ar-st.exp: Likewise.
15341 * gdb.base/callfuncs.exp: Likewise.
15342 * gdb.base/catch-fork-static.exp: Likewise.
15343 * gdb.base/display.exp: Likewise.
15344 * gdb.base/foll-exec-mode.exp: Likewise.
15345 * gdb.base/foll-exec.exp: Likewise.
15346 * gdb.base/foll-fork.exp: Likewise.
15347 * gdb.base/foll-vfork.exp: Likewise.
15348 * gdb.base/funcargs.exp: Likewise.
15349 * gdb.base/hbreak2.exp: Likewise.
15350 * gdb.base/inferior-died.exp: Likewise.
15351 * gdb.base/interrupt.exp: Likewise.
15352 * gdb.base/multi-forks.exp: Likewise.
15353 * gdb.base/nodebug.exp: Likewise.
15354 * gdb.base/sepdebug.exp: Likewise.
15355 * gdb.base/solib1.c: Likewise.
15356 * gdb.base/step-test.exp: Likewise.
15357 * gdb.mi/non-stop.c: Likewise.
15358 * gdb.mi/pthreads.c: Likewise.
15359 * gdb.multi/bkpt-multi-exec.ex: Likewise.
15360 * gdb.threads/pthreads.c: Likewise.
15361 * gdb.threads/staticthreads.exp: Likewise.
15362 * lib/future.exp: Likewise.
15363 * lib/gdb.exp: Likewise.
15364 * gdb.base/so-indr-cl.c: Remove.
15365 * gdb.base/so-indr-cl.exp: Likewise.
15366 * gdb.base/solib.c: Likewise.
15367 * gdb.base/solib.exp: Likewise.
15368 * gdb.base/solib2.c: Likewise.
15369
15370 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
15371
15372 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
15373 * gdb.base/call-ar-st.exp: Likewise.
15374 * gdb.base/callfuncs.exp: Likewise.
15375 * gdb.base/condbreak.exp: Likewise.
15376 * gdb.base/constvars.exp: Likewise.
15377 * gdb.base/hbreak2.exp: Likewise.
15378 * gdb.base/langs.exp: Likewise.
15379 * gdb.base/list.exp: Likewise.
15380 * gdb.base/long_long.exp: Likewise.
15381 * gdb.base/ptype.exp: Likewise.
15382 * gdb.base/scope.exp: Likewise.
15383 * gdb.base/signals.exp: Likewise.
15384 * gdb.base/so-impl-ld.exp: Likewise.
15385 * gdb.base/varargs.exp: Likewise.
15386 * gdb.base/volatile.exp: Likewise.
15387 * gdb.base/whatis.exp: Likewise.
15388 * gdb.cp/cplusfuncs.exp: Likewise.
15389 * gdb.cp/inherit.exp: Likewise.
15390 * gdb.cp/local.exp: Likewise.
15391 * gdb.cp/member-ptr.exp: Likewise.
15392 * gdb.cp/method.exp: Likewise.
15393 * gdb.cp/overload.exp: Likewise.
15394 * gdb.cp/templates.exp: Likewise.
15395 * gdb.stabs/weird.exp: Likewise.
15396 * lib/compiler.c: Likewise.
15397 * lib/compiler.cc: Likewise.
15398 * lib/cp-support.exp: Likewise.
15399 * lib/gdb.exp: Likewise.
15400
15401 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
15402
15403 * configure.ac: Remove HP-UX case.
15404 * configure: Regenerate.
15405
15406 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
15407
15408 * lib/gdb.exp (gdb_compile): Add function doc.
15409
15410 2015-12-17 Pedro Alves <palves@redhat.com>
15411
15412 PR threads/19354
15413 * gdb.multi/info-threads.exp: New file.
15414
15415 2015-12-15 Yao Qi <yao.qi@linaro.org>
15416
15417 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
15418 is aarch64*-*-*.
15419
15420 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
15421
15422 * gdb.base/history-duplicates.exp: Skip if no readline support.
15423
15424 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
15425
15426 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
15427
15428 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
15429
15430 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
15431
15432 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
15433
15434 * gdb.base/completion.exp: Skip tests that interrupt GDB with
15435 ctrl-C if nointerrupts target property is set.
15436 * gdb.base/double-prompt-target-event-error.exp: Likewise.
15437 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
15438 * gdb.base/paginate-bg-execution.exp: Likewise.
15439 * gdb.base/paginate-execution-startup.exp: Likewise.
15440 * gdb.base/random-signal.exp: Likewise.
15441 * gdb.base/range-stepping.exp: Likewise.
15442 * gdb.cp/annota2.exp: Likewise.
15443 * gdb.cp/annota3.exp: Likewise.
15444 * gdb.gdb/selftest.exp: Likewise.
15445 * gdb.threads/continue-pending-status.exp: Likewise.
15446 * gdb.threads/leader-exit.exp: Likewise.
15447 * gdb.threads/manythreads.exp: Likewise.
15448 * gdb.threads/pthreads.exp: Likewise.
15449 * gdb.threads/schedlock.exp: Likewise.
15450 * gdb.threads/sigthread.exp: Likewise.
15451
15452 2015-12-11 Don Breazeal <donb@codesourcery.com>
15453
15454 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
15455 remote.
15456 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
15457 * gdb.base/foll-exec.exp (main): Enable for target remote.
15458 * gdb.base/foll-fork.exp (main): Likewise.
15459 * gdb.base/foll-vfork.exp (main): Likewise.
15460 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
15461 (proc continue_to_exit_bp_loc): Use clean_restart.
15462 * gdb.base/pie-execl.exp (main): Disable for target remote.
15463 * gdb.base/watch-vfork.exp (main): Enable for target remote.
15464 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
15465 * gdb.threads/execl.exp (main): Likewise.
15466 * gdb.threads/fork-child-threads.exp (main): Likewise.
15467 * gdb.threads/fork-plus-threads.exp (main): Disable for target
15468 remote.
15469 * gdb.threads/fork-thread-pending.exp (main): Enable for target
15470 remote.
15471 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
15472 pid.tid style ptids, instead of just tid.
15473 * gdb.threads/thread-execl.exp (main): Enable for target remote.
15474 * gdb.threads/watchpoint-fork.exp (main): Likewise.
15475 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
15476 ptids, instead of just tid.
15477
15478 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
15479
15480 * gdb.base/list.exp (test_list_forward): Add end of file error
15481 test.
15482 (test_repeat_list_command): Add end of file error test.
15483 (test_list_backwards): Add beginning of file error test.
15484
15485 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
15486
15487 * gdb.base/list.exp (test_list_invalid_args): New function,
15488 defined, and called.
15489
15490 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
15491
15492 * gdb.base/list.exp (test_list): Make test names unique.
15493
15494 2015-12-11 Yao Qi <yao.qi@linaro.org>
15495
15496 * gdb.base/coremaker2.c: Remove.
15497
15498 2015-12-10 Pedro Alves <palves@redhat.com>
15499
15500 * gdb.multi/base.exp: Remove stale "spaces" references.
15501
15502 2015-12-10 Pedro Alves <palves@redhat.com>
15503
15504 * gdb.multi/base.exp: Don't use nowarnings.
15505 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
15506 * gdb.multi/hangout.c: Include stdio.h.
15507 * gdb.multi/hello.c: Include stdlib.h.
15508 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
15509 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
15510 * gdb.multi/multi-arch.exp: Don't use nowarnings.
15511
15512 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
15513
15514 * gdb.dwarf2/dw2-ranges-base.c: New file.
15515 * gdb.dwarf2/dw2-ranges-base.exp: New file.
15516 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
15517 support additional line table, and debug ranges generation.
15518 (Dwarf::ranges): New function, generate .debug_ranges.
15519 (Dwarf::lines): Support generating simple line table programs.
15520 (Dwarf::assemble): Initialise new namespace variables.
15521
15522 2015-12-09 Kevin Buettner <kevinb@redhat.com>
15523
15524 * gdb.base/async.exp (proc test_background): Add case for
15525 asynchronous execution not supported.
15526
15527 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
15528
15529 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
15530 format and change test names to make them unique.
15531
15532 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
15533 Pedro Alves <pedro@redhat.com>
15534
15535 PR gdb/18702
15536 Add checking of floatformats setup on x86_64 hosts.
15537 * gdb.arch/i386-float.S (main): Load bigval and smallval.
15538 (smallval, bigval): New labels/constants.
15539 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
15540 float" after loading bigval and smallval.
15541
15542 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
15543
15544 * gdb.ada/fun_overload_menu.exp: New testcase.
15545 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
15546
15547 2015-12-04 Josh Stone <jistone@redhat.com>
15548
15549 * gdb.base/catch-fork-static.exp: New.
15550
15551 2015-12-03 Yao Qi <yao.qi@linaro.org>
15552
15553 * gdb.base/sizeof.c: Don't include stdio.h and
15554 ../lib/unbuffer_output.c.
15555 (main): New variable 'size' and 'value'. Remove printf and
15556 gdb_unbuffer_output. Assign return value to size and value.
15557 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
15558 at the beginning.
15559 (check_sizeof): Check the result by printing variable 'size'.
15560 (check_valueof): Check the result by printing variable 'value'.
15561
15562 2015-12-01 Yao Qi <yao.qi@linaro.org>
15563
15564 * gdb.base/disp-step-syscall.exp: Define syscall instruction
15565 for aarch64*-*-linux* target.
15566
15567 2015-11-30 Pedro Alves <palves@redhat.com>
15568
15569 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
15570
15571 2015-11-30 Pedro Alves <palves@redhat.com>
15572
15573 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
15574 Handle non-stop mode vCont replies.
15575
15576 2015-11-30 Pedro Alves <palves@redhat.com>
15577
15578 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
15579 prepare_for_testing. Start gdb with "set non-stop on" appended to
15580 GDBFLAGS. Lax expected stop output.
15581
15582 2015-11-27 Yao Qi <yao.qi@linaro.org>
15583
15584 * gdb.arch/arm-neon.exp: New.
15585 * gdb.arch/arm-neon.c: New.
15586
15587 2015-11-27 Yao Qi <yao.qi@linaro.org>
15588
15589 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
15590
15591 2015-11-27 Yao Qi <yao.qi@linaro.org>
15592
15593 * gdb.cp/annota2.exp: Allow multiple occurrences of the
15594 frames-invalid annotation.
15595
15596 2015-11-27 Yao Qi <yao.qi@linaro.org>
15597
15598 * gdb.cp/annota2.exp: Use ${frames_invalid}.
15599
15600 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
15601
15602 * gdb.threads/names.exp: New file.
15603 * gdb.threads/names.c: New file.
15604 * README: Mention gdb,no_thread_names.
15605
15606 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
15607
15608 PR 19297
15609 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
15610 support" error.
15611
15612 2015-11-24 Pedro Alves <palves@redhat.com>
15613
15614 PR 17539
15615 * gdb.base/display.exp: Expect displays to be sorted in ascending
15616 order. Use multi_line.
15617 * gdb.base/solib-display.exp: Likewise.
15618
15619 2015-11-24 Pedro Alves <palves@redhat.com>
15620
15621 PR 17539
15622 * gdb.base/display.exp: Expect displays to be sorted in ascending
15623 order. Use multi_line.
15624 * gdb.base/solib-display.exp: Likewise.
15625
15626 2015-11-24 Pedro Alves <palves@redhat.com>
15627
15628 PR 17539
15629 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
15630 threads in ascending order.
15631 * gdb.base/foll-fork.exp: Likewise.
15632 * gdb.base/foll-vfork.exp: Likewise.
15633 * gdb.base/multi-forks.exp: Likewise.
15634 * gdb.mi/mi-nonstop.exp: Likewise.
15635 * gdb.mi/mi-nsintrall.exp: Likewise.
15636 * gdb.multi/base.exp: Likewise.
15637 * gdb.multi/multi-arch.exp: Likewise.
15638 * gdb.python/py-inferior.exp: Likewise.
15639 * gdb.threads/break-while-running.exp: Likewise.
15640 * gdb.threads/execl.exp: Likewise.
15641 * gdb.threads/gcore-thread.exp: Likewise.
15642 * gdb.threads/info-threads-cur-sal.exp: Likewise.
15643 * gdb.threads/kill.exp: Likewise.
15644 * gdb.threads/linux-dp.exp: Likewise.
15645 * gdb.threads/multiple-step-overs.exp: Likewise.
15646 * gdb.threads/next-bp-other-thread.exp: Likewise.
15647 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
15648 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
15649 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
15650 * gdb.threads/thread-find.exp: Likewise.
15651 * gdb.threads/tls.exp: Likewise.
15652 * lib/mi-support.exp (mi_reverse_list): Delete.
15653 (mi_check_thread_states): No longer reverse list.
15654
15655 2015-11-24 Pedro Alves <palves@redhat.com>
15656
15657 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
15658 use lowercase.
15659
15660 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
15661
15662 * gdb.trace/actions.c: Include trace-common.h.
15663 (main): Add a location for a fast tracepoint.
15664 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
15665 the normal tracepoints.
15666 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
15667
15668 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
15669
15670 * save-trace.exp: Factor out code to these...
15671 (gdb_save_tracepoints): New.
15672 (gdb_load_tracepoints): New.
15673 (do_save_load_test): New.
15674
15675 2015-11-23 Kevin Buettner <kevinb@redhat.com>
15676
15677 * gdb.base/asmlabel.exp: New test.
15678 * gdb.base/asmlabel.c: New test case.
15679
15680 2015-11-23 Joel Brobecker <brobecker@adacore.com>
15681
15682 * gdb.base/wrong_frame_bt_full-main.c: New file.
15683 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
15684 * gdb.base/wrong_frame_bt_full.exp: New file.
15685
15686 2015-11-23 Joel Brobecker <brobecker@adacore.com>
15687
15688 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
15689
15690 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
15691
15692 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
15693 pstate register when comparing registers values in
15694 sparc64-*-linux-gnu targets to avoid spurious differences.
15695
15696 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
15697
15698 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
15699
15700 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
15701
15702 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
15703 as type argument to gdb_compile.
15704 * gdb.base/nested-subp2.exp: Likewise.
15705 * gdb.base/nested-subp3.exp: Likewise.
15706
15707 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
15708
15709 * lib/dwarf.exp (_note): Fix left shift of negative value.
15710 * gdb.trace/trace-condition.exp: Likewise.
15711
15712 2015-11-13 Yao Qi <yao.qi@linaro.org>
15713
15714 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
15715 comments about d10v.
15716 (test_scalar_returns): Likewise.
15717 * gdb.base/d10v.ld: Remove.
15718 * gdb.base/overlays.exp: Remove the target triplet checking for
15719 d10v-*-*.
15720 * gdb.base/structs.exp (test_struct_returns): Remove the
15721 comments about d10v.
15722 (test_struct_calls): Likewise.
15723
15724 2015-11-13 Yao Qi <yao.qi@linaro.org>
15725
15726 * gdb.base/gnu_vector.exp: Check the return value by "p res".
15727 * gdb.base/gnu_vector.c: Don't include stdio.h.
15728 (main): Don't print res and call add_some_intvecs.
15729
15730 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
15731
15732 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
15733 macro.
15734 (func5): Removed.
15735 (func4): Use FAST_TRACEPOINT_LABEL.
15736 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
15737 macro.
15738 (func): Removed.
15739 (thread_function): Use FAST_TRACEPOINT_LABEL.
15740 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
15741 (func): Remove.
15742 (marker): Use FAST_TRACEPOINT_LABEL.
15743 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
15744 (pendfunc1): Remove.
15745 (pendfunc): Use FAST_TRACEPOINT_LABEL.
15746 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
15747 (foo): Remove.
15748 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
15749 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
15750 macro.
15751 (func): Remove.
15752 (marker): Use FAST_TRACEPOINT_LABEL.
15753 * gdb.trace/trace-common.h: New header.
15754 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
15755 macro.
15756 (func): Remove.
15757 (marker): Use FAST_TRACEPOINT_LABEL.
15758 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
15759 (func): Remove.
15760 (thread_function): Use FAST_TRACEPOINT_LABEL.
15761
15762 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
15763
15764 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
15765 in front.
15766 * gdb.trace/change-loc.exp: Use global pcreg definition.
15767 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
15768 * gdb.trace/entry-values.exp: Use global spreg definition, add $
15769 in front.
15770 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
15771 * gdb.trace/pending.exp: Likewise.
15772 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
15773 * gdb.trace/trace-break.exp: Likewise.
15774 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
15775 in front.
15776 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
15777 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
15778 in front.
15779 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
15780
15781 2015-11-09 Joel Brobecker <brobecker@adacore.com>
15782
15783 * gdb.ada/fin_fun_out: New testcase.
15784
15785 2015-11-07 Kevin Buettner <kevinb@redhat.com>
15786
15787 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
15788 value associated with DW_AT_byte_size.
15789 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
15790 constants for DW_AT_byte_size, DW_AT_lower_bound, and
15791 DW_AT_upper_bound.
15792
15793 2015-11-07 Kevin Buettner <kevinb@redhat.com>
15794
15795 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
15796 (gdb_target_symbol_prefix_flags): Define in terms of _asm
15797 version.
15798 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
15799 gdb.dwarf2/dw2-canonicalize-type.exp,
15800 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
15801 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
15802 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
15803 provided by gdb_target_symbol_prefix_flags_asm.
15804 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
15805 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
15806 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
15807 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
15808 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
15809 macros where needed). Use this macro for symbols which require
15810 the prefix provided by SYMBOL_PREFIX.
15811
15812 2015-11-05 Kevin Buettner <kevinb@redhat.com>
15813
15814 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
15815 New procs.
15816 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
15817 representing expressions, of more than one list element.
15818 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
15819 to prepend linker symbol prefix to f.
15820 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
15821 table_1 and table_2.
15822 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
15823 Likewise, for f and g.
15824 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
15825 for ptr.
15826 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
15827 for main.
15828 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
15829 table_1_ptr and table_2_ptr.
15830
15831 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15832 Joel Brobecker <brobecker@adacore.com>
15833
15834 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
15835
15836 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
15837
15838 * gdb.reverse/s390-mvcle.c: New test.
15839 * gdb.reverse/s390-mvcle.exp: New file.
15840 * lib/gdb.exp: Enable reverse tests on s390*-linux.
15841
15842 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15843
15844 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
15845
15846 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15847
15848 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
15849 reaching marker2.
15850 * gdb.reverse/getresuid-reverse.exp: Likewise.
15851 * gdb.reverse/pipe-reverse.exp: Likewise.
15852 * gdb.reverse/readv-reverse.exp: Likewise.
15853 * gdb.reverse/recvmsg-reverse.exp: Likewise.
15854 * gdb.reverse/time-reverse.exp: Likewise.
15855 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
15856
15857 2015-10-30 Yao Qi <yao.qi@linaro.org>
15858
15859 * gdb.threads/wp-replication.c (watch_count_done): Remove.
15860 (empty_cycle): Remove.
15861 (main): Don't call empty_cycle. Don't use watch_count_done.
15862 * gdb.threads/wp-replication.exp: Don't set breakpoint on
15863 empty_cycle. Rewrite the code counting HW watchpoints.
15864
15865 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
15866
15867 * gdb.reverse/fstatat-reverse.c: New test.
15868 * gdb.reverse/fstatat-reverse.exp: New file.
15869 * gdb.reverse/getresuid-reverse.c: New test.
15870 * gdb.reverse/getresuid-reverse.exp: New file.
15871 * gdb.reverse/pipe-reverse.c: New test.
15872 * gdb.reverse/pipe-reverse.exp: New file.
15873 * gdb.reverse/readv-reverse.c: New test.
15874 * gdb.reverse/readv-reverse.exp: New file.
15875 * gdb.reverse/recvmsg-reverse.c: New test.
15876 * gdb.reverse/recvmsg-reverse.exp: New file.
15877 * gdb.reverse/time-reverse.c: New test.
15878 * gdb.reverse/time-reverse.exp: New file.
15879 * gdb.reverse/waitpid-reverse.c: New test.
15880 * gdb.reverse/waitpid-reverse.exp: New file.
15881
15882 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15883
15884 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
15885
15886 2015-10-26 Doug Evans <dje@google.com>
15887
15888 PR symtab/17391
15889 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
15890 * gdb.dwarf2/bad-regnum.c: New file.
15891 * gdb.dwarf2/bad-regnum.exp: New file.
15892
15893 2015-10-26 Doug Evans <dje@google.com>
15894
15895 PR python/18938
15896 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
15897 file.
15898
15899 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15900
15901 * gdb.compile/compile.exp (compile code globalvar): Update expectation
15902 for a change by "Mention language in compile error message".
15903
15904 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
15905
15906 PR python/18073
15907 * gdb.python/py-type.c (C::a_method): New.
15908 (C::a_const_method): New.
15909 (C::a_static_method): New.
15910 (a_function): New.
15911 * gdb.python/py-type.exp (test_fields): Test getting fields
15912 from function and method.
15913
15914 2015-10-21 Keven Boell <keven.boell@intel.com>
15915
15916 * gdb.fortran/vla-alloc-assoc.exp: New file.
15917 * gdb.fortran/vla-datatypes.exp: New file.
15918 * gdb.fortran/vla-datatypes.f90: New file.
15919 * gdb.fortran/vla-history.exp: New file.
15920 * gdb.fortran/vla-ptype-sub.exp: New file.
15921 * gdb.fortran/vla-ptype.exp: New file.
15922 * gdb.fortran/vla-sizeof.exp: New file.
15923 * gdb.fortran/vla-sub.f90: New file.
15924 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
15925 * gdb.fortran/vla-value-sub-finish.exp: New file.
15926 * gdb.fortran/vla-value-sub.exp: New file.
15927 * gdb.fortran/vla-value.exp: New file.
15928 * gdb.fortran/vla-ptr-info.exp: New file.
15929 * gdb.mi/mi-vla-fortran.exp: New file.
15930 * gdb.mi/vla.f90: New file.
15931
15932 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
15933
15934 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
15935 of hardwired timeout value.
15936
15937 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15938 Pedro Alves <palves@redhat.com>
15939
15940 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
15941 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
15942
15943 2015-10-19 Josh Stone <jistone@redhat.com>
15944
15945 * gdb.base/catch-syscall.c: Include <sched.h>.
15946 (unknown_syscall): New variable.
15947 (main): Trigger a vfork and an unknown syscall.
15948 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
15949 (unknown_syscall_number): Likewise.
15950 (check_call_to_syscall): Accept an optional syscall pattern.
15951 (check_return_from_syscall): Likewise.
15952 (check_continue): Likewise.
15953 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
15954 (test_catch_syscall_skipping_return): New test toggling off 'catch
15955 syscall' to step over the syscall return, then toggling back on.
15956 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
15957 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
15958 (do_syscall_tests): Call test_catch_syscall_without_args and
15959 test_catch_syscall_mid_vfork.
15960 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
15961 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
15962
15963 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
15964
15965 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
15966 print g_vE): Add new pass patterns.
15967 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
15968 print various symbol names for vptr fields.
15969
15970 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
15971
15972 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
15973 results.
15974
15975 2015-10-12 Yao Qi <yao.qi@linaro.org>
15976
15977 * gdb.arch/disp-step-insn-reloc.exp: New test case.
15978
15979 2015-10-12 Yao Qi <yao.qi@linaro.org>
15980
15981 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
15982 is aarch64*-*-linux*.
15983
15984 2015-10-12 Yao Qi <yao.qi@linaro.org>
15985
15986 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
15987 (can_relocate_bcond_true): ... it.
15988 (can_relocate_bcond_false): New function.
15989 (foo): Likewise.
15990 (can_relocate_bl): Likewise.
15991 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
15992 can_relocate_bl.
15993
15994 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
15995
15996 * gdb.base/nested-addr.c: New file.
15997 * gdb.base/nested-addr.exp: New testcase.
15998
15999 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
16000
16001 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
16002 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
16003 its output. Ignore the output of "record goto begin" and instead
16004 check that GDB is replaying.
16005
16006 2015-10-09 Pedro Alves <palves@redhat.com>
16007
16008 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
16009 (top level): Use it in the run with no args test.
16010
16011 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
16012
16013 * gdb.dlang/properties.exp: New file.
16014
16015 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
16016
16017 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
16018 whether or not address 0x1000 is mapped on the target.
16019
16020 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
16021
16022 * gdb.python/py-type.exp: Do not run tests if binaries fail to
16023 build.
16024
16025 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
16026
16027 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
16028 instruction-history test.
16029
16030 2015-09-28 Doug Evans <dje@google.com>
16031
16032 * gdb.base/gcore.c (array_func): Add reference to static_array.
16033
16034 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
16035
16036 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
16037 source line.
16038
16039 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
16040
16041 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
16042 short or char as base type.
16043
16044 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
16045
16046 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
16047 to allow any size enum.
16048
16049 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
16050
16051 * gdb.ada/array_ptr_renaming.exp: New testcase.
16052 * gdb.ada/array_ptr_renaming/foo.adb: New file.
16053 * gdb.ada/array_ptr_renaming/pack.ads: New file.
16054
16055 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
16056
16057 * gdb.trace/ftrace-lock.c: New file.
16058 * gdb.trace/ftrace-lock.exp: New file.
16059
16060 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
16061
16062 * gdb.arch/insn-reloc.c: New file.
16063 * gdb.arch/ftrace-insn-reloc.exp: New file.
16064
16065 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
16066
16067 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
16068 instruction.
16069 * gdb.trace/pendshr1.c (pendfunc): Likewise.
16070 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
16071 * gdb.trace/range-stepping.c: Likewise.
16072 * gdb.trace/trace-break.c: Likewise.
16073 * gdb.trace/trace-mt.c (thread_function): Likewise.
16074 * gdb.trace/ftrace.c (marker): Likewise.
16075 * gdb.trace/trace-condition.c (marker): Likewise.
16076 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
16077 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
16078 is_aarch64_target.
16079
16080 2015-09-18 Doug Evans <xdje42@gmail.com>
16081
16082 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
16083 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
16084
16085 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16086
16087 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
16088 the breakpoint.
16089
16090 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16091
16092 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
16093 the pending breakpoint. Remove timeout override for "Run till
16094 MI pending breakpoint on pendfunc3 on thread 2" test.
16095
16096 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16097
16098 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
16099 filename pattern.
16100
16101 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16102
16103 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
16104 in breakpoint filename pattern.
16105
16106 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16107
16108 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
16109
16110 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16111
16112 * gdb.linespec/explicit.exp: Check for readline support for
16113 tab-completion tests. Fix obvious typo.
16114
16115 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
16116
16117 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
16118 and replay.
16119
16120 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
16121
16122 * gdb.btrace/non-stop.c: New.
16123 * gdb.btrace/non-stop.exp: New.
16124
16125 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
16126 Yao Qi <yao.qi@linaro.org>
16127
16128 * gdb.trace/trace-condition.c: New file.
16129 * gdb.trace/trace-condition.exp: New file.
16130
16131 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
16132
16133 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
16134 for testing bytecode compilation.
16135
16136 2015-09-16 Pedro Alves <palves@redhat.com>
16137 Sandra Loosemore <sandra@codesourcery.com>
16138
16139 * gdb.threads/non-stop-fair-events.c (timeout): New global.
16140 (SECONDS): Redefine.
16141 (main): Call pthread_kill and alarm early.
16142 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
16143 support.
16144 (test): If the target can't hardware step and doesn't support
16145 displaced stepping, increase the timeout.
16146
16147 2015-09-16 Pedro Alves <palves@redhat.com>
16148
16149 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
16150 (enable_debug): New procedures.
16151 (test): Use them. Bail out if waiting for threads fails.
16152 (top level): Bail out if a test fails.
16153
16154 2015-09-16 Yao Qi <yao.qi@linaro.org>
16155
16156 * gdb.asm/asm-source.exp: Set asm-arch for
16157 aarch64*-*-* target.
16158 * gdb.asm/aarch64.inc: New file.
16159
16160 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
16161
16162 * gdb.ada/array_of_variable_length.exp: New testcase.
16163 * gdb.ada/array_of_variable_length/foo.adb: New file.
16164 * gdb.ada/array_of_variable_length/pck.adb: New file.
16165 * gdb.ada/array_of_variable_length/pck.ads: New file.
16166
16167 2015-09-15 Doug Evans <dje@google.com>
16168
16169 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
16170 of function static local variable.
16171
16172 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16173
16174 * gdb.threads/tls-so_extern.exp: New test file.
16175 * gdb.threads/tls-so_extern.c: New test file.
16176 * gdb.threads/tls-so_extern_main.c: New test file.
16177
16178 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16179
16180 * gdb.opt/solib-intra-step-lib.c: New file.
16181 * gdb.opt/solib-intra-step-main.c: New file.
16182 * gdb.opt/solib-intra-step.exp: New file.
16183
16184 2015-09-15 Pedro Alves <palves@redhat.com>
16185
16186 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
16187 gdb_continue_to_breakpoint instead of gdb_test_multiple.
16188
16189 2015-09-14 Pedro Alves <palves@redhat.com>
16190
16191 * gdb.base/hook-stop-continue.c: Delete.
16192 * gdb.base/hook-stop-continue.exp: Delete.
16193 * gdb.base/hook-stop-frame.c: Delete.
16194 * gdb.base/hook-stop-frame.exp: Delete.
16195 * gdb.base/hook-stop.c: New file.
16196 * gdb.base/hook-stop.exp: New file.
16197
16198 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
16199
16200 * gdb.ada/access_to_packed_array.exp: New testcase.
16201 * gdb.ada/access_to_packed_array/foo.adb: New file.
16202 * gdb.ada/access_to_packed_array/pack.adb: New file.
16203 * gdb.ada/access_to_packed_array/pack.ads: New file.
16204
16205 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
16206
16207 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
16208 buffer size test.
16209
16210 2015-09-11 Don Breazeal <donb@codesourcery.com>
16211
16212 * gdb.base/foll-exec.c: Add copyright header. Fix
16213 formatting issues.
16214 * gdb.base/foll-exec.exp (zap_session): Delete proc.
16215 (do_exec_tests): Use clean_restart in place of zap_session,
16216 and for test initialization. Fix formatting issues. Use
16217 fail in place of perror.
16218 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
16219 an expect statement to match an expression with output from
16220 the program under debug.
16221 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
16222 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
16223 * gdb.threads/non-ldr-exc-2.exp: Likewise.
16224 * gdb.threads/non-ldr-exc-3.exp: Likewise.
16225 * gdb.threads/non-ldr-exc-4.exp: Likewise.
16226
16227 2015-09-09 Doug Evans <dje@google.com>
16228
16229 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
16230
16231 2015-09-09 Doug Evans <dje@google.com>
16232
16233 * gdb.base/pie-execl.exp: Fix result test of build_executable.
16234
16235 2015-09-09 Doug Evans <dje@google.com>
16236
16237 * gdb.base/savedregs.exp: Fix typo.
16238
16239 2015-09-09 Pedro Alves <palves@redhat.com>
16240
16241 * gdb.mi/mi-cli.exp: Add CLI finish tests.
16242
16243 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
16244
16245 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
16246 command actually switches threads. Give up on remaining
16247 tests if target fails to stop at breakpoint.
16248
16249 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
16250
16251 * gdb.ada/funcall_char.exp: New testcase.
16252 * gdb.ada/funcall_char/foo.adb: New file.
16253
16254 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
16255
16256 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
16257 expected outputs. Add two testcases for completing ambiguous
16258 functions.
16259 * gdb.ada/complete/aux_pck.adb: New file.
16260 * gdb.ada/complete/aux_pck.ads: New file.
16261 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
16262 Ambiguous_Func functions.
16263 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
16264 * gdb.ada/complete/pck.adb: Likewise.
16265
16266 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
16267
16268 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
16269 failures to run the test program under GDB.
16270
16271 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
16272
16273 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
16274 to C.
16275
16276 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
16277
16278 * gdb.base/run-after-attach.exp: New test file.
16279 * gdb.base/run-after-attach.c: New test file.
16280
16281 2015-08-26 Don Breazeal <donb@codesourcery.com>
16282
16283 * gdb.base/foll-exec-2.c: New test program.
16284 * gdb.base/foll-exec-2.exp: New test.
16285
16286 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
16287
16288 * gdb.base/nested-subp1.exp: New file.
16289 * gdb.base/nested-subp1.c: New file.
16290 * gdb.base/nested-subp2.exp: New file.
16291 * gdb.base/nested-subp2.c: New file.
16292 * gdb.base/nested-subp3.exp: New file.
16293 * gdb.base/nested-subp3.c: New file.
16294
16295 2015-08-24 Pedro Alves <palves@redhat.com>
16296
16297 * gdb.server/connect-without-multi-process.c: New file.
16298 * gdb.server/connect-without-multi-process.exp: New file.
16299
16300 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
16301
16302 * gdb.opt/inline-markers.c: Make z int.
16303
16304 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
16305
16306 * gdb.opt/inline-markers.c: Make z volatile.
16307
16308 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
16309
16310 * gdb.opt/inline-bt.c: New volatile global z.
16311 * gdb.opt/inline-cmds.c: Likewise.
16312 * gdb.opt/inline-locals.c: Likewise.
16313 * gdb.opt/inline-markers.c: New extern global z.
16314 (marker): Use z.
16315 (inline_fn): Likewise.
16316
16317 2015-08-24 Pedro Alves <palves@redhat.com>
16318
16319 * config/m32r-stub.exp: Remove file.
16320 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
16321 * gdb.base/call-rt-st.exp: Likewise.
16322 * gdb.base/call-strs.exp: Likewise.
16323 * gdb.base/default.exp: Remove references to h8300-*-hms and
16324 *-*-udi*.
16325 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
16326
16327 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
16328
16329 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
16330 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
16331 and "return" use KFAIL when GDB can not read/write the vector
16332 return value.
16333
16334 2015-08-21 Gary Benson <gbenson@redhat.com>
16335
16336 * gdb.trace/pending.exp: Cope with remote transfer warnings.
16337
16338 2015-08-20 Pedro Alves <palves@redhat.com>
16339
16340 * gdb.server/solib-list.exp: No longer expect an interior stop in
16341 non-stop mode.
16342
16343 2015-08-20 Pedro Alves <palves@redhat.com>
16344
16345 * gdb.server/connect-stopped-target.c: New file.
16346 * gdb.server/connect-stopped-target.exp: New file.
16347
16348 2015-08-20 Pedro Alves <palves@redhat.com>
16349
16350 * gdb.dwarf2/comp-unit-lang.exp: New file.
16351 * gdb.dwarf2/comp-unit-lang.c: New file.
16352
16353 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
16354
16355 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
16356 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
16357
16358 2015-08-19 Kevin Buettner <kevinb@redhat.com>
16359
16360 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
16361 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
16362
16363 2015-08-18 Doug Evans <dje@google.com>
16364 Adrian Sendroiu <adrian.sendroiu@freescale.com>
16365
16366 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
16367 skip_python_tests. New arg prompt_regexp.
16368 (skip_python_tests): New function.
16369 * lib/mi-support.exp (mi_skip_python_tests): New function.
16370 * gdb.python/py-mi-objfile-gdb.py: New file.
16371 * gdb.python/py-mi-objfile.c: New file.
16372 * gdb.python/py-mi-objfile.exp: New file.
16373
16374 2015-08-17 Keith Seitz <keiths@redhat.com>
16375
16376 * gdb.linespec/explicit.exp: Move strace test from here ...
16377 * gdb.trace/strace.exp: ... to here.
16378
16379 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
16380
16381 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
16382 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
16383
16384 2015-08-14 Doug Evans <xdje42@gmail.com>
16385
16386 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
16387 inferior before selecting a new file.
16388
16389 2015-08-14 Doug Evans <xdje42@gmail.com>
16390
16391 * gdb.mi/mi-disassemble.exp: Update.
16392 * gdb.base/disasm-optim.S: New file.
16393 * gdb.base/disasm-optim.c: New file.
16394 * gdb.base/disasm-optim.h: New file.
16395 * gdb.base/disasm-optim.exp: New file.
16396
16397 2015-08-14 Keith Seitz <keiths@redhat.com>
16398
16399 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
16400 "evaluated-by".
16401
16402 2015-08-13 Joel Brobecker <brobecker@adacore.com>
16403
16404 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
16405
16406 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
16407
16408 * gdb.ada/fun_renaming.exp: New testcase.
16409 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
16410 * gdb.ada/fun_renaming/pack.adb: New file.
16411 * gdb.ada/fun_renaming/pack.ads: New file.
16412
16413 2015-08-12 Keith Seitz <keiths@redhat.com>
16414
16415 * gdb.base/dso2dso.exp: Pass basename of source file in call to
16416 gdb_get_line_number.
16417
16418 2015-08-12 Joel Brobecker <brobecker@adacore.com>
16419
16420 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
16421 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
16422 gdb.base/dso2dso.exp: New files.
16423
16424 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
16425 Pedro Alves <palves@redhat.com>
16426 Keith Seitz <keiths@redhat.com>
16427
16428 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
16429 GDBFLAGS.
16430
16431 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
16432
16433 * gdb.base/gdbhistsize-history.exp
16434 (test_histsize_history_setting): Use save_vars.
16435 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16436 Use save_vars.
16437 (test_no_truncation_of_unlimited_history_file): Use save_vars.
16438 * gdb.base/readline.exp: Use save_vars.
16439
16440 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
16441
16442 * lib/gdb.exp (save_vars): New proc.
16443
16444 2015-08-11 Keith Seitz <keiths@redhat.com>
16445
16446 * gdb.base/help.exp: Update help_breakpoint_text.
16447
16448 2015-08-11 Keith Seitz <keiths@redhat.com>
16449
16450 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
16451 (at toplevel): Call test_explicit_breakpoints.
16452 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
16453 breakpoints.
16454 * lib/mi-support.exp (mi_make_breakpoint): Add support for
16455 breakpoint conditions, "-cond".
16456
16457 2015-08-11 Keith Seitz <keiths@redhat.com>
16458
16459 * gdb.linespec/3explicit.c: New file.
16460 * gdb.linespec/cpexplicit.cc: New file.
16461 * gdb.linespec/cpexplicit.exp: New file.
16462 * gdb.linespec/explicit.c: New file.
16463 * gdb.linespec/explicit.exp: New file.
16464 * gdb.linespec/explicit2.c: New file.
16465 * gdb.linespec/ls-errs.exp: Add explicit location tests.
16466 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
16467 before using in the matching pattern.
16468 Clarify that `prefix' is a regular expression.
16469
16470 2015-08-11 Keith Seitz <keiths@redhat.com>
16471
16472 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
16473 test.
16474 Add tests for missing ",FMT" and ",".
16475
16476 2015-08-10 Doug Evans <dje@google.com>
16477 Keith Seitz <keiths@redhat.com>
16478
16479 PR gdb/17960
16480 * gdb.base/completion.exp: Add location completer tests.
16481
16482 2015-08-07 Pedro Alves <palves@redhat.com>
16483
16484 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
16485 tests here.
16486 (top level): Run do_test with and without displaced stepping.
16487
16488 2015-08-07 Pedro Alves <palves@redhat.com>
16489
16490 * gdb.base/valgrind-disp-step.c: New file.
16491 * gdb.base/valgrind-disp-step.exp: New file.
16492
16493 2015-08-07 Pedro Alves <palves@redhat.com>
16494
16495 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
16496 Delete function.
16497 (main): Add alarm. Run an infinite loop instead of calling
16498 wait_threads.
16499 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
16500 comment.
16501 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
16502 Delete function.
16503 (main): Add alarm. Run an infinite loop instead of calling
16504 wait_threads.
16505 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
16506 comment.
16507
16508 2015-08-07 Pedro Alves <palves@redhat.com>
16509
16510 * gdb.base/checkpoint-ns.exp: New file.
16511 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
16512 standard_testfile.
16513
16514 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
16515
16516 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
16517 * gdb.btrace/instruction_history.exp: Update.
16518 * gdb.btrace/tsx.exp: New.
16519 * gdb.btrace/tsx.c: New.
16520
16521 2015-08-06 Pedro Alves <palves@redhat.com>
16522
16523 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
16524 increase timeout.
16525 * gdb.reverse/until-precsave.exp: Bump timeouts.
16526
16527 2015-08-06 Pedro Alves <palves@redhat.com>
16528
16529 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
16530
16531 2015-08-06 Pedro Alves <palves@redhat.com>
16532
16533 PR gdb/18749
16534 * gdb.threads/process-dies-while-handling-bp.c: New file.
16535 * gdb.threads/process-dies-while-handling-bp.exp: New file.
16536
16537 2015-08-06 Pedro Alves <palves@redhat.com>
16538
16539 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
16540 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
16541
16542 2015-08-05 Pedro Alves <palves@redhat.com>
16543
16544 * gdb.threads/next-while-other-thread-longjmps.c: New file.
16545 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
16546
16547 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
16548
16549 * gdb.base/bp-permanent.exp: Report test as unsupported if
16550 the target cannot stop at the permanent breakpoint.
16551
16552 2015-08-03 Doug Evans <dje@google.com>
16553
16554 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
16555 10000.
16556
16557 2015-08-03 Doug Evans <dje@google.com>
16558
16559 * Makefile.in (workers/%.worker, build-perf): New rule.
16560 (GDB_PERFTEST_MODE): New variable.
16561 (check-perf): Use it.
16562 (clean): Clean up gdb.perf parallel build subdirs.
16563 * lib/build-piece.exp: New file.
16564 * lib/gdb.exp (make_gdb_parallel_path): New function
16565 (standard_output_file, standard_temp_file): Call it.
16566 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16567 of $GDB_PARALLEL.
16568 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
16569
16570 2015-08-03 Doug Evans <dje@google.com>
16571
16572 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
16573 (LOG_FILE_NAME): New global.
16574 (TextReporter.__init__): Initialize self.txt_sum.
16575 (TextReporter.report): Add support for multiple data-points.
16576 Move report to perftest.sum, put raw data in perftest.log.
16577 (TextReporter.start): Open sum and log files.
16578 (TextReporter.end): Close sum and log files.
16579 * gdb.perf/lib/perftest/testresult.py
16580 (SingleStatisticTestResult.record): Handle multiple data-points.
16581
16582 2015-07-31 Pedro Alves <palves@redhat.com>
16583
16584 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
16585 Use spawn_id_get_pid. Wait for spawn id after eof. Use
16586 kill_wait_spawned_process instead of explicit "kill -9".
16587 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
16588 returning a spawn id instead of a pid. Use spawn_id_get_pid and
16589 kill_wait_spawned_process.
16590 * gdb.base/attach-twice.exp: Likewise.
16591 * gdb.base/attach.exp: Likewise.
16592 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
16593 gdb_test_multiple.
16594 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
16595 returning a spawn id instead of a pid. Use spawn_id_get_pid and
16596 kill_wait_spawned_process.
16597 * gdb.base/valgrind-infcall.exp: Likewise.
16598 * gdb.multi/multi-attach.exp: Likewise.
16599 * gdb.python/py-prompt.exp: Likewise.
16600 * gdb.python/py-sync-interp.exp: Likewise.
16601 * gdb.server/ext-attach.exp: Likewise.
16602 * gdb.threads/attach-into-signal.exp (corefunc): Use
16603 spawn_wait_for_attach, spawn_id_get_pid and
16604 kill_wait_spawned_process.
16605 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
16606 spawn_wait_for_attach returning a spawn id instead of a pid. Use
16607 spawn_id_get_pid and kill_wait_spawned_process.
16608 * gdb.threads/attach-stopped.exp (corefunc): Use
16609 spawn_wait_for_attach, spawn_id_get_pid and
16610 kill_wait_spawned_process.
16611 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
16612 Use spawn_id_get_pid. Wait for spawn id after eof. Use
16613 kill_wait_spawned_process instead of explicit "kill -9".
16614 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
16615 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
16616 (spawn_wait_for_attach): Use spawn instead of exec to spawn
16617 processes. Don't map cygwin/windows pids here. Now returns a
16618 spawn id list.
16619
16620 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
16621
16622 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
16623 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
16624 correct patch.
16625
16626 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
16627
16628 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
16629
16630 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
16631
16632 Reapply:
16633 2014-05-21 Mark Wielaard <mjw@redhat.com>
16634
16635 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16636
16637 2015-07-30 Pedro Alves <palves@redhat.com>
16638
16639 * linux-low.c (handle_extended_wait): Set the child's last
16640 reported status to TARGET_WAITKIND_STOPPED.
16641
16642 2015-07-30 Pedro Alves <palves@redhat.com>
16643
16644 PR threads/18600
16645 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
16646 only shows inferior 1.
16647
16648 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
16649 Pedro Alves <palves@redhat.com>
16650
16651 PR threads/18600
16652 * gdb.threads/fork-plus-threads.c: New file.
16653 * gdb.threads/fork-plus-threads.exp: New file.
16654
16655 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
16656
16657 * gdb.base/batch-preserve-term-settings.exp
16658 (test_terminal_settings_preserved_after_cli_exit): Use
16659 send_quit_command.
16660
16661 2015-07-29 Pedro Alves <palves@redhat.com>
16662 Don Breazeal <donb@codesourcery.com>
16663
16664 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
16665 output from both inferior_spawn_id and gdb_spawn_id.
16666
16667 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
16668
16669 * gdb.threads/attach-into-signal.exp (corefunc): Use
16670 with_test_prefix on nested loops, uniquefying the test messages.
16671
16672 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
16673
16674 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
16675 commit.
16676
16677 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
16678
16679 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
16680 New proc.
16681 (test_terminal_settings_preserved_after_sigterm): New test.
16682
16683 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
16684
16685 * gdb.base/batch-preserve-term-settings.exp
16686 (test_terminal_settings_preserved_after_cli_exit): New test.
16687
16688 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
16689
16690 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
16691 manipulation of saved_gdbflags.
16692 (test_terminal_settings_preserved): Remove global declaration of
16693 the unused variable pagination_prompt. Remove manipulation of
16694 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
16695 GDBFLAGS.
16696
16697 2015-07-29 Pedro Alves <palves@redhat.com>
16698
16699 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
16700
16701 2015-07-29 Pedro Alves <palves@redhat.com>
16702
16703 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
16704 at the top.
16705
16706 2015-07-29 Pedro Alves <palves@redhat.com>
16707
16708 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
16709 (main): Call gdb_unbuffer_output.
16710 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
16711 (main): Call gdb_unbuffer_output.
16712 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
16713 (main): Call gdb_unbuffer_output.
16714 * gdb.base/call-strs.exp: Adjust to step over the
16715 gdb_unbuffer_output call.
16716 * gdb.base/catch-gdb-caused-signals.c: Include
16717 "../lib/unbuffer_output.c".
16718 (main): Call gdb_unbuffer_output.
16719 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
16720 (main): Call gdb_unbuffer_output.
16721 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
16722 (main): Call gdb_unbuffer_output.
16723 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
16724 (main): Call gdb_unbuffer_output.
16725 * gdb.base/shlib-call.exp: Adjust to step over the
16726 gdb_unbuffer_output call.
16727 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
16728 (main): Call gdb_unbuffer_output.
16729 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
16730 (main): Call gdb_unbuffer_output.
16731 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
16732 (main): Rename to ...
16733 (test): ... this.
16734 (main): Reimplement.
16735 * gdb.base/varargs.exp: Run to test instead of to main.
16736 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
16737 (main): Call gdb_unbuffer_output.
16738
16739 2015-07-29 Pedro Alves <palves@redhat.com>
16740
16741 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
16742 factore out from mi_continue_dprintf. For call-style dprintfs,
16743 expect dprintf output out of $inferior_spawn_id.
16744 (mi_continue_dprintf): Use mi_expect_dprintf.
16745 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
16746 (main): Call gdb_unbuffer_output.
16747
16748 2015-07-29 Pedro Alves <palves@redhat.com>
16749
16750 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
16751 (default_mi_gdb_start): Set inferior_spawn_id instead of
16752 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
16753 gdb_spawn_id.
16754 (mi_gdb_test): Always expect inferior output from both
16755 $inferior_spawn_id and $gdb_spawn_id.
16756
16757 2015-07-29 Pedro Alves <palves@redhat.com>
16758
16759 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
16760 send_inferior and $inferior_spawn_id.
16761
16762 2015-07-29 Pedro Alves <palves@redhat.com>
16763
16764 * gdb.gdb/complaints.exp (test_initial_complaints)
16765 (test_serial_complaints, test_short_complaints): Use
16766 gdb_test_stdio.
16767 (test_empty_complaint): Handle $inferior_spawn_id !=
16768 $gdb_spawn_id.
16769
16770 2015-07-29 Pedro Alves <palves@redhat.com>
16771
16772 * gdb.base/varargs.exp: Use gdb_test_stdio.
16773
16774 2015-07-29 Pedro Alves <palves@redhat.com>
16775
16776 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
16777
16778 2015-07-29 Pedro Alves <palves@redhat.com>
16779
16780 * gdb.base/ending-run.exp: Use gdb_test_stdio.
16781
16782 2015-07-29 Pedro Alves <palves@redhat.com>
16783
16784 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
16785 parameter into two new parameters, "inf_result" and "gdb_result".
16786 Expect inferior output and gdb output from $inferior_spawn_id and
16787 $gdb_spawn_id, respectively. Adjust all callers.
16788
16789 2015-07-29 Pedro Alves <palves@redhat.com>
16790
16791 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
16792 of gdb_test_sequence.
16793
16794 2015-07-29 Pedro Alves <palves@redhat.com>
16795
16796 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
16797 (saw_spurious_output): Expect inferior output from
16798 $inferior_spawn_id. Use gdb_test_stdio.
16799
16800 2015-07-29 Pedro Alves <palves@redhat.com>
16801
16802 * gdb.base/dprintf.exp: Use standard_testfile. Change
16803 prepare_for_testing call.
16804 (srcfile): Don't set.
16805 (restart): New procedure.
16806 (test_dprintf): New procecure, use to continue over dprintfs.
16807 (test_call, test_agent): New procedures, tests moved here.
16808 Restart gdb and recreate dprintfs. Adjust expected output.
16809
16810 2015-07-29 Pedro Alves <palves@redhat.com>
16811
16812 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
16813
16814 2015-07-29 Pedro Alves <palves@redhat.com>
16815
16816 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
16817
16818 2015-07-29 Pedro Alves <palves@redhat.com>
16819
16820 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
16821 gdb_test_stdio.
16822
16823 2015-07-29 Pedro Alves <palves@redhat.com>
16824
16825 * lib/gdb.exp (gdb_test_stdio): New procedure.
16826
16827 2015-07-29 Pedro Alves <palves@redhat.com>
16828
16829 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
16830
16831 2015-07-29 Pedro Alves <palves@redhat.com>
16832
16833 * gdb.base/call-signal-resume.exp: Remove check for
16834 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
16835 * gdb.base/unwindonsignal.exp: Likewise.
16836 * gdb.base/call-signals.c (gen_signal): Remove printf call.
16837 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
16838
16839 2015-07-29 Pedro Alves <palves@redhat.com>
16840
16841 * gdb.base/siginfo-addr.c (pass): New function.
16842 (handler): Call it iff si_addr is correct.
16843 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
16844 Set a breakpoint at "pass" and continue to it.
16845
16846 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
16847
16848 * gdb.python/py-objfile.exp: Make some tests have unique names.
16849 * gdb.python/py-pp-registration.exp: Likewise.
16850
16851 2015-07-28 Pedro Alves <palves@redhat.com>
16852
16853 * gdb.server/server-exec-info.exp: Issue a "disconnect".
16854
16855 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16856
16857 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
16858
16859 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16860
16861 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
16862
16863 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
16864
16865 * gdb.base/gdb-sigterm-2.exp: New test.
16866
16867 2015-07-25 Doug Evans <xdje42@gmail.com>
16868
16869 Revert:
16870 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16871 (workers/%.worker, build-perf): New rule.
16872 (GDB_PERFTEST_MODE): New variable.
16873 (check-perf): Use it.
16874 (clean): Clean up gdb.perf parallel build subdirs.
16875 * lib/build-piece.exp: New file.
16876 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16877 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16878 name.
16879 (standard_temp_file): Ditto.
16880 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16881 of $GDB_PARALLEL.
16882
16883 2015-07-24 Doug Evans <dje@google.com>
16884
16885 * gdb.perf/lib/perftest/utils.py: New file.
16886 * gdb.perf/gm-hello.cc: New file.
16887 * gdb.perf/gm-pervasive-typedef.cc: New file.
16888 * gdb.perf/gm-pervasive-typedef.h: New file.
16889 * gdb.perf/gm-std.cc: New file.
16890 * gdb.perf/gm-std.h: New file.
16891 * gdb.perf/gm-use-cerr.cc: New file.
16892 * gdb.perf/gm-utils.h: New file.
16893 * gdb.perf/gmonster-null-lookup.py: New file.
16894 * gdb.perf/gmonster-pervasive-typedef.py: New file.
16895 * gdb.perf/gmonster-print-cerr.py: New file.
16896 * gdb.perf/gmonster-ptype-string.py: New file.
16897 * gdb.perf/gmonster-runto-main.py: New file.
16898 * gdb.perf/gmonster-select-file.py: New file.
16899 * gdb.perf/gmonster1-null-lookup.exp: New file.
16900 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
16901 * gdb.perf/gmonster1-print-cerr.exp: New file.
16902 * gdb.perf/gmonster1-ptype-string.exp: New file.
16903 * gdb.perf/gmonster1-runto-main.exp: New file.
16904 * gdb.perf/gmonster1-select-file.exp: New file.
16905 * gdb.perf/gmonster1.cc: New file.
16906 * gdb.perf/gmonster1.exp: New file.
16907 * gdb.perf/gmonster2-null-lookup.exp: New file.
16908 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
16909 * gdb.perf/gmonster2-print-cerr.exp: New file.
16910 * gdb.perf/gmonster2-ptype-string.exp: New file.
16911 * gdb.perf/gmonster2-runto-main.exp: New file.
16912 * gdb.perf/gmonster2-select-file.exp: New file.
16913 * gdb.perf/gmonster2.cc: New file.
16914 * gdb.perf/gmonster2.exp: New file.
16915
16916 2015-07-24 Doug Evans <dje@google.com>
16917
16918 * gdb.perf/README: New file.
16919 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
16920 * lib/gen-perf-test.exp: New file.
16921
16922 2015-07-24 Doug Evans <dje@google.com>
16923
16924 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
16925 (PerfTest::startup): New function.
16926 (PerfTest::run): Return result of calling body.
16927 (PerfTest::assemble): Rewrite.
16928 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
16929 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
16930 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
16931 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
16932 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
16933
16934 2015-07-24 Doug Evans <dje@google.com>
16935
16936 * lib/gdb.exp (clean_restart): Make executable optional.
16937
16938 2015-07-24 Doug Evans <dje@google.com>
16939
16940 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
16941 compiler_info references.
16942 * gdb.cp/temargs.exp: Ditto.
16943 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
16944 (get_compiler_info): Early exit if already computed. Set compiler_info
16945 to "unknown" if there was a problem.
16946 (test_compiler_info): Add function comment. Call get_compiler_info.
16947
16948 2015-07-24 Doug Evans <dje@google.com>
16949
16950 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16951 (workers/%.worker, build-perf): New rule.
16952 (GDB_PERFTEST_MODE): New variable.
16953 (check-perf): Use it.
16954 (clean): Clean up gdb.perf parallel build subdirs.
16955 * lib/build-piece.exp: New file.
16956 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16957 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16958 name.
16959 (standard_temp_file): Ditto.
16960 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16961 of $GDB_PARALLEL.
16962
16963 2015-07-24 Doug Evans <dje@google.com>
16964
16965 * lib/future.exp (gdb_default_target_compile): New option
16966 "early_flags".
16967 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
16968 --as-needed.
16969
16970 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
16971
16972 * gdb.base/catch-syscall.exp: Call gdb_exit before
16973 gdb_skip_xml_test.
16974
16975 2015-07-24 Pedro Alves <palves@redhat.com>
16976
16977 * gdb.python/py-events.exp: Accept output between the stop event
16978 and the prompt.
16979 * gdb.python/py-evsignal.exp: Likewise.
16980 * gdb.python/py-evthreads.exp: Likewise.
16981
16982 2015-07-24 Pedro Alves <palves@redhat.com>
16983
16984 PR gdb/18717
16985 * gdb.threads/non-ldr-exit.c: New file.
16986 * gdb.threads/non-ldr-exit.exp: New file.
16987
16988 2015-07-24 Yao Qi <yao.qi@linaro.org>
16989
16990 * gdb.server/ext-wrapper.exp: Test --wrapper option when
16991 restarting process.
16992
16993 2015-07-24 Yao Qi <yao.qi@linaro.org>
16994
16995 * gdb.server/ext-restart.exp: New file.
16996
16997 2015-07-24 Yao Qi <yao.qi@linaro.org>
16998
16999 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
17000 argument options.
17001 * gdb.server/ext-wrapper.exp: New file.
17002
17003 2015-07-23 Doug Evans <dje@google.com>
17004
17005 * gdb.dwarf2/dw2-dummy-cu.S: New file.
17006 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
17007
17008 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
17009
17010 * gdb.ada/var_arr_typedef.exp: New testcase.
17011 * gdb.ada/var_arr_typedef/pack.adb: New file.
17012 * gdb.ada/var_arr_typedef/pack.ads: New file.
17013 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
17014
17015 2015-07-20 Joel Brobecker <brobecker@adacore.com>
17016
17017 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
17018
17019 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17020
17021 * gdb.arch/i386-biarch-core.exp: Replace istarget
17022 by "complete set gnutarget". Remove expectation for the "core-file"
17023 command.
17024
17025 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17026
17027 Revert the previous commit:
17028 Tests for validate symbol file using build-id.
17029
17030 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
17031
17032 Tests for validate symbol file using build-id.
17033 * gdb.base/solib-mismatch-lib.c: New file.
17034 * gdb.base/solib-mismatch-libmod.c: New file.
17035 * gdb.base/solib-mismatch.c: New file.
17036 * gdb.base/solib-mismatch.exp: New file.
17037
17038 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
17039
17040 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
17041 nios2-*-linux*.
17042 * gdb.base/sigbpt.exp (stepi_out): Likewise.
17043 * gdb.base/siginfo.exp: Likewise.
17044 * gdb.base/sigstep.exp (advance, advancei): Likewise.
17045
17046 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
17047
17048 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
17049 Move it to ...
17050 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
17051 ... here.
17052 * gdb.trace/range-stepping.exp: Check that the target supports
17053 range stepping.
17054
17055 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17056
17057 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
17058
17059 2015-07-14 Pedro Alves <palves@redhat.com>
17060
17061 * gdb.base/killed-outside.exp: New file.
17062 * gdb.base/killed-outside.c: New file.
17063
17064 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17065
17066 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
17067 (n at main): New.
17068 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
17069
17070 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17071
17072 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
17073 infcall tests instead of setting up for KFAIL.
17074
17075 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
17076
17077 * gdb.btrace/record_goto-step.exp: New.
17078
17079 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
17080
17081 PR compile/18484
17082 * gdb.compile/compile.c (struct struct_type): Add volatile to
17083 selffield's type.
17084 * gdb.compile/compile.exp
17085 (compile code struct_object.selffield = &struct_object): Skip further
17086 struct_object tests if this one xfails.
17087
17088 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
17089
17090 PR exp/18617
17091 * gdb.trace/ax.exp: Add test.
17092
17093 2015-07-07 Yao Qi <yao.qi@linaro.org>
17094
17095 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
17096 instead of istarget "aarch64*-*-*".
17097 * gdb.arch/aarch64-fp.exp: Likewise.
17098 * gdb.base/float.exp: Likewise.
17099 * gdb.reverse/aarch64.exp: Likewise.
17100 * lib/gdb.exp (is_aarch64_target): New proc.
17101
17102 2015-07-07 Yao Qi <yao.qi@linaro.org>
17103
17104 * lib/gdb.exp (is_aarch32_target): New proc.
17105 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
17106 instead of "istarget "arm*-*-*"".
17107 * gdb.arch/arm-disp-step.exp: Likewise.
17108 * gdb.arch/thumb-bx-pc.exp: Likewise.
17109 * gdb.arch/thumb-prologue.exp: Likewise.
17110 * gdb.arch/thumb-singlestep.exp: Likewise.
17111 * gdb.base/disp-step-syscall.exp: Likewise.
17112 * gdb.base/float.exp: Likewise.
17113
17114 2015-07-07 Yao Qi <yao.qi@linaro.org>
17115
17116 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
17117 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
17118
17119 2015-07-07 Yao Qi <yao.qi@linaro.org>
17120
17121 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
17122 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
17123 if it exists.
17124 * gdb.multi/multi-arch.exp: Likewise.
17125
17126 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
17127
17128 * gdb.python/py-lazy-string.exp: Add missing parentheses to
17129 print.
17130
17131 2015-07-07 Yao Qi <yao.qi@linaro.org>
17132
17133 * gdb.arch/thumb-singlestep.exp: Do one more single step.
17134
17135 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
17136
17137 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
17138 '[' and ']' characters.
17139
17140 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
17141
17142 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
17143
17144 2015-06-29 Pedro Alves <palves@redhat.com>
17145
17146 PR threads/18127
17147 * gdb.threads/hand-call-new-thread.c: New file.
17148 * gdb.threads/hand-call-new-thread.c: New file.
17149
17150 2015-06-26 Keith Seitz <keiths@redhat.com>
17151 Doug Evans <dje@google.com>
17152
17153 PR 16253
17154 * gdb.cp/var-tag-2.cc: New file.
17155 * gdb.cp/var-tag-3.cc: New file.
17156 * gdb.cp/var-tag-4.cc: New file.
17157 * gdb.cp/var-tag.cc: New file.
17158 * gdb.cp/var-tag.exp: New file.
17159
17160 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
17161
17162 * gdb.base/history-duplicates.exp: New test.
17163
17164 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
17165
17166 * gdb.base/completion.exp: Test the completion of the "focus"
17167 command.
17168
17169 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17170
17171 * gdb.arch/amd64-prologue-skip.S: New file.
17172 * gdb.arch/amd64-prologue-skip.exp: New file.
17173
17174 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
17175
17176 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
17177 is_address_zero_readable check.
17178
17179 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
17180
17181 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
17182 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
17183
17184 2015-06-24 Yao Qi <yao.qi@linaro.org>
17185
17186 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
17187 linux targets.
17188
17189 2015-06-24 Yao Qi <yao.qi@linaro.org>
17190
17191 * lib/gdb.exp (supports_get_siginfo_type): New proc.
17192 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
17193 * gdb.base/siginfo-thread.exp: Likewise.
17194
17195 2015-06-22 Yao Qi <yao.qi@linaro.org>
17196
17197 * boards/remote-gdbserver-on-localhost.exp: Add comments.
17198
17199 2015-06-22 Yao Qi <yao.qi@linaro.org>
17200
17201 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
17202 aarch64*-*-*.
17203 (skip_hw_watchpoint_tests): Likewise.
17204
17205 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
17206
17207 * gdb.base/gdbinit-history.exp: Test the interaction between
17208 setting GDBHISTSIZE and setting the history size via .gdbinit.
17209
17210 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
17211
17212 PR gdb/16999
17213 * gdb.base/gdbhistsize-history.exp: New test.
17214
17215 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
17216
17217 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
17218 with GDBHISTSIZE.
17219 * gdb.base/readline.exp: Likewise.
17220
17221 2015-06-17 Yao Qi <yao.qi@linaro.org>
17222
17223 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
17224 line.
17225
17226 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
17227
17228 * gdb.base/gdbinit-history.exp: Add test case to check that
17229 an unlimited history file does not get truncated on exit.
17230
17231 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17232
17233 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
17234 (VECTOR): New macro. Use it...
17235 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
17236 ...for these typedefs.
17237 (int8, char1, int1, double1): New typedefs.
17238 (struct just_int2, struct two_int2): New structures.
17239 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
17240 (add_structvecs, add_singlevecs): New functions.
17241 (main): Call add_some_intvecs twice.
17242 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
17243 the compile and exit upon failure. Try compiling for the "native"
17244 architecture. Test inferior function calls with vector arguments
17245 and vector return value handling with "finish" and "return".
17246
17247 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
17248
17249 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
17250 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
17251 PE file.
17252 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
17253
17254 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
17255
17256 PR breakpoints/16465
17257 * gdb.mi/mi-dprintf-pending.c: New file.
17258 * gdb.mi/mi-dprintf-pending.exp: New test.
17259 * gdb.mi/mi-dprintf-pendshr.c: New file.
17260
17261 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
17262 Mircea Gherzan <mircea.gherzan@intel.com>
17263
17264 * gdb.arch/i386-mpx-map.c: New file.
17265 * gdb.arch/i386-mpx-map.exp: New File.
17266
17267 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
17268
17269 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
17270 * gdb.arch/i386-mpx.exp: Indentation fixed.
17271
17272 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
17273
17274 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
17275 function and improved indentation.
17276 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
17277 gdb_test_multiple. Added additional tests to skip the test.
17278
17279 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
17280
17281 * gdb.arch/i386-avx512.c: Change path in include file.
17282 * gdb.arch/i386-avx512.exp: Change include dir path
17283 compilation flag.
17284 * gdb.arch/i386-mpx.c: Change path in include file.
17285 * gdb.arch/i386-mpx.exp: Change include dir path compilation
17286 flag.
17287
17288 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
17289
17290 * gdb.compile/compile-print.exp (compile print *vararray@3)
17291 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
17292
17293 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17294
17295 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
17296 (do not keep jit in memory): ... this.
17297 (expect 5): Change it to ...
17298 (expect no 5): ... this.
17299
17300 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
17301
17302 PR gdb/15564
17303 * gdb.mi/mi-detach.exp: New file.
17304
17305 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17306
17307 PR symtab/18392
17308 * gdb.arch/amd64-tailcall-self.S: New file.
17309 * gdb.arch/amd64-tailcall-self.c: New file.
17310 * gdb.arch/amd64-tailcall-self.exp: New file.
17311
17312 2015-05-28 Don Breazeal <donb@codesourcery.com>
17313
17314 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
17315 tests for remote targets by checking is_target_gdbserver.
17316
17317 2015-05-27 Doug Evans <dje@google.com>
17318
17319 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
17320 * gdb.dwarf2/opaque-type-lookup.c: New file.
17321 * gdb.dwarf2/opaque-type-lookup.exp: New file.
17322
17323 2015-05-26 Doug Evans <dje@google.com>
17324
17325 * gdb.cp/iostream.cc: New file.
17326 * gdb.cp/iostream.exp: New file.
17327
17328 2015-05-26 Doug Evans <dje@google.com>
17329
17330 * gdb.dwarf2/dw2-op-call.exp: Update.
17331 * gdb.dwarf2/dw4-sig-types.exp: Update.
17332 * gdb.dwarf2/implptr.exp: Update.
17333 * gdb.mi/mi-cmd-param-changed.exp: Update.
17334
17335 2015-05-26 Doug Evans <dje@google.com>
17336
17337 * gdb.python/py-lazy-string.c: New file.
17338 * gdb.python/py-lazy-string.exp: New file.
17339 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
17340 (main): Update. Add estring3.
17341 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
17342 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
17343
17344 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
17345 Yao Qi <yao.qi@linaro.org>
17346
17347 * gdb.reverse/aarch64.c: New.
17348 * gdb.reverse/aarch64.exp: New.
17349
17350 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
17351
17352 * lib/gdb.exp (supports_process_record): Return true for
17353 aarch64*-linux*.
17354 (supports_reverse): Likewise.
17355
17356 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
17357
17358 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
17359 Use with_test_prefix.
17360
17361 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
17362
17363 * gdb.base/completion.exp: Add test for completion of layout
17364 names.
17365
17366 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
17367
17368 * lib/gdb.exp (skip_tui_tests): New proc.
17369 * gdb.base/tui-layout.exp: Check skip_tui_tests.
17370
17371 2015-05-19 Pedro Alves <palves@redhat.com>
17372
17373 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
17374 Save the whole env array instead of just HOME. Unset HISTSIZE in
17375 the environment while testing. Restore whole environment
17376 afterwards.
17377
17378 2015-05-16 Doug Evans <xdje42@gmail.com>
17379
17380 * gdb.guile/scm-ports.c: New file.
17381 * gdb.guile/scm-ports.exp: Add memory port tests.
17382
17383 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17384
17385 * gdb.compile/compile-print.c: New file.
17386 * gdb.compile/compile-print.exp: New file.
17387
17388 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17389
17390 * gdb.compile/compile-ops.exp: Cast param to void.
17391 * gdb.compile/compile.exp: Complete type for _gdb_expr.
17392 (compile code struct_object.selffield = &struct_object): Add xfail.
17393
17394 2015-05-15 Joel Brobecker <brobecker@adacore.com>
17395
17396 * gdb.ada/arr_enum_with_gap: New testcase.
17397
17398 2015-05-15 Joel Brobecker <brobecker@adacore.com>
17399
17400 * gdb.ada/byte_packed_arr: New testcase.
17401
17402 2015-05-15 Joel Brobecker <brobecker@adacore.com>
17403
17404 * gdb.ada/pckd_neg: New testcase.
17405
17406 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
17407
17408 PR gdb/17820
17409 * gdb.base/gdbinit-history.exp: New test.
17410 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
17411 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
17412
17413 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
17414
17415 * gdb.python/py-xmethods.cc: Enhance test case.
17416 * gdb.python/py-xmethods.exp: New tests.
17417 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
17418 function.
17419 (B_indexoper): Likewise.
17420 (global_dm_list) : Add new xmethod worker functions.
17421
17422 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
17423
17424 * gdb.base/coredump-filter.exp: Correctly unset
17425 "coredump_var_addr" array.
17426
17427 2015-05-08 Pedro Alves <palves@redhat.com>
17428
17429 * gdb.server/non-existing-program.exp: Unset spawn_id.
17430
17431 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
17432
17433 PR python/18291
17434 * gdb.python/py-xmethods.exp: Add tests.
17435
17436 2015-05-08 Yao Qi <yao.qi@linaro.org>
17437
17438 PR gdb/18208
17439 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
17440 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
17441 function set_coredump_filter, and remove remote_exec call.
17442 Remove argument ipid. Callers update.
17443 (top level): Don't get inferior's PID.
17444
17445 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
17446
17447 * gdb.base/watch_thread_num.exp: Skip test on targets without
17448 access watchpoints.
17449
17450 2015-05-06 Pedro Alves <palves@redhat.com>
17451
17452 PR server/18081
17453 * gdb.server/non-existing-program.exp: New file.
17454
17455 2015-05-05 Joel Brobecker <brobecker@adacore.com>
17456
17457 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
17458
17459 2015-05-05 Joel Brobecker <brobecker@adacore.com>
17460
17461 * gdb.ada/out_of_line_in_inlined: New testcase.
17462
17463 2015-05-05 Joel Brobecker <brobecker@adacore.com>
17464
17465 * gdb.ada/var_rec_arr: New testcase.
17466
17467 2015-04-30 Yao Qi <yao.qi@linaro.org>
17468
17469 * gdb.base/break-idempotent.exp: If
17470 skip_hw_watchpoint_multi_tests returns true, skip the tests
17471 on "rwatch" and "awatch".
17472
17473 2015-04-30 Yao Qi <yao.qi@linaro.org>
17474
17475 * gdb.base/relativedebug.exp: Invoke gdb command
17476 "info sharedlibrary", and if libc.so doesn't have debug info,
17477 skip the test.
17478
17479 2015-04-29 Doug Evans <dje@google.com>
17480
17481 * gdb.python/py-xmethods.exp: Add ptype tests.
17482 * gdb.python/py-xmethods.py (E_method_char_worker): Add
17483 get_result_type method.
17484
17485 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
17486
17487 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
17488 the target does not support hardware watchpoints.
17489
17490 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
17491
17492 * gdb.base/break-always.exp: Abort testing if writing to memory
17493 causes an error.
17494
17495 2015-04-28 Doug Evans <dje@google.com>
17496
17497 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
17498 * gdb.python/py-pp-registration.exp: ... here. New file.
17499 * gdb.python/py-pp-registration.c: New file.
17500 * gdb.python/py-pp-registration.py: New file.
17501
17502 2015-04-28 Doug Evans <dje@google.com>
17503
17504 * gdb.python/py-bad-printers.c: New file.
17505 * gdb.python/py-bad-printers.py: New file.
17506 * gdb.python/py-bad-printers.exp: New file.
17507
17508 2015-04-28 Sasha Smundak <asmundak@google.com>
17509
17510 * gdb.python/py-type.exp: New test.
17511
17512 2015-04-28 Andy Wingo <wingo@igalia.com>
17513
17514 * gdb.python/py-parameter.exp:
17515 * gdb.guile/scm-parameter.exp: Escape the path that we are
17516 matching against, as it might contain characters that are special
17517 to regular expressions.
17518
17519 2015-04-27 Joel Brobecker <brobecker@adacore.com>
17520
17521 * gdb.ada/rec_comp: New testcase.
17522
17523 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
17524
17525 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
17526 before using it.
17527
17528 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
17529
17530 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
17531 new tests for verilog output.
17532
17533 2015-04-24 Yao Qi <yao.qi@linaro.org>
17534
17535 * boards/remote-gdbserver-on-localhost.exp: New file.
17536
17537 2015-04-23 Pedro Alves <palves@redhat.com>
17538
17539 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
17540 $inferior_spawn_id instead of $inferior_spawn_id directly. On
17541 "end of file", remove $inferior_spawn_id from the indirect list.
17542
17543 2015-04-23 Pedro Alves <palves@redhat.com>
17544
17545 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
17546
17547 2015-04-23 Pedro Alves <palves@redhat.com>
17548
17549 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
17550 on $any_spawn_id instead of only on $gdb_spawn_id.
17551
17552 2015-04-21 Pierre Muller <muller@sourceware.org>
17553
17554 PR pascal/17815
17555 * lib/pascal.exp (gpc_compile): Add new option "class".
17556 (fpc_compile): Likewise.
17557 * gdb.pascal/case-insensitive-symbols.pas: New file.
17558 * gdb.pascal/case-insensitive-symbols.exp: New file.
17559
17560 2015-04-20 Gary Benson <gbenson@redhat.com>
17561
17562 * gdb.base/attach.exp: Fix three extended remote failures.
17563
17564 2015-04-17 Gary Benson <gbenson@redhat.com>
17565
17566 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
17567 the main executable over the remote protocol.
17568
17569 2015-04-16 Pedro Alves <palves@redhat.com>
17570
17571 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
17572 a new gdbserver if gdbserver_reconnect_p is set.
17573
17574 2015-04-16 Pedro Alves <palves@redhat.com>
17575
17576 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
17577 is set, don't exit gdbserver.
17578
17579 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
17580
17581 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
17582 appropriate .insn, such that an older assembler can be used.
17583 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
17584 the z/Architecture instruction set on 31-bit targets as well.
17585
17586 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
17587
17588 * gdb.go/handcall.exp: Remove all logic related to the first
17589 breakpoint and rely on go_runto_main instead.
17590 * gdb.go/strings.exp: Likewise.
17591 * gdb.go/unsafe.exp: Likewise.
17592 * gdb.go/hello.exp: Likewise. Also rename the remaining
17593 breakpoint marker to "breakpoint 1".
17594 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
17595 * gdb.go/strings.go: Likewise.
17596 * gdb.go/unsafe.go: Likewise.
17597 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
17598 "set breakpoint 2 here" and rename the remaining breakpoint marker
17599 to "breakpoint 1".
17600
17601 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
17602
17603 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
17604 if itertools.imap is not present.
17605 * gdb.python/py-objfile.exp: Add parentheses.
17606 * gdb.python/py-type.exp: Same.
17607 * gdb.python/py-unwind-maint.py: Same.
17608
17609 2015-04-15 Yao Qi <yao.qi@linaro.org>
17610
17611 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
17612 of ":$ptr_size" and set its form explicitly.
17613
17614 2015-04-15 Pedro Alves <palves@redhat.com>
17615 Yao Qi <yao.qi@linaro.org>
17616
17617 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
17618 timeout by factor of 4.
17619 (test_regular_watch): Likewise.
17620 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
17621 * gdb.reverse/sigall-reverse.exp: Likewise.
17622 * gdb.reverse/until-precsave.exp: Likewise.
17623 * lib/gdb.exp (with_timeout_factor): New proc.
17624 (gdb_expect): Move some code to ...
17625 (get_largest_timeout): ... here. New procedure.
17626
17627 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
17628
17629 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
17630
17631 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
17632
17633 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
17634 to write to the .text section.
17635
17636 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
17637
17638 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
17639 Handle the case of targets that do not provide PID information.
17640
17641 2015-04-13 Yao Qi <yao.qi@linaro.org>
17642
17643 * lib/gdbserver-support.exp (gdb_exit): Catch exception
17644 and use expect instead of gdb_expect.
17645
17646 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
17647
17648 * gdb.base/coredump-filter.exp: Rename variable "addr" to
17649 "coredump_var_addr" to avoid naming conflict with other testcases.
17650
17651 2015-04-10 Pedro Alves <palves@redhat.com>
17652
17653 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
17654 gdb_test_sequence and gdb_assert.
17655
17656 2015-04-10 Pedro Alves <palves@redhat.com>
17657
17658 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
17659 test messages that don't include the breakpoint address.
17660
17661 2015-04-10 Yao Qi <yao.qi@linaro.org>
17662
17663 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
17664 false for some offset and width combinations which aren't
17665 supported by linux kernel.
17666
17667 2015-04-10 Pedro Alves <palves@redhat.com>
17668
17669 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
17670 procedure, factored out from ...
17671 (top level): ... here. Add "set displaced-stepping" testing axis.
17672 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
17673 parameter "displaced". Use it.
17674 (top level): Use foreach and add "set displaced-stepping" testing
17675 axis.
17676
17677 2015-04-10 Pedro Alves <palves@redhat.com>
17678
17679 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
17680 Remove comment.
17681 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
17682 both the address of the instruction that triggers the watchpoint
17683 and the address of the instruction immediately after, and use
17684 those addresses for the test. Fix comment.
17685
17686 2015-04-10 Pedro Alves <palves@redhat.com>
17687
17688 * gdb.base/sigstep.exp (breakpoint_to_handler)
17689 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
17690 Test "backtrace" in handler.
17691 (breakpoint_over_handler): New parameter 'displaced'. Use it.
17692 (top level): Add new "displaced" test axis to
17693 breakpoint_to_handler, breakpoint_to_handler_entry and
17694 breakpoint_over_handler.
17695
17696 2015-04-10 Pedro Alves <palves@redhat.com>
17697
17698 PR gdb/18216
17699 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
17700
17701 2015-04-10 Yao Qi <yao.qi@linaro.org>
17702
17703 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
17704 (test_add_rn_pc): New function.
17705 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
17706 (top level): Invoke test_add_rn_pc.
17707
17708 2015-04-10 Pedro Alves <palves@redhat.com>
17709
17710 PR gdb/13858
17711 * gdb.base/step-over-no-symbols.exp: New file.
17712
17713 2015-04-09 Andy Wingo <wingo@igalia.com>
17714
17715 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
17716 after the Python tests.
17717
17718 2015-04-08 Keith Seitz <keiths@redhat.com>
17719
17720 PR python/16699
17721 * gdb.python/py-completion.exp: New tests for completion.
17722 * gdb.python/py-completion.py (CompleteLimit1): New class.
17723 (CompleteLimit2): Likewise.
17724 (CompleteLimit3): Likewise.
17725 (CompleteLimit4): Likewise.
17726 (CompleteLimit5): Likewise.
17727 (CompleteLimit6): Likewise.
17728 (CompleteLimit7): Likewise.
17729
17730 2015-04-08 Pedro Alves <palves@redhat.com>
17731
17732 PR gdb/18214
17733 PR gdb/18216
17734 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
17735 function.
17736 (main): Install it as SIGUSR1 handler.
17737 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
17738 parameter. Always use "setup" as prefix. Toggle "set
17739 displaced-stepping" off/on depending on global. Don't switch to
17740 thread 1 here.
17741 (top level): Add displaced stepping "off/on" test axis. Update
17742 "setup" calls. Wrap each subtest with with_test_prefix. Test
17743 continuing with a queued signal in each thread.
17744
17745 2015-04-08 Pedro Alves <palves@redhat.com>
17746
17747 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
17748 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
17749 gdb_breakpoint instead of gdb_test that doesn't expect anything.
17750 Return early if running to main fails.
17751 * gdb.trace/while-stepping.exp: Likewise.
17752
17753 2015-04-07 Pedro Alves <palves@redhat.com>
17754
17755 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
17756 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
17757 interact with inferior program.
17758
17759 2015-04-07 Pedro Alves <palves@redhat.com>
17760
17761 * lib/gdb.exp (inferior_spawn_id): New global.
17762 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
17763 spawn id after processing the user code.
17764 (default_gdb_start): Set inferior_spawn_id.
17765 (send_inferior): New procedure.
17766 * lib/gdbserver-support.exp (gdbserver_start): Set
17767 inferior_spawn_id.
17768 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
17769
17770 2015-04-07 Pedro Alves <palves@redhat.com>
17771
17772 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
17773 * lib/gdbserver-support.exp (gdbserver_start): Make
17774 $server_spawn_id global.
17775 (gdbserver_start): Don't wait for gdbserver's spawn id with
17776 expect_background.
17777 (close_gdbserver): New procedure.
17778 (gdb_exit): Rename the default version and reimplement.
17779
17780 2015-04-07 Pedro Alves <palves@redhat.com>
17781
17782 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
17783 append the substituted item, not the original item.
17784
17785 2015-04-07 Pedro Alves <palves@redhat.com>
17786
17787 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
17788 gdb_expect.
17789
17790 2015-04-07 Pedro Alves <palves@redhat.com>
17791
17792 * gdb.base/interrupt.exp: Don't handle the case of the inferior
17793 output appearing once only.
17794
17795 2015-04-07 Pedro Alves <palves@redhat.com>
17796
17797 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
17798 that doesn't expect anything. Return early if running to main
17799 fails.
17800
17801 2015-04-07 Yao Qi <yao.qi@linaro.org>
17802
17803 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
17804 (child_function): Call alarm.
17805 (main): Move call to alarm into the loop.
17806 * gdb.threads/non-stop-fair-events.exp: Build program with
17807 -DTIMEOUT=$timeout.
17808
17809 2015-04-06 Doug Evans <xdje42@gmail.com>
17810
17811 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
17812 Fix dest parameter to board_info.
17813 (fpc_compile): Ditto.
17814 (gdb_compile_pascal): Rename dest arg to destfile.
17815
17816 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
17817
17818 * gdb.ada/funcall_ref.exp: New file.
17819 * gdb.ada/funcall_ref/foo.adb: New file.
17820
17821 2015-04-02 Yao Qi <yao.qi@linaro.org>
17822
17823 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
17824 is remote.
17825
17826 2015-04-02 Gary Benson <gbenson@redhat.com>
17827
17828 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
17829
17830 2015-04-01 Sasha Smundak <asmundak@google.com>
17831
17832 * gdb.python/py-unwind-maint.c: New file.
17833 * gdb.python/py-unwind-maint.exp: New test.
17834 * gdb.python/py-unwind-maint.py: New file.
17835 * gdb.python/py-unwind.c: New file.
17836 * gdb.python/py-unwind.exp: New test.
17837 * gdb.python/py-unwind.py: New test.
17838
17839 2015-04-01 Pedro Alves <palves@redhat.com>
17840
17841 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
17842 to fail instead of non-existent $test.
17843
17844 2015-04-01 Pedro Alves <palves@redhat.com>
17845
17846 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
17847 GDBFLAGS if not empty.
17848
17849 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
17850
17851 * gdb.ada/complete.exp: Remove "multi_line".
17852 * gdb.ada/info_exc.exp: Remove "multi_line".
17853 * gdb.ada/packed_tagged.exp: Remove "multi_line".
17854 * gdb.ada/ptype_field.exp: Remove "multi_line".
17855 * gdb.ada/sym_print_name.exp: Remove "multi_line".
17856 * gdb.ada/tagged.exp: Remove "multi_line".
17857 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
17858 [multi_line ...]
17859 * gdb.btrace/delta.exp: Likewise.
17860 * gdb.btrace/exception.exp: Likewise.
17861 * gdb.btrace/function_call_history.exp: Likewise.
17862 * gdb.btrace/instruction_history.exp: Likewise.
17863 * gdb.btrace/nohist.exp: Likewise.
17864 * gdb.btrace/record_goto.exp: Likewise.
17865 * gdb.btrace/segv.exp: Likewise.
17866 * gdb.btrace/stepi.exp: Likewise.
17867 * gdb.btrace/tailcall.exp: Likewise.
17868 * gdb.btrace/unknown_functions.exp: Likewise.
17869 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
17870 * lib/gdb.exp: Add the "multi_line" helper.
17871
17872 2015-04-01 Pedro Alves <palves@redhat.com>
17873
17874 * gdb.threads/tid-reuse.c: New file.
17875 * gdb.threads/tid-reuse.exp: New file.
17876
17877 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
17878
17879 PR corefiles/16092
17880 * gdb.base/coredump-filter.c: New file.
17881 * gdb.base/coredump-filter.exp: Likewise.
17882
17883 2015-03-27 Petr Machata <pmachata@redhat.com>
17884
17885 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
17886 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
17887 (Dwarf::assemble): Initialize them.
17888 (Dwarf::lines): New function.
17889
17890 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
17891
17892 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
17893 SYMBOL_PREFIX for x86_64-*-cygwin.
17894
17895 2015-03-26 Andy Wingo <wingo@igalia.com>
17896
17897 PR symtab/18148
17898 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
17899 const_value but not a location.
17900 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
17901 location defined in non-main CUs are visible.
17902
17903 2015-03-26 Yao Qi <yao.qi@linaro.org>
17904
17905 PR testsuite/18139
17906 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
17907 Add a line number entry for the same line.
17908 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
17909 Add a line number entry for the same line.
17910
17911 2015-03-26 Yao Qi <yao.qi@linaro.org>
17912
17913 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
17914 .int 0.
17915 (func): Likewise. Add .Lfunc_1 label.
17916 Use .Lfunc_1 label.
17917 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
17918 .int 0.
17919 (func): Likewise.
17920 Use .Lfunc_1 label.
17921
17922 2015-03-26 Yao Qi <yao.qi@linaro.org>
17923
17924 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
17925 Call gdb_compile instead to compile each .s files without debug
17926 information.
17927
17928 2015-03-26 Yao Qi <yao.qi@linaro.org>
17929
17930 * gdb.base/savedregs.exp (process_saved_regs): Make
17931 "Saved registers:" optional in the pattern.
17932
17933 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17934
17935 * gdb.btrace/next.exp: Merged into step.exp.
17936 * gdb.btrace/finish.exp: Merged into step.exp.
17937 * gdb.btrace/nexti.exp: Merged into stepi.exp.
17938 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
17939 "record goto" and checking the exact replay position.
17940 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
17941 check for "Recording format" in "info record" output.
17942 * gdb.btrace/record_goto.exp: Choose test file based on target.
17943 * gdb.btrace/x86-record_goto.S: Renamed into ...
17944 * gdb.btrace/x86_64-record_goto.S: ... this.
17945 * gdb.btrace/i686-record_goto.S: New.
17946 * gdb.btrace/x86-tailcall.S: Renamed into ...
17947 * gdb.btrace/x86_64-tailcall.S: ... this.
17948 * gdb.btrace/i686-tailcall.S: New.
17949 * gdb.btrace/x86-tailcall.c: Renamed into ...
17950 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
17951 separate statements. Update test.
17952 * gdb.btrace/delta.exp: Use record_goto.c as test file.
17953 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
17954 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
17955 * gdb.btrace/tailcall.exp: Choose test file based on target.
17956 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
17957
17958 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17959
17960 * gdb.btrace/exception.exp: Increase BTS buffer size.
17961
17962 2015-03-24 Pedro Alves <palves@redhat.com>
17963
17964 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
17965
17966 2015-03-24 Pedro Alves <palves@redhat.com>
17967
17968 * gdb.threads/schedlock.exp (test_step): No longer expect that
17969 "set scheduler-locking step" with "next" over a function call runs
17970 threads unlocked.
17971
17972 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17973
17974 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
17975
17976 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17977
17978 PR breakpoints/16466
17979 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
17980 * gdb.mi/mi-pending.c (thread_func): New function.
17981 (int main): Add threading support required.
17982 * gdb.mi/mi-pending.exp: Add tests for this issue.
17983 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
17984 (pendfunc2): Remove stdio dependency.
17985 * gdb.mi/mi-pendshr2.c: New file.
17986
17987 2015-03-23 Keith Seitz <keiths@redhat.com>
17988
17989 * gdb.linespec/keywords.c: New file.
17990 * gdb.linespec/keywords.exp: New file.
17991
17992 2015-03-23 Keith Seitz <keiths@redhat.com>
17993
17994 PR gdb/18021
17995 * gdb.dwarf2/staticvirtual.exp: New test.
17996
17997 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17998
17999 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
18000 * README: Remove HP-UX and gdb.hp.
18001 (configuration):
18002 * configure: Regenerate.
18003 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
18004 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
18005 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
18006 gdb.hp/gdb.defects/Makefile.
18007 * gdb.hp/Makefile.in: File deleted.
18008 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
18009 * gdb.hp/gdb.aCC/optimize.c: File deleted.
18010 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
18011 * gdb.hp/gdb.aCC/run.c: File deleted.
18012 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
18013 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
18014 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
18015 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
18016 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
18017 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
18018 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
18019 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
18020 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
18021 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
18022 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
18023 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
18024 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
18025 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
18026 * gdb.hp/gdb.base-hp/reg.s: File deleted.
18027 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
18028 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
18029 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
18030 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
18031 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
18032 * gdb.hp/gdb.compat/Makefile.in: File deleted.
18033 * gdb.hp/gdb.compat/average.c: File deleted.
18034 * gdb.hp/gdb.compat/sum.c: File deleted.
18035 * gdb.hp/gdb.compat/xdb.c: File deleted.
18036 * gdb.hp/gdb.compat/xdb0.c: File deleted.
18037 * gdb.hp/gdb.compat/xdb0.h: File deleted.
18038 * gdb.hp/gdb.compat/xdb1.c: File deleted.
18039 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
18040 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
18041 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
18042 * gdb.hp/gdb.defects/Makefile.in: File deleted.
18043 * gdb.hp/gdb.defects/bs14602.c: File deleted.
18044 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
18045 * gdb.hp/gdb.defects/solib-d.c: File deleted.
18046 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
18047 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
18048 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
18049 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
18050 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
18051 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
18052 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
18053 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
18054 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
18055 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
18056 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
18057 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
18058 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
18059 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
18060 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
18061 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
18062 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
18063 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
18064 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
18065 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
18066 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
18067 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
18068 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
18069 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
18070 * gdb.hp/tools/odump: File deleted.
18071
18072 2015-03-19 Pedro Alves <palves@redhat.com>
18073
18074 * gdb.threads/continue-pending-status.exp (saw_thread_2)
18075 (saw_thread_3): New globals.
18076 (top level): Increment them when an event for the corresponding
18077 thread is seen.
18078 (no thread starvation): New test.
18079
18080 2015-03-19 Pedro Alves <palves@redhat.com>
18081
18082 * gdb.threads/continue-pending-status.c: New file.
18083 * gdb.threads/continue-pending-status.exp: New file.
18084
18085 2015-03-18 Pedro Alves <palves@redhat.com>
18086
18087 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
18088 Use gdb_is_target_remote instead of is_remote. Use
18089 gdb_test_multiple instead of gdb_expect. Exit early if
18090 gdb_test_multiple hits its internal matches. Tighten stepi tests
18091 expected output. Fail on exit with any signal, instead of just
18092 SIGILL.
18093
18094 2015-03-18 Yao Qi <yao.qi@linaro.org>
18095
18096 PR tdep/18107
18097 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
18098 variable.
18099 * gdb.base/catch-syscall.exp: Don't skip it on
18100 aarch64*-*-linux* target. Remove elements in all_syscalls.
18101 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
18102 target.
18103 (setup_all_syscalls): New proc.
18104
18105 2015-03-16 Yao Qi <yao.qi@linaro.org>
18106
18107 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
18108 (top level): Skip tests if valid_addr_p returns false for
18109 $cmd1 or $cmd2.
18110
18111 2015-03-11 Andy Wingo <wingo@igalia.com>
18112
18113 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
18114
18115 2015-03-11 Yao Qi <yao.qi@linaro.org>
18116
18117 * gdb.base/catch-syscall.exp: Fix typo in comments.
18118
18119 2015-03-11 Yao Qi <yao.qi@linaro.org>
18120
18121 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
18122
18123 2015-03-09 Pedro Alves <palves@redhat.com>
18124
18125 * dg-extract-results.py: Delete.
18126
18127 2015-03-09 Pedro Alves <palves@redhat.com>
18128
18129 Merge dg-extract-results.sh from GCC upstream (r218843).
18130
18131 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
18132 * dg-extract-results.sh: Use --text with grep to avoid issues with
18133 binary files. Fall back to cat -v, if that doesn't work.
18134
18135 2015-03-05 Pedro Alves <palves@redhat.com>
18136
18137 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
18138
18139 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
18140
18141 * lib/mi-support.exp (mi_expect_interrupt): Accept
18142 alternative event for when in all-stop mode.
18143
18144 2015-03-04 Pedro Alves <palves@redhat.com>
18145
18146 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
18147
18148 2015-03-04 Mark Kettenis <kettenis@gnu.org>
18149
18150 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
18151
18152 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
18153
18154 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
18155 regexps for GDB's current line display, accept a hex address
18156 preceding the line number.
18157
18158 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
18159
18160 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
18161 the 'arch1' variable for "s390*-linux*" targets.
18162
18163 2015-03-04 Pedro Alves <palves@redhat.com>
18164
18165 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
18166 (main): Pass missing retval argument to pthread_join call.
18167
18168 2015-03-02 Pedro Alves <palves@redhat.com>
18169
18170 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
18171 (top level): Call do_test with non-stop as well.
18172
18173 2015-03-02 Pedro Alves <palves@redhat.com>
18174
18175 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
18176 -1.
18177
18178 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
18179
18180 * gdb.arch/s390-vregs.exp: New test.
18181 * gdb.arch/s390-vregs.S: New file.
18182
18183 2015-02-27 Pedro Alves <palves@redhat.com>
18184
18185 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
18186 call to catch_command_errors.
18187 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
18188 catch_command_errors.
18189
18190 2015-02-27 Pedro Alves <palves@redhat.com>
18191
18192 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
18193 "true" for boolean result.
18194 * gdb.gdb/selftest.exp (test_with_self): Also accept full
18195 prototype of main.
18196
18197 2015-02-27 Pedro Alves <palves@redhat.com>
18198
18199 * lib/unbuffer_output.c: New file.
18200 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
18201 (main): Call gdb_unbuffer_output.
18202
18203 2015-02-27 Yao Qi <yao.qi@linaro.org>
18204
18205 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
18206 target.
18207
18208 2015-02-26 Doug Evans <dje@google.com>
18209
18210 * gdb.cp/class2.cc (Dbase, D): New classes.
18211 (main): New local delta.
18212 * gdb.cp/class2.exp: Test printing delta.
18213 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
18214 (dynbar): New global.
18215 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
18216
18217 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
18218
18219 * gdb.compile/compile-ifunc.c: New file.
18220 * gdb.compile/compile-ifunc.exp: New file.
18221
18222 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
18223
18224 * gdb.base/structs.exp: Check for correct struct on finish.
18225
18226 2015-02-26 Yao Qi <yao.qi@linaro.org>
18227
18228 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
18229 is zero.
18230
18231 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
18232
18233 * gdb.arch/cordic.ko.bz2: New file.
18234 * gdb.arch/cordic.ko.debug.bz2: New file.
18235 * gdb.arch/ppc64-symtab-cordic.exp: New file.
18236
18237 2015-02-25 Yao Qi <yao.qi@linaro.org>
18238
18239 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
18240 aarch64*-*-* target.
18241
18242 2015-02-23 Pedro Alves <palves@redhat.com>
18243
18244 * lib/gdb.exp (delete_breakpoints): Rewrite using
18245 gdb_test_multiple.
18246
18247 2015-02-23 Pedro Alves <palves@redhat.com>
18248
18249 * gdb.base/info-os.c: Include stdlib.h.
18250
18251 2015-02-22 Doug Evans <xdje42@gmail.com>
18252
18253 PR symtab/17855
18254 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
18255 is read after symbols have been re-read.
18256 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
18257 * gdb.ada/exec_changed/second.adb (Second): Ditto.
18258
18259 2015-02-21 Doug Evans <dje@google.com>
18260
18261 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
18262
18263 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18264
18265 PR corefiles/17808
18266 * gdb.arch/i386-biarch-core.core.bz2: New file.
18267 * gdb.arch/i386-biarch-core.exp: New file.
18268
18269 2015-02-21 Pedro Alves <palves@redhat.com>
18270
18271 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
18272 runto_main fails.
18273
18274 2015-02-20 Pedro Alves <palves@redhat.com>
18275
18276 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
18277 info probes.
18278
18279 2015-02-20 Pedro Alves <palves@redhat.com>
18280
18281 * gdb.threads/multi-create-ns-info-thr.exp: New file.
18282
18283 2015-02-20 Pedro Alves <palves@redhat.com>
18284
18285 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
18286 clean_restart before gdb_target_supports_trace.
18287
18288 2015-02-20 Pedro Alves <palves@redhat.com>
18289
18290 PR threads/18006
18291 * gdb.threads/clone-thread_db.c: New file.
18292 * gdb.threads/clone-thread_db.exp: New file.
18293
18294 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
18295
18296 PR breakpoints/16812
18297 * gdb.base/catch-gdb-caused-signals.c: New file.
18298 * gdb.base/catch-gdb-caused-signals.exp: New file.
18299
18300 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
18301
18302 * configure: Regenerated.
18303 * configure.ac: Use GDB_AC_TRANSFORM.
18304 * aclocal.m4: sinclude ../transform.m4.
18305
18306 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
18307
18308 * lib/dtrace.exp: New file.
18309 * gdb.base/dtrace-probe.exp: Likewise.
18310 * gdb.base/dtrace-probe.d: Likewise.
18311 * gdb.base/dtrace-probe.c: Likewise.
18312 * lib/pdtrace.in: Likewise.
18313 * configure.ac: Output variables with the transformed names of
18314 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
18315 * configure: Regenerated.
18316
18317 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
18318
18319 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
18320 expected message when trying to access $_probe_* convenience
18321 variables while not on a probe.
18322
18323 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18324
18325 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
18326
18327 2015-02-11 Pedro Alves <pedro@codesourcery.com>
18328
18329 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
18330 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
18331
18332 2015-02-10 Doug Evans <xdje42@gmail.com>
18333
18334 * lib/gdb.exp (gdb_load): Always return a result.
18335
18336 2015-02-10 Pedro Alves <palves@redhat.com>
18337
18338 * gdb.threads/signal-sigtrap.c: New file.
18339 * gdb.threads/signal-sigtrap.exp: New file.
18340
18341 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
18342
18343 * gdb.trace/no-attach-trace.c: New file.
18344 * gdb.trace/no-attach-trace.exp: New file.
18345
18346 2015-02-09 Mark Wielaard <mjw@redhat.com>
18347
18348 * gdb.dwarf2/atomic.c: New file.
18349 * gdb.dwarf2/atomic-type.exp: Likewise.
18350
18351 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
18352
18353 * gdb.btrace/buffer-size.exp: Update "info record" output.
18354 * gdb.btrace/delta.exp: Update "info record" output.
18355 * gdb.btrace/enable.exp: Update "info record" output.
18356 * gdb.btrace/finish.exp: Update "info record" output.
18357 * gdb.btrace/instruction_history.exp: Update "info record" output.
18358 * gdb.btrace/next.exp: Update "info record" output.
18359 * gdb.btrace/nexti.exp: Update "info record" output.
18360 * gdb.btrace/step.exp: Update "info record" output.
18361 * gdb.btrace/stepi.exp: Update "info record" output.
18362 * gdb.btrace/nohist.exp: Update "info record" output.
18363
18364 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
18365
18366 * gdb.btrace/buffer-size: New.
18367
18368 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
18369
18370 * gdb.btrace/delta.exp: Update "info record" output.
18371 * gdb.btrace/enable.exp: Update "info record" output.
18372 * gdb.btrace/finish.exp: Update "info record" output.
18373 * gdb.btrace/instruction_history.exp: Update "info record" output.
18374 * gdb.btrace/next.exp: Update "info record" output.
18375 * gdb.btrace/nexti.exp: Update "info record" output.
18376 * gdb.btrace/step.exp: Update "info record" output.
18377 * gdb.btrace/stepi.exp: Update "info record" output.
18378 * gdb.btrace/nohist.exp: Update "info record" output.
18379
18380 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
18381
18382 PR gdb/15678
18383 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
18384
18385 2015-02-06 Pedro Alves <palves@redhat.com>
18386
18387 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
18388 macro.
18389 (seconds_left, again): New globals.
18390 (main): Wait seconds_left in a 1-second sleep loop instead of
18391 sleeping 180 seconds. If 'again' is set, reset the seconds
18392 counter.
18393 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
18394 'again' in the inferior before detaching. Print the seconds left.
18395 (options): New global.
18396 (top level): Build program with -DTIMEOUT=$timeout.
18397
18398 2015-02-06 Pedro Alves <palves@redhat.com>
18399
18400 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
18401 determine how many seconds to pass to 'alarm'.
18402 * gdb.base/gdb-sigterm.exp (top level): Build program with
18403 -DTIMEOUT=$timeout.
18404 (do_test): Return success/failure indication. Add more verbose
18405 logging. Don't fail if 200 single steps are seen. Instead, fail
18406 when the test times out.
18407 (passes): New global.
18408 (top level): Break the testing loop if testing fails on any
18409 iteration. Use gdb_assert.
18410
18411 2015-02-04 Don Breazeal <donb@codesourcery.com>
18412
18413 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
18414 and initialize them.
18415 (ipc_cleanup): New function.
18416 (main): Don't declare shmid, semid, and msqid. Add a call to
18417 atexit so that we call ipc_cleanup on exit.
18418
18419 2015-02-04 Pedro Alves <palves@redhat.com>
18420
18421 * boards/native-extended-gdbserver.exp: Remove any target variant
18422 specifications from the board name before clearing the isremote
18423 flag from board_info.
18424
18425 2015-01-31 Doug Evans <xdje42@gmail.com>
18426
18427 * gdb.base/maint.exp <maint print type argc>: Update expected output.
18428
18429 2015-01-31 Gary Benson <gbenson@redhat.com>
18430
18431 * gdb.base/completion.exp: Disable completion limiting for
18432 existing tests. Add new tests to check completion limiting.
18433 * gdb.linespec/ls-errs.exp: Disable completion limiting.
18434
18435 2015-01-31 Doug Evans <xdje42@gmail.com>
18436
18437 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
18438
18439 2015-01-31 Doug Evans <xdje42@gmail.com>
18440
18441 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
18442 entries. Duplicate file section script entries.
18443 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
18444 inlined entries. Add test for safe-path rejection.
18445 * gdb.python/py-section-script.c: Add duplicate inlined section script
18446 entries. Duplicate file section script entries.
18447 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
18448 inlined entries. Add test for safe-path rejection.
18449
18450 2015-01-29 Joel Brobecker <brobecker@adacore.com>
18451
18452 * gdb.ada/disc_arr_bound: New testcase.
18453
18454 2015-01-29 Joel Brobecker <brobecker@adacore.com>
18455
18456 * gdb.ada/mi_var_array: New testcase.
18457
18458 2015-01-27 Doug Evans <dje@google.com>
18459
18460 * gdb.python/py-objfile.exp: Add tests for objfile.username.
18461 Add test for objfile.filename, objfile.username after objfile
18462 has been unloaded.
18463
18464 2015-01-26 Joel Brobecker <brobecker@adacore.com>
18465
18466 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
18467 the second test to print the name attribute of value
18468 returned by the call to gdb.lookup_type, and adjust
18469 the expected output accordingly.
18470
18471 2015-01-25 Mark Wielaard <mjw@redhat.com>
18472
18473 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
18474 * gdb.base/disp-step-fork.c: Include unistd.h.
18475 * gdb.base/siginfo-obj.c: Include stdio.h.
18476 * gdb.base/siginfo-thread.c: Likewise.
18477 * gdb.mi/non-stop.c: Include unistd.h.
18478 * gdb.mi/nsthrexec.c: Include stdio.h.
18479 * gdb.mi/pthreads.c: Include unistd.h.
18480 * gdb.modula2/unbounded1.c (main): Declare returns int.
18481 * gdb.reverse/consecutive-reverse.c: Likewise.
18482 * gdb.threads/create-fail.c: Include unistd.h.
18483 * gdb.threads/killed.c: Likewise.
18484 * gdb.threads/linux-dp.c: Likewise.
18485 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
18486 * gdb.threads/non-ldr-exc-2.c: Likewise.
18487 * gdb.threads/non-ldr-exc-3.c: Likewise.
18488 * gdb.threads/non-ldr-exc-4.c: Likewise.
18489 * gdb.threads/pthreads.c: Include unistd.h.
18490 (main): Declare returns int.
18491 * gdb.threads/tls-main.c (foo): New declaration.
18492 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
18493
18494 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
18495
18496 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
18497 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
18498
18499 2015-01-15 Mark Wielaard <mjw@redhat.com>
18500
18501 * gdb.base/noreturn-return.c: New file.
18502 * gdb.base/noreturn-return.exp: New file.
18503 * gdb.base/noreturn-finish.c: New file.
18504 * gdb.base/noreturn-finish.exp: New file.
18505
18506 2015-01-23 Pedro Alves <palves@redhat.com>
18507
18508 * gdb.threads/continue-pending-after-query.c: New file.
18509 * gdb.threads/continue-pending-after-query.exp: New file.
18510
18511 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
18512 Simon Marchi <simon.marchi@ericsson.com>
18513
18514 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
18515 * gdb.base/valgrind-db-attach.exp: Same.
18516 * gdb.base/valgrind-infcall.exp: Same.
18517 * lib/mi-support.exp (default_mi_gdb_start): Same.
18518 * lib/prompt.exp (default_prompt_gdb_start): Same.
18519 * lib/gdb.exp (default_gdb_spawn): Same.
18520 (gdb_interact): New.
18521
18522
18523 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18524
18525 * gdb.compile/compile.exp (pointer to jit function): New test.
18526
18527 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
18528
18529 * lib/gdb.exp (supports_process_record): Return true for
18530 powerpc*-*-linux*.
18531 (supports_reverse): Likewise.
18532
18533 2015-01-15 Don Breazeal <donb@codesourcery.com>
18534
18535 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
18536 instead of checking whether the target board is remote and
18537 use spawn_wait_for_attach instead of exec/sleep.
18538 * gdb.base/attach-twice.exp: Likewise.
18539
18540 2015-01-15 Joel Brobecker <brobecker@adacore.com>
18541
18542 * gdb.ada/var_arr_attrs: New testcase.
18543
18544 2015-01-14 Pedro Alves <palves@redhat.com>
18545 Joel Brobecker <brobecker@adacore.com>
18546
18547 PR gdb/17525
18548 * gdb.base/bp-cmds-execution-x-script.c: New file.
18549 * gdb.base/bp-cmds-execution-x-script.exp: New file.
18550 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
18551
18552 2015-01-14 Pedro Alves <palves@redhat.com>
18553
18554 PR cli/17828
18555 * gdb.base/batch-preserve-term-settings.c: New file.
18556 * gdb.base/batch-preserve-term-settings.exp: New file.
18557
18558 2015-01-13 Doug Evans <dje@google.com>
18559
18560 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
18561 binary.
18562
18563 2015-01-13 Joel Brobecker <brobecker@adacore.com>
18564
18565 * Makefile.in (clean mostlyclean): Do not delete *.py.
18566
18567 2015-01-13 Joel Brobecker <brobecker@adacore.com>
18568
18569 * gdb.python/py-lookup-type.exp: New file.
18570
18571 2015-01-12 Pedro Alves <palves@redhat.com>
18572
18573 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
18574 restore GDBFLAGS before returning.
18575
18576 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18577
18578 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
18579 is_amd64_regs_target and is_x86_like_target.
18580
18581 2015-01-11 Doug Evans <xdje42@gmail.com>
18582
18583 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
18584 is given without an explicit form.
18585 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
18586 attributes.
18587 * gdb.dwarf/corrupt.exp: Ditto.
18588 * gdb.dwarf2/enum-type.exp: Ditto.
18589 * gdb.trace/entry-values.exp: Ditto.
18590 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
18591
18592 2015-01-11 Doug Evans <xdje42@gmail.com>
18593
18594 PR gdb/15830
18595 * gdb.base/maint.exp: Remove references to "maint demangle".
18596 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
18597 Add tests for explicitly specifying language to demangle.
18598 * gdb.dlang/demangle.exp: Ditto.
18599
18600 2015-01-09 Pedro Alves <palves@redhat.com>
18601
18602 * gdb.threads/non-stop-fair-events.c: New file.
18603 * gdb.threads/non-stop-fair-events.exp: New file.
18604
18605 2015-01-09 Pedro Alves <palves@redhat.com>
18606
18607 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
18608 the global scope. Set a breakpoint after all threads are started
18609 rather than stepping over two source lines. Expect the prompt.
18610 * gdb.base/watch_thread_num.c (threads_started_barrier): New
18611 global.
18612 (NUM): Now 15.
18613 (main): Use threads_started_barrier to wait for all threads to
18614 start. Main thread no longer calls thread_function. Exit after
18615 180 seconds.
18616 (loop): New function.
18617 (thread_function): Wait on threads_started_barrier barrier. Call
18618 'loop' at each iteration.
18619 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
18620 threads have started, instead of hardcoding number of "next"
18621 steps. Use an access watchpoint instead of a write watchpoint.
18622
18623 2015-01-09 Pedro Alves <palves@redhat.com>
18624
18625 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
18626 (thread_func): Wait on barrier.
18627 (main): Wait for all threads to start before stopping GDB.
18628 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
18629 global.
18630 (thread1_func, thread2_func): Wait on barrier.
18631 (main): Wait for all threads to start before stopping GDB.
18632 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
18633 New global.
18634 (thread1_func, thread2_func): Wait on barrier.
18635 (main): Wait for all threads to start before stopping GDB.
18636
18637 2015-01-09 Pedro Alves <palves@redhat.com>
18638
18639 * gdb.threads/attach-many-short-lived-threads.c: New file.
18640 * gdb.threads/attach-many-short-lived-threads.exp: New file.
18641
18642 2014-01-09 Pedro Alves <palves@redhat.com>
18643
18644 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
18645 instead of to thread 2.
18646 * gdb.threads/signal-command-multiple-signals-pending.c (main):
18647 Add barrier around each pthread_create call instead of around all
18648 calls.
18649 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
18650 Set a break on thread_function and have the child threads hit it
18651 one at at a time.
18652
18653 2015-01-09 Pedro Alves <palves@redhat.com>
18654
18655 * lib/gdb.exp (can_spawn_for_attach): New procedure.
18656 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
18657 false.
18658 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
18659 checking whether the target board is remote.
18660 * gdb.multi/multi-attach.exp: Likewise.
18661 * gdb.python/py-sync-interp.exp: Likewise.
18662 * gdb.server/ext-attach.exp: Likewise.
18663 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
18664 tests that need to attach, instead of checking whether the target
18665 board is remote at the top of the file.
18666
18667 2015-01-08 Yao Qi <yao@codesourcery.com>
18668
18669 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
18670
18671 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18672
18673 Fix testcase compilation.
18674 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
18675
18676 2015-01-06 Joel Brobecker <brobecker@adacore.com>
18677
18678 * gdb.python/py-type.exp: Add a couple test about empty
18679 array creation, and negative-length array creation.
18680
18681 2015-01-02 Doug Evans <xdje42@gmail.com>
18682
18683 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
18684
18685 2015-01-02 Doug Evans <dje@google.com>
18686
18687 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
18688
18689 2014-12-29 Yao Qi <yao@codesourcery.com>
18690
18691 * gdb.trace/entry-values.exp: Update comments. Rename variable
18692 bar_call_foo to returned_from_foo.
18693
18694 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
18695
18696 PR gdb/17394
18697 * gdb.linespec/break-asm-file.c: New file.
18698 * gdb.linespec/break-asm-file.exp: New file.
18699 * gdb.linespec/break-asm-file0.s: New file.
18700 * gdb.linespec/break-asm-file1.s: New file.
18701
18702 2014-12-18 Nigel Stephens <nigel@mips.com>
18703 Maciej W. Rozycki <macro@codesourcery.com>
18704
18705 * gdb.base/float.exp: Handle the new output from "info float" on
18706 MIPS targets.
18707
18708 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18709
18710 Fix MinGW compilation.
18711 * gdb.compile/compile-ops.exp: Update untested message if
18712 !skip_compile_feature_tests.
18713 * gdb.compile/compile-setjmp.exp: Likewise.
18714 * gdb.compile/compile-tls.exp: Likewise.
18715 * gdb.compile/compile.exp: Likewise.
18716 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
18717 supported on this host".
18718
18719 2014-12-16 Doug Evans <xdje42@gmail.com>
18720
18721 * boards/stabs.exp: New file.
18722
18723 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
18724
18725 * gdb.base/completion.exp: Adjust to format changes of "maint
18726 print user-registers".
18727
18728 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
18729
18730 PR server/17457
18731 * gdb.arch/aarch64-fp.c: New file.
18732 * gdb.arch/aarch64-fp.exp: New file.
18733
18734 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
18735
18736 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
18737 r210637, r210913, r211666, r215400, r215817).
18738
18739 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
18740 * dg-extract-results.py: New file.
18741 * dg-extract-results.sh: Use it if the environment seems
18742 suitable.
18743
18744 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
18745
18746 * dg-extract-results.py (parse_run): Handle warnings that
18747 are printed before a test harness is run.
18748
18749 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
18750
18751 * dg-extract-results.py (Named): Remove __cmp__ method.
18752 (output_variation): Use a key to sort variation.harnesses.
18753
18754 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
18755
18756 * dg-extract-results.py: For Python 3, force sys.stdout to
18757 handle surrogate escape sequences.
18758 (safe_open): New function.
18759 (output_segment, main): Use it.
18760
18761 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
18762
18763 * dg-extract-results.py (Prog.result_re): Include options
18764 in test name.
18765
18766 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
18767
18768 * dg-extract-results.py (output_variation): Always sort if
18769 do_sum.
18770
18771 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
18772
18773 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
18774 as long as we get pagination notifications.
18775
18776 2014-12-15 Jason Merrill <jason@redhat.com>
18777
18778 * Makefile.in (check-gdb.%): Restore.
18779 * README: Mention it.
18780
18781 2014-12-13 Joel Brobecker <brobecker@adacore.com>
18782
18783 * gdb.ada/str_uninit: New testcase.
18784
18785 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18786
18787 PR symtab/17642
18788 * gdb.base/vla-stub-define.c: New file.
18789 * gdb.base/vla-stub.c: New file.
18790 * gdb.base/vla-stub.exp: New file.
18791
18792 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
18793 Jan Kratochvil <jan.kratochvil@redhat.com>
18794 Tom Tromey <tromey@redhat.com>
18795
18796 * configure.ac: Add gdb.compile/.
18797 * configure: Regenerate.
18798 * gdb.compile/Makefile.in: New file.
18799 * gdb.compile/compile-ops.exp: New file.
18800 * gdb.compile/compile-ops.c: New file.
18801 * gdb.compile/compile-tls.c: New file.
18802 * gdb.compile/compile-tls.exp: New file.
18803 * gdb.compile/compile-constvar.S: New file.
18804 * gdb.compile/compile-constvar.c: New file.
18805 * gdb.compile/compile-mod.c: New file.
18806 * gdb.compile/compile-nodebug.c: New file.
18807 * gdb.compile/compile-setjmp-mod.c: New file.
18808 * gdb.compile/compile-setjmp.c: New file.
18809 * gdb.compile/compile-setjmp.exp: New file.
18810 * gdb.compile/compile-shlib.c: New file.
18811 * gdb.compile/compile.c: New file.
18812 * gdb.compile/compile.exp: New file.
18813 * lib/gdb.exp (skip_compile_feature_tests): New proc.
18814
18815 2014-12-12 Tom Tromey <tromey@redhat.com>
18816
18817 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
18818 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
18819
18820 2014-12-12 Doug Evans <dje@google.com>
18821
18822 * lib/gdb-python.exp (get_python_valueof): New function.
18823 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
18824
18825 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18826
18827 * gdb.base/completion.exp: Add test for completion of "info
18828 registers ".
18829
18830 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
18831
18832 * gdb.base/func-ptrs.c: New file.
18833 * gdb.base/func-ptrs.exp: New file.
18834
18835 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18836
18837 PR breakpoints/17012
18838 * gdb.base/dprintf-detach.c: New file.
18839 * gdb.base/dprintf-detach.exp: New file.
18840
18841 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18842
18843 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
18844 * lib/gdb.exp (target_is_gdbserver): New procedure.
18845
18846 2014-12-08 Doug Evans <dje@google.com>
18847
18848 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
18849
18850 2014-12-05 Yao Qi <yao@codesourcery.com>
18851
18852 * gdb.guile/scm-error.exp: Remove the third argument to
18853 gdb_remote_download.
18854 * gdb.guile/scm-frame-args.exp: Likewise.
18855 * gdb.guile/scm-section-script.exp: Likewise.
18856
18857 2014-12-05 Yao Qi <yao@codesourcery.com>
18858
18859 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
18860
18861 2014-12-04 Doug Evans <dje@google.com>
18862
18863 * gdb.python/py-objfile.exp: Add tests for
18864 objfile.add_separate_debug_file.
18865
18866 2014-12-04 Doug Evans <dje@google.com>
18867
18868 * lib/gdb.exp (get_build_id): New function.
18869 (build_id_debug_filename_get): Rewrite to use it.
18870 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
18871
18872 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
18873
18874 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
18875 `method(long)', not just 0x0.
18876 * gdb.cp/nsalias.exp: Align code labels to 4.
18877 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
18878 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
18879 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
18880 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
18881 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
18882 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
18883
18884 2014-12-02 Doug Evans <dje@google.com>
18885
18886 PR symtab/17602
18887 * gdb.cp/anon-ns.cc: Move guts of this file to ...
18888 * gdb.cp/anon-ns2.cc: ... here. New file.
18889 * gdb.cp/anon-ns.exp: Update.
18890
18891 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
18892
18893 * gdb.python/py-events.py (inferior_call_handler): New.
18894 (register_changed_handler, memory_changed_handler): New.
18895 (test_events.invoke): Register new handlers.
18896 * gdb.python/py-events.exp: Add tests for inferior call,
18897 memory_changed and register_changed events.
18898
18899 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
18900
18901 * gdb.base/execl-update-breakpoints.exp: Specify the link address
18902 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
18903 if the linker doesn't understand this.
18904
18905 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
18906
18907 * gdb.python/python.exp: Change expected reply to help().
18908
18909 2014-12-01 Yao Qi <yao@codesourcery.com>
18910
18911 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
18912 AC_CONFIG_SUBDIRS(gdb.gdbtk).
18913 * configure: Re-generated.
18914
18915 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
18916
18917 * gdb.cp/chained-calls.cc: New file.
18918 * gdb.cp/chained-calls.exp: New file.
18919 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
18920
18921 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
18922
18923 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
18924 * gdb.dwarf2/symtab-producer.exp: Same.
18925 * gdb.gdb/python-interrupts.exp: Same.
18926 * gdb.gdb/python-selftest.exp: Same.
18927 * gdb.python/py-linetable.exp: Same.
18928 * gdb.python/py-type.exp: Same.
18929 * gdb.python/py-value-cc.exp: Same.
18930 * gdb.python/py-value.exp: Same.
18931
18932 2014-11-28 Yao Qi <yao@codesourcery.com>
18933
18934 * gdb.base/break-probes.exp: Match library name prefixed with
18935 sysroot.
18936
18937 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
18938
18939 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
18940 test expected output. Add parentheses for the call to print.
18941 Remove L suffix from integers.
18942
18943 2014-11-26 Doug Evans <dje@google.com>
18944
18945 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
18946
18947 2014-11-22 Yao Qi <yao@codesourcery.com>
18948
18949 * gdb.trace/entry-values.c: Remove asms.
18950 (foo): Add foo_label.
18951 (bar): Add bar_label.
18952 * gdb.trace/entry-values.exp: Remove code computing foo's
18953 length and bar's length.
18954 (Dwarf::assemble): Invoke function_range for bar and use
18955 MACRO_AT_func for foo.
18956
18957 2014-11-22 Yao Qi <yao@codesourcery.com>
18958
18959 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
18960 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
18961 Use .Lgcc43_procstart instead of gcc43.
18962
18963 2014-11-21 Joel Brobecker <brobecker@adacore.com>
18964
18965 * gdb.ada/n_arr_bound: New testcase.
18966
18967 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
18968
18969 PR breakpoints/10737
18970 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
18971 test_catch_syscall_multi_arch.
18972 (test_catch_syscall_multi_arch): New function.
18973
18974 2014-11-20 Doug Evans <xdje42@gmail.com>
18975
18976 * gdb.base/maint.exp: Update expected output.
18977
18978 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
18979
18980 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
18981 4-byte instruction on S390.
18982
18983 2014-11-19 Joel Brobecker <brobecker@adacore.com>
18984
18985 * gdb.ada/arr_arr: New testcase.
18986
18987 2014-11-19 Joel Brobecker <brobecker@adacore.com>
18988
18989 * gdb.ada/pkd_arr_elem: New Testcase.
18990
18991 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
18992
18993 * gdb.reverse/break-precsave: Expect completion message for
18994 core file reads.
18995 * gdb.reverse/consecutive-precsave.exp: Likewise.
18996 * gdb.reverse/finish-precsave.exp: Likewise.
18997 * gdb.reverse/i386-precsave.exp: Likewise.
18998 * gdb.reverse/machinestate-precsave.exp: Likewise.
18999 * gdb.reverse/sigall-precsave.exp: Likewise.
19000 * gdb.reverse/solib-precsave.exp: Likewise.
19001 * gdb.reverse/step-precsave.exp: Likewise.
19002 * gdb.reverse/until-precsave.exp: Likewise.
19003 * gdb.reverse/watch-precsave.exp: Likewise.
19004
19005 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19006
19007 * gdb.base/bp-permanent.c: Include unistd.h.
19008 * gdb.python/py-framefilter-mi.c (main): Add return type.
19009 * gdb.python/py-framefilter.c (main): Likewise.
19010 * gdb.trace/actions-changed.c (main): Likewise.
19011
19012 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19013
19014 * gdb.mi/until.c: Add eye-catchers.
19015 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
19016 line numbers.
19017
19018 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19019
19020 * gdb.base/condbreak.exp: Drop references to removed non-prototype
19021 function header variants in break1.c.
19022 * gdb.base/ena-dis-br.exp: Likewise.
19023 * gdb.base/hbreak2.exp: Likewise.
19024 * gdb.reverse/until-precsave.exp: Drop references to removed
19025 non-prototype function header variants in ur1.c.
19026 * gdb.reverse/until-reverse.exp: Likewise.
19027
19028 2014-11-17 Petr Machata <pmachata@redhat.com>
19029
19030 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
19031 ${_cu_offset_size} bytes abbrev offset.
19032
19033 2014-11-15 Doug Evans <xdje42@gmail.com>
19034
19035 PR symtab/17559
19036 * gdb.base/line-symtabs.exp: New file.
19037 * gdb.base/line-symtabs.c: New file.
19038 * gdb.base/line-symtabs.h: New file.
19039
19040 2014-11-14 Yao Qi <yao@codesourcery.com>
19041
19042 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
19043 (func): Add label func_label.
19044 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
19045 Replace low_pc and high_pc with MACRO_AT_range.
19046 Replace name, low_pc and high_pc with MACRO_AT_func.
19047
19048 2014-11-14 Yao Qi <yao@codesourcery.com>
19049
19050 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
19051 Replace name, low_pc and high_pc with MACRO_AT_func.
19052
19053 2014-11-14 Yao Qi <yao@codesourcery.com>
19054
19055 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
19056 produce debug information.
19057 * gdb.dwarf2/implptr-optimized-out.S: Removed.
19058
19059 2014-11-14 Yao Qi <yao@codesourcery.com>
19060
19061 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
19062 object and get function length.
19063 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
19064 with MACRO_AT_func.
19065 (top-level): Replace gdb_compile and clean_restart with
19066 prepare_for_testing.
19067 * gdb.dwarf2/main.c (main): Add label main_label.
19068
19069 2014-11-14 Yao Qi <yao@codesourcery.com>
19070
19071 * lib/dwarf.exp (function_range): New procedure.
19072 (Dwarf::_handle_macro_at_func): New procedure.
19073 (Dwarf::_handle_macro_at_range): New procedure.
19074 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
19075
19076 2014-11-14 Yao Qi <yao@codesourcery.com>
19077
19078 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
19079 (_handle_attribute): New procedure.
19080
19081 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19082
19083 * gdb.ada/cond_lang/foo.c (callme): Add return type.
19084 * gdb.base/call-sc.c (zed): Likewise.
19085 * gdb.base/checkpoint.c (main): Likewise.
19086 * gdb.base/dump.c (main): Likewise.
19087 * gdb.base/gcore.c (main): Likewise.
19088 * gdb.base/huge.c (main): Likewise.
19089 * gdb.base/multi-forks.c (main): Likewise.
19090 * gdb.base/pr10179-a.c (main): Likewise.
19091 * gdb.base/savedregs.c (main): Likewise.
19092 * gdb.base/sigaltstack.c (main): Likewise.
19093 * gdb.base/siginfo.c (main): Likewise.
19094 * gdb.base/structs.c (zed): Likewise.
19095 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
19096 * gdb.mi/mi-syn-frame.c (main): Likewise.
19097 * gdb.mi/until.c (foo, main): Likewise.
19098 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
19099 * gdb.base/solib-weak.c (foo): Declare.
19100 * gdb.base/attach-twice.c: Include stdio.h.
19101 * gdb.base/weaklib1.c: Likewise.
19102 * gdb.base/weaklib2.c: Likewise.
19103 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
19104 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
19105 unistd.h.
19106 * gdb.base/attach-pie-misread.c: Include stdlib.h.
19107 * gdb.mi/mi-exit-code.c: Likewise.
19108 * gdb.base/break-interp-lib.c: Include string.h.
19109 * gdb.base/coremaker.c: Likewise.
19110 * gdb.base/testenv.c: Likewise.
19111 * gdb.python/py-finish-breakpoint.c: Likewise.
19112 * gdb.base/inferior-died.c: Include sys/wait.h.
19113 * gdb.base/fileio.c: Include time.h.
19114 * gdb.base/async-shell.c: Include unistd.h.
19115 * gdb.base/dprintf-non-stop.c: Likewise.
19116 * gdb.base/info-os.c: Likewise.
19117 * gdb.mi/mi-console.c: Likewise.
19118 * gdb.mi/watch-nonstop.c: Likewise.
19119 * gdb.python/py-events.c: Likewise.
19120 * gdb.base/async.c (baz): Move up before its invocation.
19121 * gdb.base/code_elim2.c (my_global_func): Likewise.
19122 * gdb.base/skip-solib-lib.c (multiply): Likewise.
19123 * gdb.base/advance.c (func2): Likewise.
19124
19125 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19126
19127 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
19128 variant.
19129 * gdb.base/annota3.c: Likewise.
19130 * gdb.base/async.c: Likewise.
19131 * gdb.base/average.c: Likewise.
19132 * gdb.base/call-ar-st.c: Likewise.
19133 * gdb.base/call-rt-st.c: Likewise.
19134 * gdb.base/call-sc.c: Likewise.
19135 * gdb.base/call-strs.c: Likewise.
19136 * gdb.base/ending-run.c: Likewise.
19137 * gdb.base/execd-prog.c: Likewise.
19138 * gdb.base/exprs.c: Likewise.
19139 * gdb.base/foll-exec.c: Likewise.
19140 * gdb.base/foll-fork.c: Likewise.
19141 * gdb.base/foll-vfork.c: Likewise.
19142 * gdb.base/funcargs.c: Likewise.
19143 * gdb.base/gcore.c: Likewise.
19144 * gdb.base/jump.c: Likewise.
19145 * gdb.base/langs0.c: Likewise.
19146 * gdb.base/langs1.c: Likewise.
19147 * gdb.base/langs2.c: Likewise.
19148 * gdb.base/mips_pro.c: Likewise.
19149 * gdb.base/nodebug.c: Likewise.
19150 * gdb.base/opaque0.c: Likewise.
19151 * gdb.base/opaque1.c: Likewise.
19152 * gdb.base/recurse.c: Likewise.
19153 * gdb.base/run.c: Likewise.
19154 * gdb.base/scope0.c: Likewise.
19155 * gdb.base/scope1.c: Likewise.
19156 * gdb.base/setshow.c: Likewise.
19157 * gdb.base/setvar.c: Likewise.
19158 * gdb.base/shmain.c: Likewise.
19159 * gdb.base/shr1.c: Likewise.
19160 * gdb.base/shr2.c: Likewise.
19161 * gdb.base/sigall.c: Likewise.
19162 * gdb.base/signals.c: Likewise.
19163 * gdb.base/so-indr-cl.c: Likewise.
19164 * gdb.base/solib2.c: Likewise.
19165 * gdb.base/structs.c: Likewise.
19166 * gdb.base/sum.c: Likewise.
19167 * gdb.base/vforked-prog.c: Likewise.
19168 * gdb.base/watchpoint.c: Likewise.
19169 * gdb.reverse/shr2.c: Likewise.
19170 * gdb.reverse/until-reverse.c: Likewise.
19171 * gdb.reverse/ur1.c: Likewise.
19172 * gdb.reverse/watch-reverse.c: Likewise.
19173
19174 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19175
19176 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
19177 variant.
19178 * gdb.base/sepdebug.exp: Drop references to removed code.
19179
19180 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19181
19182 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
19183 variant. Preserve original line numbering.
19184 * gdb.base/list1.c: Likewise.
19185
19186 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19187
19188 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
19189 variant.
19190 * gdb.base/break1.c: Likewise.
19191 * gdb.base/break.exp: Drop references to removed code.
19192
19193 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19194
19195 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
19196 variant.
19197
19198 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19199
19200 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
19201
19202 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19203
19204 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
19205 logic into perform_all_tests() and invoke it with and without
19206 function header prototypes.
19207 (do_function_calls): Remove conditional XFAIL for PR 5318.
19208 (rerun_and_prepare): Remove duplicate code.
19209 (perform_all_tests): New. Main logic moved here.
19210
19211 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19212
19213 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
19214 code guarded by #ifdef NO_PROTOTYPES.
19215 (t_double_many_args): Likewise.
19216 (DEF_FUNC_MANY_ARGS_1): Likewise.
19217 (DEF_FUNC_VALUES_1): Likewise.
19218 (t_structs_ldc): Renamed from t_structs_fc in conditional code
19219 guarded by #ifdef PROTOTYPES.
19220
19221 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19222
19223 * gdb.mi/mi-console.c: Add eye-catcher.
19224 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
19225 instead of literal line number.
19226
19227 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19228
19229 * gdb.base/shr2.c: Add eye-catcher.
19230 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
19231 line number.
19232
19233 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19234
19235 * gdb.base/jump.c: Add eye-catchers.
19236 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
19237 numbers.
19238
19239 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19240
19241 * gdb.base/execd-prog.c: Add eye-catchers.
19242 * gdb.base/foll-exec.c: Likewise.
19243 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
19244 line numbers.
19245
19246 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19247
19248 * gdb.base/ending-run.c: Add eye-catchers.
19249 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
19250 literal line numbers.
19251
19252 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19253
19254 * gdb.base/call-rt-st.c: Add eye-catchers.
19255 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
19256 literal line numbers.
19257
19258 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19259
19260 * gdb.base/call-ar-st.c: Add eye-catchers.
19261 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
19262 literal line numbers.
19263
19264 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19265
19266 * gdb.base/average.c: Add eye-catchers.
19267 * gdb.base/sum.c: Likewise.
19268 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
19269 regexps dynamically.
19270
19271 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19272
19273 * gdb.base/solib1.c: Add eye-catchers.
19274 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
19275 literal line numbers.
19276
19277 2014-11-12 Pedro Alves <palves@redhat.com>
19278
19279 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
19280 leader has exited.
19281
19282 2014-11-12 Pedro Alves <palves@redhat.com>
19283
19284 * gdb.arch/i386-bp_permanent.c: New file.
19285 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
19286 (srcfile): Set to i386-bp_permanent.c.
19287 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
19288 that stepi does not execute the 'leave' instruction, instead of
19289 testing it does execute.
19290 * gdb.base/bp-permanent.c: New file.
19291 * gdb.base/bp-permanent.exp: New file.
19292
19293 2014-11-10 Doug Evans <xdje42@gmail.com>
19294
19295 PR symtab/17564
19296 * gdb.base/symtab-search-order.exp: New file.
19297 * gdb.base/symtab-search-order.c: New file.
19298 * gdb.base/symtab-search-order-1.c: New file.
19299 * gdb.base/symtab-search-order-shlib-1.c: New file.
19300
19301 2014-11-07 Pedro Alves <palves@redhat.com>
19302
19303 PR gdb/17511
19304 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
19305 i?86-*-linux*.
19306
19307 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
19308
19309 PR c++/17494
19310 * gdb.cp/pr17494.cc: New file.
19311 * gdb.cp/pr17494.exp: New file.
19312
19313 2014-11-02 Yao Qi <yao@codesourcery.com>
19314
19315 * gdb.python/python.exp: Get working directory and match the
19316 output of "set extended-prompt \\w " with it.
19317
19318 2014-10-30 Doug Evans <dje@google.com>
19319
19320 * gdb.python/py-objfile.exp: Add tests for setting random attributes
19321 in objfiles.
19322 * gdb.python/py-progspace.exp: Add tests for setting random attributes
19323 in progspaces.
19324
19325 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
19326
19327 * gdb.base/fullpath-expand.exp: Skip for a remote host.
19328 * gdb.base/realname-expand.exp: Likewise.
19329 * gdb.linespec/macro-relative.exp: Likewise.
19330
19331 2014-10-29 Pedro Alves <palves@redhat.com>
19332
19333 PR gdb/17408
19334 * gdb.threads/schedlock.c (some_function): New function.
19335 (call_function): New global.
19336 (MAYBE_CALL_SOME_FUNCTION): New macro.
19337 (thread_function): Call it.
19338 * gdb.threads/schedlock.exp (get_args): Add description parameter,
19339 and use it instead of a global counter. Adjust all callers.
19340 (get_current_thread): Use "find current thread" for test message
19341 here rather than having all callers pass down the same string.
19342 (goto_loop): New procedure, factored out from ...
19343 (my_continue): ... this.
19344 (step_ten_loops): Change parameter from test message to command to
19345 use. Adjust.
19346 (list_count): Delete global.
19347 (check_result): New procedure, factored out from duplicate top
19348 level code.
19349 (continue tests): Wrap in with_test_prefix.
19350 (test_step): New procedure, factored out from duplicate top level
19351 code.
19352 (top level): Test "step" in combination with all scheduler-locking
19353 modes. Test "next" in combination with all scheduler-locking
19354 modes, and in combination with stepping over a function call or
19355 not.
19356 * gdb.threads/next-bp-other-thread.c: New file.
19357 * gdb.threads/next-bp-other-thread.exp: New file.
19358
19359 2014-10-29 Pedro Alves <palves@redhat.com>
19360
19361 PR python/17372
19362 * gdb.python/python.exp: Test a multi-line command that spawns
19363 interactive Python.
19364 * gdb.base/multi-line-starts-subshell.exp: New file.
19365
19366 2014-10-29 Yao Qi <yao@codesourcery.com>
19367
19368 * gdb.base/fileio.exp: Make directories on host.
19369
19370 2014-10-29 Yao Qi <yao@codesourcery.com>
19371
19372 * gdb.base/fileio.c (test_write): Close the file.
19373
19374 2014-10-28 Pedro Alves <palves@redhat.com>
19375
19376 PR gdb/12623
19377 * gdb.base/sigstep.c (no_handler): New global.
19378 (main): If 'no_handler is true, set the signal handlers to
19379 SIG_IGN.
19380 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
19381 with_sw_watch and no_handler parameters. Handle them.
19382 (top level) <stepping over handler when stopped at a breakpoint
19383 test>: Add a test axis for testing with a software watchpoint, and
19384 another for testing with the signal handler set to SIG_IGN.
19385 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
19386 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
19387
19388 2014-10-28 Pedro Alves <palves@redhat.com>
19389
19390 PR gdb/17511
19391 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
19392 * gdb.base/sigstep.exp (other_handler_location): New global.
19393 (advance): Support stepping into the signal handler, and running
19394 commands while in the handler.
19395 (in_handler_map): New global.
19396 (top level): In the advance test, add combinations for getting
19397 into the handler with stepping commands, and for running commands
19398 in the handler. Add comment descripting the advancei tests.
19399
19400 2014-10-28 Pedro Alves <palves@redhat.com>
19401
19402 * gdb.base/sigstep.exp: Use build_executable instead of
19403 prepare_for_testing.
19404 (top level): Move code that starts GDB, runs to main and creates a
19405 display to ...
19406 (restart): ... this new procedure.
19407 (top level): Move backtrace from signal handler test to ...
19408 (validate_backtrace): ... this new procedure.
19409 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
19410 with_test_prefix. Always restart GDB.
19411 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
19412 with_test_prefix. Always restart GDB. No need to delete
19413 breakpoints after the test.
19414 (test_skip_handler): Remove prefix parameter.
19415 (skip_over_handler, breakpoint_to_handler)
19416 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
19417 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
19418 restart GDB. No need to delete breakpoints after the test.
19419 (top level): Use foreach to call the test procedures with
19420 different commands.
19421
19422 2014-10-28 Pedro Alves <palves@redhat.com>
19423
19424 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
19425 instead of GNATS numbers.
19426 * gdb.base/sigbpt.exp: Likewise.
19427 * gdb.base/siginfo.exp: Likewise.
19428 * gdb.base/sigstep.exp: Likewise.
19429
19430 2014-10-27 Pedro Alves <palves@redhat.com>
19431
19432 * gdb.base/sigstep.c (dummy): New global.
19433 (main): Issue a couple writes to the new global.
19434 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
19435 procedures.
19436 (skip_over_handler): Use test_skip_handler.
19437 (top level): Call skip_over_handler for stepi and nexti too.
19438 (breakpoint_over_handler): Use test_skip_handler.
19439 (top level): Call breakpoint_over_handler for stepi and nexti too.
19440
19441 2014-10-27 Yao Qi <yao@codesourcery.com>
19442
19443 * gdb.trace/tfile.c (adjust_function_address)
19444 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
19445 function descriptor.
19446
19447 2014-10-24 Don Breazeal <donb@codesourcery.com>
19448
19449 * gdb.base/foll-fork.exp (test_follow_fork,
19450 catch_fork_child_follow): Check for updated fork messages emitted
19451 from infrun.c.
19452 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
19453 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
19454 vfork_and_exec_child_follow_through_step): Check for updated vfork
19455 messages emitted from infrun.c.
19456
19457 2014-10-24 Pedro Alves <palves@redhat.com>
19458
19459 * gdb.base/corefile.exp: Remove references to ultrix.
19460 * gdb.base/interrupt.exp: Likewise.
19461 * gdb.base/whatis.exp: Likewise.
19462 * gdb.gdb/selftest.exp: Likewise.
19463 * gdb.threads/manythreads.exp: Likewise.
19464 * gdb.threads/print-threads.exp: Likewise.
19465 * gdb.threads/pthreads.exp:: Likewise.
19466 * gdb.threads/schedlock.exp: Likewise.
19467
19468 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
19469
19470 * gdb.cp/non-trivial-retval.cc: Add a test case.
19471 * gdb.cp/non-trivial-retval.exp: Add a test.
19472
19473 2014-10-20 Yao Qi <yao@codesourcery.com>
19474
19475 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
19476 * gdb.python/py-objfile-script-gdb.py: New file.
19477 * gdb.python/py-objfile-script.exp: Update reference to
19478 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
19479 of remote_download. Remove the dest file.
19480
19481 2014-10-20 Yao Qi <yao@codesourcery.com>
19482
19483 * gdb.base/checkpoint.exp: Don't remove file copied on host.
19484 * gdb.base/step-line.exp: Likewise.
19485 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19486 * gdb.dwarf2/dw2-basic.exp: Likewise.
19487 * gdb.dwarf2/dw2-compressed.exp: Likewise.
19488 * gdb.dwarf2/dw2-filename.exp: Likewise.
19489 * gdb.dwarf2/dw2-intercu.exp: Likewise.
19490 * gdb.dwarf2/dw2-intermix.exp: Likewise.
19491 * gdb.dwarf2/dw2-producer.exp: Likewise.
19492 * gdb.dwarf2/mac-fileno.exp: Likewise.
19493 * gdb.python/py-frame-args.exp: Likewise.
19494 * gdb.python/py-framefilter.exp: Likewise.
19495 * gdb.python/py-mi.exp: Likewise.
19496 * gdb.python/py-objfile-script.exp: Likewise
19497 * gdb.python/py-pp-integral.exp: Likewise.
19498 * gdb.python/py-pp-re-notag.exp: Likewise.
19499 * gdb.python/py-prettyprint.exp: Likewise.
19500 * gdb.python/py-section-script.exp: Likewise.
19501 * gdb.python/py-typeprint.exp: Likewise.
19502 * gdb.python/py-xmethods.exp: Likewise.
19503 * gdb.stabs/weird.exp: Likewise.
19504 * gdb.xml/tdesc-regs.exp: Likewise.
19505
19506 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
19507
19508 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
19509 (out_cu): Use addr_len for the size of addresses.
19510 (out_line): Likewise. Size DW_LNE_set_address instruction
19511 according to addr_len.
19512 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
19513 (FUNC): Add START_INSNS to definition.
19514
19515 2014-10-18 Yao Qi <yao@codesourcery.com>
19516
19517 * gdb.base/argv0-symlink.exp: Check argv[0] value if
19518 gdb_has_argv0 return true.
19519 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
19520 check [target_info exists noargs], check [gdb_has_argv0]
19521 instead.
19522 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19523 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
19524 procedures.
19525
19526 2014-10-17 Doug Evans <dje@google.com>
19527
19528 * gdb.python/py-events.exp: Update expected output for clear_objfiles
19529 event.
19530 * gdb.python/py-events.py: Add clear_objfiles event.
19531
19532 2014-10-17 Doug Evans <dje@google.com>
19533
19534 * gdb.python/py-objfile.exp: Test progspace attribute.
19535
19536 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
19537
19538 * gdb.guile/scm-breakpoint.exp: Do not assume any
19539 directory separators when matching source file paths.
19540 * gdb.python/py-breakpoint.exp: Likewise.
19541 * gdb.reverse/break-precsave.exp: Likewise.
19542 * gdb.reverse/break-reverse.exp: Likewise.
19543 * gdb.reverse/consecutive-precsave.exp: Likewise.
19544 * gdb.reverse/finish-precsave.exp: Likewise.
19545 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
19546 * gdb.reverse/finish-reverse.exp: Likewise.
19547 * gdb.reverse/i386-precsave.exp: Likewise.
19548 * gdb.reverse/i387-env-reverse.exp: Likewise.
19549 * gdb.reverse/i387-stack-reverse.exp: Likewise.
19550 * gdb.reverse/machinestate-precsave.exp: Likewise.
19551 * gdb.reverse/machinestate.exp: Likewise.
19552 * gdb.reverse/sigall-precsave.exp: Likewise.
19553 * gdb.reverse/solib-precsave.exp: Likewise.
19554 * gdb.reverse/step-precsave.exp: Likewise.
19555 * gdb.reverse/until-precsave.exp: Likewise.
19556 * gdb.reverse/watch-precsave.exp: Likewise.
19557 * gdb.reverse/watch-reverse.exp: Likewise.
19558
19559 2014-10-17 Yao Qi <yao@codesourcery.com>
19560
19561 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
19562 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
19563
19564 2014-10-17 Pedro Alves <palves@redhat.com>
19565
19566 PR gdb/17471
19567 * gdb.base/bg-execution-repeat.c: New file.
19568 * gdb.base/bg-execution-repeat.exp: New file.
19569
19570 2014-10-17 Pedro Alves <palves@redhat.com>
19571
19572 PR gdb/17300
19573 * gdb.base/continue-all-already-running.c: New file.
19574 * gdb.base/continue-all-already-running.exp: New file.
19575
19576 2014-10-17 Pedro Alves <palves@redhat.com>
19577
19578 PR gdb/17472
19579 * gdb.base/annota-input-while-running.c: New file.
19580 * gdb.base/annota-input-while-running.exp: New file.
19581
19582 2014-10-17 Pedro Alves <palves@redhat.com>
19583
19584 * gdb.base/callfuncs.exp: emove references to osf.
19585 * gdb.base/sigall.exp: Likewise.
19586 * gdb.gdb/selftest.exp: Likewise.
19587 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
19588 * gdb.mi/non-stop.c: Likewise.
19589 * gdb.mi/pthreads.c: Likewise.
19590 * gdb.reverse/sigall-precsave.exp: Likewise.
19591 * gdb.reverse/sigall-reverse.exp: Likewise.
19592 * gdb.threads/pthreads.c: Likewise.
19593 * gdb.threads/pthreads.exp: Likewise.
19594
19595 2014-10-17 Yao Qi <yao@codesourcery.com>
19596
19597 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
19598 check 'target_info exists noargs'.
19599 (test_command_prompt_position): Likewise.
19600 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
19601 Remove "set args".
19602 (progvar_simple_while_test): Likewise.
19603 (progvar_complex_if_while_test): Likewise.
19604 (if_while_breakpoint_command_test): Likewise.
19605 (infrun_breakpoint_command_test): Likewise.
19606 (breakpoint_command_test): Likewise.
19607 (watchpoint_command_test): Likewise.
19608 (bp_deleted_in_command_test): Likewise.
19609 (temporary_breakpoint_commands): Likewise.
19610
19611 2014-10-16 Yao Qi <yao@codesourcery.com>
19612
19613 * gdb.base/remotetimeout.exp: Remove noargs checking.
19614
19615 2014-10-15 Pedro Alves <palves@redhat.com>
19616
19617 PR breakpoints/9649
19618 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
19619 * gdb.base/breakpoint-in-ro-region.exp
19620 (probe_target_hardware_step): New procedure.
19621 (top level): Probe hardware stepping and hardware breakpoint
19622 support. Test stepping through a read-only region, with both
19623 "breakpoint auto-hw" on and off and both "always-inserted" on and
19624 off.
19625
19626 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
19627
19628 * gdb.dlang/demangle.exp: Update for demangling changes.
19629
19630 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
19631
19632 * gdb.cp/non-trivial-retval.cc: Add new test cases.
19633 * gdb.cp/non-trivial-retval.exp: Add new tests.
19634
19635 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
19636
19637 PR c++/13403
19638 PR c++/15154
19639 * gdb.cp/non-trivial-retval.cc: New file.
19640 * gdb.cp/non-trivial-retval.exp: New file.
19641
19642 2014-10-15 Yao Qi <yao@codesourcery.com>
19643
19644 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
19645 remote host.
19646
19647 2014-10-15 Yao Qi <yao@codesourcery.com>
19648
19649 * gdb.python/py-symbol.exp: Match file base name if host is
19650 remote, otherwise match file name with dir name.
19651 * gdb.python/py-symtab.exp: Likewise.
19652 * gdb.python/python.exp: Likewise.
19653
19654 2014-10-15 Yao Qi <yao@codesourcery.com>
19655
19656 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
19657 pattern.
19658 * gdb.python/py-symtab.exp: Likewise.
19659 * gdb.python/python.exp: Remove trailing ".*". Fix typo
19660 locationn.
19661
19662 2014-10-14 Joel Brobecker <brobecker@adacore.com>
19663
19664 * gdb.ada/addr_arith: New testcase.
19665
19666 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
19667
19668 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
19669 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
19670 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
19671 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
19672
19673 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
19674
19675 * gdb.arch/stap-eval-lang-ada.S: Likewise.
19676 * gdb.arch/stap-eval-lang-ada.c: Likewise.
19677 * gdb.arch/stap-eval-lang-ada.exp: New file.
19678
19679 2014-10-14 Yao Qi <yao@codesourcery.com>
19680
19681 * gdb.mi/mi-var-child.c (nothing1): New function.
19682 (nothing2): New function.
19683 (do_children_tests): Set function pointers by nothing1 and
19684 nothing2.
19685 * gdb.mi/mi-var-child.exp: Step over new added statements.
19686 Update test to match the new output.
19687 * gdb.mi/var-cmd.c (nothing1): New function.
19688 (nothing2): New function.
19689 (do_children_tests): Set function pointers by nothing1 and
19690 nothing2.
19691 * gdb.mi/mi-var-display.exp: Update test to match output.
19692 Step to the line specified by $line_dct_nothing.
19693 Increase the number of lines to step.
19694
19695 2014-10-14 Yao Qi <yao@codesourcery.com>
19696
19697 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
19698 tests.
19699 * gdb.mi/mi2-var-child.exp: Likewise.
19700
19701 2014-10-13 Doug Evans <dje@google.com>
19702
19703 * gdb.python/py-objfile.exp: Change name of file name test.
19704
19705 2014-10-13 Doug Evans <dje@google.com>
19706
19707 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
19708 from the start of the CU.
19709
19710 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
19711 Yao Qi <yao@codesourcery.com>
19712
19713 Fix "save breakpoints" for "catch" command.
19714 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
19715 Remove -nonewline. Match also the added "main" line.
19716
19717 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19718
19719 Fix "save breakpoints" for "disable $bpnum" command.
19720 * gdb.base/save-bp.c (main): Add label.
19721 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
19722
19723 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19724
19725 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
19726
19727 2014-10-11 Yao Qi <yao@codesourcery.com>
19728
19729 * gdb.server/server-kill.exp: Execute command
19730 "set remote trace-status-packet on" before "tstatus".
19731
19732 2014-10-11 Yao Qi <yao@codesourcery.com>
19733
19734 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
19735 (main): Call getppid.
19736 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
19737 and continue to it. Read variable "server_pid".
19738
19739 2014-10-11 Yao Qi <yao@codesourcery.com>
19740
19741 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
19742
19743 2014-10-11 Yao Qi <yao@codesourcery.com>
19744
19745 * gdb.threads/thread-find.exp: Don't execute command
19746 "info threads".
19747 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
19748 * gdb.threads/linux-dp.exp: Don't check the condition
19749 $threads_created equals to zero.
19750
19751 2014-10-10 Pedro Alves <palves@redhat.com>
19752
19753 * gdb.base/bigcore.exp: Remove references to IRIX.
19754 * gdb.base/funcargs.exp: Likewise.
19755 * gdb.base/interrupt.exp: Likewise.
19756 * gdb.base/mips_pro.exp: Likewise.
19757 * gdb.base/nodebug.exp: Likewise.
19758 * gdb.base/setvar.exp: Likewise.
19759 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
19760
19761 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19762 Pedro Alves <palves@redhat.com>
19763
19764 PR symtab/14466
19765 * gdb.base/vdso-warning.c: New file.
19766 * gdb.base/vdso-warning.exp: New file.
19767
19768 2014-10-02 Doug Evans <dje@google.com>
19769
19770 * gdb.base/structs.c (main): Don't run forever.
19771
19772 2014-10-02 Pedro Alves <palves@redhat.com>
19773
19774 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
19775 (top level) <stop threads 1, stop threads 2>: Use it.
19776
19777 2014-10-02 Pedro Alves <palves@redhat.com>
19778
19779 * gdb.threads/break-while-running.exp (test): Add new
19780 'update_thread_list' argument. Skip "info threads" if false.
19781 (top level): Add new 'update_thread_list' axis.
19782
19783 2014-10-02 Pedro Alves <palves@redhat.com>
19784
19785 PR breakpoints/17431
19786 * gdb.base/execl-update-breakpoints.c: New file.
19787 * gdb.base/execl-update-breakpoints.exp: New file.
19788
19789 2014-10-01 Pedro Alves <palves@redhat.com>
19790
19791 * gdb.base/breakpoint-in-ro-region.c: New file.
19792 * gdb.base/breakpoint-in-ro-region.exp: New file.
19793
19794 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
19795
19796 * gdb.mi/mi-exit-code.exp: New file.
19797 * gdb.mi/mi-exit-code.c: New file.
19798
19799 2014-09-30 Yao Qi <yao@codesourcery.com>
19800
19801 * lib/prelink-support.exp (build_executable_own_libs): Error if
19802 the target isn't native.
19803
19804 2014-09-30 Yao Qi <yao@codesourcery.com>
19805
19806 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
19807 false.
19808
19809 2014-09-22 Pedro Alves <palves@redhat.com>
19810
19811 * gdb.threads/break-while-running.exp: New file.
19812 * gdb.threads/break-while-running.c: New file.
19813
19814 2014-09-19 Yao Qi <yao@codesourcery.com>
19815
19816 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
19817 Invoke test. Restart GDB with --readnow and invoke test again.
19818
19819 2014-09-19 Yao Qi <yao@codesourcery.com>
19820
19821 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
19822 proc set_breakpoint_on_gcd_function. Invoke
19823 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
19824 invoke set_breakpoint_on_gcd_function again.
19825
19826 2014-09-18 Doug Evans <dje@google.com>
19827
19828 * gdb.dwarf2/symtab-producer.exp: New file.
19829
19830 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
19831
19832 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
19833 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
19834 * gdb.base/global-var-nested-by-dso.c: Likewise.
19835 * gdb.base/global-var-nested-by-dso.exp: Likewise.
19836
19837 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
19838 Pedro Alves <palves@redhat.com>
19839
19840 * gdb.base/watch-bitfields.exp: Pass string other than test file
19841 name to prepare_for_testing.
19842 (watch): New procedure.
19843 (expect_watchpoint): Use with_test_prefix.
19844 (top level): Factor out tests to ...
19845 (test_watch_location, test_regular_watch): ... these new
19846 procedures, and use with_test_prefix and gdb_continue_to_end.
19847
19848 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
19849
19850 PR breakpoints/12526
19851 * gdb.base/watch-bitfields.exp: New file.
19852 * gdb.base/watch-bitfields.c: New file.
19853
19854 2014-09-16 Pedro Alves <palves@redhat.com>
19855
19856 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
19857 software and hardware addresses, not software address against
19858 itself.
19859
19860 2014-09-16 Pedro Alves <palves@redhat.com>
19861
19862 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
19863 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
19864
19865 2014-09-16 Pedro Alves <palves@redhat.com>
19866
19867 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
19868 files.
19869 * gdb.base/a2-run.exp: Remove all code guarded by istarget
19870 "*-*-vxworks*" throughout.
19871 * gdb.base/break.exp: Likewise.
19872 * gdb.base/default.exp: Likewise.
19873 * gdb.base/scope.exp: Likewise.
19874 * gdb.base/sepdebug.exp: Likewise.
19875 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
19876 throughout.
19877 * gdb.base/run.c: Likewise.
19878 * gdb.base/sepdebug.c: Likewise.
19879 * gdb.hp/gdb.aCC/run.c: Likewise.
19880 * gdb.reverse/until-reverse.c: Likewise.
19881 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
19882
19883 2014-09-16 Yao Qi <yao@codesourcery.com>
19884
19885 * boards/local-remote-host-native.exp: New file.
19886
19887 2014-09-14 Doug Evans <xdje42@gmail.com>
19888
19889 * gdb.threads/queue-signal.c (thread_count): New variable.
19890 (thread_count_mutex, thread_count_condvar): New variables.
19891 (incr_thread_count, wait_all_threads_running): New functions.
19892 (main): Wait for all threads to be in their thread functions.
19893
19894 2014-09-13 Doug Evans <xdje42@gmail.com>
19895
19896 * gdb.threads/queue-signal.c: New file.
19897 * gdb.threads/queue-signal.exp: New file.
19898
19899 2014-09-13 Doug Evans <xdje42@gmail.com>
19900
19901 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
19902 be consistent with what default_gdb_init uses.
19903 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
19904 the plain text of the prompt. Add some logging printfs.
19905 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
19906
19907 2014-09-12 Pedro Alves <palves@redhat.com>
19908
19909 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
19910 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
19911 * gdb.arch/i386-size-overlap.exp: Likewise.
19912 * gdb.arch/i386-size.exp: Likewise.
19913 * gdb.arch/i386-unwind.exp: Likewise.
19914 * gdb.base/a2-run.exp: Likewise.
19915 * gdb.base/break.exp: Likewise.
19916 * gdb.base/charset.exp: Likewise.
19917 * gdb.base/chng-syms.exp: Likewise.
19918 * gdb.base/commands.exp: Likewise.
19919 * gdb.base/dbx.exp: Likewise.
19920 * gdb.base/find.exp: Likewise.
19921 * gdb.base/funcargs.exp: Likewise.
19922 * gdb.base/jit-simple.exp: Likewise.
19923 * gdb.base/reread.exp: Likewise.
19924 * gdb.base/sepdebug.exp: Likewise.
19925 * gdb.base/step-bt.exp: Likewise.
19926 * gdb.cp/mb-inline.exp: Likewise.
19927 * gdb.cp/mb-templates.exp: Likewise.
19928 * gdb.objc/basicclass.exp: Likewise.
19929 * gdb.threads/killed.exp: Likewise.
19930
19931 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19932
19933 PR tdep/17379
19934 * gdb.arch/powerpc-stackless.S: New file.
19935 * gdb.arch/powerpc-stackless.exp: New file.
19936
19937 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19938
19939 * gdb.base/attach.c: Include unistd.h.
19940 (main): Call alarm. Add label postloop.
19941 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
19942 gdb_breakpoint, gdb_continue_to_breakpoint.
19943 (test_command_line_attach_run): Kill ${testpid} in one exit path.
19944
19945 2014-09-11 Pedro Alves <palves@redhat.com>
19946
19947 PR gdb/17347
19948 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
19949 * gdb.base/attach.exp (test_command_line_attach_run): New
19950 procedure.
19951 (top level): Call it.
19952
19953 2014-09-11 Pedro Alves <palves@redhat.com>
19954
19955 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
19956 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
19957 (do_command_attach_tests): Use spawn_wait_for_attach.
19958 * gdb.base/solib-overlap.exp: Likewise.
19959 * gdb.multi/multi-attach.exp: Likewise.
19960 * gdb.python/py-prompt.exp: Likewise.
19961 * gdb.python/py-sync-interp.exp: Likewise.
19962 * gdb.server/ext-attach.exp: Likewise.
19963
19964 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
19965
19966 * gdb.fortran/array-element.exp: Remove unexpected "continue"
19967 command in testcase. Simplify testcase.
19968
19969 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19970
19971 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
19972
19973 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19974
19975 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
19976
19977 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19978
19979 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
19980
19981 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19982
19983 * gdb.dwarf2/dynarr-ptr.c: New file.
19984 * gdb.dwarf2/dynarr-ptr.exp: New file.
19985
19986 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19987
19988 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
19989 of 30 rather than hardcoding 120 for a slow test case. Take the
19990 `gdb,timeout' target setting into account for this calculation.
19991 Don't extend the timeout for the test cases that don't need it.
19992
19993 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19994
19995 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
19996 a factor of 2 for a slow test case. Take the `gdb,timeout'
19997 target setting into account for this calculation.
19998 * gdb.reverse/until-precsave.exp: Increase the timeout by
19999 a factor of 15 and 3 respectively rather than adding 120
20000 for a pair of slow test cases. Take the `gdb,timeout'
20001 target setting into account for this calculation.
20002
20003 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20004
20005 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
20006 timeout, don't pass one down to gdb_expect.
20007 (gdb_expect): Rework timeout selection.
20008
20009 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20010
20011 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
20012 exception on timeout.
20013 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
20014 (gdbserver_start_extended): Catch any `gdbserver_start' error
20015 exceptions.
20016 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
20017 * lib/mi-support.exp (mi_gdb_target_load): Catch any
20018 `gdbserver_gdb_load' error exceptions.
20019
20020 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20021
20022 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
20023 120 on waiting for the TCP socket to open.
20024
20025 2014-09-09 Doug Evans <xdje42@gmail.com>
20026
20027 * gdb.base/default.exp (show_conv_list): Add _caller_is,
20028 _caller_matches, _any_caller_is, _any_caller_matches.
20029
20030 2014-09-09 Doug Evans <xdje42@gmail.com>
20031
20032 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
20033
20034 2014-09-09 Yao Qi <yao@codesourcery.com>
20035
20036 * gdb.mi/mi-var-display.exp: Set print symbol off.
20037
20038 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
20039
20040 PR gdb/17035
20041 * gdb.base/commands.exp: Add tests to verify user-defined
20042 commands with empty bodies.
20043 * gdb.python/py-cmd.exp: Test that we don't show user-defined
20044 python commands in `show user command`.
20045 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
20046 scheme commands in `show user command`.
20047
20048 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20049
20050 PR python/17355
20051 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
20052 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
20053 * gdb.python/py-framefilter-invalidarg.exp: New file.
20054 * gdb.python/py-framefilter-invalidarg.py: New file.
20055
20056 2014-09-06 Doug Evans <xdje42@gmail.com>
20057
20058 PR 15276
20059 * gdb.python/py-caller-is.c: New file.
20060 * gdb.python/py-caller-is.exp: New file.
20061
20062 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
20063
20064 PR gdb/17235
20065 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
20066 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
20067
20068 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
20069
20070 PR fortran/17237
20071 * gdb.fortran/print-formatted.exp: New file.
20072 * gdb.fortran/print-formatted.f90: Likewise.
20073
20074 2014-09-03 Sasha Smundak <asmundak@google.com>
20075
20076 * gdb.python/py-frame.exp: Test Frame.read_register.
20077
20078 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
20079
20080 PR python/16699
20081 * gdb.python/py-completion.exp: New file.
20082 * gdb.python/py-completion.py: Likewise.
20083
20084 2014-08-28 Doug Evans <dje@google.com>
20085
20086 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
20087 eax,etc. are live with values set by gdb and thus the compiler can't
20088 use them.
20089 * gdb.arch/i386-pseudo.c (main): Ditto.
20090
20091 2014-08-27 Doug Evans <dje@google.com>
20092
20093 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
20094
20095 2014-08-25 Doug Evans <dje@google.com>
20096
20097 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
20098 (main): Ditto.
20099
20100 2014-08-25 Doug Evans <dje@google.com>
20101
20102 * gdb.threads/thread-execl.exp: #include <stdio.h>.
20103
20104 2014-08-24 Yao Qi <yao@codesourcery.com>
20105
20106 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
20107 symbol off.
20108 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
20109
20110 2014-08-22 Doug Evans <dje@google.com>
20111
20112 PR 17276
20113 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
20114 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
20115 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
20116
20117 2014-08-22 Yao Qi <yao@codesourcery.com>
20118
20119 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
20120 * gdb.python/py-finish-breakpoint2.exp: Likewise.
20121 * gdb.python/python.exp: Likewise. Use .py file on the host
20122 instead of the build.
20123
20124 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20125
20126 * gdb.threads/gcore-stale-thread.c: New file.
20127 * gdb.threads/gcore-stale-thread.exp: New file.
20128
20129 2014-08-21 Pedro Alves <palves@redhat.com>
20130
20131 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
20132 * gdb.base/gcore-relro-pie.exp: Likewise.
20133 * gdb.base/gcore-relro.exp: Likewise.
20134 * gdb.base/gcore.exp: Likewise.
20135 * gdb.base/print-symbol-loading.exp: Likewise.
20136 * gdb.threads/gcore-thread.exp: Likewise.
20137 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
20138
20139 2014-08-20 Pedro Alves <palves@redhat.com>
20140 Jan Kratochvil <jan.kratochvil@redhat.com>
20141
20142 * Makefile.in (EXTRA_RULES, CC): New variables, get from
20143 configure.
20144 (EXPECT): Handle READ1 being set.
20145 (all): Depend on EXTRA_RULES.
20146 (check-read1, expect-read1, read1.so, read1): New rules.
20147 * README (Testsuite Parameters): Document the READ1 make variable.
20148 (Race detection): New section.
20149 * configure: Regenerate.
20150 * configure.ac: If build==host==target, and running under a
20151 GNU/glibc system, add read1 to the extra Makefile rules.
20152 (EXTRA_RULES): AC_SUBST it.
20153 * lib/read1.c: New file.
20154
20155 2014-08-20 Joel Brobecker <brobecker@adacore.com>
20156
20157 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
20158 the handling of variables declared as a typedef to an array
20159 which a DW_AT_data_location attribute.
20160
20161 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
20162 Pedro Alves <palves@redhat.com>
20163
20164 PR symtab/14604
20165 PR symtab/14605
20166 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
20167 gdb_test.
20168
20169 2014-08-19 Pedro Alves <palves@redhat.com>
20170
20171 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
20172
20173 2014-08-19 Yao Qi <yao@codesourcery.com>
20174
20175 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
20176 right line.
20177
20178 2014-08-18 David Blaikie <dblaikie@gmail.com>
20179
20180 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
20181
20182 2014-08-18 Joel Brobecker <brobecker@adacore.com>
20183
20184 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
20185 attribute in array range.
20186
20187 2014-08-18 Joel Brobecker <brobecker@adacore.com>
20188
20189 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
20190
20191 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
20192
20193 PR c++/17132
20194 * gdb.cp/pr17132.cc: New file.
20195 * gdb.cp/pr17132.exp: New file.
20196
20197 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
20198
20199 * gdb.python/py-xmethods.py (A_getarrayind)
20200 (E_method_char_worker.__call__, E_method_int_worker.__call__):
20201 Use 'print' with function call syntax.
20202 (E_method_matcher.match): Fix tab vs space indentation mixup.
20203
20204 2014-08-15 Yao Qi <yao@codesourcery.com>
20205
20206 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
20207 false.
20208
20209 2014-08-15 Yao Qi <yao@codesourcery.com>
20210
20211 * gdb.cp/casts.exp: Set print symbol off.
20212 * gdb.cp/class2.exp: Likewise.
20213 * gdb.cp/overload.exp: Likewise.
20214 * gdb.cp/templates.exp: Likewise.
20215
20216 2014-08-11 Doug Evans <dje@google.com>
20217
20218 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
20219 (test_load_shlib): Update.
20220
20221 2014-08-09 Yao Qi <yao@codesourcery.com>
20222
20223 * gdb.base/display.exp: Invoke is_address_zero_readable.
20224 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
20225 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
20226 * gdb.base/hbreak-unmapped.exp: Return if
20227 is_address_zero_readable returns true.
20228 * gdb.base/signest.exp: Likewise.
20229 * gdb.base/signull.exp: Likewise.
20230 * gdb.base/sigbpt.exp: Likewise.
20231 * gdb.guile/scm-disasm.exp: Do the test if
20232 is_address_zero_readable returns false.
20233 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
20234 * gdb.python/py-arch.exp: Likewise.
20235 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
20236 * lib/gdb.exp (is_address_zero_readable): New proc.
20237
20238 2014-08-09 Yao Qi <yao@codesourcery.com>
20239
20240 PR testsuite/13443
20241 * gdb.mi/mi-var-display.exp: Make test messages unique.
20242
20243 2014-08-04 Tom Tromey <tromey@redhat.com>
20244
20245 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
20246 target 0".
20247
20248 2014-08-04 Tom Tromey <tromey@redhat.com>
20249
20250 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
20251 "target_resume".
20252
20253 2014-08-01 Joel Brobecker <brobecker@adacore.com>
20254
20255 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
20256 inner_vla_struct_object_size.
20257 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
20258 as xfail.
20259
20260 2014-07-30 Pedro Alves <palves@redhat.com>
20261
20262 * gdb.threads/signal-command-handle-nopass.exp (test): Add
20263 comment.
20264
20265 2014-07-29 Yao Qi <yao@codesourcery.com>
20266
20267 PR gdb/17206
20268 * gdb.base/until-nodebug.exp: New.
20269
20270 2014-07-28 Doug Evans <xdje42@gmail.com>
20271
20272 PR guile/17203
20273 * gdb.guile/scm-parameter.exp: Add tests for trying to create
20274 previously existing parameter, and previously ambiguously spelled
20275 parameter.
20276
20277 2014-07-28 Will Newton <will.newton@linaro.org>
20278
20279 * gdb.base/varargs.exp: Remove KFAILs for ARM.
20280
20281 2014-07-26 Ludovic Courtès <ludo@gnu.org>
20282 Doug Evans <xdje42@gmail.com>
20283
20284 PR guile/17146
20285 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
20286
20287 2014-07-25 Pedro Alves <palves@redhat.com>
20288
20289 * gdb.threads/signal-command-handle-nopass.c: New file.
20290 * gdb.threads/signal-command-handle-nopass.exp: New file.
20291 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
20292 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
20293 * gdb.threads/signal-delivered-right-thread.c: New file.
20294 * gdb.threads/signal-delivered-right-thread.exp: New file.
20295
20296 2014-07-25 Pedro Alves <palves@redhat.com>
20297
20298 * gdb.base/double-prompt-target-event-error.exp
20299 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
20300 match.
20301 (cancel_pagination_in_target_event): Rework double prompt
20302 detection.
20303 * gdb.base/paginate-after-ctrl-c-running.exp
20304 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
20305 <return>' match.
20306 * gdb.base/paginate-bg-execution.exp
20307 (test_bg_execution_pagination_return)
20308 (test_bg_execution_pagination_cancel): Remove '-notransfer
20309 <return>' matches.
20310 * gdb.base/paginate-execution-startup.exp
20311 (test_fg_execution_pagination_return)
20312 (test_fg_execution_pagination_cancel): Remove '-notransfer
20313 <return>' matches.
20314 * gdb.base/paginate-inferior-exit.exp
20315 (test_paginate_inferior_exited): Remove '-notransfer <return>'
20316 match.
20317 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
20318 * lib/gdb.exp (pagination_prompt): Run text through
20319 string_to_regexp.
20320 (gdb_test_multiple): Match $pagination_prompt instead of
20321 "<return>".
20322 (string_to_regexp): Move to lib/gdb-utils.exp.
20323
20324 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
20325
20326 * gdb.arch/amd64-entry-value-paramref.S: New file.
20327 * gdb.arch/amd64-entry-value-paramref.cc: New file.
20328 * gdb.arch/amd64-entry-value-paramref.exp: New file.
20329 * gdb.arch/amd64-optimout-repeat.S: New file.
20330 * gdb.arch/amd64-optimout-repeat.c: New file.
20331 * gdb.arch/amd64-optimout-repeat.exp: New file.
20332
20333 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
20334
20335 PR gdb/17170
20336 * gdb.base/statistics.exp: New file.
20337
20338 2014-07-17 Doug Evans <dje@google.com>
20339
20340 PR gdb/17170
20341 * gdb.base/maint.exp: Update testing of per-command stats.
20342
20343 2014-07-16 Pedro Alves <palves@redhat.com>
20344
20345 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
20346 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
20347 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
20348 (tfile_write_buf): New functions.
20349 (add_memory_block): Rewrite using the above.
20350 (adjust_function_address): New function.
20351 (FUNCTION_ADDRESS): New macro.
20352 (write_basic_trace_file): Remove short_x local, and use
20353 tfile_write_16. Change type of func_addr local to unsigned long
20354 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
20355 here. Cast argument of add_memory_block to char pointer.
20356 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
20357 (main): Remove parameters.
20358 * gdb.trace/tfile.exp: Remove nowarnings.
20359
20360 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
20361
20362 * gdb.base/debug-expr.exp: Test string evaluation with
20363 "debug expression" on.
20364
20365 2014-07-15 Pedro Alves <palves@redhat.com>
20366
20367 * gdb.base/reread.exp: Use clean_restart.
20368
20369 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
20370
20371 * gdb.arch/avr-flash-qualifer.c: New.
20372 * gdb.arch/avr-flash-qualifer.exp: New.
20373
20374 2014-07-14 Pedro Alves <palves@redhat.com>
20375
20376 * gdb.base/paginate-after-ctrl-c-running.c: New file.
20377 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
20378
20379 2014-07-14 Pedro Alves <palves@redhat.com>
20380
20381 * gdb.base/double-prompt-target-event-error.c: New file.
20382 * gdb.base/double-prompt-target-event-error.exp: New file.
20383
20384 2014-07-14 Pedro Alves <palves@redhat.com>
20385
20386 PR gdb/17072
20387 * gdb.base/paginate-inferior-exit.c: New file.
20388 * gdb.base/paginate-inferior-exit.exp: New file.
20389
20390 2014-07-14 Pedro Alves <palves@redhat.com>
20391
20392 PR gdb/17072
20393 * gdb.base/paginate-bg-execution.c: New file.
20394 * gdb.base/paginate-bg-execution.exp: New file.
20395
20396 2014-07-14 Pedro Alves <palves@redhat.com>
20397
20398 PR gdb/17072
20399 * gdb.base/paginate-execution-startup.c: New file.
20400 * gdb.base/paginate-execution-startup.exp: New file.
20401 * lib/gdb.exp (pagination_prompt): New global.
20402 (default_gdb_spawn): New procedure, factored out from
20403 default_gdb_spawn.
20404 (default_gdb_start): Adjust to call default_gdb_spawn.
20405 (gdb_spawn): New procedure.
20406
20407 2014-07-14 Pedro Alves <palves@redhat.com>
20408
20409 * lib/gdb.exp (gdb_assert): New procedure.
20410 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
20411
20412 2014-07-14 Pedro Alves <palves@redhat.com>
20413
20414 * gdb.base/execution-termios.c: New file.
20415 * gdb.base/execution-termios.exp: New file.
20416
20417 2014-07-14 Tom Tromey <tromey@redhat.com>
20418
20419 * gdb.cp/vla-cxx.cc: New file.
20420 * gdb.cp/vla-cxx.exp: New file.
20421
20422 2014-07-14 Tom Tromey <tromey@redhat.com>
20423
20424 * gdb.reverse/rerun-prec.c: New file.
20425 * gdb.reverse/rerun-prec.exp: New file.
20426
20427 2014-07-12 Maciej W. Rozycki <macro@mips.com>
20428 Maciej W. Rozycki <macro@codesourcery.com>
20429
20430 * lib/gdb-utils.exp: New file.
20431 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
20432 inline `gdb_init_command' processing.
20433 (gdb_start_cmd): Likewise.
20434 * lib/mi-support.exp (mi_run_cmd): Likewise.
20435 * README: Document `gdb_init_command' and `gdb_init_commands'.
20436
20437 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
20438
20439 Fix false FAIL running under a very long directory name.
20440 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
20441 and "set print elements 10000". Twice.
20442
20443 2014-07-11 Yao Qi <yao@codesourcery.com>
20444
20445 * gdb.base/exprs.exp: "set print symbol off".
20446
20447 2014-07-11 Pedro Alves <palves@redhat.com>
20448
20449 * gdb.threads/kill.c: New file.
20450 * gdb.threads/kill.exp: New file.
20451
20452 2014-07-10 Yao Qi <yao@codesourcery.com>
20453
20454 * gdb.trace/tfile.c (write_basic_trace_file)
20455 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
20456 address written to trace file.
20457
20458 2014-07-09 Pedro Alves <palves@redhat.com>
20459
20460 * gdb.base/attach-wait-input.exp: New file.
20461 * gdb.base/attach-wait-input.c: New file.
20462
20463 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
20464
20465 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
20466 setting up test structures.
20467 (main): Call new test function.
20468 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
20469 test function, continue into test function and walk test
20470 structures.
20471
20472 2014-07-02 Yao Qi <yao@codesourcery.com>
20473
20474 * gdb.trace/entry-values.c: Define labels 'foo_start' and
20475 'bar_start' at the beginning of functions 'foo' and 'bar'
20476 respectively.
20477 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
20478 instead of 'foo' and 'bar'.
20479
20480 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
20481
20482 * gdb.btrace/segv.exp: New.
20483 * gdb.btrace/segv.c: New.
20484
20485 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
20486
20487 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
20488 instruction.
20489
20490 2014-06-30 Mark Wielaard <mjw@redhat.com>
20491
20492 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
20493 vulture, vilify, villar): New volatile array constants.
20494 (vindictive, vegetation): New const volatile array constants.
20495 * gdb.base/volatile.exp: Test volatile and const volatile array
20496 types.
20497
20498 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
20499
20500 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
20501 target lacks support for awatch, rwatch, or hbreak.
20502
20503 2014-06-27 Yao Qi <yao@codesourcery.com>
20504
20505 * gdb.multi/dummy-frame-restore.exp: New.
20506 * gdb.multi/dummy-frame-restore.c: New.
20507
20508 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
20509
20510 * gdb.btrace/gcore.exp: New.
20511
20512 2014-06-23 Pedro Alves <palves@redhat.com>
20513
20514 * gdb.base/watchpoint-reuse-slot.c: New file.
20515 * gdb.base/watchpoint-reuse-slot.exp: New file.
20516
20517 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
20518
20519 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
20520 progspace's filename in 'info', 'enable' and 'disable' command
20521 tests.
20522
20523 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
20524
20525 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
20526 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
20527 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
20528
20529 2014-06-20 Gary Benson <gbenson@redhat.com>
20530
20531 * gdb.arch/i386-avx.exp: Fix include file location.
20532 * gdb.arch/i386-sse.exp: Likewise.
20533
20534 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
20535
20536 * gdb.dlang/expression.exp: New file.
20537
20538 2014-06-19 Pedro Alves <palves@redhat.com>
20539
20540 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
20541 out from ...
20542 (top level): ... here. Iterate running tests under different
20543 scheduler-locking settings.
20544
20545 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
20546
20547 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
20548 to DW_FORM_addr and use non-zero addresses.
20549
20550 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
20551
20552 PR gdb/17017
20553 * gdb.python/py-xmethods.cc: Add global function call counters and
20554 increment them in their respective functions. Remove "cout"
20555 statements.
20556 * gdb.python/py-xmethods.exp: Make tests check the global function
20557 call counters instead of depending on inferior IO.
20558
20559 2014-06-18 Don Breazeal <donb@codesourcery.com>
20560
20561 * gdb.base/foll-fork.exp (default_fork_parent_follow):
20562 Deleted procedure.
20563 (explicit_fork_parent_follow): Deleted procedure.
20564 (explicit_fork_child_follow): Deleted procedure.
20565 (test_follow_fork): New procedure.
20566 (do_fork_tests): Replace calls to deleted procedures with
20567 calls to test_follow_fork and reset GDB for subsequent
20568 procedure calls.
20569
20570 2014-06-17 Yao Qi <yao@codesourcery.com>
20571
20572 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
20573 CP1252.
20574
20575 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
20576
20577 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
20578 Initialize ptr and S explicitly.
20579 (skip_type_update_when_not_use_rtti_test): Likewise.
20580
20581 2014-06-16 Keith Seitz <keiths@redhat.com>
20582
20583 PR mi/15863
20584 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
20585 the inferior is started.
20586
20587 2014-06-16 Pedro Alves <palves@redhat.com>
20588
20589 * gdb.base/break-main-file-remove-fail.c: New file.
20590 * gdb.base/break-main-file-remove-fail.exp: New file.
20591 * gdb.base/break-unload-file.exp: Use build_executable instead of
20592 prepare_for_testing.
20593 (test_break): New parameter "initial_load". Handle it.
20594 (top level): Add initial_load cmdline/file axis.
20595
20596 2014-06-12 Tom Tromey <tromey@redhat.com>
20597
20598 * gdb.base/completion.exp: Don't use directory name in test.
20599
20600 2014-06-09 Gary Benson <gbenson@redhat.com>
20601
20602 * gdb.base/sigall.c [Functions to send signals]: Reorder to
20603 separate the always-available ANSI-standard signals from the
20604 signals that require checking.
20605 (main): Likewise.
20606 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
20607 Likewise.
20608 (main): Likewise.
20609
20610 2014-06-07 Keith Seitz <keiths@redhat.com>
20611
20612 Revert:
20613 PR c++/16253
20614 * gdb.cp/var-tag.cc: New file.
20615 * gdb.cp/var-tag.exp: New file.
20616 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20617 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20618 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20619 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20620
20621 2014-06-06 Doug Evans <xdje42@gmail.com>
20622
20623 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
20624
20625 2014-06-06 Pedro Alves <palves@redhat.com>
20626
20627 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
20628 in target debug output instead of looking at RSP packets,
20629 disabling the test on any target that uses hardware stepping.
20630 Update comments.
20631
20632 2014-06-06 Pedro Alves <palves@redhat.com>
20633
20634 * gdb.base/break-unload-file.exp: Fix typo.
20635
20636 2014-06-06 Yao Qi <yao@codesourcery.com>
20637
20638 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
20639 from "jit_function" to "^jit_function".
20640
20641 2014-06-06 Yao Qi <yao@codesourcery.com>
20642
20643 * gdb.base/async.c (foo): Add one statement.
20644 * gdb.base/async.exp: Get the next instruction address and
20645 match the output of "nexti" by instruction address. Match
20646 the hex address in the output of "finish".
20647
20648 2014-06-06 Gary Benson <gbenson@redhat.com>
20649
20650 * gdb.base/call-signals.c: Remove preprocessor conditionals
20651 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
20652 SIGSEGV and SIGTERM.
20653 * gdb.base/sigall.c: Likewise.
20654 * gdb.base/unwindonsignal.c: Likewise.
20655 * gdb.reverse/sigall-reverse.c: Likewise.
20656
20657 2014-06-06 Yao Qi <yao@codesourcery.com>
20658
20659 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
20660 readable, skip the test.
20661
20662 2014-06-06 Yao Qi <yao@codesourcery.com>
20663
20664 * gdb.threads/staticthreads.c (thread_function): Move the line
20665 setting breakpoint on forward.
20666 * gdb.threads/staticthreads.exp: Update comments.
20667
20668 2014-06-05 Ludovic Courtès <ludo@gnu.org>
20669
20670 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
20671 "history-append! type error".
20672
20673 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
20674
20675 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
20676 erroneous dprintf expected input.
20677
20678 2014-06-04 Doug Evans <xdje42@gmail.com>
20679
20680 * gdb.guile/scm-generics.exp: Delete.
20681
20682 2014-06-04 Doug Evans <xdje42@gmail.com>
20683
20684 * gdb.guile/scm-breakpoint.exp: Update.
20685 Add tests for breakpoint registration.
20686
20687 2014-06-04 Tom Tromey <tromey@redhat.com>
20688
20689 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
20690 VLA-in-union.
20691 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
20692 inner_vla_struct, vla_union types. Initialize objects of those
20693 types and compute their sizes.
20694
20695 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
20696 Hui Zhu <hui@codesourcery.com>
20697
20698 * gdb.base/fileio.exp: Add test for shell not available as well as
20699 available.
20700 * gdb.base/fileio.c (test_system): Check for shell twice.
20701
20702 2014-06-04 Yao Qi <yao@codesourcery.com>
20703
20704 * gdb.base/auto-connect-native-target.exp: Remove redundant
20705 space from the regexp pattern.
20706
20707 2014-06-04 Yao Qi <yao@codesourcery.com>
20708
20709 * gdb.base/default.exp: Replace "child" with "native" in
20710 regexp pattern.
20711
20712 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
20713
20714 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
20715 * gdb.python/py-xmethods.exp: New tests to test xmethods.
20716 * gdb.python/py-xmethods.py: Python script supporting the
20717 new testcase and tests.
20718
20719 2014-06-03 Joel Brobecker <brobecker@adacore.com>
20720 Pedro Alves <palves@redhat.com>
20721
20722 PR breakpoints/17000
20723 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
20724 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
20725
20726 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
20727
20728 * gdb.base/subst.exp: Add tests to verify partial path matching
20729 output.
20730
20731 2014-06-03 Pedro Alves <palves@redhat.com>
20732
20733 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
20734 target that doesn't use software single-stepping.
20735
20736 2014-06-03 Pedro Alves <palves@redhat.com>
20737
20738 PR breakpoints/17000
20739 * gdb.base/sss-bp-on-user-bp-2.c: New file.
20740 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
20741
20742 2014-06-02 Doug Evans <xdje42@gmail.com>
20743
20744 * gdb.guile/scm-parameter.exp: New file.
20745
20746 2014-06-02 Doug Evans <xdje42@gmail.com>
20747
20748 * gdb.guile/scm-cmd.c: New file.
20749 * gdb.guile/scm-cmd.exp: New file.
20750
20751 2014-06-02 Doug Evans <xdje42@gmail.com>
20752
20753 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
20754 pretty-printer lookup.
20755 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
20756 (make-pp_s-printer): Call it.
20757 (make-pretty-printer-from-dict): New function.
20758 (lookup-pretty-printer-maker-from-dict): New function.
20759 (*pretty-printer*): Simplify.
20760 (make-objfile-pp_s-printer): New function.
20761 (install-objfile-pretty-printers!): New function.
20762 (make-progspace-pp_s-printer): New function.
20763 (install-progspace-pretty-printers!): New function.
20764 * gdb.guile/scm-progspace.c: New file.
20765 * gdb.guile/scm-progspace.exp: New file.
20766
20767 2014-06-02 Pedro Alves <palves@redhat.com>
20768
20769 * gdb.base/dprintf-bp-same-addr.c: New file.
20770 * gdb.base/dprintf-bp-same-addr.exp: New file.
20771
20772 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20773
20774 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
20775 * gdb.arch/powerpc-power.s: Likewise.
20776
20777 2014-06-02 Joel Brobecker <brobecker@adacore.com>
20778
20779 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
20780
20781 2014-06-01 Yao Qi <yao@codesourcery.com>
20782
20783 * gdb.base/watchpoint.exp (test_watch_location): Check null
20784 pointer can be dereferenced. If not, do the test, otherwise
20785 skip it.
20786
20787 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
20788
20789 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
20790 results.
20791 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
20792
20793 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
20794
20795 * gdb.arch/amd64-invalid-stack-middle.S: New file.
20796 * gdb.arch/amd64-invalid-stack-middle.c: New file.
20797 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
20798 * gdb.arch/amd64-invalid-stack-top.c: New file.
20799 * gdb.arch/amd64-invalid-stack-top.exp: New file.
20800
20801 2014-05-30 Pedro Alves <palves@redhat.com>
20802
20803 PR breakpoints/17000
20804 * gdb.base/sss-bp-on-user-bp.c: New file.
20805 * gdb.base/sss-bp-on-user-bp.exp: New file.
20806
20807 2014-05-30 David Blaikie <dblaikie@gmail.com>
20808
20809 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
20810 gnu_inline semantics via attribute.
20811 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
20812 source explicitly specifies the required semantics.
20813
20814 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
20815
20816 * gdb.reverse/sigall-reverse.exp: Fix a typo.
20817
20818 2014-05-29 Pedro Alves <palves@redhat.com>
20819 Tom Tromey <tromey@redhat.com>
20820
20821 * gdb.base/async-shell.exp: Don't enable target-async.
20822 * gdb.base/async.exp
20823 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
20824 parameter. Adjust.
20825 (top level): Don't test with "target-async".
20826 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
20827 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
20828 * gdb.base/inferior-died.exp: Don't enable target-async.
20829 * gdb.base/interrupt-noterm.exp: Likewise.
20830 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
20831 * gdb.mi/mi-nonstop-exit.exp: Likewise.
20832 * gdb.mi/mi-nonstop.exp: Likewise.
20833 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
20834 * gdb.mi/mi-nsintrall.exp: Likewise.
20835 * gdb.mi/mi-nsmoribund.exp: Likewise.
20836 * gdb.mi/mi-nsthrexec.exp: Likewise.
20837 * gdb.mi/mi-watch-nonstop.exp: Likewise.
20838 * gdb.multi/watchpoint-multi.exp: Adjust comment.
20839 * gdb.python/py-evsignal.exp: Don't enable target-async.
20840 * gdb.python/py-evthreads.exp: Likewise.
20841 * gdb.python/py-prompt.exp: Likewise.
20842 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
20843 * gdb.server/solib-list.exp: Don't enable target-async.
20844 * gdb.threads/thread-specific-bp.exp: Likewise.
20845 * lib/mi-support.exp: Adjust to use mi-async.
20846
20847 2014-05-29 Pedro Alves <palves@redhat.com>
20848
20849 PR gdb/13860
20850 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
20851 reason, even in sync mode.
20852
20853 2014-05-29 Pedro Alves <palves@redhat.com>
20854 Hui Zhu <hui@codesourcery.com>
20855
20856 PR PR15693
20857 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
20858 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
20859 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
20860 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
20861
20862 2014-05-28 Joel Brobecker <brobecker@adacore.com>
20863
20864 * config/monitor.exp (gdb_target_monitor): Replace use of
20865 "set remotebaud" by "set serial baud".
20866
20867 2014-05-26 Andy Wingo <wingo@igalia.com>
20868
20869 * gdb.guile/scm-breakpoint.exp:
20870 * gdb.guile/scm-gsmob.exp: Update to use plain old object
20871 properties instead of gdb-object-properties.
20872
20873 2014-05-26 Yao Qi <yao@codesourcery.com>
20874
20875 * gdb.server/no-thread-db.exp: Specify source file name
20876 explicitly when setting a breakpoint.
20877
20878 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20879
20880 * gdb.btrace/vdso.c: New.
20881 * gdb.btrace/vdso.exp: New.
20882
20883 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20884
20885 * gdb.base/gcore.exp (capture_command_output): Move ...
20886 * lib/gdb.exp (capture_command_output): ... here.
20887
20888 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20889
20890 * gdb.btrace/data.exp: Test memory access during btrace replay.
20891
20892 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
20893
20894 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
20895
20896 2014-05-21 Pedro Alves <palves@redhat.com>
20897
20898 PR gdb/13860
20899 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
20900 (top level): Test that output related to execution commands is
20901 sent to the console with CLI commands, but not with MI commands.
20902 Test that breakpoint events are always mirrored to the console.
20903 Also expect the new source line to be output after a "next" in
20904 async mode too. Make it a pass/fail test.
20905 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
20906 output.
20907 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
20908
20909 2014-05-21 Pedro Alves <palves@redhat.com>
20910
20911 * gdb.base/list.exp (build_pattern, test_list): New procedures.
20912 Use them to test variations of "list" after reaching a breakpoint.
20913 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
20914 Test "list" with listsize 10 after reaching a breakpoint.
20915 * gdb.python/python.exp (decode_line current location line
20916 number): Adjust expected line number.
20917
20918 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
20919
20920 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
20921 behavior for $args, pass it directly to "run".
20922
20923 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
20924
20925 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
20926 30000 to 65536.
20927
20928 2014-05-21 Pedro Alves <palves@redhat.com>
20929
20930 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
20931 auto-connect-native-target off".
20932 * gdb.base/auto-connect-native-target.c: New file.
20933 * gdb.base/auto-connect-native-target.exp: New file.
20934
20935 2014-05-21 Pedro Alves <palves@redhat.com>
20936
20937 * gdb.base/default.exp: Test "target native" instead of "target
20938 child".
20939
20940 2014-05-21 Mark Wielaard <mjw@redhat.com>
20941
20942 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
20943
20944 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20945
20946 Fix TLS access for -static -pthread.
20947 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
20948 <HAVE_TLS> (thread_function, main): Initialize it.
20949 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
20950 Add clean_restart.
20951 <$have_tls != "">: Check TLSVAR.
20952
20953 2014-05-21 Pedro Alves <palves@redhat.com>
20954
20955 * gdb.base/dcache-line-read-error.c: New.
20956 * gdb.base/dcache-line-read-error.exp: New.
20957
20958 2014-05-20 Pedro Alves <palves@redhat.com>
20959
20960 * gdb.base/compare-sections.c: New file.
20961 * gdb.base/compare-sections.exp: New file.
20962
20963 2014-05-20 Pedro Alves <palves@redhat.com>
20964
20965 * gdb.base/break-idempotent.c: New file.
20966 * gdb.base/break-idempotent.exp: New file.
20967
20968 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
20969
20970 * gdb.btrace/nohist.exp: New.
20971
20972 2014-05-20 Yao Qi <yao@codesourcery.com>
20973
20974 * lib/gdb.exp (gdb_init): Set timeout if test file is under
20975 gdb.reverse directory and gdb_reverse_timeout exists in board
20976 setting.
20977 * README: Document gdb_reverse_timeout.
20978
20979 2014-05-20 Yao Qi <yao@codesourcery.com>
20980
20981 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
20982 'test_file_name'. Treat args as a string instead of a list.
20983 (gdb_init): Rename argument 'args' by 'test_file_name'.
20984
20985 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
20986
20987 * gdb.arch/powerpc-power.exp: New file.
20988 * gdb.arch/powerpc-power.s: New file.
20989
20990 2014-05-16 Doug Evans <dje@google.com>
20991
20992 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
20993 * gdb.base/completion.exp: Check that all expected files exist
20994 before doing file completion.
20995
20996 2014-05-16 Doug Evans <dje@google.com>
20997
20998 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
20999 Update.
21000 (do_syscall_tests_without_xml): Update.
21001
21002 2014-05-16 Pedro Alves <palves@redhat.com>
21003
21004 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
21005 instead of "unknown output after running".
21006
21007 2014-05-16 Yao Qi <yao@codesourcery.com>
21008
21009 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
21010 file1.txt from host at the end.
21011 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
21012
21013 2014-05-15 Doug Evans <dje@google.com>
21014
21015 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
21016 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
21017 loading file. Add test for TU lookup.
21018
21019 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
21020
21021 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
21022 calling "-exec-arguments" or "set args" before running the
21023 inferior.
21024
21025 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
21026
21027 * lib/mi-support.exp (mi_expect_stop): Expect message for
21028 inferiors that exit with non-zero exit code.
21029
21030 2014-05-14 Yao Qi <yao@codesourcery.com>
21031
21032 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
21033 match absolute path on remote host.
21034 (test_file_list_exec_source_files): Remove "/" from the
21035 pattern.
21036
21037 2014-05-14 Yao Qi <yao@codesourcery.com>
21038
21039 * boards/local-remote-host-notty.exp (${board}_file): New
21040 proc.
21041
21042 2014-05-07 Kyle McMartin <kyle@redhat.com>
21043
21044 Pushed by Joel Brobecker <brobecker@adacore.com>.
21045 * gdb.arch/aarch64-atomic-inst.c: New file.
21046 * gdb.arch/aarch64-atomic-inst.exp: New file.
21047
21048 2014-05-07 Yao Qi <yao@codesourcery.com>
21049
21050 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
21051 in current context" too.
21052
21053 2014-05-05 Keith Seitz <keiths@redhat.com>
21054
21055 * gdb.linespec/ls-dollar.exp: Add test for linespec
21056 file:convenience_variable.
21057
21058 2014-05-05 Yao Qi <yao@codesourcery.com>
21059
21060 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
21061 traceframes into tfile and ctf trace files. Read data from
21062 trace file and test collected data.
21063 (gdb_collect_locals_test): Likewise.
21064 (gdb_unavailable_registers_test): Likewise.
21065 (gdb_unavailable_floats): Likewise.
21066 (gdb_collect_globals_test): Likewise.
21067 (top-level): Append "ctf" to trace_file_targets if GDB
21068 supports.
21069
21070 2014-05-05 Yao Qi <yao@codesourcery.com>
21071
21072 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
21073 code to ...
21074 (gdb_collect_args_test_1): ... it. New proc.
21075 (gdb_collect_locals_test): Move some code to ...
21076 (gdb_collect_locals_test_1): ... it. New proc.
21077 (gdb_unavailable_registers_test): Move some code to ...
21078 (gdb_unavailable_registers_test_1): ... it. New proc.
21079 (gdb_unavailable_floats): Move some code to ...
21080 (gdb_unavailable_floats_1): ... it. New proc.
21081
21082 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
21083
21084 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
21085 probes to test for bitness recognition.
21086 * gdb.arch/amd64-stap-optional-prefix.exp
21087 (test_probe_value_without_reg): New procedure.
21088 Add code to test for different kinds of bitness.
21089
21090 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
21091
21092 PR breakpoints/16889
21093 * gdb.arch/amd64-stap-optional-prefix.S: New file.
21094 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
21095
21096 2014-05-01 Pedro Alves <palves@redhat.com>
21097
21098 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
21099 gdb_file_cmd if no file is specified.
21100 * boards/native-extended-gdbserver.exp (gdb_load): Use the
21101 last_loaded_file to set the remote exec-file.
21102
21103 2014-05-01 Pedro Alves <palves@redhat.com>
21104
21105 * boards/local-remote-host.exp: New file.
21106
21107 2014-05-01 Pedro Alves <palves@redhat.com>
21108
21109 * boards/local-remote-host.exp: Rename to ...
21110 * boards/local-remote-host-notty.exp: ... this.
21111
21112 2014-04-28 Joel Brobecker <brobecker@adacore.com>
21113
21114 * gdb.ada/dyn_arrayidx: New testcase.
21115
21116 2014-04-26 Yao Qi <yao@codesourcery.com>
21117
21118 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
21119 and compute the length of function main. Save it in
21120 $main_length.
21121 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
21122 (top-level): Use gdb_compile to compile objects into
21123 executable and restart GDB. Remove invocation to
21124 prepare_for_testing.
21125
21126 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
21127 Pedro Alves <palves@redhat.com>
21128
21129 PR server/16255
21130 * gdb.multi/multi-attach.c: New file.
21131 * gdb.multi/multi-attach.exp: New file.
21132
21133 2014-04-25 Pedro Alves <palves@redhat.com>
21134
21135 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
21136 user.
21137 (top level): Test that "set remote conditional-breakpoints-packet
21138 off" works as intended.
21139 * gdb.base/dprintf.exp: Test that "set remote
21140 breakpoint-commands-packet off" works as intended.
21141 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
21142 New function.
21143 (top level): Call it.
21144 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
21145 remote fast-tracepoints-packet off" works as intended.
21146 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
21147 * lib/gdb.exp (gdb_is_target_remote): ... here.
21148
21149 2014-04-24 David Blaikie <dblaikie@gmail.com>
21150
21151 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
21152 ensure clang would not discard them.
21153 * gdb.base/gdbvars.c: Ditto.
21154 * gdb.base/memattr.c: Ditto.
21155 * gdb.base/whatis.c: Ditto.
21156 * gdb.python/py-prettyprint.c: Ditto.
21157 * gdb.trace/actions.c: Ditto.
21158 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
21159 ensure clang would not discard it.
21160
21161 2014-04-24 David Blaikie <dblaikie@gmail.com>
21162
21163 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
21164 clang to emit the full definition of type required by the test
21165 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
21166
21167 2014-04-24 David Blaikie <dblaikie@gmail.com>
21168
21169 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
21170 coax Clang into emitting the definition of the type.
21171 * gdb.cp/pr10728-x.h (y): Ditto.
21172 * gdb.cp/pr10728-y.cc (y): Ditto.
21173
21174 2014-04-24 David Blaikie <dblaikie@gmail.com>
21175
21176 * gdb.base/label.exp: XFAIL label related tests under Clang.
21177 * gdb.cp/cplabel.exp: Ditto.
21178 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
21179 under Clang those using labels.
21180
21181 2014-04-25 Yao Qi <yao@codesourcery.com>
21182
21183 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
21184 double_label.
21185 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
21186 partial_label and double_label.
21187
21188 2014-04-24 David Blaikie <dblaikie@gmail.com>
21189
21190 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
21191
21192 2014-04-24 David Blaikie <dblaikie@gmail.com>
21193
21194 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
21195 of the function to work across GCC and Clang.
21196 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
21197 pointer types (const void ** const V void **).
21198
21199 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
21200 Walfred Tedeschi <walfred.tedeschi@intel.com>
21201
21202 * Makefile.in (EXECUTABLES): Added i386-avx512.
21203 * gdb.arch/i386-avx512.c: New file.
21204 * gdb.arch/i386-avx512.exp: Likewise.
21205
21206 2014-04-23 Keith Seitz <keiths@redhat.com>
21207
21208 * lib/mi-support.exp (mi_list_breakpoints): Delete.
21209 (mi_make_breakpoint_table): New procedure.
21210 (mi_create_breakpoint): Use mi_make_breakpoint
21211 and return the result.
21212 (mi_make_breakpoint): New procedure.
21213 (mi_build_kv_pairs): New procedure.
21214
21215 * gdb.mi/mi-break.exp: Remove unused globals,
21216 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
21217 All callers updated.
21218 * gdb.mi/mi-dprintf.exp: Use variable to track command
21219 number.
21220 Update all callers of mi_create_breakpoint and use
21221 mi_make_breakpoint_table.
21222 Remove any unused global variables.
21223 * gdb.mi/mi-nonstop.exp: Likewise.
21224 * gdb.mi/mi-nsintrall.exp: Likewise.
21225 * gdb.mi/mi-nsmoribund.exp: Likewise.
21226 * gdb.mi/mi-nsthrexec.exp: Likewise.
21227 * gdb.mi/mi-reverse.exp: Likewise.
21228 * gdb.mi/mi-simplerun.exp: Likewise.
21229 * gdb.mi/mi-stepn.exp: Likewise.
21230 * gdb.mi/mi-syn-frame.exp: Likewise.
21231 * gdb.mi/mi-until.exp: Likewise.
21232 * gdb.mi/mi-var-cp.exp: Likewise.
21233 * gdb.mi/mi-var-display.exp: Likewise.
21234 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
21235 * gdb.mi/mi2-var-child.exp: Likewise.
21236 * gdb.mi/mi-vla-c99.exp: Likewise.
21237 * lib/mi-support.exp: Likewise.
21238
21239 From Ian Lance Taylor <iant@cygnus.com>:
21240 * lib/gdb.exp (parse_args): New procedure.
21241
21242 2014-04-23 Pedro Alves <palves@redhat.com>
21243
21244 * gdb.base/break-unload-file.c: New file.
21245 * gdb.base/break-unload-file.exp: New file.
21246 * gdb.base/sym-file-lib.c (baz): New function.
21247 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
21248 field.
21249 (load): Store the segment's mapped size.
21250 (unload): New function.
21251 (unload_shlib): New function.
21252 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
21253 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
21254 set a breakpoint at baz, and call it.
21255 * gdb.base/sym-file.exp: New tests for stale breakpoint
21256 instructions.
21257
21258 2014-04-23 Pedro Alves <palves@redhat.com>
21259
21260 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
21261 * gdb.base/hbreak-in-shr-unsupported.c: New file.
21262 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
21263 * gdb.base/hbreak-unmapped.c: New file.
21264 * gdb.base/hbreak-unmapped.exp: New file.
21265 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
21266 * lib/gdb.exp (gdb_is_target_remote): ... here.
21267
21268 2014-04-22 Pedro Alves <palves@redhat.com>
21269
21270 * gdb.base/consecutive-step-over.c: New file.
21271 * gdb.base/consecutive-step-over.exp: New file.
21272
21273 2014-04-22 Pedro Alves <palves@redhat.com>
21274
21275 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
21276 instead of send_gdb/gdb_expect.
21277
21278 2014-04-22 Yao Qi <yao@codesourcery.com>
21279
21280 * lib/trace-support.exp (generate_tracefile): New procedure.
21281 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
21282 return 0.
21283 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
21284 if generate_tracefile returns 1.
21285
21286 2014-04-18 Tom Tromey <palves@redhat.com>
21287 Pedro alves <tromey@redhat.com>
21288
21289 PR backtrace/15558
21290 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
21291 with a backtrace limit.
21292 * gdb.python/py-frame-inline.exp: Test running to an inline
21293 function with a backtrace limit, and printing the newest frame.
21294 * gdb.python/py-frame-inline.c (main): Call f.
21295
21296 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
21297
21298 * gdb.java/jnpe.exp: Drop srcdir from untested path.
21299
21300 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
21301
21302 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
21303 Drop prefix from unsupported source file path.
21304
21305 2014-04-17 Yao Qi <yao@codesourcery.com>
21306
21307 * lib/gdb.exp (with_target_charset): New proc.
21308 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
21309 with_target_charset.
21310 (test_print_strings): Likewise.
21311 (test_repeat_bytes): Likewise.
21312 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
21313 for some tests.
21314
21315 2014-04-16 Keith Seitz <keiths@redhat.com>
21316
21317 PR gdb/15827
21318 * gdb.dwarf2/corrupt.c: New file.
21319 * gdb.dwarf2/corrupt.exp: New file.
21320
21321 2014-04-16 Keith Seitz <keiths@redhat.com>
21322
21323 PR c++/16597
21324 * gdb.cp/namelessclass.cc: New file.
21325 * gdb.cp/namelessclass.exp: New file.
21326 * gdb.cp/namelessclass.S: New file.
21327
21328 2014-04-16 Doug Evans <dje@google.com>
21329
21330 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
21331 Add comment.
21332 (gdbserver_default_get_comm_port): New function.
21333 (gdbserver_start): Check if board file provided
21334 "gdbserver,get_comm_port" and use it if so.
21335 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
21336 (gdb,socketport): Set to "stdio".
21337 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
21338 (stdio_gdbserver_template): Delete.
21339 (${board}_get_remote_address): Update.
21340 (${board}_build_remote_cmd): Delete.
21341 (${board}_get_comm_port): New function.
21342 (${board}_spawn): Update.
21343 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
21344 Delete.
21345 (${board}_get_remote_address): Update.
21346 (${board}_get_comm_port): New function.
21347
21348 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
21349
21350 * gdb.base/memattr.exp: Improve regexps to handle memory regions
21351 appearing in any order.
21352
21353 2014-04-15 Doug Evans <dje@google.com>
21354
21355 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
21356 uninitialized value of "description".
21357
21358 2014-04-15 Keith Seitz <keiths@redhat.com>
21359
21360 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
21361 Remove unused globals.
21362 (test_running_the_program): Likewise.
21363 (test_controlled_execution): Likewise.
21364 (test_controlling_breakpoints): Likewise.
21365 (test_program_termination): Likewise.
21366
21367 2014-04-15 Keith Seitz <keiths@redhat.com>
21368
21369 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
21370 unused globals.
21371 (test_rbreak_creation_and_listing): Likewise.
21372 (test_ignore_count): Likewise.
21373 (test_error): Likewise.
21374
21375 2014-04-15 Pedro Alves <palves@redhat.com>
21376
21377 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
21378 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
21379 sym-file-loader.c.
21380 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
21381 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
21382 to sym-file-loader.c.
21383 (struct library): Forward declare.
21384 (load_shlib, lookup_function): Change prototypes.
21385 (find_shstrtab, find_strtab, find_shdr, find_symtab)
21386 (translate_offset): Remove declarations.
21387 (get_text_addr): New declaration.
21388 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
21389 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
21390 sym-file-loader.h.
21391 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
21392 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
21393 here from sym-file-loader.h.
21394 (struct library): New structure.
21395 (load_shlib, lookup_function): Change prototypes and adjust to
21396 work with a struct library.
21397 (find_shstrtab, find_strtab, find_shdr, find_symtab)
21398 (translate_offset): Make static.
21399 (get_text_addr): New function.
21400 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
21401
21402 2014-04-15 Pedro Alves <palves@redhat.com>
21403
21404 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
21405
21406 2014-04-15 Pedro Alves <palves@redhat.com>
21407
21408 * gdb.base/sym-file-loader.c: Include <limits.h>.
21409 (SELF_LINK): New define.
21410 (get_origin): New function.
21411 (load_shlib): Use it.
21412 * gdb.base/sym-file.exp: Don't early return if the target is
21413 remote. Use runto_main, and issue fail is that fails. Use
21414 gdb_load_shlibs.
21415 (shlib_name): Delete.
21416 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
21417
21418 2014-04-15 Pedro Alves <palves@redhat.com>
21419
21420 * gdb.base/sym-file.exp: Remove regex characters from test
21421 message. Don't refer to breakpoint numbers in test messages.
21422
21423 2014-04-14 Keith Seitz <keiths@redhat.com>
21424
21425 PR c++/16253
21426 * gdb.cp/var-tag.cc: New file.
21427 * gdb.cp/var-tag.exp: New file.
21428 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
21429 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
21430 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
21431 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
21432
21433 2014-04-14 Tom Tromey <tromey@redhat.com>
21434
21435 * gdb.cp/classes.exp (test_enums): Handle underlying type.
21436 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
21437 type.
21438 * gdb.cp/enum-class.exp: New file.
21439 * gdb.cp/enum-class.cc: New file.
21440
21441 2014-04-14 Tom Tromey <tromey@redhat.com>
21442
21443 * gdb.dwarf2/enum-type.exp: New file.
21444
21445 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
21446
21447 * gdb.mi/mi-vla-c99.exp: New file.
21448 * gdb.mi/vla.c: New file.
21449
21450 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
21451
21452 * gdb.base/vla-datatypes.c: New file.
21453 * gdb.base/vla-datatypes.exp: New file.
21454
21455 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
21456
21457 * gdb.base/vla-ptr.c: New file.
21458 * gdb.base/vla-ptr.exp: New file.
21459
21460 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
21461
21462 * gdb.dwarf2/count.exp: New file.
21463
21464 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
21465
21466 * gdb.base/vla-sideeffect.c: New file.
21467 * gdb.base/vla-sideeffect.exp: New file.
21468
21469 2014-04-14 David Blaikie <dblaikie@gmail.com>
21470
21471 * gdb.mi/non-stop.c: Add return value for non-void function return
21472 statement.
21473 * gdb.threads/staticthreads.c: Ditto.
21474
21475 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
21476 Doug Evans <xdje42@gmail.com>
21477
21478 * gdb.guile/scm-value.c: Improve test case.
21479 * gdb.guile/scm-value.exp: Add new test.
21480
21481 2014-04-11 David Blaikie <dblaikie@gmail.com>
21482
21483 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
21484 override Clang's default.
21485
21486 2014-04-11 Joel Brobecker <brobecker@adacore.com>
21487
21488 Revert the following changes (regressions):
21489
21490 * gdb.base/vla-sideeffect.c: New file.
21491 * gdb.base/vla-sideeffect.exp: New file.
21492
21493 * gdb.dwarf2/count.exp: New file.
21494
21495 * gdb.base/vla-multi.c: New file.
21496 * gdb.base/vla-multi.exp: New file.
21497
21498 * gdb.base/vla-ptr.c: New file.
21499 * gdb.base/vla-ptr.exp: New file.
21500
21501 * gdb.base/vla-datatypes.c: New file.
21502 * gdb.base/vla-datatypes.exp: New file.
21503
21504 * gdb.mi/mi-vla-c99.exp: New file.
21505 * gdb.mi/vla.c: New file.
21506
21507 2014-04-11 Keith Seitz <keiths@redhat.com>
21508
21509 PR c++/16675
21510 * gdb.cp/cpsizeof.exp: New file.
21511 * gdb.cp/cpsizeof.cc: New file.
21512
21513 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
21514
21515 * gdb.mi/mi-vla-c99.exp: New file.
21516 * gdb.mi/vla.c: New file.
21517
21518 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
21519
21520 * gdb.base/vla-datatypes.c: New file.
21521 * gdb.base/vla-datatypes.exp: New file.
21522
21523 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
21524
21525 * gdb.base/vla-ptr.c: New file.
21526 * gdb.base/vla-ptr.exp: New file.
21527
21528 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
21529
21530 * gdb.base/vla-multi.c: New file.
21531 * gdb.base/vla-multi.exp: New file.
21532
21533 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
21534
21535 * gdb.dwarf2/count.exp: New file.
21536
21537 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
21538
21539 * gdb.base/vla-sideeffect.c: New file.
21540 * gdb.base/vla-sideeffect.exp: New file.
21541
21542 2014-04-11 Yao Qi <yao@codesourcery.com>
21543
21544 * gdb.base/completion.exp: Check file exists before running tests
21545 on file completion.
21546
21547 2014-04-10 Pedro Alves <palves@redhat.com>
21548
21549 * gdb.base/cond-eval-mode.c: New file.
21550 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
21551 prepare_for_testing to build the new file. Check result of
21552 runto_main.
21553 (test_break, test_watch): New procedures.
21554 (top level): Use them.
21555
21556 2014-04-08 Pierre Muller <muller@sourceware.org>
21557
21558 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
21559 Ctrl-V use for mingw hosts.
21560
21561 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
21562
21563 * gdb.python/py-value.c: Improve test case.
21564 * gdb.python/py-value.exp: Add new test.
21565
21566 2014-04-07 David Blaikie <dblaikie@gmail.com>
21567
21568 * lib/compiler.c: Identify the clang compiler.
21569 * lib/compiler.cc: Ditto.
21570
21571 2014-04-03 Yao Qi <yao@codesourcery.com>
21572
21573 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
21574
21575 2014-04-01 Anton Blanchard <anton@samba.org>
21576
21577 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
21578 messages unique.
21579
21580 2014-04-01 Anton Blanchard <anton@samba.org>
21581
21582 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
21583 prepare_for_testing.
21584
21585 2014-04-01 Anton Blanchard <anton@samba.org>
21586
21587 * gdb.arch/ppc64-atomic-inst.c: Remove.
21588 * gdb.arch/ppc64-atomic-inst.S: New file.
21589 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
21590
21591 2014-03-31 Doug Evans <dje@google.com>
21592
21593 * gdb.base/print-symbol-loading-lib.c: New file.
21594 * gdb.base/print-symbol-loading-main.c: New file.
21595 * gdb.base/print-symbol-loading.exp: New file.
21596
21597 2014-03-31 Yao Qi <yao@codesourcery.com>
21598
21599 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
21600
21601 2014-03-28 Joel Brobecker <brobecker@adacore.com>
21602
21603 * gdb.ada/mi_dyn_arr: New testcase.
21604
21605 2014-03-27 Doug Evans <dje@google.com>
21606
21607 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
21608
21609 2014-03-27 Yao Qi <yao@codesourcery.com>
21610
21611 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
21612 if target is nios2-*-*.
21613
21614 2014-03-26 Yao Qi <yao@codesourcery.com>
21615
21616 * lib/gdb.exp (readline_is_used): New proc.
21617 * gdb.base/completion.exp: Move tests on command complete up.
21618 Skip the rest of tests if readline is not used.
21619 * gdb.ada/complete.exp: Skp the test if readline is not
21620 used.
21621 * gdb.base/filesym.exp: Likewise.
21622 * gdb.base/macscp.exp: Likewise.
21623 * gdb.base/readline-ask.exp: Likewise.
21624 * gdb.base/readline.exp: Likewise.
21625 * gdb.python/py-cmd.exp: Likewise.
21626 * gdb.trace/tfile.exp: Likewise.
21627
21628 2014-03-26 Yao Qi <yao@codesourcery.com>
21629
21630 * gdb.base/macscp.exp: Fix code format issues.
21631
21632 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
21633
21634 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
21635 * gdb.asm/powerpc64le.inc: New file.
21636
21637 2014-03-25 Pedro Alves <palves@redhat.com>
21638 Doug Evans <dje@google.com>
21639
21640 * gdb.base/source-execution.c: New file.
21641 * gdb.base/source-execution.exp: New file.
21642 * gdb.base/source-execution.gdb: New file.
21643
21644 2014-03-24 Doug Evans <dje@google.com>
21645
21646 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
21647 using fission.
21648
21649 2014-03-24 Hui Zhu <hui@codesourcery.com>
21650 Pedro Alves <palves@redhat.com>
21651
21652 PR breakpoints/16101
21653 * gdb.base/dprintf.exp: Use unsupported rather than changing the
21654 test pass/fail messages. Detect missing support for dprintf when
21655 breakpoints are actually inserted.
21656 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
21657 breakpoints are actually inserted.
21658 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
21659 fails.
21660
21661 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
21662
21663 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
21664
21665 2014-03-22 Doug Evans <xdje42@gmail.com>
21666
21667 * gdb.python/python.exp (python not supported): Verify multi-line
21668 python command issues an error.
21669 * gdb.guile/guile.exp (guile not supported): Verify multi-line
21670 guile command issues an error.
21671
21672 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
21673
21674 * gdb.threads/thread-specific.exp: Handle the lack of usable
21675 $this_breakpoint and $this_thread.
21676
21677 2014-03-21 Hui Zhu <hui@codesourcery.com>
21678
21679 * gdb.base/attach.exp (do_command_attach_tests): New.
21680
21681 2014-03-20 Tom Tromey <tromey@redhat.com>
21682 Pedro Alves <palves@redhat.com>
21683
21684 PR cli/15718
21685 * gdb.base/condbreak-call-false.c: New file.
21686 * gdb.base/condbreak-call-false.exp: New file.
21687
21688 2014-03-20 Pedro Alves <palves@redhat.com>
21689
21690 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
21691 Delete.
21692 (block_signals, unblock_signals): Delete.
21693 (child_function_2, main): Remove references to deleted variable
21694 and functions.
21695
21696 2014-03-20 Pedro Alves <palves@redhat.com>
21697
21698 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
21699 Use pthread_kill to signal thread 2.
21700 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21701 Adjust to make the test send itself a signal rather than using the
21702 host's "kill" command.
21703
21704 2014-03-20 Pedro Alves <palves@redhat.com>
21705
21706 * gdb.threads/multiple-step-overs.c: New file.
21707 * gdb.threads/multiple-step-overs.exp: New file.
21708 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21709 Adjust expected infrun debug output.
21710
21711 2014-03-20 Pedro Alves <palves@redhat.com>
21712
21713 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
21714 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
21715
21716 2014-03-20 Pedro Alves <palves@redhat.com>
21717
21718 PR breakpoints/7143
21719 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
21720 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
21721 of gdb_test_multiple.
21722 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
21723 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
21724
21725 2014-03-20 Pedro Alves <palves@redhat.com>
21726
21727 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
21728 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
21729
21730 2014-03-19 Pedro Alves <palves@redhat.com>
21731
21732 * gdb.base/async.exp: Remove early return.
21733
21734 2014-03-19 Pedro Alves <palves@redhat.com>
21735
21736 * gdb.base/async.exp (step& tests): Pass explicit test messages.
21737
21738 2014-03-19 Pedro Alves <palves@redhat.com>
21739
21740 * gdb.base/async.exp (test_background): Expect \r\n after
21741 "completed." in the fail pattern.
21742
21743 2014-03-19 Pedro Alves <palves@redhat.com>
21744
21745 * gdb.base/async.exp (test_background): New procedure.
21746 Use it for all background execution command tests.
21747
21748 2014-03-19 Pedro Alves <palves@redhat.com>
21749
21750 * gdb.base/async.exp: Use prepare_for_testing.
21751
21752 2014-03-19 Pedro Alves <palves@redhat.com>
21753
21754 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
21755 the same line.
21756
21757 2014-03-19 Pedro Alves <palves@redhat.com>
21758
21759 * gdb.base/async.c (main): Add "jump here" and "until here" line
21760 marker comments.
21761 * gdb.base/async.exp (jump_here): New global.
21762 (jump& test): Use it.
21763 (until_here): New global.
21764 (until& test): Use it.
21765
21766 2014-03-19 Pedro Alves <palves@redhat.com>
21767
21768 * gdb.base/async.exp: Don't frob gdb_protocol.
21769
21770 2014-03-18 Doug Evans <xdje42@gmail.com>
21771
21772 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
21773 Fix spelling of exec-done-display.
21774
21775 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
21776
21777 PR gdb/15358
21778 * gdb.base/gdb-sigterm.c: New file.
21779 * gdb.base/gdb-sigterm.exp: New file.
21780
21781 2014-03-18 Pedro Alves <palves@redhat.com>
21782
21783 PR gdb/13860
21784 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
21785 * lib/mi-support.exp (mi_expect_stop): Add special handling for
21786 solib-event.
21787
21788 2014-03-17 Joel Brobecker <brobecker@adacore.com>
21789
21790 * gdb.ada/pckd_arr_ren: New testcase.
21791
21792 2014-03-13 Doug Evans <xdje42@gmail.com>
21793
21794 PR guile/16612
21795 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
21796 collect after discarding symbols.
21797
21798 2014-03-13 Ludovic Courtès <ludo@gnu.org>
21799 Doug Evans <xdje42@gmail.com>
21800
21801 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
21802 to history survives a gc.
21803
21804 2014-03-13 Pedro Alves <palves@redhat.com>
21805
21806 * gdb.base/default.exp: Don't test "target procfs".
21807
21808 2014-03-13 Pedro Alves <palves@redhat.com>
21809
21810 * gdb.base/default.exp: Update "target child" and "target procfs"
21811 tests to not expect "Unix".
21812
21813 2014-03-12 Tom Tromey <tromey@redhat.com>
21814
21815 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
21816 New procs. Add target-async tests.
21817 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
21818 Add target-async tests.
21819
21820 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21821
21822 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
21823 'func_start' and 'func_end' for the beginning and end of the
21824 function code, respectively.
21825 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
21826 'func_end' instead of 'func' and 'main'.
21827
21828 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21829
21830 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
21831 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
21832 generate the debug info assembler source.
21833
21834 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21835
21836 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
21837 * gdb.dwarf2/arr-subrange.exp: Likewise.
21838 * gdb.dwarf2/dwz.exp: Likewise.
21839 * gdb.dwarf2/method-ptr.exp: Likewise.
21840 * gdb.dwarf2/missing-sig-type.exp: Likewise.
21841 * gdb.dwarf2/subrange.exp: Likewise.
21842 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
21843 * gdb.dwarf2/implptrpiece.exp: Likewise.
21844 * gdb.dwarf2/nostaticblock.exp: Likewise.
21845
21846 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21847
21848 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
21849 directory to absolute path name arguments.
21850
21851 2014-03-10 Joel Brobecker <brobecker@adacore.com>
21852
21853 * gdb.ada/tagged_access: New testcase.
21854
21855 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
21856
21857 * gdb.btrace/data.exp: Update expected output.
21858
21859 2014-03-06 Yao Qi <yao@codesourcery.com>
21860
21861 * gdb.trace/pr16508.exp: New file.
21862
21863 2014-03-05 Pedro Alves <palves@redhat.com>
21864
21865 PR gdb/16575
21866 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
21867 procedure.
21868 (top level): Adjust to use it. Add tests that exercise breakpoint
21869 interaction with the code-cache.
21870
21871 2014-02-26 Ludovic Courtès <ludo@gnu.org>
21872
21873 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
21874 test for 'history-append!'.
21875
21876 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21877
21878 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
21879 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
21880 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
21881 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
21882 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
21883 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
21884
21885 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21886
21887 * testsuite/gdb.python/py-pp-re-notag.c: New file.
21888 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
21889 * testsuite/gdb.python/py-pp-re-notag.p: New file.
21890
21891 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21892
21893 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
21894
21895 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21896
21897 * gdb.dwarf2/arr-stride.c: New file.
21898 * gdb.dwarf2/arr-stride.exp: New file.
21899
21900 2014-02-26 Pedro Alves <palves@redhat.com>
21901
21902 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
21903 that won't ever trigger. Make sure that GDB reports the correct
21904 breakpoint that caused the stop.
21905
21906 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21907
21908 PR gdb/16626
21909 * gdb.base/auto-load-script: New file.
21910 * gdb.base/auto-load.c: New file.
21911 * gdb.base/auto-load.exp: New file.
21912
21913 PR gdb/16626
21914 * gdb.base/auto-load.exp: Fix out-of-srctree run.
21915
21916 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21917
21918 Fix dw2-icycle.exp -fsanitize=address GDB crash.
21919 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
21920
21921 2014-02-24 Doug Evans <dje@google.com>
21922
21923 * lib/gdb.exp (run_on_host): Log error output if program fails.
21924
21925 2014-02-21 Pedro Alves <palves@redhat.com>
21926
21927 * gdb.threads/step-after-sr-lock.c: Rename to ...
21928 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
21929 * gdb.threads/step-after-sr-lock.exp: Rename to ...
21930 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21931 ... this.
21932
21933 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
21934
21935 PR tdep/16397
21936 * gdb.arch/amd64-stap-special-operands.exp: New file.
21937 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
21938 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
21939 * gdb.arch/amd64-stap-triplet.S: Likewise.
21940 * gdb.arch/amd64-stap-triplet.c: Likewise.
21941
21942 2014-02-20 Joel Brobecker <brobecker@adacore.com>
21943
21944 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
21945 in .section pseudo-op.
21946
21947 2014-02-20 lin zuojian <manjian2006@gmail.com>
21948 Joel Brobecker <brobecker@adacore.com>
21949 Doug Evans <xdje42@gmail.com>
21950
21951 PR symtab/16581
21952 * gdb.dwarf2/dw2-icycle.S: New file.
21953 * gdb.dwarf2/dw2-icycle.c: New file.
21954 * gdb.dwarf2/dw2-icycle.exp: New file.
21955
21956 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
21957
21958 * gdb.python/py-value-cc.cc: Improve test case to enable testing
21959 operations on gdb.Value objects.
21960 * gdb.python/py-value-cc.exp: Add new test to test operations on
21961 gdb.Value objects.
21962
21963 2014-02-18 Doug Evans <dje@google.com>
21964
21965 * Makefile.in (TESTS): New variable.
21966 (expanded_tests, expanded_tests_or_none): New variables
21967 (check-single): Pass $(expanded_tests_or_none) to runtest.
21968 (check-parallel): Only run tests in $(TESTS) if non-empty.
21969 (check/no-matching-tests-found): New rule.
21970 * README: Document TESTS makefile variable.
21971
21972 2014-02-18 Doug Evans <dje@google.com>
21973
21974 * Makefile.in (check-parallel): rm -rf outputs temp.
21975
21976 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
21977
21978 Fix "ERROR: no fileid for" in the testsuite.
21979 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
21980
21981 2014-02-12 Doug Evans <dje@google.com>
21982
21983 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
21984 (MISCELLANEOUS): New variable.
21985 (clean): rm -rf $(MISCELLANEOUS).
21986 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
21987 dwp live in the same directory as symlinks, with each symlink pointed
21988 to a differently named file in a different directory.
21989
21990 2014-02-11 Doug Evans <dje@google.com>
21991
21992 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
21993 of Tcl file commands.
21994
21995 2014-02-10 Mark Kettenis <kettenis@gnu.org>
21996
21997 * gdb.threads/step-after-sr-lock.exp: Avoid executing
21998 "kill -SIGUSR1 -1".
21999
22000 2014-02-10 Joel Brobecker <brobecker@adacore.com>
22001
22002 * gdb.ada/tick_length_array_enum_idx: New testcase.
22003
22004 2014-02-10 Doug Evans <xdje42@gmail.com>
22005
22006 * configure.ac (AC_OUTPUT): Add gdb.guile.
22007 * configure: Regenerate.
22008 * lib/gdb-guile.exp: New file.
22009 * lib/gdb.exp (get_target_charset): New function.
22010 * gdb.base/help.exp: Update expected output from "apropos apropos".
22011 * gdb.guile/Makefile.in: New file.
22012 * gdb.guile/guile.exp: New file.
22013 * gdb.guile/scm-arch.c: New file.
22014 * gdb.guile/scm-arch.exp: New file.
22015 * gdb.guile/scm-block.c: New file.
22016 * gdb.guile/scm-block.exp: New file.
22017 * gdb.guile/scm-breakpoint.c: New file.
22018 * gdb.guile/scm-breakpoint.exp: New file.
22019 * gdb.guile/scm-disasm.c: New file.
22020 * gdb.guile/scm-disasm.exp: New file.
22021 * gdb.guile/scm-equal.c: New file.
22022 * gdb.guile/scm-equal.exp: New file.
22023 * gdb.guile/scm-error.exp: New file.
22024 * gdb.guile/scm-error.scm: New file.
22025 * gdb.guile/scm-frame-args.c: New file.
22026 * gdb.guile/scm-frame-args.exp: New file.
22027 * gdb.guile/scm-frame-args.scm: New file.
22028 * gdb.guile/scm-frame-inline.c: New file.
22029 * gdb.guile/scm-frame-inline.exp: New file.
22030 * gdb.guile/scm-frame.c: New file.
22031 * gdb.guile/scm-frame.exp: New file.
22032 * gdb.guile/scm-generics.exp: New file.
22033 * gdb.guile/scm-gsmob.exp: New file.
22034 * gdb.guile/scm-iterator.c: New file.
22035 * gdb.guile/scm-iterator.exp: New file.
22036 * gdb.guile/scm-math.c: New file.
22037 * gdb.guile/scm-math.exp: New file.
22038 * gdb.guile/scm-objfile-script-gdb.in: New file.
22039 * gdb.guile/scm-objfile-script.c: New file.
22040 * gdb.guile/scm-objfile-script.exp: New file.
22041 * gdb.guile/scm-objfile.c: New file.
22042 * gdb.guile/scm-objfile.exp: New file.
22043 * gdb.guile/scm-ports.exp: New file.
22044 * gdb.guile/scm-pretty-print.c: New file.
22045 * gdb.guile/scm-pretty-print.exp: New file.
22046 * gdb.guile/scm-pretty-print.scm: New file.
22047 * gdb.guile/scm-section-script.c: New file.
22048 * gdb.guile/scm-section-script.exp: New file.
22049 * gdb.guile/scm-section-script.scm: New file.
22050 * gdb.guile/scm-symbol.c: New file.
22051 * gdb.guile/scm-symbol.exp: New file.
22052 * gdb.guile/scm-symtab-2.c: New file.
22053 * gdb.guile/scm-symtab.c: New file.
22054 * gdb.guile/scm-symtab.exp: New file.
22055 * gdb.guile/scm-type.c: New file.
22056 * gdb.guile/scm-type.exp: New file.
22057 * gdb.guile/scm-value-cc.cc: New file.
22058 * gdb.guile/scm-value-cc.exp: New file.
22059 * gdb.guile/scm-value.c: New file.
22060 * gdb.guile/scm-value.exp: New file.
22061 * gdb.guile/source2.scm: New file.
22062 * gdb.guile/types-module.cc: New file.
22063 * gdb.guile/types-module.exp: New file.
22064
22065 2014-02-10 Yao Qi <yao@codesourcery.com>
22066
22067 PR testsuite/16543
22068 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
22069 * configure: Regenerated.
22070 * Makefile.in: New file.
22071
22072 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
22073
22074 * gdb.python/py-framefilter.exp: Fix typo.
22075
22076 2014-02-08 Yao Qi <yao@codesourcery.com>
22077
22078 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
22079 that no =breakpoint-modified is emitted when breakpoints are
22080 modified through MI commands.
22081
22082 2014-02-07 Pedro Alves <pedro@codesourcery.com>
22083 Pedro Alves <palves@redhat.com>
22084
22085 * gdb.threads/step-after-sr-lock.c: New file.
22086 * gdb.threads/step-after-sr-lock.exp: New file.
22087
22088 2014-02-07 Pedro Alves <palves@redhat.com>
22089
22090 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
22091
22092 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
22093
22094 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
22095 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
22096
22097 2014-02-06 Doug Evans <xdje42@gmail.com>
22098
22099 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
22100 output.
22101
22102 * gdb.gdb/python-interrupts.exp: New file.
22103
22104 2014-02-05 Yao Qi <yao@codesourcery.com>
22105
22106 * gdb.trace/report.exp (use_collected_data): Test the output
22107 of "info threads" and "info inferiors".
22108
22109 2014-02-05 Yao Qi <yao@codesourcery.com>
22110
22111 Revert this patch:
22112
22113 2013-05-24 Yao Qi <yao@codesourcery.com>
22114
22115 * gdb.trace/tfile.exp: Test inferior and thread.
22116
22117 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
22118
22119 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
22120 on a function.
22121 * gdb.base/step-bt.c: Call hello via function pointer to make
22122 sure its first instruction is executed on powerpc64le-linux.
22123
22124 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
22125
22126 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
22127
22128 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
22129
22130 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
22131 of the test patterns for use on little-endian systems.
22132
22133 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
22134
22135 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
22136 (decimal_vector): Fix for little-endian.
22137
22138 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
22139
22140 * gdb.arch/sparc-sysstep.exp: New file.
22141 * gdb.arch/sparc-sysstep.c: Likewise.
22142
22143 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
22144
22145 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22146
22147 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
22148
22149 2014-01-23 Tom Tromey <tromey@redhat.com>
22150
22151 * gdb.ada/array_char_idx: New testcase.
22152
22153 2014-01-23 Tom Tromey <tromey@redhat.com>
22154
22155 PR python/16487:
22156 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
22157 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
22158 classes.
22159
22160 2014-01-23 Tom Tromey <tromey@redhat.com>
22161
22162 PR python/16491:
22163 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
22164 string from an inferior frame.
22165 * gdb.python/py-framefilter-mi.exp: Update.
22166
22167 2014-01-22 Doug Evans <dje@google.com>
22168
22169 * gdb.server/server-mon.exp: Add tests for "set debug-format".
22170
22171 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
22172
22173 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
22174
22175 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
22176
22177 * gdb.trace/entry-values.exp: Remove excess space character from
22178 regex patterns. Handle s390 call instruction.
22179
22180 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
22181
22182 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
22183 define "*_start" label. Make "name" static.
22184 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
22185 ${name} by references to ${name}_start.
22186
22187 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
22188
22189 * gdb.base/info-macros.exp: Remove "debug" from the compile
22190 options.
22191
22192 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
22193
22194 * gdb.dlang/demangle.exp: New file.
22195
22196 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
22197
22198 * gdb.dlang/primitive-types.exp: New file.
22199
22200 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
22201
22202 * configure.ac: Create gdb.dlang/Makefile.
22203 * configure: Regenerate.
22204 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
22205 * gdb.dlang/Makefile.in: New file.
22206 * lib/d-support.exp: New file.
22207 * lib/gdb.exp (skip_d_tests): New proc.
22208
22209 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
22210
22211 * gdb.btrace/delta.exp: Check reverse stepi.
22212 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
22213 * gdb.btrace/finish.exp: New.
22214 * gdb.btrace/next.exp: New.
22215 * gdb.btrace/nexti.exp: New.
22216 * gdb.btrace/record_goto.c: Add comments.
22217 * gdb.btrace/step.exp: New.
22218 * gdb.btrace/stepi.exp: New.
22219 * gdb.btrace/multi-thread-step.c: New.
22220 * gdb.btrace/multi-thread-step.exp: New.
22221 * gdb.btrace/rn-dl-bind.c: New.
22222 * gdb.btrace/rn-dl-bind.exp: New.
22223 * gdb.btrace/data.c: New.
22224 * gdb.btrace/data.exp: New.
22225 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
22226
22227 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
22228
22229 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
22230 * gdb.btrace/exception.exp: Update.
22231 * gdb.btrace/instruction_history.exp: Update.
22232 * gdb.btrace/record_goto.exp: Update.
22233 * gdb.btrace/tailcall.exp: Update.
22234 * gdb.btrace/unknown_functions.exp: Update.
22235 * gdb.btrace/delta.exp: New.
22236
22237 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
22238
22239 * gdb.btrace/record_goto.exp: Add backtrace test.
22240 * gdb.btrace/tailcall.exp: Add backtrace test.
22241
22242 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
22243
22244 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
22245 * gdb.btrace/record_goto.c: New.
22246 * gdb.btrace/record_goto.exp: New.
22247 * gdb.btrace/x86-record_goto.S: New.
22248
22249 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
22250
22251 * gdb.btrace/function_call_history.exp: Update tests.
22252 * gdb.btrace/instruction_history.exp: Update tests.
22253
22254 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
22255
22256 * gdb.btrace/function_call_history.exp: Fix expected field
22257 order for "record function-call-history".
22258 Add new tests for "record function-call-history /c".
22259 * gdb.btrace/exception.cc: New.
22260 * gdb.btrace/exception.exp: New.
22261 * gdb.btrace/tailcall.exp: New.
22262 * gdb.btrace/x86-tailcall.S: New.
22263 * gdb.btrace/x86-tailcall.c: New.
22264 * gdb.btrace/unknown_functions.c: New.
22265 * gdb.btrace/unknown_functions.exp: New.
22266 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
22267
22268 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
22269
22270 * gdb.btrace/instruction_history.exp: Update.
22271 * gdb.btrace/function_call_history.exp: Update.
22272
22273 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
22274
22275 * gdb.btrace/function_call_history.exp: Fix expected function
22276 trace.
22277 * gdb.btrace/instruction_history.exp: Initialize traced.
22278 Remove traced_functions.
22279
22280 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
22281
22282 * gdb.btrace/function_call_history.exp: Update
22283 * gdb.btrace/instruction_history.exp: Update.
22284
22285 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
22286
22287 * gdb.btrace/enable.exp: Update expected text.
22288
22289 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
22290
22291 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
22292 bytes.
22293
22294 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
22295
22296 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
22297
22298 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
22299
22300 * lib/gdb.exp (supports_process_record): Return true for
22301 arm*-linux*. (supports_reverse): Likewise.
22302
22303 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
22304
22305 PR python/15464
22306 PR python/16113
22307 * gdb.python/py-type.c: Enhance test case.
22308 * gdb.python/py-value-cc.cc: Likewise
22309 * gdb.python/py-type.exp: Add new tests.
22310 * gdb.python/py-value-cc.exp: Likewise
22311
22312 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
22313 Pedro Alves <palves@redhat.com>
22314
22315 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
22316 Make "name" extern.
22317 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
22318 references to ${name}_start by references to ${name}.
22319
22320 2014-01-10 Joel Brobecker <brobecker@adacore.com>
22321
22322 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
22323
22324 2014-01-10 Joel Brobecker <brobecker@adacore.com>
22325
22326 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
22327
22328 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
22329 Pedro Alves <palves@redhat.com>
22330
22331 * gdb.mi/mi-info-os.exp: Connect to the target with
22332 mi_gdb_target_load.
22333
22334 2014-01-08 Pedro Alves <palves@redhat.com>
22335
22336 * gdb.threads/reconnect-signal.c: New file.
22337 * gdb.threads/reconnect-signal.exp: New file.
22338
22339 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
22340
22341 * gdb.base/source-dir.exp: New file.
22342
22343 2014-01-07 Joel Brobecker <brobecker@adacore.com>
22344
22345 * gdb.ada/mi_interface: New testcase.
22346
22347 2014-01-07 Joel Brobecker <brobecker@adacore.com>
22348
22349 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
22350 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
22351 gdb.ada/pp-rec-component/pck.ads: New files.
22352
22353 2014-01-07 Joel Brobecker <brobecker@adacore.com>
22354
22355 * gdb.python/py-pp-integral.c: New file.
22356 * gdb.python/py-pp-integral.py: New file.
22357 * gdb.python/py-pp-integral.exp: New file.
22358
22359 For older changes see ChangeLog-1993-2013.
22360 \f
22361 ;; Local Variables:
22362 ;; mode: change-log
22363 ;; left-margin: 8
22364 ;; fill-column: 74
22365 ;; version-control: never
22366 ;; End:
22367
22368 Copyright 2014-2020 Free Software Foundation, Inc.
22369 Copying and distribution of this file, with or without modification,
22370 are permitted provided the copyright notice and this notice are preserved.