gdb/fortran: Allow Flang MAIN_ in Fortran testing
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2
3 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
4 (fortran_runto_main): New Proc, fortran version of runto_main.
5 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
6 * gdb.fortran/array-bounds.exp: Likewise.
7 * gdb.fortran/array-slices.exp: Likewise.
8 * gdb.fortran/block-data.exp: Likewise.
9 * gdb.fortran/charset.exp: Likewise.
10 * gdb.fortran/common-block.exp: Likewise.
11 * gdb.fortran/complex.exp: Likewise.
12 * gdb.fortran/derived-type-function.exp: Likewise.
13 * gdb.fortran/derived-type.exp: Likewise.
14 * gdb.fortran/info-modules.exp: Likewise.
15 * gdb.fortran/info-types.exp: Likewise.
16 * gdb.fortran/intrinsics.exp: Likewise.
17 * gdb.fortran/library-module.exp: Likewise.
18 * gdb.fortran/logical.exp: Likewise.
19 * gdb.fortran/max-depth.exp: Likewise.
20 * gdb.fortran/module.exp: Likewise.
21 * gdb.fortran/multi-dim.exp: Likewise.
22 * gdb.fortran/nested-funcs.exp: Likewise.
23 * gdb.fortran/print-formatted.exp: Likewise.
24 * gdb.fortran/print_type.exp: Likewise.
25 * gdb.fortran/printing-types.exp: Likewise.
26 * gdb.fortran/ptr-indentation.exp: Likewise.
27 * gdb.fortran/ptype-on-functions.exp: Likewise.
28 * gdb.fortran/subarray.exp: Likewise.
29 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
30 * gdb.fortran/vla-datatypes.exp: Likewise.
31 * gdb.fortran/vla-history.exp: Likewise.
32 * gdb.fortran/vla-ptr-info.exp: Likewise.
33 * gdb.fortran/vla-ptype-sub.exp: Likewise.
34 * gdb.fortran/vla-ptype.exp: Likewise.
35 * gdb.fortran/vla-sizeof.exp: Likewise.
36 * gdb.fortran/vla-type.exp: Likewise.
37 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
38 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
39 * gdb.fortran/vla-value-sub.exp: Likewise.
40 * gdb.fortran/vla-value.exp: Likewise.
41 * gdb.fortran/whatis_type.exp: Likewise.
42 * gdb.mi/mi-var-child-f.exp: Likewise.
43
44 2020-05-09 Tom de Vries <tdevries@suse.de>
45
46 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
47
48 2020-05-08 Tom de Vries <tdevries@suse.de>
49
50 * gdb.dwarf2/clang-debug-names.c: New test.
51 * gdb.dwarf2/clang-debug-names.exp: New file.
52
53 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
54
55 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
56 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
57
58 2020-05-06 Tom de Vries <tdevries@suse.de>
59
60 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
61 breakpoint is at a "recommended breakpoint location".
62 * gdb.reverse/consecutive-reverse.exp: Same.
63
64 2020-05-06 Tom de Vries <tdevries@suse.de>
65
66 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
67 address.
68
69 2020-05-06 Tom de Vries <tdevries@suse.de>
70
71 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
72
73 2020-05-06 Tom de Vries <tdevries@suse.de>
74
75 * gdb.base/store.exp (check_set, up_set): Allowing missing location
76 info for r.
77
78 2020-05-06 Tom de Vries <tdevries@suse.de>
79
80 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
81 necessary.
82
83 2020-05-06 Tom de Vries <tdevries@suse.de>
84
85 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
86 void.
87
88 2020-05-06 Tom de Vries <tdevries@suse.de>
89
90 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
91 of ...
92 * gdb.base/async.exp: ... here.
93 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
94 "recommended breakpoint location".
95
96 2020-05-06 Tom de Vries <tdevries@suse.de>
97
98 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
99
100 2020-05-04 Tom de Vries <tdevries@suse.de>
101
102 * gdb.base/async.exp: Check whether instruction addresses are a
103 "recommended breakpoint location".
104
105 2020-05-03 Tom Tromey <tom@tromey.com>
106
107 * gdb.base/sepdebug.exp: Remove "catch" test.
108 * gdb.base/break.exp: Remove "catch" test.
109 * gdb.base/default.exp: Update expected output.
110
111 2020-05-02 Tom de Vries <tdevries@suse.de>
112
113 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
114 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
115 * gdb.arch/i386-mpx-map.exp: Same.
116 * gdb.arch/i386-mpx-sigsegv.exp: Same.
117 * gdb.arch/i386-mpx-simple_segv.exp: Same.
118 * gdb.arch/i386-mpx.exp: Same.
119
120 2020-05-02 Tom de Vries <tdevries@suse.de>
121
122 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
123
124 2020-05-01 Tom de Vries <tdevries@suse.de>
125
126 * gdb.ada/operator_bp.exp: Allow more than required amount of
127 breakpoint.
128
129 2020-05-01 Tom de Vries <tdevries@suse.de>
130
131 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
132
133 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
134
135 PR gdb/18706
136 * gdb.cp/stub-array-size.cc: New test.
137 * gdb.cp/stub-array-size.exp: New file.
138 * gdb.cp/stub-array-size.h: New test.
139 * gdb.cp/stub-array-size2.cc: New test.
140
141 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
142
143 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
144 output to the new format.
145
146 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
147
148 * gdb.base/break.exp: Use with_test_prefix.
149
150 2020-04-29 Tom de Vries <tdevries@suse.de>
151
152 * lib/gdb.exp (debug_types): New proc.
153 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
154 * gdb.python/py-symtab.exp: Same.
155
156 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
157
158 PR gdb/17320
159 * gdb.base/pretty-array.c: New test.
160 * gdb.base/pretty-array.exp: New file.
161
162 2020-04-29 Tom de Vries <tdevries@suse.de>
163
164 PR symtab/25889
165 * gdb.cp/cpexprs.exp: Adapt for inclusion.
166 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
167 and include cpexprs.exp.
168
169 2020-04-28 Mark Williams <mark@myosotissp.com>
170
171 PR gdb/24480
172 * dw4-toplevel-types.exp: Test for top level types.
173 * dw4-toplevel-types.cc: Test for top level types.
174
175 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
176
177 * gdb.threads/stop-with-handle.exp: Fix typo in comment
178 (theads -> threads).
179
180 2020-04-28 Tom de Vries <tdevries@suse.de>
181
182 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
183
184 2020-04-28 Tom de Vries <tdevries@suse.de>
185
186 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
187
188 2020-04-28 Tom de Vries <tdevries@suse.de>
189
190 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
191
192 2020-04-28 Tom de Vries <tdevries@suse.de>
193
194 * gdb.dwarf2/main-foo.c: New test.
195 * gdb.dwarf2/struct-with-sig.exp: New file.
196
197 2020-04-25 Tom de Vries <tdevries@suse.de>
198
199 * boards/debug-types.exp: New file.
200
201 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
202
203 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
204
205 2020-04-24 Tom Tromey <tom@tromey.com>
206
207 PR symtab/12707:
208 * gdb.python/py-symbol.exp: Update expected results for
209 linkage_name test.
210 * gdb.cp/print-demangle.exp: New file.
211 * gdb.base/c-linkage-name.exp: Fix test.
212 * gdb.guile/scm-symbol.exp: Update expected results for
213 linkage_name test.
214
215 2020-04-24 Tom Tromey <tom@tromey.com>
216
217 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
218 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
219 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
220 assembler.
221
222 2020-04-24 Tom de Vries <tdevries@suse.de>
223
224 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
225 C++.
226
227 2020-04-24 Tom Tromey <tromey@adacore.com>
228
229 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
230 values.
231 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
232 values. Update test for minimal encodings.
233 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
234 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
235 values. Update test for minimal encodings.
236
237 2020-04-24 Tom Tromey <tromey@adacore.com>
238
239 PR python/23662:
240 * gdb.ada/variant.exp: Add Python checks.
241 * gdb.rust/simple.exp: Add dynamic type checks.
242
243 2020-04-24 Tom Tromey <tromey@adacore.com>
244
245 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
246 Make array type matching more lax.
247 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
248 * gdb.ada/mi_variant.exp: New file.
249 * gdb.ada/mi_variant/pck.ads: New file.
250 * gdb.ada/mi_variant/pkg.adb: New file.
251 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
252 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
253
254 2020-04-24 Tom Tromey <tromey@adacore.com>
255
256 * gdb.ada/variant.exp: Add dynamic field offset tests.
257 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
258 * gdb.ada/variant/pkg.adb: Add new variables.
259
260 2020-04-24 Tom Tromey <tromey@adacore.com>
261
262 * gdb.ada/variant.exp: New file
263 * gdb.ada/variant/pkg.adb: New file
264 * gdb.ada/variant/pck.adb: New file
265
266 2020-04-24 Tom de Vries <tdevries@suse.de>
267
268 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
269
270 2020-04-24 Tom de Vries <tdevries@suse.de>
271
272 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
273 flags.
274
275 2020-04-24 Tom de Vries <tdevries@suse.de>
276
277 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
278
279 2020-04-24 Tom de Vries <tdevries@suse.de>
280
281 * lib/gdb.exp (default_gdb_start): Handle eof.
282 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
283 failure.
284 * gdb.base/readnever.exp: Handle clean_restart failure.
285
286 2020-04-23 Tom de Vries <tdevries@suse.de>
287
288 * gdb.base/decl-before-def.exp: Run to main and print a again.
289
290 2020-04-23 Tom de Vries <tdevries@suse.de>
291
292 * gdb.base/decl-before-def-decl.c: New test.
293 * gdb.base/decl-before-def-def.c: New test.
294 * gdb.base/decl-before-def.exp: New file.
295
296 2020-04-23 Tom de Vries <tdevries@suse.de>
297
298 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
299
300 2020-04-22 Tom de Vries <tdevries@suse.de>
301
302 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
303 debug_info_offset.
304 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
305 before $objsfile in the line line.
306
307 2020-04-22 Tom de Vries <tdevries@suse.de>
308
309 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
310
311 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
312
313 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
314 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
315 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
316 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
317 * gdb.base/jit-protocol.h: Update definitions to match all usage
318 contexts.
319
320 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
321
322 * gdb.base: Rename all jit related test and source files.
323
324 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
325
326 * gdb.base/jit-reader.exp: Relax register output check.
327
328 2020-04-22 Tom de Vries <tdevries@suse.de>
329
330 PR symtab/25764
331 * gdb.base/psym-external-decl-2.c: New test.
332 * gdb.base/psym-external-decl.c: New test.
333 * gdb.base/psym-external-decl.exp: New file.
334 * gdb.threads/tls.exp: Add PR25807 kfail.
335
336 2020-04-22 Tom de Vries <tdevries@suse.de>
337
338 PR symtab/25801
339 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
340 in "info source" output.
341
342 2020-04-22 Tom de Vries <tdevries@suse.de>
343
344 PR symtab/25700
345 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
346 symtab for imported_unit.c.
347
348 2020-04-21 Gary Benson <gbenson@redhat.com>
349
350 * gdb.base/advance.c (func): New argument, to match call site.
351 (func2, func3): Add return statements.
352
353 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
354
355 * gdb.multi/run-only-second-inf.c: New file.
356 * gdb.multi/run-only-second-inf.exp: New file.
357
358 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
359
360 * gdb.btrace/multi-inferior.c: New test.
361 * gdb.btrace/multi-inferior.exp: New file.
362
363 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
364
365 * gdb.btrace/enable-new-thread.c: New test.
366 * gdb.btrace/enable-new-thread.exp: New file.
367
368 2020-04-21 Tom de Vries <tdevries@suse.de>
369
370 PR gdb/25471
371 * gdb.threads/killed-outside.c: New test.
372 * gdb.threads/killed-outside.exp: New file.
373
374 2020-04-20 Gary Benson <gbenson@redhat.com>
375
376 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
377 * gdb.base/nested-subp2.exp: Likewise.
378 * gdb.base/nested-subp3.exp: Likewise.
379
380 2020-04-20 Gary Benson <gbenson@redhat.com>
381
382 * gdb.base/nested-subp1.exp: Disable test when using clang.
383 * gdb.base/nested-subp2.exp: Likewise.
384 * gdb.base/nested-subp3.exp: Likewise.
385
386 2020-04-20 Gary Benson <gbenson@redhat.com>
387
388 * gdb.cp/exception.cc: Fix compilation error with clang.
389
390 2020-04-20 Gary Benson <gbenson@redhat.com>
391
392 * gdb.trace/tspeed.c: Fix compilation error with clang.
393
394 2020-04-20 Gary Benson <gbenson@redhat.com>
395
396 * gdb.base/jit-main.c: Fix compilation error with clang.
397
398 2020-04-17 Kamil Rytarowski <n54@gmx.com>
399
400 * gdb.base/attach-twice.c: Include "sys/types.h".
401 (PTRACE_ATTACH): Add fallback definition.
402 (main): Pass `0' to the 4th argument of `ptrace'.
403
404 2020-04-17 Kamil Rytarowski <n54@gmx.com>
405
406 * gdb.base/fork-running-state.c: Include "signal.h".
407
408 2020-04-17 Tom Tromey <tromey@adacore.com>
409
410 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
411 Update tests.
412 * gdb.btrace/cpu.exp: Update tests.
413 * gdb.base/maint.exp: Update tests.
414 * gdb.base/default.exp: Update tests.
415 * gdb.base/completion.exp: Update tests.
416
417 2020-04-16 Tom de Vries <tdevries@suse.de>
418
419 PR symtab/25791
420 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
421 (ensure_gdb_index): and factor out and move ...
422 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
423 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
424
425 2020-04-16 Tom de Vries <tdevries@suse.de>
426
427 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
428 loading exec.
429
430 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
431
432 * gdb.base/many-completions.exp: New file.
433
434 2020-04-14 Tom de Vries <tdevries@suse.de>
435
436 PR symtab/25718
437 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
438
439 2020-04-14 Tom de Vries <tdevries@suse.de>
440
441 PR symtab/25720
442 * gdb.base/maint-expand-symbols-header-file.c: New test.
443 * gdb.base/maint-expand-symbols-header-file.exp: New file.
444 * gdb.base/maint-expand-symbols-header-file.h: New test.
445
446 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
447
448 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
449 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
450 get_func_info.
451 (get_func_info): Delete.
452 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
453 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
454 * lib/dwarf.exp (get_func_info): New function.
455
456 2020-04-13 Tom de Vries <tdevries@suse.de>
457
458 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
459 to what find_gnatmake does.
460
461 2020-04-10 Tom de Vries <tdevries@suse.de>
462
463 * gdb.base/style.exp: Expect "Expanding full symbols" message for
464 -readnow.
465
466 2020-04-10 Tom de Vries <tdevries@suse.de>
467
468 PR cli/25808
469 * gdb.base/style.c: Add leading newlines.
470 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
471 Check listing of main's one-line body.
472
473 2020-04-08 Tom de Vries <tdevries@suse.de>
474
475 * lib/gdb.exp (psymtabs_p): New proc.
476 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
477 importing unit" unsupported if there are no partial symbols.
478
479 2020-04-08 Tom de Vries <tdevries@suse.de>
480
481 PR testsuite/25760
482 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
483
484 2020-04-07 Tom de Vries <tdevries@suse.de>
485
486 PR symtab/25796
487 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
488
489 2020-04-07 Tom de Vries <tdevries@suse.de>
490
491 * gdb.base/check-psymtab.c: New test.
492 * gdb.base/check-psymtab.exp: New file.
493
494 2020-04-06 Tom Tromey <tromey@adacore.com>
495
496 * gdb.ada/variant-record/proc.adb: New file.
497 * gdb.ada/variant-record/value.adb: New file.
498 * gdb.ada/variant-record/value.s: New file.
499 * gdb.ada/variant-record.exp: New file.
500
501 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
502
503 PR gdb/25325
504 * gdb.cp/typed-enum.cc: New test.
505 * gdb.cp/typed-enum.exp: New file.
506
507 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
508
509 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
510 * gdb.dwarf2/dw2-inline-small-func.c: New file.
511 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
512 * gdb.dwarf2/dw2-inline-small-func.h: New file.
513 * gdb.opt/inline-small-func.c: New file.
514 * gdb.opt/inline-small-func.exp: New file.
515 * gdb.opt/inline-small-func.h: New file.
516
517 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
518
519 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
520 function.
521
522 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
523
524 * lib/dwarf.exp (function_range): Allow compiler options to be
525 specified.
526
527 2020-04-02 Tom de Vries <tdevries@suse.de>
528
529 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
530 __attribute__((always_inline)).
531 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
532
533 2020-04-02 Tom de Vries <tdevries@suse.de>
534
535 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
536 (gdbserver_gdb_exit): ... here. Add timeout warning.
537 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
538 (connect_target_extended_remote): Append new server_spawn_id to
539 server_spawn_ids.
540 (cleanup): New proc.
541 (setup, <toplevel>): Call cleanup.
542
543 2020-04-02 Tom de Vries <tdevries@suse.de>
544
545 * gdb.base/main-psymtab.exp: New file.
546
547 2020-04-02 Tom de Vries <tdevries@suse.de>
548
549 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
550
551 2020-04-01 Tom Tromey <tom@tromey.com>
552
553 * gdb.base/complex-parts.exp: Add type tests.
554
555 2020-04-01 Tom Tromey <tom@tromey.com>
556
557 * gdb.base/complex-parts.exp: Add arithmetic tests.
558
559 2020-04-01 Tom Tromey <tom@tromey.com>
560
561 * gdb.compile/compile.exp: Update.
562 * gdb.compile/compile-cplus.exp: Update.
563 * gdb.base/varargs.exp: Update.
564 * gdb.base/floatn.exp: Update.
565 * gdb.base/endianity.exp: Update.
566 * gdb.base/callfuncs.exp (do_function_calls): Update.
567 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
568 (complex_float_integral_args): Update.
569 * gdb.base/complex.exp: Update.
570 * gdb.base/complex-parts.exp: Update.
571
572 2020-04-01 Tom Tromey <tromey@adacore.com>
573
574 * gdb.rust/union.rs: New file.
575 * gdb.rust/union.exp: New file.
576 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
577 (main): Update.
578 * gdb.rust/simple.exp: Move union tests to union.exp.
579
580 2020-04-01 Tom Tromey <tromey@adacore.com>
581
582 * gdb.rust/simple.rs (main): Remove "y0".
583
584 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
585
586 * gdb.multi/stop-all-on-exit.c: New test.
587 * gdb.multi/stop-all-on-exit.exp: New file.
588
589 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
590
591 PR gdb/24789
592 * gdb.cp/misc.cc: Add integer reference variable.
593 * gdb.cp/misc.exp: Add test.
594
595 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
596
597 * gdb.server/stop-reply-no-thread.exp: Enhance the test
598 scenario to cover execution until the end and also the case
599
600 2020-03-31 Tom de Vries <tdevries@suse.de>
601
602 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
603 c. Use "maint info symtabs" to check symtab expansion.
604
605 2020-03-30 Tom de Vries <tdevries@suse.de>
606
607 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
608 unsupported.
609 (verify_psymtab_expanded): Move ...
610 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
611 test.
612 (readnow): New proc.
613
614 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
615
616 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
617 with $hex.
618
619 2020-03-20 Tom Tromey <tromey@adacore.com>
620
621 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
622
623 2020-03-20 Tom Tromey <tromey@adacore.com>
624
625 * gdb.ada/sub_variant/subv.adb: New file.
626 * gdb.ada/sub_variant.exp: New file.
627
628 2020-03-20 Tom de Vries <tdevries@suse.de>
629
630 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
631 first break fails.
632 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
633
634 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
635
636 * gdb.server/exit-multiple-threads.c: New file.
637 * gdb.server/exit-multiple-threads.exp: New file.
638
639 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
640
641 * gdb.fortran/mixed-lang-stack.c: New file.
642 * gdb.fortran/mixed-lang-stack.cpp: New file.
643 * gdb.fortran/mixed-lang-stack.exp: New file.
644 * gdb.fortran/mixed-lang-stack.f90: New file.
645
646 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
647
648 * gdb.linespec/cp-completion-aliases.cc: New file.
649 * gdb.linespec/cp-completion-aliases.exp: New file.
650
651 2020-03-19 Tom de Vries <tdevries@suse.de>
652
653 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
654 more precise.
655
656 2020-03-18 Tom de Vries <tdevries@suse.de>
657
658 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
659 * gdb.dwarf2/break-inline-psymtab.c: New test.
660 * gdb.dwarf2/break-inline-psymtab.exp: New file.
661
662 2020-03-16 Tom de Vries <tdevries@suse.de>
663
664 * lib/cache.exp (gdb_do_cache): Add and handle local variables
665 cache_verify and cache_verify_proc.
666
667 2020-03-15 Tom de Vries <tdevries@suse.de>
668
669 * gdb.server/solib-list.exp: Handle
670 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
671
672 2020-03-15 Tom de Vries <tdevries@suse.de>
673
674 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
675 objfiles".
676
677 2020-03-14 Tom Tromey <tom@tromey.com>
678
679 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
680
681 2020-03-14 Tom de Vries <tdevries@suse.de>
682
683 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
684
685 2020-03-14 Tom de Vries <tdevries@suse.de>
686
687 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
688 result in line-by-line fashion.
689
690 2020-03-14 Tom de Vries <tdevries@suse.de>
691
692 * lib/gdb.exp (supports_statement_frontiers): New proc.
693 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
694
695 2020-03-14 Tom de Vries <tdevries@suse.de>
696
697 * gdb.base/printcmds.exp: Add missing quoting for "print
698 teststring2".
699
700 2020-03-13 Tom Tromey <tom@tromey.com>
701
702 * gdb.base/printcmds.exp (test_print_strings): Add regression
703 test.
704 * gdb.base/printcmds.c (charptr): New typedef.
705 (teststring2): New global.
706
707 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
708
709 * gdb.base/break-interp.exp: Use the tail of the filename, not the
710 full path in the test name.
711 (test_ld): Add some with_test_prefix blocks to make test names
712 unique.
713
714 2020-03-13 Tom de Vries <tdevries@suse.de>
715
716 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
717
718 2020-03-13 Tom de Vries <tdevries@suse.de>
719
720 * gdb.mi/mi-sym-info.exp: Make matching more precise.
721
722 2020-03-13 Tom de Vries <tdevries@suse.de>
723
724 PR symtab/25646
725 * gdb.dwarf2/imported-unit.exp: Add test.
726
727 2020-03-13 Tom de Vries <tdevries@suse.de>
728
729 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
730 (var1, var2): New variable.
731 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
732 matching symbols.
733
734 2020-03-13 Tom de Vries <tdevries@suse.de>
735
736 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
737 (Term::command): Use prompt prefix.
738 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
739 * gdb.tui/tui-layout-asm-short-prog.exp: Use
740 command_no_prompt_prefix instead of prefix.
741 * gdb.tui/tui-layout-asm.exp: Same.
742
743 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
744
745 * gdb.base/break-interp.exp: Use foreach_with_prefix.
746
747 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
748
749 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
750 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
751 on" while stepping over the test instruction, match printed
752 message.
753
754 2020-03-12 Tom de Vries <tdevries@suse.de>
755
756 * gdb.base/info-types.exp: Use exp_continue during matching of output
757 of "info types".
758
759 2020-03-12 Tom de Vries <tdevries@suse.de>
760
761 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
762
763 2020-03-12 Tom de Vries <tdevries@suse.de>
764
765 * gdb.fortran/module.exp: Use exp_continue during matching of output
766 of "info variable -n".
767
768 2020-03-12 Tom de Vries <tdevries@suse.de>
769
770 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
771 gdb.dwarf2/dw2-ranges-base.c.
772
773 2020-03-12 Tom de Vries <tdevries@suse.de>
774
775 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
776 in presence of GLIBC debuginfo.
777
778 2020-03-12 Tom de Vries <tdevries@suse.de>
779
780 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
781 $core.
782
783 2020-03-12 Tom de Vries <tdevries@suse.de>
784
785 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
786 more precise.
787
788 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
789
790 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
791 from Unix to Windows path.
792
793 2020-03-11 Tom de Vries <tdevries@suse.de>
794
795 * gdb.ada/minsyms.exp: Set language to ada.
796
797 2020-03-11 Tom de Vries <tdevries@suse.de>
798
799 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
800
801 2020-03-11 Tom de Vries <tdevries@suse.de>
802
803 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
804
805 2020-03-11 Tom Tromey <tromey@adacore.com>
806
807 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
808
809 2020-03-11 Tom de Vries <tdevries@suse.de>
810
811 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
812
813 2020-03-11 Tom de Vries <tdevries@suse.de>
814
815 * gdb.base/break-interp.exp: Limit verbose scope.
816
817 2020-03-11 Tom de Vries <tdevries@suse.de>
818
819 * gdb.fortran/logical.f90: Define variable with character type.
820 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
821
822 2020-03-11 Tom de Vries <tdevries@suse.de>
823
824 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
825
826 2020-03-11 Tom de Vries <tdevries@suse.de>
827
828 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
829 symtabs.
830
831 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
832 Bernd Edlinger <bernd.edlinger@hotmail.de>
833
834 * gdb.cp/step-and-next-inline.cc: New file.
835 * gdb.cp/step-and-next-inline.exp: New file.
836 * gdb.cp/step-and-next-inline.h: New file.
837 * gdb.dwarf2/dw2-is-stmt.c: New file.
838 * gdb.dwarf2/dw2-is-stmt.exp: New file.
839 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
840 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
841 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
842
843 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
844
845 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
846 is-stmt flag in the line table.
847
848 2020-03-09 Tom de Vries <tdevries@suse.de>
849
850 * lib/gdb.exp (cached_file): Create cache dir.
851
852 2020-03-07 Tom de Vries <tdevries@suse.de>
853
854 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
855 * gdb.cp/rvalue-ref-params.exp: Same.
856
857 2020-03-06 Tom de Vries <tdevries@suse.de>
858
859 * lib/gdb.exp (tentative_rename, cached_file): New proc.
860 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
861
862 2020-03-06 Tom de Vries <tdevries@suse.de>
863
864 * README: Fix "the the".
865 * gdb.base/dprintf.exp: Same.
866
867 2020-03-05 Tom de Vries <tdevries@suse.de>
868
869 * gdb.base/maint.exp: Update "main print statistics" expected output.
870
871 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
872
873 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
874 (fortran_int8): Likewise.
875 (fortran_real4): Likewise.
876 (fortran_real8): Likewise.
877 (fortran_complex4): Likewise.
878 (fortran_logical4): Likewise.
879 (fortran_character1): Likewise.
880
881 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
882
883 * gdb.fortran/logical.exp: Add tests that any non-zero value is
884 printed as true.
885
886 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
887
888 * gdb.base/printcmds.exp: Add test to verify printf of a
889 variable holding an address.
890
891 2020-03-03 Tom de Vries <tdevries@suse.de>
892
893 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
894
895 2020-03-03 Tom de Vries <tdevries@suse.de>
896
897 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
898 gdb_test_multiple call.
899
900 2020-03-03 Tom de Vries <tdevries@suse.de>
901
902 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
903 gdb_test_multiple calls.
904
905 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
906
907 * gdb.base/default.exp: Remove test of 'set history filename'.
908 * gdb.base/gdbinit-history.exp: Add tests for setting the history
909 filename to the empty string.
910 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
911 and GDBHISTSIZE.
912
913 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
914
915 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
916 disabled.
917
918 2020-03-02 Pedro Alves <palves@redhat.com>
919 Tom de Vries <tdevries@suse.de>
920
921 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
922 -prompt prefix, before user_code argument. Add -lbl option likewise.
923 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
924 (gdb_is_target_1): Add -prompt prefix and move to before user_code
925 argument.
926 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
927 have "\r\n" at start-of-line, instead of at end-of-line.
928
929 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
930
931 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
932 libinproctrace.so.
933
934 2020-02-28 Luis Machado <luis.machado@linaro.org>
935
936 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
937 to "p/x".
938
939 2020-02-28 Luis Machado <luis.machado@linaro.org>
940
941 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
942 asm/ptrace.h and error.h.
943
944 2020-02-28 Tom de Vries <tdevries@suse.de>
945
946 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
947 (struct wrapper, do_something, mundane/symada__cS): Move ...
948 * gdb.base/c-linkage-name-2.c: ... here. New source file.
949 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
950 Update "print symada__cS before partial symtab expansion" regexp.
951 Update breakpoint location. Flush symbol cache after expansion.
952
953 2020-02-28 Luis Machado <luis.machado@linaro.org>
954
955 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
956
957 2020-02-27 Tom de Vries <tdevries@suse.de>
958
959 * config/sid.exp: Remove unused globals.
960 * gdb.base/attach.exp: Same.
961 * gdb.base/catch-load.exp: Same.
962 * gdb.base/dbx.exp: Same.
963 * lib/gdb.exp: Same.
964 * lib/mi-support.exp: Same.
965 * lib/prompt.exp: Same.
966
967 2020-02-27 Tom de Vries <tdevries@suse.de>
968
969 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
970 not set.
971
972 2020-02-26 Aaron Merey <amerey@redhat.com>
973
974 * gdb.debuginfod: New directory for debuginfod tests.
975 * gdb.debuginfod/main.c: New test file.
976 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
977
978 2020-02-26 Tom de Vries <tdevries@suse.de>
979
980 PR gdb/25603
981 * gdb.base/persistent-lang.cc: New test.
982 * gdb.base/persistent-lang.exp: New file.
983
984 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
985
986 * gdb.fortran/derived-type-striding.exp: Add a new test.
987 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
988 new test.
989
990 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
991
992 * gdb.base/cached-source-file.exp: Avoid source file paths in test
993 names.
994
995 2020-02-25 Tom de Vries <tdevries@suse.de>
996
997 PR go/18926
998 * gdb.go/methods.exp: Remove gcc/93866 xfail.
999
1000 2020-02-24 Tom de Vries <tdevries@suse.de>
1001
1002 PR gdb/25592
1003 * gdb.base/info-locals-unused-static-var.c: New test.
1004 * gdb.base/info-locals-unused-static-var.exp: New file.
1005
1006 2020-02-22 Tom Tromey <tom@tromey.com>
1007
1008 * gdb.python/tui-window.exp: New file.
1009 * gdb.python/tui-window.py: New file.
1010
1011 2020-02-22 Tom Tromey <tom@tromey.com>
1012
1013 PR tui/17850:
1014 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1015 tests.
1016
1017 2020-02-22 Tom Tromey <tom@tromey.com>
1018
1019 * gdb.tui/new-layout.exp: Add sub-layout tests.
1020
1021 2020-02-22 Tom Tromey <tom@tromey.com>
1022
1023 * gdb.tui/new-layout.exp: New file.
1024
1025 2020-02-22 Tom Tromey <tom@tromey.com>
1026
1027 * gdb.rust/rust-style.rs: New file.
1028 * gdb.rust/rust-style.exp: New file.
1029 * gdb.base/style.exp: Test structure printing.
1030 * gdb.base/style.c (struct some_struct): New type.
1031 (enum etype): New type.
1032 (struct_value): New global.
1033
1034 2020-02-21 Tom de Vries <tdevries@suse.de>
1035
1036 PR go/18926
1037 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1038 Remove blanket xfails. Use message argument for gdb_breakpoint.
1039 Make continuing to breakpoint test conditional on setting breakpoint.
1040 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1041 DW_AT_name attribute. Add xfail for GCC PR93866.
1042
1043 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1044
1045 * gdb.dwarf2/cpp-linkage-name.c: New file.
1046 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1047
1048 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1049
1050 * lib/gdb.exp (gdb_wrapper_init): Reset
1051 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1052 not exist.
1053
1054 2020-02-20 Tom de Vries <tdevries@suse.de>
1055
1056 PR go/17018
1057 * gdb.go/hello.exp: Copy ...
1058 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1059 print of st to print value of global definition. Add xfail for GCC
1060 PR93844.
1061 * gdb.go/hello.exp: Remove printing of st before definition.
1062 * gdb.go/hello.go: Copy ...
1063 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1064 to st.
1065 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1066
1067 2020-02-20 Tom de Vries <tdevries@suse.de>
1068
1069 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1070 (gdb_simple_compile): Handle compile_flags go by using .go extension
1071 for source file.
1072 * gdb.go/chan.exp: Use support_go_compile.
1073 * gdb.go/handcall.exp: Same.
1074 * gdb.go/hello.exp: Same.
1075 * gdb.go/integers.exp: Same.
1076 * gdb.go/max-depth.exp: Same.
1077 * gdb.go/methods.exp: Same.
1078 * gdb.go/package.exp: Same.
1079 * gdb.go/strings.exp: Same.
1080 * gdb.go/types.exp: Same.
1081 * gdb.go/unsafe.exp: Same.
1082
1083 2020-02-19 Tom de Vries <tdevries@suse.de>
1084
1085 * gdb.python/lib-types.exp: Make xfail more strict.
1086
1087 2020-02-19 Tom de Vries <tdevries@suse.de>
1088
1089 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1090
1091 2020-02-19 Doug Evans <dje@google.com>
1092
1093 PR rust/25535
1094 * gdb.rust/simple.exp: Add test.
1095 * gdb.rust/simple.rs: Add test.
1096
1097 2020-02-19 Tom de Vries <tdevries@suse.de>
1098
1099 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1100 output line-by-line.
1101
1102 2020-02-19 Tom de Vries <tdevries@suse.de>
1103
1104 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1105
1106 2020-02-19 Tom de Vries <tdevries@suse.de>
1107
1108 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1109 prelink.
1110
1111 2020-02-19 Tom de Vries <tdevries@suse.de>
1112
1113 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1114 (gdb_do_cache): Use gdb_do_cache_wrap.
1115 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1116
1117 2020-02-19 Tom de Vries <tdevries@suse.de>
1118
1119 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1120 gdb_compile option.
1121
1122 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1123
1124 * gdb.base/printcmds.exp (test_print_enums): Update expected
1125 output.
1126
1127 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1128
1129 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1130 for "unknown".
1131
1132 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1133
1134 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1135 enumerator.
1136
1137 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1138
1139 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1140 FE_, add FE_NONE.
1141 (three): Update.
1142 (enum flag_enum_without_zero): New enum.
1143 (flag_enum_without_zero): New variable.
1144 (enum not_flag_enum): New enum.
1145 (three_not_flag): New variable.
1146 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1147 (test_print_enums): Add more tests for printing flag enums.
1148
1149 2020-02-18 Tom de Vries <tdevries@suse.de>
1150
1151 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1152 (gdb_compile_ada): ... here.
1153 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1154 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1155
1156 2020-02-14 Tom Tromey <tom@tromey.com>
1157
1158 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1159 build directory.
1160 * boards/gdbserver-base.exp: Update path to gdbserver.
1161
1162 2020-02-13 Tom de Vries <tdevries@suse.de>
1163
1164 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1165
1166 2020-02-13 Tom de Vries <tdevries@suse.de>
1167
1168 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1169 are missing.
1170
1171 2020-02-13 Tom de Vries <tdevries@suse.de>
1172
1173 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1174 call.
1175
1176 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1177
1178 PR tui/25126
1179 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1180 * gdb.base/cached-source-file.c: New file.
1181 * gdb.base/cached-source-file.exp: New file.
1182
1183 2020-02-11 Tom de Vries <tdevries@suse.de>
1184
1185 PR testsuite/25488
1186 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1187
1188 2020-02-10 Tom de Vries <tdevries@suse.de>
1189
1190 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1191
1192 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1193
1194 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1195 and $after_addr are both integers before making a comparison.
1196
1197 2020-02-09 Tom de Vries <tdevries@suse.de>
1198
1199 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1200 command output and paste it into gdb.log. If any, paste catch message
1201 to gdb.log.
1202
1203 2020-02-07 Tom Tromey <tromey@adacore.com>
1204
1205 PR breakpoints/24915:
1206 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1207
1208 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1209
1210 * gdb.tui/tui-missing-src.exp: Add the "missing source
1211 file" test for the TUI.
1212
1213 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1214
1215 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1216 including a port number in the output.
1217
1218 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1219
1220 * lib/fortran.exp (fortran_int4): Handle clang.
1221 (fortran_int8): Likewise.
1222 (fortran_real4): Likewise.
1223 (fortran_real8): Likewise.
1224 (fortran_complex4): Likewise.
1225 (fortran_logical4): Likewise.
1226 (fortran_character1): Likewise.
1227
1228 2020-02-04 Tom de Vries <tdevries@suse.de>
1229
1230 * README (Race detection): Add note.
1231
1232 2020-02-04 Tom de Vries <tdevries@suse.de>
1233
1234 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1235
1236 2020-02-04 Tom de Vries <tdevries@suse.de>
1237
1238 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1239
1240 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1241
1242 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1243 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1244 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1245 blttar, bnetarl.
1246 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1247 binary for blttar, bnetarl.
1248 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1249 wait instruction. Delete ldmx test.
1250 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1251
1252 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1253
1254 * gdb.fortran/array-bounds-high.exp: New file.
1255 * gdb.fortran/array-bounds-high.f90: New file.
1256
1257 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1258
1259 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1260 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1261
1262 2020-02-01 Tom de Vries <tdevries@suse.de>
1263
1264 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1265
1266 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1267
1268 PR tui/9765
1269 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1270 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1271
1272 2020-01-29 Luis Machado <luis.machado@linaro.org>
1273
1274 * gdb.arch/aarch64-brk-patterns.c: New source file.
1275 * gdb.arch/aarch64-brk-patterns.exp: New test.
1276
1277 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1278
1279 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1280 GCC/Clang version.
1281 * gdb.cp/pass-by-ref.exp: Ditto.
1282
1283 2020-01-29 Tom de Vries <tdevries@suse.de>
1284
1285 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1286 * gdb.threads/watchpoint-fork-mt.c: Same.
1287 * gdb.threads/watchpoint-fork-parent.c: Same.
1288 * gdb.threads/watchpoint-fork-st.c: Same.
1289 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1290
1291 2020-01-27 Luis Machado <luis.machado@linaro.org>
1292
1293 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1294 sitting at a syscall instruction when we hit the syscall function's
1295 breakpoint.
1296 Check PC against one obtained with the x command.
1297 Validate syscall number.
1298 (step_over_syscall): Don't continue to the syscall instruction if
1299 we're already there.
1300
1301 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1302
1303 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1304
1305 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1306
1307 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1308 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1309
1310 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1311
1312 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1313 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1314
1315 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1316
1317 * gdb.base/maint.exp: Update line table parsing test.
1318 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1319
1320 2020-01-24 Pedro Alves <palves@redhat.com>
1321
1322 PR gdb/25410
1323 * gdb.multi/multi-re-run-1.c: New.
1324 * gdb.multi/multi-re-run-2.c: New.
1325 * gdb.multi/multi-re-run.exp: New.
1326
1327 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1328
1329 PR gdb/23718
1330 * gdb.server/server-kill-python.exp: New file.
1331
1332 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1333
1334 * gdb.server/multi-ui-errors.c: New file.
1335 * gdb.server/multi-ui-errors.exp: New file.
1336
1337 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1338
1339 PR tui/9765
1340 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1341
1342 2020-01-19 Tom Tromey <tom@tromey.com>
1343
1344 * gdb.tui/main.exp: Add check for plain "file".
1345
1346 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1347
1348 * lib/gdb.exp: Fix spelling error (seperatelly).
1349
1350 2020-01-14 Tom Tromey <tom@tromey.com>
1351
1352 PR symtab/12535:
1353 * gdb.python/python.exp: Test decode_line with empty string
1354 argument.
1355
1356 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1357
1358 * gdb.base/skip-inline.exp: Extend test.
1359
1360 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1361
1362 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1363 * gdb.dwarf2/dw2-bad-elf.c: New file.
1364 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1365
1366 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1367
1368 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1369 _line_saw_file.
1370
1371 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1372
1373 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1374 border.
1375
1376 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1377
1378 * gdb.multi/multi-target.exp (setup): Factor out "info
1379 connections" and "info inferiors" tests to ...
1380 (test_info_inferiors): ... this new procedure.
1381 (top level): Run new "info-inferiors" tests.
1382
1383 2020-01-10 Pedro Alves <palves@redhat.com>
1384
1385 * gdb.server/bkpt-other-inferior.exp: New file.
1386
1387 2020-01-10 Pedro Alves <palves@redhat.com>
1388
1389 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1390 of "add-inferior".
1391 * gdb.base/quit-live.exp: Likewise.
1392 * gdb.base/remote-exec-file.exp: Likewise.
1393 * gdb.guile/scm-progspace.exp: Likewise.
1394 * gdb.linespec/linespec.exp: Likewise.
1395 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1396 * gdb.mi/user-selected-context-sync.exp: Likewise.
1397 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1398 "info inferiors" tests.
1399 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1400 "add-inferior".
1401 * gdb.multi/watchpoint-multi.exp: Likewise.
1402 * gdb.python/py-inferior.exp: Likewise.
1403 * gdb.server/extended-remote-restart.exp: Likewise.
1404 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1405 "info inferiors".
1406 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1407 * gdb.trace/report.exp: Likewise.
1408
1409 2020-01-10 Pedro Alves <palves@redhat.com>
1410
1411 * gdb.multi/multi-target.c: New file.
1412 * gdb.multi/multi-target.exp: New file.
1413 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1414 mode requested, but remote does not support non-stop".
1415
1416 2020-01-10 Pedro Alves <palves@redhat.com>
1417
1418 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1419 disconnect before reconnecting.
1420
1421 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1422 Pedro Alves <palves@redhat.com>
1423
1424 * gdb.server/connect-without-multi-process.exp: Also test
1425 continuing to end.
1426
1427 2020-01-10 Pedro Alves <palves@redhat.com>
1428
1429 * gdb.base/remote-exec-file.exp: New file.
1430
1431 2020-01-10 Pedro Alves <palves@redhat.com>
1432
1433 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1434 output.
1435 * gdb.threads/async.c: New.
1436 * gdb.threads/async.exp: New.
1437 * gdb.multi/tids-gid-reset.c: New.
1438 * gdb.multi/tids-gid-reset.exp: New.
1439
1440 2020-01-10 George Barrett <bob@bob131.so>
1441
1442 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1443 to help in finding the image relocation offset.
1444 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1445 options in arguments.
1446 (stap_test_no_debuginfo): Likewise.
1447 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1448 test variants.
1449 (stap_test): Add null semaphore relocation test.
1450
1451 2020-01-10 George Barrett <bob@bob131.so>
1452
1453 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1454 * gdb.base/stap-probe.exp: Likewise.
1455 (stap_test): Pass argument as an additional flag.
1456 (stap_test_no_debuginfo): Likewise.
1457 (stap_test): Check `info probes stap' output for semaphore
1458 addresses if the test binary is supposed to have them.
1459
1460 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1461
1462 * gdb.tui/basic.exp: Add more scrolling tests.
1463
1464 2020-01-09 Tom Tromey <tom@tromey.com>
1465
1466 PR tui/18932:
1467 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1468 meangingful value.
1469 (Term::command, Term::resize): Update.
1470 * gdb.tui/basic.exp: Add scrolling test.
1471
1472 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1473
1474 * gdb.tui/tui-layout-asm.exp: New file.
1475
1476 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1477
1478 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1479
1480 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1481
1482 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1483 (Term::enter_tui): Use Term::prepare_for_tui.
1484
1485 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1486
1487 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1488 called.
1489
1490 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1491
1492 * gdb.base/skip.exp: Fix race condition in test.
1493
1494 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1495
1496 * gdb.base/backtrace.c: New file.
1497 * gdb.base/backtrace.exp: New file.
1498
1499 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1500
1501 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1502
1503 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1504
1505 * gdb.base/style.exp: Test that warnings are styled.
1506
1507 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1508
1509 * gdb.base/line65535.exp: New file.
1510 * gdb.base/line65535.c: New file.
1511
1512 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1513
1514 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1515 * lib/gnat_debug_info_test.adb: New file.
1516 * gdb.ada/ptype_tagged_param.exp: Use
1517 gnat_runtime_has_debug_info, expect a different output if
1518 runtime does not have debug info.
1519
1520 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1521
1522 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1523 (another) quote in test name.
1524
1525 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1526
1527 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1528 Add quote in test name.
1529
1530 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1531
1532 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1533 directory instead.
1534 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1535 * gdb.cp/pass-by-ref-2.cc: New file.
1536 * gdb.cp/pass-by-ref-2.exp: New file.
1537
1538 2019-12-20 Tom Tromey <tom@tromey.com>
1539
1540 * gdb.tui/list-before.exp: New file.
1541
1542 2019-12-20 Tom Tromey <tom@tromey.com>
1543
1544 * gdb.tui/list.exp: Check for source on initial listing.
1545
1546 2019-12-11 Tom Tromey <tromey@adacore.com>
1547
1548 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1549 Add crlf test.
1550
1551 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
1552
1553 * gdb.base/default.exp: Update value of $_gdb_major.
1554
1555 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1556
1557 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1558
1559 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1560
1561 * gdb.base/skip.exp: Whitespace fix.
1562
1563 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1564
1565 * gdb.base/skip-inline.c: New file.
1566 * gdb.base/skip-inline.exp: New file.
1567
1568 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1569
1570 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1571 jit_function_00 to jit_function_stack_mangle.
1572 * gdb.base/jithost.c (jit_function_t): Rename to...
1573 (jit_function_stack_mangle_t): ... this.
1574 (jit_function_add_t): New typedef.
1575 (jit_function_00_code): Rename to...
1576 (jit_function_stack_mangle_code): ... this, make static.
1577 (jit_function_add_code): New.
1578 (main): Generate "add" function and call it. Adjust to changes
1579 in jithost_abi.
1580 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1581 (struct jithost_abi) <begin, end>: Remove fields.
1582 <object, function_stack_mangle, function_add>: New fields.
1583 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1584 code_end>: Remove fields.
1585 <func_stack_mangle>: New field.
1586 (read_debug_info): Adjust to renaming, create block for "add"
1587 function.
1588 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1589
1590 2019-12-11 Tom Tromey <tom@tromey.com>
1591
1592 * gdb.tui/resize.exp: Fix regexp.
1593 * gdb.tui/regs.exp: Fix regexps.
1594 * gdb.tui/main.exp: Fix regexp.
1595
1596 2019-12-11 Tom Tromey <tom@tromey.com>
1597
1598 * gdb.tui/resize.exp: Update.
1599 * gdb.tui/empty.exp (layouts): Update.
1600
1601 2019-12-11 Tom Tromey <tom@tromey.com>
1602
1603 * gdb.tui/regs.exp: Update.
1604 * gdb.tui/empty.exp (layouts): Update.
1605 * gdb.tui/basic.exp: Update.
1606 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1607
1608 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1609
1610 * gdb.base/options.exp: Add -raw-values in the print completion list.
1611 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1612
1613 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1614
1615 * gdb.threads/omp-par-scope.c: New file.
1616 * gdb/threads/omp-par-scope.exp: New file.
1617
1618 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1619
1620 * lib/gdb.exp (support_nested_function_tests): New proc.
1621
1622 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1623
1624 * lib/gdb.exp (gdb_compile_openmp): New proc.
1625 (build_executable_from_specs): Add an "openmp" option.
1626 (gdb_compile_pthreads): Add non-executable case.
1627
1628 2019-12-10 Tom Tromey <tromey@adacore.com>
1629
1630 * gdb.ada/unchecked_union.exp: New file.
1631 * gdb.ada/unchecked_union/pck.adb: New file.
1632 * gdb.ada/unchecked_union/pck.ads: New file.
1633 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1634 * gdb-utils.exp (string_to_regexp): Also quote "?".
1635
1636 2019-12-10 George Barrett <bob@bob131.so>
1637
1638 Test scripted probe breakpoints.
1639 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1640 * gdb.python/py-breakpoint.c (main): Likewise.
1641 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1642 specifier test.
1643 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1644
1645 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1646
1647 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1648 an rvalue parameter.
1649 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1650 parameter.
1651
1652 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1653
1654 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1655 modules.
1656
1657 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1658
1659 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1660 broken version of GCC.
1661
1662 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1663
1664 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1665 sym-info-cmds library.
1666 * gdb.fortran/info-types.exp: Likewise.
1667 * lib/sym-info-cmds.exp: New file.
1668
1669 2019-12-08 Tom de Vries <tdevries@suse.de>
1670
1671 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1672
1673 2019-12-07 Keith Seitz <keiths@redhat.com>
1674
1675 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1676 * gdb.base/corefile-buildid-shlib.c: New file.
1677 * gdb.base/corefile-buildid.c: New file.
1678 * gdb.base/corefile-buildid.exp: New file.
1679
1680 2019-12-06 Tom de Vries <tdevries@suse.de>
1681
1682 * gdb.dwarf2/varval.exp: Add decl before def test.
1683
1684 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1685
1686 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1687
1688 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1689
1690 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1691 CV and reference conversion for overload resolution.
1692 * gdb.cp/rvalue-ref-overload.exp: Test it.
1693
1694 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1695
1696 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1697 * gdb.base/frameapply.exp: Test faas without command.
1698
1699 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1700
1701 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1702 Fortran tests.
1703 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1704 order.
1705
1706 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1707
1708 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1709 casting to type with no kind specified.
1710 (test_basic_parsing_of_type_kinds): Additional tests for types
1711 with no kind specified, and add tests for single/double
1712 precision/complex types.
1713
1714 2019-12-04 Tom Tromey <tromey@adacore.com>
1715
1716 * gdb.base/endianity.c (struct other) <x>: New field.
1717 (main): Initialize it.
1718 * gdb.base/endianity.exp: Update.
1719
1720 2019-12-04 Tom Tromey <tromey@adacore.com>
1721
1722 * gdb.ada/scalar_storage/storage.adb: New file.
1723 * gdb.ada/scalar_storage/pck.adb: New file.
1724 * gdb.ada/scalar_storage/pck.ads: New file.
1725 * gdb.ada/scalar_storage.exp: New file.
1726
1727 2019-12-04 Tom Tromey <tromey@adacore.com>
1728
1729 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1730 (main): Initialize it.
1731 * gdb.base/endianity.exp: Update.
1732
1733 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1734
1735 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1736
1737 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1738
1739 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1740 -symbol-info-module-functions and -symbol-info-module-variables.
1741
1742 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1743
1744 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1745
1746 2019-12-01 Richard Bunt <richard.bunt@arm.com>
1747 Andrew Burgess <andrew.burgess@embecosm.com>
1748
1749 * gdb.fortran/derived-type-striding.exp: New file.
1750 * gdb.fortran/derived-type-striding.f90: New file.
1751 * gdb.fortran/array-slices.exp: New file.
1752 * gdb.fortran/array-slices.f90: New file.
1753
1754 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1755
1756 * gdb.base/define.exp: Test . in command names.
1757 * gdb.base/setshow.exp: Update test, as . is now part of
1758 command name.
1759
1760 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1761
1762 * gdb.base/define-prefix.exp: New file.
1763
1764 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1765
1766 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1767 compile.
1768 (skip_btrace_pt_tests): Likewise.
1769
1770 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1771
1772 * gdb.fortran/info-modules.exp: Compile source files in correct
1773 order.
1774
1775 2019-11-27 Kevin Buettner <kevinb@redhat.com>
1776
1777 * gdb.dwarf2/imported-unit.exp: New file.
1778 * gdb.dwarf2/imported-unit.c: New file.
1779
1780 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1781
1782 * gdb.mi/mi-fortran-modules-2.f90: New file.
1783 * gdb.mi/mi-fortran-modules.exp: New file.
1784 * gdb.mi/mi-fortran-modules.f90: New file.
1785
1786 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1787
1788 * gdb.mi/mi-sym-info-1.c: New file.
1789 * gdb.mi/mi-sym-info-2.c: New file.
1790 * gdb.mi/mi-sym-info.exp: New file.
1791
1792 2019-11-22 Tom Tromey <tromey@adacore.com>
1793
1794 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1795 * gdb.ada/tasks/foo.adb: Add another stopping location.
1796
1797 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1798
1799 * gdb.base/endianity.c: New test.
1800 * gdb.base/endianity.exp: New file.
1801
1802 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1803
1804 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1805
1806 2019-11-21 Tom de Vries <tdevries@suse.de>
1807
1808 PR gdb/24956
1809 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1810
1811 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1812
1813 * gdb.python/py-progspace.exp: Add missing parentheses on some
1814 'print' commands.
1815
1816 2019-11-19 Tom Tromey <tom@tromey.com>
1817
1818 * gdb.tui/winheight.exp: New file.
1819
1820 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1821
1822 * gdb.base/ctf-whatis.c: Delete.
1823 * gdb.base/ctf-whatis.exp: Delete.
1824 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1825
1826 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1827
1828 * gdb.base/ctf-cvexpr.exp: Delete.
1829 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1830
1831 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1832
1833 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1834 the compiler. Clean up header comment a little.
1835 * gdb.base/ctf-ptype.exp: Likewise.
1836 * gdb.base/ctf-whatis.exp: Likewise.
1837 * lib/gdb.exp (skip_ctf_tests): New proc.
1838
1839 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1840
1841 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1842 * gdb.tui/corefile-run.exp: New file.
1843
1844 2019-11-14 Tom Tromey <tromey@adacore.com>
1845
1846 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1847 regression tests.
1848
1849 2019-11-12 Tom Tromey <tom@tromey.com>
1850
1851 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1852 after any command. Expect prompt after WAIT_FOR is seen.
1853 (enter_tui): Enable resize messages.
1854 (command): Expect command in output.
1855 (get_line): Avoid error when cursor appears to be off-screen.
1856 (dump_screen): Include screen size in title.
1857 (_do_resize): New proc, from "resize".
1858 (resize): Rewrite. Do resize in two steps.
1859 * gdb.tui/empty.exp (layouts): Fix entries.
1860 (check_boxes): Remove xfail.
1861 (check_text): Dump screen on failure.
1862
1863 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1864
1865 * gdb.python/py-symbol.exp: Add test for
1866 gdb.lookup_static_symbols.
1867
1868 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1869
1870 * gdb.python/py-symbol.c: Declare and call function from new
1871 py-symbol-2.c file.
1872 * gdb.python/py-symbol.exp: Compile both source files, and add new
1873 tests for gdb.lookup_static_symbol.
1874 * gdb.python/py-symbol-2.c: New file.
1875
1876 2019-11-02 Tom de Vries <tdevries@suse.de>
1877
1878 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1879 * gdb.base/anon.exp: Same.
1880 * gdb.base/auto-connect-native-target.exp: Same.
1881 * gdb.base/call-ar-st.exp: Same.
1882 * gdb.base/catch-syscall.exp: Same.
1883 * gdb.base/commands.exp: Same.
1884 * gdb.base/default.exp: Same.
1885 * gdb.base/display.exp: Same.
1886 * gdb.base/float.exp: Same.
1887 * gdb.base/foll-fork.exp: Same.
1888 * gdb.base/help.exp: Same.
1889 * gdb.base/info-macros.exp: Same.
1890 * gdb.base/info-proc.exp: Same.
1891 * gdb.base/info-target.exp: Same.
1892 * gdb.base/long_long.exp: Same.
1893 * gdb.base/macscp.exp: Same.
1894 * gdb.base/memattr.exp: Same.
1895 * gdb.base/nofield.exp: Same.
1896 * gdb.base/pointers.exp: Same.
1897 * gdb.base/printcmds.exp: Same.
1898 * gdb.base/ptype.exp: Same.
1899 * gdb.base/restore.exp: Same.
1900 * gdb.base/return.exp: Same.
1901 * gdb.base/scope.exp: Same.
1902 * gdb.base/set-noassign.exp: Same.
1903 * gdb.base/setshow.exp: Same.
1904 * gdb.base/shlib-call.exp: Same.
1905 * gdb.base/signals.exp: Same.
1906 * gdb.base/sigstep.exp: Same.
1907 * gdb.base/skip.exp: Same.
1908 * gdb.base/solib-symbol.exp: Same.
1909 * gdb.base/stap-probe.exp: Same.
1910 * gdb.base/step-line.exp: Same.
1911 * gdb.base/step-test.exp: Same.
1912 * gdb.base/style.exp: Same.
1913 * gdb.base/varargs.exp: Same.
1914 * gdb.base/vla-datatypes.exp: Same.
1915 * gdb.base/vla-ptr.exp: Same.
1916 * gdb.base/vla-sideeffect.exp: Same.
1917 * gdb.base/volatile.exp: Same.
1918 * gdb.base/watch-cond-infcall.exp: Same.
1919 * gdb.base/watchpoint.exp: Same.
1920
1921 2019-11-02 Tom de Vries <tdevries@suse.de>
1922
1923 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1924 * gdb.cp/cpexprs.exp: Same.
1925 * gdb.cp/except-multi-location.exp: Same.
1926 * gdb.cp/exceptprint.exp: Same.
1927 * gdb.cp/gdb2384.exp: Same.
1928 * gdb.cp/inherit.exp: Same.
1929 * gdb.cp/m-static.exp: Same.
1930 * gdb.cp/meth-typedefs.exp: Same.
1931 * gdb.cp/misc.exp: Same.
1932 * gdb.cp/namespace.exp: Same.
1933 * gdb.cp/non-trivial-retval.exp: Same.
1934 * gdb.cp/overload.exp: Same.
1935 * gdb.cp/pr17132.exp: Same.
1936 * gdb.cp/re-set-overloaded.exp: Same.
1937 * gdb.cp/rvalue-ref-types.exp: Same.
1938 * gdb.cp/templates.exp: Same.
1939
1940 2019-11-01 Luis Machado <luis.machado@linaro.org>
1941
1942 PR gdb/25124
1943
1944 * gdb.arch/pr25124.S: New file.
1945 * gdb.arch/pr25124.exp: New file.
1946
1947 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1948
1949 * gdb.fortran/info-modules.exp: Update expected results, and add
1950 additional tests for 'info module functinos', and 'info module
1951 variables'.
1952 * gdb.fortran/info-types.exp: Update expected results.
1953 * gdb.fortran/info-types.f90: Extend testcase with additional
1954 module variables and functions.
1955
1956 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1957
1958 * gdb.fortran/info-modules.exp: New file.
1959 * gdb.fortran/info-types.exp: Build with new file.
1960 * gdb.fortran/info-types.f90: Include and use new module.
1961 * gdb.fortran/info-types-2.f90: New file.
1962
1963 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1964
1965 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1966 * gdb.base/settings.exp: Test all settings types using
1967 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1968 that now verifies that the value of "maint show" is the same as
1969 returned by the settings functions. Test the type of the
1970 maintenance settings.
1971 * gdb.base/default.exp: Update show_conv_list.
1972
1973 2019-10-31 Tom de Vries <tdevries@suse.de>
1974
1975 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1976 gdb_test.
1977 * gdb.arch/amd64-disp-step.exp: Same.
1978 * gdb.asm/asm-source.exp: Same.
1979 * gdb.btrace/buffer-size.exp: Same.
1980 * gdb.btrace/cpu.exp: Same.
1981 * gdb.btrace/enable.exp: Same.
1982 * gdb.dwarf2/count.exp: Same.
1983 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1984 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1985 * gdb.fortran/vla-datatypes.exp: Same.
1986 * gdb.fortran/vla-history.exp: Same.
1987 * gdb.fortran/vla-ptype.exp: Same.
1988 * gdb.fortran/vla-value.exp: Same.
1989 * gdb.fortran/whatis_type.exp: Same.
1990 * gdb.guile/guile.exp: Same.
1991 * gdb.multi/tids.exp: Same.
1992 * gdb.python/py-finish-breakpoint.exp: Same.
1993 * gdb.python/py-framefilter.exp: Same.
1994 * gdb.python/py-pp-registration.exp: Same.
1995 * gdb.python/py-xmethods.exp: Same.
1996 * gdb.python/python.exp: Same.
1997 * gdb.server/connect-with-no-symbol-file.exp: Same.
1998 * gdb.server/no-thread-db.exp: Same.
1999 * gdb.server/run-without-local-binary.exp: Same.
2000 * gdb.stabs/weird.exp: Same.
2001 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2002 * gdb.threads/thread-find.exp: Same.
2003 * gdb.threads/tls-shared.exp: Same.
2004 * gdb.threads/tls.exp: Same.
2005 * gdb.threads/wp-replication.exp: Same.
2006 * gdb.trace/ax.exp: Same.
2007 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2008
2009 2019-10-31 Tom de Vries <tdevries@suse.de>
2010
2011 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2012 * gdb.ada/array_subscript_addr.exp: Same.
2013 * gdb.ada/arrayidx.exp: Same.
2014 * gdb.ada/arrayparam.exp: Same.
2015 * gdb.ada/arrayptr.exp: Same.
2016 * gdb.ada/boolean_expr.exp: Same.
2017 * gdb.ada/call_pn.exp: Same.
2018 * gdb.ada/complete.exp: Same.
2019 * gdb.ada/fixed_cmp.exp: Same.
2020 * gdb.ada/fun_addr.exp: Same.
2021 * gdb.ada/funcall_param.exp: Same.
2022 * gdb.ada/interface.exp: Same.
2023 * gdb.ada/mod_from_name.exp: Same.
2024 * gdb.ada/null_array.exp: Same.
2025 * gdb.ada/packed_array.exp: Same.
2026 * gdb.ada/packed_tagged.exp: Same.
2027 * gdb.ada/print_chars.exp: Same.
2028 * gdb.ada/print_pc.exp: Same.
2029 * gdb.ada/ptype_arith_binop.exp: Same.
2030 * gdb.ada/ptype_field.exp: Same.
2031 * gdb.ada/ptype_tagged_param.exp: Same.
2032 * gdb.ada/rec_return.exp: Same.
2033 * gdb.ada/ref_tick_size.exp: Same.
2034 * gdb.ada/str_ref_cmp.exp: Same.
2035 * gdb.ada/taft_type.exp: Same.
2036 * gdb.ada/tagged.exp: Same.
2037 * gdb.ada/type_coercion.exp: Same.
2038 * gdb.ada/uninitialized_vars.exp: Same.
2039
2040 2019-10-30 Tom de Vries <tdevries@suse.de>
2041
2042 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2043
2044 2019-10-26 Tom de Vries <tdevries@suse.de>
2045
2046 * gdb.base/bigcore.c: Fix typos in comments.
2047 * gdb.base/ctf-ptype.c: Same.
2048 * gdb.base/long_long.c: Same.
2049 * gdb.dwarf2/dw2-op-out-param.S: Same.
2050 * gdb.python/py-evthreads.c: Same.
2051 * gdb.reverse/i387-stack-reverse.c: Same.
2052 * gdb.trace/tfile.c: Same.
2053 * lib/compiler.c: Same.
2054 * lib/compiler.cc: Same.
2055
2056 2019-10-25 Tom de Vries <tdevries@suse.de>
2057
2058 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2059 gdb_test_multiple calls.
2060 * gdb.reverse/sigall-reverse.exp: Same.
2061 * gdb.reverse/solib-precsave.exp: Same.
2062 * gdb.reverse/solib-reverse.exp: Same.
2063 * gdb.reverse/until-precsave.exp: Same.
2064 * gdb.reverse/until-reverse.exp: Same.
2065
2066 2019-10-24 Tom de Vries <tdevries@suse.de>
2067
2068 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2069 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2070 kfail using -wrap pattern flag and convenience variable
2071 gdb_test_name.
2072
2073 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2074
2075 * gdb.python/py-progspace.exp: Add tests for the
2076 Progspace.block_for_pc method.
2077
2078 2019-10-23 Tom Tromey <tom@tromey.com>
2079
2080 * configure: Rebuild.
2081 * aclocal.m4: Use m4_include, not sinclude.
2082
2083 2019-10-21 Tom de Vries <tdevries@suse.de>
2084
2085 * gdb.base/infcall-nested-structs.c: Add
2086 __attribute__((noinline,noclone)) to all functions.
2087 (call_all): Add missing variable initialization. Simplify return value.
2088 (breakpt): Increment volatile variable, to prevent call from being
2089 optimized out.
2090 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2091
2092 2019-10-17 Tom de Vries <tdevries@suse.de>
2093
2094 * gdb.fortran/module.exp: Allow info variables to print info for files
2095 other than module.f90.
2096
2097 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2098
2099 * gdb.fortran/module.exp: Extend with 'info variables' test.
2100
2101 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2102
2103 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2104 F77_FOR_TARGET.
2105
2106 2019-10-16 Tom de Vries <tdevries@suse.de>
2107
2108 PR tdep/25096
2109 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2110
2111 2019-10-16 Tom de Vries <tdevries@suse.de>
2112
2113 PR tdep/24104
2114 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2115 Add KFAIL for PR tdep/25096.
2116
2117 2019-10-16 Tom de Vries <tdevries@suse.de>
2118
2119 PR testsuite/25059
2120 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2121
2122 2019-10-16 Tom de Vries <tdevries@suse.de>
2123
2124 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2125 as signed.
2126
2127 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2128
2129 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2130 one instead of increasing timeout.
2131
2132 2019-10-13 Tom de Vries <tdevries@suse.de>
2133
2134 PR record/25038
2135 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2136 * gdb.reverse/sigall-reverse.exp: Same.
2137 * gdb.reverse/solib-precsave.exp: Same.
2138 * gdb.reverse/solib-reverse.exp: Same.
2139 * gdb.reverse/step-precsave.exp: Same.
2140 * gdb.reverse/until-precsave.exp: Same.
2141 * gdb.reverse/until-reverse.exp: Same.
2142 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2143
2144 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2145
2146 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2147 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2148 (cmp_struct_05_01, cmp_struct_static_02_01)
2149 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2150 comparisons.
2151
2152 2019-10-10 Tom de Vries <tdevries@suse.de>
2153
2154 PR testsuite/24888
2155 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2156 gnatlink.
2157
2158 2019-10-09 Tom de Vries <tdevries@suse.de>
2159
2160 PR testsuite/25048
2161 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2162
2163 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2164
2165 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2166 exceptions due to missing debug information.
2167
2168 2019-10-07 Tom de Vries <tdevries@suse.de>
2169
2170 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2171
2172 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2173
2174 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2175 * gdb.base/annota1.exp: Update to use gdb_test_name.
2176
2177 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2178
2179 * gdb.base/ctf-whatis.exp: New file.
2180 * gdb.base/ctf-whatis.c: New file.
2181 * gdb.base/ctf-ptype.exp: New file.
2182 * gdb.base/ctf-ptype.c: New file.
2183 * gdb.base/ctf-constvars.exp: New file.
2184 * gdb.base/ctf-constvars.c: New file.
2185 * gdb.base/ctf-cvexpr.exp: New file.
2186
2187 2019-10-04 Tom de Vries <tdevries@suse.de>
2188
2189 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2190 for loop.
2191
2192 2019-10-03 Tom Tromey <tom@tromey.com>
2193
2194 PR rust/24976:
2195 * gdb.rust/simple.rs (Union2): New type.
2196 (main): Use Union2.
2197 * gdb.rust/simple.exp: Add test.
2198
2199 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2200
2201 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2202 nested function prefix.
2203
2204 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2205 Richard Bunt <richard.bunt@arm.com>
2206 Andrew Burgess <andrew.burgess@embecosm.com>
2207
2208 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2209 nested functions.
2210 * gdb.fortran/nested-funcs.f90: Update expected results.
2211 * gdb.fortran/nested-funcs-2.exp: New file.
2212 * gdb.fortran/nested-funcs-2.f90: New file.
2213
2214 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2215
2216 * gdb.python/py-parameter.exp: Make test names unique.
2217 * gdb.python/py-template.exp: Likewise.
2218 * gdb.python/py-value.exp: Likewise.
2219
2220 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2221
2222 * gdb.base/break-interp.exp: Reduce test name duplication.
2223 * gdb.base/call-sc.exp: Likewise.
2224 * gdb.base/callfuncs.exp: Likewise.
2225 * gdb.base/charset.exp: Likewise.
2226 * gdb.base/dump.exp: Likewise.
2227 * gdb.base/ena-dis-br.exp: Likewise.
2228 * gdb.base/relational.exp: Likewise.
2229 * gdb.base/step-over-syscall.exp: Likewise.
2230 * gdb.base/structs.exp: Likewise.
2231
2232 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2233
2234 * gdb.linespec/explicit.exp: Make test names unique.
2235 * gdb.linespec/ls-errs.exp: Likewise.
2236
2237 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2238
2239 * gdb.reverse/break-precsave.exp: Make test names unique.
2240 * gdb.reverse/break-reverse.exp: Likewise.
2241 * gdb.reverse/finish-precsave.exp: Likewise.
2242 * gdb.reverse/finish-reverse.exp: Likewise.
2243 * gdb.reverse/machinestate-precsave.exp: Likewise.
2244 * gdb.reverse/machinestate.exp: Likewise.
2245 * gdb.reverse/readv-reverse.exp: Likewise.
2246 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2247 * gdb.reverse/sigall-precsave.exp: Likewise.
2248 * gdb.reverse/sigall-reverse.exp: Likewise.
2249 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2250 * gdb.reverse/watch-precsave.exp: Likewise.
2251 * gdb.reverse/watch-reverse.exp: Likewise.
2252
2253 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2254
2255 * gdb.threads/stop-with-handle.c: New file.
2256 * gdb.threads/stop-with-handle.exp: New file.
2257
2258 2019-10-03 Tom de Vries <tdevries@suse.de>
2259
2260 PR testsuite/25059
2261 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2262 directory" line to be missing.
2263
2264 2019-10-03 Tom de Vries <tdevries@suse.de>
2265
2266 PR testsuite/25059
2267 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2268 type optional.
2269
2270 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2271
2272 * gdb.python/py-format-string.c (string.h): New include.
2273 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2274 the same value, for endianness-independence.
2275 * gdb.python/py-format-string.exp (default_regexp_dict)
2276 (test_pretty_structs, test_format): Adjust expected output to the
2277 changed initialization.
2278
2279 2019-10-02 Tom Tromey <tromey@adacore.com>
2280
2281 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2282
2283 2019-10-02 Pedro Alves <palves@redhat.com>
2284 Andrew Burgess <andrew.burgess@embecosm.com>
2285
2286 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2287 "print-file-var.h".
2288 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2289 (get_version_1): Print this_version_id and its address.
2290 Add extern "C" wrappers around interface functions.
2291 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2292 "print-file-var.h".
2293 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2294 (get_version_2): Print this_version_id and its address.
2295 Add extern "C" wrappers around interface functions.
2296 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2297 <stddef.h> and "print-file-var.h".
2298 Add extern "C" wrappers around interface functions.
2299 [VERSION_ID_MAIN] (this_version_id): Define.
2300 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2301 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2302 up extern "C" blocks.
2303 * gdb.base/print-file-var.exp (test): New, factored out from top
2304 level.
2305 (top level): Test all combinations of attribute hidden or not,
2306 dlopen or not, and this_version_id symbol in main file or not.
2307 Compile tests as both C++ and C, make test names unique.
2308
2309 2019-10-01 Tom Tromey <tom@tromey.com>
2310
2311 * gdb.base/style.exp: Test "show logging filename".
2312
2313 2019-10-01 Tom Tromey <tom@tromey.com>
2314
2315 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2316 * gdb.base/style.exp: Add metadata style test.
2317
2318 2019-10-01 Tom Tromey <tom@tromey.com>
2319
2320 * gdb.base/style.exp: Test "pwd".
2321
2322 2019-10-01 Tom Tromey <tom@tromey.com>
2323
2324 * gdb.base/style.exp: Update tests.
2325
2326 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2327
2328 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2329 'six' to unsigned.
2330 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2331 'five'. Use an all-ones bit pattern for each.
2332 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2333 to its changed values.
2334
2335 2019-09-30 Tom Tromey <tromey@adacore.com>
2336
2337 * gdb.rust/traits.rs: Disable all warnings.
2338
2339 2019-09-29 Tom de Vries <tdevries@suse.de>
2340
2341 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2342
2343 2019-09-29 Tom de Vries <tdevries@suse.de>
2344
2345 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2346
2347 2019-09-27 Tom de Vries <tdevries@suse.de>
2348
2349 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2350
2351 2019-09-27 Tom de Vries <tdevries@suse.de>
2352
2353 PR record/23188
2354 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2355
2356 2019-09-26 Tom Tromey <tromey@adacore.com>
2357
2358 * gdb.ada/py_taft.exp: New file.
2359 * gdb.ada/py_taft/main.adb: New file.
2360 * gdb.ada/py_taft/pkg.adb: New file.
2361 * gdb.ada/py_taft/pkg.ads: New file.
2362
2363 2019-09-24 Tom de Vries <tdevries@suse.de>
2364
2365 PR gdb/24598
2366 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2367
2368 2019-09-22 Tom de Vries <tdevries@suse.de>
2369
2370 * gdb.base/restore.exp: Allow register variables to be optimized out at
2371 -O0.
2372
2373 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2374
2375 * gdb.arch/spu-info.exp: Remove file.
2376 * gdb.arch/spu-info.c: Remove file.
2377 * gdb.arch/spu-ls.exp: Remove file.
2378 * gdb.arch/spu-ls.c: Remove file.
2379
2380 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2381 * gdb.asm/spu.inc: Remove file.
2382
2383 * gdb.base/dump.exp: Remove support for spu*-*-*.
2384 * gdb.base/stack-checking.exp: Likewise.
2385 * gdb.base/overlays.exp: Likewise.
2386 * gdb.base/ovlymgr.c: Likewise.
2387 * gdb.base/spu.ld: Remove file.
2388
2389 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2390 * gdb.cp/cpexprs.exp: Likewise.
2391 * gdb.cp/exception.exp: Likewise.
2392 * gdb.cp/gdb2495.exp: Likewise.
2393 * gdb.cp/mb-templates.exp: Likewise.
2394 * gdb.cp/pr9167.exp: Likewise.
2395 * gdb.cp/userdef.exp: Likewise.
2396
2397 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2398
2399 * gdb.cell: Remove directory.
2400 * lib/cell.exp: Remove file.
2401
2402 2019-09-19 Tom de Vries <tdevries@suse.de>
2403
2404 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2405
2406 2019-09-19 Tom de Vries <tdevries@suse.de>
2407
2408 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2409
2410 2019-09-19 Tom de Vries <tdevries@suse.de>
2411
2412 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2413 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2414 (gdb_target_cmd): ... here.
2415 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2416 value 2.
2417
2418 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2419
2420 * gdb.base/source-dir.exp: Avoid having directory names in test
2421 names.
2422
2423 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2424
2425 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2426 directory.
2427
2428 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2429
2430 * gdb.base/list-missing-source.exp: New file.
2431
2432 2019-09-14 Tom de Vries <tdevries@suse.de>
2433
2434 PR teststuite/24599
2435 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2436 * lib/ada.exp (gnatmake_version_at_least): New proc.
2437
2438 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2439
2440 * gdb.base/maint.exp: Use exec_has_index_section.
2441
2442 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2443
2444 * gdb.base/maint.exp: Add test for 'maint info sections'.
2445
2446 2019-09-12 Tom de Vries <tdevries@suse.de>
2447
2448 * gdb.base/store.exp: Allow register variables to be optimized out at
2449 -O0.
2450
2451 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2452
2453 * gdb.ada/rdv_wait.exp: Update to new task names.
2454 * gdb.base/task_switch_in_core.exp: Likewise.
2455 * gdb.base/info_sources_base.c: Likewise.
2456
2457 2019-09-10 Tom Tromey <tromey@adacore.com>
2458
2459 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2460
2461 2019-09-10 Tom Tromey <tromey@adacore.com>
2462
2463 * gdb.ada/dgopt.exp: New file.
2464 * gdb.ada/dgopt/x.adb: New file.
2465
2466 2019-09-08 Tom Tromey <tom@tromey.com>
2467
2468 * gdb.tui/resize.exp: Remove setup_xfail.
2469 * gdb.tui/regs.exp: Remove setup_xfail.
2470 * gdb.tui/basic.exp: Remove setup_xfail.
2471
2472 2019-09-06 David Blaikie <dblaikie@gmail.com>
2473
2474 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2475 * gdb.cp/cplabel.exp: Ditto.
2476 * gdb.linespec/ls-errs.exp: Ditto.
2477
2478 2019-09-05 Tom de Vries <tdevries@suse.de>
2479
2480 * lib/gdb.exp (cmp_file_string): New proc.
2481 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2482 runto_main. Verify save breakpoints output.
2483
2484 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2485
2486 * gdb.base/info-var.exp: Test info variables without running
2487 to main, to avoid expect's buffer overflow.
2488
2489 2019-09-03 Tom Tromey <tromey@adacore.com>
2490
2491 * gdb.ada/bias.exp: New file.
2492 * gdb.ada/bias/bias.adb: New file.
2493 * gdb.ada/print_chars.exp: Add regression test.
2494 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2495 (MC): New variable.
2496
2497 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2498
2499 * gdb.base/argv0-symlink.exp: Run only on native target
2500 and local host.
2501
2502 2019-08-29 Tom de Vries <tdevries@suse.de>
2503
2504 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2505 diverse debug info.
2506 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2507
2508 2019-08-28 Tom de Vries <tdevries@suse.de>
2509
2510 * gdb.base/info-var.exp: Allow info variables to print info for files
2511 other than info-var-f1.c and info-var-f2.c.
2512
2513 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2514
2515 * gdb.fortran/info-types.exp: Add module.
2516 * gdb.fortran/info-types.f90: Update expected results.
2517
2518 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2519
2520 * gdb.fortran/info-types.exp: New file.
2521 * gdb.fortran/info-types.f90: New file.
2522 * lib/fortran.exp (fortran_character1): New proc.
2523
2524 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2525
2526 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2527 functions'. Reindent as needed.
2528 * gdb.base/info-var-f1.c: New file.
2529 * gdb.base/info-var-f2.c: New file.
2530 * gdb.base/info-var.exp: New file.
2531 * gdb.base/info-var.h: New file.
2532
2533 2019-08-26 Tom de Vries <tdevries@suse.de>
2534
2535 PR c++/24852
2536 * gdb.cp/no-libstdcxx-probe.exp: New test.
2537
2538 2019-08-26 Tom de Vries <tdevries@suse.de>
2539
2540 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2541 * tests need to be skipped.
2542 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2543 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2544 mi_skip_libstdcxx_probe_tests.
2545
2546 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2547
2548 * gdb.python/py-xmethods.exp: Use raw strings when passing
2549 arguments to SimpleXMethodMatcher.
2550
2551 2019-08-22 Tom de Vries <tdevries@suse.de>
2552
2553 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2554 more informative.
2555
2556 2019-08-21 Pedro Alves <palves@redhat.com>
2557
2558 * gdb.base/with.exp: Test "with" with no arguments.
2559
2560 2019-08-21 Tom de Vries <tdevries@suse.de>
2561
2562 * gdb.base/gdb-caching-proc.exp: Sort files.
2563
2564 2019-08-20 Tom de Vries <tdevries@suse.de>
2565
2566 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2567 compilation.
2568
2569 2019-08-16 Tom de Vries <tdevries@suse.de>
2570
2571 * gdb.base/compare-sections.exp ("after run to main"): Allow
2572 mismatched read-only sections for PIE executables.
2573
2574 2019-08-16 Tom Tromey <tom@tromey.com>
2575
2576 * lib/tuiterm.exp (_csi_Z): New proc.
2577 * gdb.tui/basic.exp: Update window positions.
2578 * gdb.tui/empty.exp: Update window positions.
2579
2580 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2581
2582 * gdb.base/examine-backward.exp: Correct regexp for
2583 "examine 3 bytes backward from ${address_zero}".
2584
2585 2019-08-15 Tom Tromey <tom@tromey.com>
2586
2587 * gdb.tui/empty.exp: Enable resizing tests.
2588
2589 2019-08-15 Tom Tromey <tromey@adacore.com>
2590
2591 * gdb.ada/char_enum.exp: Add regression tests.
2592 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2593 and '0'.
2594 (Char, Gchar): Update.
2595 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2596
2597 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2598
2599 * gdb.python/python.exp: Expect a leading underscore on
2600 GdbOutput{,Error}File.
2601
2602 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2603
2604 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2605 Windows host.
2606
2607 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2608
2609 * gdb.base/batch-preserve-term-settings.exp
2610 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2611
2612 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2613
2614 * lib/gdb.exp: When running on a mingw target, replace
2615 /x/ with x:/.
2616
2617 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2618
2619 * gdb.arch/aarch64-prologue.c: New test.
2620 * gdb.arch/aarch64-prologue.exp: New file.
2621
2622 2019-08-13 Tom de Vries <tdevries@suse.de>
2623
2624 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2625 Thread.
2626
2627 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2628
2629 * gdb.python/py-completion.exp: Download the .py file to the host
2630 and use its host pathname. Conditionalize tests that use
2631 tab completion and manipulate files on the build machine.
2632 * gdb.python/py-events.exp: Download the .py file to the host
2633 and use its host pathname.
2634 * gdb.python/py-evsignal.exp: Likewise.
2635 * gdb.python/py-evthreads.exp: Likewise.
2636 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2637 pathname syntax.
2638 * gdb.python/py-framefilter.exp: Download the .py file to the right
2639 place on the host. Match Windows pathname syntax.
2640 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2641 .py file to the host and use its host pathname.
2642 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2643 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2644 build pathname. Skip symlink test on Windows host. Add missing
2645 newline at end of file.
2646 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2647 and use its host pathname.
2648 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2649 * gdb.python/py-section-script.exp: Use host location of binfile
2650 on safe-path. Use correct path separator on Windows host.
2651 Reorder alternatives in gdb_test_multiple to prevent matching
2652 the wrong alternative on success.
2653 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2654
2655 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2656
2657 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2658 expect the GDB inferior to no longer immediately stop after
2659 being resumed with "signal SIGINT".
2660
2661 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2662
2663 * gdb.linespec/break-ask.exp: Generalize regexps to match
2664 Windows pathnames too.
2665
2666 2019-08-08 Tom de Vries <tdevries@suse.de>
2667
2668 PR testsuite/24862
2669 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2670
2671 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2672
2673 * gdb.base/style.exp: Update tests for help doc new invariants.
2674 * gdb.base/help.exp: Likewise.
2675
2676 2019-08-06 Tom Tromey <tom@tromey.com>
2677
2678 * gdb.base/style.exp: Add disassemble test.
2679 * gdb.base/style.c (some_called_function): New function.
2680 (main): Use it.
2681
2682 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2683
2684 * gdb.python/py-block.exp: Test dictionary access on blocks.
2685
2686 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
2687
2688 PR gdb/24863
2689 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2690 -list-thread-groups --available test when running under
2691 check-read1.
2692
2693 2019-08-05 Tom de Vries <tdevries@suse.de>
2694
2695 PR testsuite/24863
2696 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2697 * gdb.base/help.exp: Use with_read1_timeout_factor.
2698 * gdb.base/info-macros.exp: Same.
2699 * gdb.cp/nested-types.exp: Same.
2700
2701 2019-08-05 Tom de Vries <tdevries@suse.de>
2702
2703 * lib/gdb.exp (version_at_least): Factor out of ...
2704 (tcl_version_at_least): ... here.
2705 (gdb_compile): Fail if pie results in non-PIE executable.
2706 (readelf_version, readelf_prints_pie): New proc.
2707 (exec_is_pie): Return -1 if unknown.
2708
2709 2019-08-05 Tom de Vries <tdevries@suse.de>
2710
2711 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2712
2713 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2714
2715 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2716
2717 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2718
2719 * lib/completion-support.exp (test_gdb_complete_none): Skip
2720 tab completion tests if no readline support.
2721 (test_gdb_complete_unique_re): Likewise.
2722 (test_gdb_complete_multiple): Likewise.
2723
2724 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2725
2726 * gdb.base/info_sources.exp: New file.
2727 * gdb.base/info_sources.c: New file.
2728 * gdb.base/info_sources_base.c: New file.
2729
2730 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2731
2732 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2733 prefix argument.
2734 (test_exit_status): Add prefix argument.
2735
2736 2019-08-01 Tom de Vries <tdevries@suse.de>
2737
2738 PR testsuite/24863
2739 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2740 calling exp_continue for new thread and thread exited messages.
2741
2742 2019-08-01 Tom de Vries <tdevries@suse.de>
2743
2744 PR testsuite/24863
2745 * gdb.base/structs.exp: Fix check-read1 timeout using
2746 gdb_test_sequence.
2747 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2748
2749 2019-08-01 Tom de Vries <tdevries@suse.de>
2750
2751 PR testsuite/24863
2752 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2753 line.
2754
2755 2019-08-01 Tom de Vries <tdevries@suse.de>
2756
2757 PR testsuite/24863
2758 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2759
2760 2019-07-30 Tom Tromey <tromey@adacore.com>
2761
2762 * gdb.ada/display_nested.exp: New file.
2763 * gdb.ada/display_nested/foo.adb: New file.
2764 * gdb.ada/display_nested/pack.adb: New file.
2765 * gdb.ada/display_nested/pack.ads: New file.
2766
2767 2019-07-30 Christian Biesinger <cbiesinger@google.com>
2768
2769 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2770 namespace.
2771 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2772
2773 2019-07-30 Tom de Vries <tdevries@suse.de>
2774
2775 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2776 instead.
2777
2778 2019-07-30 Tom de Vries <tdevries@suse.de>
2779
2780 PR testsuite/24834
2781 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2782 (exec_is_pie): New proc.
2783
2784 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2785
2786 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2787
2788 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2789
2790 * gdb.python/py-objfile.c: Add global and static vars.
2791 * gdb.python/py-objfile.exp: Test new functions Objfile.
2792 lookup_global_symbol and lookup_static_symbol.
2793
2794 2019-07-29 Tom Tromey <tom@tromey.com>
2795
2796 * lib/tuiterm.exp (Term::_csi_@): New proc.
2797 (Term::_csi_X): Don't move cursor.
2798
2799 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2800
2801 * gdb.base/options.exp: Update backtrace - completion to
2802 new option -frame-info.
2803 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2804 Test new 'set print frame-info'. Test backtrace -frame-info
2805 overriding 'set print frame-info'.
2806 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2807 Test new 'set print frame-info'.
2808 Verify consistency of backtrace with and without filters, with and
2809 without -no-filters.
2810 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2811 default.
2812
2813 2019-07-29 Tom de Vries <tdevries@suse.de>
2814
2815 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2816 no arguments".
2817
2818 2019-07-29 Tom de Vries <tdevries@suse.de>
2819
2820 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2821 is a substring of the first for "complete non-unique file name".
2822
2823 2019-07-29 Tom de Vries <tdevries@suse.de>
2824
2825 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2826 with ".*".
2827
2828 2019-07-29 Tom de Vries <tdevries@suse.de>
2829
2830 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2831 Pass prompt_regexp parameter to gdb_test_multiple calls.
2832
2833 2019-07-29 Tom de Vries <tdevries@suse.de>
2834
2835 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
2836 print registers" regexps.
2837
2838 2019-07-29 Tom de Vries <tdevries@suse.de>
2839
2840 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2841
2842 2019-07-29 Tom de Vries <tdevries@suse.de>
2843
2844 PR gdb/24855
2845 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2846 (skip_python_tests_prompt): Add prompt_regexp argument to
2847 gdb_test_multiple calls.
2848
2849 2019-07-27 Tom Tromey <tom@tromey.com>
2850
2851 * gdb.tui/main.exp: New file.
2852
2853 2019-07-27 Tom Tromey <tom@tromey.com>
2854
2855 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2856 optional.
2857 * gdb.tui/empty.exp: New file.
2858
2859 2019-07-27 Tom Tromey <tom@tromey.com>
2860
2861 * lib/tuiterm.exp (spawn): New proc.
2862 (Term::resize): New proc.
2863 * gdb.tui/resize.exp: New file.
2864
2865 2019-07-27 Tom Tromey <tom@tromey.com>
2866
2867 * gdb.tui/list.exp: New file.
2868
2869 2019-07-27 Tom Tromey <tom@tromey.com>
2870
2871 * gdb.tui/regs.exp: New file.
2872
2873 2019-07-27 Tom Tromey <tom@tromey.com>
2874
2875 * gdb.tui/basic.exp: Add "layout split" test.
2876
2877 2019-07-27 Tom Tromey <tom@tromey.com>
2878
2879 * gdb.tui/basic.exp: Add "layout asm" test.
2880
2881 2019-07-27 Tom Tromey <tom@tromey.com>
2882
2883 * lib/tuiterm.exp: New file.
2884 * gdb.tui/basic.exp: New file.
2885
2886 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2887
2888 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2889 Enable tests associated with this flag. Adjust regex
2890 referencing "foo_low" to now refer to "foo_cold" instead.
2891
2892 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2893
2894 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2895 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2896 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2897 foo_cold. Revise comments to match.
2898 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2899 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2900 were wrapped into this proc; Call do_test in loop from outermost
2901 level.
2902 (foo_low): Rename all occurrences to "foo_cold".
2903 (backtrace from baz): New test.
2904 (x2/i foo_cold): New test.
2905 (info line *foo_cold): New test.
2906
2907 2019-07-26 Tom de Vries <tdevries@suse.de>
2908
2909 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2910
2911 2019-07-25 Tom de Vries <tdevries@suse.de>
2912
2913 PR testsuite/24830
2914 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2915 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2916 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2917 (skip_libstdcxx_probe_tests): ... here.
2918 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2919
2920 2019-07-24 Tom de Vries <tdevries@suse.de>
2921
2922 PR testsuite/24807
2923 * gdb.objc/basicclass.m: Include stdio.h.
2924 * gdb.objc/nondebug.m: Same.
2925 * gdb.objc/objcdecode.m: Same.
2926
2927 2019-07-24 Tom de Vries <tdevries@suse.de>
2928
2929 PR testsuite/24612
2930 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2931 additional_flags.
2932
2933 2019-07-24 Tom de Vries <tdevries@suse.de>
2934
2935 PR testsuite/24831
2936 * gdb.multi/tids.exp: Update error messages for info threads.
2937
2938 2019-07-24 Tom de Vries <tdevries@suse.de>
2939
2940 * gdb.base/info-types.exp: Allow info types to print info for more than
2941 one file.
2942
2943 2019-07-23 Tom de Vries <tdevries@suse.de>
2944
2945 PR testsuite/24842
2946 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2947 gdb_spawn_with_cmdline_opts.
2948
2949 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2950
2951 * gdb.arch/arm-cmse-sgstubs.c: New test.
2952 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2953
2954 2019-07-23 Tom de Vries <tdevries@suse.de>
2955
2956 PR testsuite/24711
2957 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2958 issuing next command.
2959
2960 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2961
2962 * gdb.ada/info_auto_lang.exp: Update expected results.
2963 * gdb.base/info-types.c: Add additional types to check.
2964 * gdb.base/info-types.exp: Update expected results.
2965
2966 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2967
2968 * gdb.base/info-types.c: New file.
2969 * gdb.base/info-types.exp: New file.
2970
2971 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2972
2973 * gdb.arch/riscv-bp-infcall.c: New file.
2974 * gdb.arch/riscv-bp-infcall.exp: New file.
2975
2976 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2977
2978 PR breakpoints/24541
2979 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2980
2981 2019-07-14 Tom de Vries <tdevries@suse.de>
2982
2983 PR testsuite/24760
2984 * gdb.objc/basicclass.exp: Fix unterminated string.
2985
2986 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2987 Andrew Burgess <andrew.burgess@embecosm.com>
2988
2989 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2990 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2991 negative bounds.
2992 * gdb.fortran/vla-value.exp: Print elements of an array with
2993 negative bounds.
2994 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2995 testing.
2996
2997 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2998
2999 * gdb.base/options.exp (expect_string): Dequote strings in
3000 results.
3001 (test-string): Test strings with different quoting and reindent.
3002
3003 2019-07-10 Tom Tromey <tromey@adacore.com>
3004
3005 * gdb.ada/mi_ex_cond.exp: Update expected results.
3006 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3007 * gdb.ada/mi_catch_ex.exp: Update expected results.
3008 * gdb.ada/mi_catch_assert.exp: Update expected results.
3009 * gdb.ada/catch_ex.exp (catch_exception_info)
3010 (catch_exception_entry, catch_assert_entry)
3011 (catch_unhandled_entry): Update.
3012 * gdb.ada/catch_assert_if.exp: Update expected results.
3013
3014 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3015 Stephen Roberts <stephen.roberts@arm.com>
3016
3017 * gdb.base/define.exp: Restore original prompt.
3018
3019 2019-07-09 Pedro Alves <palves@redhat.com>
3020
3021 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3022 breakpoints" output.
3023 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3024 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3025 throw" creates breakpoint.
3026 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3027 'type="catchpoint"'.
3028
3029 2019-07-09 Pedro Alves <palves@redhat.com>
3030
3031 PR c++/15468
3032 * gdb.cp/except-multi-location-lib.cc: New.
3033 * gdb.cp/except-multi-location-main.cc: New.
3034 * gdb.cp/except-multi-location.exp: New.
3035
3036 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3037
3038 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3039 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3040 argument and update callers.
3041
3042 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3043
3044 * gdb.arch/amd64-break-on-asm-line.S: New file.
3045 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3046
3047 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3048
3049 * gdb.base/printcmds.exp: Test printing C string and
3050 C wide string convenience vars without transiting via the inferior.
3051 Also make test names unique.
3052
3053 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3054
3055 PR breakpoints/25011
3056 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3057
3058 2019-07-04 Pedro Alves <palves@redhat.com>
3059
3060 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3061 body returned ok(0), break(3) or continue(4).
3062 * gdb.testsuite/foreach_with_prefix.exp: New file.
3063
3064 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3065
3066 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3067
3068 2019-07-03 Pedro Alves <palves@redhat.com>
3069
3070 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3071 "return -code".
3072
3073 2019-07-03 Pedro Alves <palves@redhat.com>
3074
3075 PR cli/24732
3076 * gdb.base/shell.exp: Load completion-support.exp.
3077 Adjust expected error output. Add completion tests.
3078
3079 2019-07-03 Pedro Alves <palves@redhat.com>
3080
3081 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3082 string_to_regexp.
3083
3084 2019-07-03 Pedro Alves <palves@redhat.com>
3085
3086 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3087 (expect_integer): Adjust to expect "-string".
3088 (expect_string): New.
3089 (all_options): Expect "-string".
3090 (test-flag, test-boolean): Adjust to expect "-string".
3091 (test-string): New proc.
3092 (top level): Call it.
3093
3094 2019-07-03 Pedro Alves <palves@redhat.com>
3095
3096 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3097 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3098 the expected output in the success.
3099
3100 2019-07-03 Pedro Alves <palves@redhat.com>
3101
3102 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3103 Split one gdb_test_multiple call in two to avoid a race.
3104
3105 2019-07-03 Pedro Alves <palves@redhat.com>
3106
3107 * gdb.base/with.c: New file.
3108 * gdb.base/with.exp: New file.
3109
3110 2019-07-03 Pedro Alves <palves@redhat.com>
3111
3112 * gdb.base/settings.exp: Replace all references to "maint
3113 test-settings set" with references to "maint set test-settings",
3114 and all references to "maint test-settings show" with references
3115 to "maint show test-settings".
3116
3117 2019-07-03 Pedro Alves <palves@redhat.com>
3118
3119 * gdb.base/settings.exp (test-string): Adjust expected out when
3120 testing "maint test-settings show filename"
3121
3122 2019-07-02 Pedro Alves <palves@redhat.com>
3123
3124 * gdb.base/options.exp (test-info-threads): New procedure.
3125 (top level): Call it.
3126
3127 2019-06-28 Tom Tromey <tromey@adacore.com>
3128
3129 * gdb.dwarf2/ada-linkage-name.c: New file.
3130 * gdb.dwarf2/ada-linkage-name.exp: New file.
3131
3132 2019-06-27 Tom Tromey <tromey@adacore.com>
3133
3134 PR c++/20020:
3135 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3136
3137 2019-06-26 Tom de Vries <tdevries@suse.de>
3138
3139 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3140
3141 2019-06-26 Tom de Vries <tdevries@suse.de>
3142
3143 * gdb.base/index-cache.exp: Add back missing debug option.
3144
3145 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3146
3147 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3148
3149 2019-06-25 Tom de Vries <tdevries@suse.de>
3150
3151 PR testsuite/24727
3152 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3153
3154 2019-06-24 Tom de Vries <tdevries@suse.de>
3155
3156 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3157
3158 2019-06-24 Tom de Vries <tdevries@suse.de>
3159
3160 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3161 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3162 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3163
3164 2019-06-24 Tom de Vries <tdevries@suse.de>
3165
3166 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3167
3168 2019-06-21 Tom de Vries <tdevries@suse.de>
3169
3170 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3171
3172 2019-06-21 Tom de Vries <tdevries@suse.de>
3173
3174 PR testsuite/24518
3175 PR ada/24713
3176 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3177 index.
3178
3179 2019-06-19 Tom Tromey <tromey@adacore.com>
3180
3181 * gdb.ada/length_cond.exp: Add intro comment.
3182
3183 2019-06-19 Tom Tromey <tromey@adacore.com>
3184
3185 * gdb.ada/length_cond.exp: New file.
3186 * gdb.ada/length_cond/length_cond.adb: New file.
3187 * gdb.ada/length_cond/pck.adb: New file.
3188 * gdb.ada/length_cond/pck.ads: New file.
3189
3190 2019-06-18 Tom de Vries <tdevries@suse.de>
3191
3192 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3193
3194 2019-06-18 Tom Tromey <tromey@adacore.com>
3195
3196 * gdb.base/list0.h: Add comment explaining control character.
3197
3198 2019-06-18 Tom de Vries <tdevries@suse.de>
3199
3200 * boards/fission.exp: Break up long debug_flags line.
3201
3202 2019-06-16 Tom de Vries <tdevries@suse.de>
3203
3204 PR gdb/24445
3205 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3206 generated index.
3207
3208 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3209
3210 PR gdb/24686
3211 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3212 improve detection of bug gdb/24541.
3213
3214 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3215
3216 PR gdb/24669
3217 * gdb.base/index-cache.exp (uses_readnow,
3218 expecting_index_cache_use): Define global variable.
3219 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3220 expecting_index_cache_use.
3221
3222 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3223 Andrew Burgess <andrew.burgess@embecosm.com>
3224
3225 * gdb.fortran/pointers.f90: New file.
3226 * gdb.fortran/print_type.exp: New file.
3227 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3228 * gdb.fortran/vla-type.exp: Likewise.
3229 * gdb.fortran/vla-value.exp: Likewise.
3230 * gdb.mi/mi-vla-fortran.exp: Likewise.
3231
3232 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3233
3234 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3235 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3236 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3237 as a stop reason.
3238
3239 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3240
3241 * gdb.base/annota1.exp: Update expected results.
3242 * gdb.cp/annota2.exp: Likewise.
3243 * gdb.cp/annota3.exp: Likewise.
3244
3245 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3246
3247 * gdb.base/style-logging.exp: Remove path from test name.
3248
3249 2019-06-14 Tom Tromey <tromey@adacore.com>
3250
3251 PR gdb/24502:
3252 * gdb.base/style-logging.exp: New file.
3253
3254 2019-06-14 Tom Tromey <tromey@adacore.com>
3255
3256 * gdb.base/symfile-warn.exp: New file.
3257 * gdb.base/symfile-warn.c: New file.
3258
3259 2019-06-14 Tom Tromey <tromey@adacore.com>
3260
3261 * gdb.base/annotate-symlink.exp: New file.
3262
3263 2019-06-14 Tom Tromey <tromey@adacore.com>
3264
3265 * gdb.ada/set_wstr.exp: Add reassignment test.
3266
3267 2019-06-14 Tom Tromey <tromey@adacore.com>
3268
3269 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3270 'unchecked_access and 'unrestricted_access as well.
3271
3272 2019-06-14 Tom Tromey <tromey@adacore.com>
3273
3274 PR ada/24539:
3275 * gdb.ada/vla.exp: Update tests.
3276 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3277 pragma.
3278
3279 2019-06-13 Pedro Alves <palves@redhat.com>
3280
3281 * gdb.base/settings.exp (test-integer): Test junk after
3282 "unlimited".
3283
3284 2019-06-13 Pedro Alves <palves@redhat.com>
3285
3286 * gdb.base/options.exp (test-thread-apply): New.
3287 (top level): Call it.
3288
3289 2019-06-13 Pedro Alves <palves@redhat.com>
3290
3291 * gdb.base/options.exp (test-frame-apply): New.
3292 (top level): Test print commands with different "frame apply"
3293 prefixes.
3294
3295 2019-06-13 Pedro Alves <palves@redhat.com>
3296
3297 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3298 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3299 'max_completions' parameter and handle it.
3300 (test_gdb_completion_offers_commands): New.
3301
3302 2019-06-13 Pedro Alves <palves@redhat.com>
3303
3304 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3305
3306 2019-06-13 Pedro Alves <palves@redhat.com>
3307
3308 * gdb.base/options.exp (test-backtrace): New.
3309 (top level): Call it.
3310
3311 2019-06-13 Pedro Alves <palves@redhat.com>
3312
3313 * gdb.guile/scm-frame-args.exp: Use "set print
3314 raw-frame-arguments" instead of "set print raw frame-arguments".
3315 * gdb.python/py-frame-args.exp: Likewise.
3316
3317 2019-06-13 Pedro Alves <palves@redhat.com>
3318
3319 * gdb.compile/compile.exp: Adjust expected output to option
3320 processing changes.
3321
3322 2019-06-13 Pedro Alves <palves@redhat.com>
3323
3324 * gdb.base/options.exp: Build executable.
3325 (test-print): New procedure.
3326 (top level): Call it, once for "print" and another for "compile
3327 print".
3328
3329 2019-06-13 Pedro Alves <palves@redhat.com>
3330
3331 * gdb.base/options.c: New file.
3332 * gdb.base/options.exp: New file.
3333
3334 2019-06-13 Pedro Alves <palves@redhat.com>
3335
3336 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3337 that "o" is ambiguous.
3338
3339 2019-06-13 Pedro Alves <palves@redhat.com>
3340
3341 * gdb.base/settings.c: New file.
3342 * gdb.base/settings.exp: New file.
3343
3344 2019-06-13 Pedro Alves <palves@redhat.com>
3345
3346 * gdb.base/completion.exp: Fix comment typo.
3347
3348 2019-06-13 Pedro Alves <palves@redhat.com>
3349
3350 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3351 foo --1" test.
3352
3353 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3354
3355 * gdb.fortran/block-data.f: New.
3356 * gdb.fortran/block-data.exp: New.
3357
3358 2019-06-11 Tom de Vries <tdevries@suse.de>
3359
3360 PR testsuite/24521
3361 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3362 message.
3363
3364 2019-06-11 Tom de Vries <tdevries@suse.de>
3365
3366 PR testsuite/24521
3367 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3368
3369 2019-06-11 Tom de Vries <tdevries@suse.de>
3370
3371 * boards/readnow.exp: New file.
3372
3373 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3374
3375 * gdb.fortran/vla-sizeof.exp: Update expected results.
3376
3377 2019-06-06 Amos Bird <amosbird@gmail.com>
3378
3379 * gdb.base/annota1.exp (thread_switch): Add test for
3380 thread-exited annotation.
3381
3382 2019-06-06 Tom Tromey <tromey@adacore.com>
3383
3384 * gdb.base/maint.exp: Expect command started/finished output.
3385
3386 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3387
3388 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3389 comment.
3390 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3391
3392 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3393
3394 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3395 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3396 * gdb.arch/riscv-unwind-long-insn.c: New file.
3397 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3398
3399 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3400
3401 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3402
3403 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3404
3405 * lib/gdb.exp (help_list_trailer): New regexp variable
3406 factorizing the help trailer message.
3407 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3408 arg to allow to better factorize various tests.
3409 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3410 (test_prefix_command_help): Use help_list_trailer.
3411 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3412 * gdb.guile/scm-cmd.exp: Likewise.
3413 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3414 * gdb.base/help.exp: Use test_user_defined_class_help.
3415 * gdb.base/style.exp: Add tests for styling of help and apropos.
3416 * lib/gdb-utils.exp (style): Add title and highlight styles.
3417
3418 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3419
3420 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3421 $_shell_exitsignal.
3422 * gdb.base/default.exp: Update for new convenience variables.
3423
3424 2019-05-29 Tom Tromey <tromey@adacore.com>
3425
3426 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3427 to "break complete ada" test case's regexp.
3428
3429 2019-05-29 Tom Tromey <tromey@adacore.com>
3430
3431 PR c++/20020:
3432 * gdb.cp/constexpr-field.exp: New file.
3433 * gdb.cp/constexpr-field.cc: New file.
3434
3435 2019-05-29 Tom Tromey <tromey@adacore.com>
3436
3437 * gdb.base/finish.exp (finish_no_print): New proc.
3438 (finish_tests): Call it.
3439
3440 2019-05-24 Tom de Vries <tdevries@suse.de>
3441
3442 * gdb.dwarf2/gdb-add-index.exp: New file.
3443
3444 2019-05-22 Tom Tromey <tromey@adacore.com>
3445
3446 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3447 * gdb.base/style.exp: Use "style".
3448 * lib/gdb-utils.exp (style): New proc.
3449
3450 2019-05-22 Tom de Vries <tdevries@suse.de>
3451
3452 * gdb.base/align.exp: Require c++11.
3453
3454 2019-05-22 Tom de Vries <tdevries@suse.de>
3455
3456 PR testsuite/24586
3457 * gdb.python/py-mi-var-info-path-expression.exp: Call
3458 mi_skip_python_tests to check if python is supported.
3459
3460 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3461
3462 * gdb.arch/aarch64-pauth.c: New test.
3463 * gdb.arch/aarch64-pauth.exp: New file.
3464
3465 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3466
3467 * README (Re-running Tests Outside The Testsuite): New section.
3468
3469 2019-05-21 Tom de Vries <tdevries@suse.de>
3470
3471 * gdb.arch/amd64-eval.exp: Require c++11.
3472 * gdb.base/max-depth.exp: Same.
3473 * gdb.compile/compile-cplus-array-decay.exp: Same.
3474 * gdb.cp/meth-typedefs.exp: Same.
3475 * gdb.cp/subtypes.exp: Same.
3476 * gdb.cp/temargs.exp: Same.
3477
3478 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3479
3480 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3481
3482 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3483
3484 PR gdb/18644
3485 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3486 * gdb.fortran/printing-types.exp: Add new test.
3487 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3488 testing.
3489 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3490 setup_kfail call.
3491
3492 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3493
3494 * README (Running the Testsuite): Change example.
3495 (Testsuite Parameters): Remove TRANSCRIPT.
3496 * lib/gdb.exp: Remove TRANSCRIPT check.
3497
3498 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3499
3500 * README (Testsuite Parameters): Add replay logging to
3501 GDBSERVER_DEBUG.
3502 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3503 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3504 as a comma separated list.
3505 (gdb_debug_init): Override procedure.
3506
3507 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3508
3509 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3510 (gdb_write_cmd_file): New procedure.
3511 * lib/gdbserver-support.exp (gdbserver_start): Call
3512 gdbserver_write_cmd_file.
3513 (gdbserver_write_cmd_file): New procedure.
3514
3515 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3516
3517 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3518 (delete_breakpoints): Likewise.
3519 (gdb_run_cmd): Likewise.
3520 (gdb_start_cmd): Likewise.
3521 (gdb_starti_cmd): Likewise.
3522 (gdb_internal_error_resync): Likewise.
3523 (gdb_test_multiple): Likewise.
3524 (gdb_reinitialize_dir): Likewise.
3525 (default_gdb_exit): Likewise.
3526 (gdb_file_cmd): Mark kill as optional.
3527 (default_gdb_start): Call gdb_stdin_log_init.
3528 (send_gdb): Call gdb_stdin_log_write.
3529 (rerun_to_main): Mark Y as an answer.
3530 (gdb_stdin_log_init): New function.
3531 (gdb_stdin_log_write): Likewise.
3532
3533 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3534
3535 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3536 * gdb.base/debug-expr.exp: Likewise.
3537 * gdb.base/foll-fork.exp: Likewise.
3538 * gdb.base/foll-vfork.exp: Likewise.
3539 * gdb.base/fork-print-inferior-events.exp: Likewise.
3540 * gdb.base/gdb-sigterm.exp: Likewise.
3541 * gdb.base/gdbinit-history.exp: Likewise.
3542 * gdb.base/osabi.exp: Likewise.
3543 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3544 * gdb.base/ui-redirect.exp: Likewise.
3545 * gdb.gdb/unittest.exp: Likewise.
3546 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3547 * gdb.mi/mi-watch.exp: Likewise.
3548 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3549 * gdb.mi/user-selected-context-sync.exp: Likewise.
3550 * gdb.python/python.exp: Disable debug test when debugging.
3551 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3552 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3553 Likewise.
3554 * gdb.threads/stepi-random-signal.exp: Likewise.
3555
3556 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3557
3558 * Makefile.in: Pass through GDB_DEBUG.
3559 * README (Testsuite Parameters): Add GDB_DEBUG.
3560 (gdb,debug): Add board setting.
3561 * lib/gdb.exp (default_gdb_start): Start debugging.
3562 (gdb_debug_enabled): New procedure.
3563 (gdb_debug_init): Likewise.
3564
3565 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3566
3567 * Makefile.in: Pass through GDB_DEBUG.
3568 * README (Testsuite Parameters): Add GDB_DEBUG.
3569 (gdb,debug): Add board setting.
3570 * lib/gdb.exp (default_gdb_start): Start debugging.
3571 (gdb_debug_enabled): New procedure.
3572 (gdb_debug_init): Likewise.
3573
3574 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3575
3576 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3577
3578 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3579
3580 * gdb.base/ui-redirect.exp: Test redirection.
3581
3582 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3583
3584 * gdb.mi/mi-complete.exp: New file.
3585 * gdb.mi/mi-complete.cc: Likewise.
3586
3587 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3588
3589 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3590 indexed and sliced arrays, and pointers to arrays.
3591
3592 2019-05-14 Tom Tromey <tromey@adacore.com>
3593
3594 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3595 styling test.
3596
3597 2019-05-14 Tom de Vries <tdevries@suse.de>
3598
3599 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3600 selection entry encoding.
3601
3602 2019-05-10 Tom Tromey <tromey@adacore.com>
3603
3604 * gdb.ada/info_exc.exp: Add "complete" test.
3605
3606 2019-05-09 Tom de Vries <tdevries@suse.de>
3607
3608 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3609 CU-relative.
3610
3611 2019-05-09 Tom de Vries <tdevries@suse.de>
3612
3613 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3614 CU-relative.
3615
3616 2019-05-08 Joel Brobecker <brobecker@adacore.com>
3617
3618 * gdb.ada/frame_arg_lang.exp: New testcase.
3619 * gdb.ada/frame_arg_lang/bla.adb: New file.
3620 * gdb.ada/frame_arg_lang/pck.ads: New file.
3621 * gdb.ada/frame_arg_lang/pck.adb: New file.
3622 * gdb.ada/frame_arg_lang/foo.c: New file.
3623
3624 2019-05-08 Tom Tromey <tromey@adacore.com>
3625
3626 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3627
3628 2019-05-08 Tom Tromey <tromey@adacore.com>
3629
3630 * gdb.base/ptype-offsets.exp: Update tests.
3631
3632 2019-05-08 Tom Tromey <tromey@adacore.com>
3633
3634 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3635 cases.
3636 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3637 "short".
3638
3639 2019-05-08 Tom Tromey <tromey@adacore.com>
3640
3641 * gdb.ada/vla.exp: New file.
3642 * gdb.ada/vla/vla.adb: New file.
3643
3644 2019-05-07 Tom de Vries <tdevries@suse.de>
3645
3646 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3647
3648 2019-05-07 Tom de Vries <tdevries@suse.de>
3649
3650 PR testsuite/24522
3651 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3652 section.
3653
3654 2019-05-07 Tom de Vries <tdevries@suse.de>
3655
3656 PR testsuite/24522
3657 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3658 .debug_aranges section.
3659
3660 2019-05-07 Tom de Vries <tdevries@suse.de>
3661
3662 PR testsuite/24159
3663 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3664
3665 2019-05-06 Tom de Vries <tdevries@suse.de>
3666
3667 * lib/gdb.exp (exec_has_index_section): New proc.
3668 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3669 section.
3670
3671 2019-05-04 Tom de Vries <tdevries@suse.de>
3672
3673 * boards/cc-with-debug-names.exp: New file.
3674
3675 2019-05-03 Tom Tromey <tromey@adacore.com>
3676
3677 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3678 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3679 * gdb.ada/char_enum.exp: Add test.
3680
3681 2019-05-03 Tom de Vries <tdevries@suse.de>
3682
3683 * boards/cc-with-gdb-index.exp: New file.
3684
3685 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3686
3687 * gdb.rust/simple.exp: Add new test case.
3688 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3689 (main): Initialise an instance of the new struct.
3690
3691 2019-05-01 Tom Tromey <tromey@adacore.com>
3692
3693 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3694 record.
3695 (NPR): New variable.
3696 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3697 test.
3698
3699 2019-05-01 Tom Tromey <tromey@adacore.com>
3700
3701 * gdb.ada/packed_array_assign.exp: Add packed assignment
3702 regression test.
3703
3704 2019-05-01 Tom de Vries <tdevries@suse.de>
3705
3706 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3707
3708 2019-05-01 Tom de Vries <tdevries@suse.de>
3709
3710 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3711
3712 2019-04-30 Ali Tamur <tamur@google.com>
3713
3714 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3715
3716 2019-04-30 Tom Tromey <tromey@adacore.com>
3717
3718 * lib/ada.exp (find_ada_tool): New proc.
3719 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3720 * gdb.ada/catch_ex_std.exp: New file.
3721 * gdb.ada/catch_ex_std/foo.adb: New file.
3722 * gdb.ada/catch_ex_std/some_package.adb: New file.
3723 * gdb.ada/catch_ex_std/some_package.ads: New file.
3724
3725 2019-04-30 Tom Tromey <tromey@adacore.com>
3726
3727 PR c++/24470:
3728 * gdb.cp/temargs.cc: Add test code from PR.
3729
3730 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3731
3732 * gdb.fortran/vla-datatypes.exp: Update expected results.
3733 * gdb.fortran/vla-ptype.exp: Likewise.
3734 * gdb.fortran/vla-type.exp: Likewise.
3735 * gdb.fortran/vla-value.exp: Likewise.
3736
3737 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3738
3739 * gdb.fortran/ptr-indentation.exp: Update expected results.
3740 * gdb.fortran/ptype-on-functions.exp: Likewise.
3741 * gdb.fortran/vla-ptr-info.exp: Likewise.
3742 * gdb.fortran/vla-value.exp: Likewise.
3743
3744 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3745
3746 * gdb.fortran/ptype-on-functions.exp: New file.
3747 * gdb.fortran/ptype-on-functions.f90: New file.
3748
3749 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3750
3751 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3752 case void string.
3753
3754 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3755
3756 * gdb.fortran/complex.exp: Expand.
3757 * gdb.fortran/complex.f: Renamed to...
3758 * gdb.fortran/complex.f90: ...this, and extended to add more
3759 complex values.
3760
3761 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3762
3763 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3764 MODULO, CMPLX.
3765
3766 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3767 Richard Bunt <richard.bunt@arm.com>
3768
3769 * gdb.base/max-depth.c: New file.
3770 * gdb.base/max-depth.exp: New file.
3771 * gdb.python/py-nested-maps.c: New file.
3772 * gdb.python/py-nested-maps.exp: New file.
3773 * gdb.python/py-nested-maps.py: New file.
3774 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3775 (test_all_common): Call test_max_depth.
3776 * gdb.fortran/max-depth.exp: New file.
3777 * gdb.fortran/max-depth.f90: New file.
3778 * gdb.go/max-depth.exp: New file.
3779 * gdb.go/max-depth.go: New file.
3780 * gdb.modula2/max-depth.exp: New file.
3781 * gdb.modula2/max-depth.c: New file.
3782 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3783
3784 2019-04-29 Tom de Vries <tdevries@suse.de>
3785
3786 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3787
3788 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3789
3790 * gdb.base/callexit.exp: Test may-call-functions off.
3791
3792 2019-04-25 Keith Seitz <keiths@redhat.com>
3793
3794 PR c++/24367
3795 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3796 (another_incomplete_struct, test_incomplete): New definitions.
3797 (main): Use new definitions.
3798 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3799 functions.
3800
3801 2019-04-25 Ali Tamur <tamur@google.com>
3802
3803 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3804
3805 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3806
3807 PR corefiles/11608
3808 PR corefiles/18187
3809 * gdb.base/coredump-filter-build-id.exp: New file.
3810
3811 2019-04-25 Alan Hayward <alan.hayward@arm.com>
3812
3813 * Makefile.in: Pass through GDBSERVER_DEBUG.
3814 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3815 (gdbserver,debug): Add board setting.
3816 * gdb.trace/tspeed.exp: Skip when debugging.
3817 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3818 * lib/gdbserver-support.exp: Likewise
3819
3820 2019-04-24 Tom Tromey <tromey@adacore.com>
3821
3822 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3823 Rust.
3824
3825 2019-04-24 Tom Tromey <tromey@adacore.com>
3826
3827 * gdb.arch/amd64-eval.exp: Test bitfield return.
3828 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3829 (class Foo) <return_bitfields>: New method.
3830 (main): Call it.
3831
3832 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3833
3834 * gdb.cp/many-args.cc: New file.
3835 * gdb.cp/many-args.exp: New file.
3836
3837 2019-04-23 Tom de Vries <tdevries@suse.de>
3838
3839 PR gdb/24433
3840 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3841
3842 2019-04-23 Alan Hayward <alan.hayward@arm.com>
3843
3844 * gdb.trace/backtrace.exp: Use nopie flag.
3845 * gdb.trace/circ.exp: Likewise.
3846 * gdb.trace/collection.exp: Likewise.
3847 * gdb.trace/ftrace.exp: Likewise.
3848 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3849 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3850 * gdb.trace/qtro.exp: Likewise.
3851 * gdb.trace/read-memory.exp: Likewise.
3852 * gdb.trace/report.exp: Likewise.
3853 * gdb.trace/tfile.exp: Likewise.
3854 * gdb.trace/tfind.exp: Likewise.
3855 * gdb.trace/unavailable.exp: Likewise.
3856
3857 2019-04-22 Pedro Alves <palves@redhat.com>
3858
3859 * gdb.base/solib-probes-nosharedlibrary.c,
3860 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3861
3862 2019-04-19 Tom Tromey <tromey@adacore.com>
3863
3864 * gdb.ada/ptype_union.c: New file.
3865 * gdb.ada/ptype_union.exp: New file.
3866
3867 2019-04-19 Tom Tromey <tromey@adacore.com>
3868
3869 PR symtab/24423:
3870 * gdb.base/list0.h (foo): Add a control-l character.
3871
3872 2019-04-18 Tom de Vries <tdevries@suse.de>
3873
3874 PR gdb/24433
3875 * boards/local-board.exp: Set sysroot to "".
3876
3877 2019-04-18 Tom de Vries <tdevries@suse.de>
3878 Pedro Alves <palves@redhat.com>
3879
3880 PR gdb/24454
3881 * gdb.threads/vfork-follow-child-exec.c: New file.
3882 * gdb.threads/vfork-follow-child-exec.exp: New file.
3883 * gdb.threads/vfork-follow-child-exit.c: New file.
3884 * gdb.threads/vfork-follow-child-exit.exp: New file.
3885
3886 2019-04-15 Leszek Swirski <leszeks@google.com>
3887
3888 * gdb.arch/amd64-eval.cc: New file.
3889 * gdb.arch/amd64-eval.exp: New file.
3890
3891 2019-04-11 Alan Hayward <alan.hayward@arm.com>
3892
3893 * gdb.server/sysroot.c: New test.
3894 * gdb.server/sysroot.exp: New file.
3895 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3896 matching param.
3897
3898 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3899
3900 * gdb.base/align.exp: Extend test to cover structures containing
3901 only static fields.
3902
3903 2019-04-11 Tom de Vries <tdevries@suse.de>
3904
3905 * boards/cc-with-dwz-m.exp: New file.
3906 * boards/cc-with-dwz.exp: New file.
3907 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3908
3909 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
3910
3911 * gdb.base/start-cpp.exp: New file.
3912 * gdb.base/start-cpp.cc: New file.
3913
3914 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3915
3916 * gdb.python/py-thrhandle.exp: Adjust tests to call
3917 thread_from_handle instead of thread_from_thread_handle.
3918
3919 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3920
3921 * gdb.python/py-thrhandle.exp: Add tests for
3922 gdb.InferiorThread.handle.
3923
3924 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3925
3926 * gdb.python/py-function.exp: Check calling helper function from
3927 all languages.
3928 * lib/gdb.exp (gdb_supported_languages): New proc.
3929
3930 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3931
3932 * gdb.base/complex-parts.c: New file.
3933 * gdb.base/complex-parts.exp: New file.
3934
3935 2019-04-01 Tom Tromey <tromey@adacore.com>
3936
3937 PR symtab/23331:
3938 * gdb.dwarf2/dw2-ranges-main.c: New file.
3939 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3940 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3941
3942 2019-03-30 Simon Marchi <simark@simark.ca>
3943
3944 * gdb.base/default.exp: Add values for $_gdb_major and
3945 $_gdb_minor.
3946
3947 2019-03-29 Tom Tromey <tromey@adacore.com>
3948
3949 * gdb.base/help.exp: Tighten apropos regexp.
3950
3951 2019-03-29 Keith Seitz <keiths@redhat.com>
3952
3953 * gdb.fortran/array-bounds.exp: New file.
3954 * gdb.fortran/array-bounds.f90: New file.
3955
3956 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3957
3958 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3959
3960 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3961
3962 * gdb.multi/hello.c (main): Increase alarm timer.
3963
3964 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3965
3966 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3967 factor when no hardware watchpoint support.
3968
3969 2019-03-28 Alan Hayward <alan.hayward@arm.com>
3970 Pedro Alves <palves@redhat.com>
3971
3972 * boards/local-board.exp: set sysroot to /.
3973
3974 2019-03-27 Alan Hayward <alan.hayward@arm.com>
3975
3976 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3977 in child.
3978
3979 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3980
3981 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3982 field.
3983 (make_container): Initialise new field.
3984 * gdb.python/py-prettyprint.exp: Add new tests.
3985 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3986 <display_hint>: New method.
3987
3988 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3989
3990 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3991 gdb_continue_to_breakpoint more throughout this test.
3992 (run_lang_tests) Supply unique test names, and use
3993 gdb_test_no_output.
3994
3995 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3996
3997 * gdb.base/finish-pretty.exp: Update expected results.
3998 * gdb.base/pretty-print.c: New file.
3999 * gdb.base/pretty-print.exp: New file.
4000
4001 2019-03-25 Pedro Alves <palves@redhat.com>
4002
4003 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4004 move comments outside list. Append '-i "" eof' section.
4005
4006 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4007
4008 PR testsuite/25016
4009 * README: Add pie options.
4010 * gdb.base/break-interp.exp: Ensure pie is disabled.
4011 * gdb.base/dump.exp: Likewise.
4012 * lib/gdb.exp (gdb_compile): Add pie option.
4013
4014 2019-03-19 Tom Tromey <tromey@adacore.com>
4015
4016 * gdb.mi/mi2-cli-display.c: New file.
4017 * gdb.mi/mi2-cli-display.exp: New file.
4018
4019 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4020 Tom Tromey <tromey@adacore.com>
4021
4022 * gdb.ada/ptype_array/pck.adb: New file.
4023 * gdb.ada/ptype_array/pck.ads: New file.
4024 * gdb.ada/ptype_array/foo.adb: New file.
4025 * gdb.ada/ptype_array.exp: New file.
4026
4027 2019-03-14 Tom Tromey <tromey@adacore.com>
4028
4029 * gdb.base/style.exp: Add "set style sources" test.
4030
4031 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4032
4033 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4034 * mi-breakpoint-multiple-locations.exp: ... this.
4035 (make_breakpoints_pattern): New proc.
4036 (do_test): Add mi_version parameter, test -break-insert,
4037 -break-info and =breakpoint-created.
4038
4039 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4040
4041 * config/default.exp: Remove 'load_lib gdb.exp'.
4042 * config/monitor.exp: Likewise.
4043 * config/sid.exp: Likewise.
4044 * config/sim.exp: Likewise.
4045 * config/slite.exp: Likewise.
4046 * config/unix.exp: Likewise.
4047 * gdb.base/default.exp: Remove unhelpful comment.
4048
4049 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4050
4051 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4052
4053 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4054
4055 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4056
4057 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4058
4059 * gdb.fortran/type-kinds.exp: Update expected results.
4060
4061 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4062
4063 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4064
4065 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4066
4067 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4068 function.
4069 (test_basic_parsing_of_type_kinds): Expand types tested.
4070 (test_parsing_invalid_type_kinds): New function.
4071
4072 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4073
4074 * gdb.fortran/intrinsics.exp: New file.
4075 * gdb.fortran/intrinsics.f90: New file.
4076 * gdb.fortran/type-kinds.exp: New file.
4077
4078 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4079
4080 * gdb.fortran/dot-ops.exp: New file.
4081
4082 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4083
4084 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4085 Check upper and lower case logical literals.
4086
4087 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4088
4089 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4090 Remove duplicate tests.
4091
4092 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4093
4094 * lib/gdb.exp (builtin_cd): rename of cd.
4095 (cd): Override builtin.
4096
4097 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4098
4099 * gdb.fortran/function-calls.exp: New file.
4100 * gdb.fortran/function-calls.f90: New test.
4101
4102 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4103
4104 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4105 on user program standard output.
4106 * gdb.fortran/short-circuit-argument-list.f90: Record function
4107 calls.
4108
4109 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4110
4111 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4112 failure.
4113
4114 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4115
4116 PR gdb/8527
4117 * gdb.base/interrupt-daemon-attach.c,
4118 gdb.base/interrupt-daemon-attach.exp: New test.
4119
4120 2019-02-27 Pedro Alves <palves@redhat.com>
4121
4122 * gdb.base/page.exp: Add tests for "set width/height -1".
4123
4124 2019-02-27 Pedro Alves <palves@redhat.com>
4125
4126 * gdb.base/page.exp: Add tests for "set/show width/height" with
4127 "infinite" values.
4128
4129 2019-02-27 Tom Tromey <tromey@adacore.com>
4130
4131 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4132 2.4.
4133 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4134 workaround.
4135
4136 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4137
4138 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4139 tests for structs with static members.
4140
4141 2019-02-26 Tom Tromey <tromey@adacore.com>
4142
4143 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4144 ValueError, not TypeError.
4145
4146 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4147
4148 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4149 call from main program.
4150
4151 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4152
4153 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4154 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4155 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4156 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4157 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4158
4159 2019-02-22 Keith Seitz <keiths@redhat.com>
4160
4161 PR symtab/23853
4162 * gdb.base/symlink-sourcefile.c: New file.
4163 * gdb.base/symlink-sourcefile.exp: New file.
4164
4165 2019-02-20 Tom Tromey <tom@tromey.com>
4166
4167 * gdb.base/info_qt.exp: Update.
4168
4169 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4170
4171 * gdb.base/source.exp: Move "error in sourced script" code to
4172 the end.
4173 * gdb.base/source-error.gdb: Move contents to
4174 source-error-1.gdb. Add new code to source source-error-1.gdb.
4175 * gdb.base/source-error-1.gdb: New file, from previous
4176 source-error.gdb.
4177
4178 2019-02-17 Tom Tromey <tom@tromey.com>
4179
4180 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4181 for macro styling.
4182 * gdb.base/style.c (SOME_MACRO): New macro.
4183
4184 2019-02-17 Tom Tromey <tom@tromey.com>
4185
4186 * gdb.base/style.exp: Add line-wrapping tests.
4187 * gdb.base/page.exp: Add test for quitting during pagination.
4188
4189 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4190
4191 * gdb.ada/big_packed_array: New testcase.
4192 * gdb.ada/homonym.exp: Fix incorrect expected output for
4193 "break <homonym__get_value>" test.
4194
4195 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4196
4197 PR breakpoints/21870
4198 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4199 and prepare_for_testing. Add comment.
4200 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4201 redundant cleanup call. Clean up comment.
4202
4203 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4204
4205 PR breakpoints/21870
4206 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4207 * gdb.arch/aarch64-dbreg-contents.c: New file.
4208
4209 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4210
4211 * gdb.ada/mi_ref_changeable: New testcase.
4212
4213 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4214
4215 * gdb.base/attach.exp: Add double attach test.
4216
4217 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4218
4219 * lib/gdb.exp (default_gdb_start): Don't match pagination
4220 prompt.
4221 (gdb_init): Set stty_init.
4222
4223 2019-01-27 Tom Tromey <tom@tromey.com>
4224
4225 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4226 skip_python_tests.
4227
4228 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4229
4230 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4231 New structure.
4232 (struct struct_static_02_02): Likewise.
4233 (struct struct_static_02_03): Likewise.
4234 (struct struct_static_02_04): Likewise.
4235 (struct struct_static_04_01): Likewise.
4236 (struct struct_static_04_02): Likewise.
4237 (struct struct_static_04_03): Likewise.
4238 (struct struct_static_04_04): Likewise.
4239 (struct struct_static_06_01): Likewise.
4240 (struct struct_static_06_02): Likewise.
4241 (struct struct_static_06_03): Likewise.
4242 (struct struct_static_06_04): Likewise.
4243 (cmp_struct_static_02_01): Likewise.
4244 (cmp_struct_static_02_02): Likewise.
4245 (cmp_struct_static_02_03): Likewise.
4246 (cmp_struct_static_02_04): Likewise.
4247 (cmp_struct_static_04_01): Likewise.
4248 (cmp_struct_static_04_02): Likewise.
4249 (cmp_struct_static_04_03): Likewise.
4250 (cmp_struct_static_04_04): Likewise.
4251 (cmp_struct_static_06_01): Likewise.
4252 (cmp_struct_static_06_02): Likewise.
4253 (cmp_struct_static_06_03): Likewise.
4254 (cmp_struct_static_06_04): Likewise.
4255 (call_all): Test new structs.
4256 * gdb.base/infcall-nested-structs.exp: Likewise.
4257
4258 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4259 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4260
4261 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4262 * gdb.base/stack-protector.c: New test.
4263 * gdb.base/stack-protector.exp: New file.
4264 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4265 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4266 option.
4267 (gdb_compile): Remove stack protector for GCC and prevent
4268 recursion.
4269
4270 2019-01-16 Keith Seitz <keiths@redhat.com>
4271
4272 PR gdb/23773
4273 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4274
4275 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4276
4277 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4278 aliases.
4279 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4280 tests.
4281 * gdb.arch/powerpc-vector-regs.c: New file.
4282 * gdb.arch/powerpc-vector-regs.exp: New file.
4283
4284 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4285
4286 * gdb.arch/altivec-regs.exp: Fix the list passed to
4287 gdb_expect_list when testing "info vector".
4288
4289 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4290
4291 * gdb.base/style.exp: Don't include path in testname.
4292
4293 2019-01-10 Keith Seitz <keiths@redhat.com>
4294
4295 PR gdb/23712
4296 PR symtab/23010
4297 * gdb.dwarf2/multidictionary.exp: New file.
4298
4299 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4300
4301 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4302 (test_gnuv3_style_demangling): ... this.
4303 (test_lucid_style_demangling): Remove.
4304 (test_arm_style_demangling): Remove.
4305 (test_hp_style_demangling): Remove.
4306 (do_tests): Remove calls to the above.
4307
4308 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4309
4310 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4311 case.
4312
4313 2019-01-06 Tom Tromey <tom@tromey.com>
4314
4315 PR gdb/28155:
4316 * gdb.dwarf2/typedef-void-finish.exp: New file.
4317
4318 2018-12-28 Tom Tromey <tom@tromey.com>
4319 Simon Marchi <simark@simark.ca>
4320
4321 * gdb.base/jit-exec.exp: New file.
4322 * gdb.base/jit-exec.c: New file.
4323 * gdb.base/jit-execd.c: New file.
4324
4325 2018-12-28 Tom Tromey <tom@tromey.com>
4326
4327 * gdb.base/style.exp: Update test to check for address styling.
4328
4329 2018-12-28 Tom Tromey <tom@tromey.com>
4330
4331 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4332 message.
4333
4334 2018-12-28 Tom Tromey <tom@tromey.com>
4335
4336 * gdb.base/style.exp: Add test for version number styling.
4337
4338 2018-12-28 Tom Tromey <tom@tromey.com>
4339
4340 * gdb.base/style.exp: Add test for print_address_symbolic.
4341
4342 2018-12-28 Tom Tromey <tom@tromey.com>
4343
4344 * gdb.base/style.exp: Add test for breakpoint setting.
4345
4346 2018-12-28 Tom Tromey <tom@tromey.com>
4347
4348 * gdb.base/style.exp: Add test for variable names.
4349
4350 2018-12-28 Tom Tromey <tom@tromey.com>
4351
4352 * gdb.base/style.exp: New file.
4353 * gdb.base/style.c: New file.
4354
4355 2018-12-28 Tom Tromey <tom@tromey.com>
4356
4357 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4358 "dumb".
4359 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4360 the TERM environment variable.
4361
4362 2018-12-27 Tom Tromey <tom@tromey.com>
4363
4364 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4365 pagination test.
4366
4367 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4368
4369 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4370 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4371
4372 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4373
4374 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4375 Filename a.adb changed to bp_fun_addr.adb.
4376 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4377
4378 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4379
4380 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4381 non-PIE executables.
4382 * README: Mention the gdb,nopie_flag board setting.
4383 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4384 non-PIE executable.
4385 * gdb.arch/amd64-entry-value.exp: Likewise.
4386 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4387 * gdb.arch/i386-float.exp: Likewise.
4388 * gdb.arch/i386-signal.exp: Likewise.
4389 * gdb.mi/mi-reg-undefined.exp: Likewise.
4390
4391 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4392
4393 PR gdb/23974
4394 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4395
4396 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4397
4398 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4399 Update order of results accordingly.
4400
4401 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4402
4403 * gdb.base/annota1.exp: Update a test regexp.
4404
4405 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4406
4407 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4408
4409 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4410
4411 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4412 (reuse_time): Initialize to REUSE_TIME_CAP.
4413 (check_rc): New function.
4414 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4415 Check pthread_create rc.
4416 (spawner_thread_func): Check pthread_create and pthread_join rc.
4417
4418 2018-12-08 Pedro Alves <palves@redhat.com>
4419
4420 * gdb.base/list.exp (test_forward_search): Rename to ...
4421 (test_forward_reverse_search): ... this. Also test reverse-search
4422 and the forward-search alias.
4423
4424 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4425
4426 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4427 local timeout variable before return, and remove all local timeout
4428 variable entirely.
4429 (gdb_load): Likewise.
4430
4431 2018-12-01 Tom de Vries <tdevries@suse.de>
4432
4433 * gdb.base/gdb-caching-proc.exp: New file.
4434
4435 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4436
4437 * Makefile.in (TIMESTAMP): New variable.
4438 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4439 command.
4440 (check-single-racy): Likewise.
4441 (check/%.exp): Likewise.
4442 (check-racy/%.exp): Likewise.
4443 (workers/%.worker): Likewise.
4444 (build-perf): Likewise.
4445 (check-perf): Likewise.
4446 * README: Describe new "TS" and "TS_FORMAT" variables.
4447 * print-ts.py: New file.
4448
4449 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4450
4451 PR python/23714
4452 * gdb.python/python.exp: Test command repetition after
4453 gdb.execute.
4454
4455 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4456
4457 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4458 is correctly aligned.
4459
4460 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4461
4462 * gdb.ada/info_auto_lang.exp: New testcase.
4463 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4464 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4465 * gdb.ada/info_auto_lang/some_c.c: New file.
4466
4467 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4468
4469 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4470 FUNC_lang language syntax.
4471
4472 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4473
4474 * gdb.base/info_minsym.c: New file.
4475 * gdb.base/info_minsym.exp: New file.
4476
4477 2018-11-19 Tom Tromey <tom@tromey.com>
4478
4479 PR rust/23625:
4480 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4481 * gdb.rust/expr.exp: Update expected output. Change one test.
4482
4483 2018-11-19 Tom Tromey <tom@tromey.com>
4484
4485 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4486
4487 2018-11-19 Pedro Alves <palves@redhat.com>
4488
4489 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4490 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4491 see the expected warning.
4492
4493 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4494
4495 PR gdb/22736:
4496 * gdb.cp/infcall-nodebug-lib.c: New test.
4497 * gdb.cp/infcall-nodebug-main.c: New test.
4498 * gdb.cp/infcall-nodebug.exp: New file.
4499
4500 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4501
4502 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4503 completer tests.
4504
4505 2018-11-09 Tom de Vries <tdevries@suse.de>
4506
4507 * gdb.base/msym-lang.c: New test.
4508 * gdb.base/msym-lang.exp: New file.
4509 * gdb.base/msym-lang-main.c: New test.
4510
4511 2018-11-08 Tom Tromey <tom@tromey.com>
4512
4513 PR gdb/23555:
4514 PR gdb/23838:
4515 * gdb.base/warning.exp: New file.
4516
4517 2018-11-08 Jan Beulich <jbeulich@suse.com>
4518
4519 * testsuite/gdb.arch/i386-avx512.c,
4520 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4521
4522 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4523
4524 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4525 point hardware.
4526
4527 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4528
4529 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4530 * gdb.dwarf2/missing-type-name.exp: New file.
4531
4532 2018-11-06 Tom de Vries <tdevries@suse.de>
4533
4534 * gdb.base/many-headers.c: New test.
4535 * gdb.base/many-headers.exp: New file.
4536
4537 2018-11-06 Jim Wilson <jimw@sifive.com>
4538
4539 * gdb.base/code_elim.exp: For riscv, set additional_flags
4540 to include -msmall-data-limit=0.
4541
4542 2018-11-01 Joel Brobecker <brobecker@adacore.com>
4543
4544 * gdb.ada/watch_minus_l: New testcase.
4545
4546 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4547
4548 * gdb.arch/aix-sighandle.c: New file.
4549 * gdb.arch/aix-sighandle.exp: New file.
4550
4551 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4552
4553 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4554 registers being unions.
4555
4556 2018-10-31 Tom de Vries <tdevries@suse.de>
4557
4558 * lib/valgrind.exp: New file.
4559 (vgdb_start, vgdb_stop): New procs, factored out of ...
4560 * gdb.base/valgrind-bt.exp: ... here, ...
4561 * gdb.base/valgrind-disp-step.exp: ... here and ...
4562 * gdb.base/valgrind-infcall.exp: ... here.
4563
4564 2018-10-31 Tom de Vries <tdevries@suse.de>
4565
4566 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4567
4568 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4569
4570 * gdb.dwarf2/void-type.c: New file.
4571 * gdb.dwarf2/void-type.exp: New file.
4572
4573 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4574
4575 * gdb.base/info_qt.c: New file.
4576 * gdb.base/info_qt.exp: New file.
4577
4578 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4579
4580 * gdb.arch/powerpc-htm-regs.c: New file.
4581 * gdb.arch/powerpc-htm-regs.exp: New file.
4582
4583 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4584
4585 * gdb.arch/powerpc-tar.c: New file.
4586 * gdb.arch/powerpc-tar.exp: New file.
4587
4588 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4589
4590 * gdb.arch/powerpc-ppr-dscr.c: New file.
4591 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4592
4593 2018-10-25 Tom de Vries <tdevries@suse.de>
4594
4595 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4596
4597 2018-10-24 Tom de Vries <tdevries@suse.de>
4598
4599 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4600 longer exists error.
4601
4602 2018-10-24 Tom de Vries <tdevries@suse.de>
4603
4604 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4605
4606 2018-10-24 Tom de Vries <tdevries@suse.de>
4607
4608 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4609 --db-attach in valgrind.
4610
4611 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4612
4613 * gdb.arch/riscv-reg-aliases.c: New file.
4614 * gdb.arch/riscv-reg-aliases.exp: New file.
4615
4616 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4617
4618 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4619
4620 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4621
4622 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4623
4624 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4625
4626 * gdb.cp/ovldbreak.exp: Fix regexps.
4627
4628 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4629
4630 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4631
4632 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4633
4634 PR cli/23785
4635 * gdb.base/restore.exp: New test to check if "restore" with an
4636 invalid file doesn't segfault.
4637
4638 2018-10-18 Tom de Vries <tdevries@suse.de>
4639
4640 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4641 * gdb.ada/excep_handle.exp: Same.
4642 * gdb.ada/mi_string_access.exp: Same.
4643 * gdb.ada/mi_var_union.exp: Same.
4644 * gdb.arch/arc-analyze-prologue.exp: Same.
4645 * gdb.arch/arc-decode-insn.exp: Same.
4646 * gdb.base/readnever.exp: Same.
4647 * gdb.fortran/printing-types.exp: Same.
4648 * gdb.guile/scm-lazy-string.exp: Same.
4649
4650 2018-10-16 Tom de Vries <tdevries@suse.de>
4651
4652 PR gdb/23730
4653 * gdb.base/catch-follow-exec.c: Add copyright notice.
4654 * gdb.base/catch-follow-exec.exp: Rewrite to use
4655 gdb_spawn_with_cmdline_opts. Require gdb-native.
4656
4657 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4658
4659 * gdb.trace/actions-changed.exp: Check for arch support.
4660 * gdb.trace/actions.exp: Likewise.
4661 * gdb.trace/ax.exp: Likewise.
4662 * gdb.trace/backtrace.exp: Likewise.
4663 * gdb.trace/change-loc.exp: Likewise.
4664 * gdb.trace/deltrace.exp: Likewise.
4665 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4666 * gdb.trace/ftrace.exp: Likewise.
4667 * gdb.trace/infotrace.exp: Check for arch support.
4668 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4669 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4670 * gdb.trace/mi-tsv-changed.exp: Likewise.
4671 * gdb.trace/packetlen.exp: Likewise.
4672 * gdb.trace/passc-dyn.exp: Likewise.
4673 * gdb.trace/passcount.exp: Likewise.
4674 * gdb.trace/pending.exp: Likewise.
4675 * gdb.trace/range-stepping.exp: Check for shlib support.
4676 * gdb.trace/report.exp: Check for arch support.
4677 * gdb.trace/save-trace.exp: Likewise.
4678 * gdb.trace/signal.exp: Check for signal support.
4679 * gdb.trace/tfind.exp: Check for arch support.
4680 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4681 * gdb.trace/trace-common.h: Add comment.
4682 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4683 * gdb.trace/trace-enable-disable.exp: Likewise.
4684 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4685 * gdb.trace/tracecmd.exp: Check for arch support.
4686 * gdb.trace/tspeed.exp: Check for shlib and target support.
4687 * gdb.trace/tstatus.exp: Check for arch support.
4688 * gdb.trace/tsv.exp: Likewise.
4689 * gdb.trace/while-dyn.exp: Likewise.
4690 * gdb.trace/while-stepping.exp: Likewise.
4691 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4692
4693 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4694
4695 * gdb.trace/tspeed.exp: Remove nowarnings.
4696 (prepare_for_trace_test): Declare "global ipalib".
4697 * gdb.trace/tspeed.c: Include unistd.h.
4698 (main): Remove superfluous printf argument.
4699
4700 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4701
4702 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4703 directory prefix on the filename.
4704
4705 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4706
4707 * gdb.gdb/unittest.exp: Update expected message informing that
4708 selftests have been disabled.
4709 * gdb.server/unittest.exp: Likewise.
4710
4711 2018-10-09 Tom de Vries <tdevries@suse.de>
4712
4713 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4714 with runto_main.
4715
4716 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
4717
4718 PR c++/16841
4719 * gdb.cp/virtbase2.cc: New file.
4720 * gdb.cp/virtbase2.exp: New file.
4721
4722 2018-10-06 Tom Tromey <tom@tromey.com>
4723
4724 PR python/19399:
4725 * gdb.python/py-inferior.exp: Add architecture test.
4726
4727 2018-10-06 Tom Tromey <tom@tromey.com>
4728
4729 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4730 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4731
4732 2018-10-06 Tom Tromey <tom@tromey.com>
4733
4734 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4735 of a "throw" catchpoint.
4736
4737 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4738
4739 * gdb.base/info-proc.exp: Update string expected from "help info
4740 proc".
4741
4742 2018-10-04 Tom Tromey <tom@tromey.com>
4743
4744 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4745 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4746 (test_initial_complaints, test_empty_complaints): Update.
4747 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4748
4749 2018-10-04 Tom Tromey <tom@tromey.com>
4750
4751 PR cli/19551:
4752 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4753 * lib/gdb.exp (gdb_file_cmd): Update.
4754 * gdb.stabs/weird.exp (print_weird_var): Update.
4755 * gdb.server/solib-list.exp: Update.
4756 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4757 * gdb.mi/mi-cli.exp: Update.
4758 * gdb.linespec/linespec.exp: Update.
4759 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4760 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4761 * gdb.cp/cp-relocate.exp: Update.
4762 * gdb.base/sym-file.exp: Update.
4763 * gdb.base/relocate.exp: Update.
4764 * gdb.base/readnever.exp: Update.
4765 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4766 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4767 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4768 * gdb.base/code_elim.exp: Update.
4769 * gdb.base/break-unload-file.exp (test_break): Update.
4770 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4771 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4772 Update.
4773 * gdb.base/attach.exp (do_attach_tests): Update.
4774 * gdb.base/sepdebug.exp: Update.
4775 * gdb.python/py-section-script.exp: Update.
4776
4777 2018-10-04 Tom Tromey <tom@tromey.com>
4778
4779 PR cli/22234:
4780 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4781 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4782 output.
4783
4784 2018-10-04 Tom Tromey <tom@tromey.com>
4785
4786 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4787 set width and height to 0.
4788 (test_command_line_attach_run): Use -quiet.
4789
4790 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4791
4792 * lib/gdb.exp (skip_ifunc_tests): New.
4793 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4794 other compile failures.
4795 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4796
4797 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4798
4799 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4800 is_amd64_regs_target.
4801
4802 2018-10-01 Alan Hayward <alan.hayward@arm.com>
4803
4804 * gdb.arch/aarch64-sighandler-regs.c: New test.
4805 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4806 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4807
4808 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4809
4810 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4811 assembly.
4812
4813 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4814
4815 * gdb.base/frame-selection.exp: New file.
4816 * gdb.base/frame-selection.c: New file.
4817
4818 2018-09-27 Alan Hayward <alan.hayward@arm.com>
4819
4820 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4821 pthread barrier.
4822 (main): Likewise.
4823
4824 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4825
4826 * gdb.base/large-frame-1.c: New file.
4827 * gdb.base/large-frame-2.c: New file.
4828 * gdb.base/large-frame.exp: New file.
4829 * gdb.base/large-frame.h: New file.
4830
4831 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4832
4833 PR gdb/20948
4834 * gdb.base/write_mem.exp: New test.
4835 * gdb.base/write_mem.c: Likewise.
4836
4837 2018-09-23 Tom Tromey <tom@tromey.com>
4838
4839 PR python/18852:
4840 * gdb.python/py-parameter.exp: Add test for parameter that throws
4841 on "set".
4842
4843 2018-09-23 Tom Tromey <tom@tromey.com>
4844
4845 PR python/17284:
4846 * gdb.python/py-template.exp (test_template_arg): Add test for
4847 negative template argument number.
4848
4849 2018-09-23 Tom Tromey <tom@tromey.com>
4850
4851 PR python/14062:
4852 * gdb.python/python.exp: Add test for post_event error.
4853
4854 2018-09-23 Tom Tromey <tom@tromey.com>
4855
4856 PR python/18170:
4857 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4858 convert pointers to int and long.
4859
4860 2018-09-23 Tom Tromey <tom@tromey.com>
4861
4862 PR python/20126:
4863 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4864 signed-ness conversion tests.
4865
4866 2018-09-23 Tom Tromey <tom@tromey.com>
4867
4868 PR python/18352;
4869 * gdb.python/py-value.exp (test_float_conversion): New proc.
4870 Use it.
4871
4872 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4873
4874 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4875
4876 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4877
4878 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4879 no readline.
4880 * gdb.base/utf8-identifiers.exp: Likewise.
4881 * gdb.cp/cpcompletion.exp: Likewise.
4882 * gdb.linespec/cpcompletion.exp: Likewise.
4883 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4884 * gdb.linespec/cpls-ops.exp: Likewise.
4885
4886 2018-09-19 Richard Bunt <richard.bunt@arm.com>
4887 Chris January <chris.january@arm.com>
4888
4889 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4890 * gdb.fortran/short-circuit-argument-list.exp: New file.
4891 * gdb.fortran/short-circuit-argument-list.f90: New test.
4892
4893 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4894
4895 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4896 "arch=" keyword when executing "-stack-list-frames".
4897
4898 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4899
4900 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4901 "arch=" keyword when executing "-stack-list-frames".
4902
4903 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4904
4905 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4906 break ada".
4907
4908 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4909
4910 PR python/23669
4911 * gdb.python/python.exp: Test gdb.execute("show commands").
4912
4913 2018-09-16 Tom Tromey <tom@tromey.com>
4914
4915 * gdb.base/new-ui.exp (do_execution_tests): Update.
4916 * gdb.base/dbx.exp (test_breakpoints): Update.
4917
4918 2018-09-14 Alan Hayward <alan.hayward@arm.com>
4919
4920 * lib/gdb.exp (gdb_simple_compile): Add proc.
4921 (is_elf_target): Use gdb_simple_compile.
4922 (skip_altivec_tests): Likewise.
4923 (skip_vsx_tests): Likewise.
4924 (skip_tsx_tests): Likewise.
4925 (skip_btrace_tests): Likewise.
4926 (skip_btrace_pt_tests): Likewise.
4927 (gdb_can_simple_compile): Likewise.
4928 (gdb_has_argv0): Likewise.
4929 (gdb_target_symbol_prefix): Likewise.
4930 (target_supports_scheduler_locking): Likewise.
4931
4932 2018-09-13 Tom Tromey <tom@tromey.com>
4933
4934 * Makefile.in (TAGS): Recognize proc_with_prefix and
4935 gdb_caching_proc.
4936
4937 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4938
4939 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4940 method.
4941
4942 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4943
4944 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4945 and a few other Inferior properties when the Inferior is no
4946 longer valid.
4947
4948 2018-09-13 Tom Tromey <tom@tromey.com>
4949
4950 PR rust/23650:
4951 * gdb.rust/simple.exp: Add test for enum field access error.
4952
4953 2018-09-13 Tom Tromey <tom@tromey.com>
4954
4955 PR rust/23626:
4956 * gdb.rust/simple.rs (EmptyEnum): New type.
4957 (main): Use it.
4958 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4959
4960 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4961
4962 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4963 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4964 * gdb.python/py-symtab.exp: Update test printing an objfile.
4965
4966 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4967
4968 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4969 object.
4970
4971 2018-09-12 Alan Hayward <alan.hayward@arm.com>
4972
4973 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4974 (support_complex_tests): Use gdb_can_simple_compile.
4975 (is_ilp32_target): Likewise.
4976 (is_lp64_target): Likewise.
4977 (is_64_target): Likewise.
4978 (is_amd64_regs_target): Likewise.
4979 (is_aarch32_target): Likewise.
4980 (gdb_int128_helper): Likewise.
4981
4982 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4983
4984 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4985
4986 2018-09-10 Jerome Guitton <guitton@adacore.com>
4987
4988 * gdb.ada/same_component_name: Add test for case of tagged record
4989 with variable-length fields.
4990
4991 2018-09-10 Xavier Roirand <roirand@adacore.com>
4992
4993 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4994 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4995 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4996 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4997
4998 2018-09-10 Xavier Roirand <roirand@adacore.com>
4999
5000 * gdb.ada/mi_string_access.exp: New testcase.
5001 * gdb.ada/mi_string_access/bar.adb: New file.
5002 * gdb.ada/mi_string_access/pck.adb: New file.
5003 * gdb.ada/mi_string_access/pck.asd: New file.
5004
5005 2018-09-10 Xavier Roirand <roirand@adacore.com>
5006
5007 * gdb.ada/mi_var_union.exp: New testcase.
5008 * gdb.ada/mi_var_union/bar.adb: New file.
5009 * gdb.ada/mi_var_union/pck.adb: New file.
5010 * gdb.ada/mi_var_union/pck.asd: New file.
5011
5012 2018-09-08 Tom Tromey <tom@tromey.com>
5013
5014 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5015
5016 2018-09-08 Tom Tromey <tom@tromey.com>
5017
5018 PR python/16047:
5019 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5020 (register_pretty_printers): Register new printer.
5021 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5022 test.
5023 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5024 (an_int_type3): New global.
5025
5026 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5027
5028 * gdb.ada/expr_with_funcall: New testcase.
5029
5030 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5031
5032 * gdb.ada/packed_array_assign: New testcase.
5033
5034 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5035
5036 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5037 names, and add test prefixes to make test names unique.
5038
5039 2018-09-05 Tom de Vries <tdevries@suse.de>
5040
5041 * gdb.dwarf2/varval.exp: Add test.
5042
5043 2018-09-04 Gary Benson <gbenson@redhat.com>
5044
5045 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5046 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5047
5048 2018-08-31 Tom Tromey <tom@tromey.com>
5049
5050 * gdb.rust/simple.rs: Rename second variable "v".
5051
5052 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5053
5054 * gdb.base/funcargs.c (use_a): New function.
5055 (recurse): Call use_a.
5056
5057 2018-08-29 Keith Seitz <keiths@redhat.com>
5058
5059 * gdb.compile/compile-cplus-anonymous.cc: New file.
5060 * gdb.compile/compile-cplus-anonymous.exp: New file.
5061 * gdb.compile/compile-cplus-array-decay.cc: New file.
5062 * gdb.compile/compile-cplus-array-decay.exp: New file.
5063 * gdb.compile/compile-cplus-inherit.cc: New file.
5064 * gdb.compile/compile-cplus-inherit.exp: New file.
5065 * gdb.compile/compile-cplus-member.cc: New file.
5066 * gdb.compile/compile-cplus-member.exp: New file.
5067 * gdb.compile/compile-cplus-method.cc: New file.
5068 * gdb.compile/compile-cplus-method.exp: New file.
5069 * gdb.compile/compile-cplus-mod.c: "New" file.
5070 * gdb.compile/compile-cplus-namespace.cc: New file.
5071 * gdb.compile/compile-cplus-namespace.exp: New file.
5072 * gdb.compile/compile-cplus-nested.cc: New file.
5073 * gdb.compile/compile-cplus-nested.exp: New file.
5074 * gdb.compile/compile-cplus-print.c: "New" file.
5075 * gdb.compile/compile-cplus-print.exp: "New" file.
5076 * gdb.compile/compile-cplus-virtual.cc: New file.
5077 * gdb.compile/compile-cplus-virtual.exp: New file.
5078 * gdb.compile/compile-cplus.c: "New" file.
5079 * gdb.compile/compile-cplus.exp: "New" file.
5080 * lib/compile-support.exp: New file.
5081
5082 2018-08-16 Gary Benson <gbenson@redhat.com>
5083
5084 PR gdb/13000:
5085 * gdb.base/batch-exit-status.exp: New file.
5086 * gdb.base/batch-exit-status.good-commands: Likewise.
5087 * gdb.base/batch-exit-status.bad-commands: Likewise.
5088
5089 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5090
5091 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5092 (struct struct02): Likewise.
5093 (struct struct03): Likewise.
5094 (struct struct04): Likewise.
5095 (struct struct_01_01): New struct.
5096 (struct struct_01_02): Likewise.
5097 (struct struct_01_03): Likewise.
5098 (struct struct_01_04): Likewise.
5099 (struct struct_02_01): Likewise.
5100 (struct struct_02_02): Likewise.
5101 (struct struct_02_03): Likewise.
5102 (struct struct_02_04): Likewise.
5103 (struct struct_04_01): Likewise.
5104 (struct struct_04_02): Likewise.
5105 (struct struct_04_03): Likewise.
5106 (struct struct_04_04): Likewise.
5107 (struct struct_05_01): Likewise.
5108 (struct struct_05_02): Likewise.
5109 (struct struct_05_03): Likewise.
5110 (struct struct_05_04): Likewise.
5111 (cmp_struct01): Remove function.
5112 (cmp_struct02): Likewise.
5113 (cmp_struct03): Likewise.
5114 (cmp_struct04): Likewise.
5115 (cmp_struct_01_01): Add Function.
5116 (cmp_struct_01_02): Likewise.
5117 (cmp_struct_01_03): Likewise.
5118 (cmp_struct_01_04): Likewise.
5119 (cmp_struct_02_01): Likewise.
5120 (cmp_struct_02_02): Likewise.
5121 (cmp_struct_02_03): Likewise.
5122 (cmp_struct_02_04): Likewise.
5123 (cmp_struct_04_01): Likewise.
5124 (cmp_struct_04_02): Likewise.
5125 (cmp_struct_04_03): Likewise.
5126 (cmp_struct_04_04): Likewise.
5127 (cmp_struct_05_01): Likewise.
5128 (cmp_struct_05_02): Likewise.
5129 (cmp_struct_05_03): Likewise.
5130 (cmp_struct_05_04): Likewise.
5131 (call_all): Add new structs.
5132 * gdb.base/infcall-nested-structs.exp: Likewise.
5133
5134 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5135
5136 * gdb.python/py-framefilter-mi.exp: Update regexp to
5137 check for "arch" field in frame output.
5138
5139 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5140
5141 * gdb.dwarf2/dw2-ranges-func.c: New file.
5142 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5143
5144 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5145
5146 * gdb.base/term.exp: Compare terminal settings with values from
5147 the inferior.
5148 * gdb.base/term.c: Get and set terminal settings.
5149
5150 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5151
5152 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5153 accommodate new "arch" field in frame output.
5154 * gdb.mi/mi-return.exp: Likewise.
5155 * gdb.mi/mi-stack.exp: Likewise.
5156 * gdb.mi/mi-syn-frame.exp: Likewise.
5157 * gdb.mi/user-selected-context-sync.exp: Likewise.
5158
5159 2018-08-19 Michael Spang <spang@google.com>
5160
5161 PR gdb/11786
5162 * gdb.base/gcore-tls-pie.c: New file.
5163 * gdb.base/gcore-tls-pie.exp: New file.
5164
5165 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5166
5167 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5168 * gdb.dwarf2/varval.c: New file.
5169 * gdb.dwarf2/varval.exp: New file.
5170
5171 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5172
5173 PR gdb/18931
5174 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5175
5176 2018-08-16 Keith Seitz <keiths@redhat.com>
5177
5178 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5179 tests expected to pass.
5180
5181 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5182
5183 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5184 -data-disassemble -a.
5185 (test_disassembly_bogus_args): Likewise.
5186
5187 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5188
5189 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5190
5191 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5192
5193 * gdb.base/vla-optimized-out.exp: Add new test.
5194
5195 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5196
5197 * gdb.base/vla-optimized-out-o3.exp: Delete.
5198 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5199 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5200 deleted tests.
5201
5202 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5203
5204 PR gdb/18050:
5205 * gdb.server/extended-remote-restart.c: New file.
5206 * gdb.server/extended-remote-restart.exp: New file.
5207
5208 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5209
5210 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5211 "set variable index = 42".
5212
5213 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5214
5215 * boards/index-cache-gdb.exp: New file.
5216 * gdb.dwarf2/index-cache.exp: New file.
5217 * gdb.dwarf2/index-cache.c: New file.
5218 * gdb.base/maint.exp: Check if we are using the index cache.
5219
5220 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5221
5222 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5223 MAKEFLAGS.
5224
5225 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5226
5227 * dg-extract-results.sh: Move to toplevel contrib.
5228 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5229 * Makefile.in (check-parallel-racy): Likewise.
5230
5231 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5232
5233 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5234 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5235 tests if the target supports scheduler locking.
5236
5237 2018-08-04 Tom de Vries <tdevries@suse.de>
5238
5239 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5240
5241 2018-08-02 Tom Tromey <tom@tromey.com>
5242
5243 PR symtab/16842.
5244 * gdb.cp/temargs.exp: Test "info address" of a template
5245 parameter.
5246
5247 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5248
5249 * gdb.python/py-mi-var-info-path-expression.c: New file.
5250 * gdb.python/py-mi-var-info-path-expression.py: New file.
5251 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5252
5253 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5254
5255 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5256 error after "cannot resolve name" string.
5257
5258 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5259
5260 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5261 started.
5262 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5263
5264 2018-07-28 Tom de Vries <tdevries@suse.de>
5265
5266 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5267
5268 2018-07-26 Tom de Vries <tdevries@suse.de>
5269
5270 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5271
5272 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5273
5274 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5275 is visible.
5276
5277 2018-07-26 Tom de Vries <tdevries@suse.de>
5278
5279 PR breakpoints/23366
5280 * gdb.base/catch-follow-exec.c: New test.
5281 * gdb.base/catch-follow-exec.exp: New file.
5282
5283 2018-07-25 Tom de Vries <tdevries@suse.de>
5284
5285 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5286 vla-optimized-out.c.
5287
5288 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5289
5290 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5291 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5292
5293 2018-07-20 Tom de Vries <tdevries@suse.de>
5294
5295 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5296 NOCLONE macro.
5297 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5298
5299 2018-07-19 Tom de Vries <tdevries@suse.de>
5300
5301 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5302 regular expression.
5303
5304 2018-07-18 Tom de Vries <tdevries@suse.de>
5305
5306 * gdb.base/vla-optimized-out.c: New test.
5307 * gdb.base/vla-optimized-out.exp: New file.
5308
5309 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5310
5311 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5312 message "No address associated with hostname" when gdbserver
5313 cannot resolve the hostname.
5314
5315 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5316
5317 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5318 Add some test prefixes to make tests unique.
5319
5320 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5321
5322 * gdb.base/frameapply.c: New file.
5323 * gdb.base/frameapply.exp: New file.
5324
5325 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5326
5327 * gdb.base/skip.exp: Update expected error message.
5328
5329 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5330 Jan Kratochvil <jan.kratochvil@redhat.com>
5331 Paul Fertser <fercerpav@gmail.com>
5332 Tsutomu Seki <sekiriki@gmail.com>
5333
5334 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5335 parameter.
5336 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5337 by default.
5338 * boards/native-gdbserver.exp: Likewise.
5339 * gdb.server/run-without-local-binary.exp: Improve regexp used
5340 for detecting when a remote debugging connection succeeds.
5341 * gdb.server/server-connect.exp: New file.
5342 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5343 Do not prefix the port number with ":".
5344 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5345 support for detecting and using it. Add '$debughost_gdbserver'
5346 to the list of arguments used to start gdbserver. Handle case
5347 when gdbserver cannot resolve a network name.
5348
5349 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5350
5351 PR c++/23373
5352 * gdb.base/ptype-offsets.cc (struct static_member): New
5353 struct.
5354 (main) <stmember>: New variable.
5355 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5356 with a static member in it.
5357
5358 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5359
5360 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5361 watchpoints enabled and disabled.
5362
5363 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5364
5365 * gdb.base/examine-backward.exp: Still run tests around address
5366 0x0, even if address 0x0 is not readable. Update the pattern for
5367 matching address 0x0 in expected output.
5368
5369 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5370
5371 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5372 malloc/free.
5373
5374 2018-07-04 Tom de Vries <tdevries@suse.de>
5375
5376 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5377
5378 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5379
5380 PR tdep/8282
5381 * gdb.arch/mips-disassembler-options.exp: New test.
5382 * gdb.arch/mips-disassembler-options.s: New test source.
5383
5384 2018-06-29 Pedro Alves <palves@redhat.com>
5385
5386 * gdb.threads/names.exp: Adjust expected "info threads" output.
5387
5388 2018-06-29 Pedro Alves <palves@redhat.com>
5389
5390 * gdb.opt/inline-break.exp (line number, address): Add "info
5391 break" tests.
5392
5393 2018-06-29 Pedro Alves <palves@redhat.com>
5394
5395 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5396 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5397 number and address and running to them.
5398
5399 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5400
5401 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5402
5403 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5404
5405 * lib/compiler.c: Remove executable permission flag.
5406
5407 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5408
5409 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5410 code.
5411 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5412
5413 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5414
5415 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5416
5417 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5418
5419 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5420 address argument is omitted.
5421
5422 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5423
5424 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5425
5426 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5427
5428 PR gdb/21695
5429 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5430 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5431
5432 2018-06-26 Tom Tromey <tom@tromey.com>
5433
5434 PR rust/22574:
5435 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5436 * gdb.rust/simple.rs (struct SimpleLayout): New.
5437
5438 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5439
5440 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5441 "info registers" output.
5442
5443 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5444
5445 * gdb.base/watchpoint-hw-attach.c: New test.
5446 * gdb.base/watchpoint-hw-attach.exp: New file.
5447
5448 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5449
5450 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5451 through /bin/sh.
5452 * boards/dwarf4-gdb-index.exp: Likewise.
5453 * boards/fission-dwp.exp: Likewise.
5454
5455 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5456
5457 * gdb.base/float128.exp: Add comment and improved fail message
5458 to the failure case of "print large128" test.
5459
5460 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5461
5462 * configure.ac: Remove AC_PREREQ.
5463 * configure: Re-generate.
5464
5465 2018-06-19 Pedro Alves <palves@redhat.com>
5466
5467 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5468 (func_extern_caller): New.
5469 (main): Call func_extern_caller.
5470 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5471 logic change.
5472
5473 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5474
5475 PR gdb/16841
5476 * gdb.cp/typedef-base.cc: New file.
5477 * gdb.cp/typedef-base.exp: New file.
5478
5479 2018-06-18 Tom de Vries <tdevries@suse.de>
5480
5481 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5482
5483 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5484 Richard Bunt <Richard.Bunt@arm.com>
5485
5486 * gdb.threads/attach-slow-waitpid.c: New file.
5487 * gdb.threads/attach-slow-waitpid.exp: New file.
5488 * gdb.threads/slow-waitpid.c: New file.
5489
5490 2018-06-14 Pedro Alves <palves@redhat.com>
5491
5492 * gdb.base/fork-running-state.c: Include <errno.h>.
5493 (exit_if_relative_exits): New.
5494 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5495 exits.
5496 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5497 child exits.
5498
5499 2018-06-14 Tom de Vries <tdevries@suse.de>
5500
5501 PR cli/22573
5502 * gdb.base/finish-pretty.c: New test.
5503 * gdb.base/finish-pretty.exp: New file.
5504
5505 2018-06-14 Pedro Alves <palves@redhat.com>
5506
5507 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5508 gdb's expected startup output.
5509
5510 2018-06-14 Pedro Alves <palves@redhat.com>
5511
5512 * lib/selftest-support.exp (selftest_setup): Remove inlined
5513 function handling.
5514
5515 2018-06-14 Tom de Vries <tdevries@suse.de>
5516
5517 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5518 matching of breakpoint printing.
5519
5520 2018-06-13 Tom de Vries <tdevries@suse.de>
5521
5522 PR testsuite/23269
5523 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5524 (fork_child): ... here, and ...
5525 (fork_parent): ... here.
5526
5527 2018-06-12 Tom de Vries <tdevries@suse.de>
5528
5529 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5530
5531 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5532 Stephen Roberts <stephen.roberts@arm.com>
5533
5534 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5535 rewrite test to describe action performed, rather than possible
5536 failure.
5537
5538 2018-06-08 Gary Benson <gbenson@redhat.com>
5539
5540 * gdb.threads/check-libthread-db.exp: New file.
5541 * gdb.threads/check-libthread-db.c: Likewise.
5542
5543 2018-06-05 Tom Tromey <tom@tromey.com>
5544
5545 * gdb.base/default.exp: Update expected "show version" output.
5546
5547 2018-06-05 Tom Tromey <tom@tromey.com>
5548
5549 PR cli/12326:
5550 * gdb.cp/static-print-quit.exp: Update.
5551 * lib/gdb.exp (pagination_prompt): Update.
5552 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5553 * gdb.python/python.exp: Update.
5554
5555 2018-06-04 Joel Brobecker <brobecker@adacore.com>
5556
5557 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5558
5559 2018-06-01 Joel Brobecker <brobecker@adacore.com>
5560
5561 * gdb.ada/bp_fun_addr: New testcase.
5562
5563 2018-06-01 Tom Tromey <tom@tromey.com>
5564
5565 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5566 results.
5567 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5568 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5569 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5570 * gdb.base/maint.exp (maint_pass_if): Update.
5571
5572 2018-05-31 Maciej W. Rozycki <macro@mips.com>
5573
5574 * gdb.base/endian.exp: New test.
5575 * gdb.base/endian.c: New test source.
5576
5577 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5578
5579 PR gdb/23203
5580 * gdb.base/bt-selected-frame.c: New file.
5581 * gdb.base/bt-selected-frame.exp: New file.
5582 * lib/gdb.exp (get_current_frame_number): New function.
5583
5584 2018-05-24 Maciej W. Rozycki <macro@mips.com>
5585 Pedro Alves <palves@redhat.com>
5586
5587 * gdb.threads/tls-core.c: Include <stdlib.h>
5588 (thread_proc): Call `abort'.
5589 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5590 (tls_core_test): New procedure, bits factored out from ...
5591 (top level): ... here. Test both native cores and gcore cores.
5592
5593 2018-05-23 Tom Tromey <tom@tromey.com>
5594
5595 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5596
5597 2018-05-23 Tom Tromey <tom@tromey.com>
5598
5599 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5600 symfile_complaints.
5601 (test_short_complaints): Likewise.
5602 (test_empty_complaints): Likewise.
5603 (test_initial_complaints): Update.
5604
5605 2018-05-23 Tom Tromey <tom@tromey.com>
5606
5607 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5608
5609 2018-05-23 Tom Tromey <tom@tromey.com>
5610
5611 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5612 (test_short_complaints): Update.
5613
5614 2018-05-22 Pedro Alves <palves@redhat.com>
5615
5616 * gdb.base/remote.exp: Only gdb_start after compiling the
5617 testcase. Issue "disconnect" before testing "set remote" command
5618 defaults. Issue clean_restart before running to main.
5619
5620 2018-05-22 Pedro Alves <palves@redhat.com>
5621
5622 * gdb.base/remote.exp: Adjust expected output of "show remote
5623 memory-write-packet-size". Add tests for "set remote
5624 memory-write-packet-size 0" and "set remote
5625 memory-write-packet-size fixed/limit".
5626
5627 2018-05-22 Pedro Alves <palves@redhat.com>
5628
5629 PR gdb/22973
5630 * gdb.base/utf8-identifiers.c: New file.
5631 * gdb.base/utf8-identifiers.exp: New file.
5632
5633 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5634
5635 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5636
5637 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5638
5639 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5640
5641 2018-05-18 Tom Tromey <tom@tromey.com>
5642
5643 * gdb.base/ptype-offsets.exp: Update.
5644
5645 2018-05-17 Keith Seitz <keiths@redhat.com>
5646
5647 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5648 in expected breakpoint stop locations.
5649 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5650 move to proper scope to test variable values.
5651 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5652 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5653 New functions.
5654 (main): Call not_inline_func3.
5655 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5656 inline_func1, inline_func2, and inline_func3. Test that when each
5657 breakpoint is hit, GDB properly reports both the stop location
5658 and the backtrace. Repeat tests for temporary breakpoints.
5659
5660 2018-05-15 Maciej W. Rozycki <macro@mips.com>
5661
5662 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5663 rather then trying to access it in determining whether the PID
5664 of `gdbserver' could have been retrieved.
5665
5666 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5667
5668 * gdb.arch/amd64-init-x87-values.S: New file.
5669 * gdb.arch/amd64-init-x87-values.exp: New file.
5670
5671 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5672
5673 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5674
5675 2018-05-04 Tom Tromey <tom@tromey.com>
5676
5677 PR python/22730:
5678 * gdb.python/python.exp: Test multi-line execute.
5679
5680 2018-05-04 Tom Tromey <tom@tromey.com>
5681
5682 PR python/22731:
5683 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5684
5685 2018-05-04 Tom Tromey <tom@tromey.com>
5686
5687 PR gdb/11750:
5688 * gdb.base/define.exp: Test defining a user command inside a user
5689 command.
5690 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5691
5692 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5693 Pedro Alves <palves@redhat.com>
5694
5695 PR breakpoints/19806 and support for PR external/20207.
5696 * gdb.base/watchpoint-unaligned.c: New file.
5697 * gdb.base/watchpoint-unaligned.exp: New file.
5698
5699 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5700
5701 * gdb.base/maint.exp: Make test names unique, use
5702 test_prefix_command_help to test 'help maint info', and remove
5703 repeated test of 'help maint'.
5704
5705 2018-05-04 Tom Tromey <tom@tromey.com>
5706
5707 PR gdb/22619:
5708 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5709 behavior.
5710
5711 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5712
5713 * gdb.base/maint.exp: Process output from 'maint print registers'
5714 line at a time.
5715
5716 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5717
5718 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5719 timeout.
5720
5721 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5722
5723 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5724 filter pattern.
5725
5726 2018-05-02 Pedro Alves <palves@redhat.com>
5727
5728 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5729 to_log_command renames.
5730 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5731
5732 2018-05-02 Tom Tromey <tom@tromey.com>
5733
5734 * gdb.python/py-parameter.exp: Set test message.
5735
5736 2018-05-02 Tom Tromey <tom@tromey.com>
5737
5738 PR python/20084:
5739 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5740 PARAM_ZUINTEGER_UNLIMITED tests.
5741
5742 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5743
5744 PR rust/23124
5745 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5746 when casting.
5747
5748 2018-04-30 Tom Tromey <tom@tromey.com>
5749
5750 * gdb.python/py-type.exp: Check align attribute.
5751 * gdb.python/py-type.c: New "aligncheck" global.
5752
5753 2018-04-30 Tom Tromey <tom@tromey.com>
5754
5755 PR exp/17095:
5756 * gdb.dwarf2/dw2-align.exp: New file.
5757 * gdb.cp/align.exp: New file.
5758 * gdb.base/align.exp: New file.
5759 * lib/gdb.exp (gdb_int128_helper): New proc.
5760 (has_int128_c, has_int128_cxx): New caching procs.
5761
5762 2018-04-27 Tom Tromey <tom@tromey.com>
5763
5764 PR rust/22545:
5765 * gdb.rust/simple.exp: Add inclusive range tests.
5766
5767 2018-04-26 Pedro Alves <palves@redhat.com>
5768
5769 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5770 ifunc breakpoint locations correctly of ifunc breakpoints set
5771 while the program resolves the ifunc.
5772
5773 2018-04-26 Pedro Alves <palves@redhat.com>
5774
5775 * gdb.base/gnu-ifunc-final.c: New file.
5776 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5777 * gdb.base/gnu-ifunc.exp (executable): Delete.
5778 (staticexecutable): Adjust.
5779 (lib_opts, exec_opts): Delete.
5780 (make_binsuffix, build, set-break): New procedures.
5781 (misc_tests): New, with tests factored out from the top level.
5782 (top level): Test different combinations of ifunc resolver name,
5783 resolver with and with debug info, and ifunc target with and
5784 without debug info. Wrap static tests with with_target_prefix.
5785
5786 2018-04-26 Pedro Alves <palves@redhat.com>
5787
5788 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5789 return type" warnings.
5790
5791 2018-04-25 Pedro Alves <palves@redhat.com>
5792
5793 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5794 killed".
5795 * gdb.base/kill-after-signal.exp: Likewise.
5796 * gdb.threads/kill.exp: Likewise.
5797
5798 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5799 Sergio Durigan Junior <sergiodj@redhat.com>
5800 Pedro Alves <palves@redhat.com>
5801
5802 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5803 regexps to expect for '[Inferior ... detached]' as well.
5804 * gdb.base/attach.exp: Likewise.
5805 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5806 "gdb_continue_to_end".
5807 (test_catch_syscall_with_wrong_args): Likewise.
5808 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5809 ']'. Don't set 'verbose' on.
5810 * gdb.base/foll-vfork.exp: Likewise.
5811 * gdb.base/fork-print-inferior-events.c: New file.
5812 * gdb.base/fork-print-inferior-events.exp: New file.
5813 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5814 '[Inferior ... has been killed]' message.
5815 * gdb.base/kill-after-signal.exp: Likewise.
5816 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5817 detach message.
5818 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5819 message.
5820 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5821 regexps to expect for '[Inferior ... detached]' as well.
5822 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5823
5824 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5825
5826 PR gdb/23104
5827 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5828
5829 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5830
5831 PR gdb/23095
5832 * gdb.base/break-probes.exp: Pass shlib_load to
5833 prepare_for_testing. Set normal_bp to r_debug_state if target is
5834 bsd.
5835
5836 2018-04-19 Richard Bunt <richard.bunt@arm.com>
5837
5838 * gdb.threads/multiple-successive-infcall.c: New test.
5839 * gdb.threads/multiple-successive-infcall.exp: New file.
5840
5841 2018-04-17 Tom Tromey <tom@tromey.com>
5842
5843 * gdb.rust/simple.rs (Union): New type.
5844 (main): New local "u".
5845 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5846
5847 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5848
5849 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5850 number information in output of "whereis" command.
5851 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5852
5853 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5854
5855 * gdb.ada/info_types.exp: Adjust expected output to the line
5856 numbers now printed by "info var/func/type".
5857 * gdb.base/completion.exp: Likewise.
5858 * gdb.base/included.exp: Likewise.
5859 * gdb.cp/cp-relocate.exp: Likewise.
5860 * gdb.cp/cplusfuncs.exp: Likewise.
5861 * gdb.cp/namespace.exp: Likewise.
5862 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5863
5864 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5865
5866 * gdb.btrace/cpu.exp: New.
5867
5868 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5869
5870 * gdb.base/step-indirect-call-thunk.exp: New.
5871 * gdb.base/step-indirect-call-thunk.c: New.
5872 * gdb.reverse/step-indirect-call-thunk.exp: New.
5873 * gdb.reverse/step-indirect-call-thunk.c: New.
5874
5875 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5876
5877 * gdb.base/pie-fork.c: New file.
5878 * gdb.base/pie-fork.exp: New file.
5879
5880 2018-04-11 Tom Tromey <tom@tromey.com>
5881
5882 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5883
5884 2018-04-10 Pedro Alves <palves@redhat.com>
5885
5886 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5887 exits. Instead loop running forever.
5888 (fork_parent): Run forever too.
5889
5890 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5891
5892 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5893 mi_continue_to_line.
5894 * gdb.mi/mi-stack.c (callee4): Add comment.
5895
5896 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5897
5898 * gdb.mi/mi-stack.exp: Fix indentation.
5899
5900 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5901
5902 PR gdb/22979
5903 * gdb.arch/amd64-osabi.exp: New file.
5904
5905 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5906
5907 PR gdb/22980
5908 * gdb.base/osabi.exp: New file.
5909
5910 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
5911
5912 * gdb.cp/static-typedef-print.exp: New file.
5913 * gdb.cp/static-typedef-print.cc: New file.
5914
5915 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5916
5917 * gdb.ada/varsize_limit: New testcase.
5918
5919 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5920
5921 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5922
5923 * gdb.ada/notcplusplus: New testcase.
5924
5925 * gdb.base/c-linkage-name.c: New file.
5926 * gdb.base/c-linkage-name.exp: New testcase.
5927
5928 2018-03-26 Tom Tromey <tom@tromey.com>
5929
5930 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5931 * gdb.python/py-framefilter.py (name_error): New global.
5932 (ErrorInName.function): Use name_error.
5933
5934 2018-03-26 Tom Tromey <tom@tromey.com>
5935
5936 PR backtrace/15582:
5937 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5938
5939 2018-03-23 Keith Seitz <keiths@redhat.com>
5940
5941 PR c++/22968
5942 * gdb.cp/subtypes.exp: New file.
5943 * gdb.cp/subtypes.h: New file.
5944 * gdb.cp/subtypes.cc: New file.
5945 * gdb.cp/subtypes-2.cc: New file.
5946
5947 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5948
5949 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5950 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5951 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5952 -nostartfiles when compiling the test. Confirm that all registers
5953 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5954
5955 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5956
5957 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5958 option, syntax was wrong anyway.
5959 * gdb.arch/arm-disp-step.exp: Likewise.
5960 * gdb.arch/sparc64-regs.exp: Likewise.
5961 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5962 option, syntax was wrong anyway, switch to use
5963 prepare_for_testing.
5964 * gdb.arch/i386-disp-step.exp: Likewise.
5965
5966 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5967
5968 * gdb.ada/exec_changed.exp: Replace "target_info exists
5969 use_gdb_stub" by "use_gdb_stub".
5970 * gdb.ada/start.exp: Likewise.
5971 * gdb.base/async-shell.exp: Likewise.
5972 * gdb.base/attach-pie-misread.exp: Likewise.
5973 * gdb.base/attach-wait-input.exp: Likewise.
5974 * gdb.base/break-entry.exp: Likewise.
5975 * gdb.base/break-interp.exp: Likewise.
5976 * gdb.base/dprintf-detach.exp: Likewise.
5977 * gdb.base/nostdlib.exp: Likewise.
5978 * gdb.base/solib-nodir.exp: Likewise.
5979 * gdb.base/statistics.exp: Likewise.
5980 * gdb.base/testenv.exp: Likewise.
5981 * gdb.mi/mi-exec-run.exp: Likewise.
5982 * gdb.mi/mi-start.exp: Likewise.
5983 * gdb.multi/dummy-frame-restore.exp: Likewise.
5984 * gdb.multi/multi-arch-exec.exp: Likewise.
5985 * gdb.multi/multi-arch.exp: Likewise.
5986 * gdb.multi/tids.exp: Likewise.
5987 * gdb.multi/watchpoint-multi.exp: Likewise.
5988 * gdb.python/py-events.exp: Likewise.
5989 * gdb.threads/attach-into-signal.exp: Likewise.
5990 * gdb.threads/attach-stopped.exp: Likewise.
5991 * gdb.threads/threadapply.exp: Likewise.
5992 * lib/selftest-support.exp: Likewise.
5993
5994 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5995
5996 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5997
5998 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5999
6000 * gdb.perf/template-breakpoints.cc: New file.
6001 * gdb.perf/template-breakpoints.exp: New file.
6002 * gdb.perf/template-breakpoints.py: New file.
6003
6004 2018-03-19 Tom Tromey <tom@tromey.com>
6005
6006 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6007 y0.
6008 * gdb.rust/simple.exp: Test bare identifier form of struct
6009 initializer.
6010
6011 2018-03-19 Tom Tromey <tom@tromey.com>
6012
6013 * gdb.gdb/observer.exp: Remove.
6014
6015 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6016
6017 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6018 "qualified" option when setting breakpoints.
6019 * gdb.trace/backtrace.exp: Likewise.
6020 * gdb.trace/circ.exp: Likewise.
6021 * gdb.trace/collection.exp: Likewise.
6022 * gdb.trace/disconnected-tracing.exp: Likewise.
6023 * gdb.trace/ftrace-lock.exp: Likewise.
6024 * gdb.trace/ftrace.exp: Likewise.
6025 * gdb.trace/infotrace.exp: Likewise.
6026 * gdb.trace/packetlen.exp: Likewise.
6027 * gdb.trace/passc-dyn.exp: Likewise.
6028 * gdb.trace/qtro.exp: Likewise.
6029 * gdb.trace/read-memory.exp: Likewise.
6030 * gdb.trace/report.exp: Likewise.
6031 * gdb.trace/signal.exp: Likewise.
6032 * gdb.trace/status-stop.exp: Likewise.
6033 * gdb.trace/strace.exp: Likewise.
6034 * gdb.trace/tfind.exp: Likewise.
6035 * gdb.trace/trace-break.exp: Likewise.
6036 * gdb.trace/trace-condition.exp: Likewise.
6037 * gdb.trace/trace-mt.exp: Likewise.
6038 * gdb.trace/tstatus.exp: Likewise.
6039 * gdb.trace/tsv.exp: Likewise.
6040 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6041 * gdb.trace/unavailable.exp: Likewise.
6042 * gdb.trace/while-dyn.exp: Likewise.
6043
6044 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6045
6046 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6047 that libinproctrace is copied to the target.
6048
6049 2018-03-14 Tom Tromey <tom@tromey.com>
6050
6051 PR cli/14977:
6052 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6053 a null pointer.
6054 * gdb.base/wchar.exp: Likewise.
6055
6056 2018-03-14 Tom Tromey <tom@tromey.com>
6057
6058 PR cli/19918:
6059 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6060 flag.
6061
6062 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6063
6064 PR gdb/22841
6065 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6066 "target" to remote_exec.
6067
6068 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6069
6070 PR gdb/22841
6071 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6072 ${board}_upload): Remove.
6073
6074 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6075
6076 * gdb.cp/watch-cp.cc: New test.
6077 * gdb.cp/watch-cp.exp: New file.
6078
6079 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6080
6081 * gdb.base/infcall-nested-structs.exp: New file.
6082 * gdb.base/infcall-nested-structs.c: New file.
6083 * gdb.base/float.exp: Add riscv support.
6084
6085 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6086
6087 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6088 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6089
6090 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6091
6092 * gdb.server/abspath.exp: New file.
6093 * lib/gdb.exp (with_cwd): New procedure.
6094
6095 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6096
6097 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6098 use it.
6099 (gdb_is_target_remote_prompt): New proc.
6100 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6101 (gdb_is_target_native): Pass prompt parameter to
6102 gdb_is_target_1.
6103
6104 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6105
6106 * gdb.base/load-command.c: New file.
6107 * gdb.base/load-command.exp: New file.
6108 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6109 (gdb_is_target_1): ...this, and generalize for other targets
6110 than just remote.
6111 (gdb_is_target_remote): Use gdb_is_target_1.
6112 (gdb_is_target_native): use gdb_is_target_1.
6113
6114 2018-02-26 Tom Tromey <tom@tromey.com>
6115
6116 PR python/16497:
6117 * gdb.python/py-framefilter.exp: Update test.
6118
6119 2018-02-26 Tom Tromey <tom@tromey.com>
6120
6121 * gdb.dwarf2/variant.c: New file.
6122 * gdb.dwarf2/variant.exp: New file.
6123
6124 2018-02-26 Tom Tromey <tom@tromey.com>
6125
6126 * gdb.rust/simple.exp: Accept more possible results in enum test.
6127
6128 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6129
6130 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6131 parentheses.
6132
6133 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6134
6135 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6136 name of a variable: $actual_linejj -> $actual_line.
6137
6138 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6139
6140 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6141
6142 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6143
6144 * gdb.btrace/buffer-size.exp: Do not force BTS.
6145
6146 2018-02-14 Pedro Alves <palves@redhat.com>
6147
6148 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6149 getting a "Quit".
6150
6151 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6152
6153 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6154 Fix test name.
6155
6156 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6157
6158 * gdb.cp/m-static.exp: Check type of optimized out static
6159 member.
6160
6161 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6162
6163 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6164 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6165
6166 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6167 Leszek Swirski <leszeks@google.com>
6168
6169 * gdb.python/py-prettyprint.c
6170 (struct to_string_returns_value_inner,
6171 struct to_string_returns_value_wrapper): New.
6172 (main): Add tsrvw variable.
6173 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6174 ToStringReturnsValueWrapper): New classes.
6175 (register_pretty_printers): Register new pretty-printers.
6176 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6177 recursive pretty printer.
6178 * gdb.python/py-mi.exp: Likewise.
6179
6180 2018-02-01 Leszek Swirski <leszeks@google.com>
6181
6182 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6183 functions with the same name as an include file are parsed
6184 correctly.
6185
6186 2018-02-01 Yao Qi <yao.qi@linaro.org>
6187
6188 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6189 "\[^\r\n\]*".
6190
6191 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6192
6193 * gdb.arch/powerpc-prologue-frame.s: New file.
6194 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6195 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6196
6197 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6198
6199 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6200
6201 2018-01-30 Pedro Alves <palves@redhat.com>
6202
6203 PR gdb/13211
6204 * gdb.base/interrupt-daemon.c: New.
6205 * gdb.base/interrupt-daemon.exp: New.
6206 * gdb.multi/multi-term-settings.c: New.
6207 * gdb.multi/multi-term-settings.exp: New.
6208
6209 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6210
6211 * gdb.base/break.exp: Save the location where the breakpoint
6212 on break.c:47 was actually inserted when debugging the version
6213 compiled at -O2 and use it in the expected output of the "info
6214 break" test performed soon after.
6215
6216 2018-01-22 Pedro Alves <palves@redhat.com>
6217 Sergio Durigan Junior <sergiodj@redhat.com>
6218
6219 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6220 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6221
6222 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6223
6224 * gdb.base/break-include.c, gdb.base/break-include.inc,
6225 gdb.base/break-include.exp: New files.
6226 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6227 line number now being the actual line number where the breakpoint
6228 was inserted.
6229 * gdb.mi/mi-break.exp: Likewise.
6230 * gdb.mi/mi-reverse.exp: Likewise.
6231 * gdb.mi/mi-simplerun.exp: Ditto.
6232
6233 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6234
6235 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6236 varobj.
6237 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6238
6239 2018-01-21 Don Breazeal <donb@codesourcery.com>
6240 Andrew Burgess <andrew.burgess@embecosm.com>
6241
6242 * gdb.mi/basics.c: Add new global.
6243 * gdb.mi/mi-frame-regs.exp: New file.
6244 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6245 case.
6246
6247 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6248
6249 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6250 non-parameter, and on an unknown symbol.
6251
6252 2018-01-19 Tom Tromey <tom@tromey.com>
6253
6254 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6255 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6256
6257 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6258
6259 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6260 setrlimit and chdir to int.
6261
6262 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6263
6264 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6265 function.
6266 (my_tend): Likewise.
6267 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6268 rationale of avoiding FP- and vector instructions.
6269
6270 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6271
6272 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6273 "info reg" with "\[ \t\]*".
6274 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6275 "\[ \t\]+".
6276 * gdb.arch/s390-multiarch.exp: Ditto.
6277 * gdb.base/pc-fp.exp: Ditto.
6278 * gdb.reverse/i386-precsave.exp: Ditto.
6279 * gdb.reverse/i386-reverse.exp: Ditto.
6280 * gdb.reverse/i387-env-reverse.exp: Ditto.
6281 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6282
6283 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6284
6285 * lib/gdb.exp (gdb_compile): Re-enable use of
6286 universal_compile_options for languages other than Rust.
6287
6288 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6289
6290 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6291
6292 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6293
6294 PR gdb/16577
6295 * gdb.base/solib-vanish.exp: New.
6296 * gdb.base/solib-vanish-main.c: New.
6297 * gdb.base/solib-vanish-lib1.c: New.
6298 * gdb.base/solib-vanish-lib2.c: New.
6299
6300 2018-01-17 Yao Qi <yao.qi@linaro.org>
6301
6302 * gdb.compile/compile.exp: Match the address printed for
6303 frame in the output of command "bt".
6304
6305 2018-01-15 Tom Tromey <tom@tromey.com>
6306
6307 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6308 compute sp_reg.
6309
6310 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6311
6312 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6313 to prepare.
6314 (prepare): Return 0 on error, 1 on success.
6315
6316 2018-01-12 Pedro Alves <palves@redhat.com>
6317
6318 * gdb.base/continue-after-aborted-step-over.c: New.
6319 * gdb.base/continue-after-aborted-step-over.exp: New.
6320
6321 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6322
6323 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6324 options when not creating an executable.
6325
6326 2018-01-11 Pedro Alves <palves@redhat.com>
6327
6328 PR remote/22597
6329 * gdb.server/stop-reply-no-thread.c: New file.
6330 * gdb.server/stop-reply-no-thread.exp: New file.
6331
6332 2018-01-10 Pedro Alves <palves@redhat.com>
6333
6334 PR gdb/22670
6335 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6336 functions too. Test setting breakpoints and printing C functions
6337 with no debug info too.
6338 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6339
6340 2018-01-10 Pedro Alves <palves@redhat.com>
6341
6342 PR gdb/22670
6343 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6344 a fail.
6345
6346 2018-01-10 Pedro Alves <palves@redhat.com>
6347
6348 PR gdb/22670
6349 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6350
6351 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6352
6353 * gdb.server/unittest.exp: Match the output in non-development
6354 mode.
6355
6356 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6357
6358 * gdb.gdb/unittest.exp: Match output in non-development mode.
6359
6360 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6361
6362 * gdb.ada/access_tagged_param.exp: Relax expected output
6363 for value of "ObjL" in "continue" to pck.inspect breakpoint
6364 test.
6365
6366 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6367
6368 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6369 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6370
6371 2018-01-05 Pedro Alves <palves@redhat.com>
6372
6373 PR gdb/18653
6374 * gdb.base/libsegfault.exp: New.
6375
6376 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6377
6378 PR gdb/22670
6379 * gdb.ada/access_tagged_param.exp: New file.
6380 * gdb.ada/access_tagged_param/foo.adb: New file.
6381
6382 2018-01-05 Pedro Alves <palves@redhat.com>
6383
6384 PR gdb/22670
6385 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6386 exercise lower case too, and to exercise both full matching and
6387 wild matching.
6388
6389 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6390
6391 * gdb.ada/rename_subscript_param: New testcase.
6392
6393 2018-01-05 Jerome Guitton <guitton@adacore.com>
6394
6395 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6396
6397 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6398
6399 * gdb.ada/convvar_comp: New testcase.
6400
6401 2018-01-05 Xavier Roirand <roirand@adacore.com>
6402
6403 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6404 (My_Table): New global variable.
6405 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6406
6407 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6408
6409 PR gdb/22670
6410 * gdb.ada/maint_with_ada: New testcase.
6411
6412 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6413
6414 PR gdb/22670
6415 * gdb.ada/bp_c_mixed_case: New testcase.
6416
6417 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6418
6419 PR gdb/22670
6420 * gdb.ada/complete.exp: Add "complete break ada" test.
6421
6422 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6423
6424 PR gdb/22670
6425 * gdb.ada/info_addr_mixed_case: New testcase.
6426
6427 2018-01-03 Xavier Roirand <roirand@adacore.com>
6428
6429 * gdb.ada/excep_handle.exp: New testcase.
6430 * gdb.ada/excep_handle/foo.adb: New file.
6431 * gdb.ada/excep_handle/pck.ads: New file.
6432
6433 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6434
6435 * gdb.base/step-line.c: Add extra empty line in copyright header.
6436 * gdb.base/step-line.inp: Likewise.
6437
6438 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6439
6440 * gdb.ada/dyn_stride.exp: Add slice test.
6441
6442 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6443
6444 * gdb.ada/dyn_stride: New testcase.
6445
6446 2017-12-27 Stafford Horne <shorne@gmail.com>
6447
6448 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6449 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6450
6451 2017-12-27 Stafford Horne <shorne@gmail.com>
6452
6453 * gdb.base/reggroups.c: New file.
6454 * gdb.base/reggroups.exp: New file.
6455
6456 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6457
6458 * gdb.dwarf2/ada-valprint-error.c: New file.
6459 * gdb.dwarf2/ada-valprint-error.exp: New file.
6460
6461 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6462
6463 * gdb.ada/assign_arr: New testcase.
6464
6465 2017-12-18 Xavier Roirand <roirand@adacore.com>
6466
6467 * gdb.ada/funcall_ptr: New testcase.
6468
6469 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6470
6471 PR cli/16224
6472 * gdb.base/ptype-offsets.cc: New file.
6473 * gdb.base/ptype-offsets.exp: New file.
6474
6475 2017-12-15 Yao Qi <yao.qi@linaro.org>
6476
6477 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6478 if XML is disabled.
6479
6480 2017-12-15 Xavier Roirand <roirand@adacore.com>
6481
6482 * gdb.ada/same_component_name: New testcase.
6483
6484 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6485
6486 * gdb.ada/str_binop_equal: New testcase.
6487
6488 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6489
6490 * gdb.ada/task_switch_in_core: New testcase.
6491
6492 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6493
6494 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6495 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6496 call test_bkpt_qualified.
6497 (test_bkpt_qualified): New proc.
6498
6499 2017-12-13 Pedro Alves <palves@redhat.com>
6500
6501 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6502 Tighten regexp by matching with an anchor.
6503
6504 2017-12-13 Pedro Alves <palves@redhat.com>
6505
6506 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6507 ("expression with namespace"): New set of tests.
6508 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6509 (Nested::Test_NS::qux): New.
6510 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6511 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6512
6513 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6514
6515 * gdb.base/server-del-break.c: New file.
6516 * gdb.base/server-del-break.exp: New file.
6517
6518 2017-12-12 Stafford Horne <shorne@gmail.com>
6519
6520 * gdb.xml/tdesc-regs.exp: Add or1k support.
6521
6522 2017-12-12 Stafford Horne <shorne@gmail.com>
6523
6524 * gdb.base/bp-permanent.c: Define nop of or1k.
6525
6526 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6527
6528 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6529 output with components being reordered.
6530
6531 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6532
6533 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6534 output with components being reordered.
6535
6536 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6537 Pedro Alves <palves@redhat.com>
6538
6539 * gdb.base/maint.exp (check for .gdb_index): Check also for
6540 .debug_names.
6541 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6542 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6543 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6544 (.gdb_index used after symbol reloading): Support also .debug_names.
6545 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6546
6547 2017-12-08 Yao Qi <yao.qi@linaro.org>
6548
6549 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6550 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6551
6552 2017-12-08 Yao Qi <yao.qi@linaro.org>
6553
6554 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6555 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6556
6557 2017-12-08 Yao Qi <yao.qi@linaro.org>
6558
6559 * gdb.arch/aarch64-tagged-pointer.c: New file.
6560 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6561
6562 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6563
6564 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6565 "int".
6566
6567 2017-12-07 Keith Seitz <keiths@redhat.com>
6568
6569 PR breakpoints/22569
6570 * gdb.linespec/ls-errs.exp: Change expected result of "break
6571 -source this file has spaces.c -line 3".
6572 Check that an explicit source file followed by whitespace is
6573 identified as an invalid explicit location.
6574
6575 2017-12-07 Keith Seitz <keiths@redhat.com>
6576
6577 * gdb.cp/nested-types.cc: New file.
6578 * gdb.cp/nested-types.exp: New file.
6579 * lib/cp-support.exp: Load data-structures.exp library.
6580 (debug_cp_test_ptype_class): New global.
6581 (cp_ptype_class_verbose, next_line): New procedures.
6582 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6583 Add and document new return value.
6584 Switch the list of lines to a queue.
6585 Add support for new `type' key for nested type definitions.
6586 Add debugging/troubleshooting messages.
6587 * lib/data-structures.exp: New file.
6588
6589 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6590
6591 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6592 with proc_with_prefix, don't use with_test_prefix.
6593
6594 2017-12-07 Tom Tromey <tom@tromey.com>
6595
6596 * gdb.base/break.exp: Add test for empty "commands".
6597
6598 2017-12-07 Yao Qi <yao.qi@linaro.org>
6599
6600 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6601 malloc and catch syscall.
6602
6603 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6604
6605 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6606 tests for explicit locations.
6607
6608 2017-12-06 Pedro Alves <palves@redhat.com>
6609
6610 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6611 force-disabling XML descriptions.
6612
6613 2017-12-04 Pedro Alves <palves@redhat.com>
6614
6615 PR gdb/22499
6616 * gdb.arch/amd64-disp-step-avx.S: New file.
6617 * gdb.arch/amd64-disp-step-avx.exp: New file.
6618
6619 2017-12-03 Pedro Alves <palves@redhat.com>
6620
6621 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6622 and <string.h>.
6623 (parent_function): Print distinct messages when waitpid fails, or
6624 the child exits with a signal, or the child exits for an unhandled
6625 reason.
6626 * gdb.threads/process-dies-while-detaching.exp
6627 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6628 it. Wait for both inferior output and GDB's prompt. Use an
6629 indirect spawn id list.
6630 (do_detach): New parameter 'child_exit'. Use it to compute
6631 expected inferior output.
6632 (test_detach, test_detach_watch, test_detach_killed_outside):
6633 Adjust to pass down the expected child exit kind.
6634
6635 2017-12-01 Joel Brobecker <brobecker@adacore.com>
6636 Sergio Durigan Junior <sergiodj@redhat.com>
6637 Pedro Alves <palves@redhat.com>
6638
6639 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6640
6641 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6642
6643 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6644 to 'symbol-file' and 'add-symbol-file' can be
6645 position-independent.
6646
6647 2017-12-01 Yao Qi <yao.qi@linaro.org>
6648
6649 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6650 the URL in copyright header.
6651 * gdb.arch/aarch64-fp.exp: Likewise.
6652 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6653 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6654 * gdb.base/expand-psymtabs.exp: Likewise.
6655 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6656 * gdb.fortran/common-block.exp: Likewise.
6657 * gdb.fortran/common-block.f90: Likewise.
6658 * gdb.fortran/logical.exp: Likewise.
6659 * gdb.fortran/vla-datatypes.f90: Likewise.
6660 * gdb.fortran/vla-sub.f90: Likewise.
6661
6662 2017-11-30 Joel Brobecker <brobecker@adacore.com>
6663
6664 * gdb.ada/repeat_dyn: New testcase.
6665
6666 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6667
6668 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6669 Update for changed thread numbering.
6670 * gdb.cell/bt.exp: Update for changed GDB output.
6671
6672 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6673
6674 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6675 setting isremote by hand.
6676 * boards/dwarf4-gdb-index.exp: Likewise.
6677 * boards/fission.exp: Likewise.
6678 * boards/stabs.exp: Likewise.
6679
6680 2017-11-30 Pedro Alves <palves@redhat.com>
6681
6682 * gdb.linespec/cpls-ops.exp
6683 (check_explicit_skips_function_argument): Extract the underlying
6684 type of size_t instead of hardcoding it.
6685
6686 2017-11-29 Pedro Alves <palves@redhat.com>
6687
6688 PR c++/19436
6689 * gdb.linespec/cpls-abi-tag.cc: New file.
6690 * gdb.linespec/cpls-abi-tag.exp: New file.
6691
6692 2017-11-29 Pedro Alves <palves@redhat.com>
6693
6694 * gdb.base/langs.exp: Use -qualified.
6695 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6696 it.
6697 * gdb.cp/namespace.exp: Use -qualified.
6698 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6699 (overload-3, template-overload, template-ret-type, const-overload)
6700 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6701 procedures.
6702 (test_driver): Call them.
6703 * gdb.cp/save-bp-qualified.cc: New.
6704 * gdb.cp/save-bp-qualified.exp: New.
6705 * gdb.linespec/explicit.exp: Test -qualified.
6706 * lib/completion-support.exp (completion::explicit_opts_list): Add
6707 "-qualified".
6708 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6709
6710 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6711
6712 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6713
6714 2017-11-29 Tom Tromey <tom@tromey.com>
6715
6716 * gdb.base/relocate.exp: Update invalid argument test.
6717 Add new tests for invalid arguments.
6718
6719 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6720
6721 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6722 Return 0 as a long.
6723 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6724
6725 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6726
6727 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6728 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6729 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6730 func ().
6731 * gdb.cp/shadow.cc (B.func): Return 0.
6732
6733 2017-11-27 Joel Brobecker <brobecker@adacore.com>
6734
6735 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6736 expected output in gdb_expect call to allow the exception
6737 message to be present as well. Fix syntax confusion to avoid
6738 TCL thinking that exception_name is an array.
6739
6740 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6741
6742 * gdb.arch/spu-info.c: Include <unistd.h>.
6743 (do_signal_test): Fix broken calls to write.
6744 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6745 Fix checks for empty mailboxes. Update signal tests for corrected
6746 do_signal_test routine. Allow nonzero event status.
6747 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6748 * gdb.cell/arch.exp: Use standard_output_file.
6749 * gdb.cell/break.exp: Likewise.
6750 * gdb.cell/bt.exp: Likewise.
6751 * gdb.cell/core.exp: Likewise.
6752 * gdb.cell/dwarfaddr.exp: Likewise.
6753 * gdb.cell/ea-cache.exp: Likewise.
6754 * gdb.cell/ea-standalone.exp: Likewise.
6755 * gdb.cell/f-regs.exp: Likewise.
6756 * gdb.cell/fork.exp: Likewise.
6757 * gdb.cell/gcore.exp: Likewise.
6758 * gdb.cell/mem-access.exp: Likewise.
6759 * gdb.cell/ptype.exp: Likewise.
6760 * gdb.cell/registers.exp: Likewise.
6761 * gdb.cell/sizeof.exp: Likewise.
6762 * gdb.cell/solib-symbol.exp: Likewise.
6763 * gdb.cell/solib.exp: Likewise.
6764
6765 2017-11-25 Pedro Alves <palves@redhat.com>
6766
6767 * gdb.base/complete-empty.exp: New file.
6768 * gdb.base/completion.exp: Adjust.
6769
6770 2017-11-25 Pedro Alves <palves@redhat.com>
6771
6772 * gdb.linespec/cpls-ops.cc: New file.
6773 * gdb.linespec/cpls-ops.exp: New file.
6774 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6775 factored out from ...
6776 (test_complete_prefix_range): ... this.
6777
6778 2017-11-24 Pedro Alves <palves@redhat.com>
6779
6780 * gdb.linespec/cpcompletion.exp: New file.
6781 * gdb.linespec/cpls-hyphen.cc: New file.
6782 * gdb.linespec/cpls.cc: New file.
6783 * gdb.linespec/cpls2.cc: New file.
6784 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6785 test to use test_gdb_complete_unique. Add label completion,
6786 keyword completion and explicit location completion tests.
6787 * lib/completion-support.exp: New file.
6788
6789 2017-11-24 Joel Brobecker <brobecker@adacore.com>
6790
6791 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6792 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6793 when hitting an exception catchpoint.
6794
6795 2017-11-22 Yao Qi <yao.qi@linaro.org>
6796
6797 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6798
6799 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6800
6801 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6802 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6803 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6804
6805 2017-11-22 Yao Qi <yao.qi@linaro.org>
6806
6807 * gdb.base/info-os.exp: Pass pthreads.
6808 * gdb.multi/multi-attach.exp: Likewise.
6809
6810 2017-11-22 Yao Qi <yao.qi@linaro.org>
6811
6812 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6813 compiler.
6814
6815 2017-11-22 Yao Qi <yao.qi@linaro.org>
6816
6817 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6818 * gdb.base/break-interp.exp: Likewise.
6819 * gdb.base/jit-attach-pie.exp: Likewise.
6820
6821 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6822
6823 * gdb.base/float128.c (large128): New variable.
6824 * gdb.base/float128.exp: Add test to print largest __float128 value.
6825
6826 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6827
6828 * gdb.arch/vsx-regs.exp: Update register content checks.
6829
6830 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6831
6832 * gdb.arch/ppc-longdouble.exp: New file.
6833 * gdb.arch/ppc-longdouble.c: Likewise.
6834
6835 2017-11-21 Pedro Alves <palves@redhat.com>
6836
6837 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6838
6839 2017-11-20 Pedro Alves <palves@redhat.com>
6840
6841 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6842 (long_double_typedef): New typedefs.
6843 Use DEF on double and long double.
6844 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6845 cases.
6846 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6847 and 'long_double_ptr_same_size' locals. Use them to decide
6848 whether cast from array/function to float is valid/invalid.
6849
6850 2017-11-17 Tom Tromey <tom@tromey.com>
6851
6852 * gdb.rust/traits.rs: New file.
6853 * gdb.rust/traits.exp: New file.
6854
6855 2017-11-17 Joel Brobecker <brobecker@adacore.com>
6856
6857 * gdb.ada/minsyms: New testcase.
6858
6859 2017-11-16 Pedro Alves <palves@redhat.com>
6860
6861 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6862 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6863
6864 2017-11-16 Pedro Alves <palves@redhat.com>
6865
6866 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6867 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6868
6869 2017-11-16 Pedro Alves <palves@redhat.com>
6870
6871 * gdb.server/reconnect-ctrl-c.c: New file.
6872 * gdb.server/reconnect-ctrl-c.exp: New file.
6873
6874 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6875
6876 * gdb.python/py-rbreak.exp: New file.
6877 * gdb.python/py-rbreak.c: New file.
6878 * gdb.python/py-rbreak-func2.c: New file.
6879
6880 2017-11-16 Pedro Alves <palves@redhat.com>
6881
6882 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6883 pattern.
6884 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6885 GDB.
6886
6887 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6888
6889 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6890 regex.
6891
6892 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6893
6894 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6895 test names.
6896
6897 2017-11-09 Pedro Alves <palves@redhat.com>
6898
6899 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6900 factored out from ...
6901 (top level): ... here, and adjusted to avoid expecting beyond the
6902 prompt in a single gdb_test_multiple.
6903
6904 2017-11-09 Pedro Alves <palves@redhat.com>
6905
6906 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6907 output.
6908 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6909 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6910 * gdb.server/ext-run.exp ("kill" test): Likewise.
6911 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6912
6913 2017-11-09 Pedro Alves <palves@redhat.com>
6914
6915 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6916 match till end of line.
6917
6918 2017-11-09 Pedro Alves <palves@redhat.com>
6919
6920 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6921
6922 2017-11-09 Pedro Alves <palves@redhat.com>
6923
6924 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6925 New procedures, factored out from ...
6926 (top level): ... here, and adjusted to avoid expecting beyond the
6927 prompt in one go.
6928
6929 2017-11-09 Pedro Alves <palves@redhat.com>
6930
6931 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6932 output. Fix '?' match.
6933
6934 2017-11-08 Joel Brobecker <brobecker@adacore.com>
6935
6936 * gdb.ada/scoped_watch: New testcase.
6937 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6938 which is actually correct.
6939 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6940 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6941
6942 2017-11-08 Pedro Alves <palves@redhat.com>
6943
6944 * gdb.gdb/complaints.exp (test_initial_complaints)
6945 (test_serial_complaints, test_short_complaints): Call
6946 complaint_internal instead of complaint.
6947
6948 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6949
6950 * gdb.threads/tls-core.c: New file.
6951 * gdb.threads/tls-core.exp: Likewise.
6952
6953 2017-11-08 Pedro Alves <palves@redhat.com>
6954
6955 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6956 (p Exported_Capitalized): New test.
6957 (p exported_capitalized): New test.
6958
6959 2017-11-07 Pedro Alves <palves@redhat.com>
6960
6961 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6962
6963 2017-11-07 Pedro Alves <palves@redhat.com>
6964
6965 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6966 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6967 (disable_invalid, disable_inverted, disable_negative): New
6968 procedures.
6969 ("bad numbers"): New set of tests.
6970
6971 2017-11-07 Pedro Alves <palves@redhat.com>
6972
6973 * gdb.cp/ena-dis-br-range.exp: Add tests.
6974
6975 2017-11-07 Pedro Alves <palves@redhat.com>
6976
6977 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6978
6979 2017-11-07 Xavier Roirand <roirand@adacore.com>
6980 Pedro Alves <palves@redhat.com>
6981
6982 * gdb.base/ena-dis-br.exp: Add reference to
6983 gdb.cp/ena-dis-br-range.exp.
6984 * gdb.cp/ena-dis-br-range.exp: New file.
6985 * gdb.cp/ena-dis-br-range.cc: New file.
6986
6987 2017-11-06 Pedro Alves <palves@redhat.com>
6988
6989 * gdb.base/attach-non-pgrp-leader.c: New.
6990 * gdb.base/attach-non-pgrp-leader.exp: New.
6991
6992 2017-11-06 Pedro Alves <palves@redhat.com>
6993
6994 * configure.ac: No longer check for termio.h and sgtty.h.
6995 * configure: Regenerate.
6996 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6997 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6998 Remove termio and sgtty code.
6999
7000 2017-11-03 Yao Qi <yao.qi@linaro.org>
7001
7002 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7003 in GDB is disabled.
7004
7005 2017-11-03 Yao Qi <yao.qi@linaro.org>
7006
7007 * gdb.python/py-thrhandle.exp: Skip it if python is not
7008 enabled.
7009
7010 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7011
7012 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7013 as a breakpoint command.
7014
7015 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7016
7017 PR python/21213
7018 * gdb.python/py-infthread.exp: Test calling
7019 InferiorThread.inferior () multiple times in a row.
7020
7021 2017-10-27 Keith Seitz <keiths@redhat.com>
7022
7023 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7024 Test "info break" for every inlined function breakpoint.
7025
7026 2017-10-27 Yao Qi <yao.qi@linaro.org>
7027
7028 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7029
7030 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7031
7032 * gdb.cp/classes.exp (test_static_members): Test printing
7033 Outer::instance.
7034 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7035 (Inner::instance, Outer::instance): New.
7036
7037 2017-10-24 Pedro Alves <palves@redhat.com>
7038
7039 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7040 extra console" test in two stages.
7041
7042 2017-10-24 Pedro Alves <palves@redhat.com>
7043
7044 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7045
7046 2017-10-24 Pedro Alves <palves@redhat.com>
7047
7048 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7049 loop.
7050
7051 2017-10-24 Pedro Alves <palves@redhat.com>
7052
7053 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7054 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7055
7056 2017-10-24 Pedro Alves <palves@redhat.com>
7057
7058 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7059 parameter and handle it. Don't output read value in test name.
7060
7061 2017-10-24 Pedro Alves <palves@redhat.com>
7062
7063 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7064 custom test name.
7065
7066 2017-10-24 Pedro Alves <palves@redhat.com>
7067
7068 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7069 include the unstable output directory name in the test's name.
7070 (initial_setup_simple) <'set args'>: Use custom test name.
7071
7072 2017-10-24 Pedro Alves <palves@redhat.com>
7073
7074 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7075 with explicit test name.
7076
7077 2017-10-20 Pedro Alves <palves@redhat.com>
7078
7079 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7080 'wait -i'. Use gdb_assert and remote_close.
7081
7082 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7083
7084 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7085 number from variable rather than hard-coded.
7086
7087 2017-10-19 Pedro Alves <palves@redhat.com>
7088
7089 * gdb.base/long-inferior-output.c: New file.
7090 * gdb.base/long-inferior-output.exp: New file.
7091
7092 2017-11-18 Keith Seitz <keiths@redhat.com>
7093
7094 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7095 method.
7096 (main): Call it.
7097 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7098 Add additional user-defined conversion operator tests.
7099
7100 2017-10-17 Pedro Alves <palves@redhat.com>
7101
7102 * boards/native-stdio-gdbserver.exp: Load "local-board".
7103
7104 2017-10-17 Pedro Alves <palves@redhat.com>
7105
7106 * gdb.base/quit-live.c: New file.
7107 * gdb.base/quit-live.exp: New file.
7108
7109 2017-10-16 Keith Seitz <keiths@redhat.com>
7110
7111 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7112 (class_with_protected_typedef, class_with_private_typedef)
7113 (struct_with_public_typedef, struct_with_protected_typedef)
7114 (struct_with_private_typedef): New classes/structs.
7115 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7116 typedefs and access specifiers.
7117
7118 2017-10-16 Pedro Alves <palves@redhat.com>
7119 Simon Marchi <simon.marchi@polymtl.ca>
7120
7121 * README (Local vs Remote vs Native): New section.
7122 * boards/local-board.exp: New file, with bits factored out from
7123 ...
7124 * boards/native-extended-gdbserver.exp: ... here. Load
7125 "local-board".
7126 * boards/native-gdbserver.exp: Load "local-board".
7127 (${board}_spawn, ${board}_exec): Delete.
7128 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7129 ...
7130 * boards/stdio-gdbserver-base.exp: ... this new file.
7131 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7132 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7133 procedure.
7134 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7135 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7136 stdio_gdbserver_command.
7137 (${board}_get_remote_address, ${board}_get_comm_port)
7138 (${board}_download, ${board}_upload): Delete.
7139 (get_target_remote_pipe_cmd): New.
7140
7141 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7142
7143 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7144 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7145 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7146 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7147 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7148 remove with_test_prefix.
7149
7150 2017-10-13 Pedro Alves <palves@redhat.com>
7151
7152 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7153 * gdb.base/annota1.exp: Use it instead of is_remote.
7154 * gdb.base/annota3.exp: Use it instead of is_remote.
7155 * gdb.cp/annota2.exp: Use it instead of is_remote.
7156 * gdb.cp/annota3.exp: Use it instead of is_remote.
7157 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7158
7159 2017-10-13 Pedro Alves <palves@redhat.com>
7160
7161 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7162 (test_num_test_vars, run_and_count_vars, find_env)
7163 (test_set_unset_env, test_inherit_env_var): New procedures.
7164 (top level): Use them.
7165
7166 2017-10-13 Pedro Alves <palves@redhat.com>
7167
7168 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7169 also skip on stub-like targets.
7170
7171 2017-10-13 Pedro Alves <palves@redhat.com>
7172
7173 PR gdb/22293
7174 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7175 (top level): Move some tests to ...
7176 (test_not_found): ... this new procedure.
7177 (top level): Call it.
7178
7179 2017-10-13 Pedro Alves <palves@redhat.com>
7180
7181 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7182 expect different "info terminal" output if testing with a
7183 non-native target.
7184
7185 2017-10-13 Pedro Alves <palves@redhat.com>
7186 Simon Marchi <simon.marchi@polymtl.ca>
7187
7188 PR python/12966
7189 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7190
7191 2017-10-13 Pedro Alves <palves@redhat.com>
7192
7193 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7194 already.
7195
7196 2017-10-13 Pedro Alves <palves@redhat.com>
7197
7198 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7199 is_remote.
7200
7201 2017-10-13 Pedro Alves <palves@redhat.com>
7202
7203 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7204 is_remote.
7205
7206 2017-10-13 Pedro Alves <palves@redhat.com>
7207
7208 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7209 is set.
7210 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7211 instead of is_remote.
7212
7213 2017-10-13 Pedro Alves <palves@redhat.com>
7214
7215 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7216 (top level): Add comment.
7217
7218 2017-10-13 Pedro Alves <palves@redhat.com>
7219
7220 * gdb.base/remote.exp (top level): Fix comment typo and add
7221 missing return.
7222
7223 2017-10-13 Pedro Alves <palves@redhat.com>
7224 Simon Marchi <simon.marchi@polymtl.ca>
7225
7226 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7227 calls and add comments. Skip test if use_gdb_stub is set.
7228 (top level): Use "set cwd" command instead of "cd" command.
7229
7230 2017-10-13 Pedro Alves <palves@redhat.com>
7231
7232 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7233 is_remote target check.
7234
7235 2017-10-13 Pedro Alves <palves@redhat.com>
7236
7237 * gdb.base/scope.exp: Use build_executable + clean_restart +
7238 gdb_file_cmd instead of prepare_for_testing and no longer skip
7239 "before run" tests on is_remote target boards. Update comments.
7240 * boards/native-extended-gdbserver.exp
7241 (extended_gdbserver_load_last_file): New, factored out from ...
7242 (gdb_load): ... this. Move further below and add comment.
7243 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7244
7245 2017-10-12 Pedro Alves <palves@redhat.com>
7246
7247 * gdb.base/attach.exp: Remove references to gdb64.
7248 * gdb.base/dbx.exp: Remove references to gdb64.
7249
7250 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7251 Pedro Alves <palves@redhat.com>
7252
7253 * gdb.base/label.exp: Remove is_remote target check.
7254
7255 2017-10-12 Pedro Alves <palves@redhat.com>
7256
7257 * gdb.base/auvx.exp (coredir): Update comment.
7258 (top level) <core_works>: Use "set cwd" command instead of "cd"
7259 command.
7260
7261 2017-10-12 Pedro Alves <palves@redhat.com>
7262 Simon Marchi <simon.marchi@polymtl.ca>
7263
7264 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7265 target boards.
7266
7267 2017-10-12 Pedro Alves <palves@redhat.com>
7268 Simon Marchi <simon.marchi@polymtl.ca>
7269
7270 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7271 Instead skip if there's any gdb_protocol set.
7272
7273 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7274 Pedro Alves <palves@redhat.com>
7275
7276 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7277
7278 2017-10-12 Pedro Alves <palves@redhat.com>
7279 Simon Marchi <simon.marchi@polymtl.ca>
7280
7281 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7282 instead of on dejagnu remote boards.
7283
7284 2017-10-12 Pedro Alves <palves@redhat.com>
7285 Simon Marchi <simon.marchi@polymtl.ca>
7286
7287 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7288 checks. Use build_executable + clean_restart instead of
7289 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7290 of enabling non-stop after starting gdb.
7291
7292 2017-10-12 Pedro Alves <palves@redhat.com>
7293
7294 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7295 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7296 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7297 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7298
7299 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7300
7301 * gdb.arch/arc-tdesc-cpu.exp: New file.
7302 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7303
7304 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7305
7306 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7307
7308 2017-10-10 Pedro Alves <palves@redhat.com>
7309
7310 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7311 expect CLI output.
7312
7313 2017-10-10 Pedro Alves <palves@redhat.com>
7314
7315 * lib/selftest-support.exp (selftest_setup): Update for
7316 captured_command_loop's prototype change.
7317
7318 2017-10-09 Pedro Alves <palves@redhat.com>
7319
7320 Test both arch1=>arch2 and arch2=>arch1.
7321
7322 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7323 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7324 factored out to...
7325 (append_arch1_options, append_arch2_options, append_arch_options)
7326 (build_executables): New procedures.
7327 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7328 local.
7329 (top level): Add new 'first_arch' testing axis.
7330
7331 2017-10-09 Pedro Alves <palves@redhat.com>
7332
7333 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7334 (barrier): New.
7335 (thread_start, all_started): New functions.
7336 (main): Spawn new thread and wait until it is scheduled.
7337 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7338 option.
7339 (do_test): Add 'selected_thread' parameter. Run to all_started
7340 instead of main. Explicitly set the breakpoint at main. Switch
7341 to the SELECTED_THREAD thread.
7342 (top level): Test handling the exec event with either the main
7343 thread or the second thread selected.
7344
7345 2017-10-09 Pedro Alves <palves@redhat.com>
7346
7347 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7348 logic. Move STOP marker after the value checks.
7349 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7350 regexp.
7351
7352 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7353
7354 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7355
7356 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7357
7358 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7359 integer-to-dfp conversion.
7360 * gdb.base/dfp-test.exp: Likewise.
7361
7362 2017-10-04 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.multi/hangout.c: Include <unistd.h>.
7365 (hangout_loop): New function.
7366 (main): Call alarm. Call hangout_loop in a loop.
7367 * gdb.multi/hello.c: Include <unistd.h>.
7368 (hello_loop): New function.
7369 (main): Call alarm. Call hangout_loop in a loop.
7370 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7371 inferior with the other selected.
7372
7373 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7374
7375 * gdb.mi/list-thread-groups-available.exp: New file.
7376 * gdb.mi/list-thread-groups-available.c: New file.
7377
7378 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7379
7380 * gdb.base/set-cwd.exp: Make it available on
7381 native-extended-gdbserver.
7382
7383 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7384
7385 * gdb.base/set-cwd.c: New file.
7386 * gdb.base/set-cwd.exp: Likewise.
7387
7388 2017-10-02 Tom Tromey <tom@tromey.com>
7389
7390 PR rust/22236:
7391 * gdb.rust/simple.rs (main): New variable "fslice".
7392 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7393
7394 2017-10-02 Tom Tromey <tom@tromey.com>
7395
7396 * gdb.rust/simple.exp: Test ptype of a slice.
7397
7398 2017-10-02 Tom Tromey <tom@tromey.com>
7399
7400 * gdb.rust/simple.exp: Test index of slice.
7401
7402 2017-09-27 Tom Tromey <tom@tromey.com>
7403
7404 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7405
7406 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7407 Pedro Alves <palves@redhat.com>
7408
7409 * gdb.base/compare-sections.exp (get value of read-only section): Read
7410 as unsigned value.
7411 (corrupt read-only section): Likewise and don't set written if patching
7412 failed.
7413
7414 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7415
7416 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7417 files.
7418
7419 2017-09-20 Pedro Alves <palves@redhat.com>
7420
7421 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7422 symbol names in gdb's output.
7423 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7424
7425 2017-09-20 Pedro Alves <palves@redhat.com>
7426
7427 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7428 Rename to ...
7429 (test_list_ambiguous_symbol): ... this and add a symbol name
7430 parameter. Adjust.
7431 (test_list_ambiguous_function): Reimplement on top of
7432 test_list_ambiguous_symbol and also test listing ambiguous
7433 variables.
7434 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7435 (ambiguous_fun): ... this.
7436 (ambiguous_var): New.
7437 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7438 (ambiguous_fun): ... this.
7439 (ambiguous_var): New.
7440
7441 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7442
7443 * gdb.base/starti.c: New file.
7444 * gdb.base/starti.exp: New file.
7445 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7446
7447 2017-09-14 Pedro Alves <palves@redhat.com>
7448
7449 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7450 (top level): Use it instead of runto.
7451
7452 2017-09-11 Tom Tromey <tom@tromey.com>
7453
7454 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7455
7456 2017-09-11 Tom Tromey <tom@tromey.com>
7457
7458 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7459 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7460
7461 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7462
7463 * gdb.fortran/printing-types.exp: New file.
7464 * gdb.fortran/printing-types.exp: New file.
7465
7466 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7467
7468 * gdb.fortran/vla-ptype.exp: Fix typos.
7469 * gdb.fortran/vla-value.exp: Same.
7470
7471 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7472
7473 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7474 * gdb.mi/mi-var-child-f.exp: Likewise.
7475 * gdb.mi/mi-vla-fortran.exp: Likewise.
7476
7477 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7478 Christoph Weinmann <christoph.t.weinmann@intel.com>
7479 Bernhard Heckel <bernhard.heckel@intel.com>
7480
7481 * gdb.fortran/ptr-indentation.f90: New file.
7482 * gdb.fortran/ptr-indentation.exp: New file.
7483
7484 2017-09-05 Tom Tromey <tom@tromey.com>
7485
7486 PR gdb/22010:
7487 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7488
7489 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7490
7491 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7492
7493 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7494
7495 * gdb.threads/tls-nodebug-pie.c: New file.
7496 * gdb.threads/tls-nodebug-pie.exp: New file.
7497
7498 2017-09-05 Tom Tromey <tom@tromey.com>
7499
7500 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7501 for rust.
7502
7503 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7504
7505 * gdb.multi/multi-arch-exec.exp: Test with different
7506 "follow-exec-mode" settings.
7507 (do_test): New procedure.
7508
7509 2017-09-04 Pedro Alves <palves@redhat.com>
7510
7511 * gdb.base/func-static.c (S::method const, S::method volatile)
7512 (S::method volatile const): New methods.
7513 (c_s, v_s, cv_s): New instances.
7514 (main): Call method() on them.
7515 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7516 (cannot_resolve): New procedure.
7517 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7518 print-quote-unquoted columns.
7519 (do_test): Test printing each scope too.
7520
7521 2017-09-04 Pedro Alves <palves@redhat.com>
7522
7523 * gdb.base/local-static.exp: Also test with
7524 class::method::variable wholly quoted.
7525 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7526
7527 2017-09-04 Pedro Alves <palves@redhat.com>
7528
7529 * gdb.base/local-static.c: New.
7530 * gdb.base/local-static.cc: New.
7531 * gdb.base/local-static.exp: New.
7532
7533 2017-09-04 Pedro Alves <palves@redhat.com>
7534
7535 * gdb.asm/asm-source.exp: Add casts to int.
7536 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7537 (dataglobal64_1, dataglobal64_2): New globals.
7538 * gdb.base/nodebug.exp: Test different expressions involving the
7539 new globals, with print, whatis and ptype. Add casts to int.
7540 * gdb.base/solib-display.exp: Add casts to int.
7541 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7542 * gdb.cp/m-static.exp: Add cast to int.
7543 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7544 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7545 tls variable with no debug info without a cast. Test with a cast
7546 to int too.
7547 * gdb.trace/entry-values.exp: Add casts.
7548
7549 2017-09-04 Pedro Alves <palves@redhat.com>
7550
7551 * gdb.base/nodebug.exp: Test that ptype's error about functions
7552 with unknown return type includes the function name too.
7553
7554 2017-09-04 Pedro Alves <palves@redhat.com>
7555
7556 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7557 return type of munmap in infcall.
7558 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7559 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7560 type of ftell in infcall.
7561 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7562 type of getpid in infcall.
7563 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7564 infcall.
7565 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7566 Bail on failure to extract the pid.
7567 * gdb.base/nodebug.c: #include <stdint.h>.
7568 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7569 New functions.
7570 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7571 Change expected output of print/whatis/ptype with functions with
7572 no debug info. Test all supported languages. Call
7573 test_call_promotion.
7574 * gdb.compile/compile.exp: Adjust expected output to expect
7575 warning.
7576 * gdb.threads/siginfo-threads.exp: Likewise.
7577
7578 2017-09-04 Pedro Alves <palves@redhat.com>
7579
7580 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7581 "prototypes". Test calling float functions via prototyped and
7582 unprototyped function pointers.
7583 (perform_all_tests): New parameter "prototypes". Pass it down.
7584 (top level): Pass down "prototypes" parameter to
7585 perform_all_tests.
7586
7587 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7588
7589 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7590 Test with nested loops.
7591
7592 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7593
7594 * gdb.base/commands.exp: Call the new procedures.
7595 (loop_break_test, loop_continue_test): New procedures.
7596
7597 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7598
7599 * gdb.base/commands.exp: Call new procedure.
7600 (define_if_without_arg_test): New procedure.
7601
7602 2017-09-04 Pedro Alves <palves@redhat.com>
7603
7604 * gdb.base/list-ambiguous.exp: New file.
7605 * gdb.base/list-ambiguous0.c: New file.
7606 * gdb.base/list-ambiguous1.c: New file.
7607 * gdb.base/list.exp (test_list_range): Adjust expected output.
7608
7609 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7610
7611 * gdb.base/share-env-with-gdbserver.c: New file.
7612 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7613
7614 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7615
7616 * gdb.base/commands.exp (gdbvar_simple_if_test,
7617 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7618 progvar_simple_if_test, progvar_simple_while_test,
7619 progvar_complex_if_while_test, user_defined_command_test,
7620 user_defined_command_args_eval,
7621 user_defined_command_args_stack_test,
7622 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7623 temporary_breakpoint_commands,
7624 gdb_test_no_prompt, redefine_hook_test,
7625 redefine_backtrace_test): Remove "global gdb_prompt".
7626
7627 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7628
7629 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7630 New proc, call it from toplevel.
7631
7632 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7633
7634 PR remote/21852
7635 * gdb.server/normal.c: New file, copied from gdb.base.
7636 * gdb.server/run-without-local-binary.exp: New file.
7637
7638 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
7639
7640 * gdb.arch/sparc64-adi.exp: New file.
7641 * gdb.arch/sparc64-adi.c: New file.
7642
7643 2017-08-22 Pedro Alves <palves@redhat.com>
7644
7645 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7646 (top level): Add "list all overloads" tests.
7647
7648 2017-08-22 Tom Tromey <tom@tromey.com>
7649
7650 * gdb.gdb/xfullpath.exp: Remove.
7651
7652 2017-08-21 Pedro Alves <palves@redhat.com>
7653
7654 PR gdb/19487
7655 * gdb.base/symbol-alias.c: New.
7656 * gdb.base/symbol-alias2.c: New.
7657 * gdb.base/symbol-alias.exp: New.
7658
7659 2017-08-21 Pedro Alves <palves@redhat.com>
7660
7661 * gdb.base/dfp-test.c
7662 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7663 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7664 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7665 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7666 * gdb.base/whatis-ptype-typedefs.c: New.
7667 * gdb.base/whatis-ptype-typedefs.exp: New.
7668 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7669 (an_int, an_int_type, an_int_type2): New globals.
7670 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7671 involving typedefs and cast expressions.
7672 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7673 (lookup_typedefs_function): New.
7674 (typedefs_pretty_printers_dict): New.
7675 (top level): Register lookup_typedefs_function in
7676 gdb.pretty_printers.
7677
7678 2017-08-18 Yao Qi <yao.qi@linaro.org>
7679
7680 * gdb.server/unittest.exp: New.
7681
7682 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7683
7684 PR gdb/21954
7685 * gdb.base/environ.exp: Add test to check if 'unset environment'
7686 works.
7687
7688 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7689
7690 * lib/gdb.exp (universal_compile_options): New caching proc.
7691 (gdb_compile): Suppress GCC's coloring of messages.
7692
7693 2017-08-14 Tom Tromey <tom@tromey.com>
7694
7695 PR gdb/21675:
7696 * gdb.base/printcmds.exp (test_radices): New function.
7697 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7698 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7699 * lib/gdb.exp (get_integer_valueof): Use p/d.
7700
7701 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7702
7703 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7704 characters.
7705
7706 2017-08-05 Tom Tromey <tom@tromey.com>
7707
7708 * gdb.rust/simple.exp: Allow String to appear in a different
7709 namespace.
7710
7711 2017-07-26 Yao Qi <yao.qi@linaro.org>
7712
7713 * gdb.gdb/unittest.exp: Invoke command
7714 "maintenance check xml-descriptions".
7715
7716 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7717
7718 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7719 calling context.
7720 (hex128): Drop erroneous calculation of parameters.
7721
7722 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7723
7724 * gdb.python/py-unwind.exp: Disable stack protection when
7725 building test file.
7726
7727 2017-07-20 Pedro Alves <palves@redhat.com>
7728
7729 * gdb.base/default.exp (set language): Adjust expected output.
7730
7731 2017-07-20 Pedro Alves <palves@redhat.com>
7732
7733 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7734 (test_minsym): ... this, and make static.
7735 (get_pck__foo__bar__minsym): Rename to ...
7736 (get_test_minsym): ... this.
7737 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7738 symbol names and comments.
7739 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7740 (get_test_minsym): ... this.
7741 (pck__foo__bar__minsym__2): Rename to ...
7742 (test_minsym): ... this.
7743 (main): Adjust.
7744
7745 2017-07-17 Pedro Alves <palves@redhat.com>
7746
7747 * gdb.base/completion.exp: Adjust expected output.
7748 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7749 the completer works.
7750
7751 2017-07-17 Pedro Alves <palves@redhat.com>
7752
7753 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7754
7755 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7756
7757 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7758
7759 2017-07-14 Tom Tromey <tom@tromey.com>
7760
7761 PR rust/21764:
7762 * gdb.rust/simple.exp: Add tests.
7763
7764 2017-07-14 Tom Tromey <tom@tromey.com>
7765
7766 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7767
7768 2017-07-14 Pedro Alves <palves@redhat.com>
7769
7770 * gdb.linespec/base/one/thefile.cc (z1): New function.
7771 * gdb.linespec/base/two/thefile.cc (z2): New function.
7772 * gdb.linespec/linespec.exp: Add tests.
7773
7774 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7775
7776 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7777 to mi_create_breakpoint.
7778
7779 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7780
7781 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7782 mi_create_breakpoint.
7783
7784 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7785
7786 * gdb.dlang/demangle.exp: Update for demangling changes.
7787
7788 2017-07-09 Tom Tromey <tom@tromey.com>
7789
7790 * gdb.dwarf2/shortpiece.exp: New file.
7791
7792 2017-07-06 David Blaikie <dblaikie@gmail.com>
7793
7794 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7795 built from fissiont-multi-cu{1,2}.c.
7796 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7797 except putting 'main' and 'func' in separate CUs in the same DWO file.
7798 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7799 test.
7800 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7801 test.
7802
7803 2017-07-06 Pedro Alves <palves@redhat.com>
7804
7805 * gdb.python/py-unwind.exp: Test flushregs.
7806
7807 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7808
7809 PR cli/21688
7810 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7811 tests for alias commands and trailing whitespace.
7812
7813 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7814
7815 PR cli/21688
7816 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7817 procedure. Call it.
7818
7819 2017-06-29 Pedro Alves <palves@redhat.com>
7820
7821 * gdb.base/printcmds.exp: Add tests.
7822
7823 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7824
7825 PR gdb/21337
7826 * gdb.base/reread-readsym.exp: New file.
7827 * gdb.base/reread-readsym.c: New file.
7828
7829 2017-06-21 Kevin Buettner <kevinb@redhat.com>
7830
7831 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7832 subpattern.
7833
7834 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7835
7836 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7837 extended mnemonic.
7838 * gdb.arch/powerpc-power9.s: Likewise.
7839
7840 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7841
7842 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7843 on 32-bit x86 targets. Exploit is_*_target macros where
7844 appropriate.
7845
7846 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7847
7848 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7849 register pieces.
7850
7851 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7852
7853 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7854 located in one or more DWARF pieces.
7855
7856 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7857
7858 * lib/gdb.exp (get_endianness): New proc.
7859 * gdb.arch/aarch64-fp.exp: Use it.
7860 * gdb.arch/altivec-regs.exp: Likewise.
7861 * gdb.arch/e500-regs.exp: Likewise.
7862 * gdb.arch/vsx-regs.exp: Likewise.
7863 * gdb.base/dump.exp: Likewise.
7864 * gdb.base/funcargs.exp: Likewise.
7865 * gdb.base/gnu_vector.exp: Likewise.
7866 * gdb.dwarf2/formdata16.exp: Likewise.
7867 * gdb.dwarf2/implptrpiece.exp: Likewise.
7868 * gdb.dwarf2/nonvar-access.exp: Likewise.
7869 * gdb.python/py-inferior.exp: Likewise.
7870 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7871
7872 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7873
7874 PR gdb/21226
7875 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7876 stack value pieces are taken from the LSB end.
7877
7878 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7879
7880 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7881 variable at nonzero offset.
7882
7883 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7884
7885 * gdb.dwarf2/var-access.c: New file.
7886 * gdb.dwarf2/var-access.exp: New test.
7887 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7888
7889 2017-06-12 Tom Tromey <tom@tromey.com>
7890
7891 * gdb.dwarf2/formdata16.exp: Add tests.
7892
7893 2017-06-12 Tom Tromey <tom@tromey.com>
7894
7895 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7896
7897 2017-06-12 Tom Tromey <tom@tromey.com>
7898
7899 PR exp/16225:
7900 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7901 * gdb.arch/vsx-regs.exp: Update tests.
7902 * gdb.arch/s390-vregs.exp (hex128): New proc.
7903 Update test.
7904 * gdb.arch/altivec-regs.exp: Update tests.
7905
7906 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7907
7908 * gdb.base/startup-with-shell.c: New file.
7909 * gdb.base/startup-with-shell.exp: Likewise.
7910
7911 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7912
7913 * gdb.server/non-existing-program.exp: Update regex in order to
7914 reflect the fact that gdbserver is now using fork_inferior (with a
7915 shell) to startup the inferior.
7916
7917 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7918
7919 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7920 support function calls from GDB.
7921
7922 2017-05-21 Tom Tromey <tom@tromey.com>
7923
7924 PR rust/21466:
7925 * gdb.rust/unsized.exp: New file.
7926 * gdb.rust/unsized.rs: New file.
7927
7928 2017-05-19 Tom Tromey <tom@tromey.com>
7929
7930 PR rust/21484:
7931 * gdb.rust/watch.exp: New file.
7932 * gdb.rust/watch.rs: New file.
7933
7934 2017-05-18 Tom Tromey <tom@tromey.com>
7935
7936 * gdb.rust/simple.exp: Allow Box to be qualified.
7937
7938 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7939
7940 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7941
7942 2017-05-18 Pedro Alves <palves@redhat.com>
7943
7944 * gdb.base/fileio.c (test_write, test_read, test_close)
7945 (test_fstat): Don't print 'ret' in the fail path.
7946
7947 2017-05-18 Pedro Alves <palves@redhat.com>
7948
7949 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7950 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7951 (test_system, test_rename, test_unlink, test_time): Change
7952 prototypes.
7953 * gdb.base/fileio.exp (stop_msg): Adjust.
7954
7955 2017-05-18 Pedro Alves <palves@redhat.com>
7956
7957 * gdb.base/fileio.c (null_str): New global.
7958 (test_stat): Use it.
7959 * gdb.base/fileio.exp: Remove nowarnings.
7960
7961 2017-05-17 Yao Qi <yao.qi@linaro.org>
7962
7963 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7964
7965 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7966
7967 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7968 argument command.
7969 (top-level): Invoke test_set_inferior_tty.
7970
7971 2017-05-04 Pedro Alves <palves@redhat.com>
7972
7973 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7974 Add parens to print call for Python 3.
7975
7976 2017-05-03 Keith Seitz <keiths@redhat.com>
7977
7978 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7979 (main): Call it.
7980
7981 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7982
7983 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7984 to prev and next.
7985
7986 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7987
7988 * gdb.python/py-record-btrace.exp: Remove test for
7989 gdb.BtraceInstruction.error.
7990
7991 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7992
7993 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7994
7995 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7996
7997 * gdb.python/py-record-btrace-threads.c: New file.
7998 * gdb.python/py-record-btrace-threads.exp: New file.
7999
8000 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8001
8002 PR testsuite/8595
8003 * gdb.base/environ.exp: Make test available in all architectures.
8004 Move bits related to "info program" testing to
8005 gdb.base/info-program.exp. Rewrite tests to use the two new
8006 procedures mentione below.
8007 (test_set_show_env_var) New procedure.
8008 (test_set_show_env_var_equal): Likewise.
8009 * gdb.base/info-program.exp: New file.
8010
8011 2017-04-27 Keith Seitz <keiths@redhat.com>
8012
8013 * gdb.cp/oranking.cc (test15): New function.
8014 (main): Call test15 and declare additional variables for testing.
8015 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8016 "p foo101('abc')" tests.
8017 Add tests for cv qualifier overloads.
8018 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8019 "lvalue reference overload" test.
8020 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8021 "print value of f1 on Child&& in f2" test.
8022
8023 2017-04-19 Pedro Alves <palves@redhat.com>
8024
8025 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8026 procedure.
8027 (top level): Call it.
8028 * lib/gdb.exp (gdb_define_cmd): New procedure.
8029
8030 2017-04-12 Pedro Alves <palves@redhat.com>
8031
8032 PR gdb/21323
8033 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8034 (wchar): New global.
8035 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8036 (do_test_wide_char, wide_char_types_no_program, top level): Add
8037 wchar_t testing.
8038
8039 2017-04-12 Pedro Alves <palves@redhat.com>
8040
8041 PR c++/21323
8042 * gdb.cp/wide_char_types.c: New file.
8043 * gdb.cp/wide_char_types.exp: New file.
8044
8045 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8046
8047 PR gdb/21352
8048 * gdb.trace/tsv.exp: Add test for "tsave -r".
8049
8050 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8051
8052 * gdb.dlang/watch-loc.c: New file.
8053 * gdb.dlang/watch-loc.exp: New file.
8054
8055 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8056
8057 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8058
8059 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8060
8061 * gdb.arch/arc-analyze-prologue.S: New file.
8062 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8063
8064 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8065
8066 * gdb.arch/arc-decode-insn.S: New file.
8067 * gdb.arch/arc-decode-insn.exp: Likewise.
8068
8069 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8070
8071 PR tdep/20928
8072 * gdb.arch/sparc64-regs.exp: New file.
8073 * gdb.arch/sparc64-regs.S: Likewise.
8074
8075 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8076
8077 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8078 and memory view on Python 3.
8079
8080 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8081 Keith Seitz <keiths@redhat.com>
8082
8083 PR gdb/14441
8084 * gdb.cp/demangle.exp: Add rvalue reference tests.
8085 * gdb.cp/rvalue-ref-casts.cc: New file.
8086 * gdb.cp/rvalue-ref-casts.exp: New file.
8087 * gdb.cp/rvalue-ref-overload.cc: New file.
8088 * gdb.cp/rvalue-ref-overload.exp: New file.
8089 * gdb.cp/rvalue-ref-params.cc: New file.
8090 * gdb.cp/rvalue-ref-params.exp: New file.
8091 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8092 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8093 * gdb.cp/rvalue-ref-types.cc: New file.
8094 * gdb.cp/rvalue-ref-types.exp: New file.
8095 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8096 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8097
8098 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8099
8100 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8101 New procedure.
8102
8103 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8104
8105 * lib/mi-support.exp (mi_gdb_test): Add additional message
8106 for unexpected output.
8107
8108 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8109
8110 * gdb.base/examine-backward.c (Barrier): New character array
8111 constant, to ensure that TestStrings is preceded by a string
8112 terminator.
8113
8114 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8115
8116 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8117 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8118 and implicit pointer into such a location.
8119
8120 2017-03-16 Doug Evans <dje@google.com>
8121
8122 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8123
8124 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8125
8126 * gdb.cp/m-static.exp: Fix expectation for prototype of
8127 test5.single_constructor and single_constructor::single_constructor.
8128
8129 2017-03-16 Doug Evans <dje@google.com>
8130
8131 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8132 * gdb.guile/scm-lazy-string.c: New file.
8133 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8134 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8135 for pointer, array, typedef lazy strings.
8136
8137 2017-03-16 Doug Evans <dje@google.com>
8138
8139 PR python/17728, python/18439, python/18779
8140 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8141 * gdb.python/py-lazy-string.c (pointer): New typedef.
8142 (main): New locals ptr, array, typedef_ptr.
8143 * gdb.python/py-value.exp: Move lazy string tests to ...
8144 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8145 array, typedef lazy strings.
8146
8147 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8148
8149 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8150 Add optional 'test' parameter.
8151
8152 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8153
8154 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8155 Skip for versions of DejaGnu < 1.5.
8156
8157 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8158
8159 * lib/gdb.exp (dejagnu_version): New proc.
8160 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8161 Use dejagnu_version.
8162
8163 2017-03-10 Keith Seitz <keiths@redhat.com>
8164
8165 PR c++/8128
8166 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8167 type from destructor regexps.
8168 Add a branch which actually passes the test.
8169 Adjust "ptype t5i" test names.
8170
8171 2017-03-08 Pedro Alves <palves@redhat.com>
8172
8173 * gdb.base/step-over-exit.exp: Add explicit test message.
8174
8175 2017-03-08 Pedro Alves <palves@redhat.com>
8176
8177 PR gdb/18360
8178 * gdb.threads/interrupt-while-step-over.c: New file.
8179 * gdb.threads/interrupt-while-step-over.exp: New file.
8180
8181 2017-03-08 Pedro Alves <palves@redhat.com>
8182
8183 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8184 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8185
8186 2017-03-08 Pedro Alves <palves@redhat.com>
8187
8188 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8189 PKRU as not supported as a PASS.
8190
8191 2017-03-08 Pedro Alves <palves@redhat.com>
8192
8193 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8194 prefix instead of $binfile1/$binfile2.
8195 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8196 in test message.
8197 * gdb.python/py-completion.exp: Use "load python file" as test
8198 messages instead of unstable path names.
8199
8200 2017-03-08 Pedro Alves <palves@redhat.com>
8201 Jan Kratochvil <jan.kratochvil@redhat.com>
8202
8203 PR cli/21218
8204 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8205 New proc.
8206 (top level): Call it.
8207
8208 2017-03-08 Pedro Alves <palves@redhat.com>
8209
8210 PR tui/21216
8211 * gdb.tui/tui-nl-filtered-output.exp: New file.
8212
8213 2017-03-08 Pedro Alves <palves@redhat.com>
8214
8215 * gdb.base/completion.exp: Move TUI completion tests to ...
8216 * gdb.tui/completion.exp: ... this new file.
8217
8218 2017-03-08 Pedro Alves <palves@redhat.com>
8219
8220 * gdb.base/tui-disasm-long-lines.c,
8221 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8222 gdb.base/tui-layout.exp: Move to ...
8223 * gdb.tui/: ... this new directory.
8224
8225 2017-03-07 Pedro Alves <palves@redhat.com>
8226
8227 * gdb.base/tui-layout.c: New file.
8228 * gdb.base/tui-layout.exp: New file.
8229
8230 2017-03-07 Pedro Alves <palves@redhat.com>
8231
8232 * gdb.base/tui-layout.c: Rename to ...
8233 * gdb.base/tui-disasm-long-lines.c: ... this.
8234 * gdb.base/tui-layout.exp: Rename to ...
8235 * gdb.base/tui-disasm-long-lines.exp: ... this.
8236
8237 2017-03-07 Pedro Alves <palves@redhat.com>
8238
8239 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8240
8241 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8242
8243 * i386-mpx-call.c: New file.
8244 * i386-mpx-call.exp: New file.
8245
8246 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8247
8248 * gdb.arch/powerpc-power.exp: Delete test.
8249 * gdb.arch/powerpc-power.s: Likewise.
8250 * gdb.disasm/disassembler-options.exp: New test.
8251 * gdb.arch/powerpc-altivec.exp: Likewise.
8252 * gdb.arch/powerpc-altivec.s: Likewise.
8253 * gdb.arch/powerpc-altivec2.exp: Likewise.
8254 * gdb.arch/powerpc-altivec2.s: Likewise.
8255 * gdb.arch/powerpc-altivec3.exp: Likewise.
8256 * gdb.arch/powerpc-altivec3.s: Likewise.
8257 * gdb.arch/powerpc-power7.exp: Likewise.
8258 * gdb.arch/powerpc-power7.s: Likewise.
8259 * gdb.arch/powerpc-power8.exp: Likewise.
8260 * gdb.arch/powerpc-power8.s: Likewise.
8261 * gdb.arch/powerpc-power9.exp: Likewise.
8262 * gdb.arch/powerpc-power9.s: Likewise.
8263 * gdb.arch/powerpc-vsx.exp: Likewise.
8264 * gdb.arch/powerpc-vsx.s: Likewise.
8265 * gdb.arch/powerpc-vsx2.exp: Likewise.
8266 * gdb.arch/powerpc-vsx2.s: Likewise.
8267 * gdb.arch/powerpc-vsx3.exp: Likewise.
8268 * gdb.arch/powerpc-vsx3.s: Likewise.
8269 * gdb.arch/arm-disassembler-options.exp: Likewise.
8270 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8271 * gdb.arch/s390-disassembler-options.exp: Likewise.
8272
8273 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8274
8275 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8276 (check_supported_features): ... this. Changed return type to void.
8277 (supports_rdseed): New static global.
8278 (rdseed): Check supports_rdseed.
8279 (initialize): Call check_supported_features.
8280
8281 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8282
8283 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8284 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8285 and lqarx/stqcx.
8286 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8287 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8288
8289 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8290
8291 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8292 uppercase.
8293
8294 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8295
8296 * gdb.dwarf2/formdata16.c: New file.
8297 * gdb.dwarf2/formdata16.exp: New file.
8298 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8299
8300 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8301
8302 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8303 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8304 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8305 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8306 DW_AT_GNU_*.
8307
8308 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8309
8310 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8311
8312 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8313
8314 PR gdb/21164
8315 * gdb.base/maint.exp: Add testcases for when the commands do
8316 not have arguments.
8317
8318 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8319
8320 * gdb.cp/chained-calls.exp: Use p instead of P.
8321
8322 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8323
8324 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8325 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8326
8327 2017-02-14 Tom Tromey <tom@tromey.com>
8328
8329 PR python/13598:
8330 * gdb.python/py-events.exp: Add before_prompt event tests.
8331
8332 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8333
8334 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8335
8336 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8337
8338 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8339 (main): Call my_unique_function_name.
8340 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8341 completion of patterns with a single match.
8342 Add missing -re switches to gdb_test_multiple calls.
8343
8344 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8345
8346 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8347 return if core file is not recognized.
8348
8349 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8350
8351 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8352 and extra UIs.
8353
8354 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8355
8356 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8357 proc_with_prefix.
8358
8359 2017-02-10 Tom Tromey <tom@tromey.com>
8360
8361 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8362
8363 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8364
8365 PR gdb/21122
8366 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8367
8368 2017-02-08 Jerome Guitton <guitton@adacore.com>
8369
8370 * gdb.base/define.exp: Add test for command abbreviations
8371 in define.
8372
8373 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8374
8375 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8376 * gdb.reverse/insn-reverse-x86.c: New file.
8377
8378 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8379
8380 PR tdep/20936
8381 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8382
8383 2017-02-03 Tom Tromey <tom@tromey.com>
8384
8385 PR rust/21097:
8386 * gdb.rust/simple.exp: Add new tests.
8387
8388 2017-02-02 Pedro Alves <palves@redhat.com>
8389
8390 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8391 tests.
8392
8393 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8394
8395 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8396 taking a 2-byte value out of a 4-byte DWARF implicit value on
8397 big-endian targets.
8398 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8399 logic. Add test cases for DW_OP_implicit.
8400
8401 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8402
8403 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8404
8405 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8406
8407 * gdb.btrace/enable.exp: Call gdb_exit before
8408 skip_gdbserver_tests.
8409
8410 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8411
8412 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8413 GDBFLAGS.
8414
8415 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8416
8417 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8418 the test is skipped.
8419 * gdb.btrace/data.exp: Likewise.
8420 * gdb.btrace/delta.exp: Likewise.
8421 * gdb.btrace/dlopen.exp: Likewise.
8422 * gdb.btrace/enable-running.exp: Likewise.
8423 * gdb.btrace/enable.exp: Likewise.
8424 * gdb.btrace/exception.exp: Likewise.
8425 * gdb.btrace/function_call_history.exp: Likewise.
8426 * gdb.btrace/gcore.exp: Likewise.
8427 * gdb.btrace/instruction_history.exp: Likewise.
8428 * gdb.btrace/multi-thread-step.exp: Likewise.
8429 * gdb.btrace/nohist.exp: Likewise.
8430 * gdb.btrace/non-stop.exp: Likewise.
8431 * gdb.btrace/reconnect.exp: Likewise.
8432 * gdb.btrace/record_goto-step.exp: Likewise.
8433 * gdb.btrace/record_goto.exp: Likewise.
8434 * gdb.btrace/rn-dl-bind.exp: Likewise.
8435 * gdb.btrace/segv.exp: Likewise.
8436 * gdb.btrace/step.exp: Likewise.
8437 * gdb.btrace/stepi.exp: Likewise.
8438 * gdb.btrace/tailcall-only.exp: Likewise.
8439 * gdb.btrace/tailcall.exp: Likewise.
8440 * gdb.btrace/tsx.exp: Likewise.
8441 * gdb.btrace/unknown_functions.exp: Likewise.
8442 * gdb.btrace/vdso.exp: Likewise.
8443
8444 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8445
8446 * gdb.btrace/enable-running.c: New.
8447 * gdb.btrace/enable-running.exp: New.
8448
8449 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8450
8451 * gdb.arch/amd64-gs_base.c: New file.
8452 * gdb.arch/amd64-gs_base.exp: New file.
8453
8454 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8455
8456 * lib/memory.exp: Remove spurious empty newlines.
8457
8458 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8459
8460 * gdb.python/py-bad-printers.exp: Load python file using "source".
8461 * gdb.python/py-events.exp: Likewise.
8462 * gdb.python/py-evsignal.exp: Likewise.
8463 * gdb.python/py-evthreads.exp: Likewise.
8464 * gdb.python/py-frame-args.exp: Likewise.
8465 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8466 * gdb.python/py-framefilter-mi.exp: Likewise.
8467 * gdb.python/py-framefilter.exp: Likewise.
8468 * gdb.python/py-mi.exp: Likewise.
8469 * gdb.python/py-pp-maint.exp: Likewise.
8470 * gdb.python/py-pp-registration.exp: Likewise.
8471 * gdb.python/py-prettyprint.exp: Likewise.
8472 (run_lang_tests): Likewise.
8473 * gdb.python/py-typeprint.exp: Likewise.
8474
8475 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8476
8477 * lib/memory.exp: New file.
8478 * lib/gdb.exp: Load memory.exp.
8479 * gdb.base/memattr.exp (delete_memory): Move proc to
8480 lib/memory.exp and rename to delete_memory_regions.
8481 Replace delete_memory with delete_memory_regions.
8482 Cleanup memory regions before tests.
8483 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8484 before tests.
8485
8486 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8487
8488 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8489 files.
8490 (initialize): New function conditionally defined.
8491 (testcases): Move within conditional block.
8492 (main): Call initialize.
8493 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8494 of gdb.reverse/insn-reverse.c.
8495 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8496 gdb.reverse/insn-reverse.c.
8497
8498 2017-01-26 Yao Qi <yao.qi@linaro.org>
8499
8500 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8501 disassemble on address 0.
8502
8503 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8504 Yao Qi <yao.qi@linaro.org>
8505
8506 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8507 * gdb.dwarf2/implptr-64bit.S: Remove.
8508 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8509 variables in caller's context. Add DW_OP_implicit_value.
8510
8511 2017-01-25 Yao Qi <yao.qi@linaro.org>
8512
8513 * lib/dwarf.exp (Dwarf::_location): Handle
8514 DW_OP_GNU_implicit_pointer with proper size.
8515
8516 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8517
8518 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8519 and add untested calls.
8520
8521 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8522
8523 * gdb.python/python.exp: Check line number against what GDB thinks
8524 the line number is for func1.
8525
8526 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8527
8528 * gdb.dlang/debug-expr.exp: New file.
8529
8530 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
8531
8532 Fix test names for the following files:
8533
8534 * gdb.ada/exec_changed.exp
8535 * gdb.ada/info_types.exp
8536 * gdb.arch/aarch64-atomic-inst.exp
8537 * gdb.arch/aarch64-fp.exp
8538 * gdb.arch/altivec-abi.exp
8539 * gdb.arch/altivec-regs.exp
8540 * gdb.arch/amd64-byte.exp
8541 * gdb.arch/amd64-disp-step.exp
8542 * gdb.arch/amd64-dword.exp
8543 * gdb.arch/amd64-entry-value-inline.exp
8544 * gdb.arch/amd64-entry-value-param.exp
8545 * gdb.arch/amd64-entry-value-paramref.exp
8546 * gdb.arch/amd64-entry-value.exp
8547 * gdb.arch/amd64-i386-address.exp
8548 * gdb.arch/amd64-invalid-stack-middle.exp
8549 * gdb.arch/amd64-invalid-stack-top.exp
8550 * gdb.arch/amd64-optimout-repeat.exp
8551 * gdb.arch/amd64-prologue-skip.exp
8552 * gdb.arch/amd64-prologue-xmm.exp
8553 * gdb.arch/amd64-stap-special-operands.exp
8554 * gdb.arch/amd64-stap-wrong-subexp.exp
8555 * gdb.arch/amd64-tailcall-cxx.exp
8556 * gdb.arch/amd64-tailcall-noret.exp
8557 * gdb.arch/amd64-tailcall-ret.exp
8558 * gdb.arch/amd64-tailcall-self.exp
8559 * gdb.arch/amd64-word.exp
8560 * gdb.arch/arm-bl-branch-dest.exp
8561 * gdb.arch/arm-disp-step.exp
8562 * gdb.arch/arm-neon.exp
8563 * gdb.arch/arm-single-step-kernel-helper.exp
8564 * gdb.arch/avr-flash-qualifier.exp
8565 * gdb.arch/disp-step-insn-reloc.exp
8566 * gdb.arch/e500-abi.exp
8567 * gdb.arch/e500-regs.exp
8568 * gdb.arch/ftrace-insn-reloc.exp
8569 * gdb.arch/i386-avx512.exp
8570 * gdb.arch/i386-bp_permanent.exp
8571 * gdb.arch/i386-byte.exp
8572 * gdb.arch/i386-cfi-notcurrent.exp
8573 * gdb.arch/i386-disp-step.exp
8574 * gdb.arch/i386-dr3-watch.exp
8575 * gdb.arch/i386-float.exp
8576 * gdb.arch/i386-gnu-cfi.exp
8577 * gdb.arch/i386-mpx-map.exp
8578 * gdb.arch/i386-mpx-sigsegv.exp
8579 * gdb.arch/i386-mpx-simple_segv.exp
8580 * gdb.arch/i386-mpx.exp
8581 * gdb.arch/i386-permbkpt.exp
8582 * gdb.arch/i386-prologue.exp
8583 * gdb.arch/i386-signal.exp
8584 * gdb.arch/i386-size-overlap.exp
8585 * gdb.arch/i386-unwind.exp
8586 * gdb.arch/i386-word.exp
8587 * gdb.arch/mips-fcr.exp
8588 * gdb.arch/powerpc-d128-regs.exp
8589 * gdb.arch/powerpc-stackless.exp
8590 * gdb.arch/ppc64-atomic-inst.exp
8591 * gdb.arch/s390-stackless.exp
8592 * gdb.arch/s390-tdbregs.exp
8593 * gdb.arch/s390-vregs.exp
8594 * gdb.arch/sparc-sysstep.exp
8595 * gdb.arch/thumb-bx-pc.exp
8596 * gdb.arch/thumb-singlestep.exp
8597 * gdb.arch/thumb2-it.exp
8598 * gdb.arch/vsx-regs.exp
8599 * gdb.asm/asm-source.exp
8600 * gdb.base/a2-run.exp
8601 * gdb.base/advance.exp
8602 * gdb.base/all-bin.exp
8603 * gdb.base/anon.exp
8604 * gdb.base/args.exp
8605 * gdb.base/arithmet.exp
8606 * gdb.base/async-shell.exp
8607 * gdb.base/async.exp
8608 * gdb.base/attach-pie-noexec.exp
8609 * gdb.base/attach-twice.exp
8610 * gdb.base/auto-load.exp
8611 * gdb.base/bang.exp
8612 * gdb.base/bitfields.exp
8613 * gdb.base/break-always.exp
8614 * gdb.base/break-caller-line.exp
8615 * gdb.base/break-entry.exp
8616 * gdb.base/break-inline.exp
8617 * gdb.base/break-on-linker-gcd-function.exp
8618 * gdb.base/break-probes.exp
8619 * gdb.base/break.exp
8620 * gdb.base/breakpoint-shadow.exp
8621 * gdb.base/call-ar-st.exp
8622 * gdb.base/call-sc.exp
8623 * gdb.base/call-signal-resume.exp
8624 * gdb.base/call-strs.exp
8625 * gdb.base/callfuncs.exp
8626 * gdb.base/catch-fork-static.exp
8627 * gdb.base/catch-gdb-caused-signals.exp
8628 * gdb.base/catch-load.exp
8629 * gdb.base/catch-signal-fork.exp
8630 * gdb.base/catch-signal.exp
8631 * gdb.base/catch-syscall.exp
8632 * gdb.base/charset.exp
8633 * gdb.base/checkpoint.exp
8634 * gdb.base/chng-syms.exp
8635 * gdb.base/code-expr.exp
8636 * gdb.base/code_elim.exp
8637 * gdb.base/commands.exp
8638 * gdb.base/completion.exp
8639 * gdb.base/complex.exp
8640 * gdb.base/cond-expr.exp
8641 * gdb.base/condbreak.exp
8642 * gdb.base/consecutive.exp
8643 * gdb.base/continue-all-already-running.exp
8644 * gdb.base/coredump-filter.exp
8645 * gdb.base/corefile.exp
8646 * gdb.base/dbx.exp
8647 * gdb.base/debug-expr.exp
8648 * gdb.base/define.exp
8649 * gdb.base/del.exp
8650 * gdb.base/disabled-location.exp
8651 * gdb.base/disasm-end-cu.exp
8652 * gdb.base/disasm-optim.exp
8653 * gdb.base/display.exp
8654 * gdb.base/duplicate-bp.exp
8655 * gdb.base/ena-dis-br.exp
8656 * gdb.base/ending-run.exp
8657 * gdb.base/enumval.exp
8658 * gdb.base/environ.exp
8659 * gdb.base/eu-strip-infcall.exp
8660 * gdb.base/eval-avoid-side-effects.exp
8661 * gdb.base/eval-skip.exp
8662 * gdb.base/exitsignal.exp
8663 * gdb.base/expand-psymtabs.exp
8664 * gdb.base/filesym.exp
8665 * gdb.base/find-unmapped.exp
8666 * gdb.base/finish.exp
8667 * gdb.base/float.exp
8668 * gdb.base/foll-exec-mode.exp
8669 * gdb.base/foll-exec.exp
8670 * gdb.base/foll-fork.exp
8671 * gdb.base/fortran-sym-case.exp
8672 * gdb.base/freebpcmd.exp
8673 * gdb.base/func-ptr.exp
8674 * gdb.base/func-ptrs.exp
8675 * gdb.base/funcargs.exp
8676 * gdb.base/gcore-buffer-overflow.exp
8677 * gdb.base/gcore-relro-pie.exp
8678 * gdb.base/gcore-relro.exp
8679 * gdb.base/gcore.exp
8680 * gdb.base/gdb1090.exp
8681 * gdb.base/gdb11530.exp
8682 * gdb.base/gdb11531.exp
8683 * gdb.base/gdb1821.exp
8684 * gdb.base/gdbindex-stabs.exp
8685 * gdb.base/gdbvars.exp
8686 * gdb.base/hbreak.exp
8687 * gdb.base/hbreak2.exp
8688 * gdb.base/included.exp
8689 * gdb.base/infcall-input.exp
8690 * gdb.base/inferior-died.exp
8691 * gdb.base/infnan.exp
8692 * gdb.base/info-macros.exp
8693 * gdb.base/info-os.exp
8694 * gdb.base/info-proc.exp
8695 * gdb.base/info-shared.exp
8696 * gdb.base/info-target.exp
8697 * gdb.base/infoline.exp
8698 * gdb.base/interp.exp
8699 * gdb.base/interrupt.exp
8700 * gdb.base/jit-reader.exp
8701 * gdb.base/jit-simple.exp
8702 * gdb.base/kill-after-signal.exp
8703 * gdb.base/kill-detach-inferiors-cmd.exp
8704 * gdb.base/label.exp
8705 * gdb.base/langs.exp
8706 * gdb.base/ldbl_e308.exp
8707 * gdb.base/line-symtabs.exp
8708 * gdb.base/linespecs.exp
8709 * gdb.base/list.exp
8710 * gdb.base/long_long.exp
8711 * gdb.base/longest-types.exp
8712 * gdb.base/maint.exp
8713 * gdb.base/max-value-size.exp
8714 * gdb.base/memattr.exp
8715 * gdb.base/mips_pro.exp
8716 * gdb.base/morestack.exp
8717 * gdb.base/moribund-step.exp
8718 * gdb.base/multi-forks.exp
8719 * gdb.base/nested-addr.exp
8720 * gdb.base/nextoverexit.exp
8721 * gdb.base/noreturn-finish.exp
8722 * gdb.base/noreturn-return.exp
8723 * gdb.base/nostdlib.exp
8724 * gdb.base/offsets.exp
8725 * gdb.base/opaque.exp
8726 * gdb.base/pc-fp.exp
8727 * gdb.base/permissions.exp
8728 * gdb.base/print-symbol-loading.exp
8729 * gdb.base/prologue-include.exp
8730 * gdb.base/psymtab.exp
8731 * gdb.base/ptype.exp
8732 * gdb.base/random-signal.exp
8733 * gdb.base/randomize.exp
8734 * gdb.base/range-stepping.exp
8735 * gdb.base/readline-ask.exp
8736 * gdb.base/recpar.exp
8737 * gdb.base/recurse.exp
8738 * gdb.base/relational.exp
8739 * gdb.base/restore.exp
8740 * gdb.base/return-nodebug.exp
8741 * gdb.base/return.exp
8742 * gdb.base/run-after-attach.exp
8743 * gdb.base/save-bp.exp
8744 * gdb.base/scope.exp
8745 * gdb.base/sect-cmd.exp
8746 * gdb.base/set-lang-auto.exp
8747 * gdb.base/set-noassign.exp
8748 * gdb.base/setvar.exp
8749 * gdb.base/sigall.exp
8750 * gdb.base/sigbpt.exp
8751 * gdb.base/siginfo-addr.exp
8752 * gdb.base/siginfo-infcall.exp
8753 * gdb.base/siginfo-obj.exp
8754 * gdb.base/siginfo.exp
8755 * gdb.base/signals-state-child.exp
8756 * gdb.base/signest.exp
8757 * gdb.base/sigstep.exp
8758 * gdb.base/sizeof.exp
8759 * gdb.base/skip.exp
8760 * gdb.base/solib-corrupted.exp
8761 * gdb.base/solib-nodir.exp
8762 * gdb.base/solib-search.exp
8763 * gdb.base/stack-checking.exp
8764 * gdb.base/stale-infcall.exp
8765 * gdb.base/stap-probe.exp
8766 * gdb.base/start.exp
8767 * gdb.base/step-break.exp
8768 * gdb.base/step-bt.exp
8769 * gdb.base/step-line.exp
8770 * gdb.base/step-over-exit.exp
8771 * gdb.base/step-over-syscall.exp
8772 * gdb.base/step-resume-infcall.exp
8773 * gdb.base/step-test.exp
8774 * gdb.base/store.exp
8775 * gdb.base/structs3.exp
8776 * gdb.base/sym-file.exp
8777 * gdb.base/symbol-without-target_section.exp
8778 * gdb.base/term.exp
8779 * gdb.base/testenv.exp
8780 * gdb.base/ui-redirect.exp
8781 * gdb.base/until.exp
8782 * gdb.base/unwindonsignal.exp
8783 * gdb.base/value-double-free.exp
8784 * gdb.base/vla-datatypes.exp
8785 * gdb.base/vla-ptr.exp
8786 * gdb.base/vla-sideeffect.exp
8787 * gdb.base/volatile.exp
8788 * gdb.base/watch-cond-infcall.exp
8789 * gdb.base/watch-cond.exp
8790 * gdb.base/watch-non-mem.exp
8791 * gdb.base/watch-read.exp
8792 * gdb.base/watch-vfork.exp
8793 * gdb.base/watchpoint-cond-gone.exp
8794 * gdb.base/watchpoint-delete.exp
8795 * gdb.base/watchpoint-hw-hit-once.exp
8796 * gdb.base/watchpoint-hw.exp
8797 * gdb.base/watchpoint-stops-at-right-insn.exp
8798 * gdb.base/watchpoints.exp
8799 * gdb.base/wchar.exp
8800 * gdb.base/whatis-exp.exp
8801 * gdb.btrace/buffer-size.exp
8802 * gdb.btrace/data.exp
8803 * gdb.btrace/delta.exp
8804 * gdb.btrace/dlopen.exp
8805 * gdb.btrace/enable.exp
8806 * gdb.btrace/exception.exp
8807 * gdb.btrace/function_call_history.exp
8808 * gdb.btrace/gcore.exp
8809 * gdb.btrace/instruction_history.exp
8810 * gdb.btrace/nohist.exp
8811 * gdb.btrace/reconnect.exp
8812 * gdb.btrace/record_goto-step.exp
8813 * gdb.btrace/record_goto.exp
8814 * gdb.btrace/rn-dl-bind.exp
8815 * gdb.btrace/segv.exp
8816 * gdb.btrace/step.exp
8817 * gdb.btrace/stepi.exp
8818 * gdb.btrace/tailcall-only.exp
8819 * gdb.btrace/tailcall.exp
8820 * gdb.btrace/tsx.exp
8821 * gdb.btrace/unknown_functions.exp
8822 * gdb.btrace/vdso.exp
8823 * gdb.compile/compile-ifunc.exp
8824 * gdb.compile/compile-ops.exp
8825 * gdb.compile/compile-print.exp
8826 * gdb.compile/compile-setjmp.exp
8827 * gdb.cp/abstract-origin.exp
8828 * gdb.cp/ambiguous.exp
8829 * gdb.cp/annota2.exp
8830 * gdb.cp/annota3.exp
8831 * gdb.cp/anon-ns.exp
8832 * gdb.cp/anon-struct.exp
8833 * gdb.cp/anon-union.exp
8834 * gdb.cp/arg-reference.exp
8835 * gdb.cp/baseenum.exp
8836 * gdb.cp/bool.exp
8837 * gdb.cp/breakpoint.exp
8838 * gdb.cp/bs15503.exp
8839 * gdb.cp/call-c.exp
8840 * gdb.cp/casts.exp
8841 * gdb.cp/chained-calls.exp
8842 * gdb.cp/class2.exp
8843 * gdb.cp/classes.exp
8844 * gdb.cp/cmpd-minsyms.exp
8845 * gdb.cp/converts.exp
8846 * gdb.cp/cp-relocate.exp
8847 * gdb.cp/cpcompletion.exp
8848 * gdb.cp/cpexprs.exp
8849 * gdb.cp/cplabel.exp
8850 * gdb.cp/cplusfuncs.exp
8851 * gdb.cp/cpsizeof.exp
8852 * gdb.cp/ctti.exp
8853 * gdb.cp/derivation.exp
8854 * gdb.cp/destrprint.exp
8855 * gdb.cp/dispcxx.exp
8856 * gdb.cp/enum-class.exp
8857 * gdb.cp/exception.exp
8858 * gdb.cp/exceptprint.exp
8859 * gdb.cp/expand-psymtabs-cxx.exp
8860 * gdb.cp/expand-sals.exp
8861 * gdb.cp/extern-c.exp
8862 * gdb.cp/filename.exp
8863 * gdb.cp/formatted-ref.exp
8864 * gdb.cp/fpointer.exp
8865 * gdb.cp/gdb1355.exp
8866 * gdb.cp/gdb2495.exp
8867 * gdb.cp/hang.exp
8868 * gdb.cp/impl-this.exp
8869 * gdb.cp/infcall-dlopen.exp
8870 * gdb.cp/inherit.exp
8871 * gdb.cp/iostream.exp
8872 * gdb.cp/koenig.exp
8873 * gdb.cp/local.exp
8874 * gdb.cp/m-data.exp
8875 * gdb.cp/m-static.exp
8876 * gdb.cp/mb-ctor.exp
8877 * gdb.cp/mb-inline.exp
8878 * gdb.cp/mb-templates.exp
8879 * gdb.cp/member-name.exp
8880 * gdb.cp/member-ptr.exp
8881 * gdb.cp/meth-typedefs.exp
8882 * gdb.cp/method.exp
8883 * gdb.cp/method2.exp
8884 * gdb.cp/minsym-fallback.exp
8885 * gdb.cp/misc.exp
8886 * gdb.cp/namelessclass.exp
8887 * gdb.cp/namespace-enum.exp
8888 * gdb.cp/namespace-nested-import.exp
8889 * gdb.cp/namespace.exp
8890 * gdb.cp/nextoverthrow.exp
8891 * gdb.cp/no-dmgl-verbose.exp
8892 * gdb.cp/non-trivial-retval.exp
8893 * gdb.cp/noparam.exp
8894 * gdb.cp/nsdecl.exp
8895 * gdb.cp/nsimport.exp
8896 * gdb.cp/nsnested.exp
8897 * gdb.cp/nsnoimports.exp
8898 * gdb.cp/nsrecurs.exp
8899 * gdb.cp/nsstress.exp
8900 * gdb.cp/nsusing.exp
8901 * gdb.cp/operator.exp
8902 * gdb.cp/oranking.exp
8903 * gdb.cp/overload-const.exp
8904 * gdb.cp/overload.exp
8905 * gdb.cp/ovldbreak.exp
8906 * gdb.cp/ovsrch.exp
8907 * gdb.cp/paren-type.exp
8908 * gdb.cp/parse-lang.exp
8909 * gdb.cp/pass-by-ref.exp
8910 * gdb.cp/pr-1023.exp
8911 * gdb.cp/pr-1210.exp
8912 * gdb.cp/pr-574.exp
8913 * gdb.cp/pr10687.exp
8914 * gdb.cp/pr12028.exp
8915 * gdb.cp/pr17132.exp
8916 * gdb.cp/pr17494.exp
8917 * gdb.cp/pr9067.exp
8918 * gdb.cp/pr9167.exp
8919 * gdb.cp/pr9631.exp
8920 * gdb.cp/printmethod.exp
8921 * gdb.cp/psmang.exp
8922 * gdb.cp/psymtab-parameter.exp
8923 * gdb.cp/ptype-cv-cp.exp
8924 * gdb.cp/ptype-flags.exp
8925 * gdb.cp/re-set-overloaded.exp
8926 * gdb.cp/ref-types.exp
8927 * gdb.cp/rtti.exp
8928 * gdb.cp/scope-err.exp
8929 * gdb.cp/shadow.exp
8930 * gdb.cp/smartp.exp
8931 * gdb.cp/static-method.exp
8932 * gdb.cp/static-print-quit.exp
8933 * gdb.cp/temargs.exp
8934 * gdb.cp/templates.exp
8935 * gdb.cp/try_catch.exp
8936 * gdb.cp/typedef-operator.exp
8937 * gdb.cp/typeid.exp
8938 * gdb.cp/userdef.exp
8939 * gdb.cp/using-crash.exp
8940 * gdb.cp/var-tag.exp
8941 * gdb.cp/virtbase.exp
8942 * gdb.cp/virtfunc.exp
8943 * gdb.cp/virtfunc2.exp
8944 * gdb.cp/vla-cxx.exp
8945 * gdb.disasm/t01_mov.exp
8946 * gdb.disasm/t02_mova.exp
8947 * gdb.disasm/t03_add.exp
8948 * gdb.disasm/t04_sub.exp
8949 * gdb.disasm/t05_cmp.exp
8950 * gdb.disasm/t06_ari2.exp
8951 * gdb.disasm/t07_ari3.exp
8952 * gdb.disasm/t08_or.exp
8953 * gdb.disasm/t09_xor.exp
8954 * gdb.disasm/t10_and.exp
8955 * gdb.disasm/t11_logs.exp
8956 * gdb.disasm/t12_bit.exp
8957 * gdb.disasm/t13_otr.exp
8958 * gdb.dlang/circular.exp
8959 * gdb.dwarf2/arr-stride.exp
8960 * gdb.dwarf2/arr-subrange.exp
8961 * gdb.dwarf2/atomic-type.exp
8962 * gdb.dwarf2/bad-regnum.exp
8963 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8964 * gdb.dwarf2/callframecfa.exp
8965 * gdb.dwarf2/clztest.exp
8966 * gdb.dwarf2/corrupt.exp
8967 * gdb.dwarf2/data-loc.exp
8968 * gdb.dwarf2/dup-psym.exp
8969 * gdb.dwarf2/dw2-anon-mptr.exp
8970 * gdb.dwarf2/dw2-anonymous-func.exp
8971 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8972 * gdb.dwarf2/dw2-bad-unresolved.exp
8973 * gdb.dwarf2/dw2-basic.exp
8974 * gdb.dwarf2/dw2-canonicalize-type.exp
8975 * gdb.dwarf2/dw2-case-insensitive.exp
8976 * gdb.dwarf2/dw2-common-block.exp
8977 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8978 * gdb.dwarf2/dw2-compressed.exp
8979 * gdb.dwarf2/dw2-const.exp
8980 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8981 * gdb.dwarf2/dw2-cu-size.exp
8982 * gdb.dwarf2/dw2-dup-frame.exp
8983 * gdb.dwarf2/dw2-entry-value.exp
8984 * gdb.dwarf2/dw2-icycle.exp
8985 * gdb.dwarf2/dw2-ifort-parameter.exp
8986 * gdb.dwarf2/dw2-inline-break.exp
8987 * gdb.dwarf2/dw2-inline-param.exp
8988 * gdb.dwarf2/dw2-intercu.exp
8989 * gdb.dwarf2/dw2-intermix.exp
8990 * gdb.dwarf2/dw2-lexical-block-bare.exp
8991 * gdb.dwarf2/dw2-linkage-name-trust.exp
8992 * gdb.dwarf2/dw2-minsym-in-cu.exp
8993 * gdb.dwarf2/dw2-noloc.exp
8994 * gdb.dwarf2/dw2-op-call.exp
8995 * gdb.dwarf2/dw2-op-out-param.exp
8996 * gdb.dwarf2/dw2-opt-structptr.exp
8997 * gdb.dwarf2/dw2-param-error.exp
8998 * gdb.dwarf2/dw2-producer.exp
8999 * gdb.dwarf2/dw2-ranges-base.exp
9000 * gdb.dwarf2/dw2-ref-missing-frame.exp
9001 * gdb.dwarf2/dw2-reg-undefined.exp
9002 * gdb.dwarf2/dw2-regno-invalid.exp
9003 * gdb.dwarf2/dw2-restore.exp
9004 * gdb.dwarf2/dw2-restrict.exp
9005 * gdb.dwarf2/dw2-single-line-discriminators.exp
9006 * gdb.dwarf2/dw2-strp.exp
9007 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9008 * gdb.dwarf2/dw2-unresolved.exp
9009 * gdb.dwarf2/dw2-var-zero-addr.exp
9010 * gdb.dwarf2/dw4-sig-types.exp
9011 * gdb.dwarf2/dwz.exp
9012 * gdb.dwarf2/dynarr-ptr.exp
9013 * gdb.dwarf2/enum-type.exp
9014 * gdb.dwarf2/gdb-index.exp
9015 * gdb.dwarf2/implptr-64bit.exp
9016 * gdb.dwarf2/implptr-optimized-out.exp
9017 * gdb.dwarf2/implptr.exp
9018 * gdb.dwarf2/implref-array.exp
9019 * gdb.dwarf2/implref-const.exp
9020 * gdb.dwarf2/implref-global.exp
9021 * gdb.dwarf2/implref-struct.exp
9022 * gdb.dwarf2/mac-fileno.exp
9023 * gdb.dwarf2/main-subprogram.exp
9024 * gdb.dwarf2/member-ptr-forwardref.exp
9025 * gdb.dwarf2/method-ptr.exp
9026 * gdb.dwarf2/missing-sig-type.exp
9027 * gdb.dwarf2/nonvar-access.exp
9028 * gdb.dwarf2/opaque-type-lookup.exp
9029 * gdb.dwarf2/pieces-optimized-out.exp
9030 * gdb.dwarf2/pieces.exp
9031 * gdb.dwarf2/pr10770.exp
9032 * gdb.dwarf2/pr13961.exp
9033 * gdb.dwarf2/staticvirtual.exp
9034 * gdb.dwarf2/subrange.exp
9035 * gdb.dwarf2/symtab-producer.exp
9036 * gdb.dwarf2/trace-crash.exp
9037 * gdb.dwarf2/typeddwarf.exp
9038 * gdb.dwarf2/valop.exp
9039 * gdb.dwarf2/watch-notconst.exp
9040 * gdb.fortran/array-element.exp
9041 * gdb.fortran/charset.exp
9042 * gdb.fortran/common-block.exp
9043 * gdb.fortran/complex.exp
9044 * gdb.fortran/derived-type-function.exp
9045 * gdb.fortran/derived-type.exp
9046 * gdb.fortran/logical.exp
9047 * gdb.fortran/module.exp
9048 * gdb.fortran/multi-dim.exp
9049 * gdb.fortran/nested-funcs.exp
9050 * gdb.fortran/print-formatted.exp
9051 * gdb.fortran/subarray.exp
9052 * gdb.fortran/vla-alloc-assoc.exp
9053 * gdb.fortran/vla-datatypes.exp
9054 * gdb.fortran/vla-history.exp
9055 * gdb.fortran/vla-ptr-info.exp
9056 * gdb.fortran/vla-ptype-sub.exp
9057 * gdb.fortran/vla-ptype.exp
9058 * gdb.fortran/vla-sizeof.exp
9059 * gdb.fortran/vla-type.exp
9060 * gdb.fortran/vla-value-sub-arbitrary.exp
9061 * gdb.fortran/vla-value-sub-finish.exp
9062 * gdb.fortran/vla-value-sub.exp
9063 * gdb.fortran/vla-value.exp
9064 * gdb.fortran/whatis_type.exp
9065 * gdb.go/chan.exp
9066 * gdb.go/handcall.exp
9067 * gdb.go/hello.exp
9068 * gdb.go/integers.exp
9069 * gdb.go/methods.exp
9070 * gdb.go/package.exp
9071 * gdb.go/strings.exp
9072 * gdb.go/types.exp
9073 * gdb.go/unsafe.exp
9074 * gdb.guile/scm-arch.exp
9075 * gdb.guile/scm-block.exp
9076 * gdb.guile/scm-breakpoint.exp
9077 * gdb.guile/scm-cmd.exp
9078 * gdb.guile/scm-disasm.exp
9079 * gdb.guile/scm-equal.exp
9080 * gdb.guile/scm-frame-args.exp
9081 * gdb.guile/scm-frame-inline.exp
9082 * gdb.guile/scm-frame.exp
9083 * gdb.guile/scm-iterator.exp
9084 * gdb.guile/scm-math.exp
9085 * gdb.guile/scm-objfile.exp
9086 * gdb.guile/scm-ports.exp
9087 * gdb.guile/scm-symbol.exp
9088 * gdb.guile/scm-symtab.exp
9089 * gdb.guile/scm-value-cc.exp
9090 * gdb.guile/types-module.exp
9091 * gdb.linespec/break-ask.exp
9092 * gdb.linespec/cpexplicit.exp
9093 * gdb.linespec/explicit.exp
9094 * gdb.linespec/keywords.exp
9095 * gdb.linespec/linespec.exp
9096 * gdb.linespec/ls-dollar.exp
9097 * gdb.linespec/ls-errs.exp
9098 * gdb.linespec/skip-two.exp
9099 * gdb.linespec/thread.exp
9100 * gdb.mi/mi-async.exp
9101 * gdb.mi/mi-basics.exp
9102 * gdb.mi/mi-break.exp
9103 * gdb.mi/mi-catch-load.exp
9104 * gdb.mi/mi-cli.exp
9105 * gdb.mi/mi-cmd-param-changed.exp
9106 * gdb.mi/mi-console.exp
9107 * gdb.mi/mi-detach.exp
9108 * gdb.mi/mi-disassemble.exp
9109 * gdb.mi/mi-eval.exp
9110 * gdb.mi/mi-file-transfer.exp
9111 * gdb.mi/mi-file.exp
9112 * gdb.mi/mi-fill-memory.exp
9113 * gdb.mi/mi-inheritance-syntax-error.exp
9114 * gdb.mi/mi-linespec-err-cp.exp
9115 * gdb.mi/mi-logging.exp
9116 * gdb.mi/mi-memory-changed.exp
9117 * gdb.mi/mi-read-memory.exp
9118 * gdb.mi/mi-record-changed.exp
9119 * gdb.mi/mi-reg-undefined.exp
9120 * gdb.mi/mi-regs.exp
9121 * gdb.mi/mi-return.exp
9122 * gdb.mi/mi-reverse.exp
9123 * gdb.mi/mi-simplerun.exp
9124 * gdb.mi/mi-solib.exp
9125 * gdb.mi/mi-stack.exp
9126 * gdb.mi/mi-stepi.exp
9127 * gdb.mi/mi-syn-frame.exp
9128 * gdb.mi/mi-until.exp
9129 * gdb.mi/mi-var-block.exp
9130 * gdb.mi/mi-var-child.exp
9131 * gdb.mi/mi-var-cmd.exp
9132 * gdb.mi/mi-var-cp.exp
9133 * gdb.mi/mi-var-display.exp
9134 * gdb.mi/mi-var-invalidate.exp
9135 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9136 * gdb.mi/mi-vla-fortran.exp
9137 * gdb.mi/mi-watch.exp
9138 * gdb.mi/mi2-var-child.exp
9139 * gdb.mi/user-selected-context-sync.exp
9140 * gdb.modula2/unbounded-array.exp
9141 * gdb.multi/dummy-frame-restore.exp
9142 * gdb.multi/multi-arch-exec.exp
9143 * gdb.multi/multi-arch.exp
9144 * gdb.multi/tids.exp
9145 * gdb.multi/watchpoint-multi.exp
9146 * gdb.opencl/callfuncs.exp
9147 * gdb.opencl/convs_casts.exp
9148 * gdb.opencl/datatypes.exp
9149 * gdb.opencl/operators.exp
9150 * gdb.opencl/vec_comps.exp
9151 * gdb.opt/clobbered-registers-O2.exp
9152 * gdb.opt/inline-break.exp
9153 * gdb.opt/inline-bt.exp
9154 * gdb.opt/inline-cmds.exp
9155 * gdb.opt/inline-locals.exp
9156 * gdb.pascal/case-insensitive-symbols.exp
9157 * gdb.pascal/floats.exp
9158 * gdb.pascal/gdb11492.exp
9159 * gdb.python/lib-types.exp
9160 * gdb.python/py-arch.exp
9161 * gdb.python/py-as-string.exp
9162 * gdb.python/py-bad-printers.exp
9163 * gdb.python/py-block.exp
9164 * gdb.python/py-breakpoint-create-fail.exp
9165 * gdb.python/py-breakpoint.exp
9166 * gdb.python/py-caller-is.exp
9167 * gdb.python/py-cmd.exp
9168 * gdb.python/py-explore-cc.exp
9169 * gdb.python/py-explore.exp
9170 * gdb.python/py-finish-breakpoint.exp
9171 * gdb.python/py-finish-breakpoint2.exp
9172 * gdb.python/py-frame-args.exp
9173 * gdb.python/py-frame-inline.exp
9174 * gdb.python/py-frame.exp
9175 * gdb.python/py-framefilter-mi.exp
9176 * gdb.python/py-infthread.exp
9177 * gdb.python/py-lazy-string.exp
9178 * gdb.python/py-linetable.exp
9179 * gdb.python/py-mi-events.exp
9180 * gdb.python/py-mi-objfile.exp
9181 * gdb.python/py-mi.exp
9182 * gdb.python/py-objfile.exp
9183 * gdb.python/py-pp-integral.exp
9184 * gdb.python/py-pp-maint.exp
9185 * gdb.python/py-pp-re-notag.exp
9186 * gdb.python/py-pp-registration.exp
9187 * gdb.python/py-recurse-unwind.exp
9188 * gdb.python/py-strfns.exp
9189 * gdb.python/py-symbol.exp
9190 * gdb.python/py-symtab.exp
9191 * gdb.python/py-sync-interp.exp
9192 * gdb.python/py-typeprint.exp
9193 * gdb.python/py-unwind-maint.exp
9194 * gdb.python/py-unwind.exp
9195 * gdb.python/py-value-cc.exp
9196 * gdb.python/py-xmethods.exp
9197 * gdb.reverse/amd64-tailcall-reverse.exp
9198 * gdb.reverse/break-precsave.exp
9199 * gdb.reverse/break-reverse.exp
9200 * gdb.reverse/consecutive-precsave.exp
9201 * gdb.reverse/consecutive-reverse.exp
9202 * gdb.reverse/finish-precsave.exp
9203 * gdb.reverse/finish-reverse-bkpt.exp
9204 * gdb.reverse/finish-reverse.exp
9205 * gdb.reverse/fstatat-reverse.exp
9206 * gdb.reverse/getresuid-reverse.exp
9207 * gdb.reverse/i386-precsave.exp
9208 * gdb.reverse/i386-reverse.exp
9209 * gdb.reverse/i386-sse-reverse.exp
9210 * gdb.reverse/i387-env-reverse.exp
9211 * gdb.reverse/i387-stack-reverse.exp
9212 * gdb.reverse/insn-reverse.exp
9213 * gdb.reverse/machinestate-precsave.exp
9214 * gdb.reverse/machinestate.exp
9215 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9216 * gdb.reverse/pipe-reverse.exp
9217 * gdb.reverse/readv-reverse.exp
9218 * gdb.reverse/recvmsg-reverse.exp
9219 * gdb.reverse/rerun-prec.exp
9220 * gdb.reverse/s390-mvcle.exp
9221 * gdb.reverse/step-precsave.exp
9222 * gdb.reverse/step-reverse.exp
9223 * gdb.reverse/time-reverse.exp
9224 * gdb.reverse/until-precsave.exp
9225 * gdb.reverse/until-reverse.exp
9226 * gdb.reverse/waitpid-reverse.exp
9227 * gdb.reverse/watch-precsave.exp
9228 * gdb.reverse/watch-reverse.exp
9229 * gdb.rust/generics.exp
9230 * gdb.rust/methods.exp
9231 * gdb.rust/modules.exp
9232 * gdb.rust/simple.exp
9233 * gdb.server/connect-with-no-symbol-file.exp
9234 * gdb.server/ext-attach.exp
9235 * gdb.server/ext-restart.exp
9236 * gdb.server/ext-wrapper.exp
9237 * gdb.server/file-transfer.exp
9238 * gdb.server/server-exec-info.exp
9239 * gdb.server/server-kill.exp
9240 * gdb.server/server-mon.exp
9241 * gdb.server/wrapper.exp
9242 * gdb.stabs/exclfwd.exp
9243 * gdb.stabs/gdb11479.exp
9244 * gdb.threads/clone-new-thread-event.exp
9245 * gdb.threads/corethreads.exp
9246 * gdb.threads/current-lwp-dead.exp
9247 * gdb.threads/dlopen-libpthread.exp
9248 * gdb.threads/gcore-thread.exp
9249 * gdb.threads/sigstep-threads.exp
9250 * gdb.threads/watchpoint-fork.exp
9251 * gdb.trace/actions-changed.exp
9252 * gdb.trace/backtrace.exp
9253 * gdb.trace/change-loc.exp
9254 * gdb.trace/circ.exp
9255 * gdb.trace/collection.exp
9256 * gdb.trace/disconnected-tracing.exp
9257 * gdb.trace/ftrace.exp
9258 * gdb.trace/mi-trace-frame-collected.exp
9259 * gdb.trace/mi-trace-unavailable.exp
9260 * gdb.trace/mi-traceframe-changed.exp
9261 * gdb.trace/mi-tsv-changed.exp
9262 * gdb.trace/no-attach-trace.exp
9263 * gdb.trace/passc-dyn.exp
9264 * gdb.trace/qtro.exp
9265 * gdb.trace/range-stepping.exp
9266 * gdb.trace/read-memory.exp
9267 * gdb.trace/save-trace.exp
9268 * gdb.trace/signal.exp
9269 * gdb.trace/status-stop.exp
9270 * gdb.trace/tfile.exp
9271 * gdb.trace/trace-break.exp
9272 * gdb.trace/trace-buffer-size.exp
9273 * gdb.trace/trace-condition.exp
9274 * gdb.trace/tracefile-pseudo-reg.exp
9275 * gdb.trace/tstatus.exp
9276 * gdb.trace/unavailable.exp
9277 * gdb.trace/while-dyn.exp
9278 * gdb.trace/while-stepping.exp
9279
9280 2016-12-22 Doug Evans <xdje42@gmail.com>
9281
9282 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9283 and msymbols.
9284
9285 2016-12-19 Yao Qi <yao.qi@linaro.org>
9286
9287 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9288 (test_with_self): Don't call do_steps_and_nexts, and remove
9289 code about stepping into xmalloc.
9290
9291 2016-12-09 Yao Qi <yao.qi@linaro.org>
9292
9293 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9294
9295 2016-12-09 Yao Qi <yao.qi@linaro.org>
9296
9297 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9298
9299 2016-12-09 Pedro Alves <palves@redhat.com>
9300
9301 * gdb.base/all-architectures-0.exp: New file.
9302 * gdb.base/all-architectures-1.exp: New file.
9303 * gdb.base/all-architectures-2.exp: New file.
9304 * gdb.base/all-architectures-3.exp: New file.
9305 * gdb.base/all-architectures-4.exp: New file.
9306 * gdb.base/all-architectures-5.exp: New file.
9307 * gdb.base/all-architectures-6.exp: New file.
9308 * gdb.base/all-architectures-7.exp: New file.
9309 * gdb.base/all-architectures.exp.in: New file.
9310
9311 2016-12-09 Yao Qi <yao.qi@linaro.org>
9312
9313 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9314
9315 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9316
9317 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9318 possible.
9319 Remove useless pattern-matching code.
9320
9321 2016-12-02 Pedro Alves <palves@redhat.com>
9322
9323 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9324 procedure.
9325 (top level): Call it.
9326
9327 2016-12-02 Pedro Alves <palves@redhat.com>
9328
9329 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9330 New procedure.
9331 (top level): Call it.
9332
9333 2016-12-02 Pedro Alves <palves@redhat.com>
9334
9335 PR cli/20559
9336 * gdb.base/commands.exp (user_defined_command_args_eval): New
9337 procedure.
9338 (top level): Call it.
9339
9340 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9341
9342 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9343 timeout handling.
9344
9345 2016-12-02 Tom Tromey <tom@tromey.com>
9346
9347 * gdb.dwarf2/main-subprogram.c: New file.
9348 * gdb.dwarf2/main-subprogram.exp: New file.
9349
9350 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9351
9352 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9353 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9354 gdb_test_no_output for a couple of cases.
9355 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9356
9357 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9358
9359 Fix test names and standardize compilation error messages throughout
9360 the following files:
9361
9362 * gdb.ada/start.exp
9363 * gdb.arch/alpha-step.exp
9364 * gdb.arch/e500-prologue.exp
9365 * gdb.arch/ftrace-insn-reloc.exp
9366 * gdb.arch/gdb1291.exp
9367 * gdb.arch/gdb1431.exp
9368 * gdb.arch/gdb1558.exp
9369 * gdb.arch/i386-dr3-watch.exp
9370 * gdb.arch/i386-sse-stack-align.exp
9371 * gdb.arch/ia64-breakpoint-shadow.exp
9372 * gdb.arch/pa-nullify.exp
9373 * gdb.arch/powerpc-aix-prologue.exp
9374 * gdb.arch/thumb-bx-pc.exp
9375 * gdb.base/annota1.exp
9376 * gdb.base/annota3.exp
9377 * gdb.base/arrayidx.exp
9378 * gdb.base/assign.exp
9379 * gdb.base/attach.exp
9380 * gdb.base/auxv.exp
9381 * gdb.base/bang.exp
9382 * gdb.base/bfp-test.exp
9383 * gdb.base/bigcore.exp
9384 * gdb.base/bitfields2.exp
9385 * gdb.base/break-fun-addr.exp
9386 * gdb.base/break-probes.exp
9387 * gdb.base/call-rt-st.exp
9388 * gdb.base/callexit.exp
9389 * gdb.base/catch-fork-kill.exp
9390 * gdb.base/charset.exp
9391 * gdb.base/checkpoint.exp
9392 * gdb.base/comprdebug.exp
9393 * gdb.base/constvars.exp
9394 * gdb.base/coredump-filter.exp
9395 * gdb.base/cursal.exp
9396 * gdb.base/cvexpr.exp
9397 * gdb.base/detach.exp
9398 * gdb.base/display.exp
9399 * gdb.base/dmsym.exp
9400 * gdb.base/dprintf-pending.exp
9401 * gdb.base/dso2dso.exp
9402 * gdb.base/dtrace-probe.exp
9403 * gdb.base/dump.exp
9404 * gdb.base/enum_cond.exp
9405 * gdb.base/exe-lock.exp
9406 * gdb.base/exec-invalid-sysroot.exp
9407 * gdb.base/execl-update-breakpoints.exp
9408 * gdb.base/exprs.exp
9409 * gdb.base/fileio.exp
9410 * gdb.base/find.exp
9411 * gdb.base/finish.exp
9412 * gdb.base/fixsection.exp
9413 * gdb.base/foll-vfork.exp
9414 * gdb.base/frame-args.exp
9415 * gdb.base/gcore.exp
9416 * gdb.base/gdb1250.exp
9417 * gdb.base/global-var-nested-by-dso.exp
9418 * gdb.base/gnu-ifunc.exp
9419 * gdb.base/hashline1.exp
9420 * gdb.base/hashline2.exp
9421 * gdb.base/hashline3.exp
9422 * gdb.base/hbreak-in-shr-unsupported.exp
9423 * gdb.base/huge.exp
9424 * gdb.base/infcall-input.exp
9425 * gdb.base/info-fun.exp
9426 * gdb.base/info-shared.exp
9427 * gdb.base/jit-simple.exp
9428 * gdb.base/jit-so.exp
9429 * gdb.base/jit.exp
9430 * gdb.base/jump.exp
9431 * gdb.base/label.exp
9432 * gdb.base/lineinc.exp
9433 * gdb.base/logical.exp
9434 * gdb.base/longjmp.exp
9435 * gdb.base/macscp.exp
9436 * gdb.base/miscexprs.exp
9437 * gdb.base/new-ui-echo.exp
9438 * gdb.base/new-ui-pending-input.exp
9439 * gdb.base/new-ui.exp
9440 * gdb.base/nodebug.exp
9441 * gdb.base/nofield.exp
9442 * gdb.base/offsets.exp
9443 * gdb.base/overlays.exp
9444 * gdb.base/pending.exp
9445 * gdb.base/pointers.exp
9446 * gdb.base/pr11022.exp
9447 * gdb.base/printcmds.exp
9448 * gdb.base/prologue.exp
9449 * gdb.base/ptr-typedef.exp
9450 * gdb.base/realname-expand.exp
9451 * gdb.base/relativedebug.exp
9452 * gdb.base/relocate.exp
9453 * gdb.base/remote.exp
9454 * gdb.base/reread.exp
9455 * gdb.base/return2.exp
9456 * gdb.base/savedregs.exp
9457 * gdb.base/sep.exp
9458 * gdb.base/sepdebug.exp
9459 * gdb.base/sepsymtab.exp
9460 * gdb.base/set-inferior-tty.exp
9461 * gdb.base/setshow.exp
9462 * gdb.base/shlib-call.exp
9463 * gdb.base/sigaltstack.exp
9464 * gdb.base/siginfo-addr.exp
9465 * gdb.base/signals.exp
9466 * gdb.base/signull.exp
9467 * gdb.base/sigrepeat.exp
9468 * gdb.base/so-impl-ld.exp
9469 * gdb.base/solib-display.exp
9470 * gdb.base/solib-overlap.exp
9471 * gdb.base/solib-search.exp
9472 * gdb.base/solib-symbol.exp
9473 * gdb.base/structs.exp
9474 * gdb.base/structs2.exp
9475 * gdb.base/symtab-search-order.exp
9476 * gdb.base/twice.exp
9477 * gdb.base/unload.exp
9478 * gdb.base/varargs.exp
9479 * gdb.base/watchpoint-solib.exp
9480 * gdb.base/watchpoint.exp
9481 * gdb.base/whatis.exp
9482 * gdb.base/wrong_frame_bt_full.exp
9483 * gdb.btrace/dlopen.exp
9484 * gdb.cell/ea-standalone.exp
9485 * gdb.cell/ea-test.exp
9486 * gdb.cp/dispcxx.exp
9487 * gdb.cp/gdb2384.exp
9488 * gdb.cp/method2.exp
9489 * gdb.cp/nextoverthrow.exp
9490 * gdb.cp/pr10728.exp
9491 * gdb.disasm/am33.exp
9492 * gdb.disasm/h8300s.exp
9493 * gdb.disasm/mn10300.exp
9494 * gdb.disasm/sh3.exp
9495 * gdb.dwarf2/dw2-dir-file-name.exp
9496 * gdb.fortran/complex.exp
9497 * gdb.fortran/library-module.exp
9498 * gdb.guile/scm-pretty-print.exp
9499 * gdb.guile/scm-symbol.exp
9500 * gdb.guile/scm-type.exp
9501 * gdb.guile/scm-value.exp
9502 * gdb.linespec/linespec.exp
9503 * gdb.mi/gdb701.exp
9504 * gdb.mi/gdb792.exp
9505 * gdb.mi/mi-breakpoint-changed.exp
9506 * gdb.mi/mi-dprintf-pending.exp
9507 * gdb.mi/mi-dprintf.exp
9508 * gdb.mi/mi-exit-code.exp
9509 * gdb.mi/mi-pending.exp
9510 * gdb.mi/mi-solib.exp
9511 * gdb.mi/new-ui-mi-sync.exp
9512 * gdb.mi/pr11022.exp
9513 * gdb.mi/user-selected-context-sync.exp
9514 * gdb.opt/solib-intra-step.exp
9515 * gdb.python/py-events.exp
9516 * gdb.python/py-finish-breakpoint.exp
9517 * gdb.python/py-mi.exp
9518 * gdb.python/py-prettyprint.exp
9519 * gdb.python/py-shared.exp
9520 * gdb.python/py-symbol.exp
9521 * gdb.python/py-template.exp
9522 * gdb.python/py-type.exp
9523 * gdb.python/py-value.exp
9524 * gdb.reverse/solib-precsave.exp
9525 * gdb.reverse/solib-reverse.exp
9526 * gdb.server/solib-list.exp
9527 * gdb.stabs/weird.exp
9528 * gdb.threads/reconnect-signal.exp
9529 * gdb.threads/stepi-random-signal.exp
9530 * gdb.trace/actions.exp
9531 * gdb.trace/ax.exp
9532 * gdb.trace/backtrace.exp
9533 * gdb.trace/change-loc.exp
9534 * gdb.trace/deltrace.exp
9535 * gdb.trace/ftrace-lock.exp
9536 * gdb.trace/ftrace.exp
9537 * gdb.trace/infotrace.exp
9538 * gdb.trace/mi-tracepoint-changed.exp
9539 * gdb.trace/packetlen.exp
9540 * gdb.trace/passcount.exp
9541 * gdb.trace/pending.exp
9542 * gdb.trace/range-stepping.exp
9543 * gdb.trace/report.exp
9544 * gdb.trace/stap-trace.exp
9545 * gdb.trace/tfind.exp
9546 * gdb.trace/trace-break.exp
9547 * gdb.trace/trace-condition.exp
9548 * gdb.trace/trace-enable-disable.exp
9549 * gdb.trace/trace-mt.exp
9550 * gdb.trace/tracecmd.exp
9551 * gdb.trace/tspeed.exp
9552 * gdb.trace/tsv.exp
9553 * lib/perftest.exp
9554
9555 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9556
9557 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9558 with gdb_test_no_output.
9559 Use command as test name.
9560
9561 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9562
9563 Fix test names starting with uppercase throughout the files.
9564
9565 * gdb.ada/assign_1.exp
9566 * gdb.ada/boolean_expr.exp
9567 * gdb.base/arrayidx.exp
9568 * gdb.base/del.exp
9569 * gdb.base/gcore-buffer-overflow.exp
9570 * gdb.base/testenv.exp
9571 * gdb.compile/compile.exp
9572 * gdb.python/py-framefilter-invalidarg.exp
9573 * gdb.python/py-framefilter.exp
9574
9575 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9576
9577 Fix test names starting with uppercase throughout the files.
9578
9579 * gdb.ada/array_return.exp
9580 * gdb.ada/expr_delims.exp
9581 * gdb.ada/mi_dyn_arr.exp
9582 * gdb.ada/mi_interface.exp
9583 * gdb.ada/mi_var_array.exp
9584 * gdb.ada/watch_arg.exp
9585 * gdb.arch/alpha-step.exp
9586 * gdb.arch/altivec-regs.exp
9587 * gdb.arch/e500-regs.exp
9588 * gdb.arch/powerpc-d128-regs.exp
9589 * gdb.base/arrayidx.exp
9590 * gdb.base/break.exp
9591 * gdb.base/checkpoint.exp
9592 * gdb.base/debug-expr.exp
9593 * gdb.base/dmsym.exp
9594 * gdb.base/radix.exp
9595 * gdb.base/sepdebug.exp
9596 * gdb.base/testenv.exp
9597 * gdb.base/watch_thread_num.exp
9598 * gdb.base/watchpoint-cond-gone.exp
9599 * gdb.cell/break.exp
9600 * gdb.cell/ea-cache.exp
9601 * gdb.compile/compile.exp
9602 * gdb.cp/gdb2495.exp
9603 * gdb.gdb/selftest.exp
9604 * gdb.gdb/xfullpath.exp
9605 * gdb.go/hello.exp
9606 * gdb.go/integers.exp
9607 * gdb.objc/basicclass.exp
9608 * gdb.pascal/hello.exp
9609 * gdb.pascal/integers.exp
9610 * gdb.python/py-breakpoint.exp
9611 * gdb.python/py-cmd.exp
9612 * gdb.python/py-linetable.exp
9613 * gdb.python/py-xmethods.exp
9614 * gdb.python/python.exp
9615 * gdb.reverse/consecutive-precsave.exp
9616 * gdb.reverse/finish-precsave.exp
9617 * gdb.reverse/i386-precsave.exp
9618 * gdb.reverse/machinestate-precsave.exp
9619 * gdb.reverse/sigall-precsave.exp
9620 * gdb.reverse/solib-precsave.exp
9621 * gdb.reverse/step-precsave.exp
9622 * gdb.reverse/until-precsave.exp
9623 * gdb.reverse/watch-precsave.exp
9624 * gdb.threads/leader-exit.exp
9625 * gdb.threads/pthreads.exp
9626 * gdb.threads/wp-replication.exp
9627 * gdb.trace/actions.exp
9628 * gdb.trace/mi-tsv-changed.exp
9629 * gdb.trace/tsv.exp
9630
9631 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9632
9633 Fix test names starting with uppercase throughout the files.
9634
9635 * gdb.arch/i386-bp_permanent.exp
9636 * gdb.arch/i386-gnu-cfi.exp
9637 * gdb.base/disasm-end-cu.exp
9638 * gdb.base/macscp.exp
9639 * gdb.base/pending.exp
9640 * gdb.base/watch_thread_num.exp
9641 * gdb.cp/exception.exp
9642 * gdb.cp/gdb2495.exp
9643 * gdb.cp/local.exp
9644 * gdb.python/py-evsignal.exp
9645 * gdb.python/python.exp
9646 * gdb.trace/tracecmd.exp
9647
9648 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9649
9650 Fix test names starting with uppercase throughout the files.
9651
9652 * gdb.base/charset.exp
9653 * gdb.base/eval.exp
9654 * gdb.base/multi-forks.exp
9655 * gdb.guile/scm-progspace.exp
9656 * gdb.opencl/datatypes.exp
9657 * gdb.python/py-block.exp
9658 * gdb.python/py-function.exp
9659 * gdb.python/py-symbol.exp
9660 * gdb.python/py-symtab.exp
9661 * gdb.python/py-xmethods.exp
9662 * gdb.reverse/break-precsave.exp
9663 * gdb.reverse/break-reverse.exp
9664 * gdb.reverse/consecutive-precsave.exp
9665 * gdb.reverse/consecutive-reverse.exp
9666 * gdb.reverse/finish-precsave.exp
9667 * gdb.reverse/finish-reverse-bkpt.exp
9668 * gdb.reverse/finish-reverse.exp
9669 * gdb.reverse/fstatat-reverse.exp
9670 * gdb.reverse/getresuid-reverse.exp
9671 * gdb.reverse/i386-precsave.exp
9672 * gdb.reverse/i386-reverse.exp
9673 * gdb.reverse/i386-sse-reverse.exp
9674 * gdb.reverse/i387-stack-reverse.exp
9675 * gdb.reverse/insn-reverse.exp
9676 * gdb.reverse/machinestate-precsave.exp
9677 * gdb.reverse/machinestate.exp
9678 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9679 * gdb.reverse/pipe-reverse.exp
9680 * gdb.reverse/readv-reverse.exp
9681 * gdb.reverse/recvmsg-reverse.exp
9682 * gdb.reverse/rerun-prec.exp
9683 * gdb.reverse/s390-mvcle.exp
9684 * gdb.reverse/sigall-precsave.exp
9685 * gdb.reverse/sigall-reverse.exp
9686 * gdb.reverse/solib-precsave.exp
9687 * gdb.reverse/solib-reverse.exp
9688 * gdb.reverse/step-precsave.exp
9689 * gdb.reverse/step-reverse.exp
9690 * gdb.reverse/time-reverse.exp
9691 * gdb.reverse/until-precsave.exp
9692 * gdb.reverse/until-reverse.exp
9693 * gdb.reverse/waitpid-reverse.exp
9694 * gdb.reverse/watch-precsave.exp
9695 * gdb.reverse/watch-reverse.exp
9696
9697 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9698
9699 Fix test names starting with uppercase throughout the files.
9700
9701 * gdb.arch/i386-mpx-simple_segv.exp
9702 * gdb.arch/i386-mpx.exp
9703 * gdb.arch/i386-permbkpt.exp
9704 * gdb.arch/pa-nullify.exp
9705 * gdb.arch/powerpc-d128-regs.exp
9706 * gdb.arch/vsx-regs.exp
9707 * gdb.base/bfp-test.exp
9708 * gdb.base/break.exp
9709 * gdb.base/breakpoint-shadow.exp
9710 * gdb.base/callfuncs.exp
9711 * gdb.base/charset.exp
9712 * gdb.base/commands.exp
9713 * gdb.base/completion.exp
9714 * gdb.base/dfp-test.exp
9715 * gdb.base/echo.exp
9716 * gdb.base/ending-run.exp
9717 * gdb.base/eval.exp
9718 * gdb.base/expand-psymtabs.exp
9719 * gdb.base/float128.exp
9720 * gdb.base/floatn.exp
9721 * gdb.base/foll-exec-mode.exp
9722 * gdb.base/gdb1056.exp
9723 * gdb.base/gdb11531.exp
9724 * gdb.base/kill-after-signal.exp
9725 * gdb.base/multi-forks.exp
9726 * gdb.base/overlays.exp
9727 * gdb.base/pending.exp
9728 * gdb.base/sepdebug.exp
9729 * gdb.base/testenv.exp
9730 * gdb.base/valgrind-db-attach.exp
9731 * gdb.base/watch_thread_num.exp
9732 * gdb.base/watchpoint-cond-gone.exp
9733 * gdb.base/watchpoint.exp
9734 * gdb.base/watchpoints.exp
9735 * gdb.cp/arg-reference.exp
9736 * gdb.cp/baseenum.exp
9737 * gdb.cp/operator.exp
9738 * gdb.cp/shadow.exp
9739 * gdb.dwarf2/dw2-op-out-param.exp
9740 * gdb.dwarf2/dw2-reg-undefined.exp
9741 * gdb.go/chan.exp
9742 * gdb.go/hello.exp
9743 * gdb.go/integers.exp
9744 * gdb.go/methods.exp
9745 * gdb.go/package.exp
9746 * gdb.guile/scm-parameter.exp
9747 * gdb.guile/scm-progspace.exp
9748 * gdb.guile/scm-value.exp
9749 * gdb.mi/mi-pending.exp
9750 * gdb.mi/user-selected-context-sync.exp
9751 * gdb.multi/multi-attach.exp
9752 * gdb.multi/tids.exp
9753 * gdb.opt/clobbered-registers-O2.exp
9754 * gdb.pascal/floats.exp
9755 * gdb.pascal/integers.exp
9756 * gdb.python/py-block.exp
9757 * gdb.python/py-events.exp
9758 * gdb.python/py-parameter.exp
9759 * gdb.python/py-symbol.exp
9760 * gdb.python/py-symtab.exp
9761 * gdb.python/py-type.exp
9762 * gdb.python/py-value.exp
9763 * gdb.python/py-xmethods.exp
9764 * gdb.python/python.exp
9765 * gdb.reverse/break-precsave.exp
9766 * gdb.reverse/consecutive-precsave.exp
9767 * gdb.reverse/finish-precsave.exp
9768 * gdb.reverse/i386-precsave.exp
9769 * gdb.reverse/machinestate-precsave.exp
9770 * gdb.reverse/sigall-precsave.exp
9771 * gdb.reverse/solib-precsave.exp
9772 * gdb.reverse/step-precsave.exp
9773 * gdb.reverse/until-precsave.exp
9774 * gdb.reverse/watch-precsave.exp
9775 * gdb.server/ext-attach.exp
9776 * gdb.server/ext-restart.exp
9777 * gdb.server/ext-run.exp
9778 * gdb.server/ext-wrapper.exp
9779 * gdb.stabs/gdb11479.exp
9780 * gdb.stabs/weird.exp
9781 * gdb.threads/attach-many-short-lived-threads.exp
9782 * gdb.threads/kill.exp
9783 * gdb.threads/watchpoint-fork.exp
9784
9785 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9786
9787 Fix test names starting with uppercase throughout all the files below.
9788
9789 * gdb.ada/array_return.exp
9790 * gdb.ada/catch_ex.exp
9791 * gdb.ada/info_exc.exp
9792 * gdb.ada/mi_catch_ex.exp
9793 * gdb.ada/mi_dyn_arr.exp
9794 * gdb.ada/mi_ex_cond.exp
9795 * gdb.ada/mi_exc_info.exp
9796 * gdb.ada/mi_interface.exp
9797 * gdb.ada/mi_task_arg.exp
9798 * gdb.ada/mi_task_info.exp
9799 * gdb.ada/mi_var_array.exp
9800 * gdb.arch/alpha-step.exp
9801 * gdb.arch/amd64-disp-step.exp
9802 * gdb.arch/arm-disp-step.exp
9803 * gdb.arch/disp-step-insn-reloc.exp
9804 * gdb.arch/e500-prologue.exp
9805 * gdb.arch/ftrace-insn-reloc.exp
9806 * gdb.arch/gdb1558.exp
9807 * gdb.arch/i386-bp_permanent.exp
9808 * gdb.arch/i386-disp-step.exp
9809 * gdb.arch/i386-float.exp
9810 * gdb.arch/i386-gnu-cfi.exp
9811 * gdb.arch/ia64-breakpoint-shadow.exp
9812 * gdb.arch/mips16-thunks.exp
9813 * gdb.arch/pa-nullify.exp
9814 * gdb.arch/powerpc-aix-prologue.exp
9815 * gdb.arch/powerpc-power.exp
9816 * gdb.arch/ppc-dfp.exp
9817 * gdb.arch/s390-tdbregs.exp
9818 * gdb.arch/spu-info.exp
9819 * gdb.arch/spu-ls.exp
9820 * gdb.arch/thumb-bx-pc.exp
9821 * gdb.base/advance.exp
9822 * gdb.base/annota-input-while-running.exp
9823 * gdb.base/arrayidx.exp
9824 * gdb.base/asmlabel.exp
9825 * gdb.base/async.exp
9826 * gdb.base/attach-wait-input.exp
9827 * gdb.base/auto-connect-native-target.exp
9828 * gdb.base/batch-preserve-term-settings.exp
9829 * gdb.base/bfp-test.exp
9830 * gdb.base/bigcore.exp
9831 * gdb.base/bp-permanent.exp
9832 * gdb.base/break-always.exp
9833 * gdb.base/break-fun-addr.exp
9834 * gdb.base/break-idempotent.exp
9835 * gdb.base/break-main-file-remove-fail.exp
9836 * gdb.base/break-probes.exp
9837 * gdb.base/break-unload-file.exp
9838 * gdb.base/break.exp
9839 * gdb.base/call-ar-st.exp
9840 * gdb.base/call-rt-st.exp
9841 * gdb.base/call-sc.exp
9842 * gdb.base/call-signal-resume.exp
9843 * gdb.base/call-strs.exp
9844 * gdb.base/callexit.exp
9845 * gdb.base/callfuncs.exp
9846 * gdb.base/catch-gdb-caused-signals.exp
9847 * gdb.base/catch-signal-siginfo-cond.exp
9848 * gdb.base/catch-syscall.exp
9849 * gdb.base/compare-sections.exp
9850 * gdb.base/cond-eval-mode.exp
9851 * gdb.base/condbreak-call-false.exp
9852 * gdb.base/consecutive-step-over.exp
9853 * gdb.base/cursal.exp
9854 * gdb.base/disabled-location.exp
9855 * gdb.base/disasm-end-cu.exp
9856 * gdb.base/display.exp
9857 * gdb.base/double-prompt-target-event-error.exp
9858 * gdb.base/dprintf-bp-same-addr.exp
9859 * gdb.base/dprintf-detach.exp
9860 * gdb.base/dprintf-next.exp
9861 * gdb.base/dprintf-non-stop.exp
9862 * gdb.base/dprintf-pending.exp
9863 * gdb.base/dso2dso.exp
9864 * gdb.base/ending-run.exp
9865 * gdb.base/enum_cond.exp
9866 * gdb.base/examine-backward.exp
9867 * gdb.base/exe-lock.exp
9868 * gdb.base/exec-invalid-sysroot.exp
9869 * gdb.base/execl-update-breakpoints.exp
9870 * gdb.base/execution-termios.exp
9871 * gdb.base/fileio.exp
9872 * gdb.base/fixsection.exp
9873 * gdb.base/foll-exec-mode.exp
9874 * gdb.base/foll-exec.exp
9875 * gdb.base/fork-running-state.exp
9876 * gdb.base/frame-args.exp
9877 * gdb.base/fullpath-expand.exp
9878 * gdb.base/func-ptr.exp
9879 * gdb.base/gcore-relro-pie.exp
9880 * gdb.base/gdb1090.exp
9881 * gdb.base/gdb1555.exp
9882 * gdb.base/global-var-nested-by-dso.exp
9883 * gdb.base/gnu-ifunc.exp
9884 * gdb.base/hbreak-in-shr-unsupported.exp
9885 * gdb.base/hbreak-unmapped.exp
9886 * gdb.base/hook-stop.exp
9887 * gdb.base/infcall-input.exp
9888 * gdb.base/info-fun.exp
9889 * gdb.base/info-shared.exp
9890 * gdb.base/interrupt-noterm.exp
9891 * gdb.base/jit-so.exp
9892 * gdb.base/jit.exp
9893 * gdb.base/line-symtabs.exp
9894 * gdb.base/list.exp
9895 * gdb.base/longjmp.exp
9896 * gdb.base/macscp.exp
9897 * gdb.base/max-value-size.exp
9898 * gdb.base/nodebug.exp
9899 * gdb.base/nofield.exp
9900 * gdb.base/overlays.exp
9901 * gdb.base/paginate-after-ctrl-c-running.exp
9902 * gdb.base/paginate-bg-execution.exp
9903 * gdb.base/paginate-inferior-exit.exp
9904 * gdb.base/pending.exp
9905 * gdb.base/pr11022.exp
9906 * gdb.base/printcmds.exp
9907 * gdb.base/ptr-typedef.exp
9908 * gdb.base/ptype.exp
9909 * gdb.base/randomize.exp
9910 * gdb.base/range-stepping.exp
9911 * gdb.base/realname-expand.exp
9912 * gdb.base/relativedebug.exp
9913 * gdb.base/remote.exp
9914 * gdb.base/savedregs.exp
9915 * gdb.base/sepdebug.exp
9916 * gdb.base/set-noassign.exp
9917 * gdb.base/shlib-call.exp
9918 * gdb.base/shreloc.exp
9919 * gdb.base/sigaltstack.exp
9920 * gdb.base/sigbpt.exp
9921 * gdb.base/siginfo-addr.exp
9922 * gdb.base/siginfo-obj.exp
9923 * gdb.base/siginfo-thread.exp
9924 * gdb.base/signest.exp
9925 * gdb.base/signull.exp
9926 * gdb.base/sigrepeat.exp
9927 * gdb.base/skip.exp
9928 * gdb.base/so-impl-ld.exp
9929 * gdb.base/solib-corrupted.exp
9930 * gdb.base/solib-disc.exp
9931 * gdb.base/solib-display.exp
9932 * gdb.base/solib-overlap.exp
9933 * gdb.base/solib-search.exp
9934 * gdb.base/solib-symbol.exp
9935 * gdb.base/source-execution.exp
9936 * gdb.base/sss-bp-on-user-bp-2.exp
9937 * gdb.base/sss-bp-on-user-bp.exp
9938 * gdb.base/stack-checking.exp
9939 * gdb.base/stale-infcall.exp
9940 * gdb.base/step-break.exp
9941 * gdb.base/step-line.exp
9942 * gdb.base/step-over-exit.exp
9943 * gdb.base/step-test.exp
9944 * gdb.base/structs.exp
9945 * gdb.base/sym-file.exp
9946 * gdb.base/symtab-search-order.exp
9947 * gdb.base/term.exp
9948 * gdb.base/type-opaque.exp
9949 * gdb.base/unload.exp
9950 * gdb.base/until-nodebug.exp
9951 * gdb.base/until.exp
9952 * gdb.base/unwindonsignal.exp
9953 * gdb.base/watch-cond.exp
9954 * gdb.base/watch-non-mem.exp
9955 * gdb.base/watch_thread_num.exp
9956 * gdb.base/watchpoint-reuse-slot.exp
9957 * gdb.base/watchpoint-solib.exp
9958 * gdb.base/watchpoint.exp
9959 * gdb.btrace/dlopen.exp
9960 * gdb.cell/arch.exp
9961 * gdb.cell/break.exp
9962 * gdb.cell/bt.exp
9963 * gdb.cell/core.exp
9964 * gdb.cell/data.exp
9965 * gdb.cell/dwarfaddr.exp
9966 * gdb.cell/ea-cache.exp
9967 * gdb.cell/ea-standalone.exp
9968 * gdb.cell/ea-test.exp
9969 * gdb.cell/f-regs.exp
9970 * gdb.cell/fork.exp
9971 * gdb.cell/gcore.exp
9972 * gdb.cell/mem-access.exp
9973 * gdb.cell/ptype.exp
9974 * gdb.cell/registers.exp
9975 * gdb.cell/sizeof.exp
9976 * gdb.cell/solib-symbol.exp
9977 * gdb.cell/solib.exp
9978 * gdb.compile/compile-tls.exp
9979 * gdb.cp/exception.exp
9980 * gdb.cp/gdb2495.exp
9981 * gdb.cp/local.exp
9982 * gdb.cp/mb-inline.exp
9983 * gdb.cp/mb-templates.exp
9984 * gdb.cp/pr10687.exp
9985 * gdb.cp/pr9167.exp
9986 * gdb.cp/scope-err.exp
9987 * gdb.cp/templates.exp
9988 * gdb.cp/virtfunc.exp
9989 * gdb.dwarf2/dw2-dir-file-name.exp
9990 * gdb.dwarf2/dw2-single-line-discriminators.exp
9991 * gdb.fortran/complex.exp
9992 * gdb.fortran/library-module.exp
9993 * gdb.guile/guile.exp
9994 * gdb.guile/scm-cmd.exp
9995 * gdb.guile/scm-frame-inline.exp
9996 * gdb.guile/scm-objfile.exp
9997 * gdb.guile/scm-pretty-print.exp
9998 * gdb.guile/scm-symbol.exp
9999 * gdb.guile/scm-type.exp
10000 * gdb.guile/scm-value.exp
10001 * gdb.linespec/keywords.exp
10002 * gdb.linespec/ls-errs.exp
10003 * gdb.linespec/macro-relative.exp
10004 * gdb.linespec/thread.exp
10005 * gdb.mi/mi-breakpoint-changed.exp
10006 * gdb.mi/mi-dprintf-pending.exp
10007 * gdb.mi/mi-fullname-deleted.exp
10008 * gdb.mi/mi-logging.exp
10009 * gdb.mi/mi-pending.exp
10010 * gdb.mi/mi-solib.exp
10011 * gdb.mi/new-ui-mi-sync.exp
10012 * gdb.mi/user-selected-context-sync.exp
10013 * gdb.multi/dummy-frame-restore.exp
10014 * gdb.multi/multi-arch-exec.exp
10015 * gdb.multi/remove-inferiors.exp
10016 * gdb.multi/watchpoint-multi-exit.exp
10017 * gdb.opt/solib-intra-step.exp
10018 * gdb.perf/backtrace.exp
10019 * gdb.perf/single-step.exp
10020 * gdb.perf/skip-command.exp
10021 * gdb.perf/skip-prologue.exp
10022 * gdb.perf/solib.exp
10023 * gdb.python/lib-types.exp
10024 * gdb.python/py-as-string.exp
10025 * gdb.python/py-bad-printers.exp
10026 * gdb.python/py-block.exp
10027 * gdb.python/py-breakpoint.exp
10028 * gdb.python/py-cmd.exp
10029 * gdb.python/py-events.exp
10030 * gdb.python/py-evthreads.exp
10031 * gdb.python/py-finish-breakpoint.exp
10032 * gdb.python/py-finish-breakpoint2.exp
10033 * gdb.python/py-frame-inline.exp
10034 * gdb.python/py-frame.exp
10035 * gdb.python/py-inferior.exp
10036 * gdb.python/py-infthread.exp
10037 * gdb.python/py-mi.exp
10038 * gdb.python/py-objfile.exp
10039 * gdb.python/py-pp-maint.exp
10040 * gdb.python/py-pp-registration.exp
10041 * gdb.python/py-prettyprint.exp
10042 * gdb.python/py-recurse-unwind.exp
10043 * gdb.python/py-shared.exp
10044 * gdb.python/py-symbol.exp
10045 * gdb.python/py-symtab.exp
10046 * gdb.python/py-template.exp
10047 * gdb.python/py-type.exp
10048 * gdb.python/py-unwind-maint.exp
10049 * gdb.python/py-unwind.exp
10050 * gdb.python/py-value.exp
10051 * gdb.python/python.exp
10052 * gdb.reverse/finish-reverse-bkpt.exp
10053 * gdb.reverse/insn-reverse.exp
10054 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10055 * gdb.reverse/solib-precsave.exp
10056 * gdb.reverse/solib-reverse.exp
10057 * gdb.stabs/gdb11479.exp
10058 * gdb.stabs/weird.exp
10059 * gdb.threads/fork-child-threads.exp
10060 * gdb.threads/fork-plus-threads.exp
10061 * gdb.threads/fork-thread-pending.exp
10062 * gdb.threads/forking-threads-plus-breakpoint.exp
10063 * gdb.threads/hand-call-in-threads.exp
10064 * gdb.threads/interrupted-hand-call.exp
10065 * gdb.threads/linux-dp.exp
10066 * gdb.threads/local-watch-wrong-thread.exp
10067 * gdb.threads/next-while-other-thread-longjmps.exp
10068 * gdb.threads/non-ldr-exit.exp
10069 * gdb.threads/pending-step.exp
10070 * gdb.threads/print-threads.exp
10071 * gdb.threads/process-dies-while-detaching.exp
10072 * gdb.threads/process-dies-while-handling-bp.exp
10073 * gdb.threads/pthreads.exp
10074 * gdb.threads/queue-signal.exp
10075 * gdb.threads/reconnect-signal.exp
10076 * gdb.threads/signal-command-handle-nopass.exp
10077 * gdb.threads/signal-command-multiple-signals-pending.exp
10078 * gdb.threads/signal-delivered-right-thread.exp
10079 * gdb.threads/signal-sigtrap.exp
10080 * gdb.threads/sigthread.exp
10081 * gdb.threads/staticthreads.exp
10082 * gdb.threads/stepi-random-signal.exp
10083 * gdb.threads/thread-unwindonsignal.exp
10084 * gdb.threads/thread_check.exp
10085 * gdb.threads/thread_events.exp
10086 * gdb.threads/tid-reuse.exp
10087 * gdb.threads/tls-nodebug.exp
10088 * gdb.threads/tls-shared.exp
10089 * gdb.threads/tls-so_extern.exp
10090 * gdb.threads/tls.exp
10091 * gdb.threads/wp-replication.exp
10092 * gdb.trace/actions-changed.exp
10093 * gdb.trace/actions.exp
10094 * gdb.trace/backtrace.exp
10095 * gdb.trace/change-loc.exp
10096 * gdb.trace/collection.exp
10097 * gdb.trace/deltrace.exp
10098 * gdb.trace/disconnected-tracing.exp
10099 * gdb.trace/entry-values.exp
10100 * gdb.trace/ftrace-lock.exp
10101 * gdb.trace/ftrace.exp
10102 * gdb.trace/infotrace.exp
10103 * gdb.trace/mi-trace-frame-collected.exp
10104 * gdb.trace/mi-trace-unavailable.exp
10105 * gdb.trace/mi-traceframe-changed.exp
10106 * gdb.trace/mi-tracepoint-changed.exp
10107 * gdb.trace/mi-tsv-changed.exp
10108 * gdb.trace/no-attach-trace.exp
10109 * gdb.trace/packetlen.exp
10110 * gdb.trace/passc-dyn.exp
10111 * gdb.trace/passcount.exp
10112 * gdb.trace/pending.exp
10113 * gdb.trace/pr16508.exp
10114 * gdb.trace/qtro.exp
10115 * gdb.trace/range-stepping.exp
10116 * gdb.trace/read-memory.exp
10117 * gdb.trace/report.exp
10118 * gdb.trace/save-trace.exp
10119 * gdb.trace/signal.exp
10120 * gdb.trace/stap-trace.exp
10121 * gdb.trace/status-stop.exp
10122 * gdb.trace/strace.exp
10123 * gdb.trace/tfile.exp
10124 * gdb.trace/tfind.exp
10125 * gdb.trace/trace-break.exp
10126 * gdb.trace/trace-condition.exp
10127 * gdb.trace/trace-enable-disable.exp
10128 * gdb.trace/trace-mt.exp
10129 * gdb.trace/tracecmd.exp
10130 * gdb.trace/tracefile-pseudo-reg.exp
10131 * gdb.trace/tspeed.exp
10132 * gdb.trace/tstatus.exp
10133 * gdb.trace/tsv.exp
10134 * gdb.trace/unavailable.exp
10135 * gdb.trace/while-dyn.exp
10136 * gdb.trace/while-stepping.exp
10137 * lib/gdb-guile.exp
10138 * lib/gdb.exp
10139 * lib/mi-support.exp
10140 * lib/pascal.exp
10141 * lib/perftest.exp
10142 * lib/prelink-support.exp
10143 * lib/selftest-support.exp
10144
10145 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10146
10147 * Makefile.in: Include disable-implicit-rules.mk.
10148
10149 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10150
10151 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10152 non-byte-aligned bit fields.
10153
10154 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10155
10156 PR gdb/12616
10157 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10158 respects the DW_AT_data_bit_offset attribute.
10159
10160 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10161
10162 * gdb.base/default.exp: Fix output of "set language".
10163
10164 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10165
10166 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10167 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10168 make.
10169 * configure.ac: Remove checks for the make program.
10170 * configure: Re-generate.
10171
10172 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10173
10174 * gdb.python/py-recurse-unwind.c (main): Add loop.
10175 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10176 to read_register() and gdb.parse_and_eval(). Make each code
10177 call a separate case that can be individually tested.
10178 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10179 proc. Call cont_and_backtrace for each of the code paths that
10180 we want to test in the unwinder.
10181
10182 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10183
10184 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10185 the definition of struct S.
10186
10187 2016-11-11 Catherine Moore <clm@codesourcery.com>
10188
10189 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10190
10191 2016-11-09 Pedro Alves <palves@redhat.com>
10192
10193 * gdb.base/commands.exp (runto_or_return): New procedure.
10194 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10195 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10196 (progvar_simple_while_test, progvar_complex_if_while_test)
10197 (if_while_breakpoint_command_test)
10198 (infrun_breakpoint_command_test, breakpoint_command_test)
10199 (user_defined_command_test, watchpoint_command_test)
10200 (test_command_prompt_position, redefine_hook_test)
10201 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10202 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10203 multi_line_input and multi_line. Remove gdb_expect and
10204 gdb_stop_suppressing_tests uses.
10205 * lib/gdb.exp (valnum_re): New global.
10206 (multi_line_input): New procedure.
10207
10208 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10209
10210 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10211 Remove.
10212 (test_setup): Define with proc_with_prefix.
10213 (test_cli_inferior): Likewise.
10214 (test_cli_thread): Likewise.
10215 (test_cli_frame): Likewise.
10216 (test_cli_select_frame): Likewise.
10217 (test_cli_up_down): Likewise.
10218 (test_mi_thread_select): Likewise.
10219 (test_mi_stack_select_frame): Likewise.
10220 (test_cli_in_mi_inferior): Likewise.
10221 (test_cli_in_mi_thread): Likewise.
10222 (test_cli_in_mi_frame): Likewise.
10223 (top level): Do not use with_test_prefix_procname.
10224
10225 2016-11-09 Pedro Alves <palves@redhat.com>
10226
10227 * gdb.base/commands.exp (gdbvar_simple_if_test)
10228 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10229 (progvar_simple_if_test, progvar_simple_while_test)
10230 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10231 (infrun_breakpoint_command_test, breakpoint_command_test)
10232 (user_defined_command_test, watchpoint_command_test)
10233 (test_command_prompt_position, deprecated_command_test)
10234 (bp_deleted_in_command, temporary_breakpoint_commands)
10235 (stray_arg0_test, source_file_with_indented_comment)
10236 (recursive_source_test, if_commands_test)
10237 (error_clears_commands_left, redefine_hook_test)
10238 (redefine_backtrace_test): Use proc_with_prefix.
10239 * lib/gdb.exp (proc_with_prefix): New proc.
10240
10241 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10242
10243 * gdb.base/tui-layout.c: New file.
10244 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10245 disassembly window contains very long lines.
10246
10247 2016-11-08 Tom Tromey <tom@tromey.com>
10248
10249 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10250 depend on Python 2.
10251
10252 2016-11-08 Tom Tromey <tom@tromey.com>
10253
10254 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10255 New method.
10256
10257 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10258
10259 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10260
10261 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10262
10263 * gdb.rust/simple.rs: Add test for univariant enums without
10264 discriminants and for encoded struct-like enums.
10265
10266 2016-10-28 Pedro Alves <palves@redhat.com>
10267
10268 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10269 gdb_test_multiple, tighten regexps and match symtabs and line
10270 tables incrementally.
10271
10272 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10273
10274 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10275 general.
10276
10277 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10278
10279 * gdb.base/exec-invalid-sysroot.exp: New file.
10280
10281 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10282
10283 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10284
10285 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10286
10287 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10288
10289 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10290
10291 * gdb.base/killed-outside.exp: Remove $options from a call to
10292 `prepare_for_testing'.
10293
10294 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10295
10296 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10297 Change test message.
10298
10299 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10300
10301 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10302 Update comment.
10303
10304 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10305
10306 * gdb.trace/mi-trace-save.exp: New file.
10307
10308 2016-10-13 Yao Qi <yao.qi@linaro.org>
10309
10310 * gdb.base/code_elim.exp (get_var_address): Remove.
10311 * gdb.base/relocate.exp: Likewise.
10312 * gdb.base/shreloc.exp: Likewise.
10313 * lib/gdb.exp (get_var_address): New.
10314
10315 2016-10-13 Yao Qi <yao.qi@linaro.org>
10316
10317 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10318 floating point tests if $skip_float_test is false.
10319
10320 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10321
10322 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10323 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10324 argc values.
10325 Add 1 to argc so we guarantee distinct initial/modified argc values.
10326
10327 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10328
10329 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10330
10331 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10332
10333 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10334 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10335 * gdb.arch/vsx-regs.exp: Likewise.
10336
10337 2016-10-07 Yao Qi <yao.qi@linaro.org>
10338
10339 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10340
10341 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10342
10343 * gdb.python/python.exp: Test decode_line("*0").
10344
10345 2016-10-06 Doug Evans <dje@google.com>
10346
10347 * gdb.python/py-value.exp (test_value_creation): Add test for large
10348 unsigned 64-bit value.
10349
10350 2016-10-06 Tom Tromey <tom@tromey.com>
10351
10352 * gdb.compile/compile.exp: Change java tests to rust.
10353 * gdb.base/setshow.exp: Change java tests to rust.
10354 * gdb.base/default.exp: Remove java from language list.
10355 * README (Examples): Update language example.
10356 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10357 test.
10358 * lib/gdb.exp (skip_java_tests): Remove.
10359 * lib/java.exp: Remove.
10360 * gdb.java: Remove.
10361
10362 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10363
10364 * gdb.arch/mips-fcr.exp: New test.
10365 * gdb.arch/mips-fcr.c: Source for the new test.
10366
10367 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10368
10369 * gdb.base/solib-disc.exp: Use `standard_output_file'
10370 throughout.
10371
10372 2016-10-06 Pedro Alves <palves@redhat.com>
10373
10374 * gdb.base/jit-simple-dl.c: New file.
10375 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10376 * gdb.base/jit-simple.c: ... this.
10377 * gdb.base/jit-simple.exp (jit_run): Delete.
10378 (build_jit): New proc.
10379 (jit_test_reread): Recompile either the main program or the shared
10380 library, depending on what is being tested. Skip changing address
10381 if caller wants to. Compare before/after addresses. If testing
10382 standalone, explicitly load the binary. Test "maint info
10383 breakpoints".
10384 (top level): Add "standalone vs shared lib" and "change address"
10385 vs "same address" axes.
10386
10387 2016-10-06 Pedro Alves <palves@redhat.com>
10388
10389 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10390 call.
10391 (jit_run): Delete.
10392 (jit_test_reread): Use with_test_prefix. Reload the main binary
10393 explicitly. Compare the before/after addresses of the JIT
10394 descriptor.
10395
10396 2016-08-15 Doug Evans <dje@google.com>
10397
10398 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10399 for single bitfields is bool.
10400 * gdb.xml/tdesc-regs.exp: Ditto.
10401
10402 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10403
10404 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10405
10406 2016-10-05 Yao Qi <yao.qi@linaro.org>
10407
10408 * lib/gdb.exp (support_complex_tests): Return zero if
10409 gdb_skip_float_test return true.
10410
10411 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10412 Simon Marchi <simon.marchi@ericsson.com>
10413
10414 PR gdb/20487
10415 * gdb.mi/user-selected-context-sync.exp: New file.
10416 * gdb.mi/user-selected-context-sync.c: New file.
10417
10418 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10419 Simon Marchi <simon.marchi@ericsson.com>
10420
10421 PR gdb/20487
10422 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10423 =thread-select-event check.
10424
10425 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10426
10427 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10428 the compulsory L operand changes.
10429 * gdb.arch/powerpc-power.s: Likewise.
10430
10431 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10432
10433 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10434 * gdb.base/jit-attach-pie.c: New file.
10435 * gdb.base/jit-attach-pie.exp: New file.
10436
10437 2016-09-28 Pedro Alves <palves@redhat.com>
10438
10439 * gdb.base/infcall-input.c: New file.
10440 * gdb.base/infcall-input.exp: New file.
10441
10442 2016-09-22 Yao Qi <yao.qi@linaro.org>
10443
10444 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10445 (gdb_exit): Rename it to ...
10446 (gdbserver_gdb_exit): ... Close GDBserver.
10447 (gdb_exit): New proc, call gdbserver_gdb_exit.
10448 (mi_gdb_exit): Likewise.
10449
10450 2016-09-22 Yao Qi <yao.qi@linaro.org>
10451
10452 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10453 path.
10454 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10455 Remove duplication.
10456
10457 2016-09-22 Yao Qi <yao.qi@linaro.org>
10458
10459 * lib/gdbserver-support.exp: Check the existence of
10460 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10461
10462 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10463
10464 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10465
10466 2016-09-21 Tom Tromey <tom@tromey.com>
10467
10468 PR gdb/20604:
10469 * gdb.base/quit.exp: New file.
10470
10471 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10472
10473 * .gitignore: New file.
10474
10475 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10476
10477 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10478 throughout.
10479
10480 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10481
10482 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10483
10484 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10485
10486 * gdb.cp/casts.cc (decltype): Move it ...
10487 (main): ... with its call to ...
10488 * gdb.cp/casts03.cc: ... a new file.
10489 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10490
10491 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10492
10493 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10494
10495 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10496
10497 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10498 and sync up the test with tests in gas/testsuite/gas/ppc.
10499 * gdb.arch/powerpc-power.exp: Likewise.
10500
10501 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10502
10503 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10504
10505 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10506 Jan Kratochvil <jan.kratochvil@redhat.com>
10507
10508 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10509 make m1's definition to be different from m2's. Use 'dummy' as an
10510 argument for probe 'two'.
10511
10512 2016-09-10 Jon Beniston <jon@beniston.com>
10513
10514 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10515 for sim target.
10516
10517 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10518
10519 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10520 variable declaration.
10521 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10522 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10523 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10524 received HWCAP as its argument.
10525
10526 2016-09-06 Pedro Alves <palves@redhat.com>
10527
10528 * gdb.base/new-ui-pending-input.c: New file.
10529 * gdb.base/new-ui-pending-input.exp: New file.
10530 * gdb.exp (clear_gdb_spawn_id): New procedure.
10531 (with_spawn_id): Check whether gdb_spawn_id exists before
10532 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10533 on exit.
10534
10535 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10536
10537 * gdb.base/float128.c: New file.
10538 * gdb.base/float128.exp: Likewise.
10539 * gdb.base/floatn.c: Likewise.
10540 * gdb.base/floatn.exp: Likewise.
10541
10542 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10543
10544 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10545
10546 2016-09-05 Pedro Alves <palves@redhat.com>
10547
10548 PR backtrace/19927
10549 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10550 unwinders are immediately called as side effect of "source" or
10551 "disable unwinder" commands.
10552 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10553
10554 2016-09-02 Yao Qi <yao.qi@linaro.org>
10555
10556 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10557 is true and $type is "float" or "double".
10558
10559 2016-09-02 Yao Qi <yao.qi@linaro.org>
10560
10561 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10562 true.
10563 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10564 * gdb.base/call-rt-st.exp: Likewise.
10565 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10566 return value instead of gdb,skip_float_test.
10567 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10568 (do_function_calls): Use its return value instead of
10569 gdb,skip_float_test.
10570 * gdb.base/finish.exp: Likewise.
10571 * gdb.base/funcargs.exp: Likewise.
10572 * gdb.base/return.exp: Likewise.
10573 * gdb.base/return2.exp: Likewise.
10574 * gdb.base/varargs.exp: Likewise.
10575 * lib/gdb.exp (gdb_skip_float_test): Change it to
10576 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10577
10578 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10579
10580 * gdb.multi/tids.exp: Test "thread apply all".
10581
10582 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10583
10584 * gdb.base/default.exp (tty): Remove.
10585
10586 2016-08-24 Kevin Buettner <kevinb@redhat.com>
10587
10588 * gdb.python/py-recurse-unwind.c: New file.
10589 * gdb.python/py-recurse-unwind.py: New file.
10590 * gdb.python/py-recurse-unwind.exp: New file.
10591
10592 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10593
10594 * gdb.base/set-inferior-tty.exp: New file.
10595 * gdb.base/set-inferior-tty.c: New file.
10596
10597 2016-08-23 Pedro Alves <palves@redhat.com>
10598
10599 PR gdb/20494
10600 * gdb.base/new-ui-echo.c: New file.
10601 * gdb.base/new-ui-echo.exp: New file.
10602
10603 2016-08-23 Yao Qi <yao.qi@linaro.org>
10604
10605 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10606 gdbserver_spawn.
10607 * gdb.server/connect-without-multi-process.exp (do_test):
10608 Likewise.
10609
10610 2016-08-23 Yao Qi <yao.qi@linaro.org>
10611
10612 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10613 standalone_txt. Delete gdb_txt and standalone_txt on host
10614 and target. Spawn the binary on target. Copy files from
10615 target to host.
10616
10617 2016-08-22 Pedro Alves <palves@redhat.com>
10618
10619 PR gdb/20505
10620 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10621 with_test_prefix. Factor out bits to ...
10622 (test_no_vdso): ... this new procedure.
10623
10624 2016-08-19 Carl Love <cel@us.ibm.com>
10625
10626 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10627 maintaining separate logic for constructing the output path.
10628 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10629 * gdb.arch/ppc-dfp.exp: Likewise.
10630 * gdb.arch/ppc-fp.exp: Likewise.
10631 * gdb.arch/vsx-regs.exp: Likewise.
10632 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10633 binprefix for generating the additional binary files.
10634
10635 2016-08-19 Pedro Alves <palves@redhat.com>
10636
10637 * gdb.trace/mi-trace-frame-collected.exp
10638 (test_trace_frame_collected): On x32, expect two registers.
10639
10640 2016-08-18 Carl Love <cel@us.ibm.com>
10641
10642 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10643 and sync up the test with tests in gas/testsuite/gas/ppc.
10644 * gdb.arch/powerpc-power.exp: Likewise.
10645
10646 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10647
10648 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10649 expected error message.
10650
10651 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10652
10653 * gdb.multi/remove-inferiors.exp: New file.
10654 * gdb.multi/remove-inferiors.c: New file.
10655
10656 2016-08-12 Yao Qi <yao.qi@linaro.org>
10657
10658 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10659 argument list.
10660
10661 2016-08-10 Pedro Alves <palves@redhat.com>
10662
10663 PR gdb/19187
10664 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10665 setup_kfails.
10666
10667 2016-08-09 Pedro Alves <palves@redhat.com>
10668 Simon Marchi <simon.marchi@ericsson.com>
10669
10670 PR gdb/20418
10671 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10672 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10673
10674 2016-08-09 Pedro Alves <palves@redhat.com>
10675
10676 PR mi/20431
10677 * gdb.mi/mi-cmd-error.exp: New file.
10678
10679 2016-08-09 Pedro Alves <palves@redhat.com>
10680
10681 PR gdb/18653
10682 * gdb.base/signals-state-child.c: New file.
10683 * gdb.base/signals-state-child.exp: New file.
10684 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10685
10686 2016-08-09 Pedro Alves <palves@redhat.com>
10687
10688 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10689
10690 2016-08-03 Tom Tromey <tom@tromey.com>
10691
10692 PR python/18565:
10693 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10694
10695 2016-08-01 Yao Qi <yao.qi@linaro.org>
10696
10697 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10698 variable mode to "multi-process" if $multi_process is 1, otherwise
10699 set it to "single-process".
10700
10701 2016-08-01 Yao Qi <yao.qi@linaro.org>
10702
10703 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10704 * gdb.cp/cpexprs.exp: Likewise.
10705 * gdb.cp/m-static.exp: Likewise.
10706
10707 2016-07-26 Tom Tromey <tom@tromey.com>
10708
10709 PR python/20190:
10710 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10711 test.
10712
10713 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10714
10715 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10716 selecting assembly source files.
10717 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10718 assembly source files.
10719 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10720 assembly source files.
10721 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10722 selecting assembly source files.
10723
10724 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10725
10726 * gdb.base/new-ui.exp (do_test_invalid_args): New
10727 procedure.
10728
10729 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10730
10731 * gdb.btrace/reconnect.c: New file.
10732 * gdb.btrace/reconnect.exp: New file.
10733
10734 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10735
10736 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10737 to test_catch_syscall_group.
10738 (test_catch_syscall_group): New.
10739
10740 2016-07-21 Tom Tromey <tom@tromey.com>
10741
10742 * gdb.rust/simple.rs (main): Use empty struct expression.
10743 * gdb.rust/simple.exp: Add tests for empty struct expression.
10744
10745 2016-07-21 Yao Qi <yao.qi@linaro.org>
10746
10747 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10748 if gdb_skip_xml_test is true on some targets.
10749
10750 2016-07-21 Yao Qi <yao.qi@linaro.org>
10751
10752 * gdb.server/solib-list.exp: Unset last_loaded_file.
10753
10754 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10755
10756 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10757 "step into captured_main (args)".
10758
10759 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10760
10761 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10762
10763 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10764
10765 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10766
10767 2016-07-19 Pedro Alves <palves@redhat.com>
10768
10769 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10770 * gdb.opt/inline-bt.exp: Likewise.
10771 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10772 additional_flags=-Winline.
10773 * gdb.opt/inline-locals.exp: Likewise.
10774 * gdb.opt/inline-markers.c (ATTR): Define.
10775 (inlined_fn): Use it.
10776
10777 2016-07-19 Yao Qi <yao.qi@linaro.org>
10778
10779 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10780 (test_with_self): Remove some code. Remove argument executable.
10781 (top-level): Use do_self_tests.
10782
10783 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
10784 Don Breazeal <donb@codesourcery.com>
10785
10786 * gdb.base/maint.exp: Escape paths used in regular expressions.
10787 * gdb.stabs/weird.exp: Likewise.
10788
10789 2016-07-13 Tom Tromey <tom@tromey.com>
10790
10791 PR python/15620, PR python/18620:
10792 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10793 (test_bkpt_events): New procs.
10794
10795 2016-07-13 Tom Tromey <tom@tromey.com>
10796
10797 PR python/17698:
10798 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10799 test.
10800 (test_watchpoints): Likewise.
10801 (test_bkpt_pending): New proc.
10802
10803 2016-07-13 Tom Tromey <tom@tromey.com>
10804
10805 PR cli/18053:
10806 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10807 completion test.
10808
10809 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10810
10811 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10812 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10813 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10814 f_label.
10815 (g): Rename g_end_lbl to g_label.
10816 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10817 low_pc and high_pc.
10818 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10819
10820 2016-07-12 Tom Tromey <tom@tromey.com>
10821
10822 PR python/19293:
10823 * gdb.python/py-unwind-maint.exp: Update tests.
10824
10825 2016-07-12 Yao Qi <yao.qi@linaro.org>
10826
10827 * lib/selftest-support.exp (selftest_setup): Match the output
10828 when captured_main is inlined.
10829
10830 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10831
10832 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10833 New variables.
10834 (print this%a, print this%b, print this): New tests.
10835 * gdb.fortran/derived-types.f90 (this): New object and
10836 initialization.
10837
10838 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10839
10840 * gdb.ada/arraydim.exp: Remove extra directory level in build
10841 directory.
10842
10843 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10844
10845 * lib/ada.exp: Remove extra directory level in build directory.
10846 * gdb.ada/cond_lang.exp: Likewise.
10847 * gdb.ada/exec_changed.exp: Likewise.
10848 * gdb.ada/lang_switch.exp: Likewise.
10849
10850 2016-07-06 Manish Goregaokar <manish@mozilla.com>
10851
10852 * simple.rs: Add test for raw pointer subscripting.
10853 * simple.exp: Add test expectations.
10854
10855 2016-07-05 Yao Qi <yao.qi@linaro.org>
10856
10857 * gdb.mi/mi-reverse.exp: Match =record-started output.
10858
10859 2016-07-01 Pedro Alves <palves@redhat.com>
10860
10861 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10862 procedure.
10863 (jit_reader_test): Test the jit reader's unwinder.
10864 * gdb.base/jithost.c (jit_function_00_code): New global.
10865 (main): Use memcpy to fill in the mmapped code, instead of poking
10866 bytes manually here.
10867 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10868 value.
10869 (read_debug_info): Save the function's range.
10870 (read_sp): New function.
10871 (unwind_frame): Use it. Also unwind RBP.
10872 (get_frame_id): Use read_sp.
10873 (gdb_init_reader): Use calloc instead of malloc.
10874 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10875 parameter. Use gdb_test_multiple.
10876
10877 2016-07-01 Pedro Alves <palves@redhat.com>
10878 Antoine Tremblay <antoine.tremblay@ericsson.com>
10879
10880 * gdb.threads/process-dies-while-detaching.c: New file.
10881 * gdb.threads/process-dies-while-detaching.exp: New file.
10882
10883 2016-07-01 Pedro Alves <palves@redhat.com>
10884
10885 * gdb.multi/watchpoint-multi-exit.c: New file.
10886 * gdb.multi/watchpoint-multi-exit.exp: New file.
10887
10888 2016-06-30 Pedro Alves <palves@redhat.com>
10889
10890 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10891 unset inferior_spawn_id.
10892
10893 2016-06-30 Pedro Alves <palves@redhat.com>
10894
10895 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10896 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10897
10898 2016-06-29 Yao Qi <yao.qi@linaro.org>
10899
10900 * gdb.base/return.c: Add copyright header.
10901
10902 2016-06-29 Tom Tromey <tom@tromey.com>
10903
10904 PR python/20129:
10905 * gdb.python/py-framefilter.exp: Add tests for setting priority
10906 and disabling of non-existent frame filter.
10907
10908 2016-06-29 Yao Qi <yao.qi@linaro.org>
10909
10910 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10911 0x0f07ff.
10912
10913 2016-06-28 Yao Qi <yao.qi@linaro.org>
10914
10915 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10916 triplets. Start gdb, execute catch syscall, and continue. Check
10917 gdb's output to determine catch syscall is supported.
10918
10919 2016-06-27 Manish Goregaokar <manish@mozilla.com>
10920
10921 * gdb.rust/simple.rs: Add test for returning unit in a function.
10922 * gdb.rust/simple.exp: Add expectation for functions returning
10923 unit.
10924
10925 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10926
10927 * gdb.python/py-breakpoint-create-fail.c,
10928 gdb.python/py-breakpoint-create-fail.exp,
10929 gdb.python/py-breakpoint-create-fail.py: New testcase.
10930
10931 2016-06-25 Manish Goregaokar <manish@mozilla.com>
10932
10933 PR gdb/20239
10934 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
10935 * gdb.rust/simple.exp: Add test expectations for new NonZero
10936 tests.
10937
10938 2016-06-24 David Taylor <dtaylor@emc.com>
10939
10940 * gdb.base/offsets.exp: New file.
10941 * gdb.base/offsets.c: New file.
10942
10943 2016-06-23 Tom Tromey <tom@tromey.com>
10944
10945 PR gdb/16483:
10946 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10947 before any filters are loaded.
10948
10949 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10950
10951 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10952 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10953 structs.
10954 * gdb.fortran/derived-type-function.exp: New file.
10955 * gdb.fortran/derived-type-function.f90: New file.
10956
10957
10958 2016-06-21 Pedro Alves <palves@redhat.com>
10959
10960 * gdb.base/new-ui.exp: New file.
10961 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10962 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10963 (with_spawn_id): New procedure.
10964
10965 2016-06-21 Pedro Alves <palves@redhat.com>
10966
10967 * gdb.mi/mi-exec-run.exp: New file.
10968
10969 2016-06-21 Pedro Alves <palves@redhat.com>
10970
10971 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10972 breakpoint command's output on the main UI.
10973 (test_break): New procedure, factored out from calls in the top
10974 level.
10975 (top level): Use foreach_with_prefix to test MI as main UI and as
10976 separate UI.
10977
10978 2016-06-21 Pedro Alves <palves@redhat.com>
10979
10980 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10981 (test_awatch_creation_and_listing)
10982 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10983 Remove 'type' parameter.
10984 (test_watchpoint_all): New parameter mi_mode. Remove
10985 with_test_prefix.
10986 (top level): Use foreach_with_prefix, and add main/separate UI MI
10987 testing axis.
10988
10989 2016-06-21 Pedro Alves <palves@redhat.com>
10990
10991 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10992 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10993 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10994 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10995 (gdb_main_spawn_id, mi_spawn_id): Declare and
10996 comment.
10997 (mi_create_inferior_pty): New procedure,
10998 factored out from default_mi_gdb_start.
10999 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11000 procedures.
11001 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11002 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11003 Use mi_create_inferior_pty.
11004 (mi_gdb_start): Use eval to pass down args list.
11005
11006 2016-06-21 Pedro Alves <palves@redhat.com>
11007
11008 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11009 * gdb.opt/inline-cmds.exp: Add MI tests.
11010
11011 2016-06-21 Pedro Alves <palves@redhat.com>
11012
11013 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11014
11015 2016-06-21 Pedro Alves <palves@redhat.com>
11016
11017 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11018 (top level): Use it instead of mi_execute_to.
11019
11020 2016-06-21 Pedro Alves <palves@redhat.com>
11021
11022 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11023 (cont_handler_str): New.
11024 (signal_stop_handler): Set stop_handler_str instead of printing to
11025 stdout.
11026 (continue_handler): Set cont_handler_str instead of printing to
11027 stdout.
11028 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11029 mi_send_resuming_command. Print stop_handler_str and
11030 cont_handler_str instead of expecting the python events print
11031 directly.
11032
11033 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11034
11035 * gdb.base/jit-reader.exp: New file.
11036 * gdb.base/jithost.c: New file.
11037 * gdb.base/jithost.h: New file.
11038 * gdb.base/jitreader.c : New file.
11039 * gdb.base/jit-protocol.h: New file.
11040
11041 2016-06-17 Yao Qi <yao.qi@linaro.org>
11042
11043 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11044 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11045 and detach-on-fork. Adjust tests.
11046 (top level): Invoke break_cond_on_syscall with combinations of
11047 syscall, follow-fork-mode and detach-on-fork.
11048
11049 2016-06-17 Yao Qi <yao.qi@linaro.org>
11050
11051 * gdb.base/step-over-exit.c: New.
11052 * gdb.base/step-over-exit.exp: New.
11053
11054 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11055
11056 * gdb.base/float.exp: Add target check for nds32*-*-*.
11057 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11058
11059 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11060
11061 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11062 for unsupported target features.
11063 * gdb.base/call-rt-st.exp: Likewise.
11064 * gdb.base/call-sc.exp: Likewise.
11065 * gdb.base/call-signal-resume.exp: Likewise.
11066 * gdb.base/call-strs.exp: Likewise.
11067 * gdb.base/callexit.exp: Likewise.
11068 * gdb.base/callfuncs.exp: Likewise.
11069 * gdb.base/nodebug.exp: Likewise.
11070 * gdb.base/printcmds.exp: Likewise.
11071 * gdb.base/ptype.exp: Likewise.
11072 * gdb.base/structs.exp: Likewise.
11073 * gdb.base/unwindonsignal.exp: Likewise.
11074 * gdb.cp/gdb2495.exp: Likewise.
11075 * gdb.cp/templates.exp: Likewise.
11076 * gdb.cp/virtfunc.exp: Likewise.
11077 * gdb.threads/hand-call-in-threads.exp: Likewise.
11078 * gdb.threads/interrupted-hand-call.exp: Likewise.
11079 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11080
11081 2016-06-10 Tom Tromey <tom@tromey.com>
11082
11083 PR rust/20110:
11084 * gdb.rust/expr.exp: Add test for integer constant larger than
11085 i32.
11086
11087 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11088
11089 * gdb.fortran/nested-funcs.exp: New.
11090 * gdb.fortran/nested-funcs.f90: New.
11091
11092 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11093
11094 * gdb.base/examine-backward.c: New file.
11095 * gdb.base/examine-backward.exp: New file.
11096
11097 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11098
11099 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11100 matching.
11101
11102 2016-06-02 Tom Tromey <tom@tromey.com>
11103
11104 PR python/18984:
11105 * gdb.python/py-shared.exp: Add solib_name test.
11106
11107 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11108
11109 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11110
11111 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11112
11113 PR c++/19893
11114 * gdb.dwarf2/implref.exp: Rename to...
11115 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11116 * gdb.dwarf2/implref-array.c: New file.
11117 * gdb.dwarf2/implref-array.exp: Likewise.
11118 * gdb.dwarf2/implref-global.c: Likewise.
11119 * gdb.dwarf2/implref-global.exp: Likewise.
11120 * gdb.dwarf2/implref-struct.c: Likewise.
11121 * gdb.dwarf2/implref-struct.exp: Likewise.
11122
11123 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11124
11125 * gdb.trace/trace-condition.exp: Add 64bit tests.
11126
11127 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11128
11129 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11130 bits types.
11131 (main): Adapt to 8 to 64 bits types.
11132 * gdb.trace/trace-condition.exp: Add new tests.
11133
11134 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11135
11136 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11137
11138 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11139
11140 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11141 Move condition tests...
11142 * gdb.trace/trace-condition.exp: Here.
11143
11144 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11145
11146 * gdb.trace/trace-condition.exp: Add counter-case tests.
11147
11148 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11149
11150 PR c++/15231
11151 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11152 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11153
11154 2016-05-27 Pedro Alves <palves@redhat.com>
11155
11156 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11157 New procedure.
11158 (top level): Call it, and bail out of DejaGnu is known to be bad.
11159
11160 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11161
11162 * gdb.base/whatis.c: Extend the test case.
11163 * gdb.base/whatis.exp: Add additional tests.
11164
11165 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11166
11167 * gdb.fortran/type.f90: Add pointer variable.
11168 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11169
11170 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11171
11172 * gdb.fortran/vla-type.exp: Fix testcase name.
11173
11174 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11175
11176 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11177
11178 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11179
11180 * gdb.fortran/type.f90: Add nested structures.
11181 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11182 * gdb.fortran/derived-type.exp: Adapt expected output.
11183 * gdb.fortran/vla-type.exp: Adapt expected output.
11184
11185 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11186
11187 * gdb.fortran/whatis_type.exp: Adapt expected output.
11188
11189 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11190
11191 * gdb.fortran/print_type.exp: Fix expected output.
11192 * gdb.fortran/whatis_type.exp: Fix expected output.
11193
11194 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11195
11196 * gdb.fortran/whatis_type.exp: Use multi_line.
11197
11198 2016-05-24 Tom Tromey <tom@tromey.com>
11199
11200 PR python/17386:
11201 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11202 use value as an index.
11203
11204 2016-05-23 Tom Tromey <tom@tromey.com>
11205
11206 PR python/17981:
11207 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11208 no-breakpoint case.
11209
11210 2016-05-24 Pedro Alves <palves@redhat.com>
11211
11212 PR gdb/19828
11213 * gdb.threads/clone-attach-detach.c: New file.
11214 * gdb.threads/clone-attach-detach.exp: New file.
11215
11216 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11217
11218 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11219
11220 2016-05-23 Tom Tromey <tom@tromey.com>
11221
11222 PR python/19438, PR python/18393:
11223 * gdb.python/py-progspace.exp: Add "dir" test.
11224 * gdb.python/py-objfile.exp: Add "dir" test.
11225
11226 2016-05-23 Yao Qi <yao.qi@linaro.org>
11227
11228 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11229 * gdb.arch/thumb2-it.exp: Likewise.
11230
11231 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11232
11233 * gdb.mi/mi-threads-interrupt.c: New file.
11234 * gdb.mi/mi-threads-interrupt.exp: New file.
11235
11236 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11237
11238 PR gdb/18077
11239 * gdb.mi/mi-async-run.exp: New file.
11240 * gdb.mi/mi-async-run.c: New file.
11241
11242 2016-05-17 Tom Tromey <tom@tromey.com>
11243 Manish Goregaokar <manishsmail@gmail.com>
11244
11245 * lib/rust-support.exp: New file.
11246 * lib/gdb.exp (skip_rust_tests): New proc.
11247 (build_executable_from_specs): Handle rust.
11248 * lib/future.exp (gdb_find_rustc): New proc.
11249 (gdb_default_target_compile): Handle rust.
11250 * gdb.rust/expr.exp: New file.
11251 * gdb.rust/generics.exp: New file.
11252 * gdb.rust/generics.rs: New file.
11253 * gdb.rust/methods.exp: New file.
11254 * gdb.rust/methods.rs: New file.
11255 * gdb.rust/modules.exp: New file.
11256 * gdb.rust/modules.rs: New file.
11257 * gdb.rust/simple.exp: New file.
11258 * gdb.rust/simple.rs: New file.
11259
11260 2016-05-17 Tom Tromey <tom@tromey.com>
11261
11262 * gdb.base/default.exp (set language): Add rust.
11263
11264 2016-05-17 Tom Tromey <tom@tromey.com>
11265
11266 * gdb.gdb/unittest.exp: New file.
11267
11268 2016-05-16 Yao Qi <yao.qi@linaro.org>
11269
11270 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11271 shell_prompt. Update shell_prompt_re.
11272
11273 2016-05-12 Doug Evans <dje@google.com>
11274
11275 PR symtab/19999
11276 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11277 $options when building executable.
11278 * gdb.dwarf2/fission-loclists-pie.S: New file.
11279 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11280
11281 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11282
11283 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11284 of [is_remote target],
11285
11286 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11287
11288 * lib/gdb.exp (use_gdb_stub): New procedure.
11289
11290 2016-05-03 Yunlian Jiang <yunlian@google.com>
11291 Doug Evans <dje@google.com>
11292
11293 PR symtab/19914
11294 * gdb.dwarf2/dwp-sepdebug.c: New file.
11295 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11296
11297 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11298
11299 * gdb.base/detach.exp: Remove is_remote check.
11300
11301 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11302
11303 * gdb.base/annota-input-while-running.exp: Don't check for
11304 [is_remote target]. Enable annotations after running to main.
11305 Remove unused "set test..." line.
11306
11307 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11308
11309 * gdb.trace/trace-enable-disable.exp: New file.
11310 * gdb.trace/trace-enable-disable.c: New file.
11311
11312 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11313
11314 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11315 use it in info sharedlibrary test.
11316 * gdb.trace/ftrace-lock.exp: Likewise.
11317 * gdb.trace/ftrace.exp: Likewise.
11318 * gdb.trace/range-stepping.exp: Likewise.
11319 * gdb.trace/trace-break.exp: Likewise.
11320 * gdb.trace/trace-condition.exp: Likewise.
11321 * gdb.trace/trace-mt.exp: Likewise.
11322
11323 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11324
11325 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11326 (gdb_load_shlib): ... this.
11327 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11328 gdb_load_shlib.
11329 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11330 * gdb.base/ctxobj.exp: Likewise.
11331 * gdb.base/dprintf-pending.exp: Likewise.
11332 * gdb.base/dso2dso.exp: Likewise.
11333 * gdb.base/fixsection.exp: Likewise.
11334 * gdb.base/gcore-relro.exp: Likewise.
11335 * gdb.base/gdb1555.exp: Likewise.
11336 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11337 * gdb.base/gnu-ifunc.exp: Likewise.
11338 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11339 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11340 * gdb.base/pending.exp: Likewise.
11341 * gdb.base/print-file-var.exp: Likewise.
11342 * gdb.base/print-symbol-loading.exp: Likewise.
11343 * gdb.base/shlib-call.exp: Likewise.
11344 * gdb.base/shreloc.exp: Likewise.
11345 * gdb.base/so-impl-ld.exp: Likewise.
11346 * gdb.base/solib-disc.exp: Likewise.
11347 * gdb.base/solib-nodir.exp: Likewise.
11348 * gdb.base/solib-overlap.exp: Likewise.
11349 * gdb.base/solib-symbol.exp: Likewise.
11350 * gdb.base/solib-weak.exp (do_test): Likewise.
11351 * gdb.base/sym-file.exp: Likewise.
11352 * gdb.base/symtab-search-order.exp: Likewise.
11353 * gdb.base/type-opaque.exp: Likewise.
11354 * gdb.base/unload.exp: Likewise.
11355 * gdb.base/watchpoint-solib.exp: Likewise.
11356 * gdb.compile/compile.exp: Likewise.
11357 * gdb.cp/gdb2384.exp: Likewise.
11358 * gdb.cp/infcall-dlopen.exp: Likewise.
11359 * gdb.cp/re-set-overloaded.exp: Likewise.
11360 * gdb.fortran/library-module.exp: Likewise.
11361 * gdb.opt/solib-intra-step.exp: Likewise.
11362 * gdb.python/py-finish-breakpoint.exp: Likewise.
11363 * gdb.python/py-shared.exp: Likewise.
11364 * gdb.reverse/solib-precsave.exp: Likewise.
11365 * gdb.reverse/solib-reverse.exp: Likewise.
11366 * gdb.server/solib-list.exp: Likewise.
11367 * gdb.threads/dlopen-libpthread.exp: Likewise.
11368 * gdb.threads/tls-shared.exp: Likewise.
11369 * gdb.threads/tls-so_extern.exp: Likewise.
11370 * gdb.trace/change-loc.exp: Likewise.
11371 * gdb.trace/ftrace-lock.exp: Likewise.
11372 * gdb.trace/ftrace.exp: Likewise.
11373 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11374 * gdb.trace/pending.exp: Likewise.
11375 * gdb.trace/range-stepping.exp: Likewise.
11376 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11377 (strace_info_marker): Likewise.
11378 (strace_probe_marker): Likewise.
11379 (strace_trace_on_same_addr): Likewise.
11380 (strace_trace_on_diff_addr): Likewise.
11381 * gdb.trace/trace-break.exp: Likewise.
11382 * gdb.trace/trace-condition.exp: Likewise.
11383 * gdb.trace/trace-mt.exp: Likewise.
11384
11385 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11386
11387 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11388 result of gdb_remote_download.
11389 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11390 * gdb.base/dso2dso.exp: Likewise.
11391 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11392 * gdb.base/print-file-var.exp: Likewise.
11393 * gdb.base/shlib-call.exp: Likewise.
11394 * gdb.base/shreloc.exp: Likewise.
11395 * gdb.base/solib-overlap.exp: Likewise.
11396 * gdb.base/solib-weak.exp (do_test): Likewise.
11397 * gdb.base/unload.exp: Likewise.
11398
11399 2016-04-27 Yao Qi <yao.qi@linaro.org>
11400
11401 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11402 exists.
11403
11404 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11405
11406 * vla-type.exp: Print structure from toplevel.
11407
11408 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11409
11410 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11411 of dynamic types.
11412 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11413 of dynamic types.
11414
11415 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11416
11417 * gdb.fortran/vla-type.f90: New file.
11418 * gdb.fortran/vla-type.exp: New file.
11419
11420 2016-04-25 Yao Qi <yao.qi@linaro.org>
11421
11422 * gdb.base/branch-to-self.c: New file.
11423 * gdb.base/branch-to-self.exp: New file.
11424
11425 2016-04-22 Yao Qi <yao.qi@linaro.org>
11426
11427 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11428 more after $hex.
11429
11430 2016-04-22 Yao Qi <yao.qi@linaro.org>
11431
11432 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11433 * gdb.base/annota3.exp: Likewise.
11434
11435 2016-04-22 Yao Qi <yao.qi@linaro.org>
11436
11437 * gdb.reverse/step-precsave.exp: Do one step and test program
11438 stops in "callee" and do multiple steps until program goes out
11439 of "callee".
11440 * gdb.reverse/step-reverse.exp: Likewise.
11441
11442 2016-04-22 Yao Qi <yao.qi@linaro.org>
11443
11444 * gdb.trace/signal.exp: Also pass if
11445 $tracepoint_hits($i) > $iterations.
11446
11447 2016-04-22 Yao Qi <yao.qi@linaro.org>
11448
11449 * gdb.trace/signal.c: New file.
11450 * gdb.trace/signal.exp: New file.
11451
11452 2016-04-19 Doug Evans <xdje42@gmail.com>
11453
11454 * gdb.base/bad-file.exp: New file.
11455
11456 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11457
11458 * gdb.dwarf2/implref.exp: New file.
11459
11460 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11461
11462 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11463 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11464 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11465 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11466 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11467 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11468 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11469 * lib/fortran.exp (fortran_int4): New procedure.
11470 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11471 (fortran_logical4): Likewise.
11472
11473 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11474
11475 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11476
11477 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11478
11479 * lib/compiler.c: Add Intel specific preprocessor macros.
11480 * lib/compiler.cc: Likewise.
11481
11482 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11483
11484 * gdb.server/connect-with-no-symbol-file.c: New file.
11485 * gdb.server/connect-with-no-symbol-file.exp: New file.
11486
11487 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11488
11489 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11490
11491 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11492
11493 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11494 standard output directory.
11495
11496 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11497
11498 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11499
11500 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11501
11502 * gdb.btrace/instruction_history.c (loop): Add declaration.
11503
11504 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11505
11506 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11507
11508 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11509
11510 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11511 parentheses to print.
11512 (continue_handler): Likewise.
11513
11514 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11515
11516 * gdb.server/solib-list.exp: Remove is_remote check.
11517 Pass shlib= to gdb_compile. Don't link shared library with
11518 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11519 Run binary filename through "readlink -f" on the target.
11520
11521 2016-04-08 Pedro Alves <palves@redhat.com>
11522
11523 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11524 interpreter filename as argument to gdbserver_spawn.
11525 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11526 Return empty if $last_loaded_file does not exist.
11527
11528 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11529
11530 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11531 * gdb.base/jit-main.c: Use exit after usage.
11532
11533 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11534
11535 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11536 GDBHISTSIZE prior to the tests.
11537 * gdb.base/gdbinit-history.exp: Likewise.
11538
11539 2016-04-07 Pedro Alves <palves@redhat.com>
11540
11541 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11542 instead of build_executable. Use gdb_load_shlibs.
11543
11544 2016-04-07 Yao Qi <yao.qi@linaro.org>
11545
11546 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11547 Execute "si" command.
11548
11549 2016-04-07 Yao Qi <yao.qi@linaro.org>
11550
11551 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11552 number instead of the comments on some line.
11553
11554 2016-04-06 Don Breazeal <donb@codesourcery.com>
11555
11556 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11557 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11558
11559 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11560
11561 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11562 standard_output_file. Remove unused binfile variable.
11563
11564 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
11565
11566 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11567 * gdb.python/py-mi-objfile.exp: Match "list main" output
11568 in console format.
11569
11570 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11571
11572 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11573 absolute.
11574
11575 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11576
11577 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11578 absolute.
11579 * gdb.trace/ftrace.exp: Likewise.
11580 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11581 targets as well.
11582 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11583 (gdb_load_shlibs): Copy libraries to test directory when testing
11584 natively. Only set solib-search-path if testing remotely.
11585 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11586
11587 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11588
11589 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11590 gdb_download. Use it even if the target is not remote.
11591 * gdb.base/jit.exp (compile_jit_test): Likewise.
11592 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11593 output directory if the destination board is local, otherwise use
11594 the standard remote_download from DejaGnu.
11595 (gdb_download): Remove.
11596 (gdb_load_shlibs): Use gdb_remote_download instead of
11597 gdb_download.
11598 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11599 Use gdb_remote_download instead of gdb_download. Use it even if
11600 the target is not remote.
11601 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11602 instead of gdb_download.
11603
11604 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11605
11606 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11607 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11608 run.
11609
11610 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
11611
11612 PR gdb/19820
11613 * gdb.base/printcmds.exp: Add artificial arrays tests.
11614
11615 2016-03-31 Pedro Alves <palves@redhat.com>
11616
11617 PR gdb/19858
11618 * gdb.base/jit-main.c: Include unistd.h.
11619 (ATTACH): Define to 0 if not already defined.
11620 (wait_for_gdb, mypid): New globals.
11621 (WAIT_FOR_GDB): New macro.
11622 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11623 some breakpoint locations.
11624 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11625 New procedures.
11626 (one_jit_test): Add REATTACH parameter, and handle it. Use
11627 continue_to_test_location.
11628 (top level): Test attach, and adjusts calls to one_jit_test.
11629
11630 2016-03-31 Pedro Alves <palves@redhat.com>
11631
11632 PR gdb/19858
11633 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11634 BINSUFFIX parameter, and handle it.
11635 (top level): Adjust calls compile_jit_test.
11636
11637 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
11638
11639 PR python/19743
11640 * gdb.python/py-mi-events-gdb.py: New file.
11641 * gdb.python/py-mi-events.c: New file.
11642 * gdb.python/py-mi-events.exp: New file.
11643
11644 2016-03-30 Yao Qi <yao.qi@linaro.org>
11645
11646 * gdb.reverse/until-precsave.exp: Match function name only.
11647 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11648 Move malloc to a condition block.
11649 * gdb.reverse/until-reverse.exp: Match function name only.
11650
11651 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11652
11653 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11654 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11655 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11656 variable for GPR 0 instead of assuming it is register 0.
11657 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11658 * lib/trace-support.exp: Add s390 registers.
11659
11660 2016-03-29 Yao Qi <yao.qi@linaro.org>
11661
11662 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11663
11664 2016-03-24 Yao Qi <yao.qi@linaro.org>
11665
11666 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11667 test message.
11668
11669 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11670
11671 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11672 maintaining separate logic for constructing the output path.
11673
11674 2016-03-16 Don Breazeal <donb@codesourcery.com>
11675
11676 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11677 Retry fork and waitpid on interrupted system call errors.
11678 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11679 Use with_timeout_factor to increase timeout by factor of 10.
11680
11681 2016-03-15 Don Breazeal <donb@codesourcery.com>
11682
11683 * gdb.cp/scope-err.cc: New test program.
11684 * gdb.cp/scope-err.exp: New test script.
11685 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11686 lines and "set breakpoint here" comment.
11687 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11688 Fixed some whitespace and format issues.
11689 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11690 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11691
11692 2016-03-15 Doug Evans <dje@google.com>
11693
11694 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11695 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11696 All callers updated. Add tests for enums, mixed flags register.
11697
11698 2016-03-15 Doug Evans <dje@google.com>
11699
11700 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11701 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11702
11703 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11704
11705 * gdb.base/default.exp: Add $_as_string to the list of expected
11706 convenience functions.
11707
11708 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11709
11710 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11711
11712 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11713
11714 * gdb.python/py-as-string.exp: New file.
11715 * gdb.python/py-as-string.c: New file.
11716
11717 2016-03-09 Pedro Alves <palves@redhat.com>
11718
11719 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11720 signal" -> "Thread NN received signal" output change.
11721 * gdb.threads/ia64-sigill.exp: Likewise.
11722 * gdb.threads/linux-dp.exp: Likewise.
11723 * gdb.threads/manythreads.exp: Likewise.
11724 * gdb.threads/pending-step.exp: Likewise.
11725 * gdb.threads/print-threads.exp: Likewise.
11726 * gdb.threads/sigstep-threads.exp: Likewise.
11727 * gdb.threads/staticthreads.exp: Likewise.
11728 * gdb.threads/tls.exp: Likewise.
11729
11730 2016-03-09 Pedro Alves <palves@redhat.com>
11731
11732 * gdb.base/command-line-input.exp: New file.
11733
11734 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11735
11736 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11737 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11738 * gdb.trace/pending.exp: Accept leading dot before function name.
11739 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11740 * lib/trace-support.exp: Set registers for ppc.
11741
11742 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11743
11744 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11745 use it for disassembly; accept .main in addition to main in backtrace.
11746
11747 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
11748 Marcin Kościelnicki <koriakin@0x04.net>
11749
11750 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11751 (gdb_recursion_test_ptr): New global variable.
11752 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11753 gdb_recursion_test.
11754 (gdb_c_test): Ditto.
11755
11756 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11757
11758 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11759 ordering.
11760
11761 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11762
11763 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11764 (bar): Add bar_start_lbl label.
11765 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11766 of foo/bar for emitting DWARF and tracing.
11767
11768 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11769
11770 * analyze-racy-logs.py: Set executable bit.
11771
11772 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11773
11774 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11775 (CHECK_TARGET_TMP): Likewise.
11776 (check-single-racy): New rule.
11777 (check-parallel-racy): Likewise.
11778 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11779 (do-check-parallel-racy): New rule.
11780 (check-racy/%.exp): Likewise.
11781 * README (Racy testcases): New section.
11782 * analyze-racy-logs.py: New file.
11783
11784 2016-03-03 Doug Evans <dje@google.com>
11785
11786 * gdb.base/skip.exp: Use with_test_prefix.
11787
11788 2016-03-03 Yao Qi <yao.qi@linaro.org>
11789
11790 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11791 Invoke step_over_syscall "clone" and break_cond_on_syscall
11792 "clone".
11793 * gdb.base/step-over-clone.c: New file.
11794
11795 2016-03-03 Yao Qi <yao.qi@linaro.org>
11796
11797 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11798 code format.
11799
11800 2016-03-03 Yao Qi <yao.qi@linaro.org>
11801
11802 * gdb.base/disp-step-fork.c: Rename to ...
11803 * gdb.base/step-over-fork.c: ... it. New file.
11804 * gdb.base/disp-step-vfork.c: Rename to ...
11805 * gdb.base/step-over-vfork.c: ... it. New file.
11806 * gdb.base/disp-step-syscall.exp: Rename to ...
11807 * gdb.base/step-over-syscall.exp: ... it. New file.
11808 (disp_step_cross_syscall): Rename to ...
11809 (step_over_syscall): ... it.
11810
11811 2016-03-03 Yao Qi <yao.qi@linaro.org>
11812
11813 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11814 If target supports condition evaluation on target, invoke
11815 break_cond_on_syscall for fork and vfork.
11816
11817 2016-03-03 Yao Qi <yao.qi@linaro.org>
11818
11819 * gdb.base/disp-step-syscall.exp: Don't invoke
11820 support_displaced_stepping.
11821 (disp_step_cross_syscall): Test with displaced stepping off and
11822 on if supported.
11823
11824 2016-03-03 Yao Qi <yao.qi@linaro.org>
11825
11826 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11827 proc.
11828 (setup): New proc.
11829 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11830 and setup.
11831
11832 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11833
11834 * gdb.fortran/vla-history.exp: Remove breakpoint.
11835
11836 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11837
11838 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11839 exceeds timeout.
11840
11841 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11842
11843 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11844 breakpoint.
11845
11846 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11847
11848 * gdb.mi/vla.f90: Nullify pointer after declaration.
11849
11850 2016-03-01 Pedro Alves <palves@redhat.com>
11851
11852 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11853
11854 2016-03-01 Pedro Alves <palves@redhat.com>
11855
11856 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11857 before anything else.
11858 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11859 _GNU_SOURCE here.
11860 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11861 before anything else.
11862 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11863
11864 2016-03-01 Pedro Alves <palves@redhat.com>
11865
11866 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11867
11868 2016-03-01 Yao Qi <yao.qi@linaro.org>
11869
11870 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11871 prepare_for_testing.
11872
11873 2016-03-01 Yao Qi <yao.qi@linaro.org>
11874
11875 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11876
11877 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11878
11879 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11880 manually constructing the output path.
11881
11882 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11883
11884 * gdb.arch/s390-stackless.S: New.
11885 * gdb.arch/s390-stackless.exp: New.
11886
11887 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11888
11889 * gdb.dlang/circular.c: New file.
11890 * gdb.dlang/circular.exp: New file.
11891
11892 2016-02-26 Yao Qi <yao.qi@linaro.org>
11893
11894 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11895 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11896 (testcases): Update.
11897
11898 2016-02-26 Yao Qi <yao.qi@linaro.org>
11899
11900 * gdb.reverse/aarch64.c: Rename to ...
11901 * gdb.reverse/insn-reverse.c: ... it.
11902 * gdb.reverse/aarch64.exp: Rename to ...
11903 * gdb.reverse/insn-reverse.exp: ... it.
11904
11905 2016-02-26 Yao Qi <yao.qi@linaro.org>
11906
11907 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11908 (testcase_ftype): New.
11909 (testcases): New array.
11910 (n_testcases): New.
11911 (main): Call each element in testcases.
11912 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11913 (read_testcase): New.
11914 Do the tests in a loop.
11915
11916 2016-02-25 Yao Qi <yao.qi@linaro.org>
11917
11918 * gdb.base/branches.c: Remove.
11919
11920 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11921
11922 PR gdb/13808
11923 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11924
11925 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11926
11927 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11928
11929 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11930
11931 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11932 change x86_64 call_insn to 'callq'.
11933
11934 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11935
11936 * gdb.trace/tfile-avx.c: Move to...
11937 * gdb.trace/tracefile-pseudo-reg.c: Here.
11938 * gdb.trace/tfile-avx.exp: Move to...
11939 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11940
11941 2016-02-24 Gary Benson <gbenson@redhat.com>
11942
11943 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11944 message on attach.
11945
11946 2016-02-23 Doug Evans <dje@google.com>
11947
11948 * gdb.base/skip.c (test_skip): New function.
11949 (end_test_skip_file_and_function): New function.
11950 (test_skip_file_and_function): New function.
11951 * gdb.base/skip1.c (test_skip): New function.
11952 (skip1_test_skip_file_and_function): New function.
11953 * gdb.base/skip.exp: Add tests for new skip options.
11954 * gdb.base/skip-solib.exp: Update expected output.
11955 * gdb.perf/skip-command.cc: New file.
11956 * gdb.perf/skip-command.exp: New file.
11957 * gdb.perf/skip-command.py: New file.
11958
11959 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11960
11961 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11962 info registers pattern.
11963
11964 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11965
11966 * lib/future.exp: Add D support.
11967 (gdb_find_gdc): New proc.
11968 (gdb_default_target_compile): Add D support.
11969
11970 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
11971
11972 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11973 user+system time.
11974 (trace_speed_test): Determine the iteration count for a time
11975 between 15..30 seconds.
11976
11977 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11978
11979 * gdb.arch/i386-mpx-sigsegv.c: New file.
11980 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11981 * gdb.arch/i386-mpx-simple_segv.c: New file.
11982 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11983
11984 2016-02-18 Yao Qi <yao.qi@linaro.org>
11985
11986 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11987 Don't call setup_kfail.
11988
11989 2016-02-18 Yao Qi <yao.qi@linaro.org>
11990
11991 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11992 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11993
11994 2016-02-16 Doug Evans <dje@google.com>
11995
11996 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11997 * gdb.base/skip1.c: Ditto.
11998 * gdb.base/skip.exp: Whitespace cleanup.
11999
12000 2016-02-16 Don Breazeal <donb@codesourcery.com>
12001
12002 PR remote/19496
12003 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12004 Remove kfail for PR remote/19496.
12005
12006 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12007
12008 * lib/gdb.exp (standard_temp_file): Return a path specific to
12009 the runtest invocation.
12010
12011 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12012
12013 * gdb.trace/save-trace.exp: Change relative path to be in the
12014 standard output directory.
12015
12016 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12017
12018 * gdb.arch/i386-prologue.c: Add missing prototypes.
12019
12020 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12021
12022 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12023 * gdb.arch/i386-prologue.exp: Likewise.
12024 * gdb.arch/i386-size.exp: Likewise.
12025
12026 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12027
12028 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12029 define object file path.
12030 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12031 file path.
12032 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12033 standard_output_file to define binfile.
12034
12035 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12036
12037 Fix compatibility with recent gfortran-5.3.1.
12038 * gdb.fortran/vla-history.exp (print vla1 allocated)
12039 (print vla2 allocated, print $2, print $3): Remove
12040 (print $4): Rename to ...
12041 (print $2): ... here.
12042 (print $9): Rename to ...
12043 (print $5): ... here.
12044 (print $10): Rename to ...
12045 (print $6): ... here.
12046 * gdb.fortran/vla.f90: Add pvla initialization.
12047
12048 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12049
12050 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12051 New test.
12052 * gdb.fortran/vla-value-sub.exp: Likewise.
12053
12054 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12055
12056 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12057
12058 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12059
12060 * i386-biarch-core.exp: Define corefile using
12061 standard_output_file.
12062
12063 2016-02-12 Yao Qi <yao.qi@linaro.org>
12064
12065 * gdb.arch/arm-single-step-kernel-helper.c: New.
12066 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12067
12068 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12069
12070 * gdb.btrace/tailcall-only.exp: New.
12071 * gdb.btrace/tailcall-only.c: New.
12072 * gdb.btrace/x86_64-tailcall-only.S: New.
12073 * gdb.btrace/i686-tailcall-only.S: New.
12074
12075 2016-02-11 Pedro Alves <palves@redhat.com>
12076
12077 * README (Parallel testing): Add missing double quotes.
12078
12079 2016-02-11 Pedro Alves <palves@redhat.com>
12080
12081 * README (Parallel testing): New section.
12082 (GDB_PARALLEL): Rewrite.
12083 (FORCE_PARALLEL): Document.
12084
12085 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12086
12087 * gdb.trace/tfile-avx.c: New test.
12088 * gdb.trace/tfile-avx.exp: New test.
12089
12090 2016-02-09 Keith Seitz <keiths@redhat.com>
12091
12092 PR breakpoints/19546
12093 * gdb.base/infcall-exec.c: New file.
12094 * gdb.base/infcall-exec2.c: New file.
12095 * gdb.base/infcall-exec.exp: New file.
12096
12097 2016-02-09 Keith Seitz <keiths@redhat.com>
12098
12099 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12100 (toplevel): Call test_bkpt_address.
12101
12102 2016-02-09 Keith Seitz <keiths@redhat.com>
12103
12104 PR python/19506
12105 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12106 (toplevel): Call test_bkpt_address.
12107
12108 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12109
12110 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12111 to AC_OUTPUT.
12112 * configure: Regenerate.
12113
12114 2016-02-09 Pedro Alves <palves@redhat.com>
12115
12116 PR breakpoints/19548
12117 * gdb.base/execl-update-breakpoints.c (some_function): New
12118 function.
12119 (main): Call it.
12120 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12121 Tighten expected GDB output.
12122
12123 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12124
12125 * Makefile.in (ALL_SUBDIRS): Remove.
12126 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12127 (distclean maintainer-clean realclean): Likewise.
12128 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12129 * configure: Regenerate.
12130 * gdb.ada/Makefile.in: Delete.
12131 * gdb.arch/Makefile.in: Likewise.
12132 * gdb.asm/Makefile.in: Likewise.
12133 * gdb.base/Makefile.in: Likewise.
12134 * gdb.btrace/Makefile.in: Likewise.
12135 * gdb.cell/Makefile.in: Likewise.
12136 * gdb.compile/Makefile.in: Likewise.
12137 * gdb.cp/Makefile.in: Likewise.
12138 * gdb.disasm/Makefile.in: Likewise.
12139 * gdb.dlang/Makefile.in: Likewise.
12140 * gdb.dwarf2/Makefile.in: Likewise.
12141 * gdb.fortran/Makefile.in: Likewise.
12142 * gdb.gdb/Makefile.in: Likewise.
12143 * gdb.go/Makefile.in: Likewise.
12144 * gdb.guile/Makefile.in: Likewise.
12145 * gdb.java/Makefile.in: Likewise.
12146 * gdb.linespec/Makefile.in: Likewise.
12147 * gdb.mi/Makefile.in: Likewise.
12148 * gdb.modula2/Makefile.in: Likewise.
12149 * gdb.multi/Makefile.in: Likewise.
12150 * gdb.objc/Makefile.in: Likewise.
12151 * gdb.opencl/Makefile.in: Likewise.
12152 * gdb.opt/Makefile.in: Likewise.
12153 * gdb.pascal/Makefile.in: Likewise.
12154 * gdb.perf/Makefile.in: Likewise.
12155 * gdb.python/Makefile.in: Likewise.
12156 * gdb.reverse/Makefile.in: Likewise.
12157 * gdb.server/Makefile.in: Likewise.
12158 * gdb.stabs/Makefile.in: Likewise.
12159 * gdb.threads/Makefile.in: Likewise.
12160 * gdb.trace/Makefile.in: Likewise.
12161 * gdb.xml/Makefile.in: Likewise.
12162 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12163 GDB_PARALLEL.
12164 (standard_output_file): Remove check for GDB_PARALLEL, always
12165 return path in outputs/$subdir/$testname.
12166
12167 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12168
12169 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12170 (site.exp): Assign abs_srcdir to tcl's srcdir.
12171
12172 2016-02-04 Yao Qi <yao.qi@linaro.org>
12173
12174 * gdb.base/foll-exec-mode.c: Include limits.h.
12175 (main): Add parameters argc and argv. Get directory from
12176 argv[0].
12177 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12178 compilation.
12179 * gdb.base/foll-exec.c: Include limits.h.
12180 (main): Add parameters argc and argv.
12181 Get directory from argv[0].
12182 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12183 Adjust tests on the number of lines as source code changed.
12184 * gdb.base/foll-vfork-exit.c: Include limits.h.
12185 (main): Add one line of statement before vfork.
12186 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12187 (main): Add parameters argc and argv. Get directory from
12188 argv[0].
12189 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12190 (setup_gdb): Set tbreak to skip some source lines.
12191 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12192 (main): Add parameters argc and argv. Get directory from
12193 argv[0].
12194 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12195 compilation.
12196 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12197 (main): Add parameters argc and argv. Get directory from
12198 argv[0].
12199 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12200 compilation.
12201
12202 2016-02-01 Doug Evans <dje@google.com>
12203
12204 * gdb.base/skip.exp: Clean up multiple references to same test name.
12205
12206 2016-02-01 Pedro Alves <palves@redhat.com>
12207
12208 PR remote/19496
12209 * gdb.threads/forking-threads-plus-breakpoint.exp
12210 (displaced_stepping_supported): New global.
12211 (probe_displaced_stepping_support): New procedure.
12212 (do_test): Add 'displaced' parameter, and use it.
12213 (top level): Check for displaced stepping support. Add displaced
12214 stepping on/off testing axis.
12215
12216 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12217
12218 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12219 pointer. Don't perform further tests on the unassociated pointer
12220 if the first test fails.
12221
12222 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12223
12224 * gdb.base/max-value-size.c: New file.
12225 * gdb.base/max-value-size.exp: New file.
12226 * gdb.base/huge.exp: Disable max-value-size for this test.
12227
12228 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12229
12230 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12231
12232 2016-01-28 Yao Qi <yao.qi@linaro.org>
12233
12234 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12235
12236 2016-01-25 Pedro Alves <palves@redhat.com>
12237
12238 PR threads/19461
12239 * gdb.base/fork-running-state.c: New file.
12240 * gdb.base/fork-running-state.exp: New file.
12241
12242 2016-01-25 Pedro Alves <palves@redhat.com>
12243
12244 PR gdb/19494
12245 * gdb.base/catch-fork-kill.c: New file.
12246 * gdb.base/catch-fork-kill.exp: New file.
12247
12248 2016-01-25 Pedro Alves <palves@redhat.com>
12249
12250 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12251 Delete, moved to lib/gdb.exp.
12252 * gdb.threads/forking-threads-plus-breakpoint.exp
12253 (foreach_with_prefix): Likewise.
12254 * gdb.threads/process-dies-while-handling-bp.exp
12255 (foreach_with_prefix): Likewise.
12256 * lib/gdb.exp (foreach_with_prefix): New procedure.
12257
12258 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12259
12260 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12261 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12262
12263 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12264
12265 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12266 endian targets.
12267
12268 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12269 Pedro Alves <palves@redhat.com>
12270
12271 Fix testsuite compatibility with Guile.
12272 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12273 number.
12274
12275 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12276
12277 Fix testsuite compatibility with Guile.
12278 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12279 (thread 1): New test for backtrace through signal handler.
12280
12281 2016-01-22 Yao Qi <yao.qi@linaro.org>
12282
12283 PR testsuite/19491
12284 * gdb.base/multi-forks.c: Include
12285 ../lib/unbuffer_output.c
12286 (main): Call gdb_unbuffer_output.
12287
12288 2016-01-21 Doug Evans <dje@google.com>
12289
12290 * lib/ada.exp (gdb_compile_ada): Fix typo.
12291
12292 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12293
12294 * gdb.base/break-fun-addr.exp: New file.
12295 * gdb.base/break-fun-addr1.c: New file.
12296 * gdb.base/break-fun-addr2.c: New file.
12297
12298 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12299
12300 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12301 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12302 enum flag values.
12303
12304 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12305
12306 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12307 when GDB can not set the vector return value. Add more comments
12308 for clarification.
12309
12310 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12311
12312 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12313 command.
12314
12315 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12316
12317 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12318
12319 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12320
12321 * Makefile.in (check-single): Pass --status to runtest.
12322 (check/%.exp): Likewise.
12323
12324 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12325
12326 * Makefile.in (check-parallel): Propagate return code from make
12327 do-check-parallel.
12328
12329 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12330
12331 * gdb.trace/ftrace.exp: Fix expected message on continue.
12332 * gdb.trace/pending.exp: Fix expected message on continue.
12333 * gdb.trace/trace-break.exp: Fix expected message on continue.
12334
12335 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12336
12337 * lib/gdb.exp (gdb_test): Remove unused global references.
12338
12339 2016-01-18 Pedro Alves <palves@redhat.com>
12340
12341 * gdb.base/async-shell.exp: Adjust expected output.
12342 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12343 * gdb.base/siginfo-thread.exp: Adjust expected output.
12344 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12345 * gdb.java/jnpe.exp: Adjust expected output.
12346 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12347 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12348 * gdb.threads/leader-exit.exp: Adjust expected output.
12349 * gdb.threads/manythreads.exp: Adjust expected output.
12350 * gdb.threads/pthreads.exp: Adjust expected output.
12351 * gdb.threads/schedlock.exp: Adjust expected output.
12352 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12353 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12354 expected output.
12355 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12356 output.
12357 * gdb.threads/sigthread.exp: Adjust expected output.
12358 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12359
12360 2016-01-18 Yao Qi <yao.qi@linaro.org>
12361
12362 * gdb.guile/scm-section-script.c: Replace @progbits with
12363 %progbits.
12364 * gdb.python/py-section-script.c: Likewise.
12365
12366 2016-01-15 Pedro Alves <palves@redhat.com>
12367
12368 * gdb.multi/tids.exp: Test star wildcard ranges.
12369
12370 2016-01-15 Pedro Alves <palves@redhat.com>
12371
12372 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12373 command from "thread apply" invocation.
12374 (thr_apply_info_thr_invalid): Default the expected output to the
12375 input tid list.
12376 (top level): Add tests that use convenience variables. Add tests
12377 for "thread apply" with a valid TID list, but missing the command.
12378
12379 2016-01-13 Pedro Alves <palves@redhat.com>
12380
12381 * gdb.base/default.exp: Expect $_gthread as well.
12382 * gdb.multi/tids.exp: Test $_gthread.
12383 * gdb.threads/thread-specific.exp: Test $_gthread.
12384
12385 2016-01-13 Pedro Alves <palves@redhat.com>
12386
12387 * gdb.multi/tids.exp: Test "info threads -gid".
12388
12389 2016-01-13 Pedro Alves <palves@redhat.com>
12390
12391 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12392 Breakpoint.thread.
12393 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12394
12395 2016-01-07 Pedro Alves <palves@redhat.com>
12396
12397 * gdb.base/break.exp: Adjust to output changes.
12398 * gdb.base/hbreak2.exp: Likewise.
12399 * gdb.base/sepdebug.exp: Likewise.
12400 * gdb.base/watch_thread_num.exp: Likewise.
12401 * gdb.linespec/keywords.exp: Likewise.
12402 * gdb.multi/info-threads.exp: Likewise.
12403 * gdb.threads/thread-find.exp: Likewise.
12404 * gdb.multi/tids.c: New file.
12405 * gdb.multi/tids.exp: New file.
12406
12407 2016-01-13 Pedro Alves <palves@redhat.com>
12408
12409 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12410
12411 2016-01-13 Pedro Alves <palves@redhat.com>
12412
12413 * gdb.base/default.exp: Expect $_inferior as well.
12414 * gdb.multi/base.exp: Test $_inferior.
12415
12416 2016-01-13 Pedro Alves <palves@redhat.com>
12417
12418 PR breakpoints/19388
12419 * gdb.base/catch-signal-siginfo-cond.c: New file.
12420 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12421
12422 2016-01-12 Josh Stone <jistone@redhat.com>
12423 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12424
12425 * gdb.base/catch-syscall.c (do_execve): New variable.
12426 (main): Conditionally trigger an execve.
12427 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12428 (test_catch_syscall_execve): New, check entry/return across execve.
12429 (do_syscall_tests): Call test_catch_syscall_execve.
12430
12431 2016-01-12 Pedro Alves <palves@redhat.com>
12432
12433 * gdb.base/random-signal.exp (do_test): New procedure, with body
12434 of testcase moved in.
12435
12436 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12437 Pedro Alves <palves@redhat.com>
12438
12439 * gdb.base/funcargs.exp (finish from indirectly called function):
12440 Reintroduce the case for 'First'.
12441
12442 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12443 Pedro Alves <palves@redhat.com>
12444
12445 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12446 (tcatch_vfork_then_child_follow_exec)
12447 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12448 identification.
12449
12450 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12451
12452 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12453 and repeats to unlimited.
12454 * gdb.python/py-value.exp: Likewise.
12455 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12456 and repeats to unlimited.
12457
12458 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12459
12460 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12461 and reordering the functions.
12462 * gdb.multi/hangout.c: Likewise.
12463 * gdb.multi/hello.c: Likewise.
12464
12465 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12466
12467 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12468 absolute.
12469 (SingleStatisticTestResult.report): Use dict.keys instead of
12470 dict.iterkeys.
12471
12472 2016-01-06 Pedro Alves <palves@redhat.com>
12473
12474 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12475
12476 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12477
12478 * gdb.btrace/dlopen.exp: New.
12479 * gdb.btrace/dlopen.c: New.
12480 * gdb.btrace/dlopen-dso.c: New.
12481
12482 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12483
12484 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12485 PATTERN argument is optional.
12486
12487 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12488
12489 * lib/ada.exp (target_compile_ada_from_dir): New function.
12490 (gdb_compile_ada): Reimplement avoiding the use of project files.
12491 * gdb.ada/gnat_ada.gpr: Delete.
12492 * gdb.ada/cond_lang.exp: Adjust test to make path before
12493 filename optional.
12494 * gdb.ada/small_reg_param.exp: Likewise.
12495
12496 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12497
12498 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12499
12500 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12501
12502 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12503 case.
12504
12505 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12506
12507 * gdb.base/break.exp: Remove dead code.
12508 * gdb.base/sepdebug.exp: Likewise.
12509
12510 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12511
12512 * gdb.asm/asm-source.exp: Remove HP-UX references.
12513 * gdb.base/annota1.exp: Likewise.
12514 * gdb.base/annota3.exp: Likewise.
12515 * gdb.base/attach.exp: Likewise.
12516 * gdb.base/bigcore.exp: Likewise.
12517 * gdb.base/break.exp: Likewise.
12518 * gdb.base/call-ar-st.exp: Likewise.
12519 * gdb.base/callfuncs.exp: Likewise.
12520 * gdb.base/catch-fork-static.exp: Likewise.
12521 * gdb.base/display.exp: Likewise.
12522 * gdb.base/foll-exec-mode.exp: Likewise.
12523 * gdb.base/foll-exec.exp: Likewise.
12524 * gdb.base/foll-fork.exp: Likewise.
12525 * gdb.base/foll-vfork.exp: Likewise.
12526 * gdb.base/funcargs.exp: Likewise.
12527 * gdb.base/hbreak2.exp: Likewise.
12528 * gdb.base/inferior-died.exp: Likewise.
12529 * gdb.base/interrupt.exp: Likewise.
12530 * gdb.base/multi-forks.exp: Likewise.
12531 * gdb.base/nodebug.exp: Likewise.
12532 * gdb.base/sepdebug.exp: Likewise.
12533 * gdb.base/solib1.c: Likewise.
12534 * gdb.base/step-test.exp: Likewise.
12535 * gdb.mi/non-stop.c: Likewise.
12536 * gdb.mi/pthreads.c: Likewise.
12537 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12538 * gdb.threads/pthreads.c: Likewise.
12539 * gdb.threads/staticthreads.exp: Likewise.
12540 * lib/future.exp: Likewise.
12541 * lib/gdb.exp: Likewise.
12542 * gdb.base/so-indr-cl.c: Remove.
12543 * gdb.base/so-indr-cl.exp: Likewise.
12544 * gdb.base/solib.c: Likewise.
12545 * gdb.base/solib.exp: Likewise.
12546 * gdb.base/solib2.c: Likewise.
12547
12548 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12549
12550 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12551 * gdb.base/call-ar-st.exp: Likewise.
12552 * gdb.base/callfuncs.exp: Likewise.
12553 * gdb.base/condbreak.exp: Likewise.
12554 * gdb.base/constvars.exp: Likewise.
12555 * gdb.base/hbreak2.exp: Likewise.
12556 * gdb.base/langs.exp: Likewise.
12557 * gdb.base/list.exp: Likewise.
12558 * gdb.base/long_long.exp: Likewise.
12559 * gdb.base/ptype.exp: Likewise.
12560 * gdb.base/scope.exp: Likewise.
12561 * gdb.base/signals.exp: Likewise.
12562 * gdb.base/so-impl-ld.exp: Likewise.
12563 * gdb.base/varargs.exp: Likewise.
12564 * gdb.base/volatile.exp: Likewise.
12565 * gdb.base/whatis.exp: Likewise.
12566 * gdb.cp/cplusfuncs.exp: Likewise.
12567 * gdb.cp/inherit.exp: Likewise.
12568 * gdb.cp/local.exp: Likewise.
12569 * gdb.cp/member-ptr.exp: Likewise.
12570 * gdb.cp/method.exp: Likewise.
12571 * gdb.cp/overload.exp: Likewise.
12572 * gdb.cp/templates.exp: Likewise.
12573 * gdb.stabs/weird.exp: Likewise.
12574 * lib/compiler.c: Likewise.
12575 * lib/compiler.cc: Likewise.
12576 * lib/cp-support.exp: Likewise.
12577 * lib/gdb.exp: Likewise.
12578
12579 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12580
12581 * configure.ac: Remove HP-UX case.
12582 * configure: Regenerate.
12583
12584 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12585
12586 * lib/gdb.exp (gdb_compile): Add function doc.
12587
12588 2015-12-17 Pedro Alves <palves@redhat.com>
12589
12590 PR threads/19354
12591 * gdb.multi/info-threads.exp: New file.
12592
12593 2015-12-15 Yao Qi <yao.qi@linaro.org>
12594
12595 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12596 is aarch64*-*-*.
12597
12598 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12599
12600 * gdb.base/history-duplicates.exp: Skip if no readline support.
12601
12602 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12603
12604 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12605
12606 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12607
12608 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12609
12610 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12611
12612 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12613 ctrl-C if nointerrupts target property is set.
12614 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12615 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12616 * gdb.base/paginate-bg-execution.exp: Likewise.
12617 * gdb.base/paginate-execution-startup.exp: Likewise.
12618 * gdb.base/random-signal.exp: Likewise.
12619 * gdb.base/range-stepping.exp: Likewise.
12620 * gdb.cp/annota2.exp: Likewise.
12621 * gdb.cp/annota3.exp: Likewise.
12622 * gdb.gdb/selftest.exp: Likewise.
12623 * gdb.threads/continue-pending-status.exp: Likewise.
12624 * gdb.threads/leader-exit.exp: Likewise.
12625 * gdb.threads/manythreads.exp: Likewise.
12626 * gdb.threads/pthreads.exp: Likewise.
12627 * gdb.threads/schedlock.exp: Likewise.
12628 * gdb.threads/sigthread.exp: Likewise.
12629
12630 2015-12-11 Don Breazeal <donb@codesourcery.com>
12631
12632 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12633 remote.
12634 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12635 * gdb.base/foll-exec.exp (main): Enable for target remote.
12636 * gdb.base/foll-fork.exp (main): Likewise.
12637 * gdb.base/foll-vfork.exp (main): Likewise.
12638 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12639 (proc continue_to_exit_bp_loc): Use clean_restart.
12640 * gdb.base/pie-execl.exp (main): Disable for target remote.
12641 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12642 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12643 * gdb.threads/execl.exp (main): Likewise.
12644 * gdb.threads/fork-child-threads.exp (main): Likewise.
12645 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12646 remote.
12647 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12648 remote.
12649 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12650 pid.tid style ptids, instead of just tid.
12651 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12652 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12653 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12654 ptids, instead of just tid.
12655
12656 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12657
12658 * gdb.base/list.exp (test_list_forward): Add end of file error
12659 test.
12660 (test_repeat_list_command): Add end of file error test.
12661 (test_list_backwards): Add beginning of file error test.
12662
12663 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12664
12665 * gdb.base/list.exp (test_list_invalid_args): New function,
12666 defined, and called.
12667
12668 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12669
12670 * gdb.base/list.exp (test_list): Make test names unique.
12671
12672 2015-12-11 Yao Qi <yao.qi@linaro.org>
12673
12674 * gdb.base/coremaker2.c: Remove.
12675
12676 2015-12-10 Pedro Alves <palves@redhat.com>
12677
12678 * gdb.multi/base.exp: Remove stale "spaces" references.
12679
12680 2015-12-10 Pedro Alves <palves@redhat.com>
12681
12682 * gdb.multi/base.exp: Don't use nowarnings.
12683 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12684 * gdb.multi/hangout.c: Include stdio.h.
12685 * gdb.multi/hello.c: Include stdlib.h.
12686 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12687 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12688 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12689
12690 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12691
12692 * gdb.dwarf2/dw2-ranges-base.c: New file.
12693 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12694 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12695 support additional line table, and debug ranges generation.
12696 (Dwarf::ranges): New function, generate .debug_ranges.
12697 (Dwarf::lines): Support generating simple line table programs.
12698 (Dwarf::assemble): Initialise new namespace variables.
12699
12700 2015-12-09 Kevin Buettner <kevinb@redhat.com>
12701
12702 * gdb.base/async.exp (proc test_background): Add case for
12703 asynchronous execution not supported.
12704
12705 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
12706
12707 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12708 format and change test names to make them unique.
12709
12710 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12711 Pedro Alves <pedro@redhat.com>
12712
12713 PR gdb/18702
12714 Add checking of floatformats setup on x86_64 hosts.
12715 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12716 (smallval, bigval): New labels/constants.
12717 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12718 float" after loading bigval and smallval.
12719
12720 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12721
12722 * gdb.ada/fun_overload_menu.exp: New testcase.
12723 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12724
12725 2015-12-04 Josh Stone <jistone@redhat.com>
12726
12727 * gdb.base/catch-fork-static.exp: New.
12728
12729 2015-12-03 Yao Qi <yao.qi@linaro.org>
12730
12731 * gdb.base/sizeof.c: Don't include stdio.h and
12732 ../lib/unbuffer_output.c.
12733 (main): New variable 'size' and 'value'. Remove printf and
12734 gdb_unbuffer_output. Assign return value to size and value.
12735 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12736 at the beginning.
12737 (check_sizeof): Check the result by printing variable 'size'.
12738 (check_valueof): Check the result by printing variable 'value'.
12739
12740 2015-12-01 Yao Qi <yao.qi@linaro.org>
12741
12742 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12743 for aarch64*-*-linux* target.
12744
12745 2015-11-30 Pedro Alves <palves@redhat.com>
12746
12747 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12748
12749 2015-11-30 Pedro Alves <palves@redhat.com>
12750
12751 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12752 Handle non-stop mode vCont replies.
12753
12754 2015-11-30 Pedro Alves <palves@redhat.com>
12755
12756 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12757 prepare_for_testing. Start gdb with "set non-stop on" appended to
12758 GDBFLAGS. Lax expected stop output.
12759
12760 2015-11-27 Yao Qi <yao.qi@linaro.org>
12761
12762 * gdb.arch/arm-neon.exp: New.
12763 * gdb.arch/arm-neon.c: New.
12764
12765 2015-11-27 Yao Qi <yao.qi@linaro.org>
12766
12767 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12768
12769 2015-11-27 Yao Qi <yao.qi@linaro.org>
12770
12771 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12772 frames-invalid annotation.
12773
12774 2015-11-27 Yao Qi <yao.qi@linaro.org>
12775
12776 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12777
12778 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12779
12780 * gdb.threads/names.exp: New file.
12781 * gdb.threads/names.c: New file.
12782 * README: Mention gdb,no_thread_names.
12783
12784 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12785
12786 PR 19297
12787 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12788 support" error.
12789
12790 2015-11-24 Pedro Alves <palves@redhat.com>
12791
12792 PR 17539
12793 * gdb.base/display.exp: Expect displays to be sorted in ascending
12794 order. Use multi_line.
12795 * gdb.base/solib-display.exp: Likewise.
12796
12797 2015-11-24 Pedro Alves <palves@redhat.com>
12798
12799 PR 17539
12800 * gdb.base/display.exp: Expect displays to be sorted in ascending
12801 order. Use multi_line.
12802 * gdb.base/solib-display.exp: Likewise.
12803
12804 2015-11-24 Pedro Alves <palves@redhat.com>
12805
12806 PR 17539
12807 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12808 threads in ascending order.
12809 * gdb.base/foll-fork.exp: Likewise.
12810 * gdb.base/foll-vfork.exp: Likewise.
12811 * gdb.base/multi-forks.exp: Likewise.
12812 * gdb.mi/mi-nonstop.exp: Likewise.
12813 * gdb.mi/mi-nsintrall.exp: Likewise.
12814 * gdb.multi/base.exp: Likewise.
12815 * gdb.multi/multi-arch.exp: Likewise.
12816 * gdb.python/py-inferior.exp: Likewise.
12817 * gdb.threads/break-while-running.exp: Likewise.
12818 * gdb.threads/execl.exp: Likewise.
12819 * gdb.threads/gcore-thread.exp: Likewise.
12820 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12821 * gdb.threads/kill.exp: Likewise.
12822 * gdb.threads/linux-dp.exp: Likewise.
12823 * gdb.threads/multiple-step-overs.exp: Likewise.
12824 * gdb.threads/next-bp-other-thread.exp: Likewise.
12825 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12826 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12827 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12828 * gdb.threads/thread-find.exp: Likewise.
12829 * gdb.threads/tls.exp: Likewise.
12830 * lib/mi-support.exp (mi_reverse_list): Delete.
12831 (mi_check_thread_states): No longer reverse list.
12832
12833 2015-11-24 Pedro Alves <palves@redhat.com>
12834
12835 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12836 use lowercase.
12837
12838 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12839
12840 * gdb.trace/actions.c: Include trace-common.h.
12841 (main): Add a location for a fast tracepoint.
12842 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12843 the normal tracepoints.
12844 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12845
12846 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12847
12848 * save-trace.exp: Factor out code to these...
12849 (gdb_save_tracepoints): New.
12850 (gdb_load_tracepoints): New.
12851 (do_save_load_test): New.
12852
12853 2015-11-23 Kevin Buettner <kevinb@redhat.com>
12854
12855 * gdb.base/asmlabel.exp: New test.
12856 * gdb.base/asmlabel.c: New test case.
12857
12858 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12859
12860 * gdb.base/wrong_frame_bt_full-main.c: New file.
12861 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12862 * gdb.base/wrong_frame_bt_full.exp: New file.
12863
12864 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12865
12866 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12867
12868 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12869
12870 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
12871 pstate register when comparing registers values in
12872 sparc64-*-linux-gnu targets to avoid spurious differences.
12873
12874 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12875
12876 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
12877
12878 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12879
12880 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12881 as type argument to gdb_compile.
12882 * gdb.base/nested-subp2.exp: Likewise.
12883 * gdb.base/nested-subp3.exp: Likewise.
12884
12885 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12886
12887 * lib/dwarf.exp (_note): Fix left shift of negative value.
12888 * gdb.trace/trace-condition.exp: Likewise.
12889
12890 2015-11-13 Yao Qi <yao.qi@linaro.org>
12891
12892 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12893 comments about d10v.
12894 (test_scalar_returns): Likewise.
12895 * gdb.base/d10v.ld: Remove.
12896 * gdb.base/overlays.exp: Remove the target triplet checking for
12897 d10v-*-*.
12898 * gdb.base/structs.exp (test_struct_returns): Remove the
12899 comments about d10v.
12900 (test_struct_calls): Likewise.
12901
12902 2015-11-13 Yao Qi <yao.qi@linaro.org>
12903
12904 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12905 * gdb.base/gnu_vector.c: Don't include stdio.h.
12906 (main): Don't print res and call add_some_intvecs.
12907
12908 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12909
12910 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12911 macro.
12912 (func5): Removed.
12913 (func4): Use FAST_TRACEPOINT_LABEL.
12914 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12915 macro.
12916 (func): Removed.
12917 (thread_function): Use FAST_TRACEPOINT_LABEL.
12918 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12919 (func): Remove.
12920 (marker): Use FAST_TRACEPOINT_LABEL.
12921 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12922 (pendfunc1): Remove.
12923 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12924 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12925 (foo): Remove.
12926 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12927 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12928 macro.
12929 (func): Remove.
12930 (marker): Use FAST_TRACEPOINT_LABEL.
12931 * gdb.trace/trace-common.h: New header.
12932 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12933 macro.
12934 (func): Remove.
12935 (marker): Use FAST_TRACEPOINT_LABEL.
12936 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12937 (func): Remove.
12938 (thread_function): Use FAST_TRACEPOINT_LABEL.
12939
12940 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12941
12942 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12943 in front.
12944 * gdb.trace/change-loc.exp: Use global pcreg definition.
12945 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12946 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12947 in front.
12948 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12949 * gdb.trace/pending.exp: Likewise.
12950 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12951 * gdb.trace/trace-break.exp: Likewise.
12952 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12953 in front.
12954 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12955 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12956 in front.
12957 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12958
12959 2015-11-09 Joel Brobecker <brobecker@adacore.com>
12960
12961 * gdb.ada/fin_fun_out: New testcase.
12962
12963 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12964
12965 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12966 value associated with DW_AT_byte_size.
12967 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12968 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12969 DW_AT_upper_bound.
12970
12971 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12972
12973 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12974 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12975 version.
12976 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12977 gdb.dwarf2/dw2-canonicalize-type.exp,
12978 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12979 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12980 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12981 provided by gdb_target_symbol_prefix_flags_asm.
12982 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12983 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12984 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12985 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12986 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12987 macros where needed). Use this macro for symbols which require
12988 the prefix provided by SYMBOL_PREFIX.
12989
12990 2015-11-05 Kevin Buettner <kevinb@redhat.com>
12991
12992 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12993 New procs.
12994 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12995 representing expressions, of more than one list element.
12996 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12997 to prepend linker symbol prefix to f.
12998 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12999 table_1 and table_2.
13000 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13001 Likewise, for f and g.
13002 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13003 for ptr.
13004 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13005 for main.
13006 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13007 table_1_ptr and table_2_ptr.
13008
13009 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13010 Joel Brobecker <brobecker@adacore.com>
13011
13012 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13013
13014 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13015
13016 * gdb.reverse/s390-mvcle.c: New test.
13017 * gdb.reverse/s390-mvcle.exp: New file.
13018 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13019
13020 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13021
13022 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13023
13024 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13025
13026 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13027 reaching marker2.
13028 * gdb.reverse/getresuid-reverse.exp: Likewise.
13029 * gdb.reverse/pipe-reverse.exp: Likewise.
13030 * gdb.reverse/readv-reverse.exp: Likewise.
13031 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13032 * gdb.reverse/time-reverse.exp: Likewise.
13033 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13034
13035 2015-10-30 Yao Qi <yao.qi@linaro.org>
13036
13037 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13038 (empty_cycle): Remove.
13039 (main): Don't call empty_cycle. Don't use watch_count_done.
13040 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13041 empty_cycle. Rewrite the code counting HW watchpoints.
13042
13043 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13044
13045 * gdb.reverse/fstatat-reverse.c: New test.
13046 * gdb.reverse/fstatat-reverse.exp: New file.
13047 * gdb.reverse/getresuid-reverse.c: New test.
13048 * gdb.reverse/getresuid-reverse.exp: New file.
13049 * gdb.reverse/pipe-reverse.c: New test.
13050 * gdb.reverse/pipe-reverse.exp: New file.
13051 * gdb.reverse/readv-reverse.c: New test.
13052 * gdb.reverse/readv-reverse.exp: New file.
13053 * gdb.reverse/recvmsg-reverse.c: New test.
13054 * gdb.reverse/recvmsg-reverse.exp: New file.
13055 * gdb.reverse/time-reverse.c: New test.
13056 * gdb.reverse/time-reverse.exp: New file.
13057 * gdb.reverse/waitpid-reverse.c: New test.
13058 * gdb.reverse/waitpid-reverse.exp: New file.
13059
13060 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13061
13062 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13063
13064 2015-10-26 Doug Evans <dje@google.com>
13065
13066 PR symtab/17391
13067 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13068 * gdb.dwarf2/bad-regnum.c: New file.
13069 * gdb.dwarf2/bad-regnum.exp: New file.
13070
13071 2015-10-26 Doug Evans <dje@google.com>
13072
13073 PR python/18938
13074 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13075 file.
13076
13077 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13078
13079 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13080 for a change by "Mention language in compile error message".
13081
13082 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13083
13084 PR python/18073
13085 * gdb.python/py-type.c (C::a_method): New.
13086 (C::a_const_method): New.
13087 (C::a_static_method): New.
13088 (a_function): New.
13089 * gdb.python/py-type.exp (test_fields): Test getting fields
13090 from function and method.
13091
13092 2015-10-21 Keven Boell <keven.boell@intel.com>
13093
13094 * gdb.fortran/vla-alloc-assoc.exp: New file.
13095 * gdb.fortran/vla-datatypes.exp: New file.
13096 * gdb.fortran/vla-datatypes.f90: New file.
13097 * gdb.fortran/vla-history.exp: New file.
13098 * gdb.fortran/vla-ptype-sub.exp: New file.
13099 * gdb.fortran/vla-ptype.exp: New file.
13100 * gdb.fortran/vla-sizeof.exp: New file.
13101 * gdb.fortran/vla-sub.f90: New file.
13102 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13103 * gdb.fortran/vla-value-sub-finish.exp: New file.
13104 * gdb.fortran/vla-value-sub.exp: New file.
13105 * gdb.fortran/vla-value.exp: New file.
13106 * gdb.fortran/vla-ptr-info.exp: New file.
13107 * gdb.mi/mi-vla-fortran.exp: New file.
13108 * gdb.mi/vla.f90: New file.
13109
13110 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13111
13112 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13113 of hardwired timeout value.
13114
13115 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13116 Pedro Alves <palves@redhat.com>
13117
13118 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13119 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13120
13121 2015-10-19 Josh Stone <jistone@redhat.com>
13122
13123 * gdb.base/catch-syscall.c: Include <sched.h>.
13124 (unknown_syscall): New variable.
13125 (main): Trigger a vfork and an unknown syscall.
13126 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13127 (unknown_syscall_number): Likewise.
13128 (check_call_to_syscall): Accept an optional syscall pattern.
13129 (check_return_from_syscall): Likewise.
13130 (check_continue): Likewise.
13131 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13132 (test_catch_syscall_skipping_return): New test toggling off 'catch
13133 syscall' to step over the syscall return, then toggling back on.
13134 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13135 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13136 (do_syscall_tests): Call test_catch_syscall_without_args and
13137 test_catch_syscall_mid_vfork.
13138 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13139 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13140
13141 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13142
13143 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13144 print g_vE): Add new pass patterns.
13145 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13146 print various symbol names for vptr fields.
13147
13148 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13149
13150 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13151 results.
13152
13153 2015-10-12 Yao Qi <yao.qi@linaro.org>
13154
13155 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13156
13157 2015-10-12 Yao Qi <yao.qi@linaro.org>
13158
13159 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13160 is aarch64*-*-linux*.
13161
13162 2015-10-12 Yao Qi <yao.qi@linaro.org>
13163
13164 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13165 (can_relocate_bcond_true): ... it.
13166 (can_relocate_bcond_false): New function.
13167 (foo): Likewise.
13168 (can_relocate_bl): Likewise.
13169 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13170 can_relocate_bl.
13171
13172 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13173
13174 * gdb.base/nested-addr.c: New file.
13175 * gdb.base/nested-addr.exp: New testcase.
13176
13177 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13178
13179 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13180 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13181 its output. Ignore the output of "record goto begin" and instead
13182 check that GDB is replaying.
13183
13184 2015-10-09 Pedro Alves <palves@redhat.com>
13185
13186 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13187 (top level): Use it in the run with no args test.
13188
13189 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13190
13191 * gdb.dlang/properties.exp: New file.
13192
13193 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13194
13195 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13196 whether or not address 0x1000 is mapped on the target.
13197
13198 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13199
13200 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13201 build.
13202
13203 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13204
13205 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13206 instruction-history test.
13207
13208 2015-09-28 Doug Evans <dje@google.com>
13209
13210 * gdb.base/gcore.c (array_func): Add reference to static_array.
13211
13212 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13213
13214 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13215 source line.
13216
13217 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13218
13219 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13220 short or char as base type.
13221
13222 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13223
13224 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13225 to allow any size enum.
13226
13227 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13228
13229 * gdb.ada/array_ptr_renaming.exp: New testcase.
13230 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13231 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13232
13233 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13234
13235 * gdb.trace/ftrace-lock.c: New file.
13236 * gdb.trace/ftrace-lock.exp: New file.
13237
13238 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13239
13240 * gdb.arch/insn-reloc.c: New file.
13241 * gdb.arch/ftrace-insn-reloc.exp: New file.
13242
13243 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13244
13245 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13246 instruction.
13247 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13248 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13249 * gdb.trace/range-stepping.c: Likewise.
13250 * gdb.trace/trace-break.c: Likewise.
13251 * gdb.trace/trace-mt.c (thread_function): Likewise.
13252 * gdb.trace/ftrace.c (marker): Likewise.
13253 * gdb.trace/trace-condition.c (marker): Likewise.
13254 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13255 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13256 is_aarch64_target.
13257
13258 2015-09-18 Doug Evans <xdje42@gmail.com>
13259
13260 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13261 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13262
13263 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13264
13265 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13266 the breakpoint.
13267
13268 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13269
13270 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13271 the pending breakpoint. Remove timeout override for "Run till
13272 MI pending breakpoint on pendfunc3 on thread 2" test.
13273
13274 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13275
13276 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13277 filename pattern.
13278
13279 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13280
13281 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13282 in breakpoint filename pattern.
13283
13284 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13285
13286 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13287
13288 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13289
13290 * gdb.linespec/explicit.exp: Check for readline support for
13291 tab-completion tests. Fix obvious typo.
13292
13293 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13294
13295 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13296 and replay.
13297
13298 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13299
13300 * gdb.btrace/non-stop.c: New.
13301 * gdb.btrace/non-stop.exp: New.
13302
13303 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13304 Yao Qi <yao.qi@linaro.org>
13305
13306 * gdb.trace/trace-condition.c: New file.
13307 * gdb.trace/trace-condition.exp: New file.
13308
13309 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13310
13311 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13312 for testing bytecode compilation.
13313
13314 2015-09-16 Pedro Alves <palves@redhat.com>
13315 Sandra Loosemore <sandra@codesourcery.com>
13316
13317 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13318 (SECONDS): Redefine.
13319 (main): Call pthread_kill and alarm early.
13320 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13321 support.
13322 (test): If the target can't hardware step and doesn't support
13323 displaced stepping, increase the timeout.
13324
13325 2015-09-16 Pedro Alves <palves@redhat.com>
13326
13327 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13328 (enable_debug): New procedures.
13329 (test): Use them. Bail out if waiting for threads fails.
13330 (top level): Bail out if a test fails.
13331
13332 2015-09-16 Yao Qi <yao.qi@linaro.org>
13333
13334 * gdb.asm/asm-source.exp: Set asm-arch for
13335 aarch64*-*-* target.
13336 * gdb.asm/aarch64.inc: New file.
13337
13338 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13339
13340 * gdb.ada/array_of_variable_length.exp: New testcase.
13341 * gdb.ada/array_of_variable_length/foo.adb: New file.
13342 * gdb.ada/array_of_variable_length/pck.adb: New file.
13343 * gdb.ada/array_of_variable_length/pck.ads: New file.
13344
13345 2015-09-15 Doug Evans <dje@google.com>
13346
13347 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13348 of function static local variable.
13349
13350 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13351
13352 * gdb.threads/tls-so_extern.exp: New test file.
13353 * gdb.threads/tls-so_extern.c: New test file.
13354 * gdb.threads/tls-so_extern_main.c: New test file.
13355
13356 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13357
13358 * gdb.opt/solib-intra-step-lib.c: New file.
13359 * gdb.opt/solib-intra-step-main.c: New file.
13360 * gdb.opt/solib-intra-step.exp: New file.
13361
13362 2015-09-15 Pedro Alves <palves@redhat.com>
13363
13364 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13365 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13366
13367 2015-09-14 Pedro Alves <palves@redhat.com>
13368
13369 * gdb.base/hook-stop-continue.c: Delete.
13370 * gdb.base/hook-stop-continue.exp: Delete.
13371 * gdb.base/hook-stop-frame.c: Delete.
13372 * gdb.base/hook-stop-frame.exp: Delete.
13373 * gdb.base/hook-stop.c: New file.
13374 * gdb.base/hook-stop.exp: New file.
13375
13376 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13377
13378 * gdb.ada/access_to_packed_array.exp: New testcase.
13379 * gdb.ada/access_to_packed_array/foo.adb: New file.
13380 * gdb.ada/access_to_packed_array/pack.adb: New file.
13381 * gdb.ada/access_to_packed_array/pack.ads: New file.
13382
13383 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13384
13385 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13386 buffer size test.
13387
13388 2015-09-11 Don Breazeal <donb@codesourcery.com>
13389
13390 * gdb.base/foll-exec.c: Add copyright header. Fix
13391 formatting issues.
13392 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13393 (do_exec_tests): Use clean_restart in place of zap_session,
13394 and for test initialization. Fix formatting issues. Use
13395 fail in place of perror.
13396 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13397 an expect statement to match an expression with output from
13398 the program under debug.
13399 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13400 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13401 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13402 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13403 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13404
13405 2015-09-09 Doug Evans <dje@google.com>
13406
13407 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13408
13409 2015-09-09 Doug Evans <dje@google.com>
13410
13411 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13412
13413 2015-09-09 Doug Evans <dje@google.com>
13414
13415 * gdb.base/savedregs.exp: Fix typo.
13416
13417 2015-09-09 Pedro Alves <palves@redhat.com>
13418
13419 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13420
13421 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13422
13423 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13424 command actually switches threads. Give up on remaining
13425 tests if target fails to stop at breakpoint.
13426
13427 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13428
13429 * gdb.ada/funcall_char.exp: New testcase.
13430 * gdb.ada/funcall_char/foo.adb: New file.
13431
13432 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13433
13434 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13435 expected outputs. Add two testcases for completing ambiguous
13436 functions.
13437 * gdb.ada/complete/aux_pck.adb: New file.
13438 * gdb.ada/complete/aux_pck.ads: New file.
13439 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13440 Ambiguous_Func functions.
13441 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13442 * gdb.ada/complete/pck.adb: Likewise.
13443
13444 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13445
13446 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13447 failures to run the test program under GDB.
13448
13449 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13450
13451 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13452 to C.
13453
13454 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13455
13456 * gdb.base/run-after-attach.exp: New test file.
13457 * gdb.base/run-after-attach.c: New test file.
13458
13459 2015-08-26 Don Breazeal <donb@codesourcery.com>
13460
13461 * gdb.base/foll-exec-2.c: New test program.
13462 * gdb.base/foll-exec-2.exp: New test.
13463
13464 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13465
13466 * gdb.base/nested-subp1.exp: New file.
13467 * gdb.base/nested-subp1.c: New file.
13468 * gdb.base/nested-subp2.exp: New file.
13469 * gdb.base/nested-subp2.c: New file.
13470 * gdb.base/nested-subp3.exp: New file.
13471 * gdb.base/nested-subp3.c: New file.
13472
13473 2015-08-24 Pedro Alves <palves@redhat.com>
13474
13475 * gdb.server/connect-without-multi-process.c: New file.
13476 * gdb.server/connect-without-multi-process.exp: New file.
13477
13478 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13479
13480 * gdb.opt/inline-markers.c: Make z int.
13481
13482 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13483
13484 * gdb.opt/inline-markers.c: Make z volatile.
13485
13486 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13487
13488 * gdb.opt/inline-bt.c: New volatile global z.
13489 * gdb.opt/inline-cmds.c: Likewise.
13490 * gdb.opt/inline-locals.c: Likewise.
13491 * gdb.opt/inline-markers.c: New extern global z.
13492 (marker): Use z.
13493 (inline_fn): Likewise.
13494
13495 2015-08-24 Pedro Alves <palves@redhat.com>
13496
13497 * config/m32r-stub.exp: Remove file.
13498 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13499 * gdb.base/call-rt-st.exp: Likewise.
13500 * gdb.base/call-strs.exp: Likewise.
13501 * gdb.base/default.exp: Remove references to h8300-*-hms and
13502 *-*-udi*.
13503 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13504
13505 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13506
13507 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13508 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13509 and "return" use KFAIL when GDB can not read/write the vector
13510 return value.
13511
13512 2015-08-21 Gary Benson <gbenson@redhat.com>
13513
13514 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13515
13516 2015-08-20 Pedro Alves <palves@redhat.com>
13517
13518 * gdb.server/solib-list.exp: No longer expect an interior stop in
13519 non-stop mode.
13520
13521 2015-08-20 Pedro Alves <palves@redhat.com>
13522
13523 * gdb.server/connect-stopped-target.c: New file.
13524 * gdb.server/connect-stopped-target.exp: New file.
13525
13526 2015-08-20 Pedro Alves <palves@redhat.com>
13527
13528 * gdb.dwarf2/comp-unit-lang.exp: New file.
13529 * gdb.dwarf2/comp-unit-lang.c: New file.
13530
13531 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13532
13533 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13534 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13535
13536 2015-08-19 Kevin Buettner <kevinb@redhat.com>
13537
13538 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13539 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13540
13541 2015-08-18 Doug Evans <dje@google.com>
13542 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13543
13544 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13545 skip_python_tests. New arg prompt_regexp.
13546 (skip_python_tests): New function.
13547 * lib/mi-support.exp (mi_skip_python_tests): New function.
13548 * gdb.python/py-mi-objfile-gdb.py: New file.
13549 * gdb.python/py-mi-objfile.c: New file.
13550 * gdb.python/py-mi-objfile.exp: New file.
13551
13552 2015-08-17 Keith Seitz <keiths@redhat.com>
13553
13554 * gdb.linespec/explicit.exp: Move strace test from here ...
13555 * gdb.trace/strace.exp: ... to here.
13556
13557 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13558
13559 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13560 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13561
13562 2015-08-14 Doug Evans <xdje42@gmail.com>
13563
13564 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13565 inferior before selecting a new file.
13566
13567 2015-08-14 Doug Evans <xdje42@gmail.com>
13568
13569 * gdb.mi/mi-disassemble.exp: Update.
13570 * gdb.base/disasm-optim.S: New file.
13571 * gdb.base/disasm-optim.c: New file.
13572 * gdb.base/disasm-optim.h: New file.
13573 * gdb.base/disasm-optim.exp: New file.
13574
13575 2015-08-14 Keith Seitz <keiths@redhat.com>
13576
13577 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13578 "evaluated-by".
13579
13580 2015-08-13 Joel Brobecker <brobecker@adacore.com>
13581
13582 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13583
13584 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13585
13586 * gdb.ada/fun_renaming.exp: New testcase.
13587 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13588 * gdb.ada/fun_renaming/pack.adb: New file.
13589 * gdb.ada/fun_renaming/pack.ads: New file.
13590
13591 2015-08-12 Keith Seitz <keiths@redhat.com>
13592
13593 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13594 gdb_get_line_number.
13595
13596 2015-08-12 Joel Brobecker <brobecker@adacore.com>
13597
13598 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13599 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13600 gdb.base/dso2dso.exp: New files.
13601
13602 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13603 Pedro Alves <palves@redhat.com>
13604 Keith Seitz <keiths@redhat.com>
13605
13606 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13607 GDBFLAGS.
13608
13609 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13610
13611 * gdb.base/gdbhistsize-history.exp
13612 (test_histsize_history_setting): Use save_vars.
13613 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13614 Use save_vars.
13615 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13616 * gdb.base/readline.exp: Use save_vars.
13617
13618 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13619
13620 * lib/gdb.exp (save_vars): New proc.
13621
13622 2015-08-11 Keith Seitz <keiths@redhat.com>
13623
13624 * gdb.base/help.exp: Update help_breakpoint_text.
13625
13626 2015-08-11 Keith Seitz <keiths@redhat.com>
13627
13628 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13629 (at toplevel): Call test_explicit_breakpoints.
13630 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13631 breakpoints.
13632 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13633 breakpoint conditions, "-cond".
13634
13635 2015-08-11 Keith Seitz <keiths@redhat.com>
13636
13637 * gdb.linespec/3explicit.c: New file.
13638 * gdb.linespec/cpexplicit.cc: New file.
13639 * gdb.linespec/cpexplicit.exp: New file.
13640 * gdb.linespec/explicit.c: New file.
13641 * gdb.linespec/explicit.exp: New file.
13642 * gdb.linespec/explicit2.c: New file.
13643 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13644 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13645 before using in the matching pattern.
13646 Clarify that `prefix' is a regular expression.
13647
13648 2015-08-11 Keith Seitz <keiths@redhat.com>
13649
13650 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13651 test.
13652 Add tests for missing ",FMT" and ",".
13653
13654 2015-08-10 Doug Evans <dje@google.com>
13655 Keith Seitz <keiths@redhat.com>
13656
13657 PR gdb/17960
13658 * gdb.base/completion.exp: Add location completer tests.
13659
13660 2015-08-07 Pedro Alves <palves@redhat.com>
13661
13662 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13663 tests here.
13664 (top level): Run do_test with and without displaced stepping.
13665
13666 2015-08-07 Pedro Alves <palves@redhat.com>
13667
13668 * gdb.base/valgrind-disp-step.c: New file.
13669 * gdb.base/valgrind-disp-step.exp: New file.
13670
13671 2015-08-07 Pedro Alves <palves@redhat.com>
13672
13673 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13674 Delete function.
13675 (main): Add alarm. Run an infinite loop instead of calling
13676 wait_threads.
13677 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13678 comment.
13679 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13680 Delete function.
13681 (main): Add alarm. Run an infinite loop instead of calling
13682 wait_threads.
13683 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13684 comment.
13685
13686 2015-08-07 Pedro Alves <palves@redhat.com>
13687
13688 * gdb.base/checkpoint-ns.exp: New file.
13689 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13690 standard_testfile.
13691
13692 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13693
13694 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13695 * gdb.btrace/instruction_history.exp: Update.
13696 * gdb.btrace/tsx.exp: New.
13697 * gdb.btrace/tsx.c: New.
13698
13699 2015-08-06 Pedro Alves <palves@redhat.com>
13700
13701 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13702 increase timeout.
13703 * gdb.reverse/until-precsave.exp: Bump timeouts.
13704
13705 2015-08-06 Pedro Alves <palves@redhat.com>
13706
13707 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13708
13709 2015-08-06 Pedro Alves <palves@redhat.com>
13710
13711 PR gdb/18749
13712 * gdb.threads/process-dies-while-handling-bp.c: New file.
13713 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13714
13715 2015-08-06 Pedro Alves <palves@redhat.com>
13716
13717 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13718 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13719
13720 2015-08-05 Pedro Alves <palves@redhat.com>
13721
13722 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13723 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13724
13725 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13726
13727 * gdb.base/bp-permanent.exp: Report test as unsupported if
13728 the target cannot stop at the permanent breakpoint.
13729
13730 2015-08-03 Doug Evans <dje@google.com>
13731
13732 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13733 10000.
13734
13735 2015-08-03 Doug Evans <dje@google.com>
13736
13737 * Makefile.in (workers/%.worker, build-perf): New rule.
13738 (GDB_PERFTEST_MODE): New variable.
13739 (check-perf): Use it.
13740 (clean): Clean up gdb.perf parallel build subdirs.
13741 * lib/build-piece.exp: New file.
13742 * lib/gdb.exp (make_gdb_parallel_path): New function
13743 (standard_output_file, standard_temp_file): Call it.
13744 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13745 of $GDB_PARALLEL.
13746 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13747
13748 2015-08-03 Doug Evans <dje@google.com>
13749
13750 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
13751 (LOG_FILE_NAME): New global.
13752 (TextReporter.__init__): Initialize self.txt_sum.
13753 (TextReporter.report): Add support for multiple data-points.
13754 Move report to perftest.sum, put raw data in perftest.log.
13755 (TextReporter.start): Open sum and log files.
13756 (TextReporter.end): Close sum and log files.
13757 * gdb.perf/lib/perftest/testresult.py
13758 (SingleStatisticTestResult.record): Handle multiple data-points.
13759
13760 2015-07-31 Pedro Alves <palves@redhat.com>
13761
13762 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13763 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13764 kill_wait_spawned_process instead of explicit "kill -9".
13765 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13766 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13767 kill_wait_spawned_process.
13768 * gdb.base/attach-twice.exp: Likewise.
13769 * gdb.base/attach.exp: Likewise.
13770 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13771 gdb_test_multiple.
13772 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13773 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13774 kill_wait_spawned_process.
13775 * gdb.base/valgrind-infcall.exp: Likewise.
13776 * gdb.multi/multi-attach.exp: Likewise.
13777 * gdb.python/py-prompt.exp: Likewise.
13778 * gdb.python/py-sync-interp.exp: Likewise.
13779 * gdb.server/ext-attach.exp: Likewise.
13780 * gdb.threads/attach-into-signal.exp (corefunc): Use
13781 spawn_wait_for_attach, spawn_id_get_pid and
13782 kill_wait_spawned_process.
13783 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13784 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13785 spawn_id_get_pid and kill_wait_spawned_process.
13786 * gdb.threads/attach-stopped.exp (corefunc): Use
13787 spawn_wait_for_attach, spawn_id_get_pid and
13788 kill_wait_spawned_process.
13789 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13790 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13791 kill_wait_spawned_process instead of explicit "kill -9".
13792 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13793 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13794 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13795 processes. Don't map cygwin/windows pids here. Now returns a
13796 spawn id list.
13797
13798 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13799
13800 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13801 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13802 correct patch.
13803
13804 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13805
13806 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13807
13808 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13809
13810 Reapply:
13811 2014-05-21 Mark Wielaard <mjw@redhat.com>
13812
13813 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13814
13815 2015-07-30 Pedro Alves <palves@redhat.com>
13816
13817 * linux-low.c (handle_extended_wait): Set the child's last
13818 reported status to TARGET_WAITKIND_STOPPED.
13819
13820 2015-07-30 Pedro Alves <palves@redhat.com>
13821
13822 PR threads/18600
13823 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13824 only shows inferior 1.
13825
13826 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13827 Pedro Alves <palves@redhat.com>
13828
13829 PR threads/18600
13830 * gdb.threads/fork-plus-threads.c: New file.
13831 * gdb.threads/fork-plus-threads.exp: New file.
13832
13833 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13834
13835 * gdb.base/batch-preserve-term-settings.exp
13836 (test_terminal_settings_preserved_after_cli_exit): Use
13837 send_quit_command.
13838
13839 2015-07-29 Pedro Alves <palves@redhat.com>
13840 Don Breazeal <donb@codesourcery.com>
13841
13842 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13843 output from both inferior_spawn_id and gdb_spawn_id.
13844
13845 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13846
13847 * gdb.threads/attach-into-signal.exp (corefunc): Use
13848 with_test_prefix on nested loops, uniquefying the test messages.
13849
13850 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13851
13852 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13853 commit.
13854
13855 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13856
13857 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13858 New proc.
13859 (test_terminal_settings_preserved_after_sigterm): New test.
13860
13861 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13862
13863 * gdb.base/batch-preserve-term-settings.exp
13864 (test_terminal_settings_preserved_after_cli_exit): New test.
13865
13866 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13867
13868 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13869 manipulation of saved_gdbflags.
13870 (test_terminal_settings_preserved): Remove global declaration of
13871 the unused variable pagination_prompt. Remove manipulation of
13872 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13873 GDBFLAGS.
13874
13875 2015-07-29 Pedro Alves <palves@redhat.com>
13876
13877 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13878
13879 2015-07-29 Pedro Alves <palves@redhat.com>
13880
13881 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13882 at the top.
13883
13884 2015-07-29 Pedro Alves <palves@redhat.com>
13885
13886 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13887 (main): Call gdb_unbuffer_output.
13888 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13889 (main): Call gdb_unbuffer_output.
13890 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13891 (main): Call gdb_unbuffer_output.
13892 * gdb.base/call-strs.exp: Adjust to step over the
13893 gdb_unbuffer_output call.
13894 * gdb.base/catch-gdb-caused-signals.c: Include
13895 "../lib/unbuffer_output.c".
13896 (main): Call gdb_unbuffer_output.
13897 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13898 (main): Call gdb_unbuffer_output.
13899 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13900 (main): Call gdb_unbuffer_output.
13901 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13902 (main): Call gdb_unbuffer_output.
13903 * gdb.base/shlib-call.exp: Adjust to step over the
13904 gdb_unbuffer_output call.
13905 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13906 (main): Call gdb_unbuffer_output.
13907 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13908 (main): Call gdb_unbuffer_output.
13909 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13910 (main): Rename to ...
13911 (test): ... this.
13912 (main): Reimplement.
13913 * gdb.base/varargs.exp: Run to test instead of to main.
13914 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13915 (main): Call gdb_unbuffer_output.
13916
13917 2015-07-29 Pedro Alves <palves@redhat.com>
13918
13919 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13920 factore out from mi_continue_dprintf. For call-style dprintfs,
13921 expect dprintf output out of $inferior_spawn_id.
13922 (mi_continue_dprintf): Use mi_expect_dprintf.
13923 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13924 (main): Call gdb_unbuffer_output.
13925
13926 2015-07-29 Pedro Alves <palves@redhat.com>
13927
13928 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13929 (default_mi_gdb_start): Set inferior_spawn_id instead of
13930 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13931 gdb_spawn_id.
13932 (mi_gdb_test): Always expect inferior output from both
13933 $inferior_spawn_id and $gdb_spawn_id.
13934
13935 2015-07-29 Pedro Alves <palves@redhat.com>
13936
13937 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13938 send_inferior and $inferior_spawn_id.
13939
13940 2015-07-29 Pedro Alves <palves@redhat.com>
13941
13942 * gdb.gdb/complaints.exp (test_initial_complaints)
13943 (test_serial_complaints, test_short_complaints): Use
13944 gdb_test_stdio.
13945 (test_empty_complaint): Handle $inferior_spawn_id !=
13946 $gdb_spawn_id.
13947
13948 2015-07-29 Pedro Alves <palves@redhat.com>
13949
13950 * gdb.base/varargs.exp: Use gdb_test_stdio.
13951
13952 2015-07-29 Pedro Alves <palves@redhat.com>
13953
13954 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13955
13956 2015-07-29 Pedro Alves <palves@redhat.com>
13957
13958 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13959
13960 2015-07-29 Pedro Alves <palves@redhat.com>
13961
13962 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13963 parameter into two new parameters, "inf_result" and "gdb_result".
13964 Expect inferior output and gdb output from $inferior_spawn_id and
13965 $gdb_spawn_id, respectively. Adjust all callers.
13966
13967 2015-07-29 Pedro Alves <palves@redhat.com>
13968
13969 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13970 of gdb_test_sequence.
13971
13972 2015-07-29 Pedro Alves <palves@redhat.com>
13973
13974 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13975 (saw_spurious_output): Expect inferior output from
13976 $inferior_spawn_id. Use gdb_test_stdio.
13977
13978 2015-07-29 Pedro Alves <palves@redhat.com>
13979
13980 * gdb.base/dprintf.exp: Use standard_testfile. Change
13981 prepare_for_testing call.
13982 (srcfile): Don't set.
13983 (restart): New procedure.
13984 (test_dprintf): New procecure, use to continue over dprintfs.
13985 (test_call, test_agent): New procedures, tests moved here.
13986 Restart gdb and recreate dprintfs. Adjust expected output.
13987
13988 2015-07-29 Pedro Alves <palves@redhat.com>
13989
13990 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13991
13992 2015-07-29 Pedro Alves <palves@redhat.com>
13993
13994 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13995
13996 2015-07-29 Pedro Alves <palves@redhat.com>
13997
13998 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13999 gdb_test_stdio.
14000
14001 2015-07-29 Pedro Alves <palves@redhat.com>
14002
14003 * lib/gdb.exp (gdb_test_stdio): New procedure.
14004
14005 2015-07-29 Pedro Alves <palves@redhat.com>
14006
14007 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14008
14009 2015-07-29 Pedro Alves <palves@redhat.com>
14010
14011 * gdb.base/call-signal-resume.exp: Remove check for
14012 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14013 * gdb.base/unwindonsignal.exp: Likewise.
14014 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14015 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14016
14017 2015-07-29 Pedro Alves <palves@redhat.com>
14018
14019 * gdb.base/siginfo-addr.c (pass): New function.
14020 (handler): Call it iff si_addr is correct.
14021 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14022 Set a breakpoint at "pass" and continue to it.
14023
14024 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14025
14026 * gdb.python/py-objfile.exp: Make some tests have unique names.
14027 * gdb.python/py-pp-registration.exp: Likewise.
14028
14029 2015-07-28 Pedro Alves <palves@redhat.com>
14030
14031 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14032
14033 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14034
14035 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14036
14037 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14038
14039 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14040
14041 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14042
14043 * gdb.base/gdb-sigterm-2.exp: New test.
14044
14045 2015-07-25 Doug Evans <xdje42@gmail.com>
14046
14047 Revert:
14048 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14049 (workers/%.worker, build-perf): New rule.
14050 (GDB_PERFTEST_MODE): New variable.
14051 (check-perf): Use it.
14052 (clean): Clean up gdb.perf parallel build subdirs.
14053 * lib/build-piece.exp: New file.
14054 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14055 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14056 name.
14057 (standard_temp_file): Ditto.
14058 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14059 of $GDB_PARALLEL.
14060
14061 2015-07-24 Doug Evans <dje@google.com>
14062
14063 * gdb.perf/lib/perftest/utils.py: New file.
14064 * gdb.perf/gm-hello.cc: New file.
14065 * gdb.perf/gm-pervasive-typedef.cc: New file.
14066 * gdb.perf/gm-pervasive-typedef.h: New file.
14067 * gdb.perf/gm-std.cc: New file.
14068 * gdb.perf/gm-std.h: New file.
14069 * gdb.perf/gm-use-cerr.cc: New file.
14070 * gdb.perf/gm-utils.h: New file.
14071 * gdb.perf/gmonster-null-lookup.py: New file.
14072 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14073 * gdb.perf/gmonster-print-cerr.py: New file.
14074 * gdb.perf/gmonster-ptype-string.py: New file.
14075 * gdb.perf/gmonster-runto-main.py: New file.
14076 * gdb.perf/gmonster-select-file.py: New file.
14077 * gdb.perf/gmonster1-null-lookup.exp: New file.
14078 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14079 * gdb.perf/gmonster1-print-cerr.exp: New file.
14080 * gdb.perf/gmonster1-ptype-string.exp: New file.
14081 * gdb.perf/gmonster1-runto-main.exp: New file.
14082 * gdb.perf/gmonster1-select-file.exp: New file.
14083 * gdb.perf/gmonster1.cc: New file.
14084 * gdb.perf/gmonster1.exp: New file.
14085 * gdb.perf/gmonster2-null-lookup.exp: New file.
14086 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14087 * gdb.perf/gmonster2-print-cerr.exp: New file.
14088 * gdb.perf/gmonster2-ptype-string.exp: New file.
14089 * gdb.perf/gmonster2-runto-main.exp: New file.
14090 * gdb.perf/gmonster2-select-file.exp: New file.
14091 * gdb.perf/gmonster2.cc: New file.
14092 * gdb.perf/gmonster2.exp: New file.
14093
14094 2015-07-24 Doug Evans <dje@google.com>
14095
14096 * gdb.perf/README: New file.
14097 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14098 * lib/gen-perf-test.exp: New file.
14099
14100 2015-07-24 Doug Evans <dje@google.com>
14101
14102 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14103 (PerfTest::startup): New function.
14104 (PerfTest::run): Return result of calling body.
14105 (PerfTest::assemble): Rewrite.
14106 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14107 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14108 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14109 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14110 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14111
14112 2015-07-24 Doug Evans <dje@google.com>
14113
14114 * lib/gdb.exp (clean_restart): Make executable optional.
14115
14116 2015-07-24 Doug Evans <dje@google.com>
14117
14118 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14119 compiler_info references.
14120 * gdb.cp/temargs.exp: Ditto.
14121 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14122 (get_compiler_info): Early exit if already computed. Set compiler_info
14123 to "unknown" if there was a problem.
14124 (test_compiler_info): Add function comment. Call get_compiler_info.
14125
14126 2015-07-24 Doug Evans <dje@google.com>
14127
14128 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14129 (workers/%.worker, build-perf): New rule.
14130 (GDB_PERFTEST_MODE): New variable.
14131 (check-perf): Use it.
14132 (clean): Clean up gdb.perf parallel build subdirs.
14133 * lib/build-piece.exp: New file.
14134 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14135 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14136 name.
14137 (standard_temp_file): Ditto.
14138 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14139 of $GDB_PARALLEL.
14140
14141 2015-07-24 Doug Evans <dje@google.com>
14142
14143 * lib/future.exp (gdb_default_target_compile): New option
14144 "early_flags".
14145 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14146 --as-needed.
14147
14148 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14149
14150 * gdb.base/catch-syscall.exp: Call gdb_exit before
14151 gdb_skip_xml_test.
14152
14153 2015-07-24 Pedro Alves <palves@redhat.com>
14154
14155 * gdb.python/py-events.exp: Accept output between the stop event
14156 and the prompt.
14157 * gdb.python/py-evsignal.exp: Likewise.
14158 * gdb.python/py-evthreads.exp: Likewise.
14159
14160 2015-07-24 Pedro Alves <palves@redhat.com>
14161
14162 PR gdb/18717
14163 * gdb.threads/non-ldr-exit.c: New file.
14164 * gdb.threads/non-ldr-exit.exp: New file.
14165
14166 2015-07-24 Yao Qi <yao.qi@linaro.org>
14167
14168 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14169 restarting process.
14170
14171 2015-07-24 Yao Qi <yao.qi@linaro.org>
14172
14173 * gdb.server/ext-restart.exp: New file.
14174
14175 2015-07-24 Yao Qi <yao.qi@linaro.org>
14176
14177 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14178 argument options.
14179 * gdb.server/ext-wrapper.exp: New file.
14180
14181 2015-07-23 Doug Evans <dje@google.com>
14182
14183 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14184 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14185
14186 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14187
14188 * gdb.ada/var_arr_typedef.exp: New testcase.
14189 * gdb.ada/var_arr_typedef/pack.adb: New file.
14190 * gdb.ada/var_arr_typedef/pack.ads: New file.
14191 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14192
14193 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14194
14195 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14196
14197 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14198
14199 * gdb.arch/i386-biarch-core.exp: Replace istarget
14200 by "complete set gnutarget". Remove expectation for the "core-file"
14201 command.
14202
14203 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14204
14205 Revert the previous commit:
14206 Tests for validate symbol file using build-id.
14207
14208 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14209
14210 Tests for validate symbol file using build-id.
14211 * gdb.base/solib-mismatch-lib.c: New file.
14212 * gdb.base/solib-mismatch-libmod.c: New file.
14213 * gdb.base/solib-mismatch.c: New file.
14214 * gdb.base/solib-mismatch.exp: New file.
14215
14216 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14217
14218 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14219 nios2-*-linux*.
14220 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14221 * gdb.base/siginfo.exp: Likewise.
14222 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14223
14224 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14225
14226 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14227 Move it to ...
14228 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14229 ... here.
14230 * gdb.trace/range-stepping.exp: Check that the target supports
14231 range stepping.
14232
14233 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14234
14235 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14236
14237 2015-07-14 Pedro Alves <palves@redhat.com>
14238
14239 * gdb.base/killed-outside.exp: New file.
14240 * gdb.base/killed-outside.c: New file.
14241
14242 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14243
14244 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14245 (n at main): New.
14246 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14247
14248 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14249
14250 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14251 infcall tests instead of setting up for KFAIL.
14252
14253 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14254
14255 * gdb.btrace/record_goto-step.exp: New.
14256
14257 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14258
14259 PR compile/18484
14260 * gdb.compile/compile.c (struct struct_type): Add volatile to
14261 selffield's type.
14262 * gdb.compile/compile.exp
14263 (compile code struct_object.selffield = &struct_object): Skip further
14264 struct_object tests if this one xfails.
14265
14266 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14267
14268 PR exp/18617
14269 * gdb.trace/ax.exp: Add test.
14270
14271 2015-07-07 Yao Qi <yao.qi@linaro.org>
14272
14273 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14274 instead of istarget "aarch64*-*-*".
14275 * gdb.arch/aarch64-fp.exp: Likewise.
14276 * gdb.base/float.exp: Likewise.
14277 * gdb.reverse/aarch64.exp: Likewise.
14278 * lib/gdb.exp (is_aarch64_target): New proc.
14279
14280 2015-07-07 Yao Qi <yao.qi@linaro.org>
14281
14282 * lib/gdb.exp (is_aarch32_target): New proc.
14283 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14284 instead of "istarget "arm*-*-*"".
14285 * gdb.arch/arm-disp-step.exp: Likewise.
14286 * gdb.arch/thumb-bx-pc.exp: Likewise.
14287 * gdb.arch/thumb-prologue.exp: Likewise.
14288 * gdb.arch/thumb-singlestep.exp: Likewise.
14289 * gdb.base/disp-step-syscall.exp: Likewise.
14290 * gdb.base/float.exp: Likewise.
14291
14292 2015-07-07 Yao Qi <yao.qi@linaro.org>
14293
14294 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14295 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14296
14297 2015-07-07 Yao Qi <yao.qi@linaro.org>
14298
14299 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14300 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14301 if it exists.
14302 * gdb.multi/multi-arch.exp: Likewise.
14303
14304 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14305
14306 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14307 print.
14308
14309 2015-07-07 Yao Qi <yao.qi@linaro.org>
14310
14311 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14312
14313 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14314
14315 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14316 '[' and ']' characters.
14317
14318 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14319
14320 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14321
14322 2015-06-29 Pedro Alves <palves@redhat.com>
14323
14324 PR threads/18127
14325 * gdb.threads/hand-call-new-thread.c: New file.
14326 * gdb.threads/hand-call-new-thread.c: New file.
14327
14328 2015-06-26 Keith Seitz <keiths@redhat.com>
14329 Doug Evans <dje@google.com>
14330
14331 PR 16253
14332 * gdb.cp/var-tag-2.cc: New file.
14333 * gdb.cp/var-tag-3.cc: New file.
14334 * gdb.cp/var-tag-4.cc: New file.
14335 * gdb.cp/var-tag.cc: New file.
14336 * gdb.cp/var-tag.exp: New file.
14337
14338 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14339
14340 * gdb.base/history-duplicates.exp: New test.
14341
14342 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14343
14344 * gdb.base/completion.exp: Test the completion of the "focus"
14345 command.
14346
14347 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14348
14349 * gdb.arch/amd64-prologue-skip.S: New file.
14350 * gdb.arch/amd64-prologue-skip.exp: New file.
14351
14352 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14353
14354 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14355 is_address_zero_readable check.
14356
14357 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14358
14359 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14360 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14361
14362 2015-06-24 Yao Qi <yao.qi@linaro.org>
14363
14364 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14365 linux targets.
14366
14367 2015-06-24 Yao Qi <yao.qi@linaro.org>
14368
14369 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14370 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14371 * gdb.base/siginfo-thread.exp: Likewise.
14372
14373 2015-06-22 Yao Qi <yao.qi@linaro.org>
14374
14375 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14376
14377 2015-06-22 Yao Qi <yao.qi@linaro.org>
14378
14379 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14380 aarch64*-*-*.
14381 (skip_hw_watchpoint_tests): Likewise.
14382
14383 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14384
14385 * gdb.base/gdbinit-history.exp: Test the interaction between
14386 setting GDBHISTSIZE and setting the history size via .gdbinit.
14387
14388 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14389
14390 PR gdb/16999
14391 * gdb.base/gdbhistsize-history.exp: New test.
14392
14393 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14394
14395 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14396 with GDBHISTSIZE.
14397 * gdb.base/readline.exp: Likewise.
14398
14399 2015-06-17 Yao Qi <yao.qi@linaro.org>
14400
14401 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14402 line.
14403
14404 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14405
14406 * gdb.base/gdbinit-history.exp: Add test case to check that
14407 an unlimited history file does not get truncated on exit.
14408
14409 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14410
14411 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14412 (VECTOR): New macro. Use it...
14413 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14414 ...for these typedefs.
14415 (int8, char1, int1, double1): New typedefs.
14416 (struct just_int2, struct two_int2): New structures.
14417 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14418 (add_structvecs, add_singlevecs): New functions.
14419 (main): Call add_some_intvecs twice.
14420 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14421 the compile and exit upon failure. Try compiling for the "native"
14422 architecture. Test inferior function calls with vector arguments
14423 and vector return value handling with "finish" and "return".
14424
14425 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14426
14427 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14428 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14429 PE file.
14430 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14431
14432 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14433
14434 PR breakpoints/16465
14435 * gdb.mi/mi-dprintf-pending.c: New file.
14436 * gdb.mi/mi-dprintf-pending.exp: New test.
14437 * gdb.mi/mi-dprintf-pendshr.c: New file.
14438
14439 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14440 Mircea Gherzan <mircea.gherzan@intel.com>
14441
14442 * gdb.arch/i386-mpx-map.c: New file.
14443 * gdb.arch/i386-mpx-map.exp: New File.
14444
14445 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14446
14447 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14448 * gdb.arch/i386-mpx.exp: Indentation fixed.
14449
14450 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14451
14452 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14453 function and improved indentation.
14454 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14455 gdb_test_multiple. Added additional tests to skip the test.
14456
14457 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14458
14459 * gdb.arch/i386-avx512.c: Change path in include file.
14460 * gdb.arch/i386-avx512.exp: Change include dir path
14461 compilation flag.
14462 * gdb.arch/i386-mpx.c: Change path in include file.
14463 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14464 flag.
14465
14466 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14467
14468 * gdb.compile/compile-print.exp (compile print *vararray@3)
14469 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14470
14471 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14472
14473 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14474 (do not keep jit in memory): ... this.
14475 (expect 5): Change it to ...
14476 (expect no 5): ... this.
14477
14478 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14479
14480 PR gdb/15564
14481 * gdb.mi/mi-detach.exp: New file.
14482
14483 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14484
14485 PR symtab/18392
14486 * gdb.arch/amd64-tailcall-self.S: New file.
14487 * gdb.arch/amd64-tailcall-self.c: New file.
14488 * gdb.arch/amd64-tailcall-self.exp: New file.
14489
14490 2015-05-28 Don Breazeal <donb@codesourcery.com>
14491
14492 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14493 tests for remote targets by checking is_target_gdbserver.
14494
14495 2015-05-27 Doug Evans <dje@google.com>
14496
14497 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14498 * gdb.dwarf2/opaque-type-lookup.c: New file.
14499 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14500
14501 2015-05-26 Doug Evans <dje@google.com>
14502
14503 * gdb.cp/iostream.cc: New file.
14504 * gdb.cp/iostream.exp: New file.
14505
14506 2015-05-26 Doug Evans <dje@google.com>
14507
14508 * gdb.dwarf2/dw2-op-call.exp: Update.
14509 * gdb.dwarf2/dw4-sig-types.exp: Update.
14510 * gdb.dwarf2/implptr.exp: Update.
14511 * gdb.mi/mi-cmd-param-changed.exp: Update.
14512
14513 2015-05-26 Doug Evans <dje@google.com>
14514
14515 * gdb.python/py-lazy-string.c: New file.
14516 * gdb.python/py-lazy-string.exp: New file.
14517 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14518 (main): Update. Add estring3.
14519 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14520 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14521
14522 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14523 Yao Qi <yao.qi@linaro.org>
14524
14525 * gdb.reverse/aarch64.c: New.
14526 * gdb.reverse/aarch64.exp: New.
14527
14528 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14529
14530 * lib/gdb.exp (supports_process_record): Return true for
14531 aarch64*-linux*.
14532 (supports_reverse): Likewise.
14533
14534 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14535
14536 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14537 Use with_test_prefix.
14538
14539 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14540
14541 * gdb.base/completion.exp: Add test for completion of layout
14542 names.
14543
14544 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14545
14546 * lib/gdb.exp (skip_tui_tests): New proc.
14547 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14548
14549 2015-05-19 Pedro Alves <palves@redhat.com>
14550
14551 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14552 Save the whole env array instead of just HOME. Unset HISTSIZE in
14553 the environment while testing. Restore whole environment
14554 afterwards.
14555
14556 2015-05-16 Doug Evans <xdje42@gmail.com>
14557
14558 * gdb.guile/scm-ports.c: New file.
14559 * gdb.guile/scm-ports.exp: Add memory port tests.
14560
14561 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14562
14563 * gdb.compile/compile-print.c: New file.
14564 * gdb.compile/compile-print.exp: New file.
14565
14566 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14567
14568 * gdb.compile/compile-ops.exp: Cast param to void.
14569 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14570 (compile code struct_object.selffield = &struct_object): Add xfail.
14571
14572 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14573
14574 * gdb.ada/arr_enum_with_gap: New testcase.
14575
14576 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14577
14578 * gdb.ada/byte_packed_arr: New testcase.
14579
14580 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14581
14582 * gdb.ada/pckd_neg: New testcase.
14583
14584 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14585
14586 PR gdb/17820
14587 * gdb.base/gdbinit-history.exp: New test.
14588 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14589 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14590
14591 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14592
14593 * gdb.python/py-xmethods.cc: Enhance test case.
14594 * gdb.python/py-xmethods.exp: New tests.
14595 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14596 function.
14597 (B_indexoper): Likewise.
14598 (global_dm_list) : Add new xmethod worker functions.
14599
14600 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14601
14602 * gdb.base/coredump-filter.exp: Correctly unset
14603 "coredump_var_addr" array.
14604
14605 2015-05-08 Pedro Alves <palves@redhat.com>
14606
14607 * gdb.server/non-existing-program.exp: Unset spawn_id.
14608
14609 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14610
14611 PR python/18291
14612 * gdb.python/py-xmethods.exp: Add tests.
14613
14614 2015-05-08 Yao Qi <yao.qi@linaro.org>
14615
14616 PR gdb/18208
14617 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14618 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14619 function set_coredump_filter, and remove remote_exec call.
14620 Remove argument ipid. Callers update.
14621 (top level): Don't get inferior's PID.
14622
14623 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14624
14625 * gdb.base/watch_thread_num.exp: Skip test on targets without
14626 access watchpoints.
14627
14628 2015-05-06 Pedro Alves <palves@redhat.com>
14629
14630 PR server/18081
14631 * gdb.server/non-existing-program.exp: New file.
14632
14633 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14634
14635 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14636
14637 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14638
14639 * gdb.ada/out_of_line_in_inlined: New testcase.
14640
14641 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14642
14643 * gdb.ada/var_rec_arr: New testcase.
14644
14645 2015-04-30 Yao Qi <yao.qi@linaro.org>
14646
14647 * gdb.base/break-idempotent.exp: If
14648 skip_hw_watchpoint_multi_tests returns true, skip the tests
14649 on "rwatch" and "awatch".
14650
14651 2015-04-30 Yao Qi <yao.qi@linaro.org>
14652
14653 * gdb.base/relativedebug.exp: Invoke gdb command
14654 "info sharedlibrary", and if libc.so doesn't have debug info,
14655 skip the test.
14656
14657 2015-04-29 Doug Evans <dje@google.com>
14658
14659 * gdb.python/py-xmethods.exp: Add ptype tests.
14660 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14661 get_result_type method.
14662
14663 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14664
14665 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14666 the target does not support hardware watchpoints.
14667
14668 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14669
14670 * gdb.base/break-always.exp: Abort testing if writing to memory
14671 causes an error.
14672
14673 2015-04-28 Doug Evans <dje@google.com>
14674
14675 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14676 * gdb.python/py-pp-registration.exp: ... here. New file.
14677 * gdb.python/py-pp-registration.c: New file.
14678 * gdb.python/py-pp-registration.py: New file.
14679
14680 2015-04-28 Doug Evans <dje@google.com>
14681
14682 * gdb.python/py-bad-printers.c: New file.
14683 * gdb.python/py-bad-printers.py: New file.
14684 * gdb.python/py-bad-printers.exp: New file.
14685
14686 2015-04-28 Sasha Smundak <asmundak@google.com>
14687
14688 * gdb.python/py-type.exp: New test.
14689
14690 2015-04-28 Andy Wingo <wingo@igalia.com>
14691
14692 * gdb.python/py-parameter.exp:
14693 * gdb.guile/scm-parameter.exp: Escape the path that we are
14694 matching against, as it might contain characters that are special
14695 to regular expressions.
14696
14697 2015-04-27 Joel Brobecker <brobecker@adacore.com>
14698
14699 * gdb.ada/rec_comp: New testcase.
14700
14701 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14702
14703 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14704 before using it.
14705
14706 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14707
14708 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14709 new tests for verilog output.
14710
14711 2015-04-24 Yao Qi <yao.qi@linaro.org>
14712
14713 * boards/remote-gdbserver-on-localhost.exp: New file.
14714
14715 2015-04-23 Pedro Alves <palves@redhat.com>
14716
14717 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14718 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14719 "end of file", remove $inferior_spawn_id from the indirect list.
14720
14721 2015-04-23 Pedro Alves <palves@redhat.com>
14722
14723 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14724
14725 2015-04-23 Pedro Alves <palves@redhat.com>
14726
14727 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14728 on $any_spawn_id instead of only on $gdb_spawn_id.
14729
14730 2015-04-21 Pierre Muller <muller@sourceware.org>
14731
14732 PR pascal/17815
14733 * lib/pascal.exp (gpc_compile): Add new option "class".
14734 (fpc_compile): Likewise.
14735 * gdb.pascal/case-insensitive-symbols.pas: New file.
14736 * gdb.pascal/case-insensitive-symbols.exp: New file.
14737
14738 2015-04-20 Gary Benson <gbenson@redhat.com>
14739
14740 * gdb.base/attach.exp: Fix three extended remote failures.
14741
14742 2015-04-17 Gary Benson <gbenson@redhat.com>
14743
14744 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14745 the main executable over the remote protocol.
14746
14747 2015-04-16 Pedro Alves <palves@redhat.com>
14748
14749 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14750 a new gdbserver if gdbserver_reconnect_p is set.
14751
14752 2015-04-16 Pedro Alves <palves@redhat.com>
14753
14754 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14755 is set, don't exit gdbserver.
14756
14757 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14758
14759 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14760 appropriate .insn, such that an older assembler can be used.
14761 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14762 the z/Architecture instruction set on 31-bit targets as well.
14763
14764 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14765
14766 * gdb.go/handcall.exp: Remove all logic related to the first
14767 breakpoint and rely on go_runto_main instead.
14768 * gdb.go/strings.exp: Likewise.
14769 * gdb.go/unsafe.exp: Likewise.
14770 * gdb.go/hello.exp: Likewise. Also rename the remaining
14771 breakpoint marker to "breakpoint 1".
14772 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14773 * gdb.go/strings.go: Likewise.
14774 * gdb.go/unsafe.go: Likewise.
14775 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14776 "set breakpoint 2 here" and rename the remaining breakpoint marker
14777 to "breakpoint 1".
14778
14779 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14780
14781 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14782 if itertools.imap is not present.
14783 * gdb.python/py-objfile.exp: Add parentheses.
14784 * gdb.python/py-type.exp: Same.
14785 * gdb.python/py-unwind-maint.py: Same.
14786
14787 2015-04-15 Yao Qi <yao.qi@linaro.org>
14788
14789 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14790 of ":$ptr_size" and set its form explicitly.
14791
14792 2015-04-15 Pedro Alves <palves@redhat.com>
14793 Yao Qi <yao.qi@linaro.org>
14794
14795 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14796 timeout by factor of 4.
14797 (test_regular_watch): Likewise.
14798 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14799 * gdb.reverse/sigall-reverse.exp: Likewise.
14800 * gdb.reverse/until-precsave.exp: Likewise.
14801 * lib/gdb.exp (with_timeout_factor): New proc.
14802 (gdb_expect): Move some code to ...
14803 (get_largest_timeout): ... here. New procedure.
14804
14805 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
14806
14807 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14808
14809 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14810
14811 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14812 to write to the .text section.
14813
14814 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14815
14816 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14817 Handle the case of targets that do not provide PID information.
14818
14819 2015-04-13 Yao Qi <yao.qi@linaro.org>
14820
14821 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14822 and use expect instead of gdb_expect.
14823
14824 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14825
14826 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14827 "coredump_var_addr" to avoid naming conflict with other testcases.
14828
14829 2015-04-10 Pedro Alves <palves@redhat.com>
14830
14831 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14832 gdb_test_sequence and gdb_assert.
14833
14834 2015-04-10 Pedro Alves <palves@redhat.com>
14835
14836 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14837 test messages that don't include the breakpoint address.
14838
14839 2015-04-10 Yao Qi <yao.qi@linaro.org>
14840
14841 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14842 false for some offset and width combinations which aren't
14843 supported by linux kernel.
14844
14845 2015-04-10 Pedro Alves <palves@redhat.com>
14846
14847 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14848 procedure, factored out from ...
14849 (top level): ... here. Add "set displaced-stepping" testing axis.
14850 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14851 parameter "displaced". Use it.
14852 (top level): Use foreach and add "set displaced-stepping" testing
14853 axis.
14854
14855 2015-04-10 Pedro Alves <palves@redhat.com>
14856
14857 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14858 Remove comment.
14859 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14860 both the address of the instruction that triggers the watchpoint
14861 and the address of the instruction immediately after, and use
14862 those addresses for the test. Fix comment.
14863
14864 2015-04-10 Pedro Alves <palves@redhat.com>
14865
14866 * gdb.base/sigstep.exp (breakpoint_to_handler)
14867 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14868 Test "backtrace" in handler.
14869 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14870 (top level): Add new "displaced" test axis to
14871 breakpoint_to_handler, breakpoint_to_handler_entry and
14872 breakpoint_over_handler.
14873
14874 2015-04-10 Pedro Alves <palves@redhat.com>
14875
14876 PR gdb/18216
14877 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14878
14879 2015-04-10 Yao Qi <yao.qi@linaro.org>
14880
14881 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14882 (test_add_rn_pc): New function.
14883 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14884 (top level): Invoke test_add_rn_pc.
14885
14886 2015-04-10 Pedro Alves <palves@redhat.com>
14887
14888 PR gdb/13858
14889 * gdb.base/step-over-no-symbols.exp: New file.
14890
14891 2015-04-09 Andy Wingo <wingo@igalia.com>
14892
14893 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14894 after the Python tests.
14895
14896 2015-04-08 Keith Seitz <keiths@redhat.com>
14897
14898 PR python/16699
14899 * gdb.python/py-completion.exp: New tests for completion.
14900 * gdb.python/py-completion.py (CompleteLimit1): New class.
14901 (CompleteLimit2): Likewise.
14902 (CompleteLimit3): Likewise.
14903 (CompleteLimit4): Likewise.
14904 (CompleteLimit5): Likewise.
14905 (CompleteLimit6): Likewise.
14906 (CompleteLimit7): Likewise.
14907
14908 2015-04-08 Pedro Alves <palves@redhat.com>
14909
14910 PR gdb/18214
14911 PR gdb/18216
14912 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14913 function.
14914 (main): Install it as SIGUSR1 handler.
14915 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14916 parameter. Always use "setup" as prefix. Toggle "set
14917 displaced-stepping" off/on depending on global. Don't switch to
14918 thread 1 here.
14919 (top level): Add displaced stepping "off/on" test axis. Update
14920 "setup" calls. Wrap each subtest with with_test_prefix. Test
14921 continuing with a queued signal in each thread.
14922
14923 2015-04-08 Pedro Alves <palves@redhat.com>
14924
14925 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14926 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14927 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14928 Return early if running to main fails.
14929 * gdb.trace/while-stepping.exp: Likewise.
14930
14931 2015-04-07 Pedro Alves <palves@redhat.com>
14932
14933 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14934 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14935 interact with inferior program.
14936
14937 2015-04-07 Pedro Alves <palves@redhat.com>
14938
14939 * lib/gdb.exp (inferior_spawn_id): New global.
14940 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14941 spawn id after processing the user code.
14942 (default_gdb_start): Set inferior_spawn_id.
14943 (send_inferior): New procedure.
14944 * lib/gdbserver-support.exp (gdbserver_start): Set
14945 inferior_spawn_id.
14946 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14947
14948 2015-04-07 Pedro Alves <palves@redhat.com>
14949
14950 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14951 * lib/gdbserver-support.exp (gdbserver_start): Make
14952 $server_spawn_id global.
14953 (gdbserver_start): Don't wait for gdbserver's spawn id with
14954 expect_background.
14955 (close_gdbserver): New procedure.
14956 (gdb_exit): Rename the default version and reimplement.
14957
14958 2015-04-07 Pedro Alves <palves@redhat.com>
14959
14960 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
14961 append the substituted item, not the original item.
14962
14963 2015-04-07 Pedro Alves <palves@redhat.com>
14964
14965 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14966 gdb_expect.
14967
14968 2015-04-07 Pedro Alves <palves@redhat.com>
14969
14970 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14971 output appearing once only.
14972
14973 2015-04-07 Pedro Alves <palves@redhat.com>
14974
14975 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14976 that doesn't expect anything. Return early if running to main
14977 fails.
14978
14979 2015-04-07 Yao Qi <yao.qi@linaro.org>
14980
14981 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14982 (child_function): Call alarm.
14983 (main): Move call to alarm into the loop.
14984 * gdb.threads/non-stop-fair-events.exp: Build program with
14985 -DTIMEOUT=$timeout.
14986
14987 2015-04-06 Doug Evans <xdje42@gmail.com>
14988
14989 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14990 Fix dest parameter to board_info.
14991 (fpc_compile): Ditto.
14992 (gdb_compile_pascal): Rename dest arg to destfile.
14993
14994 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14995
14996 * gdb.ada/funcall_ref.exp: New file.
14997 * gdb.ada/funcall_ref/foo.adb: New file.
14998
14999 2015-04-02 Yao Qi <yao.qi@linaro.org>
15000
15001 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15002 is remote.
15003
15004 2015-04-02 Gary Benson <gbenson@redhat.com>
15005
15006 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15007
15008 2015-04-01 Sasha Smundak <asmundak@google.com>
15009
15010 * gdb.python/py-unwind-maint.c: New file.
15011 * gdb.python/py-unwind-maint.exp: New test.
15012 * gdb.python/py-unwind-maint.py: New file.
15013 * gdb.python/py-unwind.c: New file.
15014 * gdb.python/py-unwind.exp: New test.
15015 * gdb.python/py-unwind.py: New test.
15016
15017 2015-04-01 Pedro Alves <palves@redhat.com>
15018
15019 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15020 to fail instead of non-existent $test.
15021
15022 2015-04-01 Pedro Alves <palves@redhat.com>
15023
15024 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15025 GDBFLAGS if not empty.
15026
15027 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15028
15029 * gdb.ada/complete.exp: Remove "multi_line".
15030 * gdb.ada/info_exc.exp: Remove "multi_line".
15031 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15032 * gdb.ada/ptype_field.exp: Remove "multi_line".
15033 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15034 * gdb.ada/tagged.exp: Remove "multi_line".
15035 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15036 [multi_line ...]
15037 * gdb.btrace/delta.exp: Likewise.
15038 * gdb.btrace/exception.exp: Likewise.
15039 * gdb.btrace/function_call_history.exp: Likewise.
15040 * gdb.btrace/instruction_history.exp: Likewise.
15041 * gdb.btrace/nohist.exp: Likewise.
15042 * gdb.btrace/record_goto.exp: Likewise.
15043 * gdb.btrace/segv.exp: Likewise.
15044 * gdb.btrace/stepi.exp: Likewise.
15045 * gdb.btrace/tailcall.exp: Likewise.
15046 * gdb.btrace/unknown_functions.exp: Likewise.
15047 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15048 * lib/gdb.exp: Add the "multi_line" helper.
15049
15050 2015-04-01 Pedro Alves <palves@redhat.com>
15051
15052 * gdb.threads/tid-reuse.c: New file.
15053 * gdb.threads/tid-reuse.exp: New file.
15054
15055 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15056
15057 PR corefiles/16092
15058 * gdb.base/coredump-filter.c: New file.
15059 * gdb.base/coredump-filter.exp: Likewise.
15060
15061 2015-03-27 Petr Machata <pmachata@redhat.com>
15062
15063 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15064 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15065 (Dwarf::assemble): Initialize them.
15066 (Dwarf::lines): New function.
15067
15068 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15069
15070 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15071 SYMBOL_PREFIX for x86_64-*-cygwin.
15072
15073 2015-03-26 Andy Wingo <wingo@igalia.com>
15074
15075 PR symtab/18148
15076 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15077 const_value but not a location.
15078 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15079 location defined in non-main CUs are visible.
15080
15081 2015-03-26 Yao Qi <yao.qi@linaro.org>
15082
15083 PR testsuite/18139
15084 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15085 Add a line number entry for the same line.
15086 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15087 Add a line number entry for the same line.
15088
15089 2015-03-26 Yao Qi <yao.qi@linaro.org>
15090
15091 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15092 .int 0.
15093 (func): Likewise. Add .Lfunc_1 label.
15094 Use .Lfunc_1 label.
15095 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15096 .int 0.
15097 (func): Likewise.
15098 Use .Lfunc_1 label.
15099
15100 2015-03-26 Yao Qi <yao.qi@linaro.org>
15101
15102 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15103 Call gdb_compile instead to compile each .s files without debug
15104 information.
15105
15106 2015-03-26 Yao Qi <yao.qi@linaro.org>
15107
15108 * gdb.base/savedregs.exp (process_saved_regs): Make
15109 "Saved registers:" optional in the pattern.
15110
15111 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15112
15113 * gdb.btrace/next.exp: Merged into step.exp.
15114 * gdb.btrace/finish.exp: Merged into step.exp.
15115 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15116 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15117 "record goto" and checking the exact replay position.
15118 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15119 check for "Recording format" in "info record" output.
15120 * gdb.btrace/record_goto.exp: Choose test file based on target.
15121 * gdb.btrace/x86-record_goto.S: Renamed into ...
15122 * gdb.btrace/x86_64-record_goto.S: ... this.
15123 * gdb.btrace/i686-record_goto.S: New.
15124 * gdb.btrace/x86-tailcall.S: Renamed into ...
15125 * gdb.btrace/x86_64-tailcall.S: ... this.
15126 * gdb.btrace/i686-tailcall.S: New.
15127 * gdb.btrace/x86-tailcall.c: Renamed into ...
15128 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15129 separate statements. Update test.
15130 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15131 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15132 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15133 * gdb.btrace/tailcall.exp: Choose test file based on target.
15134 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15135
15136 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15137
15138 * gdb.btrace/exception.exp: Increase BTS buffer size.
15139
15140 2015-03-24 Pedro Alves <palves@redhat.com>
15141
15142 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15143
15144 2015-03-24 Pedro Alves <palves@redhat.com>
15145
15146 * gdb.threads/schedlock.exp (test_step): No longer expect that
15147 "set scheduler-locking step" with "next" over a function call runs
15148 threads unlocked.
15149
15150 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15151
15152 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15153
15154 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15155
15156 PR breakpoints/16466
15157 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15158 * gdb.mi/mi-pending.c (thread_func): New function.
15159 (int main): Add threading support required.
15160 * gdb.mi/mi-pending.exp: Add tests for this issue.
15161 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15162 (pendfunc2): Remove stdio dependency.
15163 * gdb.mi/mi-pendshr2.c: New file.
15164
15165 2015-03-23 Keith Seitz <keiths@redhat.com>
15166
15167 * gdb.linespec/keywords.c: New file.
15168 * gdb.linespec/keywords.exp: New file.
15169
15170 2015-03-23 Keith Seitz <keiths@redhat.com>
15171
15172 PR gdb/18021
15173 * gdb.dwarf2/staticvirtual.exp: New test.
15174
15175 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15176
15177 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15178 * README: Remove HP-UX and gdb.hp.
15179 (configuration):
15180 * configure: Regenerate.
15181 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15182 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15183 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15184 gdb.hp/gdb.defects/Makefile.
15185 * gdb.hp/Makefile.in: File deleted.
15186 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15187 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15188 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15189 * gdb.hp/gdb.aCC/run.c: File deleted.
15190 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15191 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15192 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15193 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15194 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15195 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15196 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15197 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15198 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15199 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15200 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15201 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15202 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15203 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15204 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15205 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15206 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15207 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15208 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15209 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15210 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15211 * gdb.hp/gdb.compat/average.c: File deleted.
15212 * gdb.hp/gdb.compat/sum.c: File deleted.
15213 * gdb.hp/gdb.compat/xdb.c: File deleted.
15214 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15215 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15216 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15217 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15218 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15219 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15220 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15221 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15222 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15223 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15224 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15225 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15226 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15227 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15228 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15229 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15230 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15231 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15232 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15233 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15234 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15235 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15236 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15237 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15238 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15239 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15240 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15241 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15242 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15243 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15244 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15245 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15246 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15247 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15248 * gdb.hp/tools/odump: File deleted.
15249
15250 2015-03-19 Pedro Alves <palves@redhat.com>
15251
15252 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15253 (saw_thread_3): New globals.
15254 (top level): Increment them when an event for the corresponding
15255 thread is seen.
15256 (no thread starvation): New test.
15257
15258 2015-03-19 Pedro Alves <palves@redhat.com>
15259
15260 * gdb.threads/continue-pending-status.c: New file.
15261 * gdb.threads/continue-pending-status.exp: New file.
15262
15263 2015-03-18 Pedro Alves <palves@redhat.com>
15264
15265 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15266 Use gdb_is_target_remote instead of is_remote. Use
15267 gdb_test_multiple instead of gdb_expect. Exit early if
15268 gdb_test_multiple hits its internal matches. Tighten stepi tests
15269 expected output. Fail on exit with any signal, instead of just
15270 SIGILL.
15271
15272 2015-03-18 Yao Qi <yao.qi@linaro.org>
15273
15274 PR tdep/18107
15275 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15276 variable.
15277 * gdb.base/catch-syscall.exp: Don't skip it on
15278 aarch64*-*-linux* target. Remove elements in all_syscalls.
15279 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15280 target.
15281 (setup_all_syscalls): New proc.
15282
15283 2015-03-16 Yao Qi <yao.qi@linaro.org>
15284
15285 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15286 (top level): Skip tests if valid_addr_p returns false for
15287 $cmd1 or $cmd2.
15288
15289 2015-03-11 Andy Wingo <wingo@igalia.com>
15290
15291 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15292
15293 2015-03-11 Yao Qi <yao.qi@linaro.org>
15294
15295 * gdb.base/catch-syscall.exp: Fix typo in comments.
15296
15297 2015-03-11 Yao Qi <yao.qi@linaro.org>
15298
15299 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15300
15301 2015-03-09 Pedro Alves <palves@redhat.com>
15302
15303 * dg-extract-results.py: Delete.
15304
15305 2015-03-09 Pedro Alves <palves@redhat.com>
15306
15307 Merge dg-extract-results.sh from GCC upstream (r218843).
15308
15309 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15310 * dg-extract-results.sh: Use --text with grep to avoid issues with
15311 binary files. Fall back to cat -v, if that doesn't work.
15312
15313 2015-03-05 Pedro Alves <palves@redhat.com>
15314
15315 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15316
15317 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15318
15319 * lib/mi-support.exp (mi_expect_interrupt): Accept
15320 alternative event for when in all-stop mode.
15321
15322 2015-03-04 Pedro Alves <palves@redhat.com>
15323
15324 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15325
15326 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15327
15328 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15329
15330 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15331
15332 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15333 regexps for GDB's current line display, accept a hex address
15334 preceding the line number.
15335
15336 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15337
15338 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15339 the 'arch1' variable for "s390*-linux*" targets.
15340
15341 2015-03-04 Pedro Alves <palves@redhat.com>
15342
15343 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15344 (main): Pass missing retval argument to pthread_join call.
15345
15346 2015-03-02 Pedro Alves <palves@redhat.com>
15347
15348 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15349 (top level): Call do_test with non-stop as well.
15350
15351 2015-03-02 Pedro Alves <palves@redhat.com>
15352
15353 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15354 -1.
15355
15356 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15357
15358 * gdb.arch/s390-vregs.exp: New test.
15359 * gdb.arch/s390-vregs.S: New file.
15360
15361 2015-02-27 Pedro Alves <palves@redhat.com>
15362
15363 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15364 call to catch_command_errors.
15365 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15366 catch_command_errors.
15367
15368 2015-02-27 Pedro Alves <palves@redhat.com>
15369
15370 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15371 "true" for boolean result.
15372 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15373 prototype of main.
15374
15375 2015-02-27 Pedro Alves <palves@redhat.com>
15376
15377 * lib/unbuffer_output.c: New file.
15378 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15379 (main): Call gdb_unbuffer_output.
15380
15381 2015-02-27 Yao Qi <yao.qi@linaro.org>
15382
15383 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15384 target.
15385
15386 2015-02-26 Doug Evans <dje@google.com>
15387
15388 * gdb.cp/class2.cc (Dbase, D): New classes.
15389 (main): New local delta.
15390 * gdb.cp/class2.exp: Test printing delta.
15391 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15392 (dynbar): New global.
15393 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15394
15395 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15396
15397 * gdb.compile/compile-ifunc.c: New file.
15398 * gdb.compile/compile-ifunc.exp: New file.
15399
15400 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15401
15402 * gdb.base/structs.exp: Check for correct struct on finish.
15403
15404 2015-02-26 Yao Qi <yao.qi@linaro.org>
15405
15406 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15407 is zero.
15408
15409 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15410
15411 * gdb.arch/cordic.ko.bz2: New file.
15412 * gdb.arch/cordic.ko.debug.bz2: New file.
15413 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15414
15415 2015-02-25 Yao Qi <yao.qi@linaro.org>
15416
15417 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15418 aarch64*-*-* target.
15419
15420 2015-02-23 Pedro Alves <palves@redhat.com>
15421
15422 * lib/gdb.exp (delete_breakpoints): Rewrite using
15423 gdb_test_multiple.
15424
15425 2015-02-23 Pedro Alves <palves@redhat.com>
15426
15427 * gdb.base/info-os.c: Include stdlib.h.
15428
15429 2015-02-22 Doug Evans <xdje42@gmail.com>
15430
15431 PR symtab/17855
15432 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15433 is read after symbols have been re-read.
15434 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15435 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15436
15437 2015-02-21 Doug Evans <dje@google.com>
15438
15439 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15440
15441 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15442
15443 PR corefiles/17808
15444 * gdb.arch/i386-biarch-core.core.bz2: New file.
15445 * gdb.arch/i386-biarch-core.exp: New file.
15446
15447 2015-02-21 Pedro Alves <palves@redhat.com>
15448
15449 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15450 runto_main fails.
15451
15452 2015-02-20 Pedro Alves <palves@redhat.com>
15453
15454 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15455 info probes.
15456
15457 2015-02-20 Pedro Alves <palves@redhat.com>
15458
15459 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15460
15461 2015-02-20 Pedro Alves <palves@redhat.com>
15462
15463 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15464 clean_restart before gdb_target_supports_trace.
15465
15466 2015-02-20 Pedro Alves <palves@redhat.com>
15467
15468 PR threads/18006
15469 * gdb.threads/clone-thread_db.c: New file.
15470 * gdb.threads/clone-thread_db.exp: New file.
15471
15472 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15473
15474 PR breakpoints/16812
15475 * gdb.base/catch-gdb-caused-signals.c: New file.
15476 * gdb.base/catch-gdb-caused-signals.exp: New file.
15477
15478 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15479
15480 * configure: Regenerated.
15481 * configure.ac: Use GDB_AC_TRANSFORM.
15482 * aclocal.m4: sinclude ../transform.m4.
15483
15484 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15485
15486 * lib/dtrace.exp: New file.
15487 * gdb.base/dtrace-probe.exp: Likewise.
15488 * gdb.base/dtrace-probe.d: Likewise.
15489 * gdb.base/dtrace-probe.c: Likewise.
15490 * lib/pdtrace.in: Likewise.
15491 * configure.ac: Output variables with the transformed names of
15492 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15493 * configure: Regenerated.
15494
15495 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15496
15497 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15498 expected message when trying to access $_probe_* convenience
15499 variables while not on a probe.
15500
15501 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15502
15503 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15504
15505 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15506
15507 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15508 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15509
15510 2015-02-10 Doug Evans <xdje42@gmail.com>
15511
15512 * lib/gdb.exp (gdb_load): Always return a result.
15513
15514 2015-02-10 Pedro Alves <palves@redhat.com>
15515
15516 * gdb.threads/signal-sigtrap.c: New file.
15517 * gdb.threads/signal-sigtrap.exp: New file.
15518
15519 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15520
15521 * gdb.trace/no-attach-trace.c: New file.
15522 * gdb.trace/no-attach-trace.exp: New file.
15523
15524 2015-02-09 Mark Wielaard <mjw@redhat.com>
15525
15526 * gdb.dwarf2/atomic.c: New file.
15527 * gdb.dwarf2/atomic-type.exp: Likewise.
15528
15529 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15530
15531 * gdb.btrace/buffer-size.exp: Update "info record" output.
15532 * gdb.btrace/delta.exp: Update "info record" output.
15533 * gdb.btrace/enable.exp: Update "info record" output.
15534 * gdb.btrace/finish.exp: Update "info record" output.
15535 * gdb.btrace/instruction_history.exp: Update "info record" output.
15536 * gdb.btrace/next.exp: Update "info record" output.
15537 * gdb.btrace/nexti.exp: Update "info record" output.
15538 * gdb.btrace/step.exp: Update "info record" output.
15539 * gdb.btrace/stepi.exp: Update "info record" output.
15540 * gdb.btrace/nohist.exp: Update "info record" output.
15541
15542 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15543
15544 * gdb.btrace/buffer-size: New.
15545
15546 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15547
15548 * gdb.btrace/delta.exp: Update "info record" output.
15549 * gdb.btrace/enable.exp: Update "info record" output.
15550 * gdb.btrace/finish.exp: Update "info record" output.
15551 * gdb.btrace/instruction_history.exp: Update "info record" output.
15552 * gdb.btrace/next.exp: Update "info record" output.
15553 * gdb.btrace/nexti.exp: Update "info record" output.
15554 * gdb.btrace/step.exp: Update "info record" output.
15555 * gdb.btrace/stepi.exp: Update "info record" output.
15556 * gdb.btrace/nohist.exp: Update "info record" output.
15557
15558 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15559
15560 PR gdb/15678
15561 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15562
15563 2015-02-06 Pedro Alves <palves@redhat.com>
15564
15565 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15566 macro.
15567 (seconds_left, again): New globals.
15568 (main): Wait seconds_left in a 1-second sleep loop instead of
15569 sleeping 180 seconds. If 'again' is set, reset the seconds
15570 counter.
15571 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15572 'again' in the inferior before detaching. Print the seconds left.
15573 (options): New global.
15574 (top level): Build program with -DTIMEOUT=$timeout.
15575
15576 2015-02-06 Pedro Alves <palves@redhat.com>
15577
15578 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15579 determine how many seconds to pass to 'alarm'.
15580 * gdb.base/gdb-sigterm.exp (top level): Build program with
15581 -DTIMEOUT=$timeout.
15582 (do_test): Return success/failure indication. Add more verbose
15583 logging. Don't fail if 200 single steps are seen. Instead, fail
15584 when the test times out.
15585 (passes): New global.
15586 (top level): Break the testing loop if testing fails on any
15587 iteration. Use gdb_assert.
15588
15589 2015-02-04 Don Breazeal <donb@codesourcery.com>
15590
15591 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15592 and initialize them.
15593 (ipc_cleanup): New function.
15594 (main): Don't declare shmid, semid, and msqid. Add a call to
15595 atexit so that we call ipc_cleanup on exit.
15596
15597 2015-02-04 Pedro Alves <palves@redhat.com>
15598
15599 * boards/native-extended-gdbserver.exp: Remove any target variant
15600 specifications from the board name before clearing the isremote
15601 flag from board_info.
15602
15603 2015-01-31 Doug Evans <xdje42@gmail.com>
15604
15605 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15606
15607 2015-01-31 Gary Benson <gbenson@redhat.com>
15608
15609 * gdb.base/completion.exp: Disable completion limiting for
15610 existing tests. Add new tests to check completion limiting.
15611 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15612
15613 2015-01-31 Doug Evans <xdje42@gmail.com>
15614
15615 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15616
15617 2015-01-31 Doug Evans <xdje42@gmail.com>
15618
15619 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15620 entries. Duplicate file section script entries.
15621 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15622 inlined entries. Add test for safe-path rejection.
15623 * gdb.python/py-section-script.c: Add duplicate inlined section script
15624 entries. Duplicate file section script entries.
15625 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15626 inlined entries. Add test for safe-path rejection.
15627
15628 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15629
15630 * gdb.ada/disc_arr_bound: New testcase.
15631
15632 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15633
15634 * gdb.ada/mi_var_array: New testcase.
15635
15636 2015-01-27 Doug Evans <dje@google.com>
15637
15638 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15639 Add test for objfile.filename, objfile.username after objfile
15640 has been unloaded.
15641
15642 2015-01-26 Joel Brobecker <brobecker@adacore.com>
15643
15644 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15645 the second test to print the name attribute of value
15646 returned by the call to gdb.lookup_type, and adjust
15647 the expected output accordingly.
15648
15649 2015-01-25 Mark Wielaard <mjw@redhat.com>
15650
15651 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15652 * gdb.base/disp-step-fork.c: Include unistd.h.
15653 * gdb.base/siginfo-obj.c: Include stdio.h.
15654 * gdb.base/siginfo-thread.c: Likewise.
15655 * gdb.mi/non-stop.c: Include unistd.h.
15656 * gdb.mi/nsthrexec.c: Include stdio.h.
15657 * gdb.mi/pthreads.c: Include unistd.h.
15658 * gdb.modula2/unbounded1.c (main): Declare returns int.
15659 * gdb.reverse/consecutive-reverse.c: Likewise.
15660 * gdb.threads/create-fail.c: Include unistd.h.
15661 * gdb.threads/killed.c: Likewise.
15662 * gdb.threads/linux-dp.c: Likewise.
15663 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15664 * gdb.threads/non-ldr-exc-2.c: Likewise.
15665 * gdb.threads/non-ldr-exc-3.c: Likewise.
15666 * gdb.threads/non-ldr-exc-4.c: Likewise.
15667 * gdb.threads/pthreads.c: Include unistd.h.
15668 (main): Declare returns int.
15669 * gdb.threads/tls-main.c (foo): New declaration.
15670 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15671
15672 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15673
15674 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15675 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15676
15677 2015-01-15 Mark Wielaard <mjw@redhat.com>
15678
15679 * gdb.base/noreturn-return.c: New file.
15680 * gdb.base/noreturn-return.exp: New file.
15681 * gdb.base/noreturn-finish.c: New file.
15682 * gdb.base/noreturn-finish.exp: New file.
15683
15684 2015-01-23 Pedro Alves <palves@redhat.com>
15685
15686 * gdb.threads/continue-pending-after-query.c: New file.
15687 * gdb.threads/continue-pending-after-query.exp: New file.
15688
15689 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15690 Simon Marchi <simon.marchi@ericsson.com>
15691
15692 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15693 * gdb.base/valgrind-db-attach.exp: Same.
15694 * gdb.base/valgrind-infcall.exp: Same.
15695 * lib/mi-support.exp (default_mi_gdb_start): Same.
15696 * lib/prompt.exp (default_prompt_gdb_start): Same.
15697 * lib/gdb.exp (default_gdb_spawn): Same.
15698 (gdb_interact): New.
15699
15700
15701 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15702
15703 * gdb.compile/compile.exp (pointer to jit function): New test.
15704
15705 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
15706
15707 * lib/gdb.exp (supports_process_record): Return true for
15708 powerpc*-*-linux*.
15709 (supports_reverse): Likewise.
15710
15711 2015-01-15 Don Breazeal <donb@codesourcery.com>
15712
15713 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15714 instead of checking whether the target board is remote and
15715 use spawn_wait_for_attach instead of exec/sleep.
15716 * gdb.base/attach-twice.exp: Likewise.
15717
15718 2015-01-15 Joel Brobecker <brobecker@adacore.com>
15719
15720 * gdb.ada/var_arr_attrs: New testcase.
15721
15722 2015-01-14 Pedro Alves <palves@redhat.com>
15723 Joel Brobecker <brobecker@adacore.com>
15724
15725 PR gdb/17525
15726 * gdb.base/bp-cmds-execution-x-script.c: New file.
15727 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15728 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15729
15730 2015-01-14 Pedro Alves <palves@redhat.com>
15731
15732 PR cli/17828
15733 * gdb.base/batch-preserve-term-settings.c: New file.
15734 * gdb.base/batch-preserve-term-settings.exp: New file.
15735
15736 2015-01-13 Doug Evans <dje@google.com>
15737
15738 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15739 binary.
15740
15741 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15742
15743 * Makefile.in (clean mostlyclean): Do not delete *.py.
15744
15745 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15746
15747 * gdb.python/py-lookup-type.exp: New file.
15748
15749 2015-01-12 Pedro Alves <palves@redhat.com>
15750
15751 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15752 restore GDBFLAGS before returning.
15753
15754 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15755
15756 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15757 is_amd64_regs_target and is_x86_like_target.
15758
15759 2015-01-11 Doug Evans <xdje42@gmail.com>
15760
15761 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15762 is given without an explicit form.
15763 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15764 attributes.
15765 * gdb.dwarf/corrupt.exp: Ditto.
15766 * gdb.dwarf2/enum-type.exp: Ditto.
15767 * gdb.trace/entry-values.exp: Ditto.
15768 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15769
15770 2015-01-11 Doug Evans <xdje42@gmail.com>
15771
15772 PR gdb/15830
15773 * gdb.base/maint.exp: Remove references to "maint demangle".
15774 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15775 Add tests for explicitly specifying language to demangle.
15776 * gdb.dlang/demangle.exp: Ditto.
15777
15778 2015-01-09 Pedro Alves <palves@redhat.com>
15779
15780 * gdb.threads/non-stop-fair-events.c: New file.
15781 * gdb.threads/non-stop-fair-events.exp: New file.
15782
15783 2015-01-09 Pedro Alves <palves@redhat.com>
15784
15785 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15786 the global scope. Set a breakpoint after all threads are started
15787 rather than stepping over two source lines. Expect the prompt.
15788 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15789 global.
15790 (NUM): Now 15.
15791 (main): Use threads_started_barrier to wait for all threads to
15792 start. Main thread no longer calls thread_function. Exit after
15793 180 seconds.
15794 (loop): New function.
15795 (thread_function): Wait on threads_started_barrier barrier. Call
15796 'loop' at each iteration.
15797 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15798 threads have started, instead of hardcoding number of "next"
15799 steps. Use an access watchpoint instead of a write watchpoint.
15800
15801 2015-01-09 Pedro Alves <palves@redhat.com>
15802
15803 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15804 (thread_func): Wait on barrier.
15805 (main): Wait for all threads to start before stopping GDB.
15806 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15807 global.
15808 (thread1_func, thread2_func): Wait on barrier.
15809 (main): Wait for all threads to start before stopping GDB.
15810 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15811 New global.
15812 (thread1_func, thread2_func): Wait on barrier.
15813 (main): Wait for all threads to start before stopping GDB.
15814
15815 2015-01-09 Pedro Alves <palves@redhat.com>
15816
15817 * gdb.threads/attach-many-short-lived-threads.c: New file.
15818 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15819
15820 2014-01-09 Pedro Alves <palves@redhat.com>
15821
15822 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15823 instead of to thread 2.
15824 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15825 Add barrier around each pthread_create call instead of around all
15826 calls.
15827 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15828 Set a break on thread_function and have the child threads hit it
15829 one at at a time.
15830
15831 2015-01-09 Pedro Alves <palves@redhat.com>
15832
15833 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15834 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15835 false.
15836 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15837 checking whether the target board is remote.
15838 * gdb.multi/multi-attach.exp: Likewise.
15839 * gdb.python/py-sync-interp.exp: Likewise.
15840 * gdb.server/ext-attach.exp: Likewise.
15841 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15842 tests that need to attach, instead of checking whether the target
15843 board is remote at the top of the file.
15844
15845 2015-01-08 Yao Qi <yao@codesourcery.com>
15846
15847 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15848
15849 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15850
15851 Fix testcase compilation.
15852 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15853
15854 2015-01-06 Joel Brobecker <brobecker@adacore.com>
15855
15856 * gdb.python/py-type.exp: Add a couple test about empty
15857 array creation, and negative-length array creation.
15858
15859 2015-01-02 Doug Evans <xdje42@gmail.com>
15860
15861 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15862
15863 2015-01-02 Doug Evans <dje@google.com>
15864
15865 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15866
15867 2014-12-29 Yao Qi <yao@codesourcery.com>
15868
15869 * gdb.trace/entry-values.exp: Update comments. Rename variable
15870 bar_call_foo to returned_from_foo.
15871
15872 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15873
15874 PR gdb/17394
15875 * gdb.linespec/break-asm-file.c: New file.
15876 * gdb.linespec/break-asm-file.exp: New file.
15877 * gdb.linespec/break-asm-file0.s: New file.
15878 * gdb.linespec/break-asm-file1.s: New file.
15879
15880 2014-12-18 Nigel Stephens <nigel@mips.com>
15881 Maciej W. Rozycki <macro@codesourcery.com>
15882
15883 * gdb.base/float.exp: Handle the new output from "info float" on
15884 MIPS targets.
15885
15886 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15887
15888 Fix MinGW compilation.
15889 * gdb.compile/compile-ops.exp: Update untested message if
15890 !skip_compile_feature_tests.
15891 * gdb.compile/compile-setjmp.exp: Likewise.
15892 * gdb.compile/compile-tls.exp: Likewise.
15893 * gdb.compile/compile.exp: Likewise.
15894 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15895 supported on this host".
15896
15897 2014-12-16 Doug Evans <xdje42@gmail.com>
15898
15899 * boards/stabs.exp: New file.
15900
15901 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15902
15903 * gdb.base/completion.exp: Adjust to format changes of "maint
15904 print user-registers".
15905
15906 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
15907
15908 PR server/17457
15909 * gdb.arch/aarch64-fp.c: New file.
15910 * gdb.arch/aarch64-fp.exp: New file.
15911
15912 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15913
15914 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15915 r210637, r210913, r211666, r215400, r215817).
15916
15917 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15918 * dg-extract-results.py: New file.
15919 * dg-extract-results.sh: Use it if the environment seems
15920 suitable.
15921
15922 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15923
15924 * dg-extract-results.py (parse_run): Handle warnings that
15925 are printed before a test harness is run.
15926
15927 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15928
15929 * dg-extract-results.py (Named): Remove __cmp__ method.
15930 (output_variation): Use a key to sort variation.harnesses.
15931
15932 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15933
15934 * dg-extract-results.py: For Python 3, force sys.stdout to
15935 handle surrogate escape sequences.
15936 (safe_open): New function.
15937 (output_segment, main): Use it.
15938
15939 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15940
15941 * dg-extract-results.py (Prog.result_re): Include options
15942 in test name.
15943
15944 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15945
15946 * dg-extract-results.py (output_variation): Always sort if
15947 do_sum.
15948
15949 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15950
15951 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15952 as long as we get pagination notifications.
15953
15954 2014-12-15 Jason Merrill <jason@redhat.com>
15955
15956 * Makefile.in (check-gdb.%): Restore.
15957 * README: Mention it.
15958
15959 2014-12-13 Joel Brobecker <brobecker@adacore.com>
15960
15961 * gdb.ada/str_uninit: New testcase.
15962
15963 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15964
15965 PR symtab/17642
15966 * gdb.base/vla-stub-define.c: New file.
15967 * gdb.base/vla-stub.c: New file.
15968 * gdb.base/vla-stub.exp: New file.
15969
15970 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15971 Jan Kratochvil <jan.kratochvil@redhat.com>
15972 Tom Tromey <tromey@redhat.com>
15973
15974 * configure.ac: Add gdb.compile/.
15975 * configure: Regenerate.
15976 * gdb.compile/Makefile.in: New file.
15977 * gdb.compile/compile-ops.exp: New file.
15978 * gdb.compile/compile-ops.c: New file.
15979 * gdb.compile/compile-tls.c: New file.
15980 * gdb.compile/compile-tls.exp: New file.
15981 * gdb.compile/compile-constvar.S: New file.
15982 * gdb.compile/compile-constvar.c: New file.
15983 * gdb.compile/compile-mod.c: New file.
15984 * gdb.compile/compile-nodebug.c: New file.
15985 * gdb.compile/compile-setjmp-mod.c: New file.
15986 * gdb.compile/compile-setjmp.c: New file.
15987 * gdb.compile/compile-setjmp.exp: New file.
15988 * gdb.compile/compile-shlib.c: New file.
15989 * gdb.compile/compile.c: New file.
15990 * gdb.compile/compile.exp: New file.
15991 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15992
15993 2014-12-12 Tom Tromey <tromey@redhat.com>
15994
15995 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15996 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15997
15998 2014-12-12 Doug Evans <dje@google.com>
15999
16000 * lib/gdb-python.exp (get_python_valueof): New function.
16001 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16002
16003 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16004
16005 * gdb.base/completion.exp: Add test for completion of "info
16006 registers ".
16007
16008 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16009
16010 * gdb.base/func-ptrs.c: New file.
16011 * gdb.base/func-ptrs.exp: New file.
16012
16013 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16014
16015 PR breakpoints/17012
16016 * gdb.base/dprintf-detach.c: New file.
16017 * gdb.base/dprintf-detach.exp: New file.
16018
16019 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16020
16021 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16022 * lib/gdb.exp (target_is_gdbserver): New procedure.
16023
16024 2014-12-08 Doug Evans <dje@google.com>
16025
16026 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16027
16028 2014-12-05 Yao Qi <yao@codesourcery.com>
16029
16030 * gdb.guile/scm-error.exp: Remove the third argument to
16031 gdb_remote_download.
16032 * gdb.guile/scm-frame-args.exp: Likewise.
16033 * gdb.guile/scm-section-script.exp: Likewise.
16034
16035 2014-12-05 Yao Qi <yao@codesourcery.com>
16036
16037 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16038
16039 2014-12-04 Doug Evans <dje@google.com>
16040
16041 * gdb.python/py-objfile.exp: Add tests for
16042 objfile.add_separate_debug_file.
16043
16044 2014-12-04 Doug Evans <dje@google.com>
16045
16046 * lib/gdb.exp (get_build_id): New function.
16047 (build_id_debug_filename_get): Rewrite to use it.
16048 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16049
16050 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16051
16052 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16053 `method(long)', not just 0x0.
16054 * gdb.cp/nsalias.exp: Align code labels to 4.
16055 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16056 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16057 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16058 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16059 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16060 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16061
16062 2014-12-02 Doug Evans <dje@google.com>
16063
16064 PR symtab/17602
16065 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16066 * gdb.cp/anon-ns2.cc: ... here. New file.
16067 * gdb.cp/anon-ns.exp: Update.
16068
16069 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16070
16071 * gdb.python/py-events.py (inferior_call_handler): New.
16072 (register_changed_handler, memory_changed_handler): New.
16073 (test_events.invoke): Register new handlers.
16074 * gdb.python/py-events.exp: Add tests for inferior call,
16075 memory_changed and register_changed events.
16076
16077 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16078
16079 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16080 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16081 if the linker doesn't understand this.
16082
16083 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16084
16085 * gdb.python/python.exp: Change expected reply to help().
16086
16087 2014-12-01 Yao Qi <yao@codesourcery.com>
16088
16089 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16090 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16091 * configure: Re-generated.
16092
16093 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16094
16095 * gdb.cp/chained-calls.cc: New file.
16096 * gdb.cp/chained-calls.exp: New file.
16097 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16098
16099 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16100
16101 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16102 * gdb.dwarf2/symtab-producer.exp: Same.
16103 * gdb.gdb/python-interrupts.exp: Same.
16104 * gdb.gdb/python-selftest.exp: Same.
16105 * gdb.python/py-linetable.exp: Same.
16106 * gdb.python/py-type.exp: Same.
16107 * gdb.python/py-value-cc.exp: Same.
16108 * gdb.python/py-value.exp: Same.
16109
16110 2014-11-28 Yao Qi <yao@codesourcery.com>
16111
16112 * gdb.base/break-probes.exp: Match library name prefixed with
16113 sysroot.
16114
16115 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16116
16117 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16118 test expected output. Add parentheses for the call to print.
16119 Remove L suffix from integers.
16120
16121 2014-11-26 Doug Evans <dje@google.com>
16122
16123 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16124
16125 2014-11-22 Yao Qi <yao@codesourcery.com>
16126
16127 * gdb.trace/entry-values.c: Remove asms.
16128 (foo): Add foo_label.
16129 (bar): Add bar_label.
16130 * gdb.trace/entry-values.exp: Remove code computing foo's
16131 length and bar's length.
16132 (Dwarf::assemble): Invoke function_range for bar and use
16133 MACRO_AT_func for foo.
16134
16135 2014-11-22 Yao Qi <yao@codesourcery.com>
16136
16137 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16138 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16139 Use .Lgcc43_procstart instead of gcc43.
16140
16141 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16142
16143 * gdb.ada/n_arr_bound: New testcase.
16144
16145 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16146
16147 PR breakpoints/10737
16148 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16149 test_catch_syscall_multi_arch.
16150 (test_catch_syscall_multi_arch): New function.
16151
16152 2014-11-20 Doug Evans <xdje42@gmail.com>
16153
16154 * gdb.base/maint.exp: Update expected output.
16155
16156 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16157
16158 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16159 4-byte instruction on S390.
16160
16161 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16162
16163 * gdb.ada/arr_arr: New testcase.
16164
16165 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16166
16167 * gdb.ada/pkd_arr_elem: New Testcase.
16168
16169 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16170
16171 * gdb.reverse/break-precsave: Expect completion message for
16172 core file reads.
16173 * gdb.reverse/consecutive-precsave.exp: Likewise.
16174 * gdb.reverse/finish-precsave.exp: Likewise.
16175 * gdb.reverse/i386-precsave.exp: Likewise.
16176 * gdb.reverse/machinestate-precsave.exp: Likewise.
16177 * gdb.reverse/sigall-precsave.exp: Likewise.
16178 * gdb.reverse/solib-precsave.exp: Likewise.
16179 * gdb.reverse/step-precsave.exp: Likewise.
16180 * gdb.reverse/until-precsave.exp: Likewise.
16181 * gdb.reverse/watch-precsave.exp: Likewise.
16182
16183 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16184
16185 * gdb.base/bp-permanent.c: Include unistd.h.
16186 * gdb.python/py-framefilter-mi.c (main): Add return type.
16187 * gdb.python/py-framefilter.c (main): Likewise.
16188 * gdb.trace/actions-changed.c (main): Likewise.
16189
16190 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16191
16192 * gdb.mi/until.c: Add eye-catchers.
16193 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16194 line numbers.
16195
16196 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16197
16198 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16199 function header variants in break1.c.
16200 * gdb.base/ena-dis-br.exp: Likewise.
16201 * gdb.base/hbreak2.exp: Likewise.
16202 * gdb.reverse/until-precsave.exp: Drop references to removed
16203 non-prototype function header variants in ur1.c.
16204 * gdb.reverse/until-reverse.exp: Likewise.
16205
16206 2014-11-17 Petr Machata <pmachata@redhat.com>
16207
16208 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16209 ${_cu_offset_size} bytes abbrev offset.
16210
16211 2014-11-15 Doug Evans <xdje42@gmail.com>
16212
16213 PR symtab/17559
16214 * gdb.base/line-symtabs.exp: New file.
16215 * gdb.base/line-symtabs.c: New file.
16216 * gdb.base/line-symtabs.h: New file.
16217
16218 2014-11-14 Yao Qi <yao@codesourcery.com>
16219
16220 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16221 (func): Add label func_label.
16222 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16223 Replace low_pc and high_pc with MACRO_AT_range.
16224 Replace name, low_pc and high_pc with MACRO_AT_func.
16225
16226 2014-11-14 Yao Qi <yao@codesourcery.com>
16227
16228 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16229 Replace name, low_pc and high_pc with MACRO_AT_func.
16230
16231 2014-11-14 Yao Qi <yao@codesourcery.com>
16232
16233 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16234 produce debug information.
16235 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16236
16237 2014-11-14 Yao Qi <yao@codesourcery.com>
16238
16239 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16240 object and get function length.
16241 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16242 with MACRO_AT_func.
16243 (top-level): Replace gdb_compile and clean_restart with
16244 prepare_for_testing.
16245 * gdb.dwarf2/main.c (main): Add label main_label.
16246
16247 2014-11-14 Yao Qi <yao@codesourcery.com>
16248
16249 * lib/dwarf.exp (function_range): New procedure.
16250 (Dwarf::_handle_macro_at_func): New procedure.
16251 (Dwarf::_handle_macro_at_range): New procedure.
16252 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16253
16254 2014-11-14 Yao Qi <yao@codesourcery.com>
16255
16256 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16257 (_handle_attribute): New procedure.
16258
16259 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16260
16261 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16262 * gdb.base/call-sc.c (zed): Likewise.
16263 * gdb.base/checkpoint.c (main): Likewise.
16264 * gdb.base/dump.c (main): Likewise.
16265 * gdb.base/gcore.c (main): Likewise.
16266 * gdb.base/huge.c (main): Likewise.
16267 * gdb.base/multi-forks.c (main): Likewise.
16268 * gdb.base/pr10179-a.c (main): Likewise.
16269 * gdb.base/savedregs.c (main): Likewise.
16270 * gdb.base/sigaltstack.c (main): Likewise.
16271 * gdb.base/siginfo.c (main): Likewise.
16272 * gdb.base/structs.c (zed): Likewise.
16273 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16274 * gdb.mi/mi-syn-frame.c (main): Likewise.
16275 * gdb.mi/until.c (foo, main): Likewise.
16276 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16277 * gdb.base/solib-weak.c (foo): Declare.
16278 * gdb.base/attach-twice.c: Include stdio.h.
16279 * gdb.base/weaklib1.c: Likewise.
16280 * gdb.base/weaklib2.c: Likewise.
16281 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16282 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16283 unistd.h.
16284 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16285 * gdb.mi/mi-exit-code.c: Likewise.
16286 * gdb.base/break-interp-lib.c: Include string.h.
16287 * gdb.base/coremaker.c: Likewise.
16288 * gdb.base/testenv.c: Likewise.
16289 * gdb.python/py-finish-breakpoint.c: Likewise.
16290 * gdb.base/inferior-died.c: Include sys/wait.h.
16291 * gdb.base/fileio.c: Include time.h.
16292 * gdb.base/async-shell.c: Include unistd.h.
16293 * gdb.base/dprintf-non-stop.c: Likewise.
16294 * gdb.base/info-os.c: Likewise.
16295 * gdb.mi/mi-console.c: Likewise.
16296 * gdb.mi/watch-nonstop.c: Likewise.
16297 * gdb.python/py-events.c: Likewise.
16298 * gdb.base/async.c (baz): Move up before its invocation.
16299 * gdb.base/code_elim2.c (my_global_func): Likewise.
16300 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16301 * gdb.base/advance.c (func2): Likewise.
16302
16303 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16304
16305 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16306 variant.
16307 * gdb.base/annota3.c: Likewise.
16308 * gdb.base/async.c: Likewise.
16309 * gdb.base/average.c: Likewise.
16310 * gdb.base/call-ar-st.c: Likewise.
16311 * gdb.base/call-rt-st.c: Likewise.
16312 * gdb.base/call-sc.c: Likewise.
16313 * gdb.base/call-strs.c: Likewise.
16314 * gdb.base/ending-run.c: Likewise.
16315 * gdb.base/execd-prog.c: Likewise.
16316 * gdb.base/exprs.c: Likewise.
16317 * gdb.base/foll-exec.c: Likewise.
16318 * gdb.base/foll-fork.c: Likewise.
16319 * gdb.base/foll-vfork.c: Likewise.
16320 * gdb.base/funcargs.c: Likewise.
16321 * gdb.base/gcore.c: Likewise.
16322 * gdb.base/jump.c: Likewise.
16323 * gdb.base/langs0.c: Likewise.
16324 * gdb.base/langs1.c: Likewise.
16325 * gdb.base/langs2.c: Likewise.
16326 * gdb.base/mips_pro.c: Likewise.
16327 * gdb.base/nodebug.c: Likewise.
16328 * gdb.base/opaque0.c: Likewise.
16329 * gdb.base/opaque1.c: Likewise.
16330 * gdb.base/recurse.c: Likewise.
16331 * gdb.base/run.c: Likewise.
16332 * gdb.base/scope0.c: Likewise.
16333 * gdb.base/scope1.c: Likewise.
16334 * gdb.base/setshow.c: Likewise.
16335 * gdb.base/setvar.c: Likewise.
16336 * gdb.base/shmain.c: Likewise.
16337 * gdb.base/shr1.c: Likewise.
16338 * gdb.base/shr2.c: Likewise.
16339 * gdb.base/sigall.c: Likewise.
16340 * gdb.base/signals.c: Likewise.
16341 * gdb.base/so-indr-cl.c: Likewise.
16342 * gdb.base/solib2.c: Likewise.
16343 * gdb.base/structs.c: Likewise.
16344 * gdb.base/sum.c: Likewise.
16345 * gdb.base/vforked-prog.c: Likewise.
16346 * gdb.base/watchpoint.c: Likewise.
16347 * gdb.reverse/shr2.c: Likewise.
16348 * gdb.reverse/until-reverse.c: Likewise.
16349 * gdb.reverse/ur1.c: Likewise.
16350 * gdb.reverse/watch-reverse.c: Likewise.
16351
16352 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16353
16354 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16355 variant.
16356 * gdb.base/sepdebug.exp: Drop references to removed code.
16357
16358 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16359
16360 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16361 variant. Preserve original line numbering.
16362 * gdb.base/list1.c: Likewise.
16363
16364 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16365
16366 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16367 variant.
16368 * gdb.base/break1.c: Likewise.
16369 * gdb.base/break.exp: Drop references to removed code.
16370
16371 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16372
16373 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16374 variant.
16375
16376 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16377
16378 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16379
16380 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16381
16382 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16383 logic into perform_all_tests() and invoke it with and without
16384 function header prototypes.
16385 (do_function_calls): Remove conditional XFAIL for PR 5318.
16386 (rerun_and_prepare): Remove duplicate code.
16387 (perform_all_tests): New. Main logic moved here.
16388
16389 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16390
16391 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16392 code guarded by #ifdef NO_PROTOTYPES.
16393 (t_double_many_args): Likewise.
16394 (DEF_FUNC_MANY_ARGS_1): Likewise.
16395 (DEF_FUNC_VALUES_1): Likewise.
16396 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16397 guarded by #ifdef PROTOTYPES.
16398
16399 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16400
16401 * gdb.mi/mi-console.c: Add eye-catcher.
16402 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16403 instead of literal line number.
16404
16405 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16406
16407 * gdb.base/shr2.c: Add eye-catcher.
16408 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16409 line number.
16410
16411 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16412
16413 * gdb.base/jump.c: Add eye-catchers.
16414 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16415 numbers.
16416
16417 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16418
16419 * gdb.base/execd-prog.c: Add eye-catchers.
16420 * gdb.base/foll-exec.c: Likewise.
16421 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16422 line numbers.
16423
16424 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16425
16426 * gdb.base/ending-run.c: Add eye-catchers.
16427 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16428 literal line numbers.
16429
16430 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16431
16432 * gdb.base/call-rt-st.c: Add eye-catchers.
16433 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16434 literal line numbers.
16435
16436 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16437
16438 * gdb.base/call-ar-st.c: Add eye-catchers.
16439 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16440 literal line numbers.
16441
16442 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16443
16444 * gdb.base/average.c: Add eye-catchers.
16445 * gdb.base/sum.c: Likewise.
16446 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16447 regexps dynamically.
16448
16449 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16450
16451 * gdb.base/solib1.c: Add eye-catchers.
16452 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16453 literal line numbers.
16454
16455 2014-11-12 Pedro Alves <palves@redhat.com>
16456
16457 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16458 leader has exited.
16459
16460 2014-11-12 Pedro Alves <palves@redhat.com>
16461
16462 * gdb.arch/i386-bp_permanent.c: New file.
16463 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16464 (srcfile): Set to i386-bp_permanent.c.
16465 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16466 that stepi does not execute the 'leave' instruction, instead of
16467 testing it does execute.
16468 * gdb.base/bp-permanent.c: New file.
16469 * gdb.base/bp-permanent.exp: New file.
16470
16471 2014-11-10 Doug Evans <xdje42@gmail.com>
16472
16473 PR symtab/17564
16474 * gdb.base/symtab-search-order.exp: New file.
16475 * gdb.base/symtab-search-order.c: New file.
16476 * gdb.base/symtab-search-order-1.c: New file.
16477 * gdb.base/symtab-search-order-shlib-1.c: New file.
16478
16479 2014-11-07 Pedro Alves <palves@redhat.com>
16480
16481 PR gdb/17511
16482 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16483 i?86-*-linux*.
16484
16485 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16486
16487 PR c++/17494
16488 * gdb.cp/pr17494.cc: New file.
16489 * gdb.cp/pr17494.exp: New file.
16490
16491 2014-11-02 Yao Qi <yao@codesourcery.com>
16492
16493 * gdb.python/python.exp: Get working directory and match the
16494 output of "set extended-prompt \\w " with it.
16495
16496 2014-10-30 Doug Evans <dje@google.com>
16497
16498 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16499 in objfiles.
16500 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16501 in progspaces.
16502
16503 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16504
16505 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16506 * gdb.base/realname-expand.exp: Likewise.
16507 * gdb.linespec/macro-relative.exp: Likewise.
16508
16509 2014-10-29 Pedro Alves <palves@redhat.com>
16510
16511 PR gdb/17408
16512 * gdb.threads/schedlock.c (some_function): New function.
16513 (call_function): New global.
16514 (MAYBE_CALL_SOME_FUNCTION): New macro.
16515 (thread_function): Call it.
16516 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16517 and use it instead of a global counter. Adjust all callers.
16518 (get_current_thread): Use "find current thread" for test message
16519 here rather than having all callers pass down the same string.
16520 (goto_loop): New procedure, factored out from ...
16521 (my_continue): ... this.
16522 (step_ten_loops): Change parameter from test message to command to
16523 use. Adjust.
16524 (list_count): Delete global.
16525 (check_result): New procedure, factored out from duplicate top
16526 level code.
16527 (continue tests): Wrap in with_test_prefix.
16528 (test_step): New procedure, factored out from duplicate top level
16529 code.
16530 (top level): Test "step" in combination with all scheduler-locking
16531 modes. Test "next" in combination with all scheduler-locking
16532 modes, and in combination with stepping over a function call or
16533 not.
16534 * gdb.threads/next-bp-other-thread.c: New file.
16535 * gdb.threads/next-bp-other-thread.exp: New file.
16536
16537 2014-10-29 Pedro Alves <palves@redhat.com>
16538
16539 PR python/17372
16540 * gdb.python/python.exp: Test a multi-line command that spawns
16541 interactive Python.
16542 * gdb.base/multi-line-starts-subshell.exp: New file.
16543
16544 2014-10-29 Yao Qi <yao@codesourcery.com>
16545
16546 * gdb.base/fileio.exp: Make directories on host.
16547
16548 2014-10-29 Yao Qi <yao@codesourcery.com>
16549
16550 * gdb.base/fileio.c (test_write): Close the file.
16551
16552 2014-10-28 Pedro Alves <palves@redhat.com>
16553
16554 PR gdb/12623
16555 * gdb.base/sigstep.c (no_handler): New global.
16556 (main): If 'no_handler is true, set the signal handlers to
16557 SIG_IGN.
16558 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16559 with_sw_watch and no_handler parameters. Handle them.
16560 (top level) <stepping over handler when stopped at a breakpoint
16561 test>: Add a test axis for testing with a software watchpoint, and
16562 another for testing with the signal handler set to SIG_IGN.
16563 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16564 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16565
16566 2014-10-28 Pedro Alves <palves@redhat.com>
16567
16568 PR gdb/17511
16569 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16570 * gdb.base/sigstep.exp (other_handler_location): New global.
16571 (advance): Support stepping into the signal handler, and running
16572 commands while in the handler.
16573 (in_handler_map): New global.
16574 (top level): In the advance test, add combinations for getting
16575 into the handler with stepping commands, and for running commands
16576 in the handler. Add comment descripting the advancei tests.
16577
16578 2014-10-28 Pedro Alves <palves@redhat.com>
16579
16580 * gdb.base/sigstep.exp: Use build_executable instead of
16581 prepare_for_testing.
16582 (top level): Move code that starts GDB, runs to main and creates a
16583 display to ...
16584 (restart): ... this new procedure.
16585 (top level): Move backtrace from signal handler test to ...
16586 (validate_backtrace): ... this new procedure.
16587 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16588 with_test_prefix. Always restart GDB.
16589 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16590 with_test_prefix. Always restart GDB. No need to delete
16591 breakpoints after the test.
16592 (test_skip_handler): Remove prefix parameter.
16593 (skip_over_handler, breakpoint_to_handler)
16594 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16595 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16596 restart GDB. No need to delete breakpoints after the test.
16597 (top level): Use foreach to call the test procedures with
16598 different commands.
16599
16600 2014-10-28 Pedro Alves <palves@redhat.com>
16601
16602 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16603 instead of GNATS numbers.
16604 * gdb.base/sigbpt.exp: Likewise.
16605 * gdb.base/siginfo.exp: Likewise.
16606 * gdb.base/sigstep.exp: Likewise.
16607
16608 2014-10-27 Pedro Alves <palves@redhat.com>
16609
16610 * gdb.base/sigstep.c (dummy): New global.
16611 (main): Issue a couple writes to the new global.
16612 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16613 procedures.
16614 (skip_over_handler): Use test_skip_handler.
16615 (top level): Call skip_over_handler for stepi and nexti too.
16616 (breakpoint_over_handler): Use test_skip_handler.
16617 (top level): Call breakpoint_over_handler for stepi and nexti too.
16618
16619 2014-10-27 Yao Qi <yao@codesourcery.com>
16620
16621 * gdb.trace/tfile.c (adjust_function_address)
16622 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16623 function descriptor.
16624
16625 2014-10-24 Don Breazeal <donb@codesourcery.com>
16626
16627 * gdb.base/foll-fork.exp (test_follow_fork,
16628 catch_fork_child_follow): Check for updated fork messages emitted
16629 from infrun.c.
16630 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16631 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16632 vfork_and_exec_child_follow_through_step): Check for updated vfork
16633 messages emitted from infrun.c.
16634
16635 2014-10-24 Pedro Alves <palves@redhat.com>
16636
16637 * gdb.base/corefile.exp: Remove references to ultrix.
16638 * gdb.base/interrupt.exp: Likewise.
16639 * gdb.base/whatis.exp: Likewise.
16640 * gdb.gdb/selftest.exp: Likewise.
16641 * gdb.threads/manythreads.exp: Likewise.
16642 * gdb.threads/print-threads.exp: Likewise.
16643 * gdb.threads/pthreads.exp:: Likewise.
16644 * gdb.threads/schedlock.exp: Likewise.
16645
16646 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16647
16648 * gdb.cp/non-trivial-retval.cc: Add a test case.
16649 * gdb.cp/non-trivial-retval.exp: Add a test.
16650
16651 2014-10-20 Yao Qi <yao@codesourcery.com>
16652
16653 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16654 * gdb.python/py-objfile-script-gdb.py: New file.
16655 * gdb.python/py-objfile-script.exp: Update reference to
16656 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16657 of remote_download. Remove the dest file.
16658
16659 2014-10-20 Yao Qi <yao@codesourcery.com>
16660
16661 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16662 * gdb.base/step-line.exp: Likewise.
16663 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16664 * gdb.dwarf2/dw2-basic.exp: Likewise.
16665 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16666 * gdb.dwarf2/dw2-filename.exp: Likewise.
16667 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16668 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16669 * gdb.dwarf2/dw2-producer.exp: Likewise.
16670 * gdb.dwarf2/mac-fileno.exp: Likewise.
16671 * gdb.python/py-frame-args.exp: Likewise.
16672 * gdb.python/py-framefilter.exp: Likewise.
16673 * gdb.python/py-mi.exp: Likewise.
16674 * gdb.python/py-objfile-script.exp: Likewise
16675 * gdb.python/py-pp-integral.exp: Likewise.
16676 * gdb.python/py-pp-re-notag.exp: Likewise.
16677 * gdb.python/py-prettyprint.exp: Likewise.
16678 * gdb.python/py-section-script.exp: Likewise.
16679 * gdb.python/py-typeprint.exp: Likewise.
16680 * gdb.python/py-xmethods.exp: Likewise.
16681 * gdb.stabs/weird.exp: Likewise.
16682 * gdb.xml/tdesc-regs.exp: Likewise.
16683
16684 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16685
16686 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16687 (out_cu): Use addr_len for the size of addresses.
16688 (out_line): Likewise. Size DW_LNE_set_address instruction
16689 according to addr_len.
16690 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16691 (FUNC): Add START_INSNS to definition.
16692
16693 2014-10-18 Yao Qi <yao@codesourcery.com>
16694
16695 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16696 gdb_has_argv0 return true.
16697 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16698 check [target_info exists noargs], check [gdb_has_argv0]
16699 instead.
16700 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16701 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16702 procedures.
16703
16704 2014-10-17 Doug Evans <dje@google.com>
16705
16706 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16707 event.
16708 * gdb.python/py-events.py: Add clear_objfiles event.
16709
16710 2014-10-17 Doug Evans <dje@google.com>
16711
16712 * gdb.python/py-objfile.exp: Test progspace attribute.
16713
16714 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
16715
16716 * gdb.guile/scm-breakpoint.exp: Do not assume any
16717 directory separators when matching source file paths.
16718 * gdb.python/py-breakpoint.exp: Likewise.
16719 * gdb.reverse/break-precsave.exp: Likewise.
16720 * gdb.reverse/break-reverse.exp: Likewise.
16721 * gdb.reverse/consecutive-precsave.exp: Likewise.
16722 * gdb.reverse/finish-precsave.exp: Likewise.
16723 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16724 * gdb.reverse/finish-reverse.exp: Likewise.
16725 * gdb.reverse/i386-precsave.exp: Likewise.
16726 * gdb.reverse/i387-env-reverse.exp: Likewise.
16727 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16728 * gdb.reverse/machinestate-precsave.exp: Likewise.
16729 * gdb.reverse/machinestate.exp: Likewise.
16730 * gdb.reverse/sigall-precsave.exp: Likewise.
16731 * gdb.reverse/solib-precsave.exp: Likewise.
16732 * gdb.reverse/step-precsave.exp: Likewise.
16733 * gdb.reverse/until-precsave.exp: Likewise.
16734 * gdb.reverse/watch-precsave.exp: Likewise.
16735 * gdb.reverse/watch-reverse.exp: Likewise.
16736
16737 2014-10-17 Yao Qi <yao@codesourcery.com>
16738
16739 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16740 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16741
16742 2014-10-17 Pedro Alves <palves@redhat.com>
16743
16744 PR gdb/17471
16745 * gdb.base/bg-execution-repeat.c: New file.
16746 * gdb.base/bg-execution-repeat.exp: New file.
16747
16748 2014-10-17 Pedro Alves <palves@redhat.com>
16749
16750 PR gdb/17300
16751 * gdb.base/continue-all-already-running.c: New file.
16752 * gdb.base/continue-all-already-running.exp: New file.
16753
16754 2014-10-17 Pedro Alves <palves@redhat.com>
16755
16756 PR gdb/17472
16757 * gdb.base/annota-input-while-running.c: New file.
16758 * gdb.base/annota-input-while-running.exp: New file.
16759
16760 2014-10-17 Pedro Alves <palves@redhat.com>
16761
16762 * gdb.base/callfuncs.exp: emove references to osf.
16763 * gdb.base/sigall.exp: Likewise.
16764 * gdb.gdb/selftest.exp: Likewise.
16765 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16766 * gdb.mi/non-stop.c: Likewise.
16767 * gdb.mi/pthreads.c: Likewise.
16768 * gdb.reverse/sigall-precsave.exp: Likewise.
16769 * gdb.reverse/sigall-reverse.exp: Likewise.
16770 * gdb.threads/pthreads.c: Likewise.
16771 * gdb.threads/pthreads.exp: Likewise.
16772
16773 2014-10-17 Yao Qi <yao@codesourcery.com>
16774
16775 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16776 check 'target_info exists noargs'.
16777 (test_command_prompt_position): Likewise.
16778 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16779 Remove "set args".
16780 (progvar_simple_while_test): Likewise.
16781 (progvar_complex_if_while_test): Likewise.
16782 (if_while_breakpoint_command_test): Likewise.
16783 (infrun_breakpoint_command_test): Likewise.
16784 (breakpoint_command_test): Likewise.
16785 (watchpoint_command_test): Likewise.
16786 (bp_deleted_in_command_test): Likewise.
16787 (temporary_breakpoint_commands): Likewise.
16788
16789 2014-10-16 Yao Qi <yao@codesourcery.com>
16790
16791 * gdb.base/remotetimeout.exp: Remove noargs checking.
16792
16793 2014-10-15 Pedro Alves <palves@redhat.com>
16794
16795 PR breakpoints/9649
16796 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16797 * gdb.base/breakpoint-in-ro-region.exp
16798 (probe_target_hardware_step): New procedure.
16799 (top level): Probe hardware stepping and hardware breakpoint
16800 support. Test stepping through a read-only region, with both
16801 "breakpoint auto-hw" on and off and both "always-inserted" on and
16802 off.
16803
16804 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16805
16806 * gdb.dlang/demangle.exp: Update for demangling changes.
16807
16808 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16809
16810 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16811 * gdb.cp/non-trivial-retval.exp: Add new tests.
16812
16813 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16814
16815 PR c++/13403
16816 PR c++/15154
16817 * gdb.cp/non-trivial-retval.cc: New file.
16818 * gdb.cp/non-trivial-retval.exp: New file.
16819
16820 2014-10-15 Yao Qi <yao@codesourcery.com>
16821
16822 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16823 remote host.
16824
16825 2014-10-15 Yao Qi <yao@codesourcery.com>
16826
16827 * gdb.python/py-symbol.exp: Match file base name if host is
16828 remote, otherwise match file name with dir name.
16829 * gdb.python/py-symtab.exp: Likewise.
16830 * gdb.python/python.exp: Likewise.
16831
16832 2014-10-15 Yao Qi <yao@codesourcery.com>
16833
16834 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16835 pattern.
16836 * gdb.python/py-symtab.exp: Likewise.
16837 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16838 locationn.
16839
16840 2014-10-14 Joel Brobecker <brobecker@adacore.com>
16841
16842 * gdb.ada/addr_arith: New testcase.
16843
16844 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16845
16846 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16847 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16848 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16849 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16850
16851 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16852
16853 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16854 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16855 * gdb.arch/stap-eval-lang-ada.exp: New file.
16856
16857 2014-10-14 Yao Qi <yao@codesourcery.com>
16858
16859 * gdb.mi/mi-var-child.c (nothing1): New function.
16860 (nothing2): New function.
16861 (do_children_tests): Set function pointers by nothing1 and
16862 nothing2.
16863 * gdb.mi/mi-var-child.exp: Step over new added statements.
16864 Update test to match the new output.
16865 * gdb.mi/var-cmd.c (nothing1): New function.
16866 (nothing2): New function.
16867 (do_children_tests): Set function pointers by nothing1 and
16868 nothing2.
16869 * gdb.mi/mi-var-display.exp: Update test to match output.
16870 Step to the line specified by $line_dct_nothing.
16871 Increase the number of lines to step.
16872
16873 2014-10-14 Yao Qi <yao@codesourcery.com>
16874
16875 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16876 tests.
16877 * gdb.mi/mi2-var-child.exp: Likewise.
16878
16879 2014-10-13 Doug Evans <dje@google.com>
16880
16881 * gdb.python/py-objfile.exp: Change name of file name test.
16882
16883 2014-10-13 Doug Evans <dje@google.com>
16884
16885 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16886 from the start of the CU.
16887
16888 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16889 Yao Qi <yao@codesourcery.com>
16890
16891 Fix "save breakpoints" for "catch" command.
16892 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16893 Remove -nonewline. Match also the added "main" line.
16894
16895 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16896
16897 Fix "save breakpoints" for "disable $bpnum" command.
16898 * gdb.base/save-bp.c (main): Add label.
16899 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16900
16901 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16902
16903 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16904
16905 2014-10-11 Yao Qi <yao@codesourcery.com>
16906
16907 * gdb.server/server-kill.exp: Execute command
16908 "set remote trace-status-packet on" before "tstatus".
16909
16910 2014-10-11 Yao Qi <yao@codesourcery.com>
16911
16912 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16913 (main): Call getppid.
16914 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16915 and continue to it. Read variable "server_pid".
16916
16917 2014-10-11 Yao Qi <yao@codesourcery.com>
16918
16919 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16920
16921 2014-10-11 Yao Qi <yao@codesourcery.com>
16922
16923 * gdb.threads/thread-find.exp: Don't execute command
16924 "info threads".
16925 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16926 * gdb.threads/linux-dp.exp: Don't check the condition
16927 $threads_created equals to zero.
16928
16929 2014-10-10 Pedro Alves <palves@redhat.com>
16930
16931 * gdb.base/bigcore.exp: Remove references to IRIX.
16932 * gdb.base/funcargs.exp: Likewise.
16933 * gdb.base/interrupt.exp: Likewise.
16934 * gdb.base/mips_pro.exp: Likewise.
16935 * gdb.base/nodebug.exp: Likewise.
16936 * gdb.base/setvar.exp: Likewise.
16937 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16938
16939 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16940 Pedro Alves <palves@redhat.com>
16941
16942 PR symtab/14466
16943 * gdb.base/vdso-warning.c: New file.
16944 * gdb.base/vdso-warning.exp: New file.
16945
16946 2014-10-02 Doug Evans <dje@google.com>
16947
16948 * gdb.base/structs.c (main): Don't run forever.
16949
16950 2014-10-02 Pedro Alves <palves@redhat.com>
16951
16952 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16953 (top level) <stop threads 1, stop threads 2>: Use it.
16954
16955 2014-10-02 Pedro Alves <palves@redhat.com>
16956
16957 * gdb.threads/break-while-running.exp (test): Add new
16958 'update_thread_list' argument. Skip "info threads" if false.
16959 (top level): Add new 'update_thread_list' axis.
16960
16961 2014-10-02 Pedro Alves <palves@redhat.com>
16962
16963 PR breakpoints/17431
16964 * gdb.base/execl-update-breakpoints.c: New file.
16965 * gdb.base/execl-update-breakpoints.exp: New file.
16966
16967 2014-10-01 Pedro Alves <palves@redhat.com>
16968
16969 * gdb.base/breakpoint-in-ro-region.c: New file.
16970 * gdb.base/breakpoint-in-ro-region.exp: New file.
16971
16972 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16973
16974 * gdb.mi/mi-exit-code.exp: New file.
16975 * gdb.mi/mi-exit-code.c: New file.
16976
16977 2014-09-30 Yao Qi <yao@codesourcery.com>
16978
16979 * lib/prelink-support.exp (build_executable_own_libs): Error if
16980 the target isn't native.
16981
16982 2014-09-30 Yao Qi <yao@codesourcery.com>
16983
16984 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16985 false.
16986
16987 2014-09-22 Pedro Alves <palves@redhat.com>
16988
16989 * gdb.threads/break-while-running.exp: New file.
16990 * gdb.threads/break-while-running.c: New file.
16991
16992 2014-09-19 Yao Qi <yao@codesourcery.com>
16993
16994 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16995 Invoke test. Restart GDB with --readnow and invoke test again.
16996
16997 2014-09-19 Yao Qi <yao@codesourcery.com>
16998
16999 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17000 proc set_breakpoint_on_gcd_function. Invoke
17001 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17002 invoke set_breakpoint_on_gcd_function again.
17003
17004 2014-09-18 Doug Evans <dje@google.com>
17005
17006 * gdb.dwarf2/symtab-producer.exp: New file.
17007
17008 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17009
17010 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17011 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17012 * gdb.base/global-var-nested-by-dso.c: Likewise.
17013 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17014
17015 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17016 Pedro Alves <palves@redhat.com>
17017
17018 * gdb.base/watch-bitfields.exp: Pass string other than test file
17019 name to prepare_for_testing.
17020 (watch): New procedure.
17021 (expect_watchpoint): Use with_test_prefix.
17022 (top level): Factor out tests to ...
17023 (test_watch_location, test_regular_watch): ... these new
17024 procedures, and use with_test_prefix and gdb_continue_to_end.
17025
17026 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17027
17028 PR breakpoints/12526
17029 * gdb.base/watch-bitfields.exp: New file.
17030 * gdb.base/watch-bitfields.c: New file.
17031
17032 2014-09-16 Pedro Alves <palves@redhat.com>
17033
17034 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17035 software and hardware addresses, not software address against
17036 itself.
17037
17038 2014-09-16 Pedro Alves <palves@redhat.com>
17039
17040 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17041 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17042
17043 2014-09-16 Pedro Alves <palves@redhat.com>
17044
17045 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17046 files.
17047 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17048 "*-*-vxworks*" throughout.
17049 * gdb.base/break.exp: Likewise.
17050 * gdb.base/default.exp: Likewise.
17051 * gdb.base/scope.exp: Likewise.
17052 * gdb.base/sepdebug.exp: Likewise.
17053 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17054 throughout.
17055 * gdb.base/run.c: Likewise.
17056 * gdb.base/sepdebug.c: Likewise.
17057 * gdb.hp/gdb.aCC/run.c: Likewise.
17058 * gdb.reverse/until-reverse.c: Likewise.
17059 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17060
17061 2014-09-16 Yao Qi <yao@codesourcery.com>
17062
17063 * boards/local-remote-host-native.exp: New file.
17064
17065 2014-09-14 Doug Evans <xdje42@gmail.com>
17066
17067 * gdb.threads/queue-signal.c (thread_count): New variable.
17068 (thread_count_mutex, thread_count_condvar): New variables.
17069 (incr_thread_count, wait_all_threads_running): New functions.
17070 (main): Wait for all threads to be in their thread functions.
17071
17072 2014-09-13 Doug Evans <xdje42@gmail.com>
17073
17074 * gdb.threads/queue-signal.c: New file.
17075 * gdb.threads/queue-signal.exp: New file.
17076
17077 2014-09-13 Doug Evans <xdje42@gmail.com>
17078
17079 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17080 be consistent with what default_gdb_init uses.
17081 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17082 the plain text of the prompt. Add some logging printfs.
17083 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17084
17085 2014-09-12 Pedro Alves <palves@redhat.com>
17086
17087 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17088 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17089 * gdb.arch/i386-size-overlap.exp: Likewise.
17090 * gdb.arch/i386-size.exp: Likewise.
17091 * gdb.arch/i386-unwind.exp: Likewise.
17092 * gdb.base/a2-run.exp: Likewise.
17093 * gdb.base/break.exp: Likewise.
17094 * gdb.base/charset.exp: Likewise.
17095 * gdb.base/chng-syms.exp: Likewise.
17096 * gdb.base/commands.exp: Likewise.
17097 * gdb.base/dbx.exp: Likewise.
17098 * gdb.base/find.exp: Likewise.
17099 * gdb.base/funcargs.exp: Likewise.
17100 * gdb.base/jit-simple.exp: Likewise.
17101 * gdb.base/reread.exp: Likewise.
17102 * gdb.base/sepdebug.exp: Likewise.
17103 * gdb.base/step-bt.exp: Likewise.
17104 * gdb.cp/mb-inline.exp: Likewise.
17105 * gdb.cp/mb-templates.exp: Likewise.
17106 * gdb.objc/basicclass.exp: Likewise.
17107 * gdb.threads/killed.exp: Likewise.
17108
17109 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17110
17111 PR tdep/17379
17112 * gdb.arch/powerpc-stackless.S: New file.
17113 * gdb.arch/powerpc-stackless.exp: New file.
17114
17115 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17116
17117 * gdb.base/attach.c: Include unistd.h.
17118 (main): Call alarm. Add label postloop.
17119 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17120 gdb_breakpoint, gdb_continue_to_breakpoint.
17121 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17122
17123 2014-09-11 Pedro Alves <palves@redhat.com>
17124
17125 PR gdb/17347
17126 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17127 * gdb.base/attach.exp (test_command_line_attach_run): New
17128 procedure.
17129 (top level): Call it.
17130
17131 2014-09-11 Pedro Alves <palves@redhat.com>
17132
17133 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17134 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17135 (do_command_attach_tests): Use spawn_wait_for_attach.
17136 * gdb.base/solib-overlap.exp: Likewise.
17137 * gdb.multi/multi-attach.exp: Likewise.
17138 * gdb.python/py-prompt.exp: Likewise.
17139 * gdb.python/py-sync-interp.exp: Likewise.
17140 * gdb.server/ext-attach.exp: Likewise.
17141
17142 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17143
17144 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17145 command in testcase. Simplify testcase.
17146
17147 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17148
17149 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17150
17151 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17152
17153 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17154
17155 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17156
17157 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17158
17159 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17160
17161 * gdb.dwarf2/dynarr-ptr.c: New file.
17162 * gdb.dwarf2/dynarr-ptr.exp: New file.
17163
17164 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17165
17166 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17167 of 30 rather than hardcoding 120 for a slow test case. Take the
17168 `gdb,timeout' target setting into account for this calculation.
17169 Don't extend the timeout for the test cases that don't need it.
17170
17171 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17172
17173 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17174 a factor of 2 for a slow test case. Take the `gdb,timeout'
17175 target setting into account for this calculation.
17176 * gdb.reverse/until-precsave.exp: Increase the timeout by
17177 a factor of 15 and 3 respectively rather than adding 120
17178 for a pair of slow test cases. Take the `gdb,timeout'
17179 target setting into account for this calculation.
17180
17181 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17182
17183 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17184 timeout, don't pass one down to gdb_expect.
17185 (gdb_expect): Rework timeout selection.
17186
17187 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17188
17189 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17190 exception on timeout.
17191 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17192 (gdbserver_start_extended): Catch any `gdbserver_start' error
17193 exceptions.
17194 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17195 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17196 `gdbserver_gdb_load' error exceptions.
17197
17198 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17199
17200 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17201 120 on waiting for the TCP socket to open.
17202
17203 2014-09-09 Doug Evans <xdje42@gmail.com>
17204
17205 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17206 _caller_matches, _any_caller_is, _any_caller_matches.
17207
17208 2014-09-09 Doug Evans <xdje42@gmail.com>
17209
17210 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17211
17212 2014-09-09 Yao Qi <yao@codesourcery.com>
17213
17214 * gdb.mi/mi-var-display.exp: Set print symbol off.
17215
17216 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17217
17218 PR gdb/17035
17219 * gdb.base/commands.exp: Add tests to verify user-defined
17220 commands with empty bodies.
17221 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17222 python commands in `show user command`.
17223 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17224 scheme commands in `show user command`.
17225
17226 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17227
17228 PR python/17355
17229 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17230 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17231 * gdb.python/py-framefilter-invalidarg.exp: New file.
17232 * gdb.python/py-framefilter-invalidarg.py: New file.
17233
17234 2014-09-06 Doug Evans <xdje42@gmail.com>
17235
17236 PR 15276
17237 * gdb.python/py-caller-is.c: New file.
17238 * gdb.python/py-caller-is.exp: New file.
17239
17240 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17241
17242 PR gdb/17235
17243 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17244 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17245
17246 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17247
17248 PR fortran/17237
17249 * gdb.fortran/print-formatted.exp: New file.
17250 * gdb.fortran/print-formatted.f90: Likewise.
17251
17252 2014-09-03 Sasha Smundak <asmundak@google.com>
17253
17254 * gdb.python/py-frame.exp: Test Frame.read_register.
17255
17256 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17257
17258 PR python/16699
17259 * gdb.python/py-completion.exp: New file.
17260 * gdb.python/py-completion.py: Likewise.
17261
17262 2014-08-28 Doug Evans <dje@google.com>
17263
17264 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17265 eax,etc. are live with values set by gdb and thus the compiler can't
17266 use them.
17267 * gdb.arch/i386-pseudo.c (main): Ditto.
17268
17269 2014-08-27 Doug Evans <dje@google.com>
17270
17271 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17272
17273 2014-08-25 Doug Evans <dje@google.com>
17274
17275 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17276 (main): Ditto.
17277
17278 2014-08-25 Doug Evans <dje@google.com>
17279
17280 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17281
17282 2014-08-24 Yao Qi <yao@codesourcery.com>
17283
17284 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17285 symbol off.
17286 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17287
17288 2014-08-22 Doug Evans <dje@google.com>
17289
17290 PR 17276
17291 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17292 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17293 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17294
17295 2014-08-22 Yao Qi <yao@codesourcery.com>
17296
17297 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17298 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17299 * gdb.python/python.exp: Likewise. Use .py file on the host
17300 instead of the build.
17301
17302 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17303
17304 * gdb.threads/gcore-stale-thread.c: New file.
17305 * gdb.threads/gcore-stale-thread.exp: New file.
17306
17307 2014-08-21 Pedro Alves <palves@redhat.com>
17308
17309 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17310 * gdb.base/gcore-relro-pie.exp: Likewise.
17311 * gdb.base/gcore-relro.exp: Likewise.
17312 * gdb.base/gcore.exp: Likewise.
17313 * gdb.base/print-symbol-loading.exp: Likewise.
17314 * gdb.threads/gcore-thread.exp: Likewise.
17315 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17316
17317 2014-08-20 Pedro Alves <palves@redhat.com>
17318 Jan Kratochvil <jan.kratochvil@redhat.com>
17319
17320 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17321 configure.
17322 (EXPECT): Handle READ1 being set.
17323 (all): Depend on EXTRA_RULES.
17324 (check-read1, expect-read1, read1.so, read1): New rules.
17325 * README (Testsuite Parameters): Document the READ1 make variable.
17326 (Race detection): New section.
17327 * configure: Regenerate.
17328 * configure.ac: If build==host==target, and running under a
17329 GNU/glibc system, add read1 to the extra Makefile rules.
17330 (EXTRA_RULES): AC_SUBST it.
17331 * lib/read1.c: New file.
17332
17333 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17334
17335 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17336 the handling of variables declared as a typedef to an array
17337 which a DW_AT_data_location attribute.
17338
17339 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17340 Pedro Alves <palves@redhat.com>
17341
17342 PR symtab/14604
17343 PR symtab/14605
17344 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17345 gdb_test.
17346
17347 2014-08-19 Pedro Alves <palves@redhat.com>
17348
17349 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17350
17351 2014-08-19 Yao Qi <yao@codesourcery.com>
17352
17353 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17354 right line.
17355
17356 2014-08-18 David Blaikie <dblaikie@gmail.com>
17357
17358 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17359
17360 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17361
17362 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17363 attribute in array range.
17364
17365 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17366
17367 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17368
17369 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17370
17371 PR c++/17132
17372 * gdb.cp/pr17132.cc: New file.
17373 * gdb.cp/pr17132.exp: New file.
17374
17375 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17376
17377 * gdb.python/py-xmethods.py (A_getarrayind)
17378 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17379 Use 'print' with function call syntax.
17380 (E_method_matcher.match): Fix tab vs space indentation mixup.
17381
17382 2014-08-15 Yao Qi <yao@codesourcery.com>
17383
17384 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17385 false.
17386
17387 2014-08-15 Yao Qi <yao@codesourcery.com>
17388
17389 * gdb.cp/casts.exp: Set print symbol off.
17390 * gdb.cp/class2.exp: Likewise.
17391 * gdb.cp/overload.exp: Likewise.
17392 * gdb.cp/templates.exp: Likewise.
17393
17394 2014-08-11 Doug Evans <dje@google.com>
17395
17396 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17397 (test_load_shlib): Update.
17398
17399 2014-08-09 Yao Qi <yao@codesourcery.com>
17400
17401 * gdb.base/display.exp: Invoke is_address_zero_readable.
17402 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17403 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17404 * gdb.base/hbreak-unmapped.exp: Return if
17405 is_address_zero_readable returns true.
17406 * gdb.base/signest.exp: Likewise.
17407 * gdb.base/signull.exp: Likewise.
17408 * gdb.base/sigbpt.exp: Likewise.
17409 * gdb.guile/scm-disasm.exp: Do the test if
17410 is_address_zero_readable returns false.
17411 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17412 * gdb.python/py-arch.exp: Likewise.
17413 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17414 * lib/gdb.exp (is_address_zero_readable): New proc.
17415
17416 2014-08-09 Yao Qi <yao@codesourcery.com>
17417
17418 PR testsuite/13443
17419 * gdb.mi/mi-var-display.exp: Make test messages unique.
17420
17421 2014-08-04 Tom Tromey <tromey@redhat.com>
17422
17423 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17424 target 0".
17425
17426 2014-08-04 Tom Tromey <tromey@redhat.com>
17427
17428 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17429 "target_resume".
17430
17431 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17432
17433 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17434 inner_vla_struct_object_size.
17435 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17436 as xfail.
17437
17438 2014-07-30 Pedro Alves <palves@redhat.com>
17439
17440 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17441 comment.
17442
17443 2014-07-29 Yao Qi <yao@codesourcery.com>
17444
17445 PR gdb/17206
17446 * gdb.base/until-nodebug.exp: New.
17447
17448 2014-07-28 Doug Evans <xdje42@gmail.com>
17449
17450 PR guile/17203
17451 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17452 previously existing parameter, and previously ambiguously spelled
17453 parameter.
17454
17455 2014-07-28 Will Newton <will.newton@linaro.org>
17456
17457 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17458
17459 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17460 Doug Evans <xdje42@gmail.com>
17461
17462 PR guile/17146
17463 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17464
17465 2014-07-25 Pedro Alves <palves@redhat.com>
17466
17467 * gdb.threads/signal-command-handle-nopass.c: New file.
17468 * gdb.threads/signal-command-handle-nopass.exp: New file.
17469 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17470 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17471 * gdb.threads/signal-delivered-right-thread.c: New file.
17472 * gdb.threads/signal-delivered-right-thread.exp: New file.
17473
17474 2014-07-25 Pedro Alves <palves@redhat.com>
17475
17476 * gdb.base/double-prompt-target-event-error.exp
17477 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17478 match.
17479 (cancel_pagination_in_target_event): Rework double prompt
17480 detection.
17481 * gdb.base/paginate-after-ctrl-c-running.exp
17482 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17483 <return>' match.
17484 * gdb.base/paginate-bg-execution.exp
17485 (test_bg_execution_pagination_return)
17486 (test_bg_execution_pagination_cancel): Remove '-notransfer
17487 <return>' matches.
17488 * gdb.base/paginate-execution-startup.exp
17489 (test_fg_execution_pagination_return)
17490 (test_fg_execution_pagination_cancel): Remove '-notransfer
17491 <return>' matches.
17492 * gdb.base/paginate-inferior-exit.exp
17493 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17494 match.
17495 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17496 * lib/gdb.exp (pagination_prompt): Run text through
17497 string_to_regexp.
17498 (gdb_test_multiple): Match $pagination_prompt instead of
17499 "<return>".
17500 (string_to_regexp): Move to lib/gdb-utils.exp.
17501
17502 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17503
17504 * gdb.arch/amd64-entry-value-paramref.S: New file.
17505 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17506 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17507 * gdb.arch/amd64-optimout-repeat.S: New file.
17508 * gdb.arch/amd64-optimout-repeat.c: New file.
17509 * gdb.arch/amd64-optimout-repeat.exp: New file.
17510
17511 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17512
17513 PR gdb/17170
17514 * gdb.base/statistics.exp: New file.
17515
17516 2014-07-17 Doug Evans <dje@google.com>
17517
17518 PR gdb/17170
17519 * gdb.base/maint.exp: Update testing of per-command stats.
17520
17521 2014-07-16 Pedro Alves <palves@redhat.com>
17522
17523 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17524 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17525 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17526 (tfile_write_buf): New functions.
17527 (add_memory_block): Rewrite using the above.
17528 (adjust_function_address): New function.
17529 (FUNCTION_ADDRESS): New macro.
17530 (write_basic_trace_file): Remove short_x local, and use
17531 tfile_write_16. Change type of func_addr local to unsigned long
17532 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17533 here. Cast argument of add_memory_block to char pointer.
17534 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17535 (main): Remove parameters.
17536 * gdb.trace/tfile.exp: Remove nowarnings.
17537
17538 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17539
17540 * gdb.base/debug-expr.exp: Test string evaluation with
17541 "debug expression" on.
17542
17543 2014-07-15 Pedro Alves <palves@redhat.com>
17544
17545 * gdb.base/reread.exp: Use clean_restart.
17546
17547 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17548
17549 * gdb.arch/avr-flash-qualifer.c: New.
17550 * gdb.arch/avr-flash-qualifer.exp: New.
17551
17552 2014-07-14 Pedro Alves <palves@redhat.com>
17553
17554 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17555 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17556
17557 2014-07-14 Pedro Alves <palves@redhat.com>
17558
17559 * gdb.base/double-prompt-target-event-error.c: New file.
17560 * gdb.base/double-prompt-target-event-error.exp: New file.
17561
17562 2014-07-14 Pedro Alves <palves@redhat.com>
17563
17564 PR gdb/17072
17565 * gdb.base/paginate-inferior-exit.c: New file.
17566 * gdb.base/paginate-inferior-exit.exp: New file.
17567
17568 2014-07-14 Pedro Alves <palves@redhat.com>
17569
17570 PR gdb/17072
17571 * gdb.base/paginate-bg-execution.c: New file.
17572 * gdb.base/paginate-bg-execution.exp: New file.
17573
17574 2014-07-14 Pedro Alves <palves@redhat.com>
17575
17576 PR gdb/17072
17577 * gdb.base/paginate-execution-startup.c: New file.
17578 * gdb.base/paginate-execution-startup.exp: New file.
17579 * lib/gdb.exp (pagination_prompt): New global.
17580 (default_gdb_spawn): New procedure, factored out from
17581 default_gdb_spawn.
17582 (default_gdb_start): Adjust to call default_gdb_spawn.
17583 (gdb_spawn): New procedure.
17584
17585 2014-07-14 Pedro Alves <palves@redhat.com>
17586
17587 * lib/gdb.exp (gdb_assert): New procedure.
17588 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17589
17590 2014-07-14 Pedro Alves <palves@redhat.com>
17591
17592 * gdb.base/execution-termios.c: New file.
17593 * gdb.base/execution-termios.exp: New file.
17594
17595 2014-07-14 Tom Tromey <tromey@redhat.com>
17596
17597 * gdb.cp/vla-cxx.cc: New file.
17598 * gdb.cp/vla-cxx.exp: New file.
17599
17600 2014-07-14 Tom Tromey <tromey@redhat.com>
17601
17602 * gdb.reverse/rerun-prec.c: New file.
17603 * gdb.reverse/rerun-prec.exp: New file.
17604
17605 2014-07-12 Maciej W. Rozycki <macro@mips.com>
17606 Maciej W. Rozycki <macro@codesourcery.com>
17607
17608 * lib/gdb-utils.exp: New file.
17609 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17610 inline `gdb_init_command' processing.
17611 (gdb_start_cmd): Likewise.
17612 * lib/mi-support.exp (mi_run_cmd): Likewise.
17613 * README: Document `gdb_init_command' and `gdb_init_commands'.
17614
17615 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17616
17617 Fix false FAIL running under a very long directory name.
17618 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17619 and "set print elements 10000". Twice.
17620
17621 2014-07-11 Yao Qi <yao@codesourcery.com>
17622
17623 * gdb.base/exprs.exp: "set print symbol off".
17624
17625 2014-07-11 Pedro Alves <palves@redhat.com>
17626
17627 * gdb.threads/kill.c: New file.
17628 * gdb.threads/kill.exp: New file.
17629
17630 2014-07-10 Yao Qi <yao@codesourcery.com>
17631
17632 * gdb.trace/tfile.c (write_basic_trace_file)
17633 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17634 address written to trace file.
17635
17636 2014-07-09 Pedro Alves <palves@redhat.com>
17637
17638 * gdb.base/attach-wait-input.exp: New file.
17639 * gdb.base/attach-wait-input.c: New file.
17640
17641 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17642
17643 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17644 setting up test structures.
17645 (main): Call new test function.
17646 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17647 test function, continue into test function and walk test
17648 structures.
17649
17650 2014-07-02 Yao Qi <yao@codesourcery.com>
17651
17652 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17653 'bar_start' at the beginning of functions 'foo' and 'bar'
17654 respectively.
17655 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17656 instead of 'foo' and 'bar'.
17657
17658 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17659
17660 * gdb.btrace/segv.exp: New.
17661 * gdb.btrace/segv.c: New.
17662
17663 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
17664
17665 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17666 instruction.
17667
17668 2014-06-30 Mark Wielaard <mjw@redhat.com>
17669
17670 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17671 vulture, vilify, villar): New volatile array constants.
17672 (vindictive, vegetation): New const volatile array constants.
17673 * gdb.base/volatile.exp: Test volatile and const volatile array
17674 types.
17675
17676 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17677
17678 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17679 target lacks support for awatch, rwatch, or hbreak.
17680
17681 2014-06-27 Yao Qi <yao@codesourcery.com>
17682
17683 * gdb.multi/dummy-frame-restore.exp: New.
17684 * gdb.multi/dummy-frame-restore.c: New.
17685
17686 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17687
17688 * gdb.btrace/gcore.exp: New.
17689
17690 2014-06-23 Pedro Alves <palves@redhat.com>
17691
17692 * gdb.base/watchpoint-reuse-slot.c: New file.
17693 * gdb.base/watchpoint-reuse-slot.exp: New file.
17694
17695 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17696
17697 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17698 progspace's filename in 'info', 'enable' and 'disable' command
17699 tests.
17700
17701 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17702
17703 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17704 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17705 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17706
17707 2014-06-20 Gary Benson <gbenson@redhat.com>
17708
17709 * gdb.arch/i386-avx.exp: Fix include file location.
17710 * gdb.arch/i386-sse.exp: Likewise.
17711
17712 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17713
17714 * gdb.dlang/expression.exp: New file.
17715
17716 2014-06-19 Pedro Alves <palves@redhat.com>
17717
17718 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17719 out from ...
17720 (top level): ... here. Iterate running tests under different
17721 scheduler-locking settings.
17722
17723 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
17724
17725 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17726 to DW_FORM_addr and use non-zero addresses.
17727
17728 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17729
17730 PR gdb/17017
17731 * gdb.python/py-xmethods.cc: Add global function call counters and
17732 increment them in their respective functions. Remove "cout"
17733 statements.
17734 * gdb.python/py-xmethods.exp: Make tests check the global function
17735 call counters instead of depending on inferior IO.
17736
17737 2014-06-18 Don Breazeal <donb@codesourcery.com>
17738
17739 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17740 Deleted procedure.
17741 (explicit_fork_parent_follow): Deleted procedure.
17742 (explicit_fork_child_follow): Deleted procedure.
17743 (test_follow_fork): New procedure.
17744 (do_fork_tests): Replace calls to deleted procedures with
17745 calls to test_follow_fork and reset GDB for subsequent
17746 procedure calls.
17747
17748 2014-06-17 Yao Qi <yao@codesourcery.com>
17749
17750 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17751 CP1252.
17752
17753 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
17754
17755 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17756 Initialize ptr and S explicitly.
17757 (skip_type_update_when_not_use_rtti_test): Likewise.
17758
17759 2014-06-16 Keith Seitz <keiths@redhat.com>
17760
17761 PR mi/15863
17762 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17763 the inferior is started.
17764
17765 2014-06-16 Pedro Alves <palves@redhat.com>
17766
17767 * gdb.base/break-main-file-remove-fail.c: New file.
17768 * gdb.base/break-main-file-remove-fail.exp: New file.
17769 * gdb.base/break-unload-file.exp: Use build_executable instead of
17770 prepare_for_testing.
17771 (test_break): New parameter "initial_load". Handle it.
17772 (top level): Add initial_load cmdline/file axis.
17773
17774 2014-06-12 Tom Tromey <tromey@redhat.com>
17775
17776 * gdb.base/completion.exp: Don't use directory name in test.
17777
17778 2014-06-09 Gary Benson <gbenson@redhat.com>
17779
17780 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17781 separate the always-available ANSI-standard signals from the
17782 signals that require checking.
17783 (main): Likewise.
17784 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17785 Likewise.
17786 (main): Likewise.
17787
17788 2014-06-07 Keith Seitz <keiths@redhat.com>
17789
17790 Revert:
17791 PR c++/16253
17792 * gdb.cp/var-tag.cc: New file.
17793 * gdb.cp/var-tag.exp: New file.
17794 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17795 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17796 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17797 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17798
17799 2014-06-06 Doug Evans <xdje42@gmail.com>
17800
17801 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17802
17803 2014-06-06 Pedro Alves <palves@redhat.com>
17804
17805 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17806 in target debug output instead of looking at RSP packets,
17807 disabling the test on any target that uses hardware stepping.
17808 Update comments.
17809
17810 2014-06-06 Pedro Alves <palves@redhat.com>
17811
17812 * gdb.base/break-unload-file.exp: Fix typo.
17813
17814 2014-06-06 Yao Qi <yao@codesourcery.com>
17815
17816 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17817 from "jit_function" to "^jit_function".
17818
17819 2014-06-06 Yao Qi <yao@codesourcery.com>
17820
17821 * gdb.base/async.c (foo): Add one statement.
17822 * gdb.base/async.exp: Get the next instruction address and
17823 match the output of "nexti" by instruction address. Match
17824 the hex address in the output of "finish".
17825
17826 2014-06-06 Gary Benson <gbenson@redhat.com>
17827
17828 * gdb.base/call-signals.c: Remove preprocessor conditionals
17829 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17830 SIGSEGV and SIGTERM.
17831 * gdb.base/sigall.c: Likewise.
17832 * gdb.base/unwindonsignal.c: Likewise.
17833 * gdb.reverse/sigall-reverse.c: Likewise.
17834
17835 2014-06-06 Yao Qi <yao@codesourcery.com>
17836
17837 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17838 readable, skip the test.
17839
17840 2014-06-06 Yao Qi <yao@codesourcery.com>
17841
17842 * gdb.threads/staticthreads.c (thread_function): Move the line
17843 setting breakpoint on forward.
17844 * gdb.threads/staticthreads.exp: Update comments.
17845
17846 2014-06-05 Ludovic Courtès <ludo@gnu.org>
17847
17848 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17849 "history-append! type error".
17850
17851 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17852
17853 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17854 erroneous dprintf expected input.
17855
17856 2014-06-04 Doug Evans <xdje42@gmail.com>
17857
17858 * gdb.guile/scm-generics.exp: Delete.
17859
17860 2014-06-04 Doug Evans <xdje42@gmail.com>
17861
17862 * gdb.guile/scm-breakpoint.exp: Update.
17863 Add tests for breakpoint registration.
17864
17865 2014-06-04 Tom Tromey <tromey@redhat.com>
17866
17867 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17868 VLA-in-union.
17869 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17870 inner_vla_struct, vla_union types. Initialize objects of those
17871 types and compute their sizes.
17872
17873 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17874 Hui Zhu <hui@codesourcery.com>
17875
17876 * gdb.base/fileio.exp: Add test for shell not available as well as
17877 available.
17878 * gdb.base/fileio.c (test_system): Check for shell twice.
17879
17880 2014-06-04 Yao Qi <yao@codesourcery.com>
17881
17882 * gdb.base/auto-connect-native-target.exp: Remove redundant
17883 space from the regexp pattern.
17884
17885 2014-06-04 Yao Qi <yao@codesourcery.com>
17886
17887 * gdb.base/default.exp: Replace "child" with "native" in
17888 regexp pattern.
17889
17890 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17891
17892 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17893 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17894 * gdb.python/py-xmethods.py: Python script supporting the
17895 new testcase and tests.
17896
17897 2014-06-03 Joel Brobecker <brobecker@adacore.com>
17898 Pedro Alves <palves@redhat.com>
17899
17900 PR breakpoints/17000
17901 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17902 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17903
17904 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17905
17906 * gdb.base/subst.exp: Add tests to verify partial path matching
17907 output.
17908
17909 2014-06-03 Pedro Alves <palves@redhat.com>
17910
17911 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17912 target that doesn't use software single-stepping.
17913
17914 2014-06-03 Pedro Alves <palves@redhat.com>
17915
17916 PR breakpoints/17000
17917 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17918 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17919
17920 2014-06-02 Doug Evans <xdje42@gmail.com>
17921
17922 * gdb.guile/scm-parameter.exp: New file.
17923
17924 2014-06-02 Doug Evans <xdje42@gmail.com>
17925
17926 * gdb.guile/scm-cmd.c: New file.
17927 * gdb.guile/scm-cmd.exp: New file.
17928
17929 2014-06-02 Doug Evans <xdje42@gmail.com>
17930
17931 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17932 pretty-printer lookup.
17933 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17934 (make-pp_s-printer): Call it.
17935 (make-pretty-printer-from-dict): New function.
17936 (lookup-pretty-printer-maker-from-dict): New function.
17937 (*pretty-printer*): Simplify.
17938 (make-objfile-pp_s-printer): New function.
17939 (install-objfile-pretty-printers!): New function.
17940 (make-progspace-pp_s-printer): New function.
17941 (install-progspace-pretty-printers!): New function.
17942 * gdb.guile/scm-progspace.c: New file.
17943 * gdb.guile/scm-progspace.exp: New file.
17944
17945 2014-06-02 Pedro Alves <palves@redhat.com>
17946
17947 * gdb.base/dprintf-bp-same-addr.c: New file.
17948 * gdb.base/dprintf-bp-same-addr.exp: New file.
17949
17950 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17951
17952 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17953 * gdb.arch/powerpc-power.s: Likewise.
17954
17955 2014-06-02 Joel Brobecker <brobecker@adacore.com>
17956
17957 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17958
17959 2014-06-01 Yao Qi <yao@codesourcery.com>
17960
17961 * gdb.base/watchpoint.exp (test_watch_location): Check null
17962 pointer can be dereferenced. If not, do the test, otherwise
17963 skip it.
17964
17965 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17966
17967 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17968 results.
17969 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17970
17971 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17972
17973 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17974 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17975 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17976 * gdb.arch/amd64-invalid-stack-top.c: New file.
17977 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17978
17979 2014-05-30 Pedro Alves <palves@redhat.com>
17980
17981 PR breakpoints/17000
17982 * gdb.base/sss-bp-on-user-bp.c: New file.
17983 * gdb.base/sss-bp-on-user-bp.exp: New file.
17984
17985 2014-05-30 David Blaikie <dblaikie@gmail.com>
17986
17987 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17988 gnu_inline semantics via attribute.
17989 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17990 source explicitly specifies the required semantics.
17991
17992 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17993
17994 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17995
17996 2014-05-29 Pedro Alves <palves@redhat.com>
17997 Tom Tromey <tromey@redhat.com>
17998
17999 * gdb.base/async-shell.exp: Don't enable target-async.
18000 * gdb.base/async.exp
18001 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18002 parameter. Adjust.
18003 (top level): Don't test with "target-async".
18004 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18005 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18006 * gdb.base/inferior-died.exp: Don't enable target-async.
18007 * gdb.base/interrupt-noterm.exp: Likewise.
18008 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18009 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18010 * gdb.mi/mi-nonstop.exp: Likewise.
18011 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18012 * gdb.mi/mi-nsintrall.exp: Likewise.
18013 * gdb.mi/mi-nsmoribund.exp: Likewise.
18014 * gdb.mi/mi-nsthrexec.exp: Likewise.
18015 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18016 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18017 * gdb.python/py-evsignal.exp: Don't enable target-async.
18018 * gdb.python/py-evthreads.exp: Likewise.
18019 * gdb.python/py-prompt.exp: Likewise.
18020 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18021 * gdb.server/solib-list.exp: Don't enable target-async.
18022 * gdb.threads/thread-specific-bp.exp: Likewise.
18023 * lib/mi-support.exp: Adjust to use mi-async.
18024
18025 2014-05-29 Pedro Alves <palves@redhat.com>
18026
18027 PR gdb/13860
18028 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18029 reason, even in sync mode.
18030
18031 2014-05-29 Pedro Alves <palves@redhat.com>
18032 Hui Zhu <hui@codesourcery.com>
18033
18034 PR PR15693
18035 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18036 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18037 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18038 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18039
18040 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18041
18042 * config/monitor.exp (gdb_target_monitor): Replace use of
18043 "set remotebaud" by "set serial baud".
18044
18045 2014-05-26 Andy Wingo <wingo@igalia.com>
18046
18047 * gdb.guile/scm-breakpoint.exp:
18048 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18049 properties instead of gdb-object-properties.
18050
18051 2014-05-26 Yao Qi <yao@codesourcery.com>
18052
18053 * gdb.server/no-thread-db.exp: Specify source file name
18054 explicitly when setting a breakpoint.
18055
18056 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18057
18058 * gdb.btrace/vdso.c: New.
18059 * gdb.btrace/vdso.exp: New.
18060
18061 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18062
18063 * gdb.base/gcore.exp (capture_command_output): Move ...
18064 * lib/gdb.exp (capture_command_output): ... here.
18065
18066 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18067
18068 * gdb.btrace/data.exp: Test memory access during btrace replay.
18069
18070 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18071
18072 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18073
18074 2014-05-21 Pedro Alves <palves@redhat.com>
18075
18076 PR gdb/13860
18077 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18078 (top level): Test that output related to execution commands is
18079 sent to the console with CLI commands, but not with MI commands.
18080 Test that breakpoint events are always mirrored to the console.
18081 Also expect the new source line to be output after a "next" in
18082 async mode too. Make it a pass/fail test.
18083 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18084 output.
18085 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18086
18087 2014-05-21 Pedro Alves <palves@redhat.com>
18088
18089 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18090 Use them to test variations of "list" after reaching a breakpoint.
18091 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18092 Test "list" with listsize 10 after reaching a breakpoint.
18093 * gdb.python/python.exp (decode_line current location line
18094 number): Adjust expected line number.
18095
18096 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18097
18098 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18099 behavior for $args, pass it directly to "run".
18100
18101 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18102
18103 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18104 30000 to 65536.
18105
18106 2014-05-21 Pedro Alves <palves@redhat.com>
18107
18108 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18109 auto-connect-native-target off".
18110 * gdb.base/auto-connect-native-target.c: New file.
18111 * gdb.base/auto-connect-native-target.exp: New file.
18112
18113 2014-05-21 Pedro Alves <palves@redhat.com>
18114
18115 * gdb.base/default.exp: Test "target native" instead of "target
18116 child".
18117
18118 2014-05-21 Mark Wielaard <mjw@redhat.com>
18119
18120 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18121
18122 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18123
18124 Fix TLS access for -static -pthread.
18125 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18126 <HAVE_TLS> (thread_function, main): Initialize it.
18127 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18128 Add clean_restart.
18129 <$have_tls != "">: Check TLSVAR.
18130
18131 2014-05-21 Pedro Alves <palves@redhat.com>
18132
18133 * gdb.base/dcache-line-read-error.c: New.
18134 * gdb.base/dcache-line-read-error.exp: New.
18135
18136 2014-05-20 Pedro Alves <palves@redhat.com>
18137
18138 * gdb.base/compare-sections.c: New file.
18139 * gdb.base/compare-sections.exp: New file.
18140
18141 2014-05-20 Pedro Alves <palves@redhat.com>
18142
18143 * gdb.base/break-idempotent.c: New file.
18144 * gdb.base/break-idempotent.exp: New file.
18145
18146 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18147
18148 * gdb.btrace/nohist.exp: New.
18149
18150 2014-05-20 Yao Qi <yao@codesourcery.com>
18151
18152 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18153 gdb.reverse directory and gdb_reverse_timeout exists in board
18154 setting.
18155 * README: Document gdb_reverse_timeout.
18156
18157 2014-05-20 Yao Qi <yao@codesourcery.com>
18158
18159 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18160 'test_file_name'. Treat args as a string instead of a list.
18161 (gdb_init): Rename argument 'args' by 'test_file_name'.
18162
18163 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18164
18165 * gdb.arch/powerpc-power.exp: New file.
18166 * gdb.arch/powerpc-power.s: New file.
18167
18168 2014-05-16 Doug Evans <dje@google.com>
18169
18170 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18171 * gdb.base/completion.exp: Check that all expected files exist
18172 before doing file completion.
18173
18174 2014-05-16 Doug Evans <dje@google.com>
18175
18176 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18177 Update.
18178 (do_syscall_tests_without_xml): Update.
18179
18180 2014-05-16 Pedro Alves <palves@redhat.com>
18181
18182 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18183 instead of "unknown output after running".
18184
18185 2014-05-16 Yao Qi <yao@codesourcery.com>
18186
18187 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18188 file1.txt from host at the end.
18189 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18190
18191 2014-05-15 Doug Evans <dje@google.com>
18192
18193 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18194 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18195 loading file. Add test for TU lookup.
18196
18197 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18198
18199 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18200 calling "-exec-arguments" or "set args" before running the
18201 inferior.
18202
18203 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18204
18205 * lib/mi-support.exp (mi_expect_stop): Expect message for
18206 inferiors that exit with non-zero exit code.
18207
18208 2014-05-14 Yao Qi <yao@codesourcery.com>
18209
18210 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18211 match absolute path on remote host.
18212 (test_file_list_exec_source_files): Remove "/" from the
18213 pattern.
18214
18215 2014-05-14 Yao Qi <yao@codesourcery.com>
18216
18217 * boards/local-remote-host-notty.exp (${board}_file): New
18218 proc.
18219
18220 2014-05-07 Kyle McMartin <kyle@redhat.com>
18221
18222 Pushed by Joel Brobecker <brobecker@adacore.com>.
18223 * gdb.arch/aarch64-atomic-inst.c: New file.
18224 * gdb.arch/aarch64-atomic-inst.exp: New file.
18225
18226 2014-05-07 Yao Qi <yao@codesourcery.com>
18227
18228 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18229 in current context" too.
18230
18231 2014-05-05 Keith Seitz <keiths@redhat.com>
18232
18233 * gdb.linespec/ls-dollar.exp: Add test for linespec
18234 file:convenience_variable.
18235
18236 2014-05-05 Yao Qi <yao@codesourcery.com>
18237
18238 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18239 traceframes into tfile and ctf trace files. Read data from
18240 trace file and test collected data.
18241 (gdb_collect_locals_test): Likewise.
18242 (gdb_unavailable_registers_test): Likewise.
18243 (gdb_unavailable_floats): Likewise.
18244 (gdb_collect_globals_test): Likewise.
18245 (top-level): Append "ctf" to trace_file_targets if GDB
18246 supports.
18247
18248 2014-05-05 Yao Qi <yao@codesourcery.com>
18249
18250 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18251 code to ...
18252 (gdb_collect_args_test_1): ... it. New proc.
18253 (gdb_collect_locals_test): Move some code to ...
18254 (gdb_collect_locals_test_1): ... it. New proc.
18255 (gdb_unavailable_registers_test): Move some code to ...
18256 (gdb_unavailable_registers_test_1): ... it. New proc.
18257 (gdb_unavailable_floats): Move some code to ...
18258 (gdb_unavailable_floats_1): ... it. New proc.
18259
18260 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18261
18262 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18263 probes to test for bitness recognition.
18264 * gdb.arch/amd64-stap-optional-prefix.exp
18265 (test_probe_value_without_reg): New procedure.
18266 Add code to test for different kinds of bitness.
18267
18268 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18269
18270 PR breakpoints/16889
18271 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18272 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18273
18274 2014-05-01 Pedro Alves <palves@redhat.com>
18275
18276 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18277 gdb_file_cmd if no file is specified.
18278 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18279 last_loaded_file to set the remote exec-file.
18280
18281 2014-05-01 Pedro Alves <palves@redhat.com>
18282
18283 * boards/local-remote-host.exp: New file.
18284
18285 2014-05-01 Pedro Alves <palves@redhat.com>
18286
18287 * boards/local-remote-host.exp: Rename to ...
18288 * boards/local-remote-host-notty.exp: ... this.
18289
18290 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18291
18292 * gdb.ada/dyn_arrayidx: New testcase.
18293
18294 2014-04-26 Yao Qi <yao@codesourcery.com>
18295
18296 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18297 and compute the length of function main. Save it in
18298 $main_length.
18299 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18300 (top-level): Use gdb_compile to compile objects into
18301 executable and restart GDB. Remove invocation to
18302 prepare_for_testing.
18303
18304 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18305 Pedro Alves <palves@redhat.com>
18306
18307 PR server/16255
18308 * gdb.multi/multi-attach.c: New file.
18309 * gdb.multi/multi-attach.exp: New file.
18310
18311 2014-04-25 Pedro Alves <palves@redhat.com>
18312
18313 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18314 user.
18315 (top level): Test that "set remote conditional-breakpoints-packet
18316 off" works as intended.
18317 * gdb.base/dprintf.exp: Test that "set remote
18318 breakpoint-commands-packet off" works as intended.
18319 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18320 New function.
18321 (top level): Call it.
18322 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18323 remote fast-tracepoints-packet off" works as intended.
18324 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18325 * lib/gdb.exp (gdb_is_target_remote): ... here.
18326
18327 2014-04-24 David Blaikie <dblaikie@gmail.com>
18328
18329 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18330 ensure clang would not discard them.
18331 * gdb.base/gdbvars.c: Ditto.
18332 * gdb.base/memattr.c: Ditto.
18333 * gdb.base/whatis.c: Ditto.
18334 * gdb.python/py-prettyprint.c: Ditto.
18335 * gdb.trace/actions.c: Ditto.
18336 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18337 ensure clang would not discard it.
18338
18339 2014-04-24 David Blaikie <dblaikie@gmail.com>
18340
18341 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18342 clang to emit the full definition of type required by the test
18343 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18344
18345 2014-04-24 David Blaikie <dblaikie@gmail.com>
18346
18347 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18348 coax Clang into emitting the definition of the type.
18349 * gdb.cp/pr10728-x.h (y): Ditto.
18350 * gdb.cp/pr10728-y.cc (y): Ditto.
18351
18352 2014-04-24 David Blaikie <dblaikie@gmail.com>
18353
18354 * gdb.base/label.exp: XFAIL label related tests under Clang.
18355 * gdb.cp/cplabel.exp: Ditto.
18356 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18357 under Clang those using labels.
18358
18359 2014-04-25 Yao Qi <yao@codesourcery.com>
18360
18361 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18362 double_label.
18363 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18364 partial_label and double_label.
18365
18366 2014-04-24 David Blaikie <dblaikie@gmail.com>
18367
18368 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18369
18370 2014-04-24 David Blaikie <dblaikie@gmail.com>
18371
18372 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18373 of the function to work across GCC and Clang.
18374 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18375 pointer types (const void ** const V void **).
18376
18377 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18378 Walfred Tedeschi <walfred.tedeschi@intel.com>
18379
18380 * Makefile.in (EXECUTABLES): Added i386-avx512.
18381 * gdb.arch/i386-avx512.c: New file.
18382 * gdb.arch/i386-avx512.exp: Likewise.
18383
18384 2014-04-23 Keith Seitz <keiths@redhat.com>
18385
18386 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18387 (mi_make_breakpoint_table): New procedure.
18388 (mi_create_breakpoint): Use mi_make_breakpoint
18389 and return the result.
18390 (mi_make_breakpoint): New procedure.
18391 (mi_build_kv_pairs): New procedure.
18392
18393 * gdb.mi/mi-break.exp: Remove unused globals,
18394 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18395 All callers updated.
18396 * gdb.mi/mi-dprintf.exp: Use variable to track command
18397 number.
18398 Update all callers of mi_create_breakpoint and use
18399 mi_make_breakpoint_table.
18400 Remove any unused global variables.
18401 * gdb.mi/mi-nonstop.exp: Likewise.
18402 * gdb.mi/mi-nsintrall.exp: Likewise.
18403 * gdb.mi/mi-nsmoribund.exp: Likewise.
18404 * gdb.mi/mi-nsthrexec.exp: Likewise.
18405 * gdb.mi/mi-reverse.exp: Likewise.
18406 * gdb.mi/mi-simplerun.exp: Likewise.
18407 * gdb.mi/mi-stepn.exp: Likewise.
18408 * gdb.mi/mi-syn-frame.exp: Likewise.
18409 * gdb.mi/mi-until.exp: Likewise.
18410 * gdb.mi/mi-var-cp.exp: Likewise.
18411 * gdb.mi/mi-var-display.exp: Likewise.
18412 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18413 * gdb.mi/mi2-var-child.exp: Likewise.
18414 * gdb.mi/mi-vla-c99.exp: Likewise.
18415 * lib/mi-support.exp: Likewise.
18416
18417 From Ian Lance Taylor <iant@cygnus.com>:
18418 * lib/gdb.exp (parse_args): New procedure.
18419
18420 2014-04-23 Pedro Alves <palves@redhat.com>
18421
18422 * gdb.base/break-unload-file.c: New file.
18423 * gdb.base/break-unload-file.exp: New file.
18424 * gdb.base/sym-file-lib.c (baz): New function.
18425 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18426 field.
18427 (load): Store the segment's mapped size.
18428 (unload): New function.
18429 (unload_shlib): New function.
18430 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18431 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18432 set a breakpoint at baz, and call it.
18433 * gdb.base/sym-file.exp: New tests for stale breakpoint
18434 instructions.
18435
18436 2014-04-23 Pedro Alves <palves@redhat.com>
18437
18438 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18439 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18440 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18441 * gdb.base/hbreak-unmapped.c: New file.
18442 * gdb.base/hbreak-unmapped.exp: New file.
18443 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18444 * lib/gdb.exp (gdb_is_target_remote): ... here.
18445
18446 2014-04-22 Pedro Alves <palves@redhat.com>
18447
18448 * gdb.base/consecutive-step-over.c: New file.
18449 * gdb.base/consecutive-step-over.exp: New file.
18450
18451 2014-04-22 Pedro Alves <palves@redhat.com>
18452
18453 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18454 instead of send_gdb/gdb_expect.
18455
18456 2014-04-22 Yao Qi <yao@codesourcery.com>
18457
18458 * lib/trace-support.exp (generate_tracefile): New procedure.
18459 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18460 return 0.
18461 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18462 if generate_tracefile returns 1.
18463
18464 2014-04-18 Tom Tromey <palves@redhat.com>
18465 Pedro alves <tromey@redhat.com>
18466
18467 PR backtrace/15558
18468 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18469 with a backtrace limit.
18470 * gdb.python/py-frame-inline.exp: Test running to an inline
18471 function with a backtrace limit, and printing the newest frame.
18472 * gdb.python/py-frame-inline.c (main): Call f.
18473
18474 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18475
18476 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18477
18478 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18479
18480 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18481 Drop prefix from unsupported source file path.
18482
18483 2014-04-17 Yao Qi <yao@codesourcery.com>
18484
18485 * lib/gdb.exp (with_target_charset): New proc.
18486 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18487 with_target_charset.
18488 (test_print_strings): Likewise.
18489 (test_repeat_bytes): Likewise.
18490 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18491 for some tests.
18492
18493 2014-04-16 Keith Seitz <keiths@redhat.com>
18494
18495 PR gdb/15827
18496 * gdb.dwarf2/corrupt.c: New file.
18497 * gdb.dwarf2/corrupt.exp: New file.
18498
18499 2014-04-16 Keith Seitz <keiths@redhat.com>
18500
18501 PR c++/16597
18502 * gdb.cp/namelessclass.cc: New file.
18503 * gdb.cp/namelessclass.exp: New file.
18504 * gdb.cp/namelessclass.S: New file.
18505
18506 2014-04-16 Doug Evans <dje@google.com>
18507
18508 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18509 Add comment.
18510 (gdbserver_default_get_comm_port): New function.
18511 (gdbserver_start): Check if board file provided
18512 "gdbserver,get_comm_port" and use it if so.
18513 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18514 (gdb,socketport): Set to "stdio".
18515 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18516 (stdio_gdbserver_template): Delete.
18517 (${board}_get_remote_address): Update.
18518 (${board}_build_remote_cmd): Delete.
18519 (${board}_get_comm_port): New function.
18520 (${board}_spawn): Update.
18521 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18522 Delete.
18523 (${board}_get_remote_address): Update.
18524 (${board}_get_comm_port): New function.
18525
18526 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
18527
18528 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18529 appearing in any order.
18530
18531 2014-04-15 Doug Evans <dje@google.com>
18532
18533 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18534 uninitialized value of "description".
18535
18536 2014-04-15 Keith Seitz <keiths@redhat.com>
18537
18538 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18539 Remove unused globals.
18540 (test_running_the_program): Likewise.
18541 (test_controlled_execution): Likewise.
18542 (test_controlling_breakpoints): Likewise.
18543 (test_program_termination): Likewise.
18544
18545 2014-04-15 Keith Seitz <keiths@redhat.com>
18546
18547 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18548 unused globals.
18549 (test_rbreak_creation_and_listing): Likewise.
18550 (test_ignore_count): Likewise.
18551 (test_error): Likewise.
18552
18553 2014-04-15 Pedro Alves <palves@redhat.com>
18554
18555 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18556 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18557 sym-file-loader.c.
18558 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18559 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18560 to sym-file-loader.c.
18561 (struct library): Forward declare.
18562 (load_shlib, lookup_function): Change prototypes.
18563 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18564 (translate_offset): Remove declarations.
18565 (get_text_addr): New declaration.
18566 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18567 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18568 sym-file-loader.h.
18569 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18570 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18571 here from sym-file-loader.h.
18572 (struct library): New structure.
18573 (load_shlib, lookup_function): Change prototypes and adjust to
18574 work with a struct library.
18575 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18576 (translate_offset): Make static.
18577 (get_text_addr): New function.
18578 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18579
18580 2014-04-15 Pedro Alves <palves@redhat.com>
18581
18582 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18583
18584 2014-04-15 Pedro Alves <palves@redhat.com>
18585
18586 * gdb.base/sym-file-loader.c: Include <limits.h>.
18587 (SELF_LINK): New define.
18588 (get_origin): New function.
18589 (load_shlib): Use it.
18590 * gdb.base/sym-file.exp: Don't early return if the target is
18591 remote. Use runto_main, and issue fail is that fails. Use
18592 gdb_load_shlibs.
18593 (shlib_name): Delete.
18594 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18595
18596 2014-04-15 Pedro Alves <palves@redhat.com>
18597
18598 * gdb.base/sym-file.exp: Remove regex characters from test
18599 message. Don't refer to breakpoint numbers in test messages.
18600
18601 2014-04-14 Keith Seitz <keiths@redhat.com>
18602
18603 PR c++/16253
18604 * gdb.cp/var-tag.cc: New file.
18605 * gdb.cp/var-tag.exp: New file.
18606 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18607 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18608 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18609 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18610
18611 2014-04-14 Tom Tromey <tromey@redhat.com>
18612
18613 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18614 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18615 type.
18616 * gdb.cp/enum-class.exp: New file.
18617 * gdb.cp/enum-class.cc: New file.
18618
18619 2014-04-14 Tom Tromey <tromey@redhat.com>
18620
18621 * gdb.dwarf2/enum-type.exp: New file.
18622
18623 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18624
18625 * gdb.mi/mi-vla-c99.exp: New file.
18626 * gdb.mi/vla.c: New file.
18627
18628 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18629
18630 * gdb.base/vla-datatypes.c: New file.
18631 * gdb.base/vla-datatypes.exp: New file.
18632
18633 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18634
18635 * gdb.base/vla-ptr.c: New file.
18636 * gdb.base/vla-ptr.exp: New file.
18637
18638 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18639
18640 * gdb.dwarf2/count.exp: New file.
18641
18642 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18643
18644 * gdb.base/vla-sideeffect.c: New file.
18645 * gdb.base/vla-sideeffect.exp: New file.
18646
18647 2014-04-14 David Blaikie <dblaikie@gmail.com>
18648
18649 * gdb.mi/non-stop.c: Add return value for non-void function return
18650 statement.
18651 * gdb.threads/staticthreads.c: Ditto.
18652
18653 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18654 Doug Evans <xdje42@gmail.com>
18655
18656 * gdb.guile/scm-value.c: Improve test case.
18657 * gdb.guile/scm-value.exp: Add new test.
18658
18659 2014-04-11 David Blaikie <dblaikie@gmail.com>
18660
18661 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18662 override Clang's default.
18663
18664 2014-04-11 Joel Brobecker <brobecker@adacore.com>
18665
18666 Revert the following changes (regressions):
18667
18668 * gdb.base/vla-sideeffect.c: New file.
18669 * gdb.base/vla-sideeffect.exp: New file.
18670
18671 * gdb.dwarf2/count.exp: New file.
18672
18673 * gdb.base/vla-multi.c: New file.
18674 * gdb.base/vla-multi.exp: New file.
18675
18676 * gdb.base/vla-ptr.c: New file.
18677 * gdb.base/vla-ptr.exp: New file.
18678
18679 * gdb.base/vla-datatypes.c: New file.
18680 * gdb.base/vla-datatypes.exp: New file.
18681
18682 * gdb.mi/mi-vla-c99.exp: New file.
18683 * gdb.mi/vla.c: New file.
18684
18685 2014-04-11 Keith Seitz <keiths@redhat.com>
18686
18687 PR c++/16675
18688 * gdb.cp/cpsizeof.exp: New file.
18689 * gdb.cp/cpsizeof.cc: New file.
18690
18691 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18692
18693 * gdb.mi/mi-vla-c99.exp: New file.
18694 * gdb.mi/vla.c: New file.
18695
18696 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18697
18698 * gdb.base/vla-datatypes.c: New file.
18699 * gdb.base/vla-datatypes.exp: New file.
18700
18701 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18702
18703 * gdb.base/vla-ptr.c: New file.
18704 * gdb.base/vla-ptr.exp: New file.
18705
18706 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18707
18708 * gdb.base/vla-multi.c: New file.
18709 * gdb.base/vla-multi.exp: New file.
18710
18711 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18712
18713 * gdb.dwarf2/count.exp: New file.
18714
18715 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18716
18717 * gdb.base/vla-sideeffect.c: New file.
18718 * gdb.base/vla-sideeffect.exp: New file.
18719
18720 2014-04-11 Yao Qi <yao@codesourcery.com>
18721
18722 * gdb.base/completion.exp: Check file exists before running tests
18723 on file completion.
18724
18725 2014-04-10 Pedro Alves <palves@redhat.com>
18726
18727 * gdb.base/cond-eval-mode.c: New file.
18728 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18729 prepare_for_testing to build the new file. Check result of
18730 runto_main.
18731 (test_break, test_watch): New procedures.
18732 (top level): Use them.
18733
18734 2014-04-08 Pierre Muller <muller@sourceware.org>
18735
18736 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18737 Ctrl-V use for mingw hosts.
18738
18739 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18740
18741 * gdb.python/py-value.c: Improve test case.
18742 * gdb.python/py-value.exp: Add new test.
18743
18744 2014-04-07 David Blaikie <dblaikie@gmail.com>
18745
18746 * lib/compiler.c: Identify the clang compiler.
18747 * lib/compiler.cc: Ditto.
18748
18749 2014-04-03 Yao Qi <yao@codesourcery.com>
18750
18751 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18752
18753 2014-04-01 Anton Blanchard <anton@samba.org>
18754
18755 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18756 messages unique.
18757
18758 2014-04-01 Anton Blanchard <anton@samba.org>
18759
18760 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18761 prepare_for_testing.
18762
18763 2014-04-01 Anton Blanchard <anton@samba.org>
18764
18765 * gdb.arch/ppc64-atomic-inst.c: Remove.
18766 * gdb.arch/ppc64-atomic-inst.S: New file.
18767 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18768
18769 2014-03-31 Doug Evans <dje@google.com>
18770
18771 * gdb.base/print-symbol-loading-lib.c: New file.
18772 * gdb.base/print-symbol-loading-main.c: New file.
18773 * gdb.base/print-symbol-loading.exp: New file.
18774
18775 2014-03-31 Yao Qi <yao@codesourcery.com>
18776
18777 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18778
18779 2014-03-28 Joel Brobecker <brobecker@adacore.com>
18780
18781 * gdb.ada/mi_dyn_arr: New testcase.
18782
18783 2014-03-27 Doug Evans <dje@google.com>
18784
18785 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18786
18787 2014-03-27 Yao Qi <yao@codesourcery.com>
18788
18789 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18790 if target is nios2-*-*.
18791
18792 2014-03-26 Yao Qi <yao@codesourcery.com>
18793
18794 * lib/gdb.exp (readline_is_used): New proc.
18795 * gdb.base/completion.exp: Move tests on command complete up.
18796 Skip the rest of tests if readline is not used.
18797 * gdb.ada/complete.exp: Skp the test if readline is not
18798 used.
18799 * gdb.base/filesym.exp: Likewise.
18800 * gdb.base/macscp.exp: Likewise.
18801 * gdb.base/readline-ask.exp: Likewise.
18802 * gdb.base/readline.exp: Likewise.
18803 * gdb.python/py-cmd.exp: Likewise.
18804 * gdb.trace/tfile.exp: Likewise.
18805
18806 2014-03-26 Yao Qi <yao@codesourcery.com>
18807
18808 * gdb.base/macscp.exp: Fix code format issues.
18809
18810 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18811
18812 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18813 * gdb.asm/powerpc64le.inc: New file.
18814
18815 2014-03-25 Pedro Alves <palves@redhat.com>
18816 Doug Evans <dje@google.com>
18817
18818 * gdb.base/source-execution.c: New file.
18819 * gdb.base/source-execution.exp: New file.
18820 * gdb.base/source-execution.gdb: New file.
18821
18822 2014-03-24 Doug Evans <dje@google.com>
18823
18824 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18825 using fission.
18826
18827 2014-03-24 Hui Zhu <hui@codesourcery.com>
18828 Pedro Alves <palves@redhat.com>
18829
18830 PR breakpoints/16101
18831 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18832 test pass/fail messages. Detect missing support for dprintf when
18833 breakpoints are actually inserted.
18834 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18835 breakpoints are actually inserted.
18836 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18837 fails.
18838
18839 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18840
18841 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18842
18843 2014-03-22 Doug Evans <xdje42@gmail.com>
18844
18845 * gdb.python/python.exp (python not supported): Verify multi-line
18846 python command issues an error.
18847 * gdb.guile/guile.exp (guile not supported): Verify multi-line
18848 guile command issues an error.
18849
18850 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18851
18852 * gdb.threads/thread-specific.exp: Handle the lack of usable
18853 $this_breakpoint and $this_thread.
18854
18855 2014-03-21 Hui Zhu <hui@codesourcery.com>
18856
18857 * gdb.base/attach.exp (do_command_attach_tests): New.
18858
18859 2014-03-20 Tom Tromey <tromey@redhat.com>
18860 Pedro Alves <palves@redhat.com>
18861
18862 PR cli/15718
18863 * gdb.base/condbreak-call-false.c: New file.
18864 * gdb.base/condbreak-call-false.exp: New file.
18865
18866 2014-03-20 Pedro Alves <palves@redhat.com>
18867
18868 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18869 Delete.
18870 (block_signals, unblock_signals): Delete.
18871 (child_function_2, main): Remove references to deleted variable
18872 and functions.
18873
18874 2014-03-20 Pedro Alves <palves@redhat.com>
18875
18876 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18877 Use pthread_kill to signal thread 2.
18878 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18879 Adjust to make the test send itself a signal rather than using the
18880 host's "kill" command.
18881
18882 2014-03-20 Pedro Alves <palves@redhat.com>
18883
18884 * gdb.threads/multiple-step-overs.c: New file.
18885 * gdb.threads/multiple-step-overs.exp: New file.
18886 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18887 Adjust expected infrun debug output.
18888
18889 2014-03-20 Pedro Alves <palves@redhat.com>
18890
18891 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18892 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18893
18894 2014-03-20 Pedro Alves <palves@redhat.com>
18895
18896 PR breakpoints/7143
18897 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18898 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18899 of gdb_test_multiple.
18900 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18901 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18902
18903 2014-03-20 Pedro Alves <palves@redhat.com>
18904
18905 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18906 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18907
18908 2014-03-19 Pedro Alves <palves@redhat.com>
18909
18910 * gdb.base/async.exp: Remove early return.
18911
18912 2014-03-19 Pedro Alves <palves@redhat.com>
18913
18914 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18915
18916 2014-03-19 Pedro Alves <palves@redhat.com>
18917
18918 * gdb.base/async.exp (test_background): Expect \r\n after
18919 "completed." in the fail pattern.
18920
18921 2014-03-19 Pedro Alves <palves@redhat.com>
18922
18923 * gdb.base/async.exp (test_background): New procedure.
18924 Use it for all background execution command tests.
18925
18926 2014-03-19 Pedro Alves <palves@redhat.com>
18927
18928 * gdb.base/async.exp: Use prepare_for_testing.
18929
18930 2014-03-19 Pedro Alves <palves@redhat.com>
18931
18932 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18933 the same line.
18934
18935 2014-03-19 Pedro Alves <palves@redhat.com>
18936
18937 * gdb.base/async.c (main): Add "jump here" and "until here" line
18938 marker comments.
18939 * gdb.base/async.exp (jump_here): New global.
18940 (jump& test): Use it.
18941 (until_here): New global.
18942 (until& test): Use it.
18943
18944 2014-03-19 Pedro Alves <palves@redhat.com>
18945
18946 * gdb.base/async.exp: Don't frob gdb_protocol.
18947
18948 2014-03-18 Doug Evans <xdje42@gmail.com>
18949
18950 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18951 Fix spelling of exec-done-display.
18952
18953 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18954
18955 PR gdb/15358
18956 * gdb.base/gdb-sigterm.c: New file.
18957 * gdb.base/gdb-sigterm.exp: New file.
18958
18959 2014-03-18 Pedro Alves <palves@redhat.com>
18960
18961 PR gdb/13860
18962 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18963 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18964 solib-event.
18965
18966 2014-03-17 Joel Brobecker <brobecker@adacore.com>
18967
18968 * gdb.ada/pckd_arr_ren: New testcase.
18969
18970 2014-03-13 Doug Evans <xdje42@gmail.com>
18971
18972 PR guile/16612
18973 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18974 collect after discarding symbols.
18975
18976 2014-03-13 Ludovic Courtès <ludo@gnu.org>
18977 Doug Evans <xdje42@gmail.com>
18978
18979 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18980 to history survives a gc.
18981
18982 2014-03-13 Pedro Alves <palves@redhat.com>
18983
18984 * gdb.base/default.exp: Don't test "target procfs".
18985
18986 2014-03-13 Pedro Alves <palves@redhat.com>
18987
18988 * gdb.base/default.exp: Update "target child" and "target procfs"
18989 tests to not expect "Unix".
18990
18991 2014-03-12 Tom Tromey <tromey@redhat.com>
18992
18993 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18994 New procs. Add target-async tests.
18995 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18996 Add target-async tests.
18997
18998 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18999
19000 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19001 'func_start' and 'func_end' for the beginning and end of the
19002 function code, respectively.
19003 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19004 'func_end' instead of 'func' and 'main'.
19005
19006 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19007
19008 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19009 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19010 generate the debug info assembler source.
19011
19012 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19013
19014 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19015 * gdb.dwarf2/arr-subrange.exp: Likewise.
19016 * gdb.dwarf2/dwz.exp: Likewise.
19017 * gdb.dwarf2/method-ptr.exp: Likewise.
19018 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19019 * gdb.dwarf2/subrange.exp: Likewise.
19020 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19021 * gdb.dwarf2/implptrpiece.exp: Likewise.
19022 * gdb.dwarf2/nostaticblock.exp: Likewise.
19023
19024 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19025
19026 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19027 directory to absolute path name arguments.
19028
19029 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19030
19031 * gdb.ada/tagged_access: New testcase.
19032
19033 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19034
19035 * gdb.btrace/data.exp: Update expected output.
19036
19037 2014-03-06 Yao Qi <yao@codesourcery.com>
19038
19039 * gdb.trace/pr16508.exp: New file.
19040
19041 2014-03-05 Pedro Alves <palves@redhat.com>
19042
19043 PR gdb/16575
19044 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19045 procedure.
19046 (top level): Adjust to use it. Add tests that exercise breakpoint
19047 interaction with the code-cache.
19048
19049 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19050
19051 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19052 test for 'history-append!'.
19053
19054 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19055
19056 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19057 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19058 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19059 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19060 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19061 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19062
19063 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19064
19065 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19066 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19067 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19068
19069 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19070
19071 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19072
19073 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19074
19075 * gdb.dwarf2/arr-stride.c: New file.
19076 * gdb.dwarf2/arr-stride.exp: New file.
19077
19078 2014-02-26 Pedro Alves <palves@redhat.com>
19079
19080 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19081 that won't ever trigger. Make sure that GDB reports the correct
19082 breakpoint that caused the stop.
19083
19084 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19085
19086 PR gdb/16626
19087 * gdb.base/auto-load-script: New file.
19088 * gdb.base/auto-load.c: New file.
19089 * gdb.base/auto-load.exp: New file.
19090
19091 PR gdb/16626
19092 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19093
19094 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19095
19096 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19097 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19098
19099 2014-02-24 Doug Evans <dje@google.com>
19100
19101 * lib/gdb.exp (run_on_host): Log error output if program fails.
19102
19103 2014-02-21 Pedro Alves <palves@redhat.com>
19104
19105 * gdb.threads/step-after-sr-lock.c: Rename to ...
19106 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19107 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19108 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19109 ... this.
19110
19111 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19112
19113 PR tdep/16397
19114 * gdb.arch/amd64-stap-special-operands.exp: New file.
19115 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19116 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19117 * gdb.arch/amd64-stap-triplet.S: Likewise.
19118 * gdb.arch/amd64-stap-triplet.c: Likewise.
19119
19120 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19121
19122 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19123 in .section pseudo-op.
19124
19125 2014-02-20 lin zuojian <manjian2006@gmail.com>
19126 Joel Brobecker <brobecker@adacore.com>
19127 Doug Evans <xdje42@gmail.com>
19128
19129 PR symtab/16581
19130 * gdb.dwarf2/dw2-icycle.S: New file.
19131 * gdb.dwarf2/dw2-icycle.c: New file.
19132 * gdb.dwarf2/dw2-icycle.exp: New file.
19133
19134 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19135
19136 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19137 operations on gdb.Value objects.
19138 * gdb.python/py-value-cc.exp: Add new test to test operations on
19139 gdb.Value objects.
19140
19141 2014-02-18 Doug Evans <dje@google.com>
19142
19143 * Makefile.in (TESTS): New variable.
19144 (expanded_tests, expanded_tests_or_none): New variables
19145 (check-single): Pass $(expanded_tests_or_none) to runtest.
19146 (check-parallel): Only run tests in $(TESTS) if non-empty.
19147 (check/no-matching-tests-found): New rule.
19148 * README: Document TESTS makefile variable.
19149
19150 2014-02-18 Doug Evans <dje@google.com>
19151
19152 * Makefile.in (check-parallel): rm -rf outputs temp.
19153
19154 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19155
19156 Fix "ERROR: no fileid for" in the testsuite.
19157 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19158
19159 2014-02-12 Doug Evans <dje@google.com>
19160
19161 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19162 (MISCELLANEOUS): New variable.
19163 (clean): rm -rf $(MISCELLANEOUS).
19164 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19165 dwp live in the same directory as symlinks, with each symlink pointed
19166 to a differently named file in a different directory.
19167
19168 2014-02-11 Doug Evans <dje@google.com>
19169
19170 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19171 of Tcl file commands.
19172
19173 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19174
19175 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19176 "kill -SIGUSR1 -1".
19177
19178 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19179
19180 * gdb.ada/tick_length_array_enum_idx: New testcase.
19181
19182 2014-02-10 Doug Evans <xdje42@gmail.com>
19183
19184 * configure.ac (AC_OUTPUT): Add gdb.guile.
19185 * configure: Regenerate.
19186 * lib/gdb-guile.exp: New file.
19187 * lib/gdb.exp (get_target_charset): New function.
19188 * gdb.base/help.exp: Update expected output from "apropos apropos".
19189 * gdb.guile/Makefile.in: New file.
19190 * gdb.guile/guile.exp: New file.
19191 * gdb.guile/scm-arch.c: New file.
19192 * gdb.guile/scm-arch.exp: New file.
19193 * gdb.guile/scm-block.c: New file.
19194 * gdb.guile/scm-block.exp: New file.
19195 * gdb.guile/scm-breakpoint.c: New file.
19196 * gdb.guile/scm-breakpoint.exp: New file.
19197 * gdb.guile/scm-disasm.c: New file.
19198 * gdb.guile/scm-disasm.exp: New file.
19199 * gdb.guile/scm-equal.c: New file.
19200 * gdb.guile/scm-equal.exp: New file.
19201 * gdb.guile/scm-error.exp: New file.
19202 * gdb.guile/scm-error.scm: New file.
19203 * gdb.guile/scm-frame-args.c: New file.
19204 * gdb.guile/scm-frame-args.exp: New file.
19205 * gdb.guile/scm-frame-args.scm: New file.
19206 * gdb.guile/scm-frame-inline.c: New file.
19207 * gdb.guile/scm-frame-inline.exp: New file.
19208 * gdb.guile/scm-frame.c: New file.
19209 * gdb.guile/scm-frame.exp: New file.
19210 * gdb.guile/scm-generics.exp: New file.
19211 * gdb.guile/scm-gsmob.exp: New file.
19212 * gdb.guile/scm-iterator.c: New file.
19213 * gdb.guile/scm-iterator.exp: New file.
19214 * gdb.guile/scm-math.c: New file.
19215 * gdb.guile/scm-math.exp: New file.
19216 * gdb.guile/scm-objfile-script-gdb.in: New file.
19217 * gdb.guile/scm-objfile-script.c: New file.
19218 * gdb.guile/scm-objfile-script.exp: New file.
19219 * gdb.guile/scm-objfile.c: New file.
19220 * gdb.guile/scm-objfile.exp: New file.
19221 * gdb.guile/scm-ports.exp: New file.
19222 * gdb.guile/scm-pretty-print.c: New file.
19223 * gdb.guile/scm-pretty-print.exp: New file.
19224 * gdb.guile/scm-pretty-print.scm: New file.
19225 * gdb.guile/scm-section-script.c: New file.
19226 * gdb.guile/scm-section-script.exp: New file.
19227 * gdb.guile/scm-section-script.scm: New file.
19228 * gdb.guile/scm-symbol.c: New file.
19229 * gdb.guile/scm-symbol.exp: New file.
19230 * gdb.guile/scm-symtab-2.c: New file.
19231 * gdb.guile/scm-symtab.c: New file.
19232 * gdb.guile/scm-symtab.exp: New file.
19233 * gdb.guile/scm-type.c: New file.
19234 * gdb.guile/scm-type.exp: New file.
19235 * gdb.guile/scm-value-cc.cc: New file.
19236 * gdb.guile/scm-value-cc.exp: New file.
19237 * gdb.guile/scm-value.c: New file.
19238 * gdb.guile/scm-value.exp: New file.
19239 * gdb.guile/source2.scm: New file.
19240 * gdb.guile/types-module.cc: New file.
19241 * gdb.guile/types-module.exp: New file.
19242
19243 2014-02-10 Yao Qi <yao@codesourcery.com>
19244
19245 PR testsuite/16543
19246 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19247 * configure: Regenerated.
19248 * Makefile.in: New file.
19249
19250 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19251
19252 * gdb.python/py-framefilter.exp: Fix typo.
19253
19254 2014-02-08 Yao Qi <yao@codesourcery.com>
19255
19256 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19257 that no =breakpoint-modified is emitted when breakpoints are
19258 modified through MI commands.
19259
19260 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19261 Pedro Alves <palves@redhat.com>
19262
19263 * gdb.threads/step-after-sr-lock.c: New file.
19264 * gdb.threads/step-after-sr-lock.exp: New file.
19265
19266 2014-02-07 Pedro Alves <palves@redhat.com>
19267
19268 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19269
19270 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19271
19272 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19273 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19274
19275 2014-02-06 Doug Evans <xdje42@gmail.com>
19276
19277 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19278 output.
19279
19280 * gdb.gdb/python-interrupts.exp: New file.
19281
19282 2014-02-05 Yao Qi <yao@codesourcery.com>
19283
19284 * gdb.trace/report.exp (use_collected_data): Test the output
19285 of "info threads" and "info inferiors".
19286
19287 2014-02-05 Yao Qi <yao@codesourcery.com>
19288
19289 Revert this patch:
19290
19291 2013-05-24 Yao Qi <yao@codesourcery.com>
19292
19293 * gdb.trace/tfile.exp: Test inferior and thread.
19294
19295 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19296
19297 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19298 on a function.
19299 * gdb.base/step-bt.c: Call hello via function pointer to make
19300 sure its first instruction is executed on powerpc64le-linux.
19301
19302 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19303
19304 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19305
19306 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19307
19308 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19309 of the test patterns for use on little-endian systems.
19310
19311 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19312
19313 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19314 (decimal_vector): Fix for little-endian.
19315
19316 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19317
19318 * gdb.arch/sparc-sysstep.exp: New file.
19319 * gdb.arch/sparc-sysstep.c: Likewise.
19320
19321 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19322
19323 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19324
19325 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19326
19327 2014-01-23 Tom Tromey <tromey@redhat.com>
19328
19329 * gdb.ada/array_char_idx: New testcase.
19330
19331 2014-01-23 Tom Tromey <tromey@redhat.com>
19332
19333 PR python/16487:
19334 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19335 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19336 classes.
19337
19338 2014-01-23 Tom Tromey <tromey@redhat.com>
19339
19340 PR python/16491:
19341 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19342 string from an inferior frame.
19343 * gdb.python/py-framefilter-mi.exp: Update.
19344
19345 2014-01-22 Doug Evans <dje@google.com>
19346
19347 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19348
19349 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19350
19351 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19352
19353 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19354
19355 * gdb.trace/entry-values.exp: Remove excess space character from
19356 regex patterns. Handle s390 call instruction.
19357
19358 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19359
19360 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19361 define "*_start" label. Make "name" static.
19362 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19363 ${name} by references to ${name}_start.
19364
19365 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19366
19367 * gdb.base/info-macros.exp: Remove "debug" from the compile
19368 options.
19369
19370 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19371
19372 * gdb.dlang/demangle.exp: New file.
19373
19374 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19375
19376 * gdb.dlang/primitive-types.exp: New file.
19377
19378 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19379
19380 * configure.ac: Create gdb.dlang/Makefile.
19381 * configure: Regenerate.
19382 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19383 * gdb.dlang/Makefile.in: New file.
19384 * lib/d-support.exp: New file.
19385 * lib/gdb.exp (skip_d_tests): New proc.
19386
19387 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19388
19389 * gdb.btrace/delta.exp: Check reverse stepi.
19390 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19391 * gdb.btrace/finish.exp: New.
19392 * gdb.btrace/next.exp: New.
19393 * gdb.btrace/nexti.exp: New.
19394 * gdb.btrace/record_goto.c: Add comments.
19395 * gdb.btrace/step.exp: New.
19396 * gdb.btrace/stepi.exp: New.
19397 * gdb.btrace/multi-thread-step.c: New.
19398 * gdb.btrace/multi-thread-step.exp: New.
19399 * gdb.btrace/rn-dl-bind.c: New.
19400 * gdb.btrace/rn-dl-bind.exp: New.
19401 * gdb.btrace/data.c: New.
19402 * gdb.btrace/data.exp: New.
19403 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19404
19405 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19406
19407 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19408 * gdb.btrace/exception.exp: Update.
19409 * gdb.btrace/instruction_history.exp: Update.
19410 * gdb.btrace/record_goto.exp: Update.
19411 * gdb.btrace/tailcall.exp: Update.
19412 * gdb.btrace/unknown_functions.exp: Update.
19413 * gdb.btrace/delta.exp: New.
19414
19415 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19416
19417 * gdb.btrace/record_goto.exp: Add backtrace test.
19418 * gdb.btrace/tailcall.exp: Add backtrace test.
19419
19420 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19421
19422 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19423 * gdb.btrace/record_goto.c: New.
19424 * gdb.btrace/record_goto.exp: New.
19425 * gdb.btrace/x86-record_goto.S: New.
19426
19427 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19428
19429 * gdb.btrace/function_call_history.exp: Update tests.
19430 * gdb.btrace/instruction_history.exp: Update tests.
19431
19432 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19433
19434 * gdb.btrace/function_call_history.exp: Fix expected field
19435 order for "record function-call-history".
19436 Add new tests for "record function-call-history /c".
19437 * gdb.btrace/exception.cc: New.
19438 * gdb.btrace/exception.exp: New.
19439 * gdb.btrace/tailcall.exp: New.
19440 * gdb.btrace/x86-tailcall.S: New.
19441 * gdb.btrace/x86-tailcall.c: New.
19442 * gdb.btrace/unknown_functions.c: New.
19443 * gdb.btrace/unknown_functions.exp: New.
19444 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19445
19446 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19447
19448 * gdb.btrace/instruction_history.exp: Update.
19449 * gdb.btrace/function_call_history.exp: Update.
19450
19451 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19452
19453 * gdb.btrace/function_call_history.exp: Fix expected function
19454 trace.
19455 * gdb.btrace/instruction_history.exp: Initialize traced.
19456 Remove traced_functions.
19457
19458 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19459
19460 * gdb.btrace/function_call_history.exp: Update
19461 * gdb.btrace/instruction_history.exp: Update.
19462
19463 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19464
19465 * gdb.btrace/enable.exp: Update expected text.
19466
19467 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19468
19469 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19470 bytes.
19471
19472 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19473
19474 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19475
19476 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19477
19478 * lib/gdb.exp (supports_process_record): Return true for
19479 arm*-linux*. (supports_reverse): Likewise.
19480
19481 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19482
19483 PR python/15464
19484 PR python/16113
19485 * gdb.python/py-type.c: Enhance test case.
19486 * gdb.python/py-value-cc.cc: Likewise
19487 * gdb.python/py-type.exp: Add new tests.
19488 * gdb.python/py-value-cc.exp: Likewise
19489
19490 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19491 Pedro Alves <palves@redhat.com>
19492
19493 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19494 Make "name" extern.
19495 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19496 references to ${name}_start by references to ${name}.
19497
19498 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19499
19500 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19501
19502 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19503
19504 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19505
19506 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19507 Pedro Alves <palves@redhat.com>
19508
19509 * gdb.mi/mi-info-os.exp: Connect to the target with
19510 mi_gdb_target_load.
19511
19512 2014-01-08 Pedro Alves <palves@redhat.com>
19513
19514 * gdb.threads/reconnect-signal.c: New file.
19515 * gdb.threads/reconnect-signal.exp: New file.
19516
19517 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19518
19519 * gdb.base/source-dir.exp: New file.
19520
19521 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19522
19523 * gdb.ada/mi_interface: New testcase.
19524
19525 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19526
19527 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19528 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19529 gdb.ada/pp-rec-component/pck.ads: New files.
19530
19531 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19532
19533 * gdb.python/py-pp-integral.c: New file.
19534 * gdb.python/py-pp-integral.py: New file.
19535 * gdb.python/py-pp-integral.exp: New file.
19536
19537 For older changes see ChangeLog-1993-2013.
19538 \f
19539 ;; Local Variables:
19540 ;; mode: change-log
19541 ;; left-margin: 8
19542 ;; fill-column: 74
19543 ;; version-control: never
19544 ;; End:
19545
19546 Copyright 2014-2020 Free Software Foundation, Inc.
19547 Copying and distribution of this file, with or without modification,
19548 are permitted provided the copyright notice and this notice are preserved.
This page took 0.436222 seconds and 5 git commands to generate.