Add a selftest that detects a 'corrupted' command tree structure in GDB.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-05-15 Gary Benson <gbenson@redhat.com>
2
3 * gdb.base/info-os.c (main): Add return statement.
4 * gdb.base/info_minsym.c (minsym_fun): Likewise.
5 * gdb.base/large-frame-2.c (func): Likewise.
6 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
7 * gdb.base/pr10179-b.c (foo2): Likewise.
8 * gdb.base/valgrind-disp-step.c (foo): Likewise.
9 * gdb.base/watch-cond.c (func): Likewise.
10 * gdb.multi/goodbye.c (verylongfun): Likewise.
11 * gdb.multi/hello.c (commonfun): Likewise.
12 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
13 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
14 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
15 Likewise.
16 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
17 * gdb.threads/interrupt-while-step-over.c (child_function):
18 Likewise.
19 * gdb.trace/actions-changed.c (end): Likewise.
20
21 2020-05-15 Gary Benson <gbenson@redhat.com>
22
23 * gdb.opencl/callfuncs.exp: Report when test skipped.
24 * gdb.opencl/convs_casts.exp: Likewise.
25 * gdb.opencl/datatypes.exp: Likewise.
26 * gdb.opencl/operators.exp: Likewise.
27 * gdb.opencl/vec_comps.exp: Likewise.
28
29 2020-05-15 Tom de Vries <tdevries@suse.de>
30
31 * gdb.base/align.exp.in: Rename to ...
32 * gdb.base/align.exp.tcl: ... this.
33 * gdb.base/align-c++.exp: Update.
34 * gdb.base/align-c.exp: Update.
35 * gdb.base/all-architectures.exp.in: Rename to ...
36 * gdb.base/all-architectures.exp: ... this.
37 * gdb.base/all-architectures-0.exp: Update.
38 * gdb.base/all-architectures-1.exp: Update.
39 * gdb.base/all-architectures-2.exp: Update.
40 * gdb.base/all-architectures-3.exp: Update.
41 * gdb.base/all-architectures-4.exp: Update.
42 * gdb.base/all-architectures-5.exp: Update.
43 * gdb.base/all-architectures-6.exp: Update.
44 * gdb.base/all-architectures-7.exp: Update.
45 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
46 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
47 * gdb.base/infcall-nested-structs-c++.exp: Update.
48 * gdb.base/infcall-nested-structs-c.exp: Update.
49 * gdb.base/info-types.exp.in: Rename to ...
50 * gdb.base/info-types.exp.tcl: ... this.
51 * gdb.base/info-types-c++.exp: Update.
52 * gdb.base/info-types-c.exp: Update.
53 * gdb.base/max-depth.exp.in: Rename to ...
54 * gdb.base/max-depth.exp.tcl: ... this.
55 * gdb.base/max-depth-c++.exp: Update.
56 * gdb.base/max-depth-c.exp: Update.
57 * gdb.cp/cpexprs.exp.in: Rename to ...
58 * gdb.cp/cpexprs.exp.tcl: ... this.
59 * gdb.cp/cpexprs-debug-types.exp: Update.
60 * gdb.cp/cpexprs.exp: Update.
61 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
62 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
63 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
64 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
65 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
66 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
67 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
68 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
69 * gdb.dwarf2/clang-debug-names-2.exp: Update.
70 * gdb.dwarf2/clang-debug-names.exp: Update.
71
72 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
73
74 * lib/check-test-names.exp: Remove code that prevents this file
75 loading when tests are run in parallel.
76
77 2020-05-15 Pedro Alves <palves@redhat.com>
78
79 * gdb.multi/multi-kill.exp (start_inferior): Remove
80 'testpid' parameter. Refer to namespace variable directly.
81 (testpid): Declare as namespace variable.
82
83 2020-05-15 Pedro Alves <palves@redhat.com>
84
85 * gdb.multi/multi-kill.exp: Wrap in namespace.
86 (start_inferior): Add TESTPID parameter. Use it instead of the
87 testpid global.
88 (top level): Define empty TESTPID array, and pass it down to
89 start_inferior.
90
91 2020-05-14 Tom de Vries <tdevries@suse.de>
92
93 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
94 output.
95
96 2020-05-14 Tom de Vries <tdevries@suse.de>
97
98 * gdb.base/align.exp: Split into ...
99 * gdb.base/align.exp.in: ...
100 * gdb.base/align-c++.exp: ...
101 * gdb.base/align-c.exp: ... these.
102 * gdb.base/infcall-nested-structs.exp: Split into ...
103 * gdb.base/infcall-nested-structs.exp.in: ...
104 * gdb.base/infcall-nested-structs-c++.exp: ...
105 * gdb.base/infcall-nested-structs-c.exp: ... these.
106 * gdb.base/info-types.exp: Split into ...
107 * gdb.base/info-types.exp.in: ...
108 * gdb.base/info-types-c++.exp: ...
109 * gdb.base/info-types-c.exp: ... these.
110 * gdb.base/max-depth.exp: Split into ...
111 * gdb.base/max-depth.exp.in: ...
112 * gdb.base/max-depth-c++.exp: ...
113 * gdb.base/max-depth-c.exp: ... these.
114 * gdb.cp/infcall-nodebug.exp: Split into ...
115 * gdb.cp/infcall-nodebug.exp.in: ...
116 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
117 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
118 * gdb.cp/infcall-nodebug-c-d0.exp: ...
119 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
120
121 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
122 Pedro Alves <palves@redhat.com>
123
124 * gdb.multi/multi-exit.c: New file.
125 * gdb.multi/multi-exit.exp: New file.
126 * gdb.multi/multi-kill.c: New file.
127 * gdb.multi/multi-kill.exp: New file.
128
129 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
130
131 * gdb.base/annota1.exp: Update the expected output.
132 * gdb.cp/annota2.exp: Ditto.
133
134 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
135
136 * lib/check-test-names.exp: Disable when testing is being run in
137 parallel.
138
139 2020-05-12 Tom de Vries <tdevries@suse.de>
140
141 * gdb.base/jit-elf.exp: Fix string concat.
142
143 2020-05-12 Tom de Vries <tdevries@suse.de>
144
145 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
146 messages.
147
148 2020-05-12 Tom de Vries <tdevries@suse.de>
149
150 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
151
152 2020-05-12 Tom de Vries <tdevries@suse.de>
153
154 * gdb.ada/catch_ex.exp: Use with_test_prefix.
155 * gdb.ada/mi_catch_ex.exp: Same.
156 * gdb.ada/mi_catch_ex_hand.exp: Same.
157
158 2020-05-12 Tom de Vries <tdevries@suse.de>
159
160 * gdb.fortran/complex.exp: Use with_test_prefix.
161
162 2020-05-12 Tom de Vries <tdevries@suse.de>
163
164 * gdb.trace/passcount.exp: Fix test-names.
165
166 2020-05-12 Tom de Vries <tdevries@suse.de>
167
168 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
169
170 2020-05-12 Tom de Vries <tdevries@suse.de>
171
172 * gdb.gdb/complaints.exp: Use with_test_prefix.
173 * gdb.xml/tdesc-regs.exp: Same.
174 * gdb.opt/inline-locals.exp: Fix test name.
175
176 2020-05-12 Tom de Vries <tdevries@suse.de>
177
178 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
179 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
180 * gdb.dwarf2/implref-struct.exp: Same.
181 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
182 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
183
184 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
185
186 * gdb.base/jit-so.exp (one_jit_test): Change test name.
187
188 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
189
190 * lib/check-test-names.exp (all_test_names): New module variable.
191 (counts): Add 'duplicates' field.
192 (_check_duplicates): New procedure.
193 (check): Also check for duplicates.
194 (do_log_summary): Print duplicates count.
195 (do_reset_vars): Reset counter for duplicate test names, and
196 discard all know test names.
197
198 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
199
200 * lib/gdb.exp: Include check-test-names.exp library.
201 * lib/check-test-names.exp: New file.
202
203 2020-05-11 Tom de Vries <tdevries@suse.de>
204
205 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
206
207 2020-05-11 Keith Seitz <keiths@redhat.com>
208
209 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
210
211 2020-05-11 Tom de Vries <tdevries@suse.de>
212
213 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
214 * gdb.cp/cpexprs.exp.in: .. here.
215 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
216 cpexprs.exp.
217
218 2020-05-11 Keith Seitz <keiths@redhat.com>
219
220 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
221 test names.
222 * gdb.ada/arrayptr.exp: Likewise.
223 * gdb.ada/assign_arr.exp: Likewise.
224 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
225 * gdb.ada/bp_on_var.exp: Likewise.
226 * gdb.ada/call_pn.exp: Likewise.
227 * gdb.ada/complete.exp: Likewise.
228 * gdb.ada/fun_overload_menu.exp: Likewise.
229 * gdb.ada/funcall_param.exp: Likewise.
230 * gdb.ada/funcall_ref.exp: Likewise.
231 * gdb.ada/packed_array_assign.exp: Likewise.
232 * gdb.ada/same_component_name.exp: Likewise.
233 * gdb.ada/type_coercion.exp: Likewise.
234 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
235 * gdb.ada/variant_record_packed_array.exp: Likewise.
236
237 2020-05-11 Tom de Vries <tdevries@suse.de>
238
239 PR symtab/25941
240 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
241 out of ...
242 * gdb.dwarf2/clang-debug-names.exp: ... here.
243 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
244 clang-debug-names.exp.in.
245 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
246 * gdb.dwarf2/clang-debug-names-2.c: New test.
247
248 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
249
250 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
251 (fortran_runto_main): New Proc, fortran version of runto_main.
252 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
253 * gdb.fortran/array-bounds.exp: Likewise.
254 * gdb.fortran/array-slices.exp: Likewise.
255 * gdb.fortran/block-data.exp: Likewise.
256 * gdb.fortran/charset.exp: Likewise.
257 * gdb.fortran/common-block.exp: Likewise.
258 * gdb.fortran/complex.exp: Likewise.
259 * gdb.fortran/derived-type-function.exp: Likewise.
260 * gdb.fortran/derived-type.exp: Likewise.
261 * gdb.fortran/info-modules.exp: Likewise.
262 * gdb.fortran/info-types.exp: Likewise.
263 * gdb.fortran/intrinsics.exp: Likewise.
264 * gdb.fortran/library-module.exp: Likewise.
265 * gdb.fortran/logical.exp: Likewise.
266 * gdb.fortran/max-depth.exp: Likewise.
267 * gdb.fortran/module.exp: Likewise.
268 * gdb.fortran/multi-dim.exp: Likewise.
269 * gdb.fortran/nested-funcs.exp: Likewise.
270 * gdb.fortran/print-formatted.exp: Likewise.
271 * gdb.fortran/print_type.exp: Likewise.
272 * gdb.fortran/printing-types.exp: Likewise.
273 * gdb.fortran/ptr-indentation.exp: Likewise.
274 * gdb.fortran/ptype-on-functions.exp: Likewise.
275 * gdb.fortran/subarray.exp: Likewise.
276 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
277 * gdb.fortran/vla-datatypes.exp: Likewise.
278 * gdb.fortran/vla-history.exp: Likewise.
279 * gdb.fortran/vla-ptr-info.exp: Likewise.
280 * gdb.fortran/vla-ptype-sub.exp: Likewise.
281 * gdb.fortran/vla-ptype.exp: Likewise.
282 * gdb.fortran/vla-sizeof.exp: Likewise.
283 * gdb.fortran/vla-type.exp: Likewise.
284 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
285 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
286 * gdb.fortran/vla-value-sub.exp: Likewise.
287 * gdb.fortran/vla-value.exp: Likewise.
288 * gdb.fortran/whatis_type.exp: Likewise.
289 * gdb.mi/mi-var-child-f.exp: Likewise.
290
291 2020-05-09 Tom de Vries <tdevries@suse.de>
292
293 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
294
295 2020-05-08 Tom de Vries <tdevries@suse.de>
296
297 * gdb.dwarf2/clang-debug-names.c: New test.
298 * gdb.dwarf2/clang-debug-names.exp: New file.
299
300 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
301
302 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
303 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
304
305 2020-05-06 Tom de Vries <tdevries@suse.de>
306
307 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
308 breakpoint is at a "recommended breakpoint location".
309 * gdb.reverse/consecutive-reverse.exp: Same.
310
311 2020-05-06 Tom de Vries <tdevries@suse.de>
312
313 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
314 address.
315
316 2020-05-06 Tom de Vries <tdevries@suse.de>
317
318 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
319
320 2020-05-06 Tom de Vries <tdevries@suse.de>
321
322 * gdb.base/store.exp (check_set, up_set): Allowing missing location
323 info for r.
324
325 2020-05-06 Tom de Vries <tdevries@suse.de>
326
327 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
328 necessary.
329
330 2020-05-06 Tom de Vries <tdevries@suse.de>
331
332 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
333 void.
334
335 2020-05-06 Tom de Vries <tdevries@suse.de>
336
337 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
338 of ...
339 * gdb.base/async.exp: ... here.
340 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
341 "recommended breakpoint location".
342
343 2020-05-06 Tom de Vries <tdevries@suse.de>
344
345 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
346
347 2020-05-04 Tom de Vries <tdevries@suse.de>
348
349 * gdb.base/async.exp: Check whether instruction addresses are a
350 "recommended breakpoint location".
351
352 2020-05-03 Tom Tromey <tom@tromey.com>
353
354 * gdb.base/sepdebug.exp: Remove "catch" test.
355 * gdb.base/break.exp: Remove "catch" test.
356 * gdb.base/default.exp: Update expected output.
357
358 2020-05-02 Tom de Vries <tdevries@suse.de>
359
360 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
361 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
362 * gdb.arch/i386-mpx-map.exp: Same.
363 * gdb.arch/i386-mpx-sigsegv.exp: Same.
364 * gdb.arch/i386-mpx-simple_segv.exp: Same.
365 * gdb.arch/i386-mpx.exp: Same.
366
367 2020-05-02 Tom de Vries <tdevries@suse.de>
368
369 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
370
371 2020-05-01 Tom de Vries <tdevries@suse.de>
372
373 * gdb.ada/operator_bp.exp: Allow more than required amount of
374 breakpoint.
375
376 2020-05-01 Tom de Vries <tdevries@suse.de>
377
378 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
379
380 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
381
382 PR gdb/18706
383 * gdb.cp/stub-array-size.cc: New test.
384 * gdb.cp/stub-array-size.exp: New file.
385 * gdb.cp/stub-array-size.h: New test.
386 * gdb.cp/stub-array-size2.cc: New test.
387
388 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
389
390 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
391 output to the new format.
392
393 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
394
395 * gdb.base/break.exp: Use with_test_prefix.
396
397 2020-04-29 Tom de Vries <tdevries@suse.de>
398
399 * lib/gdb.exp (debug_types): New proc.
400 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
401 * gdb.python/py-symtab.exp: Same.
402
403 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
404
405 PR gdb/17320
406 * gdb.base/pretty-array.c: New test.
407 * gdb.base/pretty-array.exp: New file.
408
409 2020-04-29 Tom de Vries <tdevries@suse.de>
410
411 PR symtab/25889
412 * gdb.cp/cpexprs.exp: Adapt for inclusion.
413 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
414 and include cpexprs.exp.
415
416 2020-04-28 Mark Williams <mark@myosotissp.com>
417
418 PR gdb/24480
419 * dw4-toplevel-types.exp: Test for top level types.
420 * dw4-toplevel-types.cc: Test for top level types.
421
422 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
423
424 * gdb.threads/stop-with-handle.exp: Fix typo in comment
425 (theads -> threads).
426
427 2020-04-28 Tom de Vries <tdevries@suse.de>
428
429 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
430
431 2020-04-28 Tom de Vries <tdevries@suse.de>
432
433 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
434
435 2020-04-28 Tom de Vries <tdevries@suse.de>
436
437 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
438
439 2020-04-28 Tom de Vries <tdevries@suse.de>
440
441 * gdb.dwarf2/main-foo.c: New test.
442 * gdb.dwarf2/struct-with-sig.exp: New file.
443
444 2020-04-25 Tom de Vries <tdevries@suse.de>
445
446 * boards/debug-types.exp: New file.
447
448 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
449
450 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
451
452 2020-04-24 Tom Tromey <tom@tromey.com>
453
454 PR symtab/12707:
455 * gdb.python/py-symbol.exp: Update expected results for
456 linkage_name test.
457 * gdb.cp/print-demangle.exp: New file.
458 * gdb.base/c-linkage-name.exp: Fix test.
459 * gdb.guile/scm-symbol.exp: Update expected results for
460 linkage_name test.
461
462 2020-04-24 Tom Tromey <tom@tromey.com>
463
464 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
465 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
466 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
467 assembler.
468
469 2020-04-24 Tom de Vries <tdevries@suse.de>
470
471 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
472 C++.
473
474 2020-04-24 Tom Tromey <tromey@adacore.com>
475
476 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
477 values.
478 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
479 values. Update test for minimal encodings.
480 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
481 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
482 values. Update test for minimal encodings.
483
484 2020-04-24 Tom Tromey <tromey@adacore.com>
485
486 PR python/23662:
487 * gdb.ada/variant.exp: Add Python checks.
488 * gdb.rust/simple.exp: Add dynamic type checks.
489
490 2020-04-24 Tom Tromey <tromey@adacore.com>
491
492 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
493 Make array type matching more lax.
494 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
495 * gdb.ada/mi_variant.exp: New file.
496 * gdb.ada/mi_variant/pck.ads: New file.
497 * gdb.ada/mi_variant/pkg.adb: New file.
498 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
499 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
500
501 2020-04-24 Tom Tromey <tromey@adacore.com>
502
503 * gdb.ada/variant.exp: Add dynamic field offset tests.
504 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
505 * gdb.ada/variant/pkg.adb: Add new variables.
506
507 2020-04-24 Tom Tromey <tromey@adacore.com>
508
509 * gdb.ada/variant.exp: New file
510 * gdb.ada/variant/pkg.adb: New file
511 * gdb.ada/variant/pck.adb: New file
512
513 2020-04-24 Tom de Vries <tdevries@suse.de>
514
515 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
516
517 2020-04-24 Tom de Vries <tdevries@suse.de>
518
519 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
520 flags.
521
522 2020-04-24 Tom de Vries <tdevries@suse.de>
523
524 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
525
526 2020-04-24 Tom de Vries <tdevries@suse.de>
527
528 * lib/gdb.exp (default_gdb_start): Handle eof.
529 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
530 failure.
531 * gdb.base/readnever.exp: Handle clean_restart failure.
532
533 2020-04-23 Tom de Vries <tdevries@suse.de>
534
535 * gdb.base/decl-before-def.exp: Run to main and print a again.
536
537 2020-04-23 Tom de Vries <tdevries@suse.de>
538
539 * gdb.base/decl-before-def-decl.c: New test.
540 * gdb.base/decl-before-def-def.c: New test.
541 * gdb.base/decl-before-def.exp: New file.
542
543 2020-04-23 Tom de Vries <tdevries@suse.de>
544
545 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
546
547 2020-04-22 Tom de Vries <tdevries@suse.de>
548
549 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
550 debug_info_offset.
551 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
552 before $objsfile in the line line.
553
554 2020-04-22 Tom de Vries <tdevries@suse.de>
555
556 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
557
558 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
559
560 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
561 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
562 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
563 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
564 * gdb.base/jit-protocol.h: Update definitions to match all usage
565 contexts.
566
567 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
568
569 * gdb.base: Rename all jit related test and source files.
570
571 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
572
573 * gdb.base/jit-reader.exp: Relax register output check.
574
575 2020-04-22 Tom de Vries <tdevries@suse.de>
576
577 PR symtab/25764
578 * gdb.base/psym-external-decl-2.c: New test.
579 * gdb.base/psym-external-decl.c: New test.
580 * gdb.base/psym-external-decl.exp: New file.
581 * gdb.threads/tls.exp: Add PR25807 kfail.
582
583 2020-04-22 Tom de Vries <tdevries@suse.de>
584
585 PR symtab/25801
586 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
587 in "info source" output.
588
589 2020-04-22 Tom de Vries <tdevries@suse.de>
590
591 PR symtab/25700
592 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
593 symtab for imported_unit.c.
594
595 2020-04-21 Gary Benson <gbenson@redhat.com>
596
597 * gdb.base/advance.c (func): New argument, to match call site.
598 (func2, func3): Add return statements.
599
600 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
601
602 * gdb.multi/run-only-second-inf.c: New file.
603 * gdb.multi/run-only-second-inf.exp: New file.
604
605 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
606
607 * gdb.btrace/multi-inferior.c: New test.
608 * gdb.btrace/multi-inferior.exp: New file.
609
610 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
611
612 * gdb.btrace/enable-new-thread.c: New test.
613 * gdb.btrace/enable-new-thread.exp: New file.
614
615 2020-04-21 Tom de Vries <tdevries@suse.de>
616
617 PR gdb/25471
618 * gdb.threads/killed-outside.c: New test.
619 * gdb.threads/killed-outside.exp: New file.
620
621 2020-04-20 Gary Benson <gbenson@redhat.com>
622
623 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
624 * gdb.base/nested-subp2.exp: Likewise.
625 * gdb.base/nested-subp3.exp: Likewise.
626
627 2020-04-20 Gary Benson <gbenson@redhat.com>
628
629 * gdb.base/nested-subp1.exp: Disable test when using clang.
630 * gdb.base/nested-subp2.exp: Likewise.
631 * gdb.base/nested-subp3.exp: Likewise.
632
633 2020-04-20 Gary Benson <gbenson@redhat.com>
634
635 * gdb.cp/exception.cc: Fix compilation error with clang.
636
637 2020-04-20 Gary Benson <gbenson@redhat.com>
638
639 * gdb.trace/tspeed.c: Fix compilation error with clang.
640
641 2020-04-20 Gary Benson <gbenson@redhat.com>
642
643 * gdb.base/jit-main.c: Fix compilation error with clang.
644
645 2020-04-17 Kamil Rytarowski <n54@gmx.com>
646
647 * gdb.base/attach-twice.c: Include "sys/types.h".
648 (PTRACE_ATTACH): Add fallback definition.
649 (main): Pass `0' to the 4th argument of `ptrace'.
650
651 2020-04-17 Kamil Rytarowski <n54@gmx.com>
652
653 * gdb.base/fork-running-state.c: Include "signal.h".
654
655 2020-04-17 Tom Tromey <tromey@adacore.com>
656
657 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
658 Update tests.
659 * gdb.btrace/cpu.exp: Update tests.
660 * gdb.base/maint.exp: Update tests.
661 * gdb.base/default.exp: Update tests.
662 * gdb.base/completion.exp: Update tests.
663
664 2020-04-16 Tom de Vries <tdevries@suse.de>
665
666 PR symtab/25791
667 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
668 (ensure_gdb_index): and factor out and move ...
669 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
670 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
671
672 2020-04-16 Tom de Vries <tdevries@suse.de>
673
674 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
675 loading exec.
676
677 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
678
679 * gdb.base/many-completions.exp: New file.
680
681 2020-04-14 Tom de Vries <tdevries@suse.de>
682
683 PR symtab/25718
684 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
685
686 2020-04-14 Tom de Vries <tdevries@suse.de>
687
688 PR symtab/25720
689 * gdb.base/maint-expand-symbols-header-file.c: New test.
690 * gdb.base/maint-expand-symbols-header-file.exp: New file.
691 * gdb.base/maint-expand-symbols-header-file.h: New test.
692
693 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
694
695 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
696 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
697 get_func_info.
698 (get_func_info): Delete.
699 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
700 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
701 * lib/dwarf.exp (get_func_info): New function.
702
703 2020-04-13 Tom de Vries <tdevries@suse.de>
704
705 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
706 to what find_gnatmake does.
707
708 2020-04-10 Tom de Vries <tdevries@suse.de>
709
710 * gdb.base/style.exp: Expect "Expanding full symbols" message for
711 -readnow.
712
713 2020-04-10 Tom de Vries <tdevries@suse.de>
714
715 PR cli/25808
716 * gdb.base/style.c: Add leading newlines.
717 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
718 Check listing of main's one-line body.
719
720 2020-04-08 Tom de Vries <tdevries@suse.de>
721
722 * lib/gdb.exp (psymtabs_p): New proc.
723 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
724 importing unit" unsupported if there are no partial symbols.
725
726 2020-04-08 Tom de Vries <tdevries@suse.de>
727
728 PR testsuite/25760
729 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
730
731 2020-04-07 Tom de Vries <tdevries@suse.de>
732
733 PR symtab/25796
734 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
735
736 2020-04-07 Tom de Vries <tdevries@suse.de>
737
738 * gdb.base/check-psymtab.c: New test.
739 * gdb.base/check-psymtab.exp: New file.
740
741 2020-04-06 Tom Tromey <tromey@adacore.com>
742
743 * gdb.ada/variant-record/proc.adb: New file.
744 * gdb.ada/variant-record/value.adb: New file.
745 * gdb.ada/variant-record/value.s: New file.
746 * gdb.ada/variant-record.exp: New file.
747
748 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
749
750 PR gdb/25325
751 * gdb.cp/typed-enum.cc: New test.
752 * gdb.cp/typed-enum.exp: New file.
753
754 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
755
756 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
757 * gdb.dwarf2/dw2-inline-small-func.c: New file.
758 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
759 * gdb.dwarf2/dw2-inline-small-func.h: New file.
760 * gdb.opt/inline-small-func.c: New file.
761 * gdb.opt/inline-small-func.exp: New file.
762 * gdb.opt/inline-small-func.h: New file.
763
764 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
765
766 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
767 function.
768
769 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
770
771 * lib/dwarf.exp (function_range): Allow compiler options to be
772 specified.
773
774 2020-04-02 Tom de Vries <tdevries@suse.de>
775
776 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
777 __attribute__((always_inline)).
778 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
779
780 2020-04-02 Tom de Vries <tdevries@suse.de>
781
782 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
783 (gdbserver_gdb_exit): ... here. Add timeout warning.
784 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
785 (connect_target_extended_remote): Append new server_spawn_id to
786 server_spawn_ids.
787 (cleanup): New proc.
788 (setup, <toplevel>): Call cleanup.
789
790 2020-04-02 Tom de Vries <tdevries@suse.de>
791
792 * gdb.base/main-psymtab.exp: New file.
793
794 2020-04-02 Tom de Vries <tdevries@suse.de>
795
796 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
797
798 2020-04-01 Tom Tromey <tom@tromey.com>
799
800 * gdb.base/complex-parts.exp: Add type tests.
801
802 2020-04-01 Tom Tromey <tom@tromey.com>
803
804 * gdb.base/complex-parts.exp: Add arithmetic tests.
805
806 2020-04-01 Tom Tromey <tom@tromey.com>
807
808 * gdb.compile/compile.exp: Update.
809 * gdb.compile/compile-cplus.exp: Update.
810 * gdb.base/varargs.exp: Update.
811 * gdb.base/floatn.exp: Update.
812 * gdb.base/endianity.exp: Update.
813 * gdb.base/callfuncs.exp (do_function_calls): Update.
814 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
815 (complex_float_integral_args): Update.
816 * gdb.base/complex.exp: Update.
817 * gdb.base/complex-parts.exp: Update.
818
819 2020-04-01 Tom Tromey <tromey@adacore.com>
820
821 * gdb.rust/union.rs: New file.
822 * gdb.rust/union.exp: New file.
823 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
824 (main): Update.
825 * gdb.rust/simple.exp: Move union tests to union.exp.
826
827 2020-04-01 Tom Tromey <tromey@adacore.com>
828
829 * gdb.rust/simple.rs (main): Remove "y0".
830
831 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
832
833 * gdb.multi/stop-all-on-exit.c: New test.
834 * gdb.multi/stop-all-on-exit.exp: New file.
835
836 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
837
838 PR gdb/24789
839 * gdb.cp/misc.cc: Add integer reference variable.
840 * gdb.cp/misc.exp: Add test.
841
842 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
843
844 * gdb.server/stop-reply-no-thread.exp: Enhance the test
845 scenario to cover execution until the end and also the case
846
847 2020-03-31 Tom de Vries <tdevries@suse.de>
848
849 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
850 c. Use "maint info symtabs" to check symtab expansion.
851
852 2020-03-30 Tom de Vries <tdevries@suse.de>
853
854 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
855 unsupported.
856 (verify_psymtab_expanded): Move ...
857 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
858 test.
859 (readnow): New proc.
860
861 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
862
863 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
864 with $hex.
865
866 2020-03-20 Tom Tromey <tromey@adacore.com>
867
868 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
869
870 2020-03-20 Tom Tromey <tromey@adacore.com>
871
872 * gdb.ada/sub_variant/subv.adb: New file.
873 * gdb.ada/sub_variant.exp: New file.
874
875 2020-03-20 Tom de Vries <tdevries@suse.de>
876
877 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
878 first break fails.
879 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
880
881 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
882
883 * gdb.server/exit-multiple-threads.c: New file.
884 * gdb.server/exit-multiple-threads.exp: New file.
885
886 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
887
888 * gdb.fortran/mixed-lang-stack.c: New file.
889 * gdb.fortran/mixed-lang-stack.cpp: New file.
890 * gdb.fortran/mixed-lang-stack.exp: New file.
891 * gdb.fortran/mixed-lang-stack.f90: New file.
892
893 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
894
895 * gdb.linespec/cp-completion-aliases.cc: New file.
896 * gdb.linespec/cp-completion-aliases.exp: New file.
897
898 2020-03-19 Tom de Vries <tdevries@suse.de>
899
900 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
901 more precise.
902
903 2020-03-18 Tom de Vries <tdevries@suse.de>
904
905 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
906 * gdb.dwarf2/break-inline-psymtab.c: New test.
907 * gdb.dwarf2/break-inline-psymtab.exp: New file.
908
909 2020-03-16 Tom de Vries <tdevries@suse.de>
910
911 * lib/cache.exp (gdb_do_cache): Add and handle local variables
912 cache_verify and cache_verify_proc.
913
914 2020-03-15 Tom de Vries <tdevries@suse.de>
915
916 * gdb.server/solib-list.exp: Handle
917 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
918
919 2020-03-15 Tom de Vries <tdevries@suse.de>
920
921 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
922 objfiles".
923
924 2020-03-14 Tom Tromey <tom@tromey.com>
925
926 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
927
928 2020-03-14 Tom de Vries <tdevries@suse.de>
929
930 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
931
932 2020-03-14 Tom de Vries <tdevries@suse.de>
933
934 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
935 result in line-by-line fashion.
936
937 2020-03-14 Tom de Vries <tdevries@suse.de>
938
939 * lib/gdb.exp (supports_statement_frontiers): New proc.
940 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
941
942 2020-03-14 Tom de Vries <tdevries@suse.de>
943
944 * gdb.base/printcmds.exp: Add missing quoting for "print
945 teststring2".
946
947 2020-03-13 Tom Tromey <tom@tromey.com>
948
949 * gdb.base/printcmds.exp (test_print_strings): Add regression
950 test.
951 * gdb.base/printcmds.c (charptr): New typedef.
952 (teststring2): New global.
953
954 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
955
956 * gdb.base/break-interp.exp: Use the tail of the filename, not the
957 full path in the test name.
958 (test_ld): Add some with_test_prefix blocks to make test names
959 unique.
960
961 2020-03-13 Tom de Vries <tdevries@suse.de>
962
963 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
964
965 2020-03-13 Tom de Vries <tdevries@suse.de>
966
967 * gdb.mi/mi-sym-info.exp: Make matching more precise.
968
969 2020-03-13 Tom de Vries <tdevries@suse.de>
970
971 PR symtab/25646
972 * gdb.dwarf2/imported-unit.exp: Add test.
973
974 2020-03-13 Tom de Vries <tdevries@suse.de>
975
976 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
977 (var1, var2): New variable.
978 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
979 matching symbols.
980
981 2020-03-13 Tom de Vries <tdevries@suse.de>
982
983 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
984 (Term::command): Use prompt prefix.
985 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
986 * gdb.tui/tui-layout-asm-short-prog.exp: Use
987 command_no_prompt_prefix instead of prefix.
988 * gdb.tui/tui-layout-asm.exp: Same.
989
990 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
991
992 * gdb.base/break-interp.exp: Use foreach_with_prefix.
993
994 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
995
996 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
997 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
998 on" while stepping over the test instruction, match printed
999 message.
1000
1001 2020-03-12 Tom de Vries <tdevries@suse.de>
1002
1003 * gdb.base/info-types.exp: Use exp_continue during matching of output
1004 of "info types".
1005
1006 2020-03-12 Tom de Vries <tdevries@suse.de>
1007
1008 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1009
1010 2020-03-12 Tom de Vries <tdevries@suse.de>
1011
1012 * gdb.fortran/module.exp: Use exp_continue during matching of output
1013 of "info variable -n".
1014
1015 2020-03-12 Tom de Vries <tdevries@suse.de>
1016
1017 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1018 gdb.dwarf2/dw2-ranges-base.c.
1019
1020 2020-03-12 Tom de Vries <tdevries@suse.de>
1021
1022 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1023 in presence of GLIBC debuginfo.
1024
1025 2020-03-12 Tom de Vries <tdevries@suse.de>
1026
1027 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1028 $core.
1029
1030 2020-03-12 Tom de Vries <tdevries@suse.de>
1031
1032 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1033 more precise.
1034
1035 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1036
1037 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1038 from Unix to Windows path.
1039
1040 2020-03-11 Tom de Vries <tdevries@suse.de>
1041
1042 * gdb.ada/minsyms.exp: Set language to ada.
1043
1044 2020-03-11 Tom de Vries <tdevries@suse.de>
1045
1046 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1047
1048 2020-03-11 Tom de Vries <tdevries@suse.de>
1049
1050 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1051
1052 2020-03-11 Tom Tromey <tromey@adacore.com>
1053
1054 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1055
1056 2020-03-11 Tom de Vries <tdevries@suse.de>
1057
1058 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1059
1060 2020-03-11 Tom de Vries <tdevries@suse.de>
1061
1062 * gdb.base/break-interp.exp: Limit verbose scope.
1063
1064 2020-03-11 Tom de Vries <tdevries@suse.de>
1065
1066 * gdb.fortran/logical.f90: Define variable with character type.
1067 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1068
1069 2020-03-11 Tom de Vries <tdevries@suse.de>
1070
1071 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1072
1073 2020-03-11 Tom de Vries <tdevries@suse.de>
1074
1075 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1076 symtabs.
1077
1078 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1079 Bernd Edlinger <bernd.edlinger@hotmail.de>
1080
1081 * gdb.cp/step-and-next-inline.cc: New file.
1082 * gdb.cp/step-and-next-inline.exp: New file.
1083 * gdb.cp/step-and-next-inline.h: New file.
1084 * gdb.dwarf2/dw2-is-stmt.c: New file.
1085 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1086 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1087 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1088 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1089
1090 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1091
1092 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1093 is-stmt flag in the line table.
1094
1095 2020-03-09 Tom de Vries <tdevries@suse.de>
1096
1097 * lib/gdb.exp (cached_file): Create cache dir.
1098
1099 2020-03-07 Tom de Vries <tdevries@suse.de>
1100
1101 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1102 * gdb.cp/rvalue-ref-params.exp: Same.
1103
1104 2020-03-06 Tom de Vries <tdevries@suse.de>
1105
1106 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1107 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1108
1109 2020-03-06 Tom de Vries <tdevries@suse.de>
1110
1111 * README: Fix "the the".
1112 * gdb.base/dprintf.exp: Same.
1113
1114 2020-03-05 Tom de Vries <tdevries@suse.de>
1115
1116 * gdb.base/maint.exp: Update "main print statistics" expected output.
1117
1118 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1119
1120 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1121 (fortran_int8): Likewise.
1122 (fortran_real4): Likewise.
1123 (fortran_real8): Likewise.
1124 (fortran_complex4): Likewise.
1125 (fortran_logical4): Likewise.
1126 (fortran_character1): Likewise.
1127
1128 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1129
1130 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1131 printed as true.
1132
1133 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1134
1135 * gdb.base/printcmds.exp: Add test to verify printf of a
1136 variable holding an address.
1137
1138 2020-03-03 Tom de Vries <tdevries@suse.de>
1139
1140 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1141
1142 2020-03-03 Tom de Vries <tdevries@suse.de>
1143
1144 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1145 gdb_test_multiple call.
1146
1147 2020-03-03 Tom de Vries <tdevries@suse.de>
1148
1149 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1150 gdb_test_multiple calls.
1151
1152 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1153
1154 * gdb.base/default.exp: Remove test of 'set history filename'.
1155 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1156 filename to the empty string.
1157 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1158 and GDBHISTSIZE.
1159
1160 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1161
1162 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1163 disabled.
1164
1165 2020-03-02 Pedro Alves <palves@redhat.com>
1166 Tom de Vries <tdevries@suse.de>
1167
1168 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1169 -prompt prefix, before user_code argument. Add -lbl option likewise.
1170 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1171 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1172 argument.
1173 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1174 have "\r\n" at start-of-line, instead of at end-of-line.
1175
1176 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1177
1178 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1179 libinproctrace.so.
1180
1181 2020-02-28 Luis Machado <luis.machado@linaro.org>
1182
1183 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1184 to "p/x".
1185
1186 2020-02-28 Luis Machado <luis.machado@linaro.org>
1187
1188 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1189 asm/ptrace.h and error.h.
1190
1191 2020-02-28 Tom de Vries <tdevries@suse.de>
1192
1193 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1194 (struct wrapper, do_something, mundane/symada__cS): Move ...
1195 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1196 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1197 Update "print symada__cS before partial symtab expansion" regexp.
1198 Update breakpoint location. Flush symbol cache after expansion.
1199
1200 2020-02-28 Luis Machado <luis.machado@linaro.org>
1201
1202 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1203
1204 2020-02-27 Tom de Vries <tdevries@suse.de>
1205
1206 * config/sid.exp: Remove unused globals.
1207 * gdb.base/attach.exp: Same.
1208 * gdb.base/catch-load.exp: Same.
1209 * gdb.base/dbx.exp: Same.
1210 * lib/gdb.exp: Same.
1211 * lib/mi-support.exp: Same.
1212 * lib/prompt.exp: Same.
1213
1214 2020-02-27 Tom de Vries <tdevries@suse.de>
1215
1216 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1217 not set.
1218
1219 2020-02-26 Aaron Merey <amerey@redhat.com>
1220
1221 * gdb.debuginfod: New directory for debuginfod tests.
1222 * gdb.debuginfod/main.c: New test file.
1223 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1224
1225 2020-02-26 Tom de Vries <tdevries@suse.de>
1226
1227 PR gdb/25603
1228 * gdb.base/persistent-lang.cc: New test.
1229 * gdb.base/persistent-lang.exp: New file.
1230
1231 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1232
1233 * gdb.fortran/derived-type-striding.exp: Add a new test.
1234 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1235 new test.
1236
1237 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1238
1239 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1240 names.
1241
1242 2020-02-25 Tom de Vries <tdevries@suse.de>
1243
1244 PR go/18926
1245 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1246
1247 2020-02-24 Tom de Vries <tdevries@suse.de>
1248
1249 PR gdb/25592
1250 * gdb.base/info-locals-unused-static-var.c: New test.
1251 * gdb.base/info-locals-unused-static-var.exp: New file.
1252
1253 2020-02-22 Tom Tromey <tom@tromey.com>
1254
1255 * gdb.python/tui-window.exp: New file.
1256 * gdb.python/tui-window.py: New file.
1257
1258 2020-02-22 Tom Tromey <tom@tromey.com>
1259
1260 PR tui/17850:
1261 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1262 tests.
1263
1264 2020-02-22 Tom Tromey <tom@tromey.com>
1265
1266 * gdb.tui/new-layout.exp: Add sub-layout tests.
1267
1268 2020-02-22 Tom Tromey <tom@tromey.com>
1269
1270 * gdb.tui/new-layout.exp: New file.
1271
1272 2020-02-22 Tom Tromey <tom@tromey.com>
1273
1274 * gdb.rust/rust-style.rs: New file.
1275 * gdb.rust/rust-style.exp: New file.
1276 * gdb.base/style.exp: Test structure printing.
1277 * gdb.base/style.c (struct some_struct): New type.
1278 (enum etype): New type.
1279 (struct_value): New global.
1280
1281 2020-02-21 Tom de Vries <tdevries@suse.de>
1282
1283 PR go/18926
1284 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1285 Remove blanket xfails. Use message argument for gdb_breakpoint.
1286 Make continuing to breakpoint test conditional on setting breakpoint.
1287 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1288 DW_AT_name attribute. Add xfail for GCC PR93866.
1289
1290 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1291
1292 * gdb.dwarf2/cpp-linkage-name.c: New file.
1293 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1294
1295 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1296
1297 * lib/gdb.exp (gdb_wrapper_init): Reset
1298 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1299 not exist.
1300
1301 2020-02-20 Tom de Vries <tdevries@suse.de>
1302
1303 PR go/17018
1304 * gdb.go/hello.exp: Copy ...
1305 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1306 print of st to print value of global definition. Add xfail for GCC
1307 PR93844.
1308 * gdb.go/hello.exp: Remove printing of st before definition.
1309 * gdb.go/hello.go: Copy ...
1310 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1311 to st.
1312 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1313
1314 2020-02-20 Tom de Vries <tdevries@suse.de>
1315
1316 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1317 (gdb_simple_compile): Handle compile_flags go by using .go extension
1318 for source file.
1319 * gdb.go/chan.exp: Use support_go_compile.
1320 * gdb.go/handcall.exp: Same.
1321 * gdb.go/hello.exp: Same.
1322 * gdb.go/integers.exp: Same.
1323 * gdb.go/max-depth.exp: Same.
1324 * gdb.go/methods.exp: Same.
1325 * gdb.go/package.exp: Same.
1326 * gdb.go/strings.exp: Same.
1327 * gdb.go/types.exp: Same.
1328 * gdb.go/unsafe.exp: Same.
1329
1330 2020-02-19 Tom de Vries <tdevries@suse.de>
1331
1332 * gdb.python/lib-types.exp: Make xfail more strict.
1333
1334 2020-02-19 Tom de Vries <tdevries@suse.de>
1335
1336 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1337
1338 2020-02-19 Doug Evans <dje@google.com>
1339
1340 PR rust/25535
1341 * gdb.rust/simple.exp: Add test.
1342 * gdb.rust/simple.rs: Add test.
1343
1344 2020-02-19 Tom de Vries <tdevries@suse.de>
1345
1346 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1347 output line-by-line.
1348
1349 2020-02-19 Tom de Vries <tdevries@suse.de>
1350
1351 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1352
1353 2020-02-19 Tom de Vries <tdevries@suse.de>
1354
1355 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1356 prelink.
1357
1358 2020-02-19 Tom de Vries <tdevries@suse.de>
1359
1360 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1361 (gdb_do_cache): Use gdb_do_cache_wrap.
1362 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1363
1364 2020-02-19 Tom de Vries <tdevries@suse.de>
1365
1366 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1367 gdb_compile option.
1368
1369 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1370
1371 * gdb.base/printcmds.exp (test_print_enums): Update expected
1372 output.
1373
1374 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1375
1376 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1377 for "unknown".
1378
1379 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1380
1381 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1382 enumerator.
1383
1384 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1385
1386 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1387 FE_, add FE_NONE.
1388 (three): Update.
1389 (enum flag_enum_without_zero): New enum.
1390 (flag_enum_without_zero): New variable.
1391 (enum not_flag_enum): New enum.
1392 (three_not_flag): New variable.
1393 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1394 (test_print_enums): Add more tests for printing flag enums.
1395
1396 2020-02-18 Tom de Vries <tdevries@suse.de>
1397
1398 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1399 (gdb_compile_ada): ... here.
1400 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1401 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1402
1403 2020-02-14 Tom Tromey <tom@tromey.com>
1404
1405 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1406 build directory.
1407 * boards/gdbserver-base.exp: Update path to gdbserver.
1408
1409 2020-02-13 Tom de Vries <tdevries@suse.de>
1410
1411 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1412
1413 2020-02-13 Tom de Vries <tdevries@suse.de>
1414
1415 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1416 are missing.
1417
1418 2020-02-13 Tom de Vries <tdevries@suse.de>
1419
1420 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1421 call.
1422
1423 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1424
1425 PR tui/25126
1426 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1427 * gdb.base/cached-source-file.c: New file.
1428 * gdb.base/cached-source-file.exp: New file.
1429
1430 2020-02-11 Tom de Vries <tdevries@suse.de>
1431
1432 PR testsuite/25488
1433 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1434
1435 2020-02-10 Tom de Vries <tdevries@suse.de>
1436
1437 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1438
1439 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1440
1441 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1442 and $after_addr are both integers before making a comparison.
1443
1444 2020-02-09 Tom de Vries <tdevries@suse.de>
1445
1446 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1447 command output and paste it into gdb.log. If any, paste catch message
1448 to gdb.log.
1449
1450 2020-02-07 Tom Tromey <tromey@adacore.com>
1451
1452 PR breakpoints/24915:
1453 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1454
1455 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1456
1457 * gdb.tui/tui-missing-src.exp: Add the "missing source
1458 file" test for the TUI.
1459
1460 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1461
1462 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1463 including a port number in the output.
1464
1465 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1466
1467 * lib/fortran.exp (fortran_int4): Handle clang.
1468 (fortran_int8): Likewise.
1469 (fortran_real4): Likewise.
1470 (fortran_real8): Likewise.
1471 (fortran_complex4): Likewise.
1472 (fortran_logical4): Likewise.
1473 (fortran_character1): Likewise.
1474
1475 2020-02-04 Tom de Vries <tdevries@suse.de>
1476
1477 * README (Race detection): Add note.
1478
1479 2020-02-04 Tom de Vries <tdevries@suse.de>
1480
1481 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1482
1483 2020-02-04 Tom de Vries <tdevries@suse.de>
1484
1485 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1486
1487 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1488
1489 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1490 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1491 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1492 blttar, bnetarl.
1493 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1494 binary for blttar, bnetarl.
1495 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1496 wait instruction. Delete ldmx test.
1497 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1498
1499 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1500
1501 * gdb.fortran/array-bounds-high.exp: New file.
1502 * gdb.fortran/array-bounds-high.f90: New file.
1503
1504 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1505
1506 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1507 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1508
1509 2020-02-01 Tom de Vries <tdevries@suse.de>
1510
1511 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1512
1513 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1514
1515 PR tui/9765
1516 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1517 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1518
1519 2020-01-29 Luis Machado <luis.machado@linaro.org>
1520
1521 * gdb.arch/aarch64-brk-patterns.c: New source file.
1522 * gdb.arch/aarch64-brk-patterns.exp: New test.
1523
1524 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1525
1526 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1527 GCC/Clang version.
1528 * gdb.cp/pass-by-ref.exp: Ditto.
1529
1530 2020-01-29 Tom de Vries <tdevries@suse.de>
1531
1532 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1533 * gdb.threads/watchpoint-fork-mt.c: Same.
1534 * gdb.threads/watchpoint-fork-parent.c: Same.
1535 * gdb.threads/watchpoint-fork-st.c: Same.
1536 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1537
1538 2020-01-27 Luis Machado <luis.machado@linaro.org>
1539
1540 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1541 sitting at a syscall instruction when we hit the syscall function's
1542 breakpoint.
1543 Check PC against one obtained with the x command.
1544 Validate syscall number.
1545 (step_over_syscall): Don't continue to the syscall instruction if
1546 we're already there.
1547
1548 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1549
1550 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1551
1552 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1553
1554 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1555 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1556
1557 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1558
1559 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1560 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1561
1562 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1563
1564 * gdb.base/maint.exp: Update line table parsing test.
1565 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1566
1567 2020-01-24 Pedro Alves <palves@redhat.com>
1568
1569 PR gdb/25410
1570 * gdb.multi/multi-re-run-1.c: New.
1571 * gdb.multi/multi-re-run-2.c: New.
1572 * gdb.multi/multi-re-run.exp: New.
1573
1574 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1575
1576 PR gdb/23718
1577 * gdb.server/server-kill-python.exp: New file.
1578
1579 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1580
1581 * gdb.server/multi-ui-errors.c: New file.
1582 * gdb.server/multi-ui-errors.exp: New file.
1583
1584 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1585
1586 PR tui/9765
1587 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1588
1589 2020-01-19 Tom Tromey <tom@tromey.com>
1590
1591 * gdb.tui/main.exp: Add check for plain "file".
1592
1593 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1594
1595 * lib/gdb.exp: Fix spelling error (seperatelly).
1596
1597 2020-01-14 Tom Tromey <tom@tromey.com>
1598
1599 PR symtab/12535:
1600 * gdb.python/python.exp: Test decode_line with empty string
1601 argument.
1602
1603 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1604
1605 * gdb.base/skip-inline.exp: Extend test.
1606
1607 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1608
1609 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1610 * gdb.dwarf2/dw2-bad-elf.c: New file.
1611 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1612
1613 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1614
1615 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1616 _line_saw_file.
1617
1618 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1619
1620 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1621 border.
1622
1623 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1624
1625 * gdb.multi/multi-target.exp (setup): Factor out "info
1626 connections" and "info inferiors" tests to ...
1627 (test_info_inferiors): ... this new procedure.
1628 (top level): Run new "info-inferiors" tests.
1629
1630 2020-01-10 Pedro Alves <palves@redhat.com>
1631
1632 * gdb.server/bkpt-other-inferior.exp: New file.
1633
1634 2020-01-10 Pedro Alves <palves@redhat.com>
1635
1636 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1637 of "add-inferior".
1638 * gdb.base/quit-live.exp: Likewise.
1639 * gdb.base/remote-exec-file.exp: Likewise.
1640 * gdb.guile/scm-progspace.exp: Likewise.
1641 * gdb.linespec/linespec.exp: Likewise.
1642 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1643 * gdb.mi/user-selected-context-sync.exp: Likewise.
1644 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1645 "info inferiors" tests.
1646 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1647 "add-inferior".
1648 * gdb.multi/watchpoint-multi.exp: Likewise.
1649 * gdb.python/py-inferior.exp: Likewise.
1650 * gdb.server/extended-remote-restart.exp: Likewise.
1651 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1652 "info inferiors".
1653 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1654 * gdb.trace/report.exp: Likewise.
1655
1656 2020-01-10 Pedro Alves <palves@redhat.com>
1657
1658 * gdb.multi/multi-target.c: New file.
1659 * gdb.multi/multi-target.exp: New file.
1660 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1661 mode requested, but remote does not support non-stop".
1662
1663 2020-01-10 Pedro Alves <palves@redhat.com>
1664
1665 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1666 disconnect before reconnecting.
1667
1668 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1669 Pedro Alves <palves@redhat.com>
1670
1671 * gdb.server/connect-without-multi-process.exp: Also test
1672 continuing to end.
1673
1674 2020-01-10 Pedro Alves <palves@redhat.com>
1675
1676 * gdb.base/remote-exec-file.exp: New file.
1677
1678 2020-01-10 Pedro Alves <palves@redhat.com>
1679
1680 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1681 output.
1682 * gdb.threads/async.c: New.
1683 * gdb.threads/async.exp: New.
1684 * gdb.multi/tids-gid-reset.c: New.
1685 * gdb.multi/tids-gid-reset.exp: New.
1686
1687 2020-01-10 George Barrett <bob@bob131.so>
1688
1689 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1690 to help in finding the image relocation offset.
1691 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1692 options in arguments.
1693 (stap_test_no_debuginfo): Likewise.
1694 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1695 test variants.
1696 (stap_test): Add null semaphore relocation test.
1697
1698 2020-01-10 George Barrett <bob@bob131.so>
1699
1700 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1701 * gdb.base/stap-probe.exp: Likewise.
1702 (stap_test): Pass argument as an additional flag.
1703 (stap_test_no_debuginfo): Likewise.
1704 (stap_test): Check `info probes stap' output for semaphore
1705 addresses if the test binary is supposed to have them.
1706
1707 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1708
1709 * gdb.tui/basic.exp: Add more scrolling tests.
1710
1711 2020-01-09 Tom Tromey <tom@tromey.com>
1712
1713 PR tui/18932:
1714 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1715 meangingful value.
1716 (Term::command, Term::resize): Update.
1717 * gdb.tui/basic.exp: Add scrolling test.
1718
1719 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1720
1721 * gdb.tui/tui-layout-asm.exp: New file.
1722
1723 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1724
1725 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1726
1727 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1728
1729 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1730 (Term::enter_tui): Use Term::prepare_for_tui.
1731
1732 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1733
1734 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1735 called.
1736
1737 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1738
1739 * gdb.base/skip.exp: Fix race condition in test.
1740
1741 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1742
1743 * gdb.base/backtrace.c: New file.
1744 * gdb.base/backtrace.exp: New file.
1745
1746 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1747
1748 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1749
1750 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1751
1752 * gdb.base/style.exp: Test that warnings are styled.
1753
1754 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1755
1756 * gdb.base/line65535.exp: New file.
1757 * gdb.base/line65535.c: New file.
1758
1759 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1760
1761 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1762 * lib/gnat_debug_info_test.adb: New file.
1763 * gdb.ada/ptype_tagged_param.exp: Use
1764 gnat_runtime_has_debug_info, expect a different output if
1765 runtime does not have debug info.
1766
1767 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1768
1769 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1770 (another) quote in test name.
1771
1772 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1773
1774 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1775 Add quote in test name.
1776
1777 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1778
1779 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1780 directory instead.
1781 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1782 * gdb.cp/pass-by-ref-2.cc: New file.
1783 * gdb.cp/pass-by-ref-2.exp: New file.
1784
1785 2019-12-20 Tom Tromey <tom@tromey.com>
1786
1787 * gdb.tui/list-before.exp: New file.
1788
1789 2019-12-20 Tom Tromey <tom@tromey.com>
1790
1791 * gdb.tui/list.exp: Check for source on initial listing.
1792
1793 2019-12-11 Tom Tromey <tromey@adacore.com>
1794
1795 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1796 Add crlf test.
1797
1798 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
1799
1800 * gdb.base/default.exp: Update value of $_gdb_major.
1801
1802 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1803
1804 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1805
1806 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1807
1808 * gdb.base/skip.exp: Whitespace fix.
1809
1810 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1811
1812 * gdb.base/skip-inline.c: New file.
1813 * gdb.base/skip-inline.exp: New file.
1814
1815 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1816
1817 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1818 jit_function_00 to jit_function_stack_mangle.
1819 * gdb.base/jithost.c (jit_function_t): Rename to...
1820 (jit_function_stack_mangle_t): ... this.
1821 (jit_function_add_t): New typedef.
1822 (jit_function_00_code): Rename to...
1823 (jit_function_stack_mangle_code): ... this, make static.
1824 (jit_function_add_code): New.
1825 (main): Generate "add" function and call it. Adjust to changes
1826 in jithost_abi.
1827 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1828 (struct jithost_abi) <begin, end>: Remove fields.
1829 <object, function_stack_mangle, function_add>: New fields.
1830 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1831 code_end>: Remove fields.
1832 <func_stack_mangle>: New field.
1833 (read_debug_info): Adjust to renaming, create block for "add"
1834 function.
1835 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1836
1837 2019-12-11 Tom Tromey <tom@tromey.com>
1838
1839 * gdb.tui/resize.exp: Fix regexp.
1840 * gdb.tui/regs.exp: Fix regexps.
1841 * gdb.tui/main.exp: Fix regexp.
1842
1843 2019-12-11 Tom Tromey <tom@tromey.com>
1844
1845 * gdb.tui/resize.exp: Update.
1846 * gdb.tui/empty.exp (layouts): Update.
1847
1848 2019-12-11 Tom Tromey <tom@tromey.com>
1849
1850 * gdb.tui/regs.exp: Update.
1851 * gdb.tui/empty.exp (layouts): Update.
1852 * gdb.tui/basic.exp: Update.
1853 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1854
1855 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1856
1857 * gdb.base/options.exp: Add -raw-values in the print completion list.
1858 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1859
1860 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1861
1862 * gdb.threads/omp-par-scope.c: New file.
1863 * gdb/threads/omp-par-scope.exp: New file.
1864
1865 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1866
1867 * lib/gdb.exp (support_nested_function_tests): New proc.
1868
1869 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1870
1871 * lib/gdb.exp (gdb_compile_openmp): New proc.
1872 (build_executable_from_specs): Add an "openmp" option.
1873 (gdb_compile_pthreads): Add non-executable case.
1874
1875 2019-12-10 Tom Tromey <tromey@adacore.com>
1876
1877 * gdb.ada/unchecked_union.exp: New file.
1878 * gdb.ada/unchecked_union/pck.adb: New file.
1879 * gdb.ada/unchecked_union/pck.ads: New file.
1880 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1881 * gdb-utils.exp (string_to_regexp): Also quote "?".
1882
1883 2019-12-10 George Barrett <bob@bob131.so>
1884
1885 Test scripted probe breakpoints.
1886 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1887 * gdb.python/py-breakpoint.c (main): Likewise.
1888 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1889 specifier test.
1890 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1891
1892 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1893
1894 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1895 an rvalue parameter.
1896 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1897 parameter.
1898
1899 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1900
1901 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1902 modules.
1903
1904 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1905
1906 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1907 broken version of GCC.
1908
1909 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1910
1911 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1912 sym-info-cmds library.
1913 * gdb.fortran/info-types.exp: Likewise.
1914 * lib/sym-info-cmds.exp: New file.
1915
1916 2019-12-08 Tom de Vries <tdevries@suse.de>
1917
1918 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1919
1920 2019-12-07 Keith Seitz <keiths@redhat.com>
1921
1922 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1923 * gdb.base/corefile-buildid-shlib.c: New file.
1924 * gdb.base/corefile-buildid.c: New file.
1925 * gdb.base/corefile-buildid.exp: New file.
1926
1927 2019-12-06 Tom de Vries <tdevries@suse.de>
1928
1929 * gdb.dwarf2/varval.exp: Add decl before def test.
1930
1931 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1932
1933 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1934
1935 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1936
1937 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1938 CV and reference conversion for overload resolution.
1939 * gdb.cp/rvalue-ref-overload.exp: Test it.
1940
1941 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1942
1943 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1944 * gdb.base/frameapply.exp: Test faas without command.
1945
1946 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1947
1948 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1949 Fortran tests.
1950 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1951 order.
1952
1953 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1954
1955 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1956 casting to type with no kind specified.
1957 (test_basic_parsing_of_type_kinds): Additional tests for types
1958 with no kind specified, and add tests for single/double
1959 precision/complex types.
1960
1961 2019-12-04 Tom Tromey <tromey@adacore.com>
1962
1963 * gdb.base/endianity.c (struct other) <x>: New field.
1964 (main): Initialize it.
1965 * gdb.base/endianity.exp: Update.
1966
1967 2019-12-04 Tom Tromey <tromey@adacore.com>
1968
1969 * gdb.ada/scalar_storage/storage.adb: New file.
1970 * gdb.ada/scalar_storage/pck.adb: New file.
1971 * gdb.ada/scalar_storage/pck.ads: New file.
1972 * gdb.ada/scalar_storage.exp: New file.
1973
1974 2019-12-04 Tom Tromey <tromey@adacore.com>
1975
1976 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1977 (main): Initialize it.
1978 * gdb.base/endianity.exp: Update.
1979
1980 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1981
1982 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1983
1984 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1985
1986 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1987 -symbol-info-module-functions and -symbol-info-module-variables.
1988
1989 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1990
1991 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1992
1993 2019-12-01 Richard Bunt <richard.bunt@arm.com>
1994 Andrew Burgess <andrew.burgess@embecosm.com>
1995
1996 * gdb.fortran/derived-type-striding.exp: New file.
1997 * gdb.fortran/derived-type-striding.f90: New file.
1998 * gdb.fortran/array-slices.exp: New file.
1999 * gdb.fortran/array-slices.f90: New file.
2000
2001 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2002
2003 * gdb.base/define.exp: Test . in command names.
2004 * gdb.base/setshow.exp: Update test, as . is now part of
2005 command name.
2006
2007 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2008
2009 * gdb.base/define-prefix.exp: New file.
2010
2011 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2012
2013 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2014 compile.
2015 (skip_btrace_pt_tests): Likewise.
2016
2017 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2018
2019 * gdb.fortran/info-modules.exp: Compile source files in correct
2020 order.
2021
2022 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2023
2024 * gdb.dwarf2/imported-unit.exp: New file.
2025 * gdb.dwarf2/imported-unit.c: New file.
2026
2027 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2028
2029 * gdb.mi/mi-fortran-modules-2.f90: New file.
2030 * gdb.mi/mi-fortran-modules.exp: New file.
2031 * gdb.mi/mi-fortran-modules.f90: New file.
2032
2033 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2034
2035 * gdb.mi/mi-sym-info-1.c: New file.
2036 * gdb.mi/mi-sym-info-2.c: New file.
2037 * gdb.mi/mi-sym-info.exp: New file.
2038
2039 2019-11-22 Tom Tromey <tromey@adacore.com>
2040
2041 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2042 * gdb.ada/tasks/foo.adb: Add another stopping location.
2043
2044 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2045
2046 * gdb.base/endianity.c: New test.
2047 * gdb.base/endianity.exp: New file.
2048
2049 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2050
2051 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2052
2053 2019-11-21 Tom de Vries <tdevries@suse.de>
2054
2055 PR gdb/24956
2056 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2057
2058 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2059
2060 * gdb.python/py-progspace.exp: Add missing parentheses on some
2061 'print' commands.
2062
2063 2019-11-19 Tom Tromey <tom@tromey.com>
2064
2065 * gdb.tui/winheight.exp: New file.
2066
2067 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2068
2069 * gdb.base/ctf-whatis.c: Delete.
2070 * gdb.base/ctf-whatis.exp: Delete.
2071 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2072
2073 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2074
2075 * gdb.base/ctf-cvexpr.exp: Delete.
2076 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2077
2078 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2079
2080 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2081 the compiler. Clean up header comment a little.
2082 * gdb.base/ctf-ptype.exp: Likewise.
2083 * gdb.base/ctf-whatis.exp: Likewise.
2084 * lib/gdb.exp (skip_ctf_tests): New proc.
2085
2086 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2087
2088 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2089 * gdb.tui/corefile-run.exp: New file.
2090
2091 2019-11-14 Tom Tromey <tromey@adacore.com>
2092
2093 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2094 regression tests.
2095
2096 2019-11-12 Tom Tromey <tom@tromey.com>
2097
2098 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2099 after any command. Expect prompt after WAIT_FOR is seen.
2100 (enter_tui): Enable resize messages.
2101 (command): Expect command in output.
2102 (get_line): Avoid error when cursor appears to be off-screen.
2103 (dump_screen): Include screen size in title.
2104 (_do_resize): New proc, from "resize".
2105 (resize): Rewrite. Do resize in two steps.
2106 * gdb.tui/empty.exp (layouts): Fix entries.
2107 (check_boxes): Remove xfail.
2108 (check_text): Dump screen on failure.
2109
2110 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2111
2112 * gdb.python/py-symbol.exp: Add test for
2113 gdb.lookup_static_symbols.
2114
2115 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2116
2117 * gdb.python/py-symbol.c: Declare and call function from new
2118 py-symbol-2.c file.
2119 * gdb.python/py-symbol.exp: Compile both source files, and add new
2120 tests for gdb.lookup_static_symbol.
2121 * gdb.python/py-symbol-2.c: New file.
2122
2123 2019-11-02 Tom de Vries <tdevries@suse.de>
2124
2125 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2126 * gdb.base/anon.exp: Same.
2127 * gdb.base/auto-connect-native-target.exp: Same.
2128 * gdb.base/call-ar-st.exp: Same.
2129 * gdb.base/catch-syscall.exp: Same.
2130 * gdb.base/commands.exp: Same.
2131 * gdb.base/default.exp: Same.
2132 * gdb.base/display.exp: Same.
2133 * gdb.base/float.exp: Same.
2134 * gdb.base/foll-fork.exp: Same.
2135 * gdb.base/help.exp: Same.
2136 * gdb.base/info-macros.exp: Same.
2137 * gdb.base/info-proc.exp: Same.
2138 * gdb.base/info-target.exp: Same.
2139 * gdb.base/long_long.exp: Same.
2140 * gdb.base/macscp.exp: Same.
2141 * gdb.base/memattr.exp: Same.
2142 * gdb.base/nofield.exp: Same.
2143 * gdb.base/pointers.exp: Same.
2144 * gdb.base/printcmds.exp: Same.
2145 * gdb.base/ptype.exp: Same.
2146 * gdb.base/restore.exp: Same.
2147 * gdb.base/return.exp: Same.
2148 * gdb.base/scope.exp: Same.
2149 * gdb.base/set-noassign.exp: Same.
2150 * gdb.base/setshow.exp: Same.
2151 * gdb.base/shlib-call.exp: Same.
2152 * gdb.base/signals.exp: Same.
2153 * gdb.base/sigstep.exp: Same.
2154 * gdb.base/skip.exp: Same.
2155 * gdb.base/solib-symbol.exp: Same.
2156 * gdb.base/stap-probe.exp: Same.
2157 * gdb.base/step-line.exp: Same.
2158 * gdb.base/step-test.exp: Same.
2159 * gdb.base/style.exp: Same.
2160 * gdb.base/varargs.exp: Same.
2161 * gdb.base/vla-datatypes.exp: Same.
2162 * gdb.base/vla-ptr.exp: Same.
2163 * gdb.base/vla-sideeffect.exp: Same.
2164 * gdb.base/volatile.exp: Same.
2165 * gdb.base/watch-cond-infcall.exp: Same.
2166 * gdb.base/watchpoint.exp: Same.
2167
2168 2019-11-02 Tom de Vries <tdevries@suse.de>
2169
2170 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2171 * gdb.cp/cpexprs.exp: Same.
2172 * gdb.cp/except-multi-location.exp: Same.
2173 * gdb.cp/exceptprint.exp: Same.
2174 * gdb.cp/gdb2384.exp: Same.
2175 * gdb.cp/inherit.exp: Same.
2176 * gdb.cp/m-static.exp: Same.
2177 * gdb.cp/meth-typedefs.exp: Same.
2178 * gdb.cp/misc.exp: Same.
2179 * gdb.cp/namespace.exp: Same.
2180 * gdb.cp/non-trivial-retval.exp: Same.
2181 * gdb.cp/overload.exp: Same.
2182 * gdb.cp/pr17132.exp: Same.
2183 * gdb.cp/re-set-overloaded.exp: Same.
2184 * gdb.cp/rvalue-ref-types.exp: Same.
2185 * gdb.cp/templates.exp: Same.
2186
2187 2019-11-01 Luis Machado <luis.machado@linaro.org>
2188
2189 PR gdb/25124
2190
2191 * gdb.arch/pr25124.S: New file.
2192 * gdb.arch/pr25124.exp: New file.
2193
2194 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2195
2196 * gdb.fortran/info-modules.exp: Update expected results, and add
2197 additional tests for 'info module functinos', and 'info module
2198 variables'.
2199 * gdb.fortran/info-types.exp: Update expected results.
2200 * gdb.fortran/info-types.f90: Extend testcase with additional
2201 module variables and functions.
2202
2203 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2204
2205 * gdb.fortran/info-modules.exp: New file.
2206 * gdb.fortran/info-types.exp: Build with new file.
2207 * gdb.fortran/info-types.f90: Include and use new module.
2208 * gdb.fortran/info-types-2.f90: New file.
2209
2210 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2211
2212 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2213 * gdb.base/settings.exp: Test all settings types using
2214 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2215 that now verifies that the value of "maint show" is the same as
2216 returned by the settings functions. Test the type of the
2217 maintenance settings.
2218 * gdb.base/default.exp: Update show_conv_list.
2219
2220 2019-10-31 Tom de Vries <tdevries@suse.de>
2221
2222 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2223 gdb_test.
2224 * gdb.arch/amd64-disp-step.exp: Same.
2225 * gdb.asm/asm-source.exp: Same.
2226 * gdb.btrace/buffer-size.exp: Same.
2227 * gdb.btrace/cpu.exp: Same.
2228 * gdb.btrace/enable.exp: Same.
2229 * gdb.dwarf2/count.exp: Same.
2230 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2231 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2232 * gdb.fortran/vla-datatypes.exp: Same.
2233 * gdb.fortran/vla-history.exp: Same.
2234 * gdb.fortran/vla-ptype.exp: Same.
2235 * gdb.fortran/vla-value.exp: Same.
2236 * gdb.fortran/whatis_type.exp: Same.
2237 * gdb.guile/guile.exp: Same.
2238 * gdb.multi/tids.exp: Same.
2239 * gdb.python/py-finish-breakpoint.exp: Same.
2240 * gdb.python/py-framefilter.exp: Same.
2241 * gdb.python/py-pp-registration.exp: Same.
2242 * gdb.python/py-xmethods.exp: Same.
2243 * gdb.python/python.exp: Same.
2244 * gdb.server/connect-with-no-symbol-file.exp: Same.
2245 * gdb.server/no-thread-db.exp: Same.
2246 * gdb.server/run-without-local-binary.exp: Same.
2247 * gdb.stabs/weird.exp: Same.
2248 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2249 * gdb.threads/thread-find.exp: Same.
2250 * gdb.threads/tls-shared.exp: Same.
2251 * gdb.threads/tls.exp: Same.
2252 * gdb.threads/wp-replication.exp: Same.
2253 * gdb.trace/ax.exp: Same.
2254 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2255
2256 2019-10-31 Tom de Vries <tdevries@suse.de>
2257
2258 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2259 * gdb.ada/array_subscript_addr.exp: Same.
2260 * gdb.ada/arrayidx.exp: Same.
2261 * gdb.ada/arrayparam.exp: Same.
2262 * gdb.ada/arrayptr.exp: Same.
2263 * gdb.ada/boolean_expr.exp: Same.
2264 * gdb.ada/call_pn.exp: Same.
2265 * gdb.ada/complete.exp: Same.
2266 * gdb.ada/fixed_cmp.exp: Same.
2267 * gdb.ada/fun_addr.exp: Same.
2268 * gdb.ada/funcall_param.exp: Same.
2269 * gdb.ada/interface.exp: Same.
2270 * gdb.ada/mod_from_name.exp: Same.
2271 * gdb.ada/null_array.exp: Same.
2272 * gdb.ada/packed_array.exp: Same.
2273 * gdb.ada/packed_tagged.exp: Same.
2274 * gdb.ada/print_chars.exp: Same.
2275 * gdb.ada/print_pc.exp: Same.
2276 * gdb.ada/ptype_arith_binop.exp: Same.
2277 * gdb.ada/ptype_field.exp: Same.
2278 * gdb.ada/ptype_tagged_param.exp: Same.
2279 * gdb.ada/rec_return.exp: Same.
2280 * gdb.ada/ref_tick_size.exp: Same.
2281 * gdb.ada/str_ref_cmp.exp: Same.
2282 * gdb.ada/taft_type.exp: Same.
2283 * gdb.ada/tagged.exp: Same.
2284 * gdb.ada/type_coercion.exp: Same.
2285 * gdb.ada/uninitialized_vars.exp: Same.
2286
2287 2019-10-30 Tom de Vries <tdevries@suse.de>
2288
2289 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2290
2291 2019-10-26 Tom de Vries <tdevries@suse.de>
2292
2293 * gdb.base/bigcore.c: Fix typos in comments.
2294 * gdb.base/ctf-ptype.c: Same.
2295 * gdb.base/long_long.c: Same.
2296 * gdb.dwarf2/dw2-op-out-param.S: Same.
2297 * gdb.python/py-evthreads.c: Same.
2298 * gdb.reverse/i387-stack-reverse.c: Same.
2299 * gdb.trace/tfile.c: Same.
2300 * lib/compiler.c: Same.
2301 * lib/compiler.cc: Same.
2302
2303 2019-10-25 Tom de Vries <tdevries@suse.de>
2304
2305 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2306 gdb_test_multiple calls.
2307 * gdb.reverse/sigall-reverse.exp: Same.
2308 * gdb.reverse/solib-precsave.exp: Same.
2309 * gdb.reverse/solib-reverse.exp: Same.
2310 * gdb.reverse/until-precsave.exp: Same.
2311 * gdb.reverse/until-reverse.exp: Same.
2312
2313 2019-10-24 Tom de Vries <tdevries@suse.de>
2314
2315 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2316 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2317 kfail using -wrap pattern flag and convenience variable
2318 gdb_test_name.
2319
2320 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2321
2322 * gdb.python/py-progspace.exp: Add tests for the
2323 Progspace.block_for_pc method.
2324
2325 2019-10-23 Tom Tromey <tom@tromey.com>
2326
2327 * configure: Rebuild.
2328 * aclocal.m4: Use m4_include, not sinclude.
2329
2330 2019-10-21 Tom de Vries <tdevries@suse.de>
2331
2332 * gdb.base/infcall-nested-structs.c: Add
2333 __attribute__((noinline,noclone)) to all functions.
2334 (call_all): Add missing variable initialization. Simplify return value.
2335 (breakpt): Increment volatile variable, to prevent call from being
2336 optimized out.
2337 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2338
2339 2019-10-17 Tom de Vries <tdevries@suse.de>
2340
2341 * gdb.fortran/module.exp: Allow info variables to print info for files
2342 other than module.f90.
2343
2344 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2345
2346 * gdb.fortran/module.exp: Extend with 'info variables' test.
2347
2348 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2349
2350 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2351 F77_FOR_TARGET.
2352
2353 2019-10-16 Tom de Vries <tdevries@suse.de>
2354
2355 PR tdep/25096
2356 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2357
2358 2019-10-16 Tom de Vries <tdevries@suse.de>
2359
2360 PR tdep/24104
2361 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2362 Add KFAIL for PR tdep/25096.
2363
2364 2019-10-16 Tom de Vries <tdevries@suse.de>
2365
2366 PR testsuite/25059
2367 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2368
2369 2019-10-16 Tom de Vries <tdevries@suse.de>
2370
2371 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2372 as signed.
2373
2374 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2375
2376 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2377 one instead of increasing timeout.
2378
2379 2019-10-13 Tom de Vries <tdevries@suse.de>
2380
2381 PR record/25038
2382 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2383 * gdb.reverse/sigall-reverse.exp: Same.
2384 * gdb.reverse/solib-precsave.exp: Same.
2385 * gdb.reverse/solib-reverse.exp: Same.
2386 * gdb.reverse/step-precsave.exp: Same.
2387 * gdb.reverse/until-precsave.exp: Same.
2388 * gdb.reverse/until-reverse.exp: Same.
2389 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2390
2391 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2392
2393 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2394 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2395 (cmp_struct_05_01, cmp_struct_static_02_01)
2396 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2397 comparisons.
2398
2399 2019-10-10 Tom de Vries <tdevries@suse.de>
2400
2401 PR testsuite/24888
2402 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2403 gnatlink.
2404
2405 2019-10-09 Tom de Vries <tdevries@suse.de>
2406
2407 PR testsuite/25048
2408 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2409
2410 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2411
2412 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2413 exceptions due to missing debug information.
2414
2415 2019-10-07 Tom de Vries <tdevries@suse.de>
2416
2417 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2418
2419 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2420
2421 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2422 * gdb.base/annota1.exp: Update to use gdb_test_name.
2423
2424 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2425
2426 * gdb.base/ctf-whatis.exp: New file.
2427 * gdb.base/ctf-whatis.c: New file.
2428 * gdb.base/ctf-ptype.exp: New file.
2429 * gdb.base/ctf-ptype.c: New file.
2430 * gdb.base/ctf-constvars.exp: New file.
2431 * gdb.base/ctf-constvars.c: New file.
2432 * gdb.base/ctf-cvexpr.exp: New file.
2433
2434 2019-10-04 Tom de Vries <tdevries@suse.de>
2435
2436 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2437 for loop.
2438
2439 2019-10-03 Tom Tromey <tom@tromey.com>
2440
2441 PR rust/24976:
2442 * gdb.rust/simple.rs (Union2): New type.
2443 (main): Use Union2.
2444 * gdb.rust/simple.exp: Add test.
2445
2446 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2447
2448 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2449 nested function prefix.
2450
2451 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2452 Richard Bunt <richard.bunt@arm.com>
2453 Andrew Burgess <andrew.burgess@embecosm.com>
2454
2455 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2456 nested functions.
2457 * gdb.fortran/nested-funcs.f90: Update expected results.
2458 * gdb.fortran/nested-funcs-2.exp: New file.
2459 * gdb.fortran/nested-funcs-2.f90: New file.
2460
2461 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2462
2463 * gdb.python/py-parameter.exp: Make test names unique.
2464 * gdb.python/py-template.exp: Likewise.
2465 * gdb.python/py-value.exp: Likewise.
2466
2467 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2468
2469 * gdb.base/break-interp.exp: Reduce test name duplication.
2470 * gdb.base/call-sc.exp: Likewise.
2471 * gdb.base/callfuncs.exp: Likewise.
2472 * gdb.base/charset.exp: Likewise.
2473 * gdb.base/dump.exp: Likewise.
2474 * gdb.base/ena-dis-br.exp: Likewise.
2475 * gdb.base/relational.exp: Likewise.
2476 * gdb.base/step-over-syscall.exp: Likewise.
2477 * gdb.base/structs.exp: Likewise.
2478
2479 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2480
2481 * gdb.linespec/explicit.exp: Make test names unique.
2482 * gdb.linespec/ls-errs.exp: Likewise.
2483
2484 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2485
2486 * gdb.reverse/break-precsave.exp: Make test names unique.
2487 * gdb.reverse/break-reverse.exp: Likewise.
2488 * gdb.reverse/finish-precsave.exp: Likewise.
2489 * gdb.reverse/finish-reverse.exp: Likewise.
2490 * gdb.reverse/machinestate-precsave.exp: Likewise.
2491 * gdb.reverse/machinestate.exp: Likewise.
2492 * gdb.reverse/readv-reverse.exp: Likewise.
2493 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2494 * gdb.reverse/sigall-precsave.exp: Likewise.
2495 * gdb.reverse/sigall-reverse.exp: Likewise.
2496 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2497 * gdb.reverse/watch-precsave.exp: Likewise.
2498 * gdb.reverse/watch-reverse.exp: Likewise.
2499
2500 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2501
2502 * gdb.threads/stop-with-handle.c: New file.
2503 * gdb.threads/stop-with-handle.exp: New file.
2504
2505 2019-10-03 Tom de Vries <tdevries@suse.de>
2506
2507 PR testsuite/25059
2508 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2509 directory" line to be missing.
2510
2511 2019-10-03 Tom de Vries <tdevries@suse.de>
2512
2513 PR testsuite/25059
2514 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2515 type optional.
2516
2517 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2518
2519 * gdb.python/py-format-string.c (string.h): New include.
2520 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2521 the same value, for endianness-independence.
2522 * gdb.python/py-format-string.exp (default_regexp_dict)
2523 (test_pretty_structs, test_format): Adjust expected output to the
2524 changed initialization.
2525
2526 2019-10-02 Tom Tromey <tromey@adacore.com>
2527
2528 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2529
2530 2019-10-02 Pedro Alves <palves@redhat.com>
2531 Andrew Burgess <andrew.burgess@embecosm.com>
2532
2533 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2534 "print-file-var.h".
2535 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2536 (get_version_1): Print this_version_id and its address.
2537 Add extern "C" wrappers around interface functions.
2538 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2539 "print-file-var.h".
2540 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2541 (get_version_2): Print this_version_id and its address.
2542 Add extern "C" wrappers around interface functions.
2543 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2544 <stddef.h> and "print-file-var.h".
2545 Add extern "C" wrappers around interface functions.
2546 [VERSION_ID_MAIN] (this_version_id): Define.
2547 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2548 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2549 up extern "C" blocks.
2550 * gdb.base/print-file-var.exp (test): New, factored out from top
2551 level.
2552 (top level): Test all combinations of attribute hidden or not,
2553 dlopen or not, and this_version_id symbol in main file or not.
2554 Compile tests as both C++ and C, make test names unique.
2555
2556 2019-10-01 Tom Tromey <tom@tromey.com>
2557
2558 * gdb.base/style.exp: Test "show logging filename".
2559
2560 2019-10-01 Tom Tromey <tom@tromey.com>
2561
2562 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2563 * gdb.base/style.exp: Add metadata style test.
2564
2565 2019-10-01 Tom Tromey <tom@tromey.com>
2566
2567 * gdb.base/style.exp: Test "pwd".
2568
2569 2019-10-01 Tom Tromey <tom@tromey.com>
2570
2571 * gdb.base/style.exp: Update tests.
2572
2573 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2574
2575 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2576 'six' to unsigned.
2577 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2578 'five'. Use an all-ones bit pattern for each.
2579 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2580 to its changed values.
2581
2582 2019-09-30 Tom Tromey <tromey@adacore.com>
2583
2584 * gdb.rust/traits.rs: Disable all warnings.
2585
2586 2019-09-29 Tom de Vries <tdevries@suse.de>
2587
2588 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2589
2590 2019-09-29 Tom de Vries <tdevries@suse.de>
2591
2592 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2593
2594 2019-09-27 Tom de Vries <tdevries@suse.de>
2595
2596 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2597
2598 2019-09-27 Tom de Vries <tdevries@suse.de>
2599
2600 PR record/23188
2601 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2602
2603 2019-09-26 Tom Tromey <tromey@adacore.com>
2604
2605 * gdb.ada/py_taft.exp: New file.
2606 * gdb.ada/py_taft/main.adb: New file.
2607 * gdb.ada/py_taft/pkg.adb: New file.
2608 * gdb.ada/py_taft/pkg.ads: New file.
2609
2610 2019-09-24 Tom de Vries <tdevries@suse.de>
2611
2612 PR gdb/24598
2613 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2614
2615 2019-09-22 Tom de Vries <tdevries@suse.de>
2616
2617 * gdb.base/restore.exp: Allow register variables to be optimized out at
2618 -O0.
2619
2620 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2621
2622 * gdb.arch/spu-info.exp: Remove file.
2623 * gdb.arch/spu-info.c: Remove file.
2624 * gdb.arch/spu-ls.exp: Remove file.
2625 * gdb.arch/spu-ls.c: Remove file.
2626
2627 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2628 * gdb.asm/spu.inc: Remove file.
2629
2630 * gdb.base/dump.exp: Remove support for spu*-*-*.
2631 * gdb.base/stack-checking.exp: Likewise.
2632 * gdb.base/overlays.exp: Likewise.
2633 * gdb.base/ovlymgr.c: Likewise.
2634 * gdb.base/spu.ld: Remove file.
2635
2636 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2637 * gdb.cp/cpexprs.exp: Likewise.
2638 * gdb.cp/exception.exp: Likewise.
2639 * gdb.cp/gdb2495.exp: Likewise.
2640 * gdb.cp/mb-templates.exp: Likewise.
2641 * gdb.cp/pr9167.exp: Likewise.
2642 * gdb.cp/userdef.exp: Likewise.
2643
2644 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2645
2646 * gdb.cell: Remove directory.
2647 * lib/cell.exp: Remove file.
2648
2649 2019-09-19 Tom de Vries <tdevries@suse.de>
2650
2651 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2652
2653 2019-09-19 Tom de Vries <tdevries@suse.de>
2654
2655 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2656
2657 2019-09-19 Tom de Vries <tdevries@suse.de>
2658
2659 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2660 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2661 (gdb_target_cmd): ... here.
2662 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2663 value 2.
2664
2665 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2666
2667 * gdb.base/source-dir.exp: Avoid having directory names in test
2668 names.
2669
2670 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2671
2672 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2673 directory.
2674
2675 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2676
2677 * gdb.base/list-missing-source.exp: New file.
2678
2679 2019-09-14 Tom de Vries <tdevries@suse.de>
2680
2681 PR teststuite/24599
2682 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2683 * lib/ada.exp (gnatmake_version_at_least): New proc.
2684
2685 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2686
2687 * gdb.base/maint.exp: Use exec_has_index_section.
2688
2689 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2690
2691 * gdb.base/maint.exp: Add test for 'maint info sections'.
2692
2693 2019-09-12 Tom de Vries <tdevries@suse.de>
2694
2695 * gdb.base/store.exp: Allow register variables to be optimized out at
2696 -O0.
2697
2698 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2699
2700 * gdb.ada/rdv_wait.exp: Update to new task names.
2701 * gdb.base/task_switch_in_core.exp: Likewise.
2702 * gdb.base/info_sources_base.c: Likewise.
2703
2704 2019-09-10 Tom Tromey <tromey@adacore.com>
2705
2706 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2707
2708 2019-09-10 Tom Tromey <tromey@adacore.com>
2709
2710 * gdb.ada/dgopt.exp: New file.
2711 * gdb.ada/dgopt/x.adb: New file.
2712
2713 2019-09-08 Tom Tromey <tom@tromey.com>
2714
2715 * gdb.tui/resize.exp: Remove setup_xfail.
2716 * gdb.tui/regs.exp: Remove setup_xfail.
2717 * gdb.tui/basic.exp: Remove setup_xfail.
2718
2719 2019-09-06 David Blaikie <dblaikie@gmail.com>
2720
2721 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2722 * gdb.cp/cplabel.exp: Ditto.
2723 * gdb.linespec/ls-errs.exp: Ditto.
2724
2725 2019-09-05 Tom de Vries <tdevries@suse.de>
2726
2727 * lib/gdb.exp (cmp_file_string): New proc.
2728 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2729 runto_main. Verify save breakpoints output.
2730
2731 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2732
2733 * gdb.base/info-var.exp: Test info variables without running
2734 to main, to avoid expect's buffer overflow.
2735
2736 2019-09-03 Tom Tromey <tromey@adacore.com>
2737
2738 * gdb.ada/bias.exp: New file.
2739 * gdb.ada/bias/bias.adb: New file.
2740 * gdb.ada/print_chars.exp: Add regression test.
2741 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2742 (MC): New variable.
2743
2744 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2745
2746 * gdb.base/argv0-symlink.exp: Run only on native target
2747 and local host.
2748
2749 2019-08-29 Tom de Vries <tdevries@suse.de>
2750
2751 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2752 diverse debug info.
2753 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2754
2755 2019-08-28 Tom de Vries <tdevries@suse.de>
2756
2757 * gdb.base/info-var.exp: Allow info variables to print info for files
2758 other than info-var-f1.c and info-var-f2.c.
2759
2760 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2761
2762 * gdb.fortran/info-types.exp: Add module.
2763 * gdb.fortran/info-types.f90: Update expected results.
2764
2765 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2766
2767 * gdb.fortran/info-types.exp: New file.
2768 * gdb.fortran/info-types.f90: New file.
2769 * lib/fortran.exp (fortran_character1): New proc.
2770
2771 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2772
2773 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2774 functions'. Reindent as needed.
2775 * gdb.base/info-var-f1.c: New file.
2776 * gdb.base/info-var-f2.c: New file.
2777 * gdb.base/info-var.exp: New file.
2778 * gdb.base/info-var.h: New file.
2779
2780 2019-08-26 Tom de Vries <tdevries@suse.de>
2781
2782 PR c++/24852
2783 * gdb.cp/no-libstdcxx-probe.exp: New test.
2784
2785 2019-08-26 Tom de Vries <tdevries@suse.de>
2786
2787 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2788 * tests need to be skipped.
2789 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2790 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2791 mi_skip_libstdcxx_probe_tests.
2792
2793 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2794
2795 * gdb.python/py-xmethods.exp: Use raw strings when passing
2796 arguments to SimpleXMethodMatcher.
2797
2798 2019-08-22 Tom de Vries <tdevries@suse.de>
2799
2800 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2801 more informative.
2802
2803 2019-08-21 Pedro Alves <palves@redhat.com>
2804
2805 * gdb.base/with.exp: Test "with" with no arguments.
2806
2807 2019-08-21 Tom de Vries <tdevries@suse.de>
2808
2809 * gdb.base/gdb-caching-proc.exp: Sort files.
2810
2811 2019-08-20 Tom de Vries <tdevries@suse.de>
2812
2813 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2814 compilation.
2815
2816 2019-08-16 Tom de Vries <tdevries@suse.de>
2817
2818 * gdb.base/compare-sections.exp ("after run to main"): Allow
2819 mismatched read-only sections for PIE executables.
2820
2821 2019-08-16 Tom Tromey <tom@tromey.com>
2822
2823 * lib/tuiterm.exp (_csi_Z): New proc.
2824 * gdb.tui/basic.exp: Update window positions.
2825 * gdb.tui/empty.exp: Update window positions.
2826
2827 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2828
2829 * gdb.base/examine-backward.exp: Correct regexp for
2830 "examine 3 bytes backward from ${address_zero}".
2831
2832 2019-08-15 Tom Tromey <tom@tromey.com>
2833
2834 * gdb.tui/empty.exp: Enable resizing tests.
2835
2836 2019-08-15 Tom Tromey <tromey@adacore.com>
2837
2838 * gdb.ada/char_enum.exp: Add regression tests.
2839 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2840 and '0'.
2841 (Char, Gchar): Update.
2842 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2843
2844 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2845
2846 * gdb.python/python.exp: Expect a leading underscore on
2847 GdbOutput{,Error}File.
2848
2849 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2850
2851 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2852 Windows host.
2853
2854 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2855
2856 * gdb.base/batch-preserve-term-settings.exp
2857 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2858
2859 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2860
2861 * lib/gdb.exp: When running on a mingw target, replace
2862 /x/ with x:/.
2863
2864 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2865
2866 * gdb.arch/aarch64-prologue.c: New test.
2867 * gdb.arch/aarch64-prologue.exp: New file.
2868
2869 2019-08-13 Tom de Vries <tdevries@suse.de>
2870
2871 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2872 Thread.
2873
2874 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2875
2876 * gdb.python/py-completion.exp: Download the .py file to the host
2877 and use its host pathname. Conditionalize tests that use
2878 tab completion and manipulate files on the build machine.
2879 * gdb.python/py-events.exp: Download the .py file to the host
2880 and use its host pathname.
2881 * gdb.python/py-evsignal.exp: Likewise.
2882 * gdb.python/py-evthreads.exp: Likewise.
2883 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2884 pathname syntax.
2885 * gdb.python/py-framefilter.exp: Download the .py file to the right
2886 place on the host. Match Windows pathname syntax.
2887 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2888 .py file to the host and use its host pathname.
2889 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2890 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2891 build pathname. Skip symlink test on Windows host. Add missing
2892 newline at end of file.
2893 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2894 and use its host pathname.
2895 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2896 * gdb.python/py-section-script.exp: Use host location of binfile
2897 on safe-path. Use correct path separator on Windows host.
2898 Reorder alternatives in gdb_test_multiple to prevent matching
2899 the wrong alternative on success.
2900 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2901
2902 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2903
2904 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2905 expect the GDB inferior to no longer immediately stop after
2906 being resumed with "signal SIGINT".
2907
2908 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2909
2910 * gdb.linespec/break-ask.exp: Generalize regexps to match
2911 Windows pathnames too.
2912
2913 2019-08-08 Tom de Vries <tdevries@suse.de>
2914
2915 PR testsuite/24862
2916 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2917
2918 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2919
2920 * gdb.base/style.exp: Update tests for help doc new invariants.
2921 * gdb.base/help.exp: Likewise.
2922
2923 2019-08-06 Tom Tromey <tom@tromey.com>
2924
2925 * gdb.base/style.exp: Add disassemble test.
2926 * gdb.base/style.c (some_called_function): New function.
2927 (main): Use it.
2928
2929 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2930
2931 * gdb.python/py-block.exp: Test dictionary access on blocks.
2932
2933 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
2934
2935 PR gdb/24863
2936 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2937 -list-thread-groups --available test when running under
2938 check-read1.
2939
2940 2019-08-05 Tom de Vries <tdevries@suse.de>
2941
2942 PR testsuite/24863
2943 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2944 * gdb.base/help.exp: Use with_read1_timeout_factor.
2945 * gdb.base/info-macros.exp: Same.
2946 * gdb.cp/nested-types.exp: Same.
2947
2948 2019-08-05 Tom de Vries <tdevries@suse.de>
2949
2950 * lib/gdb.exp (version_at_least): Factor out of ...
2951 (tcl_version_at_least): ... here.
2952 (gdb_compile): Fail if pie results in non-PIE executable.
2953 (readelf_version, readelf_prints_pie): New proc.
2954 (exec_is_pie): Return -1 if unknown.
2955
2956 2019-08-05 Tom de Vries <tdevries@suse.de>
2957
2958 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2959
2960 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2961
2962 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2963
2964 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2965
2966 * lib/completion-support.exp (test_gdb_complete_none): Skip
2967 tab completion tests if no readline support.
2968 (test_gdb_complete_unique_re): Likewise.
2969 (test_gdb_complete_multiple): Likewise.
2970
2971 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2972
2973 * gdb.base/info_sources.exp: New file.
2974 * gdb.base/info_sources.c: New file.
2975 * gdb.base/info_sources_base.c: New file.
2976
2977 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2978
2979 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2980 prefix argument.
2981 (test_exit_status): Add prefix argument.
2982
2983 2019-08-01 Tom de Vries <tdevries@suse.de>
2984
2985 PR testsuite/24863
2986 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2987 calling exp_continue for new thread and thread exited messages.
2988
2989 2019-08-01 Tom de Vries <tdevries@suse.de>
2990
2991 PR testsuite/24863
2992 * gdb.base/structs.exp: Fix check-read1 timeout using
2993 gdb_test_sequence.
2994 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2995
2996 2019-08-01 Tom de Vries <tdevries@suse.de>
2997
2998 PR testsuite/24863
2999 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3000 line.
3001
3002 2019-08-01 Tom de Vries <tdevries@suse.de>
3003
3004 PR testsuite/24863
3005 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3006
3007 2019-07-30 Tom Tromey <tromey@adacore.com>
3008
3009 * gdb.ada/display_nested.exp: New file.
3010 * gdb.ada/display_nested/foo.adb: New file.
3011 * gdb.ada/display_nested/pack.adb: New file.
3012 * gdb.ada/display_nested/pack.ads: New file.
3013
3014 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3015
3016 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3017 namespace.
3018 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3019
3020 2019-07-30 Tom de Vries <tdevries@suse.de>
3021
3022 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3023 instead.
3024
3025 2019-07-30 Tom de Vries <tdevries@suse.de>
3026
3027 PR testsuite/24834
3028 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3029 (exec_is_pie): New proc.
3030
3031 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3032
3033 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3034
3035 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3036
3037 * gdb.python/py-objfile.c: Add global and static vars.
3038 * gdb.python/py-objfile.exp: Test new functions Objfile.
3039 lookup_global_symbol and lookup_static_symbol.
3040
3041 2019-07-29 Tom Tromey <tom@tromey.com>
3042
3043 * lib/tuiterm.exp (Term::_csi_@): New proc.
3044 (Term::_csi_X): Don't move cursor.
3045
3046 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3047
3048 * gdb.base/options.exp: Update backtrace - completion to
3049 new option -frame-info.
3050 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3051 Test new 'set print frame-info'. Test backtrace -frame-info
3052 overriding 'set print frame-info'.
3053 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3054 Test new 'set print frame-info'.
3055 Verify consistency of backtrace with and without filters, with and
3056 without -no-filters.
3057 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3058 default.
3059
3060 2019-07-29 Tom de Vries <tdevries@suse.de>
3061
3062 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3063 no arguments".
3064
3065 2019-07-29 Tom de Vries <tdevries@suse.de>
3066
3067 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3068 is a substring of the first for "complete non-unique file name".
3069
3070 2019-07-29 Tom de Vries <tdevries@suse.de>
3071
3072 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3073 with ".*".
3074
3075 2019-07-29 Tom de Vries <tdevries@suse.de>
3076
3077 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3078 Pass prompt_regexp parameter to gdb_test_multiple calls.
3079
3080 2019-07-29 Tom de Vries <tdevries@suse.de>
3081
3082 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3083 print registers" regexps.
3084
3085 2019-07-29 Tom de Vries <tdevries@suse.de>
3086
3087 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3088
3089 2019-07-29 Tom de Vries <tdevries@suse.de>
3090
3091 PR gdb/24855
3092 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3093 (skip_python_tests_prompt): Add prompt_regexp argument to
3094 gdb_test_multiple calls.
3095
3096 2019-07-27 Tom Tromey <tom@tromey.com>
3097
3098 * gdb.tui/main.exp: New file.
3099
3100 2019-07-27 Tom Tromey <tom@tromey.com>
3101
3102 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3103 optional.
3104 * gdb.tui/empty.exp: New file.
3105
3106 2019-07-27 Tom Tromey <tom@tromey.com>
3107
3108 * lib/tuiterm.exp (spawn): New proc.
3109 (Term::resize): New proc.
3110 * gdb.tui/resize.exp: New file.
3111
3112 2019-07-27 Tom Tromey <tom@tromey.com>
3113
3114 * gdb.tui/list.exp: New file.
3115
3116 2019-07-27 Tom Tromey <tom@tromey.com>
3117
3118 * gdb.tui/regs.exp: New file.
3119
3120 2019-07-27 Tom Tromey <tom@tromey.com>
3121
3122 * gdb.tui/basic.exp: Add "layout split" test.
3123
3124 2019-07-27 Tom Tromey <tom@tromey.com>
3125
3126 * gdb.tui/basic.exp: Add "layout asm" test.
3127
3128 2019-07-27 Tom Tromey <tom@tromey.com>
3129
3130 * lib/tuiterm.exp: New file.
3131 * gdb.tui/basic.exp: New file.
3132
3133 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3134
3135 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3136 Enable tests associated with this flag. Adjust regex
3137 referencing "foo_low" to now refer to "foo_cold" instead.
3138
3139 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3140
3141 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3142 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3143 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3144 foo_cold. Revise comments to match.
3145 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3146 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3147 were wrapped into this proc; Call do_test in loop from outermost
3148 level.
3149 (foo_low): Rename all occurrences to "foo_cold".
3150 (backtrace from baz): New test.
3151 (x2/i foo_cold): New test.
3152 (info line *foo_cold): New test.
3153
3154 2019-07-26 Tom de Vries <tdevries@suse.de>
3155
3156 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3157
3158 2019-07-25 Tom de Vries <tdevries@suse.de>
3159
3160 PR testsuite/24830
3161 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3162 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3163 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3164 (skip_libstdcxx_probe_tests): ... here.
3165 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3166
3167 2019-07-24 Tom de Vries <tdevries@suse.de>
3168
3169 PR testsuite/24807
3170 * gdb.objc/basicclass.m: Include stdio.h.
3171 * gdb.objc/nondebug.m: Same.
3172 * gdb.objc/objcdecode.m: Same.
3173
3174 2019-07-24 Tom de Vries <tdevries@suse.de>
3175
3176 PR testsuite/24612
3177 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3178 additional_flags.
3179
3180 2019-07-24 Tom de Vries <tdevries@suse.de>
3181
3182 PR testsuite/24831
3183 * gdb.multi/tids.exp: Update error messages for info threads.
3184
3185 2019-07-24 Tom de Vries <tdevries@suse.de>
3186
3187 * gdb.base/info-types.exp: Allow info types to print info for more than
3188 one file.
3189
3190 2019-07-23 Tom de Vries <tdevries@suse.de>
3191
3192 PR testsuite/24842
3193 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3194 gdb_spawn_with_cmdline_opts.
3195
3196 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3197
3198 * gdb.arch/arm-cmse-sgstubs.c: New test.
3199 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3200
3201 2019-07-23 Tom de Vries <tdevries@suse.de>
3202
3203 PR testsuite/24711
3204 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3205 issuing next command.
3206
3207 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3208
3209 * gdb.ada/info_auto_lang.exp: Update expected results.
3210 * gdb.base/info-types.c: Add additional types to check.
3211 * gdb.base/info-types.exp: Update expected results.
3212
3213 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3214
3215 * gdb.base/info-types.c: New file.
3216 * gdb.base/info-types.exp: New file.
3217
3218 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3219
3220 * gdb.arch/riscv-bp-infcall.c: New file.
3221 * gdb.arch/riscv-bp-infcall.exp: New file.
3222
3223 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3224
3225 PR breakpoints/24541
3226 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3227
3228 2019-07-14 Tom de Vries <tdevries@suse.de>
3229
3230 PR testsuite/24760
3231 * gdb.objc/basicclass.exp: Fix unterminated string.
3232
3233 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3234 Andrew Burgess <andrew.burgess@embecosm.com>
3235
3236 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3237 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3238 negative bounds.
3239 * gdb.fortran/vla-value.exp: Print elements of an array with
3240 negative bounds.
3241 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3242 testing.
3243
3244 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3245
3246 * gdb.base/options.exp (expect_string): Dequote strings in
3247 results.
3248 (test-string): Test strings with different quoting and reindent.
3249
3250 2019-07-10 Tom Tromey <tromey@adacore.com>
3251
3252 * gdb.ada/mi_ex_cond.exp: Update expected results.
3253 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3254 * gdb.ada/mi_catch_ex.exp: Update expected results.
3255 * gdb.ada/mi_catch_assert.exp: Update expected results.
3256 * gdb.ada/catch_ex.exp (catch_exception_info)
3257 (catch_exception_entry, catch_assert_entry)
3258 (catch_unhandled_entry): Update.
3259 * gdb.ada/catch_assert_if.exp: Update expected results.
3260
3261 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3262 Stephen Roberts <stephen.roberts@arm.com>
3263
3264 * gdb.base/define.exp: Restore original prompt.
3265
3266 2019-07-09 Pedro Alves <palves@redhat.com>
3267
3268 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3269 breakpoints" output.
3270 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3271 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3272 throw" creates breakpoint.
3273 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3274 'type="catchpoint"'.
3275
3276 2019-07-09 Pedro Alves <palves@redhat.com>
3277
3278 PR c++/15468
3279 * gdb.cp/except-multi-location-lib.cc: New.
3280 * gdb.cp/except-multi-location-main.cc: New.
3281 * gdb.cp/except-multi-location.exp: New.
3282
3283 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3284
3285 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3286 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3287 argument and update callers.
3288
3289 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3290
3291 * gdb.arch/amd64-break-on-asm-line.S: New file.
3292 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3293
3294 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3295
3296 * gdb.base/printcmds.exp: Test printing C string and
3297 C wide string convenience vars without transiting via the inferior.
3298 Also make test names unique.
3299
3300 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3301
3302 PR breakpoints/25011
3303 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3304
3305 2019-07-04 Pedro Alves <palves@redhat.com>
3306
3307 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3308 body returned ok(0), break(3) or continue(4).
3309 * gdb.testsuite/foreach_with_prefix.exp: New file.
3310
3311 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3312
3313 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3314
3315 2019-07-03 Pedro Alves <palves@redhat.com>
3316
3317 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3318 "return -code".
3319
3320 2019-07-03 Pedro Alves <palves@redhat.com>
3321
3322 PR cli/24732
3323 * gdb.base/shell.exp: Load completion-support.exp.
3324 Adjust expected error output. Add completion tests.
3325
3326 2019-07-03 Pedro Alves <palves@redhat.com>
3327
3328 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3329 string_to_regexp.
3330
3331 2019-07-03 Pedro Alves <palves@redhat.com>
3332
3333 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3334 (expect_integer): Adjust to expect "-string".
3335 (expect_string): New.
3336 (all_options): Expect "-string".
3337 (test-flag, test-boolean): Adjust to expect "-string".
3338 (test-string): New proc.
3339 (top level): Call it.
3340
3341 2019-07-03 Pedro Alves <palves@redhat.com>
3342
3343 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3344 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3345 the expected output in the success.
3346
3347 2019-07-03 Pedro Alves <palves@redhat.com>
3348
3349 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3350 Split one gdb_test_multiple call in two to avoid a race.
3351
3352 2019-07-03 Pedro Alves <palves@redhat.com>
3353
3354 * gdb.base/with.c: New file.
3355 * gdb.base/with.exp: New file.
3356
3357 2019-07-03 Pedro Alves <palves@redhat.com>
3358
3359 * gdb.base/settings.exp: Replace all references to "maint
3360 test-settings set" with references to "maint set test-settings",
3361 and all references to "maint test-settings show" with references
3362 to "maint show test-settings".
3363
3364 2019-07-03 Pedro Alves <palves@redhat.com>
3365
3366 * gdb.base/settings.exp (test-string): Adjust expected out when
3367 testing "maint test-settings show filename"
3368
3369 2019-07-02 Pedro Alves <palves@redhat.com>
3370
3371 * gdb.base/options.exp (test-info-threads): New procedure.
3372 (top level): Call it.
3373
3374 2019-06-28 Tom Tromey <tromey@adacore.com>
3375
3376 * gdb.dwarf2/ada-linkage-name.c: New file.
3377 * gdb.dwarf2/ada-linkage-name.exp: New file.
3378
3379 2019-06-27 Tom Tromey <tromey@adacore.com>
3380
3381 PR c++/20020:
3382 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3383
3384 2019-06-26 Tom de Vries <tdevries@suse.de>
3385
3386 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3387
3388 2019-06-26 Tom de Vries <tdevries@suse.de>
3389
3390 * gdb.base/index-cache.exp: Add back missing debug option.
3391
3392 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3393
3394 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3395
3396 2019-06-25 Tom de Vries <tdevries@suse.de>
3397
3398 PR testsuite/24727
3399 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3400
3401 2019-06-24 Tom de Vries <tdevries@suse.de>
3402
3403 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3404
3405 2019-06-24 Tom de Vries <tdevries@suse.de>
3406
3407 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3408 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3409 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3410
3411 2019-06-24 Tom de Vries <tdevries@suse.de>
3412
3413 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3414
3415 2019-06-21 Tom de Vries <tdevries@suse.de>
3416
3417 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3418
3419 2019-06-21 Tom de Vries <tdevries@suse.de>
3420
3421 PR testsuite/24518
3422 PR ada/24713
3423 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3424 index.
3425
3426 2019-06-19 Tom Tromey <tromey@adacore.com>
3427
3428 * gdb.ada/length_cond.exp: Add intro comment.
3429
3430 2019-06-19 Tom Tromey <tromey@adacore.com>
3431
3432 * gdb.ada/length_cond.exp: New file.
3433 * gdb.ada/length_cond/length_cond.adb: New file.
3434 * gdb.ada/length_cond/pck.adb: New file.
3435 * gdb.ada/length_cond/pck.ads: New file.
3436
3437 2019-06-18 Tom de Vries <tdevries@suse.de>
3438
3439 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3440
3441 2019-06-18 Tom Tromey <tromey@adacore.com>
3442
3443 * gdb.base/list0.h: Add comment explaining control character.
3444
3445 2019-06-18 Tom de Vries <tdevries@suse.de>
3446
3447 * boards/fission.exp: Break up long debug_flags line.
3448
3449 2019-06-16 Tom de Vries <tdevries@suse.de>
3450
3451 PR gdb/24445
3452 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3453 generated index.
3454
3455 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3456
3457 PR gdb/24686
3458 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3459 improve detection of bug gdb/24541.
3460
3461 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3462
3463 PR gdb/24669
3464 * gdb.base/index-cache.exp (uses_readnow,
3465 expecting_index_cache_use): Define global variable.
3466 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3467 expecting_index_cache_use.
3468
3469 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3470 Andrew Burgess <andrew.burgess@embecosm.com>
3471
3472 * gdb.fortran/pointers.f90: New file.
3473 * gdb.fortran/print_type.exp: New file.
3474 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3475 * gdb.fortran/vla-type.exp: Likewise.
3476 * gdb.fortran/vla-value.exp: Likewise.
3477 * gdb.mi/mi-vla-fortran.exp: Likewise.
3478
3479 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3480
3481 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3482 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3483 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3484 as a stop reason.
3485
3486 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3487
3488 * gdb.base/annota1.exp: Update expected results.
3489 * gdb.cp/annota2.exp: Likewise.
3490 * gdb.cp/annota3.exp: Likewise.
3491
3492 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3493
3494 * gdb.base/style-logging.exp: Remove path from test name.
3495
3496 2019-06-14 Tom Tromey <tromey@adacore.com>
3497
3498 PR gdb/24502:
3499 * gdb.base/style-logging.exp: New file.
3500
3501 2019-06-14 Tom Tromey <tromey@adacore.com>
3502
3503 * gdb.base/symfile-warn.exp: New file.
3504 * gdb.base/symfile-warn.c: New file.
3505
3506 2019-06-14 Tom Tromey <tromey@adacore.com>
3507
3508 * gdb.base/annotate-symlink.exp: New file.
3509
3510 2019-06-14 Tom Tromey <tromey@adacore.com>
3511
3512 * gdb.ada/set_wstr.exp: Add reassignment test.
3513
3514 2019-06-14 Tom Tromey <tromey@adacore.com>
3515
3516 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3517 'unchecked_access and 'unrestricted_access as well.
3518
3519 2019-06-14 Tom Tromey <tromey@adacore.com>
3520
3521 PR ada/24539:
3522 * gdb.ada/vla.exp: Update tests.
3523 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3524 pragma.
3525
3526 2019-06-13 Pedro Alves <palves@redhat.com>
3527
3528 * gdb.base/settings.exp (test-integer): Test junk after
3529 "unlimited".
3530
3531 2019-06-13 Pedro Alves <palves@redhat.com>
3532
3533 * gdb.base/options.exp (test-thread-apply): New.
3534 (top level): Call it.
3535
3536 2019-06-13 Pedro Alves <palves@redhat.com>
3537
3538 * gdb.base/options.exp (test-frame-apply): New.
3539 (top level): Test print commands with different "frame apply"
3540 prefixes.
3541
3542 2019-06-13 Pedro Alves <palves@redhat.com>
3543
3544 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3545 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3546 'max_completions' parameter and handle it.
3547 (test_gdb_completion_offers_commands): New.
3548
3549 2019-06-13 Pedro Alves <palves@redhat.com>
3550
3551 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3552
3553 2019-06-13 Pedro Alves <palves@redhat.com>
3554
3555 * gdb.base/options.exp (test-backtrace): New.
3556 (top level): Call it.
3557
3558 2019-06-13 Pedro Alves <palves@redhat.com>
3559
3560 * gdb.guile/scm-frame-args.exp: Use "set print
3561 raw-frame-arguments" instead of "set print raw frame-arguments".
3562 * gdb.python/py-frame-args.exp: Likewise.
3563
3564 2019-06-13 Pedro Alves <palves@redhat.com>
3565
3566 * gdb.compile/compile.exp: Adjust expected output to option
3567 processing changes.
3568
3569 2019-06-13 Pedro Alves <palves@redhat.com>
3570
3571 * gdb.base/options.exp: Build executable.
3572 (test-print): New procedure.
3573 (top level): Call it, once for "print" and another for "compile
3574 print".
3575
3576 2019-06-13 Pedro Alves <palves@redhat.com>
3577
3578 * gdb.base/options.c: New file.
3579 * gdb.base/options.exp: New file.
3580
3581 2019-06-13 Pedro Alves <palves@redhat.com>
3582
3583 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3584 that "o" is ambiguous.
3585
3586 2019-06-13 Pedro Alves <palves@redhat.com>
3587
3588 * gdb.base/settings.c: New file.
3589 * gdb.base/settings.exp: New file.
3590
3591 2019-06-13 Pedro Alves <palves@redhat.com>
3592
3593 * gdb.base/completion.exp: Fix comment typo.
3594
3595 2019-06-13 Pedro Alves <palves@redhat.com>
3596
3597 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3598 foo --1" test.
3599
3600 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3601
3602 * gdb.fortran/block-data.f: New.
3603 * gdb.fortran/block-data.exp: New.
3604
3605 2019-06-11 Tom de Vries <tdevries@suse.de>
3606
3607 PR testsuite/24521
3608 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3609 message.
3610
3611 2019-06-11 Tom de Vries <tdevries@suse.de>
3612
3613 PR testsuite/24521
3614 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3615
3616 2019-06-11 Tom de Vries <tdevries@suse.de>
3617
3618 * boards/readnow.exp: New file.
3619
3620 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3621
3622 * gdb.fortran/vla-sizeof.exp: Update expected results.
3623
3624 2019-06-06 Amos Bird <amosbird@gmail.com>
3625
3626 * gdb.base/annota1.exp (thread_switch): Add test for
3627 thread-exited annotation.
3628
3629 2019-06-06 Tom Tromey <tromey@adacore.com>
3630
3631 * gdb.base/maint.exp: Expect command started/finished output.
3632
3633 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3634
3635 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3636 comment.
3637 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3638
3639 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3640
3641 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3642 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3643 * gdb.arch/riscv-unwind-long-insn.c: New file.
3644 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3645
3646 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3647
3648 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3649
3650 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3651
3652 * lib/gdb.exp (help_list_trailer): New regexp variable
3653 factorizing the help trailer message.
3654 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3655 arg to allow to better factorize various tests.
3656 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3657 (test_prefix_command_help): Use help_list_trailer.
3658 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3659 * gdb.guile/scm-cmd.exp: Likewise.
3660 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3661 * gdb.base/help.exp: Use test_user_defined_class_help.
3662 * gdb.base/style.exp: Add tests for styling of help and apropos.
3663 * lib/gdb-utils.exp (style): Add title and highlight styles.
3664
3665 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3666
3667 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3668 $_shell_exitsignal.
3669 * gdb.base/default.exp: Update for new convenience variables.
3670
3671 2019-05-29 Tom Tromey <tromey@adacore.com>
3672
3673 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3674 to "break complete ada" test case's regexp.
3675
3676 2019-05-29 Tom Tromey <tromey@adacore.com>
3677
3678 PR c++/20020:
3679 * gdb.cp/constexpr-field.exp: New file.
3680 * gdb.cp/constexpr-field.cc: New file.
3681
3682 2019-05-29 Tom Tromey <tromey@adacore.com>
3683
3684 * gdb.base/finish.exp (finish_no_print): New proc.
3685 (finish_tests): Call it.
3686
3687 2019-05-24 Tom de Vries <tdevries@suse.de>
3688
3689 * gdb.dwarf2/gdb-add-index.exp: New file.
3690
3691 2019-05-22 Tom Tromey <tromey@adacore.com>
3692
3693 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3694 * gdb.base/style.exp: Use "style".
3695 * lib/gdb-utils.exp (style): New proc.
3696
3697 2019-05-22 Tom de Vries <tdevries@suse.de>
3698
3699 * gdb.base/align.exp: Require c++11.
3700
3701 2019-05-22 Tom de Vries <tdevries@suse.de>
3702
3703 PR testsuite/24586
3704 * gdb.python/py-mi-var-info-path-expression.exp: Call
3705 mi_skip_python_tests to check if python is supported.
3706
3707 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3708
3709 * gdb.arch/aarch64-pauth.c: New test.
3710 * gdb.arch/aarch64-pauth.exp: New file.
3711
3712 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3713
3714 * README (Re-running Tests Outside The Testsuite): New section.
3715
3716 2019-05-21 Tom de Vries <tdevries@suse.de>
3717
3718 * gdb.arch/amd64-eval.exp: Require c++11.
3719 * gdb.base/max-depth.exp: Same.
3720 * gdb.compile/compile-cplus-array-decay.exp: Same.
3721 * gdb.cp/meth-typedefs.exp: Same.
3722 * gdb.cp/subtypes.exp: Same.
3723 * gdb.cp/temargs.exp: Same.
3724
3725 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3726
3727 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3728
3729 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3730
3731 PR gdb/18644
3732 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3733 * gdb.fortran/printing-types.exp: Add new test.
3734 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3735 testing.
3736 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3737 setup_kfail call.
3738
3739 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3740
3741 * README (Running the Testsuite): Change example.
3742 (Testsuite Parameters): Remove TRANSCRIPT.
3743 * lib/gdb.exp: Remove TRANSCRIPT check.
3744
3745 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3746
3747 * README (Testsuite Parameters): Add replay logging to
3748 GDBSERVER_DEBUG.
3749 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3750 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3751 as a comma separated list.
3752 (gdb_debug_init): Override procedure.
3753
3754 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3755
3756 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3757 (gdb_write_cmd_file): New procedure.
3758 * lib/gdbserver-support.exp (gdbserver_start): Call
3759 gdbserver_write_cmd_file.
3760 (gdbserver_write_cmd_file): New procedure.
3761
3762 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3763
3764 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3765 (delete_breakpoints): Likewise.
3766 (gdb_run_cmd): Likewise.
3767 (gdb_start_cmd): Likewise.
3768 (gdb_starti_cmd): Likewise.
3769 (gdb_internal_error_resync): Likewise.
3770 (gdb_test_multiple): Likewise.
3771 (gdb_reinitialize_dir): Likewise.
3772 (default_gdb_exit): Likewise.
3773 (gdb_file_cmd): Mark kill as optional.
3774 (default_gdb_start): Call gdb_stdin_log_init.
3775 (send_gdb): Call gdb_stdin_log_write.
3776 (rerun_to_main): Mark Y as an answer.
3777 (gdb_stdin_log_init): New function.
3778 (gdb_stdin_log_write): Likewise.
3779
3780 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3781
3782 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3783 * gdb.base/debug-expr.exp: Likewise.
3784 * gdb.base/foll-fork.exp: Likewise.
3785 * gdb.base/foll-vfork.exp: Likewise.
3786 * gdb.base/fork-print-inferior-events.exp: Likewise.
3787 * gdb.base/gdb-sigterm.exp: Likewise.
3788 * gdb.base/gdbinit-history.exp: Likewise.
3789 * gdb.base/osabi.exp: Likewise.
3790 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3791 * gdb.base/ui-redirect.exp: Likewise.
3792 * gdb.gdb/unittest.exp: Likewise.
3793 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3794 * gdb.mi/mi-watch.exp: Likewise.
3795 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3796 * gdb.mi/user-selected-context-sync.exp: Likewise.
3797 * gdb.python/python.exp: Disable debug test when debugging.
3798 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3799 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3800 Likewise.
3801 * gdb.threads/stepi-random-signal.exp: Likewise.
3802
3803 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3804
3805 * Makefile.in: Pass through GDB_DEBUG.
3806 * README (Testsuite Parameters): Add GDB_DEBUG.
3807 (gdb,debug): Add board setting.
3808 * lib/gdb.exp (default_gdb_start): Start debugging.
3809 (gdb_debug_enabled): New procedure.
3810 (gdb_debug_init): Likewise.
3811
3812 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3813
3814 * Makefile.in: Pass through GDB_DEBUG.
3815 * README (Testsuite Parameters): Add GDB_DEBUG.
3816 (gdb,debug): Add board setting.
3817 * lib/gdb.exp (default_gdb_start): Start debugging.
3818 (gdb_debug_enabled): New procedure.
3819 (gdb_debug_init): Likewise.
3820
3821 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3822
3823 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3824
3825 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3826
3827 * gdb.base/ui-redirect.exp: Test redirection.
3828
3829 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3830
3831 * gdb.mi/mi-complete.exp: New file.
3832 * gdb.mi/mi-complete.cc: Likewise.
3833
3834 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3835
3836 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3837 indexed and sliced arrays, and pointers to arrays.
3838
3839 2019-05-14 Tom Tromey <tromey@adacore.com>
3840
3841 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3842 styling test.
3843
3844 2019-05-14 Tom de Vries <tdevries@suse.de>
3845
3846 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3847 selection entry encoding.
3848
3849 2019-05-10 Tom Tromey <tromey@adacore.com>
3850
3851 * gdb.ada/info_exc.exp: Add "complete" test.
3852
3853 2019-05-09 Tom de Vries <tdevries@suse.de>
3854
3855 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3856 CU-relative.
3857
3858 2019-05-09 Tom de Vries <tdevries@suse.de>
3859
3860 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3861 CU-relative.
3862
3863 2019-05-08 Joel Brobecker <brobecker@adacore.com>
3864
3865 * gdb.ada/frame_arg_lang.exp: New testcase.
3866 * gdb.ada/frame_arg_lang/bla.adb: New file.
3867 * gdb.ada/frame_arg_lang/pck.ads: New file.
3868 * gdb.ada/frame_arg_lang/pck.adb: New file.
3869 * gdb.ada/frame_arg_lang/foo.c: New file.
3870
3871 2019-05-08 Tom Tromey <tromey@adacore.com>
3872
3873 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3874
3875 2019-05-08 Tom Tromey <tromey@adacore.com>
3876
3877 * gdb.base/ptype-offsets.exp: Update tests.
3878
3879 2019-05-08 Tom Tromey <tromey@adacore.com>
3880
3881 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3882 cases.
3883 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3884 "short".
3885
3886 2019-05-08 Tom Tromey <tromey@adacore.com>
3887
3888 * gdb.ada/vla.exp: New file.
3889 * gdb.ada/vla/vla.adb: New file.
3890
3891 2019-05-07 Tom de Vries <tdevries@suse.de>
3892
3893 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3894
3895 2019-05-07 Tom de Vries <tdevries@suse.de>
3896
3897 PR testsuite/24522
3898 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3899 section.
3900
3901 2019-05-07 Tom de Vries <tdevries@suse.de>
3902
3903 PR testsuite/24522
3904 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3905 .debug_aranges section.
3906
3907 2019-05-07 Tom de Vries <tdevries@suse.de>
3908
3909 PR testsuite/24159
3910 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3911
3912 2019-05-06 Tom de Vries <tdevries@suse.de>
3913
3914 * lib/gdb.exp (exec_has_index_section): New proc.
3915 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3916 section.
3917
3918 2019-05-04 Tom de Vries <tdevries@suse.de>
3919
3920 * boards/cc-with-debug-names.exp: New file.
3921
3922 2019-05-03 Tom Tromey <tromey@adacore.com>
3923
3924 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3925 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3926 * gdb.ada/char_enum.exp: Add test.
3927
3928 2019-05-03 Tom de Vries <tdevries@suse.de>
3929
3930 * boards/cc-with-gdb-index.exp: New file.
3931
3932 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3933
3934 * gdb.rust/simple.exp: Add new test case.
3935 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3936 (main): Initialise an instance of the new struct.
3937
3938 2019-05-01 Tom Tromey <tromey@adacore.com>
3939
3940 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3941 record.
3942 (NPR): New variable.
3943 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3944 test.
3945
3946 2019-05-01 Tom Tromey <tromey@adacore.com>
3947
3948 * gdb.ada/packed_array_assign.exp: Add packed assignment
3949 regression test.
3950
3951 2019-05-01 Tom de Vries <tdevries@suse.de>
3952
3953 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3954
3955 2019-05-01 Tom de Vries <tdevries@suse.de>
3956
3957 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3958
3959 2019-04-30 Ali Tamur <tamur@google.com>
3960
3961 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3962
3963 2019-04-30 Tom Tromey <tromey@adacore.com>
3964
3965 * lib/ada.exp (find_ada_tool): New proc.
3966 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3967 * gdb.ada/catch_ex_std.exp: New file.
3968 * gdb.ada/catch_ex_std/foo.adb: New file.
3969 * gdb.ada/catch_ex_std/some_package.adb: New file.
3970 * gdb.ada/catch_ex_std/some_package.ads: New file.
3971
3972 2019-04-30 Tom Tromey <tromey@adacore.com>
3973
3974 PR c++/24470:
3975 * gdb.cp/temargs.cc: Add test code from PR.
3976
3977 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3978
3979 * gdb.fortran/vla-datatypes.exp: Update expected results.
3980 * gdb.fortran/vla-ptype.exp: Likewise.
3981 * gdb.fortran/vla-type.exp: Likewise.
3982 * gdb.fortran/vla-value.exp: Likewise.
3983
3984 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3985
3986 * gdb.fortran/ptr-indentation.exp: Update expected results.
3987 * gdb.fortran/ptype-on-functions.exp: Likewise.
3988 * gdb.fortran/vla-ptr-info.exp: Likewise.
3989 * gdb.fortran/vla-value.exp: Likewise.
3990
3991 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3992
3993 * gdb.fortran/ptype-on-functions.exp: New file.
3994 * gdb.fortran/ptype-on-functions.f90: New file.
3995
3996 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3997
3998 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3999 case void string.
4000
4001 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4002
4003 * gdb.fortran/complex.exp: Expand.
4004 * gdb.fortran/complex.f: Renamed to...
4005 * gdb.fortran/complex.f90: ...this, and extended to add more
4006 complex values.
4007
4008 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4009
4010 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4011 MODULO, CMPLX.
4012
4013 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4014 Richard Bunt <richard.bunt@arm.com>
4015
4016 * gdb.base/max-depth.c: New file.
4017 * gdb.base/max-depth.exp: New file.
4018 * gdb.python/py-nested-maps.c: New file.
4019 * gdb.python/py-nested-maps.exp: New file.
4020 * gdb.python/py-nested-maps.py: New file.
4021 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4022 (test_all_common): Call test_max_depth.
4023 * gdb.fortran/max-depth.exp: New file.
4024 * gdb.fortran/max-depth.f90: New file.
4025 * gdb.go/max-depth.exp: New file.
4026 * gdb.go/max-depth.go: New file.
4027 * gdb.modula2/max-depth.exp: New file.
4028 * gdb.modula2/max-depth.c: New file.
4029 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4030
4031 2019-04-29 Tom de Vries <tdevries@suse.de>
4032
4033 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4034
4035 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4036
4037 * gdb.base/callexit.exp: Test may-call-functions off.
4038
4039 2019-04-25 Keith Seitz <keiths@redhat.com>
4040
4041 PR c++/24367
4042 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4043 (another_incomplete_struct, test_incomplete): New definitions.
4044 (main): Use new definitions.
4045 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4046 functions.
4047
4048 2019-04-25 Ali Tamur <tamur@google.com>
4049
4050 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4051
4052 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4053
4054 PR corefiles/11608
4055 PR corefiles/18187
4056 * gdb.base/coredump-filter-build-id.exp: New file.
4057
4058 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4059
4060 * Makefile.in: Pass through GDBSERVER_DEBUG.
4061 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4062 (gdbserver,debug): Add board setting.
4063 * gdb.trace/tspeed.exp: Skip when debugging.
4064 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4065 * lib/gdbserver-support.exp: Likewise
4066
4067 2019-04-24 Tom Tromey <tromey@adacore.com>
4068
4069 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4070 Rust.
4071
4072 2019-04-24 Tom Tromey <tromey@adacore.com>
4073
4074 * gdb.arch/amd64-eval.exp: Test bitfield return.
4075 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4076 (class Foo) <return_bitfields>: New method.
4077 (main): Call it.
4078
4079 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4080
4081 * gdb.cp/many-args.cc: New file.
4082 * gdb.cp/many-args.exp: New file.
4083
4084 2019-04-23 Tom de Vries <tdevries@suse.de>
4085
4086 PR gdb/24433
4087 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4088
4089 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4090
4091 * gdb.trace/backtrace.exp: Use nopie flag.
4092 * gdb.trace/circ.exp: Likewise.
4093 * gdb.trace/collection.exp: Likewise.
4094 * gdb.trace/ftrace.exp: Likewise.
4095 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4096 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4097 * gdb.trace/qtro.exp: Likewise.
4098 * gdb.trace/read-memory.exp: Likewise.
4099 * gdb.trace/report.exp: Likewise.
4100 * gdb.trace/tfile.exp: Likewise.
4101 * gdb.trace/tfind.exp: Likewise.
4102 * gdb.trace/unavailable.exp: Likewise.
4103
4104 2019-04-22 Pedro Alves <palves@redhat.com>
4105
4106 * gdb.base/solib-probes-nosharedlibrary.c,
4107 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4108
4109 2019-04-19 Tom Tromey <tromey@adacore.com>
4110
4111 * gdb.ada/ptype_union.c: New file.
4112 * gdb.ada/ptype_union.exp: New file.
4113
4114 2019-04-19 Tom Tromey <tromey@adacore.com>
4115
4116 PR symtab/24423:
4117 * gdb.base/list0.h (foo): Add a control-l character.
4118
4119 2019-04-18 Tom de Vries <tdevries@suse.de>
4120
4121 PR gdb/24433
4122 * boards/local-board.exp: Set sysroot to "".
4123
4124 2019-04-18 Tom de Vries <tdevries@suse.de>
4125 Pedro Alves <palves@redhat.com>
4126
4127 PR gdb/24454
4128 * gdb.threads/vfork-follow-child-exec.c: New file.
4129 * gdb.threads/vfork-follow-child-exec.exp: New file.
4130 * gdb.threads/vfork-follow-child-exit.c: New file.
4131 * gdb.threads/vfork-follow-child-exit.exp: New file.
4132
4133 2019-04-15 Leszek Swirski <leszeks@google.com>
4134
4135 * gdb.arch/amd64-eval.cc: New file.
4136 * gdb.arch/amd64-eval.exp: New file.
4137
4138 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4139
4140 * gdb.server/sysroot.c: New test.
4141 * gdb.server/sysroot.exp: New file.
4142 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4143 matching param.
4144
4145 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4146
4147 * gdb.base/align.exp: Extend test to cover structures containing
4148 only static fields.
4149
4150 2019-04-11 Tom de Vries <tdevries@suse.de>
4151
4152 * boards/cc-with-dwz-m.exp: New file.
4153 * boards/cc-with-dwz.exp: New file.
4154 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4155
4156 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4157
4158 * gdb.base/start-cpp.exp: New file.
4159 * gdb.base/start-cpp.cc: New file.
4160
4161 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4162
4163 * gdb.python/py-thrhandle.exp: Adjust tests to call
4164 thread_from_handle instead of thread_from_thread_handle.
4165
4166 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4167
4168 * gdb.python/py-thrhandle.exp: Add tests for
4169 gdb.InferiorThread.handle.
4170
4171 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4172
4173 * gdb.python/py-function.exp: Check calling helper function from
4174 all languages.
4175 * lib/gdb.exp (gdb_supported_languages): New proc.
4176
4177 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4178
4179 * gdb.base/complex-parts.c: New file.
4180 * gdb.base/complex-parts.exp: New file.
4181
4182 2019-04-01 Tom Tromey <tromey@adacore.com>
4183
4184 PR symtab/23331:
4185 * gdb.dwarf2/dw2-ranges-main.c: New file.
4186 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4187 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4188
4189 2019-03-30 Simon Marchi <simark@simark.ca>
4190
4191 * gdb.base/default.exp: Add values for $_gdb_major and
4192 $_gdb_minor.
4193
4194 2019-03-29 Tom Tromey <tromey@adacore.com>
4195
4196 * gdb.base/help.exp: Tighten apropos regexp.
4197
4198 2019-03-29 Keith Seitz <keiths@redhat.com>
4199
4200 * gdb.fortran/array-bounds.exp: New file.
4201 * gdb.fortran/array-bounds.f90: New file.
4202
4203 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4204
4205 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4206
4207 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4208
4209 * gdb.multi/hello.c (main): Increase alarm timer.
4210
4211 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4212
4213 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4214 factor when no hardware watchpoint support.
4215
4216 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4217 Pedro Alves <palves@redhat.com>
4218
4219 * boards/local-board.exp: set sysroot to /.
4220
4221 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4222
4223 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4224 in child.
4225
4226 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4227
4228 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4229 field.
4230 (make_container): Initialise new field.
4231 * gdb.python/py-prettyprint.exp: Add new tests.
4232 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4233 <display_hint>: New method.
4234
4235 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4236
4237 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4238 gdb_continue_to_breakpoint more throughout this test.
4239 (run_lang_tests) Supply unique test names, and use
4240 gdb_test_no_output.
4241
4242 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4243
4244 * gdb.base/finish-pretty.exp: Update expected results.
4245 * gdb.base/pretty-print.c: New file.
4246 * gdb.base/pretty-print.exp: New file.
4247
4248 2019-03-25 Pedro Alves <palves@redhat.com>
4249
4250 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4251 move comments outside list. Append '-i "" eof' section.
4252
4253 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4254
4255 PR testsuite/25016
4256 * README: Add pie options.
4257 * gdb.base/break-interp.exp: Ensure pie is disabled.
4258 * gdb.base/dump.exp: Likewise.
4259 * lib/gdb.exp (gdb_compile): Add pie option.
4260
4261 2019-03-19 Tom Tromey <tromey@adacore.com>
4262
4263 * gdb.mi/mi2-cli-display.c: New file.
4264 * gdb.mi/mi2-cli-display.exp: New file.
4265
4266 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4267 Tom Tromey <tromey@adacore.com>
4268
4269 * gdb.ada/ptype_array/pck.adb: New file.
4270 * gdb.ada/ptype_array/pck.ads: New file.
4271 * gdb.ada/ptype_array/foo.adb: New file.
4272 * gdb.ada/ptype_array.exp: New file.
4273
4274 2019-03-14 Tom Tromey <tromey@adacore.com>
4275
4276 * gdb.base/style.exp: Add "set style sources" test.
4277
4278 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4279
4280 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4281 * mi-breakpoint-multiple-locations.exp: ... this.
4282 (make_breakpoints_pattern): New proc.
4283 (do_test): Add mi_version parameter, test -break-insert,
4284 -break-info and =breakpoint-created.
4285
4286 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4287
4288 * config/default.exp: Remove 'load_lib gdb.exp'.
4289 * config/monitor.exp: Likewise.
4290 * config/sid.exp: Likewise.
4291 * config/sim.exp: Likewise.
4292 * config/slite.exp: Likewise.
4293 * config/unix.exp: Likewise.
4294 * gdb.base/default.exp: Remove unhelpful comment.
4295
4296 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4297
4298 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4299
4300 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4301
4302 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4303
4304 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4305
4306 * gdb.fortran/type-kinds.exp: Update expected results.
4307
4308 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4309
4310 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4311
4312 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4313
4314 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4315 function.
4316 (test_basic_parsing_of_type_kinds): Expand types tested.
4317 (test_parsing_invalid_type_kinds): New function.
4318
4319 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4320
4321 * gdb.fortran/intrinsics.exp: New file.
4322 * gdb.fortran/intrinsics.f90: New file.
4323 * gdb.fortran/type-kinds.exp: New file.
4324
4325 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4326
4327 * gdb.fortran/dot-ops.exp: New file.
4328
4329 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4330
4331 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4332 Check upper and lower case logical literals.
4333
4334 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4335
4336 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4337 Remove duplicate tests.
4338
4339 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4340
4341 * lib/gdb.exp (builtin_cd): rename of cd.
4342 (cd): Override builtin.
4343
4344 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4345
4346 * gdb.fortran/function-calls.exp: New file.
4347 * gdb.fortran/function-calls.f90: New test.
4348
4349 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4350
4351 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4352 on user program standard output.
4353 * gdb.fortran/short-circuit-argument-list.f90: Record function
4354 calls.
4355
4356 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4357
4358 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4359 failure.
4360
4361 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4362
4363 PR gdb/8527
4364 * gdb.base/interrupt-daemon-attach.c,
4365 gdb.base/interrupt-daemon-attach.exp: New test.
4366
4367 2019-02-27 Pedro Alves <palves@redhat.com>
4368
4369 * gdb.base/page.exp: Add tests for "set width/height -1".
4370
4371 2019-02-27 Pedro Alves <palves@redhat.com>
4372
4373 * gdb.base/page.exp: Add tests for "set/show width/height" with
4374 "infinite" values.
4375
4376 2019-02-27 Tom Tromey <tromey@adacore.com>
4377
4378 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4379 2.4.
4380 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4381 workaround.
4382
4383 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4384
4385 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4386 tests for structs with static members.
4387
4388 2019-02-26 Tom Tromey <tromey@adacore.com>
4389
4390 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4391 ValueError, not TypeError.
4392
4393 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4394
4395 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4396 call from main program.
4397
4398 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4399
4400 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4401 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4402 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4403 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4404 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4405
4406 2019-02-22 Keith Seitz <keiths@redhat.com>
4407
4408 PR symtab/23853
4409 * gdb.base/symlink-sourcefile.c: New file.
4410 * gdb.base/symlink-sourcefile.exp: New file.
4411
4412 2019-02-20 Tom Tromey <tom@tromey.com>
4413
4414 * gdb.base/info_qt.exp: Update.
4415
4416 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4417
4418 * gdb.base/source.exp: Move "error in sourced script" code to
4419 the end.
4420 * gdb.base/source-error.gdb: Move contents to
4421 source-error-1.gdb. Add new code to source source-error-1.gdb.
4422 * gdb.base/source-error-1.gdb: New file, from previous
4423 source-error.gdb.
4424
4425 2019-02-17 Tom Tromey <tom@tromey.com>
4426
4427 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4428 for macro styling.
4429 * gdb.base/style.c (SOME_MACRO): New macro.
4430
4431 2019-02-17 Tom Tromey <tom@tromey.com>
4432
4433 * gdb.base/style.exp: Add line-wrapping tests.
4434 * gdb.base/page.exp: Add test for quitting during pagination.
4435
4436 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4437
4438 * gdb.ada/big_packed_array: New testcase.
4439 * gdb.ada/homonym.exp: Fix incorrect expected output for
4440 "break <homonym__get_value>" test.
4441
4442 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4443
4444 PR breakpoints/21870
4445 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4446 and prepare_for_testing. Add comment.
4447 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4448 redundant cleanup call. Clean up comment.
4449
4450 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4451
4452 PR breakpoints/21870
4453 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4454 * gdb.arch/aarch64-dbreg-contents.c: New file.
4455
4456 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4457
4458 * gdb.ada/mi_ref_changeable: New testcase.
4459
4460 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4461
4462 * gdb.base/attach.exp: Add double attach test.
4463
4464 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4465
4466 * lib/gdb.exp (default_gdb_start): Don't match pagination
4467 prompt.
4468 (gdb_init): Set stty_init.
4469
4470 2019-01-27 Tom Tromey <tom@tromey.com>
4471
4472 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4473 skip_python_tests.
4474
4475 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4476
4477 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4478 New structure.
4479 (struct struct_static_02_02): Likewise.
4480 (struct struct_static_02_03): Likewise.
4481 (struct struct_static_02_04): Likewise.
4482 (struct struct_static_04_01): Likewise.
4483 (struct struct_static_04_02): Likewise.
4484 (struct struct_static_04_03): Likewise.
4485 (struct struct_static_04_04): Likewise.
4486 (struct struct_static_06_01): Likewise.
4487 (struct struct_static_06_02): Likewise.
4488 (struct struct_static_06_03): Likewise.
4489 (struct struct_static_06_04): Likewise.
4490 (cmp_struct_static_02_01): Likewise.
4491 (cmp_struct_static_02_02): Likewise.
4492 (cmp_struct_static_02_03): Likewise.
4493 (cmp_struct_static_02_04): Likewise.
4494 (cmp_struct_static_04_01): Likewise.
4495 (cmp_struct_static_04_02): Likewise.
4496 (cmp_struct_static_04_03): Likewise.
4497 (cmp_struct_static_04_04): Likewise.
4498 (cmp_struct_static_06_01): Likewise.
4499 (cmp_struct_static_06_02): Likewise.
4500 (cmp_struct_static_06_03): Likewise.
4501 (cmp_struct_static_06_04): Likewise.
4502 (call_all): Test new structs.
4503 * gdb.base/infcall-nested-structs.exp: Likewise.
4504
4505 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4506 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4507
4508 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4509 * gdb.base/stack-protector.c: New test.
4510 * gdb.base/stack-protector.exp: New file.
4511 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4512 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4513 option.
4514 (gdb_compile): Remove stack protector for GCC and prevent
4515 recursion.
4516
4517 2019-01-16 Keith Seitz <keiths@redhat.com>
4518
4519 PR gdb/23773
4520 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4521
4522 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4523
4524 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4525 aliases.
4526 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4527 tests.
4528 * gdb.arch/powerpc-vector-regs.c: New file.
4529 * gdb.arch/powerpc-vector-regs.exp: New file.
4530
4531 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4532
4533 * gdb.arch/altivec-regs.exp: Fix the list passed to
4534 gdb_expect_list when testing "info vector".
4535
4536 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4537
4538 * gdb.base/style.exp: Don't include path in testname.
4539
4540 2019-01-10 Keith Seitz <keiths@redhat.com>
4541
4542 PR gdb/23712
4543 PR symtab/23010
4544 * gdb.dwarf2/multidictionary.exp: New file.
4545
4546 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4547
4548 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4549 (test_gnuv3_style_demangling): ... this.
4550 (test_lucid_style_demangling): Remove.
4551 (test_arm_style_demangling): Remove.
4552 (test_hp_style_demangling): Remove.
4553 (do_tests): Remove calls to the above.
4554
4555 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4556
4557 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4558 case.
4559
4560 2019-01-06 Tom Tromey <tom@tromey.com>
4561
4562 PR gdb/28155:
4563 * gdb.dwarf2/typedef-void-finish.exp: New file.
4564
4565 2018-12-28 Tom Tromey <tom@tromey.com>
4566 Simon Marchi <simark@simark.ca>
4567
4568 * gdb.base/jit-exec.exp: New file.
4569 * gdb.base/jit-exec.c: New file.
4570 * gdb.base/jit-execd.c: New file.
4571
4572 2018-12-28 Tom Tromey <tom@tromey.com>
4573
4574 * gdb.base/style.exp: Update test to check for address styling.
4575
4576 2018-12-28 Tom Tromey <tom@tromey.com>
4577
4578 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4579 message.
4580
4581 2018-12-28 Tom Tromey <tom@tromey.com>
4582
4583 * gdb.base/style.exp: Add test for version number styling.
4584
4585 2018-12-28 Tom Tromey <tom@tromey.com>
4586
4587 * gdb.base/style.exp: Add test for print_address_symbolic.
4588
4589 2018-12-28 Tom Tromey <tom@tromey.com>
4590
4591 * gdb.base/style.exp: Add test for breakpoint setting.
4592
4593 2018-12-28 Tom Tromey <tom@tromey.com>
4594
4595 * gdb.base/style.exp: Add test for variable names.
4596
4597 2018-12-28 Tom Tromey <tom@tromey.com>
4598
4599 * gdb.base/style.exp: New file.
4600 * gdb.base/style.c: New file.
4601
4602 2018-12-28 Tom Tromey <tom@tromey.com>
4603
4604 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4605 "dumb".
4606 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4607 the TERM environment variable.
4608
4609 2018-12-27 Tom Tromey <tom@tromey.com>
4610
4611 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4612 pagination test.
4613
4614 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4615
4616 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4617 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4618
4619 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4620
4621 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4622 Filename a.adb changed to bp_fun_addr.adb.
4623 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4624
4625 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4626
4627 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4628 non-PIE executables.
4629 * README: Mention the gdb,nopie_flag board setting.
4630 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4631 non-PIE executable.
4632 * gdb.arch/amd64-entry-value.exp: Likewise.
4633 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4634 * gdb.arch/i386-float.exp: Likewise.
4635 * gdb.arch/i386-signal.exp: Likewise.
4636 * gdb.mi/mi-reg-undefined.exp: Likewise.
4637
4638 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4639
4640 PR gdb/23974
4641 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4642
4643 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4644
4645 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4646 Update order of results accordingly.
4647
4648 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4649
4650 * gdb.base/annota1.exp: Update a test regexp.
4651
4652 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4653
4654 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4655
4656 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4657
4658 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4659 (reuse_time): Initialize to REUSE_TIME_CAP.
4660 (check_rc): New function.
4661 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4662 Check pthread_create rc.
4663 (spawner_thread_func): Check pthread_create and pthread_join rc.
4664
4665 2018-12-08 Pedro Alves <palves@redhat.com>
4666
4667 * gdb.base/list.exp (test_forward_search): Rename to ...
4668 (test_forward_reverse_search): ... this. Also test reverse-search
4669 and the forward-search alias.
4670
4671 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4672
4673 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4674 local timeout variable before return, and remove all local timeout
4675 variable entirely.
4676 (gdb_load): Likewise.
4677
4678 2018-12-01 Tom de Vries <tdevries@suse.de>
4679
4680 * gdb.base/gdb-caching-proc.exp: New file.
4681
4682 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4683
4684 * Makefile.in (TIMESTAMP): New variable.
4685 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4686 command.
4687 (check-single-racy): Likewise.
4688 (check/%.exp): Likewise.
4689 (check-racy/%.exp): Likewise.
4690 (workers/%.worker): Likewise.
4691 (build-perf): Likewise.
4692 (check-perf): Likewise.
4693 * README: Describe new "TS" and "TS_FORMAT" variables.
4694 * print-ts.py: New file.
4695
4696 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4697
4698 PR python/23714
4699 * gdb.python/python.exp: Test command repetition after
4700 gdb.execute.
4701
4702 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4703
4704 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4705 is correctly aligned.
4706
4707 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4708
4709 * gdb.ada/info_auto_lang.exp: New testcase.
4710 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4711 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4712 * gdb.ada/info_auto_lang/some_c.c: New file.
4713
4714 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4715
4716 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4717 FUNC_lang language syntax.
4718
4719 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4720
4721 * gdb.base/info_minsym.c: New file.
4722 * gdb.base/info_minsym.exp: New file.
4723
4724 2018-11-19 Tom Tromey <tom@tromey.com>
4725
4726 PR rust/23625:
4727 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4728 * gdb.rust/expr.exp: Update expected output. Change one test.
4729
4730 2018-11-19 Tom Tromey <tom@tromey.com>
4731
4732 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4733
4734 2018-11-19 Pedro Alves <palves@redhat.com>
4735
4736 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4737 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4738 see the expected warning.
4739
4740 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4741
4742 PR gdb/22736:
4743 * gdb.cp/infcall-nodebug-lib.c: New test.
4744 * gdb.cp/infcall-nodebug-main.c: New test.
4745 * gdb.cp/infcall-nodebug.exp: New file.
4746
4747 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4748
4749 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4750 completer tests.
4751
4752 2018-11-09 Tom de Vries <tdevries@suse.de>
4753
4754 * gdb.base/msym-lang.c: New test.
4755 * gdb.base/msym-lang.exp: New file.
4756 * gdb.base/msym-lang-main.c: New test.
4757
4758 2018-11-08 Tom Tromey <tom@tromey.com>
4759
4760 PR gdb/23555:
4761 PR gdb/23838:
4762 * gdb.base/warning.exp: New file.
4763
4764 2018-11-08 Jan Beulich <jbeulich@suse.com>
4765
4766 * testsuite/gdb.arch/i386-avx512.c,
4767 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4768
4769 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4770
4771 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4772 point hardware.
4773
4774 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4775
4776 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4777 * gdb.dwarf2/missing-type-name.exp: New file.
4778
4779 2018-11-06 Tom de Vries <tdevries@suse.de>
4780
4781 * gdb.base/many-headers.c: New test.
4782 * gdb.base/many-headers.exp: New file.
4783
4784 2018-11-06 Jim Wilson <jimw@sifive.com>
4785
4786 * gdb.base/code_elim.exp: For riscv, set additional_flags
4787 to include -msmall-data-limit=0.
4788
4789 2018-11-01 Joel Brobecker <brobecker@adacore.com>
4790
4791 * gdb.ada/watch_minus_l: New testcase.
4792
4793 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4794
4795 * gdb.arch/aix-sighandle.c: New file.
4796 * gdb.arch/aix-sighandle.exp: New file.
4797
4798 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4799
4800 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4801 registers being unions.
4802
4803 2018-10-31 Tom de Vries <tdevries@suse.de>
4804
4805 * lib/valgrind.exp: New file.
4806 (vgdb_start, vgdb_stop): New procs, factored out of ...
4807 * gdb.base/valgrind-bt.exp: ... here, ...
4808 * gdb.base/valgrind-disp-step.exp: ... here and ...
4809 * gdb.base/valgrind-infcall.exp: ... here.
4810
4811 2018-10-31 Tom de Vries <tdevries@suse.de>
4812
4813 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4814
4815 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4816
4817 * gdb.dwarf2/void-type.c: New file.
4818 * gdb.dwarf2/void-type.exp: New file.
4819
4820 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4821
4822 * gdb.base/info_qt.c: New file.
4823 * gdb.base/info_qt.exp: New file.
4824
4825 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4826
4827 * gdb.arch/powerpc-htm-regs.c: New file.
4828 * gdb.arch/powerpc-htm-regs.exp: New file.
4829
4830 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4831
4832 * gdb.arch/powerpc-tar.c: New file.
4833 * gdb.arch/powerpc-tar.exp: New file.
4834
4835 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4836
4837 * gdb.arch/powerpc-ppr-dscr.c: New file.
4838 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4839
4840 2018-10-25 Tom de Vries <tdevries@suse.de>
4841
4842 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4843
4844 2018-10-24 Tom de Vries <tdevries@suse.de>
4845
4846 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4847 longer exists error.
4848
4849 2018-10-24 Tom de Vries <tdevries@suse.de>
4850
4851 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4852
4853 2018-10-24 Tom de Vries <tdevries@suse.de>
4854
4855 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4856 --db-attach in valgrind.
4857
4858 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4859
4860 * gdb.arch/riscv-reg-aliases.c: New file.
4861 * gdb.arch/riscv-reg-aliases.exp: New file.
4862
4863 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4864
4865 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4866
4867 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4868
4869 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4870
4871 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4872
4873 * gdb.cp/ovldbreak.exp: Fix regexps.
4874
4875 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4876
4877 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4878
4879 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4880
4881 PR cli/23785
4882 * gdb.base/restore.exp: New test to check if "restore" with an
4883 invalid file doesn't segfault.
4884
4885 2018-10-18 Tom de Vries <tdevries@suse.de>
4886
4887 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4888 * gdb.ada/excep_handle.exp: Same.
4889 * gdb.ada/mi_string_access.exp: Same.
4890 * gdb.ada/mi_var_union.exp: Same.
4891 * gdb.arch/arc-analyze-prologue.exp: Same.
4892 * gdb.arch/arc-decode-insn.exp: Same.
4893 * gdb.base/readnever.exp: Same.
4894 * gdb.fortran/printing-types.exp: Same.
4895 * gdb.guile/scm-lazy-string.exp: Same.
4896
4897 2018-10-16 Tom de Vries <tdevries@suse.de>
4898
4899 PR gdb/23730
4900 * gdb.base/catch-follow-exec.c: Add copyright notice.
4901 * gdb.base/catch-follow-exec.exp: Rewrite to use
4902 gdb_spawn_with_cmdline_opts. Require gdb-native.
4903
4904 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4905
4906 * gdb.trace/actions-changed.exp: Check for arch support.
4907 * gdb.trace/actions.exp: Likewise.
4908 * gdb.trace/ax.exp: Likewise.
4909 * gdb.trace/backtrace.exp: Likewise.
4910 * gdb.trace/change-loc.exp: Likewise.
4911 * gdb.trace/deltrace.exp: Likewise.
4912 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4913 * gdb.trace/ftrace.exp: Likewise.
4914 * gdb.trace/infotrace.exp: Check for arch support.
4915 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4916 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4917 * gdb.trace/mi-tsv-changed.exp: Likewise.
4918 * gdb.trace/packetlen.exp: Likewise.
4919 * gdb.trace/passc-dyn.exp: Likewise.
4920 * gdb.trace/passcount.exp: Likewise.
4921 * gdb.trace/pending.exp: Likewise.
4922 * gdb.trace/range-stepping.exp: Check for shlib support.
4923 * gdb.trace/report.exp: Check for arch support.
4924 * gdb.trace/save-trace.exp: Likewise.
4925 * gdb.trace/signal.exp: Check for signal support.
4926 * gdb.trace/tfind.exp: Check for arch support.
4927 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4928 * gdb.trace/trace-common.h: Add comment.
4929 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4930 * gdb.trace/trace-enable-disable.exp: Likewise.
4931 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4932 * gdb.trace/tracecmd.exp: Check for arch support.
4933 * gdb.trace/tspeed.exp: Check for shlib and target support.
4934 * gdb.trace/tstatus.exp: Check for arch support.
4935 * gdb.trace/tsv.exp: Likewise.
4936 * gdb.trace/while-dyn.exp: Likewise.
4937 * gdb.trace/while-stepping.exp: Likewise.
4938 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4939
4940 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4941
4942 * gdb.trace/tspeed.exp: Remove nowarnings.
4943 (prepare_for_trace_test): Declare "global ipalib".
4944 * gdb.trace/tspeed.c: Include unistd.h.
4945 (main): Remove superfluous printf argument.
4946
4947 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4948
4949 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4950 directory prefix on the filename.
4951
4952 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4953
4954 * gdb.gdb/unittest.exp: Update expected message informing that
4955 selftests have been disabled.
4956 * gdb.server/unittest.exp: Likewise.
4957
4958 2018-10-09 Tom de Vries <tdevries@suse.de>
4959
4960 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4961 with runto_main.
4962
4963 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
4964
4965 PR c++/16841
4966 * gdb.cp/virtbase2.cc: New file.
4967 * gdb.cp/virtbase2.exp: New file.
4968
4969 2018-10-06 Tom Tromey <tom@tromey.com>
4970
4971 PR python/19399:
4972 * gdb.python/py-inferior.exp: Add architecture test.
4973
4974 2018-10-06 Tom Tromey <tom@tromey.com>
4975
4976 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4977 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4978
4979 2018-10-06 Tom Tromey <tom@tromey.com>
4980
4981 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4982 of a "throw" catchpoint.
4983
4984 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4985
4986 * gdb.base/info-proc.exp: Update string expected from "help info
4987 proc".
4988
4989 2018-10-04 Tom Tromey <tom@tromey.com>
4990
4991 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4992 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4993 (test_initial_complaints, test_empty_complaints): Update.
4994 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4995
4996 2018-10-04 Tom Tromey <tom@tromey.com>
4997
4998 PR cli/19551:
4999 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5000 * lib/gdb.exp (gdb_file_cmd): Update.
5001 * gdb.stabs/weird.exp (print_weird_var): Update.
5002 * gdb.server/solib-list.exp: Update.
5003 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5004 * gdb.mi/mi-cli.exp: Update.
5005 * gdb.linespec/linespec.exp: Update.
5006 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5007 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5008 * gdb.cp/cp-relocate.exp: Update.
5009 * gdb.base/sym-file.exp: Update.
5010 * gdb.base/relocate.exp: Update.
5011 * gdb.base/readnever.exp: Update.
5012 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5013 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5014 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5015 * gdb.base/code_elim.exp: Update.
5016 * gdb.base/break-unload-file.exp (test_break): Update.
5017 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5018 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5019 Update.
5020 * gdb.base/attach.exp (do_attach_tests): Update.
5021 * gdb.base/sepdebug.exp: Update.
5022 * gdb.python/py-section-script.exp: Update.
5023
5024 2018-10-04 Tom Tromey <tom@tromey.com>
5025
5026 PR cli/22234:
5027 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5028 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5029 output.
5030
5031 2018-10-04 Tom Tromey <tom@tromey.com>
5032
5033 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5034 set width and height to 0.
5035 (test_command_line_attach_run): Use -quiet.
5036
5037 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5038
5039 * lib/gdb.exp (skip_ifunc_tests): New.
5040 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5041 other compile failures.
5042 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5043
5044 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5045
5046 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5047 is_amd64_regs_target.
5048
5049 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5050
5051 * gdb.arch/aarch64-sighandler-regs.c: New test.
5052 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5053 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5054
5055 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5056
5057 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5058 assembly.
5059
5060 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5061
5062 * gdb.base/frame-selection.exp: New file.
5063 * gdb.base/frame-selection.c: New file.
5064
5065 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5066
5067 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5068 pthread barrier.
5069 (main): Likewise.
5070
5071 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5072
5073 * gdb.base/large-frame-1.c: New file.
5074 * gdb.base/large-frame-2.c: New file.
5075 * gdb.base/large-frame.exp: New file.
5076 * gdb.base/large-frame.h: New file.
5077
5078 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5079
5080 PR gdb/20948
5081 * gdb.base/write_mem.exp: New test.
5082 * gdb.base/write_mem.c: Likewise.
5083
5084 2018-09-23 Tom Tromey <tom@tromey.com>
5085
5086 PR python/18852:
5087 * gdb.python/py-parameter.exp: Add test for parameter that throws
5088 on "set".
5089
5090 2018-09-23 Tom Tromey <tom@tromey.com>
5091
5092 PR python/17284:
5093 * gdb.python/py-template.exp (test_template_arg): Add test for
5094 negative template argument number.
5095
5096 2018-09-23 Tom Tromey <tom@tromey.com>
5097
5098 PR python/14062:
5099 * gdb.python/python.exp: Add test for post_event error.
5100
5101 2018-09-23 Tom Tromey <tom@tromey.com>
5102
5103 PR python/18170:
5104 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5105 convert pointers to int and long.
5106
5107 2018-09-23 Tom Tromey <tom@tromey.com>
5108
5109 PR python/20126:
5110 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5111 signed-ness conversion tests.
5112
5113 2018-09-23 Tom Tromey <tom@tromey.com>
5114
5115 PR python/18352;
5116 * gdb.python/py-value.exp (test_float_conversion): New proc.
5117 Use it.
5118
5119 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5120
5121 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5122
5123 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5124
5125 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5126 no readline.
5127 * gdb.base/utf8-identifiers.exp: Likewise.
5128 * gdb.cp/cpcompletion.exp: Likewise.
5129 * gdb.linespec/cpcompletion.exp: Likewise.
5130 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5131 * gdb.linespec/cpls-ops.exp: Likewise.
5132
5133 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5134 Chris January <chris.january@arm.com>
5135
5136 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5137 * gdb.fortran/short-circuit-argument-list.exp: New file.
5138 * gdb.fortran/short-circuit-argument-list.f90: New test.
5139
5140 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5141
5142 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5143 "arch=" keyword when executing "-stack-list-frames".
5144
5145 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5146
5147 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5148 "arch=" keyword when executing "-stack-list-frames".
5149
5150 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5151
5152 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5153 break ada".
5154
5155 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5156
5157 PR python/23669
5158 * gdb.python/python.exp: Test gdb.execute("show commands").
5159
5160 2018-09-16 Tom Tromey <tom@tromey.com>
5161
5162 * gdb.base/new-ui.exp (do_execution_tests): Update.
5163 * gdb.base/dbx.exp (test_breakpoints): Update.
5164
5165 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5166
5167 * lib/gdb.exp (gdb_simple_compile): Add proc.
5168 (is_elf_target): Use gdb_simple_compile.
5169 (skip_altivec_tests): Likewise.
5170 (skip_vsx_tests): Likewise.
5171 (skip_tsx_tests): Likewise.
5172 (skip_btrace_tests): Likewise.
5173 (skip_btrace_pt_tests): Likewise.
5174 (gdb_can_simple_compile): Likewise.
5175 (gdb_has_argv0): Likewise.
5176 (gdb_target_symbol_prefix): Likewise.
5177 (target_supports_scheduler_locking): Likewise.
5178
5179 2018-09-13 Tom Tromey <tom@tromey.com>
5180
5181 * Makefile.in (TAGS): Recognize proc_with_prefix and
5182 gdb_caching_proc.
5183
5184 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5185
5186 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5187 method.
5188
5189 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5190
5191 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5192 and a few other Inferior properties when the Inferior is no
5193 longer valid.
5194
5195 2018-09-13 Tom Tromey <tom@tromey.com>
5196
5197 PR rust/23650:
5198 * gdb.rust/simple.exp: Add test for enum field access error.
5199
5200 2018-09-13 Tom Tromey <tom@tromey.com>
5201
5202 PR rust/23626:
5203 * gdb.rust/simple.rs (EmptyEnum): New type.
5204 (main): Use it.
5205 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5206
5207 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5208
5209 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5210 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5211 * gdb.python/py-symtab.exp: Update test printing an objfile.
5212
5213 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5214
5215 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5216 object.
5217
5218 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5219
5220 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5221 (support_complex_tests): Use gdb_can_simple_compile.
5222 (is_ilp32_target): Likewise.
5223 (is_lp64_target): Likewise.
5224 (is_64_target): Likewise.
5225 (is_amd64_regs_target): Likewise.
5226 (is_aarch32_target): Likewise.
5227 (gdb_int128_helper): Likewise.
5228
5229 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5230
5231 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5232
5233 2018-09-10 Jerome Guitton <guitton@adacore.com>
5234
5235 * gdb.ada/same_component_name: Add test for case of tagged record
5236 with variable-length fields.
5237
5238 2018-09-10 Xavier Roirand <roirand@adacore.com>
5239
5240 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5241 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5242 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5243 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5244
5245 2018-09-10 Xavier Roirand <roirand@adacore.com>
5246
5247 * gdb.ada/mi_string_access.exp: New testcase.
5248 * gdb.ada/mi_string_access/bar.adb: New file.
5249 * gdb.ada/mi_string_access/pck.adb: New file.
5250 * gdb.ada/mi_string_access/pck.asd: New file.
5251
5252 2018-09-10 Xavier Roirand <roirand@adacore.com>
5253
5254 * gdb.ada/mi_var_union.exp: New testcase.
5255 * gdb.ada/mi_var_union/bar.adb: New file.
5256 * gdb.ada/mi_var_union/pck.adb: New file.
5257 * gdb.ada/mi_var_union/pck.asd: New file.
5258
5259 2018-09-08 Tom Tromey <tom@tromey.com>
5260
5261 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5262
5263 2018-09-08 Tom Tromey <tom@tromey.com>
5264
5265 PR python/16047:
5266 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5267 (register_pretty_printers): Register new printer.
5268 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5269 test.
5270 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5271 (an_int_type3): New global.
5272
5273 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5274
5275 * gdb.ada/expr_with_funcall: New testcase.
5276
5277 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5278
5279 * gdb.ada/packed_array_assign: New testcase.
5280
5281 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5282
5283 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5284 names, and add test prefixes to make test names unique.
5285
5286 2018-09-05 Tom de Vries <tdevries@suse.de>
5287
5288 * gdb.dwarf2/varval.exp: Add test.
5289
5290 2018-09-04 Gary Benson <gbenson@redhat.com>
5291
5292 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5293 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5294
5295 2018-08-31 Tom Tromey <tom@tromey.com>
5296
5297 * gdb.rust/simple.rs: Rename second variable "v".
5298
5299 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5300
5301 * gdb.base/funcargs.c (use_a): New function.
5302 (recurse): Call use_a.
5303
5304 2018-08-29 Keith Seitz <keiths@redhat.com>
5305
5306 * gdb.compile/compile-cplus-anonymous.cc: New file.
5307 * gdb.compile/compile-cplus-anonymous.exp: New file.
5308 * gdb.compile/compile-cplus-array-decay.cc: New file.
5309 * gdb.compile/compile-cplus-array-decay.exp: New file.
5310 * gdb.compile/compile-cplus-inherit.cc: New file.
5311 * gdb.compile/compile-cplus-inherit.exp: New file.
5312 * gdb.compile/compile-cplus-member.cc: New file.
5313 * gdb.compile/compile-cplus-member.exp: New file.
5314 * gdb.compile/compile-cplus-method.cc: New file.
5315 * gdb.compile/compile-cplus-method.exp: New file.
5316 * gdb.compile/compile-cplus-mod.c: "New" file.
5317 * gdb.compile/compile-cplus-namespace.cc: New file.
5318 * gdb.compile/compile-cplus-namespace.exp: New file.
5319 * gdb.compile/compile-cplus-nested.cc: New file.
5320 * gdb.compile/compile-cplus-nested.exp: New file.
5321 * gdb.compile/compile-cplus-print.c: "New" file.
5322 * gdb.compile/compile-cplus-print.exp: "New" file.
5323 * gdb.compile/compile-cplus-virtual.cc: New file.
5324 * gdb.compile/compile-cplus-virtual.exp: New file.
5325 * gdb.compile/compile-cplus.c: "New" file.
5326 * gdb.compile/compile-cplus.exp: "New" file.
5327 * lib/compile-support.exp: New file.
5328
5329 2018-08-16 Gary Benson <gbenson@redhat.com>
5330
5331 PR gdb/13000:
5332 * gdb.base/batch-exit-status.exp: New file.
5333 * gdb.base/batch-exit-status.good-commands: Likewise.
5334 * gdb.base/batch-exit-status.bad-commands: Likewise.
5335
5336 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5337
5338 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5339 (struct struct02): Likewise.
5340 (struct struct03): Likewise.
5341 (struct struct04): Likewise.
5342 (struct struct_01_01): New struct.
5343 (struct struct_01_02): Likewise.
5344 (struct struct_01_03): Likewise.
5345 (struct struct_01_04): Likewise.
5346 (struct struct_02_01): Likewise.
5347 (struct struct_02_02): Likewise.
5348 (struct struct_02_03): Likewise.
5349 (struct struct_02_04): Likewise.
5350 (struct struct_04_01): Likewise.
5351 (struct struct_04_02): Likewise.
5352 (struct struct_04_03): Likewise.
5353 (struct struct_04_04): Likewise.
5354 (struct struct_05_01): Likewise.
5355 (struct struct_05_02): Likewise.
5356 (struct struct_05_03): Likewise.
5357 (struct struct_05_04): Likewise.
5358 (cmp_struct01): Remove function.
5359 (cmp_struct02): Likewise.
5360 (cmp_struct03): Likewise.
5361 (cmp_struct04): Likewise.
5362 (cmp_struct_01_01): Add Function.
5363 (cmp_struct_01_02): Likewise.
5364 (cmp_struct_01_03): Likewise.
5365 (cmp_struct_01_04): Likewise.
5366 (cmp_struct_02_01): Likewise.
5367 (cmp_struct_02_02): Likewise.
5368 (cmp_struct_02_03): Likewise.
5369 (cmp_struct_02_04): Likewise.
5370 (cmp_struct_04_01): Likewise.
5371 (cmp_struct_04_02): Likewise.
5372 (cmp_struct_04_03): Likewise.
5373 (cmp_struct_04_04): Likewise.
5374 (cmp_struct_05_01): Likewise.
5375 (cmp_struct_05_02): Likewise.
5376 (cmp_struct_05_03): Likewise.
5377 (cmp_struct_05_04): Likewise.
5378 (call_all): Add new structs.
5379 * gdb.base/infcall-nested-structs.exp: Likewise.
5380
5381 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5382
5383 * gdb.python/py-framefilter-mi.exp: Update regexp to
5384 check for "arch" field in frame output.
5385
5386 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5387
5388 * gdb.dwarf2/dw2-ranges-func.c: New file.
5389 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5390
5391 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5392
5393 * gdb.base/term.exp: Compare terminal settings with values from
5394 the inferior.
5395 * gdb.base/term.c: Get and set terminal settings.
5396
5397 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5398
5399 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5400 accommodate new "arch" field in frame output.
5401 * gdb.mi/mi-return.exp: Likewise.
5402 * gdb.mi/mi-stack.exp: Likewise.
5403 * gdb.mi/mi-syn-frame.exp: Likewise.
5404 * gdb.mi/user-selected-context-sync.exp: Likewise.
5405
5406 2018-08-19 Michael Spang <spang@google.com>
5407
5408 PR gdb/11786
5409 * gdb.base/gcore-tls-pie.c: New file.
5410 * gdb.base/gcore-tls-pie.exp: New file.
5411
5412 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5413
5414 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5415 * gdb.dwarf2/varval.c: New file.
5416 * gdb.dwarf2/varval.exp: New file.
5417
5418 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5419
5420 PR gdb/18931
5421 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5422
5423 2018-08-16 Keith Seitz <keiths@redhat.com>
5424
5425 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5426 tests expected to pass.
5427
5428 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5429
5430 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5431 -data-disassemble -a.
5432 (test_disassembly_bogus_args): Likewise.
5433
5434 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5435
5436 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5437
5438 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5439
5440 * gdb.base/vla-optimized-out.exp: Add new test.
5441
5442 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5443
5444 * gdb.base/vla-optimized-out-o3.exp: Delete.
5445 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5446 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5447 deleted tests.
5448
5449 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5450
5451 PR gdb/18050:
5452 * gdb.server/extended-remote-restart.c: New file.
5453 * gdb.server/extended-remote-restart.exp: New file.
5454
5455 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5456
5457 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5458 "set variable index = 42".
5459
5460 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5461
5462 * boards/index-cache-gdb.exp: New file.
5463 * gdb.dwarf2/index-cache.exp: New file.
5464 * gdb.dwarf2/index-cache.c: New file.
5465 * gdb.base/maint.exp: Check if we are using the index cache.
5466
5467 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5468
5469 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5470 MAKEFLAGS.
5471
5472 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5473
5474 * dg-extract-results.sh: Move to toplevel contrib.
5475 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5476 * Makefile.in (check-parallel-racy): Likewise.
5477
5478 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5479
5480 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5481 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5482 tests if the target supports scheduler locking.
5483
5484 2018-08-04 Tom de Vries <tdevries@suse.de>
5485
5486 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5487
5488 2018-08-02 Tom Tromey <tom@tromey.com>
5489
5490 PR symtab/16842.
5491 * gdb.cp/temargs.exp: Test "info address" of a template
5492 parameter.
5493
5494 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5495
5496 * gdb.python/py-mi-var-info-path-expression.c: New file.
5497 * gdb.python/py-mi-var-info-path-expression.py: New file.
5498 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5499
5500 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5501
5502 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5503 error after "cannot resolve name" string.
5504
5505 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5506
5507 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5508 started.
5509 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5510
5511 2018-07-28 Tom de Vries <tdevries@suse.de>
5512
5513 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5514
5515 2018-07-26 Tom de Vries <tdevries@suse.de>
5516
5517 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5518
5519 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5520
5521 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5522 is visible.
5523
5524 2018-07-26 Tom de Vries <tdevries@suse.de>
5525
5526 PR breakpoints/23366
5527 * gdb.base/catch-follow-exec.c: New test.
5528 * gdb.base/catch-follow-exec.exp: New file.
5529
5530 2018-07-25 Tom de Vries <tdevries@suse.de>
5531
5532 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5533 vla-optimized-out.c.
5534
5535 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5536
5537 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5538 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5539
5540 2018-07-20 Tom de Vries <tdevries@suse.de>
5541
5542 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5543 NOCLONE macro.
5544 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5545
5546 2018-07-19 Tom de Vries <tdevries@suse.de>
5547
5548 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5549 regular expression.
5550
5551 2018-07-18 Tom de Vries <tdevries@suse.de>
5552
5553 * gdb.base/vla-optimized-out.c: New test.
5554 * gdb.base/vla-optimized-out.exp: New file.
5555
5556 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5557
5558 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5559 message "No address associated with hostname" when gdbserver
5560 cannot resolve the hostname.
5561
5562 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5563
5564 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5565 Add some test prefixes to make tests unique.
5566
5567 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5568
5569 * gdb.base/frameapply.c: New file.
5570 * gdb.base/frameapply.exp: New file.
5571
5572 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5573
5574 * gdb.base/skip.exp: Update expected error message.
5575
5576 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5577 Jan Kratochvil <jan.kratochvil@redhat.com>
5578 Paul Fertser <fercerpav@gmail.com>
5579 Tsutomu Seki <sekiriki@gmail.com>
5580
5581 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5582 parameter.
5583 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5584 by default.
5585 * boards/native-gdbserver.exp: Likewise.
5586 * gdb.server/run-without-local-binary.exp: Improve regexp used
5587 for detecting when a remote debugging connection succeeds.
5588 * gdb.server/server-connect.exp: New file.
5589 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5590 Do not prefix the port number with ":".
5591 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5592 support for detecting and using it. Add '$debughost_gdbserver'
5593 to the list of arguments used to start gdbserver. Handle case
5594 when gdbserver cannot resolve a network name.
5595
5596 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5597
5598 PR c++/23373
5599 * gdb.base/ptype-offsets.cc (struct static_member): New
5600 struct.
5601 (main) <stmember>: New variable.
5602 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5603 with a static member in it.
5604
5605 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5606
5607 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5608 watchpoints enabled and disabled.
5609
5610 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5611
5612 * gdb.base/examine-backward.exp: Still run tests around address
5613 0x0, even if address 0x0 is not readable. Update the pattern for
5614 matching address 0x0 in expected output.
5615
5616 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5617
5618 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5619 malloc/free.
5620
5621 2018-07-04 Tom de Vries <tdevries@suse.de>
5622
5623 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5624
5625 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5626
5627 PR tdep/8282
5628 * gdb.arch/mips-disassembler-options.exp: New test.
5629 * gdb.arch/mips-disassembler-options.s: New test source.
5630
5631 2018-06-29 Pedro Alves <palves@redhat.com>
5632
5633 * gdb.threads/names.exp: Adjust expected "info threads" output.
5634
5635 2018-06-29 Pedro Alves <palves@redhat.com>
5636
5637 * gdb.opt/inline-break.exp (line number, address): Add "info
5638 break" tests.
5639
5640 2018-06-29 Pedro Alves <palves@redhat.com>
5641
5642 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5643 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5644 number and address and running to them.
5645
5646 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5647
5648 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5649
5650 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5651
5652 * lib/compiler.c: Remove executable permission flag.
5653
5654 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5655
5656 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5657 code.
5658 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5659
5660 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5661
5662 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5663
5664 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5665
5666 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5667 address argument is omitted.
5668
5669 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5670
5671 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5672
5673 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5674
5675 PR gdb/21695
5676 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5677 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5678
5679 2018-06-26 Tom Tromey <tom@tromey.com>
5680
5681 PR rust/22574:
5682 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5683 * gdb.rust/simple.rs (struct SimpleLayout): New.
5684
5685 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5686
5687 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5688 "info registers" output.
5689
5690 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5691
5692 * gdb.base/watchpoint-hw-attach.c: New test.
5693 * gdb.base/watchpoint-hw-attach.exp: New file.
5694
5695 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5696
5697 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5698 through /bin/sh.
5699 * boards/dwarf4-gdb-index.exp: Likewise.
5700 * boards/fission-dwp.exp: Likewise.
5701
5702 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5703
5704 * gdb.base/float128.exp: Add comment and improved fail message
5705 to the failure case of "print large128" test.
5706
5707 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5708
5709 * configure.ac: Remove AC_PREREQ.
5710 * configure: Re-generate.
5711
5712 2018-06-19 Pedro Alves <palves@redhat.com>
5713
5714 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5715 (func_extern_caller): New.
5716 (main): Call func_extern_caller.
5717 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5718 logic change.
5719
5720 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5721
5722 PR gdb/16841
5723 * gdb.cp/typedef-base.cc: New file.
5724 * gdb.cp/typedef-base.exp: New file.
5725
5726 2018-06-18 Tom de Vries <tdevries@suse.de>
5727
5728 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5729
5730 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5731 Richard Bunt <Richard.Bunt@arm.com>
5732
5733 * gdb.threads/attach-slow-waitpid.c: New file.
5734 * gdb.threads/attach-slow-waitpid.exp: New file.
5735 * gdb.threads/slow-waitpid.c: New file.
5736
5737 2018-06-14 Pedro Alves <palves@redhat.com>
5738
5739 * gdb.base/fork-running-state.c: Include <errno.h>.
5740 (exit_if_relative_exits): New.
5741 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5742 exits.
5743 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5744 child exits.
5745
5746 2018-06-14 Tom de Vries <tdevries@suse.de>
5747
5748 PR cli/22573
5749 * gdb.base/finish-pretty.c: New test.
5750 * gdb.base/finish-pretty.exp: New file.
5751
5752 2018-06-14 Pedro Alves <palves@redhat.com>
5753
5754 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5755 gdb's expected startup output.
5756
5757 2018-06-14 Pedro Alves <palves@redhat.com>
5758
5759 * lib/selftest-support.exp (selftest_setup): Remove inlined
5760 function handling.
5761
5762 2018-06-14 Tom de Vries <tdevries@suse.de>
5763
5764 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5765 matching of breakpoint printing.
5766
5767 2018-06-13 Tom de Vries <tdevries@suse.de>
5768
5769 PR testsuite/23269
5770 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5771 (fork_child): ... here, and ...
5772 (fork_parent): ... here.
5773
5774 2018-06-12 Tom de Vries <tdevries@suse.de>
5775
5776 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5777
5778 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5779 Stephen Roberts <stephen.roberts@arm.com>
5780
5781 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5782 rewrite test to describe action performed, rather than possible
5783 failure.
5784
5785 2018-06-08 Gary Benson <gbenson@redhat.com>
5786
5787 * gdb.threads/check-libthread-db.exp: New file.
5788 * gdb.threads/check-libthread-db.c: Likewise.
5789
5790 2018-06-05 Tom Tromey <tom@tromey.com>
5791
5792 * gdb.base/default.exp: Update expected "show version" output.
5793
5794 2018-06-05 Tom Tromey <tom@tromey.com>
5795
5796 PR cli/12326:
5797 * gdb.cp/static-print-quit.exp: Update.
5798 * lib/gdb.exp (pagination_prompt): Update.
5799 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5800 * gdb.python/python.exp: Update.
5801
5802 2018-06-04 Joel Brobecker <brobecker@adacore.com>
5803
5804 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5805
5806 2018-06-01 Joel Brobecker <brobecker@adacore.com>
5807
5808 * gdb.ada/bp_fun_addr: New testcase.
5809
5810 2018-06-01 Tom Tromey <tom@tromey.com>
5811
5812 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5813 results.
5814 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5815 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5816 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5817 * gdb.base/maint.exp (maint_pass_if): Update.
5818
5819 2018-05-31 Maciej W. Rozycki <macro@mips.com>
5820
5821 * gdb.base/endian.exp: New test.
5822 * gdb.base/endian.c: New test source.
5823
5824 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5825
5826 PR gdb/23203
5827 * gdb.base/bt-selected-frame.c: New file.
5828 * gdb.base/bt-selected-frame.exp: New file.
5829 * lib/gdb.exp (get_current_frame_number): New function.
5830
5831 2018-05-24 Maciej W. Rozycki <macro@mips.com>
5832 Pedro Alves <palves@redhat.com>
5833
5834 * gdb.threads/tls-core.c: Include <stdlib.h>
5835 (thread_proc): Call `abort'.
5836 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5837 (tls_core_test): New procedure, bits factored out from ...
5838 (top level): ... here. Test both native cores and gcore cores.
5839
5840 2018-05-23 Tom Tromey <tom@tromey.com>
5841
5842 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5843
5844 2018-05-23 Tom Tromey <tom@tromey.com>
5845
5846 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5847 symfile_complaints.
5848 (test_short_complaints): Likewise.
5849 (test_empty_complaints): Likewise.
5850 (test_initial_complaints): Update.
5851
5852 2018-05-23 Tom Tromey <tom@tromey.com>
5853
5854 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5855
5856 2018-05-23 Tom Tromey <tom@tromey.com>
5857
5858 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5859 (test_short_complaints): Update.
5860
5861 2018-05-22 Pedro Alves <palves@redhat.com>
5862
5863 * gdb.base/remote.exp: Only gdb_start after compiling the
5864 testcase. Issue "disconnect" before testing "set remote" command
5865 defaults. Issue clean_restart before running to main.
5866
5867 2018-05-22 Pedro Alves <palves@redhat.com>
5868
5869 * gdb.base/remote.exp: Adjust expected output of "show remote
5870 memory-write-packet-size". Add tests for "set remote
5871 memory-write-packet-size 0" and "set remote
5872 memory-write-packet-size fixed/limit".
5873
5874 2018-05-22 Pedro Alves <palves@redhat.com>
5875
5876 PR gdb/22973
5877 * gdb.base/utf8-identifiers.c: New file.
5878 * gdb.base/utf8-identifiers.exp: New file.
5879
5880 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5881
5882 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5883
5884 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5885
5886 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5887
5888 2018-05-18 Tom Tromey <tom@tromey.com>
5889
5890 * gdb.base/ptype-offsets.exp: Update.
5891
5892 2018-05-17 Keith Seitz <keiths@redhat.com>
5893
5894 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5895 in expected breakpoint stop locations.
5896 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5897 move to proper scope to test variable values.
5898 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5899 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5900 New functions.
5901 (main): Call not_inline_func3.
5902 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5903 inline_func1, inline_func2, and inline_func3. Test that when each
5904 breakpoint is hit, GDB properly reports both the stop location
5905 and the backtrace. Repeat tests for temporary breakpoints.
5906
5907 2018-05-15 Maciej W. Rozycki <macro@mips.com>
5908
5909 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5910 rather then trying to access it in determining whether the PID
5911 of `gdbserver' could have been retrieved.
5912
5913 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5914
5915 * gdb.arch/amd64-init-x87-values.S: New file.
5916 * gdb.arch/amd64-init-x87-values.exp: New file.
5917
5918 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5919
5920 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5921
5922 2018-05-04 Tom Tromey <tom@tromey.com>
5923
5924 PR python/22730:
5925 * gdb.python/python.exp: Test multi-line execute.
5926
5927 2018-05-04 Tom Tromey <tom@tromey.com>
5928
5929 PR python/22731:
5930 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5931
5932 2018-05-04 Tom Tromey <tom@tromey.com>
5933
5934 PR gdb/11750:
5935 * gdb.base/define.exp: Test defining a user command inside a user
5936 command.
5937 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5938
5939 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5940 Pedro Alves <palves@redhat.com>
5941
5942 PR breakpoints/19806 and support for PR external/20207.
5943 * gdb.base/watchpoint-unaligned.c: New file.
5944 * gdb.base/watchpoint-unaligned.exp: New file.
5945
5946 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5947
5948 * gdb.base/maint.exp: Make test names unique, use
5949 test_prefix_command_help to test 'help maint info', and remove
5950 repeated test of 'help maint'.
5951
5952 2018-05-04 Tom Tromey <tom@tromey.com>
5953
5954 PR gdb/22619:
5955 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5956 behavior.
5957
5958 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5959
5960 * gdb.base/maint.exp: Process output from 'maint print registers'
5961 line at a time.
5962
5963 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5964
5965 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5966 timeout.
5967
5968 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5969
5970 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5971 filter pattern.
5972
5973 2018-05-02 Pedro Alves <palves@redhat.com>
5974
5975 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5976 to_log_command renames.
5977 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5978
5979 2018-05-02 Tom Tromey <tom@tromey.com>
5980
5981 * gdb.python/py-parameter.exp: Set test message.
5982
5983 2018-05-02 Tom Tromey <tom@tromey.com>
5984
5985 PR python/20084:
5986 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5987 PARAM_ZUINTEGER_UNLIMITED tests.
5988
5989 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5990
5991 PR rust/23124
5992 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5993 when casting.
5994
5995 2018-04-30 Tom Tromey <tom@tromey.com>
5996
5997 * gdb.python/py-type.exp: Check align attribute.
5998 * gdb.python/py-type.c: New "aligncheck" global.
5999
6000 2018-04-30 Tom Tromey <tom@tromey.com>
6001
6002 PR exp/17095:
6003 * gdb.dwarf2/dw2-align.exp: New file.
6004 * gdb.cp/align.exp: New file.
6005 * gdb.base/align.exp: New file.
6006 * lib/gdb.exp (gdb_int128_helper): New proc.
6007 (has_int128_c, has_int128_cxx): New caching procs.
6008
6009 2018-04-27 Tom Tromey <tom@tromey.com>
6010
6011 PR rust/22545:
6012 * gdb.rust/simple.exp: Add inclusive range tests.
6013
6014 2018-04-26 Pedro Alves <palves@redhat.com>
6015
6016 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6017 ifunc breakpoint locations correctly of ifunc breakpoints set
6018 while the program resolves the ifunc.
6019
6020 2018-04-26 Pedro Alves <palves@redhat.com>
6021
6022 * gdb.base/gnu-ifunc-final.c: New file.
6023 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6024 * gdb.base/gnu-ifunc.exp (executable): Delete.
6025 (staticexecutable): Adjust.
6026 (lib_opts, exec_opts): Delete.
6027 (make_binsuffix, build, set-break): New procedures.
6028 (misc_tests): New, with tests factored out from the top level.
6029 (top level): Test different combinations of ifunc resolver name,
6030 resolver with and with debug info, and ifunc target with and
6031 without debug info. Wrap static tests with with_target_prefix.
6032
6033 2018-04-26 Pedro Alves <palves@redhat.com>
6034
6035 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6036 return type" warnings.
6037
6038 2018-04-25 Pedro Alves <palves@redhat.com>
6039
6040 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6041 killed".
6042 * gdb.base/kill-after-signal.exp: Likewise.
6043 * gdb.threads/kill.exp: Likewise.
6044
6045 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6046 Sergio Durigan Junior <sergiodj@redhat.com>
6047 Pedro Alves <palves@redhat.com>
6048
6049 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6050 regexps to expect for '[Inferior ... detached]' as well.
6051 * gdb.base/attach.exp: Likewise.
6052 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6053 "gdb_continue_to_end".
6054 (test_catch_syscall_with_wrong_args): Likewise.
6055 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6056 ']'. Don't set 'verbose' on.
6057 * gdb.base/foll-vfork.exp: Likewise.
6058 * gdb.base/fork-print-inferior-events.c: New file.
6059 * gdb.base/fork-print-inferior-events.exp: New file.
6060 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6061 '[Inferior ... has been killed]' message.
6062 * gdb.base/kill-after-signal.exp: Likewise.
6063 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6064 detach message.
6065 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6066 message.
6067 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6068 regexps to expect for '[Inferior ... detached]' as well.
6069 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6070
6071 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6072
6073 PR gdb/23104
6074 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6075
6076 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6077
6078 PR gdb/23095
6079 * gdb.base/break-probes.exp: Pass shlib_load to
6080 prepare_for_testing. Set normal_bp to r_debug_state if target is
6081 bsd.
6082
6083 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6084
6085 * gdb.threads/multiple-successive-infcall.c: New test.
6086 * gdb.threads/multiple-successive-infcall.exp: New file.
6087
6088 2018-04-17 Tom Tromey <tom@tromey.com>
6089
6090 * gdb.rust/simple.rs (Union): New type.
6091 (main): New local "u".
6092 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6093
6094 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6095
6096 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6097 number information in output of "whereis" command.
6098 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6099
6100 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6101
6102 * gdb.ada/info_types.exp: Adjust expected output to the line
6103 numbers now printed by "info var/func/type".
6104 * gdb.base/completion.exp: Likewise.
6105 * gdb.base/included.exp: Likewise.
6106 * gdb.cp/cp-relocate.exp: Likewise.
6107 * gdb.cp/cplusfuncs.exp: Likewise.
6108 * gdb.cp/namespace.exp: Likewise.
6109 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6110
6111 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6112
6113 * gdb.btrace/cpu.exp: New.
6114
6115 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6116
6117 * gdb.base/step-indirect-call-thunk.exp: New.
6118 * gdb.base/step-indirect-call-thunk.c: New.
6119 * gdb.reverse/step-indirect-call-thunk.exp: New.
6120 * gdb.reverse/step-indirect-call-thunk.c: New.
6121
6122 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6123
6124 * gdb.base/pie-fork.c: New file.
6125 * gdb.base/pie-fork.exp: New file.
6126
6127 2018-04-11 Tom Tromey <tom@tromey.com>
6128
6129 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6130
6131 2018-04-10 Pedro Alves <palves@redhat.com>
6132
6133 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6134 exits. Instead loop running forever.
6135 (fork_parent): Run forever too.
6136
6137 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6138
6139 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6140 mi_continue_to_line.
6141 * gdb.mi/mi-stack.c (callee4): Add comment.
6142
6143 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6144
6145 * gdb.mi/mi-stack.exp: Fix indentation.
6146
6147 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6148
6149 PR gdb/22979
6150 * gdb.arch/amd64-osabi.exp: New file.
6151
6152 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6153
6154 PR gdb/22980
6155 * gdb.base/osabi.exp: New file.
6156
6157 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6158
6159 * gdb.cp/static-typedef-print.exp: New file.
6160 * gdb.cp/static-typedef-print.cc: New file.
6161
6162 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6163
6164 * gdb.ada/varsize_limit: New testcase.
6165
6166 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6167
6168 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6169
6170 * gdb.ada/notcplusplus: New testcase.
6171
6172 * gdb.base/c-linkage-name.c: New file.
6173 * gdb.base/c-linkage-name.exp: New testcase.
6174
6175 2018-03-26 Tom Tromey <tom@tromey.com>
6176
6177 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6178 * gdb.python/py-framefilter.py (name_error): New global.
6179 (ErrorInName.function): Use name_error.
6180
6181 2018-03-26 Tom Tromey <tom@tromey.com>
6182
6183 PR backtrace/15582:
6184 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6185
6186 2018-03-23 Keith Seitz <keiths@redhat.com>
6187
6188 PR c++/22968
6189 * gdb.cp/subtypes.exp: New file.
6190 * gdb.cp/subtypes.h: New file.
6191 * gdb.cp/subtypes.cc: New file.
6192 * gdb.cp/subtypes-2.cc: New file.
6193
6194 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6195
6196 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6197 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6198 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6199 -nostartfiles when compiling the test. Confirm that all registers
6200 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6201
6202 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6203
6204 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6205 option, syntax was wrong anyway.
6206 * gdb.arch/arm-disp-step.exp: Likewise.
6207 * gdb.arch/sparc64-regs.exp: Likewise.
6208 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6209 option, syntax was wrong anyway, switch to use
6210 prepare_for_testing.
6211 * gdb.arch/i386-disp-step.exp: Likewise.
6212
6213 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6214
6215 * gdb.ada/exec_changed.exp: Replace "target_info exists
6216 use_gdb_stub" by "use_gdb_stub".
6217 * gdb.ada/start.exp: Likewise.
6218 * gdb.base/async-shell.exp: Likewise.
6219 * gdb.base/attach-pie-misread.exp: Likewise.
6220 * gdb.base/attach-wait-input.exp: Likewise.
6221 * gdb.base/break-entry.exp: Likewise.
6222 * gdb.base/break-interp.exp: Likewise.
6223 * gdb.base/dprintf-detach.exp: Likewise.
6224 * gdb.base/nostdlib.exp: Likewise.
6225 * gdb.base/solib-nodir.exp: Likewise.
6226 * gdb.base/statistics.exp: Likewise.
6227 * gdb.base/testenv.exp: Likewise.
6228 * gdb.mi/mi-exec-run.exp: Likewise.
6229 * gdb.mi/mi-start.exp: Likewise.
6230 * gdb.multi/dummy-frame-restore.exp: Likewise.
6231 * gdb.multi/multi-arch-exec.exp: Likewise.
6232 * gdb.multi/multi-arch.exp: Likewise.
6233 * gdb.multi/tids.exp: Likewise.
6234 * gdb.multi/watchpoint-multi.exp: Likewise.
6235 * gdb.python/py-events.exp: Likewise.
6236 * gdb.threads/attach-into-signal.exp: Likewise.
6237 * gdb.threads/attach-stopped.exp: Likewise.
6238 * gdb.threads/threadapply.exp: Likewise.
6239 * lib/selftest-support.exp: Likewise.
6240
6241 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6242
6243 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6244
6245 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6246
6247 * gdb.perf/template-breakpoints.cc: New file.
6248 * gdb.perf/template-breakpoints.exp: New file.
6249 * gdb.perf/template-breakpoints.py: New file.
6250
6251 2018-03-19 Tom Tromey <tom@tromey.com>
6252
6253 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6254 y0.
6255 * gdb.rust/simple.exp: Test bare identifier form of struct
6256 initializer.
6257
6258 2018-03-19 Tom Tromey <tom@tromey.com>
6259
6260 * gdb.gdb/observer.exp: Remove.
6261
6262 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6263
6264 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6265 "qualified" option when setting breakpoints.
6266 * gdb.trace/backtrace.exp: Likewise.
6267 * gdb.trace/circ.exp: Likewise.
6268 * gdb.trace/collection.exp: Likewise.
6269 * gdb.trace/disconnected-tracing.exp: Likewise.
6270 * gdb.trace/ftrace-lock.exp: Likewise.
6271 * gdb.trace/ftrace.exp: Likewise.
6272 * gdb.trace/infotrace.exp: Likewise.
6273 * gdb.trace/packetlen.exp: Likewise.
6274 * gdb.trace/passc-dyn.exp: Likewise.
6275 * gdb.trace/qtro.exp: Likewise.
6276 * gdb.trace/read-memory.exp: Likewise.
6277 * gdb.trace/report.exp: Likewise.
6278 * gdb.trace/signal.exp: Likewise.
6279 * gdb.trace/status-stop.exp: Likewise.
6280 * gdb.trace/strace.exp: Likewise.
6281 * gdb.trace/tfind.exp: Likewise.
6282 * gdb.trace/trace-break.exp: Likewise.
6283 * gdb.trace/trace-condition.exp: Likewise.
6284 * gdb.trace/trace-mt.exp: Likewise.
6285 * gdb.trace/tstatus.exp: Likewise.
6286 * gdb.trace/tsv.exp: Likewise.
6287 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6288 * gdb.trace/unavailable.exp: Likewise.
6289 * gdb.trace/while-dyn.exp: Likewise.
6290
6291 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6292
6293 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6294 that libinproctrace is copied to the target.
6295
6296 2018-03-14 Tom Tromey <tom@tromey.com>
6297
6298 PR cli/14977:
6299 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6300 a null pointer.
6301 * gdb.base/wchar.exp: Likewise.
6302
6303 2018-03-14 Tom Tromey <tom@tromey.com>
6304
6305 PR cli/19918:
6306 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6307 flag.
6308
6309 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6310
6311 PR gdb/22841
6312 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6313 "target" to remote_exec.
6314
6315 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6316
6317 PR gdb/22841
6318 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6319 ${board}_upload): Remove.
6320
6321 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6322
6323 * gdb.cp/watch-cp.cc: New test.
6324 * gdb.cp/watch-cp.exp: New file.
6325
6326 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6327
6328 * gdb.base/infcall-nested-structs.exp: New file.
6329 * gdb.base/infcall-nested-structs.c: New file.
6330 * gdb.base/float.exp: Add riscv support.
6331
6332 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6333
6334 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6335 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6336
6337 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6338
6339 * gdb.server/abspath.exp: New file.
6340 * lib/gdb.exp (with_cwd): New procedure.
6341
6342 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6343
6344 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6345 use it.
6346 (gdb_is_target_remote_prompt): New proc.
6347 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6348 (gdb_is_target_native): Pass prompt parameter to
6349 gdb_is_target_1.
6350
6351 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6352
6353 * gdb.base/load-command.c: New file.
6354 * gdb.base/load-command.exp: New file.
6355 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6356 (gdb_is_target_1): ...this, and generalize for other targets
6357 than just remote.
6358 (gdb_is_target_remote): Use gdb_is_target_1.
6359 (gdb_is_target_native): use gdb_is_target_1.
6360
6361 2018-02-26 Tom Tromey <tom@tromey.com>
6362
6363 PR python/16497:
6364 * gdb.python/py-framefilter.exp: Update test.
6365
6366 2018-02-26 Tom Tromey <tom@tromey.com>
6367
6368 * gdb.dwarf2/variant.c: New file.
6369 * gdb.dwarf2/variant.exp: New file.
6370
6371 2018-02-26 Tom Tromey <tom@tromey.com>
6372
6373 * gdb.rust/simple.exp: Accept more possible results in enum test.
6374
6375 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6376
6377 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6378 parentheses.
6379
6380 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6381
6382 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6383 name of a variable: $actual_linejj -> $actual_line.
6384
6385 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6386
6387 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6388
6389 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6390
6391 * gdb.btrace/buffer-size.exp: Do not force BTS.
6392
6393 2018-02-14 Pedro Alves <palves@redhat.com>
6394
6395 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6396 getting a "Quit".
6397
6398 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6399
6400 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6401 Fix test name.
6402
6403 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6404
6405 * gdb.cp/m-static.exp: Check type of optimized out static
6406 member.
6407
6408 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6409
6410 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6411 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6412
6413 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6414 Leszek Swirski <leszeks@google.com>
6415
6416 * gdb.python/py-prettyprint.c
6417 (struct to_string_returns_value_inner,
6418 struct to_string_returns_value_wrapper): New.
6419 (main): Add tsrvw variable.
6420 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6421 ToStringReturnsValueWrapper): New classes.
6422 (register_pretty_printers): Register new pretty-printers.
6423 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6424 recursive pretty printer.
6425 * gdb.python/py-mi.exp: Likewise.
6426
6427 2018-02-01 Leszek Swirski <leszeks@google.com>
6428
6429 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6430 functions with the same name as an include file are parsed
6431 correctly.
6432
6433 2018-02-01 Yao Qi <yao.qi@linaro.org>
6434
6435 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6436 "\[^\r\n\]*".
6437
6438 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6439
6440 * gdb.arch/powerpc-prologue-frame.s: New file.
6441 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6442 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6443
6444 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6445
6446 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6447
6448 2018-01-30 Pedro Alves <palves@redhat.com>
6449
6450 PR gdb/13211
6451 * gdb.base/interrupt-daemon.c: New.
6452 * gdb.base/interrupt-daemon.exp: New.
6453 * gdb.multi/multi-term-settings.c: New.
6454 * gdb.multi/multi-term-settings.exp: New.
6455
6456 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6457
6458 * gdb.base/break.exp: Save the location where the breakpoint
6459 on break.c:47 was actually inserted when debugging the version
6460 compiled at -O2 and use it in the expected output of the "info
6461 break" test performed soon after.
6462
6463 2018-01-22 Pedro Alves <palves@redhat.com>
6464 Sergio Durigan Junior <sergiodj@redhat.com>
6465
6466 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6467 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6468
6469 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6470
6471 * gdb.base/break-include.c, gdb.base/break-include.inc,
6472 gdb.base/break-include.exp: New files.
6473 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6474 line number now being the actual line number where the breakpoint
6475 was inserted.
6476 * gdb.mi/mi-break.exp: Likewise.
6477 * gdb.mi/mi-reverse.exp: Likewise.
6478 * gdb.mi/mi-simplerun.exp: Ditto.
6479
6480 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6481
6482 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6483 varobj.
6484 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6485
6486 2018-01-21 Don Breazeal <donb@codesourcery.com>
6487 Andrew Burgess <andrew.burgess@embecosm.com>
6488
6489 * gdb.mi/basics.c: Add new global.
6490 * gdb.mi/mi-frame-regs.exp: New file.
6491 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6492 case.
6493
6494 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6495
6496 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6497 non-parameter, and on an unknown symbol.
6498
6499 2018-01-19 Tom Tromey <tom@tromey.com>
6500
6501 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6502 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6503
6504 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6505
6506 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6507 setrlimit and chdir to int.
6508
6509 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6510
6511 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6512 function.
6513 (my_tend): Likewise.
6514 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6515 rationale of avoiding FP- and vector instructions.
6516
6517 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6518
6519 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6520 "info reg" with "\[ \t\]*".
6521 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6522 "\[ \t\]+".
6523 * gdb.arch/s390-multiarch.exp: Ditto.
6524 * gdb.base/pc-fp.exp: Ditto.
6525 * gdb.reverse/i386-precsave.exp: Ditto.
6526 * gdb.reverse/i386-reverse.exp: Ditto.
6527 * gdb.reverse/i387-env-reverse.exp: Ditto.
6528 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6529
6530 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6531
6532 * lib/gdb.exp (gdb_compile): Re-enable use of
6533 universal_compile_options for languages other than Rust.
6534
6535 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6536
6537 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6538
6539 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6540
6541 PR gdb/16577
6542 * gdb.base/solib-vanish.exp: New.
6543 * gdb.base/solib-vanish-main.c: New.
6544 * gdb.base/solib-vanish-lib1.c: New.
6545 * gdb.base/solib-vanish-lib2.c: New.
6546
6547 2018-01-17 Yao Qi <yao.qi@linaro.org>
6548
6549 * gdb.compile/compile.exp: Match the address printed for
6550 frame in the output of command "bt".
6551
6552 2018-01-15 Tom Tromey <tom@tromey.com>
6553
6554 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6555 compute sp_reg.
6556
6557 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6558
6559 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6560 to prepare.
6561 (prepare): Return 0 on error, 1 on success.
6562
6563 2018-01-12 Pedro Alves <palves@redhat.com>
6564
6565 * gdb.base/continue-after-aborted-step-over.c: New.
6566 * gdb.base/continue-after-aborted-step-over.exp: New.
6567
6568 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6569
6570 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6571 options when not creating an executable.
6572
6573 2018-01-11 Pedro Alves <palves@redhat.com>
6574
6575 PR remote/22597
6576 * gdb.server/stop-reply-no-thread.c: New file.
6577 * gdb.server/stop-reply-no-thread.exp: New file.
6578
6579 2018-01-10 Pedro Alves <palves@redhat.com>
6580
6581 PR gdb/22670
6582 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6583 functions too. Test setting breakpoints and printing C functions
6584 with no debug info too.
6585 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6586
6587 2018-01-10 Pedro Alves <palves@redhat.com>
6588
6589 PR gdb/22670
6590 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6591 a fail.
6592
6593 2018-01-10 Pedro Alves <palves@redhat.com>
6594
6595 PR gdb/22670
6596 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6597
6598 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6599
6600 * gdb.server/unittest.exp: Match the output in non-development
6601 mode.
6602
6603 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6604
6605 * gdb.gdb/unittest.exp: Match output in non-development mode.
6606
6607 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6608
6609 * gdb.ada/access_tagged_param.exp: Relax expected output
6610 for value of "ObjL" in "continue" to pck.inspect breakpoint
6611 test.
6612
6613 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6614
6615 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6616 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6617
6618 2018-01-05 Pedro Alves <palves@redhat.com>
6619
6620 PR gdb/18653
6621 * gdb.base/libsegfault.exp: New.
6622
6623 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6624
6625 PR gdb/22670
6626 * gdb.ada/access_tagged_param.exp: New file.
6627 * gdb.ada/access_tagged_param/foo.adb: New file.
6628
6629 2018-01-05 Pedro Alves <palves@redhat.com>
6630
6631 PR gdb/22670
6632 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6633 exercise lower case too, and to exercise both full matching and
6634 wild matching.
6635
6636 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6637
6638 * gdb.ada/rename_subscript_param: New testcase.
6639
6640 2018-01-05 Jerome Guitton <guitton@adacore.com>
6641
6642 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6643
6644 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6645
6646 * gdb.ada/convvar_comp: New testcase.
6647
6648 2018-01-05 Xavier Roirand <roirand@adacore.com>
6649
6650 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6651 (My_Table): New global variable.
6652 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6653
6654 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6655
6656 PR gdb/22670
6657 * gdb.ada/maint_with_ada: New testcase.
6658
6659 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6660
6661 PR gdb/22670
6662 * gdb.ada/bp_c_mixed_case: New testcase.
6663
6664 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6665
6666 PR gdb/22670
6667 * gdb.ada/complete.exp: Add "complete break ada" test.
6668
6669 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6670
6671 PR gdb/22670
6672 * gdb.ada/info_addr_mixed_case: New testcase.
6673
6674 2018-01-03 Xavier Roirand <roirand@adacore.com>
6675
6676 * gdb.ada/excep_handle.exp: New testcase.
6677 * gdb.ada/excep_handle/foo.adb: New file.
6678 * gdb.ada/excep_handle/pck.ads: New file.
6679
6680 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6681
6682 * gdb.base/step-line.c: Add extra empty line in copyright header.
6683 * gdb.base/step-line.inp: Likewise.
6684
6685 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6686
6687 * gdb.ada/dyn_stride.exp: Add slice test.
6688
6689 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6690
6691 * gdb.ada/dyn_stride: New testcase.
6692
6693 2017-12-27 Stafford Horne <shorne@gmail.com>
6694
6695 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6696 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6697
6698 2017-12-27 Stafford Horne <shorne@gmail.com>
6699
6700 * gdb.base/reggroups.c: New file.
6701 * gdb.base/reggroups.exp: New file.
6702
6703 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6704
6705 * gdb.dwarf2/ada-valprint-error.c: New file.
6706 * gdb.dwarf2/ada-valprint-error.exp: New file.
6707
6708 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6709
6710 * gdb.ada/assign_arr: New testcase.
6711
6712 2017-12-18 Xavier Roirand <roirand@adacore.com>
6713
6714 * gdb.ada/funcall_ptr: New testcase.
6715
6716 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6717
6718 PR cli/16224
6719 * gdb.base/ptype-offsets.cc: New file.
6720 * gdb.base/ptype-offsets.exp: New file.
6721
6722 2017-12-15 Yao Qi <yao.qi@linaro.org>
6723
6724 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6725 if XML is disabled.
6726
6727 2017-12-15 Xavier Roirand <roirand@adacore.com>
6728
6729 * gdb.ada/same_component_name: New testcase.
6730
6731 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6732
6733 * gdb.ada/str_binop_equal: New testcase.
6734
6735 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6736
6737 * gdb.ada/task_switch_in_core: New testcase.
6738
6739 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6740
6741 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6742 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6743 call test_bkpt_qualified.
6744 (test_bkpt_qualified): New proc.
6745
6746 2017-12-13 Pedro Alves <palves@redhat.com>
6747
6748 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6749 Tighten regexp by matching with an anchor.
6750
6751 2017-12-13 Pedro Alves <palves@redhat.com>
6752
6753 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6754 ("expression with namespace"): New set of tests.
6755 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6756 (Nested::Test_NS::qux): New.
6757 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6758 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6759
6760 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6761
6762 * gdb.base/server-del-break.c: New file.
6763 * gdb.base/server-del-break.exp: New file.
6764
6765 2017-12-12 Stafford Horne <shorne@gmail.com>
6766
6767 * gdb.xml/tdesc-regs.exp: Add or1k support.
6768
6769 2017-12-12 Stafford Horne <shorne@gmail.com>
6770
6771 * gdb.base/bp-permanent.c: Define nop of or1k.
6772
6773 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6774
6775 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6776 output with components being reordered.
6777
6778 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6779
6780 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6781 output with components being reordered.
6782
6783 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6784 Pedro Alves <palves@redhat.com>
6785
6786 * gdb.base/maint.exp (check for .gdb_index): Check also for
6787 .debug_names.
6788 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6789 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6790 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6791 (.gdb_index used after symbol reloading): Support also .debug_names.
6792 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6793
6794 2017-12-08 Yao Qi <yao.qi@linaro.org>
6795
6796 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6797 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6798
6799 2017-12-08 Yao Qi <yao.qi@linaro.org>
6800
6801 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6802 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6803
6804 2017-12-08 Yao Qi <yao.qi@linaro.org>
6805
6806 * gdb.arch/aarch64-tagged-pointer.c: New file.
6807 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6808
6809 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6810
6811 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6812 "int".
6813
6814 2017-12-07 Keith Seitz <keiths@redhat.com>
6815
6816 PR breakpoints/22569
6817 * gdb.linespec/ls-errs.exp: Change expected result of "break
6818 -source this file has spaces.c -line 3".
6819 Check that an explicit source file followed by whitespace is
6820 identified as an invalid explicit location.
6821
6822 2017-12-07 Keith Seitz <keiths@redhat.com>
6823
6824 * gdb.cp/nested-types.cc: New file.
6825 * gdb.cp/nested-types.exp: New file.
6826 * lib/cp-support.exp: Load data-structures.exp library.
6827 (debug_cp_test_ptype_class): New global.
6828 (cp_ptype_class_verbose, next_line): New procedures.
6829 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6830 Add and document new return value.
6831 Switch the list of lines to a queue.
6832 Add support for new `type' key for nested type definitions.
6833 Add debugging/troubleshooting messages.
6834 * lib/data-structures.exp: New file.
6835
6836 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6837
6838 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6839 with proc_with_prefix, don't use with_test_prefix.
6840
6841 2017-12-07 Tom Tromey <tom@tromey.com>
6842
6843 * gdb.base/break.exp: Add test for empty "commands".
6844
6845 2017-12-07 Yao Qi <yao.qi@linaro.org>
6846
6847 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6848 malloc and catch syscall.
6849
6850 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6851
6852 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6853 tests for explicit locations.
6854
6855 2017-12-06 Pedro Alves <palves@redhat.com>
6856
6857 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6858 force-disabling XML descriptions.
6859
6860 2017-12-04 Pedro Alves <palves@redhat.com>
6861
6862 PR gdb/22499
6863 * gdb.arch/amd64-disp-step-avx.S: New file.
6864 * gdb.arch/amd64-disp-step-avx.exp: New file.
6865
6866 2017-12-03 Pedro Alves <palves@redhat.com>
6867
6868 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6869 and <string.h>.
6870 (parent_function): Print distinct messages when waitpid fails, or
6871 the child exits with a signal, or the child exits for an unhandled
6872 reason.
6873 * gdb.threads/process-dies-while-detaching.exp
6874 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6875 it. Wait for both inferior output and GDB's prompt. Use an
6876 indirect spawn id list.
6877 (do_detach): New parameter 'child_exit'. Use it to compute
6878 expected inferior output.
6879 (test_detach, test_detach_watch, test_detach_killed_outside):
6880 Adjust to pass down the expected child exit kind.
6881
6882 2017-12-01 Joel Brobecker <brobecker@adacore.com>
6883 Sergio Durigan Junior <sergiodj@redhat.com>
6884 Pedro Alves <palves@redhat.com>
6885
6886 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6887
6888 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6889
6890 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6891 to 'symbol-file' and 'add-symbol-file' can be
6892 position-independent.
6893
6894 2017-12-01 Yao Qi <yao.qi@linaro.org>
6895
6896 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6897 the URL in copyright header.
6898 * gdb.arch/aarch64-fp.exp: Likewise.
6899 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6900 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6901 * gdb.base/expand-psymtabs.exp: Likewise.
6902 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6903 * gdb.fortran/common-block.exp: Likewise.
6904 * gdb.fortran/common-block.f90: Likewise.
6905 * gdb.fortran/logical.exp: Likewise.
6906 * gdb.fortran/vla-datatypes.f90: Likewise.
6907 * gdb.fortran/vla-sub.f90: Likewise.
6908
6909 2017-11-30 Joel Brobecker <brobecker@adacore.com>
6910
6911 * gdb.ada/repeat_dyn: New testcase.
6912
6913 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6914
6915 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6916 Update for changed thread numbering.
6917 * gdb.cell/bt.exp: Update for changed GDB output.
6918
6919 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6920
6921 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6922 setting isremote by hand.
6923 * boards/dwarf4-gdb-index.exp: Likewise.
6924 * boards/fission.exp: Likewise.
6925 * boards/stabs.exp: Likewise.
6926
6927 2017-11-30 Pedro Alves <palves@redhat.com>
6928
6929 * gdb.linespec/cpls-ops.exp
6930 (check_explicit_skips_function_argument): Extract the underlying
6931 type of size_t instead of hardcoding it.
6932
6933 2017-11-29 Pedro Alves <palves@redhat.com>
6934
6935 PR c++/19436
6936 * gdb.linespec/cpls-abi-tag.cc: New file.
6937 * gdb.linespec/cpls-abi-tag.exp: New file.
6938
6939 2017-11-29 Pedro Alves <palves@redhat.com>
6940
6941 * gdb.base/langs.exp: Use -qualified.
6942 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6943 it.
6944 * gdb.cp/namespace.exp: Use -qualified.
6945 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6946 (overload-3, template-overload, template-ret-type, const-overload)
6947 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6948 procedures.
6949 (test_driver): Call them.
6950 * gdb.cp/save-bp-qualified.cc: New.
6951 * gdb.cp/save-bp-qualified.exp: New.
6952 * gdb.linespec/explicit.exp: Test -qualified.
6953 * lib/completion-support.exp (completion::explicit_opts_list): Add
6954 "-qualified".
6955 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6956
6957 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6958
6959 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6960
6961 2017-11-29 Tom Tromey <tom@tromey.com>
6962
6963 * gdb.base/relocate.exp: Update invalid argument test.
6964 Add new tests for invalid arguments.
6965
6966 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6967
6968 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6969 Return 0 as a long.
6970 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6971
6972 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6973
6974 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6975 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6976 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6977 func ().
6978 * gdb.cp/shadow.cc (B.func): Return 0.
6979
6980 2017-11-27 Joel Brobecker <brobecker@adacore.com>
6981
6982 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6983 expected output in gdb_expect call to allow the exception
6984 message to be present as well. Fix syntax confusion to avoid
6985 TCL thinking that exception_name is an array.
6986
6987 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6988
6989 * gdb.arch/spu-info.c: Include <unistd.h>.
6990 (do_signal_test): Fix broken calls to write.
6991 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6992 Fix checks for empty mailboxes. Update signal tests for corrected
6993 do_signal_test routine. Allow nonzero event status.
6994 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6995 * gdb.cell/arch.exp: Use standard_output_file.
6996 * gdb.cell/break.exp: Likewise.
6997 * gdb.cell/bt.exp: Likewise.
6998 * gdb.cell/core.exp: Likewise.
6999 * gdb.cell/dwarfaddr.exp: Likewise.
7000 * gdb.cell/ea-cache.exp: Likewise.
7001 * gdb.cell/ea-standalone.exp: Likewise.
7002 * gdb.cell/f-regs.exp: Likewise.
7003 * gdb.cell/fork.exp: Likewise.
7004 * gdb.cell/gcore.exp: Likewise.
7005 * gdb.cell/mem-access.exp: Likewise.
7006 * gdb.cell/ptype.exp: Likewise.
7007 * gdb.cell/registers.exp: Likewise.
7008 * gdb.cell/sizeof.exp: Likewise.
7009 * gdb.cell/solib-symbol.exp: Likewise.
7010 * gdb.cell/solib.exp: Likewise.
7011
7012 2017-11-25 Pedro Alves <palves@redhat.com>
7013
7014 * gdb.base/complete-empty.exp: New file.
7015 * gdb.base/completion.exp: Adjust.
7016
7017 2017-11-25 Pedro Alves <palves@redhat.com>
7018
7019 * gdb.linespec/cpls-ops.cc: New file.
7020 * gdb.linespec/cpls-ops.exp: New file.
7021 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7022 factored out from ...
7023 (test_complete_prefix_range): ... this.
7024
7025 2017-11-24 Pedro Alves <palves@redhat.com>
7026
7027 * gdb.linespec/cpcompletion.exp: New file.
7028 * gdb.linespec/cpls-hyphen.cc: New file.
7029 * gdb.linespec/cpls.cc: New file.
7030 * gdb.linespec/cpls2.cc: New file.
7031 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7032 test to use test_gdb_complete_unique. Add label completion,
7033 keyword completion and explicit location completion tests.
7034 * lib/completion-support.exp: New file.
7035
7036 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7037
7038 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7039 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7040 when hitting an exception catchpoint.
7041
7042 2017-11-22 Yao Qi <yao.qi@linaro.org>
7043
7044 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7045
7046 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7047
7048 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7049 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7050 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7051
7052 2017-11-22 Yao Qi <yao.qi@linaro.org>
7053
7054 * gdb.base/info-os.exp: Pass pthreads.
7055 * gdb.multi/multi-attach.exp: Likewise.
7056
7057 2017-11-22 Yao Qi <yao.qi@linaro.org>
7058
7059 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7060 compiler.
7061
7062 2017-11-22 Yao Qi <yao.qi@linaro.org>
7063
7064 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7065 * gdb.base/break-interp.exp: Likewise.
7066 * gdb.base/jit-attach-pie.exp: Likewise.
7067
7068 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7069
7070 * gdb.base/float128.c (large128): New variable.
7071 * gdb.base/float128.exp: Add test to print largest __float128 value.
7072
7073 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7074
7075 * gdb.arch/vsx-regs.exp: Update register content checks.
7076
7077 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7078
7079 * gdb.arch/ppc-longdouble.exp: New file.
7080 * gdb.arch/ppc-longdouble.c: Likewise.
7081
7082 2017-11-21 Pedro Alves <palves@redhat.com>
7083
7084 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7085
7086 2017-11-20 Pedro Alves <palves@redhat.com>
7087
7088 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7089 (long_double_typedef): New typedefs.
7090 Use DEF on double and long double.
7091 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7092 cases.
7093 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7094 and 'long_double_ptr_same_size' locals. Use them to decide
7095 whether cast from array/function to float is valid/invalid.
7096
7097 2017-11-17 Tom Tromey <tom@tromey.com>
7098
7099 * gdb.rust/traits.rs: New file.
7100 * gdb.rust/traits.exp: New file.
7101
7102 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7103
7104 * gdb.ada/minsyms: New testcase.
7105
7106 2017-11-16 Pedro Alves <palves@redhat.com>
7107
7108 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7109 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7110
7111 2017-11-16 Pedro Alves <palves@redhat.com>
7112
7113 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7114 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7115
7116 2017-11-16 Pedro Alves <palves@redhat.com>
7117
7118 * gdb.server/reconnect-ctrl-c.c: New file.
7119 * gdb.server/reconnect-ctrl-c.exp: New file.
7120
7121 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7122
7123 * gdb.python/py-rbreak.exp: New file.
7124 * gdb.python/py-rbreak.c: New file.
7125 * gdb.python/py-rbreak-func2.c: New file.
7126
7127 2017-11-16 Pedro Alves <palves@redhat.com>
7128
7129 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7130 pattern.
7131 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7132 GDB.
7133
7134 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7135
7136 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7137 regex.
7138
7139 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7140
7141 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7142 test names.
7143
7144 2017-11-09 Pedro Alves <palves@redhat.com>
7145
7146 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7147 factored out from ...
7148 (top level): ... here, and adjusted to avoid expecting beyond the
7149 prompt in a single gdb_test_multiple.
7150
7151 2017-11-09 Pedro Alves <palves@redhat.com>
7152
7153 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7154 output.
7155 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7156 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7157 * gdb.server/ext-run.exp ("kill" test): Likewise.
7158 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7159
7160 2017-11-09 Pedro Alves <palves@redhat.com>
7161
7162 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7163 match till end of line.
7164
7165 2017-11-09 Pedro Alves <palves@redhat.com>
7166
7167 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7168
7169 2017-11-09 Pedro Alves <palves@redhat.com>
7170
7171 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7172 New procedures, factored out from ...
7173 (top level): ... here, and adjusted to avoid expecting beyond the
7174 prompt in one go.
7175
7176 2017-11-09 Pedro Alves <palves@redhat.com>
7177
7178 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7179 output. Fix '?' match.
7180
7181 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7182
7183 * gdb.ada/scoped_watch: New testcase.
7184 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7185 which is actually correct.
7186 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7187 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7188
7189 2017-11-08 Pedro Alves <palves@redhat.com>
7190
7191 * gdb.gdb/complaints.exp (test_initial_complaints)
7192 (test_serial_complaints, test_short_complaints): Call
7193 complaint_internal instead of complaint.
7194
7195 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7196
7197 * gdb.threads/tls-core.c: New file.
7198 * gdb.threads/tls-core.exp: Likewise.
7199
7200 2017-11-08 Pedro Alves <palves@redhat.com>
7201
7202 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7203 (p Exported_Capitalized): New test.
7204 (p exported_capitalized): New test.
7205
7206 2017-11-07 Pedro Alves <palves@redhat.com>
7207
7208 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7209
7210 2017-11-07 Pedro Alves <palves@redhat.com>
7211
7212 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7213 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7214 (disable_invalid, disable_inverted, disable_negative): New
7215 procedures.
7216 ("bad numbers"): New set of tests.
7217
7218 2017-11-07 Pedro Alves <palves@redhat.com>
7219
7220 * gdb.cp/ena-dis-br-range.exp: Add tests.
7221
7222 2017-11-07 Pedro Alves <palves@redhat.com>
7223
7224 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7225
7226 2017-11-07 Xavier Roirand <roirand@adacore.com>
7227 Pedro Alves <palves@redhat.com>
7228
7229 * gdb.base/ena-dis-br.exp: Add reference to
7230 gdb.cp/ena-dis-br-range.exp.
7231 * gdb.cp/ena-dis-br-range.exp: New file.
7232 * gdb.cp/ena-dis-br-range.cc: New file.
7233
7234 2017-11-06 Pedro Alves <palves@redhat.com>
7235
7236 * gdb.base/attach-non-pgrp-leader.c: New.
7237 * gdb.base/attach-non-pgrp-leader.exp: New.
7238
7239 2017-11-06 Pedro Alves <palves@redhat.com>
7240
7241 * configure.ac: No longer check for termio.h and sgtty.h.
7242 * configure: Regenerate.
7243 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7244 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7245 Remove termio and sgtty code.
7246
7247 2017-11-03 Yao Qi <yao.qi@linaro.org>
7248
7249 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7250 in GDB is disabled.
7251
7252 2017-11-03 Yao Qi <yao.qi@linaro.org>
7253
7254 * gdb.python/py-thrhandle.exp: Skip it if python is not
7255 enabled.
7256
7257 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7258
7259 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7260 as a breakpoint command.
7261
7262 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7263
7264 PR python/21213
7265 * gdb.python/py-infthread.exp: Test calling
7266 InferiorThread.inferior () multiple times in a row.
7267
7268 2017-10-27 Keith Seitz <keiths@redhat.com>
7269
7270 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7271 Test "info break" for every inlined function breakpoint.
7272
7273 2017-10-27 Yao Qi <yao.qi@linaro.org>
7274
7275 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7276
7277 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7278
7279 * gdb.cp/classes.exp (test_static_members): Test printing
7280 Outer::instance.
7281 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7282 (Inner::instance, Outer::instance): New.
7283
7284 2017-10-24 Pedro Alves <palves@redhat.com>
7285
7286 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7287 extra console" test in two stages.
7288
7289 2017-10-24 Pedro Alves <palves@redhat.com>
7290
7291 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7292
7293 2017-10-24 Pedro Alves <palves@redhat.com>
7294
7295 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7296 loop.
7297
7298 2017-10-24 Pedro Alves <palves@redhat.com>
7299
7300 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7301 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7302
7303 2017-10-24 Pedro Alves <palves@redhat.com>
7304
7305 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7306 parameter and handle it. Don't output read value in test name.
7307
7308 2017-10-24 Pedro Alves <palves@redhat.com>
7309
7310 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7311 custom test name.
7312
7313 2017-10-24 Pedro Alves <palves@redhat.com>
7314
7315 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7316 include the unstable output directory name in the test's name.
7317 (initial_setup_simple) <'set args'>: Use custom test name.
7318
7319 2017-10-24 Pedro Alves <palves@redhat.com>
7320
7321 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7322 with explicit test name.
7323
7324 2017-10-20 Pedro Alves <palves@redhat.com>
7325
7326 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7327 'wait -i'. Use gdb_assert and remote_close.
7328
7329 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7330
7331 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7332 number from variable rather than hard-coded.
7333
7334 2017-10-19 Pedro Alves <palves@redhat.com>
7335
7336 * gdb.base/long-inferior-output.c: New file.
7337 * gdb.base/long-inferior-output.exp: New file.
7338
7339 2017-11-18 Keith Seitz <keiths@redhat.com>
7340
7341 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7342 method.
7343 (main): Call it.
7344 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7345 Add additional user-defined conversion operator tests.
7346
7347 2017-10-17 Pedro Alves <palves@redhat.com>
7348
7349 * boards/native-stdio-gdbserver.exp: Load "local-board".
7350
7351 2017-10-17 Pedro Alves <palves@redhat.com>
7352
7353 * gdb.base/quit-live.c: New file.
7354 * gdb.base/quit-live.exp: New file.
7355
7356 2017-10-16 Keith Seitz <keiths@redhat.com>
7357
7358 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7359 (class_with_protected_typedef, class_with_private_typedef)
7360 (struct_with_public_typedef, struct_with_protected_typedef)
7361 (struct_with_private_typedef): New classes/structs.
7362 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7363 typedefs and access specifiers.
7364
7365 2017-10-16 Pedro Alves <palves@redhat.com>
7366 Simon Marchi <simon.marchi@polymtl.ca>
7367
7368 * README (Local vs Remote vs Native): New section.
7369 * boards/local-board.exp: New file, with bits factored out from
7370 ...
7371 * boards/native-extended-gdbserver.exp: ... here. Load
7372 "local-board".
7373 * boards/native-gdbserver.exp: Load "local-board".
7374 (${board}_spawn, ${board}_exec): Delete.
7375 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7376 ...
7377 * boards/stdio-gdbserver-base.exp: ... this new file.
7378 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7379 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7380 procedure.
7381 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7382 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7383 stdio_gdbserver_command.
7384 (${board}_get_remote_address, ${board}_get_comm_port)
7385 (${board}_download, ${board}_upload): Delete.
7386 (get_target_remote_pipe_cmd): New.
7387
7388 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7389
7390 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7391 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7392 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7393 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7394 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7395 remove with_test_prefix.
7396
7397 2017-10-13 Pedro Alves <palves@redhat.com>
7398
7399 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7400 * gdb.base/annota1.exp: Use it instead of is_remote.
7401 * gdb.base/annota3.exp: Use it instead of is_remote.
7402 * gdb.cp/annota2.exp: Use it instead of is_remote.
7403 * gdb.cp/annota3.exp: Use it instead of is_remote.
7404 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7405
7406 2017-10-13 Pedro Alves <palves@redhat.com>
7407
7408 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7409 (test_num_test_vars, run_and_count_vars, find_env)
7410 (test_set_unset_env, test_inherit_env_var): New procedures.
7411 (top level): Use them.
7412
7413 2017-10-13 Pedro Alves <palves@redhat.com>
7414
7415 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7416 also skip on stub-like targets.
7417
7418 2017-10-13 Pedro Alves <palves@redhat.com>
7419
7420 PR gdb/22293
7421 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7422 (top level): Move some tests to ...
7423 (test_not_found): ... this new procedure.
7424 (top level): Call it.
7425
7426 2017-10-13 Pedro Alves <palves@redhat.com>
7427
7428 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7429 expect different "info terminal" output if testing with a
7430 non-native target.
7431
7432 2017-10-13 Pedro Alves <palves@redhat.com>
7433 Simon Marchi <simon.marchi@polymtl.ca>
7434
7435 PR python/12966
7436 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7437
7438 2017-10-13 Pedro Alves <palves@redhat.com>
7439
7440 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7441 already.
7442
7443 2017-10-13 Pedro Alves <palves@redhat.com>
7444
7445 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7446 is_remote.
7447
7448 2017-10-13 Pedro Alves <palves@redhat.com>
7449
7450 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7451 is_remote.
7452
7453 2017-10-13 Pedro Alves <palves@redhat.com>
7454
7455 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7456 is set.
7457 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7458 instead of is_remote.
7459
7460 2017-10-13 Pedro Alves <palves@redhat.com>
7461
7462 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7463 (top level): Add comment.
7464
7465 2017-10-13 Pedro Alves <palves@redhat.com>
7466
7467 * gdb.base/remote.exp (top level): Fix comment typo and add
7468 missing return.
7469
7470 2017-10-13 Pedro Alves <palves@redhat.com>
7471 Simon Marchi <simon.marchi@polymtl.ca>
7472
7473 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7474 calls and add comments. Skip test if use_gdb_stub is set.
7475 (top level): Use "set cwd" command instead of "cd" command.
7476
7477 2017-10-13 Pedro Alves <palves@redhat.com>
7478
7479 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7480 is_remote target check.
7481
7482 2017-10-13 Pedro Alves <palves@redhat.com>
7483
7484 * gdb.base/scope.exp: Use build_executable + clean_restart +
7485 gdb_file_cmd instead of prepare_for_testing and no longer skip
7486 "before run" tests on is_remote target boards. Update comments.
7487 * boards/native-extended-gdbserver.exp
7488 (extended_gdbserver_load_last_file): New, factored out from ...
7489 (gdb_load): ... this. Move further below and add comment.
7490 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7491
7492 2017-10-12 Pedro Alves <palves@redhat.com>
7493
7494 * gdb.base/attach.exp: Remove references to gdb64.
7495 * gdb.base/dbx.exp: Remove references to gdb64.
7496
7497 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7498 Pedro Alves <palves@redhat.com>
7499
7500 * gdb.base/label.exp: Remove is_remote target check.
7501
7502 2017-10-12 Pedro Alves <palves@redhat.com>
7503
7504 * gdb.base/auvx.exp (coredir): Update comment.
7505 (top level) <core_works>: Use "set cwd" command instead of "cd"
7506 command.
7507
7508 2017-10-12 Pedro Alves <palves@redhat.com>
7509 Simon Marchi <simon.marchi@polymtl.ca>
7510
7511 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7512 target boards.
7513
7514 2017-10-12 Pedro Alves <palves@redhat.com>
7515 Simon Marchi <simon.marchi@polymtl.ca>
7516
7517 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7518 Instead skip if there's any gdb_protocol set.
7519
7520 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7521 Pedro Alves <palves@redhat.com>
7522
7523 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7524
7525 2017-10-12 Pedro Alves <palves@redhat.com>
7526 Simon Marchi <simon.marchi@polymtl.ca>
7527
7528 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7529 instead of on dejagnu remote boards.
7530
7531 2017-10-12 Pedro Alves <palves@redhat.com>
7532 Simon Marchi <simon.marchi@polymtl.ca>
7533
7534 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7535 checks. Use build_executable + clean_restart instead of
7536 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7537 of enabling non-stop after starting gdb.
7538
7539 2017-10-12 Pedro Alves <palves@redhat.com>
7540
7541 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7542 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7543 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7544 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7545
7546 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7547
7548 * gdb.arch/arc-tdesc-cpu.exp: New file.
7549 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7550
7551 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7552
7553 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7554
7555 2017-10-10 Pedro Alves <palves@redhat.com>
7556
7557 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7558 expect CLI output.
7559
7560 2017-10-10 Pedro Alves <palves@redhat.com>
7561
7562 * lib/selftest-support.exp (selftest_setup): Update for
7563 captured_command_loop's prototype change.
7564
7565 2017-10-09 Pedro Alves <palves@redhat.com>
7566
7567 Test both arch1=>arch2 and arch2=>arch1.
7568
7569 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7570 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7571 factored out to...
7572 (append_arch1_options, append_arch2_options, append_arch_options)
7573 (build_executables): New procedures.
7574 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7575 local.
7576 (top level): Add new 'first_arch' testing axis.
7577
7578 2017-10-09 Pedro Alves <palves@redhat.com>
7579
7580 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7581 (barrier): New.
7582 (thread_start, all_started): New functions.
7583 (main): Spawn new thread and wait until it is scheduled.
7584 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7585 option.
7586 (do_test): Add 'selected_thread' parameter. Run to all_started
7587 instead of main. Explicitly set the breakpoint at main. Switch
7588 to the SELECTED_THREAD thread.
7589 (top level): Test handling the exec event with either the main
7590 thread or the second thread selected.
7591
7592 2017-10-09 Pedro Alves <palves@redhat.com>
7593
7594 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7595 logic. Move STOP marker after the value checks.
7596 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7597 regexp.
7598
7599 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7600
7601 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7602
7603 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7604
7605 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7606 integer-to-dfp conversion.
7607 * gdb.base/dfp-test.exp: Likewise.
7608
7609 2017-10-04 Pedro Alves <palves@redhat.com>
7610
7611 * gdb.multi/hangout.c: Include <unistd.h>.
7612 (hangout_loop): New function.
7613 (main): Call alarm. Call hangout_loop in a loop.
7614 * gdb.multi/hello.c: Include <unistd.h>.
7615 (hello_loop): New function.
7616 (main): Call alarm. Call hangout_loop in a loop.
7617 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7618 inferior with the other selected.
7619
7620 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7621
7622 * gdb.mi/list-thread-groups-available.exp: New file.
7623 * gdb.mi/list-thread-groups-available.c: New file.
7624
7625 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7626
7627 * gdb.base/set-cwd.exp: Make it available on
7628 native-extended-gdbserver.
7629
7630 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7631
7632 * gdb.base/set-cwd.c: New file.
7633 * gdb.base/set-cwd.exp: Likewise.
7634
7635 2017-10-02 Tom Tromey <tom@tromey.com>
7636
7637 PR rust/22236:
7638 * gdb.rust/simple.rs (main): New variable "fslice".
7639 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7640
7641 2017-10-02 Tom Tromey <tom@tromey.com>
7642
7643 * gdb.rust/simple.exp: Test ptype of a slice.
7644
7645 2017-10-02 Tom Tromey <tom@tromey.com>
7646
7647 * gdb.rust/simple.exp: Test index of slice.
7648
7649 2017-09-27 Tom Tromey <tom@tromey.com>
7650
7651 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7652
7653 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7654 Pedro Alves <palves@redhat.com>
7655
7656 * gdb.base/compare-sections.exp (get value of read-only section): Read
7657 as unsigned value.
7658 (corrupt read-only section): Likewise and don't set written if patching
7659 failed.
7660
7661 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7662
7663 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7664 files.
7665
7666 2017-09-20 Pedro Alves <palves@redhat.com>
7667
7668 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7669 symbol names in gdb's output.
7670 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7671
7672 2017-09-20 Pedro Alves <palves@redhat.com>
7673
7674 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7675 Rename to ...
7676 (test_list_ambiguous_symbol): ... this and add a symbol name
7677 parameter. Adjust.
7678 (test_list_ambiguous_function): Reimplement on top of
7679 test_list_ambiguous_symbol and also test listing ambiguous
7680 variables.
7681 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7682 (ambiguous_fun): ... this.
7683 (ambiguous_var): New.
7684 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7685 (ambiguous_fun): ... this.
7686 (ambiguous_var): New.
7687
7688 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7689
7690 * gdb.base/starti.c: New file.
7691 * gdb.base/starti.exp: New file.
7692 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7693
7694 2017-09-14 Pedro Alves <palves@redhat.com>
7695
7696 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7697 (top level): Use it instead of runto.
7698
7699 2017-09-11 Tom Tromey <tom@tromey.com>
7700
7701 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7702
7703 2017-09-11 Tom Tromey <tom@tromey.com>
7704
7705 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7706 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7707
7708 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7709
7710 * gdb.fortran/printing-types.exp: New file.
7711 * gdb.fortran/printing-types.exp: New file.
7712
7713 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7714
7715 * gdb.fortran/vla-ptype.exp: Fix typos.
7716 * gdb.fortran/vla-value.exp: Same.
7717
7718 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7719
7720 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7721 * gdb.mi/mi-var-child-f.exp: Likewise.
7722 * gdb.mi/mi-vla-fortran.exp: Likewise.
7723
7724 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7725 Christoph Weinmann <christoph.t.weinmann@intel.com>
7726 Bernhard Heckel <bernhard.heckel@intel.com>
7727
7728 * gdb.fortran/ptr-indentation.f90: New file.
7729 * gdb.fortran/ptr-indentation.exp: New file.
7730
7731 2017-09-05 Tom Tromey <tom@tromey.com>
7732
7733 PR gdb/22010:
7734 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7735
7736 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7737
7738 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7739
7740 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7741
7742 * gdb.threads/tls-nodebug-pie.c: New file.
7743 * gdb.threads/tls-nodebug-pie.exp: New file.
7744
7745 2017-09-05 Tom Tromey <tom@tromey.com>
7746
7747 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7748 for rust.
7749
7750 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7751
7752 * gdb.multi/multi-arch-exec.exp: Test with different
7753 "follow-exec-mode" settings.
7754 (do_test): New procedure.
7755
7756 2017-09-04 Pedro Alves <palves@redhat.com>
7757
7758 * gdb.base/func-static.c (S::method const, S::method volatile)
7759 (S::method volatile const): New methods.
7760 (c_s, v_s, cv_s): New instances.
7761 (main): Call method() on them.
7762 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7763 (cannot_resolve): New procedure.
7764 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7765 print-quote-unquoted columns.
7766 (do_test): Test printing each scope too.
7767
7768 2017-09-04 Pedro Alves <palves@redhat.com>
7769
7770 * gdb.base/local-static.exp: Also test with
7771 class::method::variable wholly quoted.
7772 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7773
7774 2017-09-04 Pedro Alves <palves@redhat.com>
7775
7776 * gdb.base/local-static.c: New.
7777 * gdb.base/local-static.cc: New.
7778 * gdb.base/local-static.exp: New.
7779
7780 2017-09-04 Pedro Alves <palves@redhat.com>
7781
7782 * gdb.asm/asm-source.exp: Add casts to int.
7783 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7784 (dataglobal64_1, dataglobal64_2): New globals.
7785 * gdb.base/nodebug.exp: Test different expressions involving the
7786 new globals, with print, whatis and ptype. Add casts to int.
7787 * gdb.base/solib-display.exp: Add casts to int.
7788 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7789 * gdb.cp/m-static.exp: Add cast to int.
7790 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7791 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7792 tls variable with no debug info without a cast. Test with a cast
7793 to int too.
7794 * gdb.trace/entry-values.exp: Add casts.
7795
7796 2017-09-04 Pedro Alves <palves@redhat.com>
7797
7798 * gdb.base/nodebug.exp: Test that ptype's error about functions
7799 with unknown return type includes the function name too.
7800
7801 2017-09-04 Pedro Alves <palves@redhat.com>
7802
7803 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7804 return type of munmap in infcall.
7805 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7806 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7807 type of ftell in infcall.
7808 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7809 type of getpid in infcall.
7810 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7811 infcall.
7812 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7813 Bail on failure to extract the pid.
7814 * gdb.base/nodebug.c: #include <stdint.h>.
7815 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7816 New functions.
7817 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7818 Change expected output of print/whatis/ptype with functions with
7819 no debug info. Test all supported languages. Call
7820 test_call_promotion.
7821 * gdb.compile/compile.exp: Adjust expected output to expect
7822 warning.
7823 * gdb.threads/siginfo-threads.exp: Likewise.
7824
7825 2017-09-04 Pedro Alves <palves@redhat.com>
7826
7827 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7828 "prototypes". Test calling float functions via prototyped and
7829 unprototyped function pointers.
7830 (perform_all_tests): New parameter "prototypes". Pass it down.
7831 (top level): Pass down "prototypes" parameter to
7832 perform_all_tests.
7833
7834 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7835
7836 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7837 Test with nested loops.
7838
7839 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7840
7841 * gdb.base/commands.exp: Call the new procedures.
7842 (loop_break_test, loop_continue_test): New procedures.
7843
7844 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7845
7846 * gdb.base/commands.exp: Call new procedure.
7847 (define_if_without_arg_test): New procedure.
7848
7849 2017-09-04 Pedro Alves <palves@redhat.com>
7850
7851 * gdb.base/list-ambiguous.exp: New file.
7852 * gdb.base/list-ambiguous0.c: New file.
7853 * gdb.base/list-ambiguous1.c: New file.
7854 * gdb.base/list.exp (test_list_range): Adjust expected output.
7855
7856 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7857
7858 * gdb.base/share-env-with-gdbserver.c: New file.
7859 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7860
7861 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7862
7863 * gdb.base/commands.exp (gdbvar_simple_if_test,
7864 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7865 progvar_simple_if_test, progvar_simple_while_test,
7866 progvar_complex_if_while_test, user_defined_command_test,
7867 user_defined_command_args_eval,
7868 user_defined_command_args_stack_test,
7869 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7870 temporary_breakpoint_commands,
7871 gdb_test_no_prompt, redefine_hook_test,
7872 redefine_backtrace_test): Remove "global gdb_prompt".
7873
7874 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7875
7876 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7877 New proc, call it from toplevel.
7878
7879 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7880
7881 PR remote/21852
7882 * gdb.server/normal.c: New file, copied from gdb.base.
7883 * gdb.server/run-without-local-binary.exp: New file.
7884
7885 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
7886
7887 * gdb.arch/sparc64-adi.exp: New file.
7888 * gdb.arch/sparc64-adi.c: New file.
7889
7890 2017-08-22 Pedro Alves <palves@redhat.com>
7891
7892 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7893 (top level): Add "list all overloads" tests.
7894
7895 2017-08-22 Tom Tromey <tom@tromey.com>
7896
7897 * gdb.gdb/xfullpath.exp: Remove.
7898
7899 2017-08-21 Pedro Alves <palves@redhat.com>
7900
7901 PR gdb/19487
7902 * gdb.base/symbol-alias.c: New.
7903 * gdb.base/symbol-alias2.c: New.
7904 * gdb.base/symbol-alias.exp: New.
7905
7906 2017-08-21 Pedro Alves <palves@redhat.com>
7907
7908 * gdb.base/dfp-test.c
7909 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7910 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7911 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7912 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7913 * gdb.base/whatis-ptype-typedefs.c: New.
7914 * gdb.base/whatis-ptype-typedefs.exp: New.
7915 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7916 (an_int, an_int_type, an_int_type2): New globals.
7917 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7918 involving typedefs and cast expressions.
7919 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7920 (lookup_typedefs_function): New.
7921 (typedefs_pretty_printers_dict): New.
7922 (top level): Register lookup_typedefs_function in
7923 gdb.pretty_printers.
7924
7925 2017-08-18 Yao Qi <yao.qi@linaro.org>
7926
7927 * gdb.server/unittest.exp: New.
7928
7929 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7930
7931 PR gdb/21954
7932 * gdb.base/environ.exp: Add test to check if 'unset environment'
7933 works.
7934
7935 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7936
7937 * lib/gdb.exp (universal_compile_options): New caching proc.
7938 (gdb_compile): Suppress GCC's coloring of messages.
7939
7940 2017-08-14 Tom Tromey <tom@tromey.com>
7941
7942 PR gdb/21675:
7943 * gdb.base/printcmds.exp (test_radices): New function.
7944 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7945 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7946 * lib/gdb.exp (get_integer_valueof): Use p/d.
7947
7948 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7949
7950 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7951 characters.
7952
7953 2017-08-05 Tom Tromey <tom@tromey.com>
7954
7955 * gdb.rust/simple.exp: Allow String to appear in a different
7956 namespace.
7957
7958 2017-07-26 Yao Qi <yao.qi@linaro.org>
7959
7960 * gdb.gdb/unittest.exp: Invoke command
7961 "maintenance check xml-descriptions".
7962
7963 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7964
7965 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7966 calling context.
7967 (hex128): Drop erroneous calculation of parameters.
7968
7969 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7970
7971 * gdb.python/py-unwind.exp: Disable stack protection when
7972 building test file.
7973
7974 2017-07-20 Pedro Alves <palves@redhat.com>
7975
7976 * gdb.base/default.exp (set language): Adjust expected output.
7977
7978 2017-07-20 Pedro Alves <palves@redhat.com>
7979
7980 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7981 (test_minsym): ... this, and make static.
7982 (get_pck__foo__bar__minsym): Rename to ...
7983 (get_test_minsym): ... this.
7984 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7985 symbol names and comments.
7986 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7987 (get_test_minsym): ... this.
7988 (pck__foo__bar__minsym__2): Rename to ...
7989 (test_minsym): ... this.
7990 (main): Adjust.
7991
7992 2017-07-17 Pedro Alves <palves@redhat.com>
7993
7994 * gdb.base/completion.exp: Adjust expected output.
7995 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7996 the completer works.
7997
7998 2017-07-17 Pedro Alves <palves@redhat.com>
7999
8000 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8001
8002 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8003
8004 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8005
8006 2017-07-14 Tom Tromey <tom@tromey.com>
8007
8008 PR rust/21764:
8009 * gdb.rust/simple.exp: Add tests.
8010
8011 2017-07-14 Tom Tromey <tom@tromey.com>
8012
8013 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8014
8015 2017-07-14 Pedro Alves <palves@redhat.com>
8016
8017 * gdb.linespec/base/one/thefile.cc (z1): New function.
8018 * gdb.linespec/base/two/thefile.cc (z2): New function.
8019 * gdb.linespec/linespec.exp: Add tests.
8020
8021 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8022
8023 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8024 to mi_create_breakpoint.
8025
8026 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8027
8028 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8029 mi_create_breakpoint.
8030
8031 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8032
8033 * gdb.dlang/demangle.exp: Update for demangling changes.
8034
8035 2017-07-09 Tom Tromey <tom@tromey.com>
8036
8037 * gdb.dwarf2/shortpiece.exp: New file.
8038
8039 2017-07-06 David Blaikie <dblaikie@gmail.com>
8040
8041 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8042 built from fissiont-multi-cu{1,2}.c.
8043 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8044 except putting 'main' and 'func' in separate CUs in the same DWO file.
8045 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8046 test.
8047 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8048 test.
8049
8050 2017-07-06 Pedro Alves <palves@redhat.com>
8051
8052 * gdb.python/py-unwind.exp: Test flushregs.
8053
8054 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8055
8056 PR cli/21688
8057 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8058 tests for alias commands and trailing whitespace.
8059
8060 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8061
8062 PR cli/21688
8063 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8064 procedure. Call it.
8065
8066 2017-06-29 Pedro Alves <palves@redhat.com>
8067
8068 * gdb.base/printcmds.exp: Add tests.
8069
8070 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8071
8072 PR gdb/21337
8073 * gdb.base/reread-readsym.exp: New file.
8074 * gdb.base/reread-readsym.c: New file.
8075
8076 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8077
8078 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8079 subpattern.
8080
8081 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8082
8083 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8084 extended mnemonic.
8085 * gdb.arch/powerpc-power9.s: Likewise.
8086
8087 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8088
8089 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8090 on 32-bit x86 targets. Exploit is_*_target macros where
8091 appropriate.
8092
8093 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8094
8095 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8096 register pieces.
8097
8098 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8099
8100 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8101 located in one or more DWARF pieces.
8102
8103 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8104
8105 * lib/gdb.exp (get_endianness): New proc.
8106 * gdb.arch/aarch64-fp.exp: Use it.
8107 * gdb.arch/altivec-regs.exp: Likewise.
8108 * gdb.arch/e500-regs.exp: Likewise.
8109 * gdb.arch/vsx-regs.exp: Likewise.
8110 * gdb.base/dump.exp: Likewise.
8111 * gdb.base/funcargs.exp: Likewise.
8112 * gdb.base/gnu_vector.exp: Likewise.
8113 * gdb.dwarf2/formdata16.exp: Likewise.
8114 * gdb.dwarf2/implptrpiece.exp: Likewise.
8115 * gdb.dwarf2/nonvar-access.exp: Likewise.
8116 * gdb.python/py-inferior.exp: Likewise.
8117 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8118
8119 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8120
8121 PR gdb/21226
8122 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8123 stack value pieces are taken from the LSB end.
8124
8125 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8126
8127 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8128 variable at nonzero offset.
8129
8130 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8131
8132 * gdb.dwarf2/var-access.c: New file.
8133 * gdb.dwarf2/var-access.exp: New test.
8134 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8135
8136 2017-06-12 Tom Tromey <tom@tromey.com>
8137
8138 * gdb.dwarf2/formdata16.exp: Add tests.
8139
8140 2017-06-12 Tom Tromey <tom@tromey.com>
8141
8142 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8143
8144 2017-06-12 Tom Tromey <tom@tromey.com>
8145
8146 PR exp/16225:
8147 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8148 * gdb.arch/vsx-regs.exp: Update tests.
8149 * gdb.arch/s390-vregs.exp (hex128): New proc.
8150 Update test.
8151 * gdb.arch/altivec-regs.exp: Update tests.
8152
8153 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8154
8155 * gdb.base/startup-with-shell.c: New file.
8156 * gdb.base/startup-with-shell.exp: Likewise.
8157
8158 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8159
8160 * gdb.server/non-existing-program.exp: Update regex in order to
8161 reflect the fact that gdbserver is now using fork_inferior (with a
8162 shell) to startup the inferior.
8163
8164 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8165
8166 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8167 support function calls from GDB.
8168
8169 2017-05-21 Tom Tromey <tom@tromey.com>
8170
8171 PR rust/21466:
8172 * gdb.rust/unsized.exp: New file.
8173 * gdb.rust/unsized.rs: New file.
8174
8175 2017-05-19 Tom Tromey <tom@tromey.com>
8176
8177 PR rust/21484:
8178 * gdb.rust/watch.exp: New file.
8179 * gdb.rust/watch.rs: New file.
8180
8181 2017-05-18 Tom Tromey <tom@tromey.com>
8182
8183 * gdb.rust/simple.exp: Allow Box to be qualified.
8184
8185 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8186
8187 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8188
8189 2017-05-18 Pedro Alves <palves@redhat.com>
8190
8191 * gdb.base/fileio.c (test_write, test_read, test_close)
8192 (test_fstat): Don't print 'ret' in the fail path.
8193
8194 2017-05-18 Pedro Alves <palves@redhat.com>
8195
8196 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8197 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8198 (test_system, test_rename, test_unlink, test_time): Change
8199 prototypes.
8200 * gdb.base/fileio.exp (stop_msg): Adjust.
8201
8202 2017-05-18 Pedro Alves <palves@redhat.com>
8203
8204 * gdb.base/fileio.c (null_str): New global.
8205 (test_stat): Use it.
8206 * gdb.base/fileio.exp: Remove nowarnings.
8207
8208 2017-05-17 Yao Qi <yao.qi@linaro.org>
8209
8210 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8211
8212 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8213
8214 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8215 argument command.
8216 (top-level): Invoke test_set_inferior_tty.
8217
8218 2017-05-04 Pedro Alves <palves@redhat.com>
8219
8220 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8221 Add parens to print call for Python 3.
8222
8223 2017-05-03 Keith Seitz <keiths@redhat.com>
8224
8225 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8226 (main): Call it.
8227
8228 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8229
8230 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8231 to prev and next.
8232
8233 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8234
8235 * gdb.python/py-record-btrace.exp: Remove test for
8236 gdb.BtraceInstruction.error.
8237
8238 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8239
8240 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8241
8242 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8243
8244 * gdb.python/py-record-btrace-threads.c: New file.
8245 * gdb.python/py-record-btrace-threads.exp: New file.
8246
8247 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8248
8249 PR testsuite/8595
8250 * gdb.base/environ.exp: Make test available in all architectures.
8251 Move bits related to "info program" testing to
8252 gdb.base/info-program.exp. Rewrite tests to use the two new
8253 procedures mentione below.
8254 (test_set_show_env_var) New procedure.
8255 (test_set_show_env_var_equal): Likewise.
8256 * gdb.base/info-program.exp: New file.
8257
8258 2017-04-27 Keith Seitz <keiths@redhat.com>
8259
8260 * gdb.cp/oranking.cc (test15): New function.
8261 (main): Call test15 and declare additional variables for testing.
8262 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8263 "p foo101('abc')" tests.
8264 Add tests for cv qualifier overloads.
8265 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8266 "lvalue reference overload" test.
8267 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8268 "print value of f1 on Child&& in f2" test.
8269
8270 2017-04-19 Pedro Alves <palves@redhat.com>
8271
8272 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8273 procedure.
8274 (top level): Call it.
8275 * lib/gdb.exp (gdb_define_cmd): New procedure.
8276
8277 2017-04-12 Pedro Alves <palves@redhat.com>
8278
8279 PR gdb/21323
8280 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8281 (wchar): New global.
8282 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8283 (do_test_wide_char, wide_char_types_no_program, top level): Add
8284 wchar_t testing.
8285
8286 2017-04-12 Pedro Alves <palves@redhat.com>
8287
8288 PR c++/21323
8289 * gdb.cp/wide_char_types.c: New file.
8290 * gdb.cp/wide_char_types.exp: New file.
8291
8292 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8293
8294 PR gdb/21352
8295 * gdb.trace/tsv.exp: Add test for "tsave -r".
8296
8297 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8298
8299 * gdb.dlang/watch-loc.c: New file.
8300 * gdb.dlang/watch-loc.exp: New file.
8301
8302 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8303
8304 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8305
8306 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8307
8308 * gdb.arch/arc-analyze-prologue.S: New file.
8309 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8310
8311 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8312
8313 * gdb.arch/arc-decode-insn.S: New file.
8314 * gdb.arch/arc-decode-insn.exp: Likewise.
8315
8316 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8317
8318 PR tdep/20928
8319 * gdb.arch/sparc64-regs.exp: New file.
8320 * gdb.arch/sparc64-regs.S: Likewise.
8321
8322 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8323
8324 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8325 and memory view on Python 3.
8326
8327 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8328 Keith Seitz <keiths@redhat.com>
8329
8330 PR gdb/14441
8331 * gdb.cp/demangle.exp: Add rvalue reference tests.
8332 * gdb.cp/rvalue-ref-casts.cc: New file.
8333 * gdb.cp/rvalue-ref-casts.exp: New file.
8334 * gdb.cp/rvalue-ref-overload.cc: New file.
8335 * gdb.cp/rvalue-ref-overload.exp: New file.
8336 * gdb.cp/rvalue-ref-params.cc: New file.
8337 * gdb.cp/rvalue-ref-params.exp: New file.
8338 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8339 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8340 * gdb.cp/rvalue-ref-types.cc: New file.
8341 * gdb.cp/rvalue-ref-types.exp: New file.
8342 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8343 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8344
8345 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8346
8347 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8348 New procedure.
8349
8350 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8351
8352 * lib/mi-support.exp (mi_gdb_test): Add additional message
8353 for unexpected output.
8354
8355 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8356
8357 * gdb.base/examine-backward.c (Barrier): New character array
8358 constant, to ensure that TestStrings is preceded by a string
8359 terminator.
8360
8361 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8362
8363 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8364 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8365 and implicit pointer into such a location.
8366
8367 2017-03-16 Doug Evans <dje@google.com>
8368
8369 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8370
8371 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8372
8373 * gdb.cp/m-static.exp: Fix expectation for prototype of
8374 test5.single_constructor and single_constructor::single_constructor.
8375
8376 2017-03-16 Doug Evans <dje@google.com>
8377
8378 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8379 * gdb.guile/scm-lazy-string.c: New file.
8380 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8381 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8382 for pointer, array, typedef lazy strings.
8383
8384 2017-03-16 Doug Evans <dje@google.com>
8385
8386 PR python/17728, python/18439, python/18779
8387 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8388 * gdb.python/py-lazy-string.c (pointer): New typedef.
8389 (main): New locals ptr, array, typedef_ptr.
8390 * gdb.python/py-value.exp: Move lazy string tests to ...
8391 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8392 array, typedef lazy strings.
8393
8394 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8395
8396 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8397 Add optional 'test' parameter.
8398
8399 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8400
8401 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8402 Skip for versions of DejaGnu < 1.5.
8403
8404 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8405
8406 * lib/gdb.exp (dejagnu_version): New proc.
8407 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8408 Use dejagnu_version.
8409
8410 2017-03-10 Keith Seitz <keiths@redhat.com>
8411
8412 PR c++/8128
8413 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8414 type from destructor regexps.
8415 Add a branch which actually passes the test.
8416 Adjust "ptype t5i" test names.
8417
8418 2017-03-08 Pedro Alves <palves@redhat.com>
8419
8420 * gdb.base/step-over-exit.exp: Add explicit test message.
8421
8422 2017-03-08 Pedro Alves <palves@redhat.com>
8423
8424 PR gdb/18360
8425 * gdb.threads/interrupt-while-step-over.c: New file.
8426 * gdb.threads/interrupt-while-step-over.exp: New file.
8427
8428 2017-03-08 Pedro Alves <palves@redhat.com>
8429
8430 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8431 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8432
8433 2017-03-08 Pedro Alves <palves@redhat.com>
8434
8435 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8436 PKRU as not supported as a PASS.
8437
8438 2017-03-08 Pedro Alves <palves@redhat.com>
8439
8440 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8441 prefix instead of $binfile1/$binfile2.
8442 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8443 in test message.
8444 * gdb.python/py-completion.exp: Use "load python file" as test
8445 messages instead of unstable path names.
8446
8447 2017-03-08 Pedro Alves <palves@redhat.com>
8448 Jan Kratochvil <jan.kratochvil@redhat.com>
8449
8450 PR cli/21218
8451 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8452 New proc.
8453 (top level): Call it.
8454
8455 2017-03-08 Pedro Alves <palves@redhat.com>
8456
8457 PR tui/21216
8458 * gdb.tui/tui-nl-filtered-output.exp: New file.
8459
8460 2017-03-08 Pedro Alves <palves@redhat.com>
8461
8462 * gdb.base/completion.exp: Move TUI completion tests to ...
8463 * gdb.tui/completion.exp: ... this new file.
8464
8465 2017-03-08 Pedro Alves <palves@redhat.com>
8466
8467 * gdb.base/tui-disasm-long-lines.c,
8468 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8469 gdb.base/tui-layout.exp: Move to ...
8470 * gdb.tui/: ... this new directory.
8471
8472 2017-03-07 Pedro Alves <palves@redhat.com>
8473
8474 * gdb.base/tui-layout.c: New file.
8475 * gdb.base/tui-layout.exp: New file.
8476
8477 2017-03-07 Pedro Alves <palves@redhat.com>
8478
8479 * gdb.base/tui-layout.c: Rename to ...
8480 * gdb.base/tui-disasm-long-lines.c: ... this.
8481 * gdb.base/tui-layout.exp: Rename to ...
8482 * gdb.base/tui-disasm-long-lines.exp: ... this.
8483
8484 2017-03-07 Pedro Alves <palves@redhat.com>
8485
8486 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8487
8488 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8489
8490 * i386-mpx-call.c: New file.
8491 * i386-mpx-call.exp: New file.
8492
8493 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8494
8495 * gdb.arch/powerpc-power.exp: Delete test.
8496 * gdb.arch/powerpc-power.s: Likewise.
8497 * gdb.disasm/disassembler-options.exp: New test.
8498 * gdb.arch/powerpc-altivec.exp: Likewise.
8499 * gdb.arch/powerpc-altivec.s: Likewise.
8500 * gdb.arch/powerpc-altivec2.exp: Likewise.
8501 * gdb.arch/powerpc-altivec2.s: Likewise.
8502 * gdb.arch/powerpc-altivec3.exp: Likewise.
8503 * gdb.arch/powerpc-altivec3.s: Likewise.
8504 * gdb.arch/powerpc-power7.exp: Likewise.
8505 * gdb.arch/powerpc-power7.s: Likewise.
8506 * gdb.arch/powerpc-power8.exp: Likewise.
8507 * gdb.arch/powerpc-power8.s: Likewise.
8508 * gdb.arch/powerpc-power9.exp: Likewise.
8509 * gdb.arch/powerpc-power9.s: Likewise.
8510 * gdb.arch/powerpc-vsx.exp: Likewise.
8511 * gdb.arch/powerpc-vsx.s: Likewise.
8512 * gdb.arch/powerpc-vsx2.exp: Likewise.
8513 * gdb.arch/powerpc-vsx2.s: Likewise.
8514 * gdb.arch/powerpc-vsx3.exp: Likewise.
8515 * gdb.arch/powerpc-vsx3.s: Likewise.
8516 * gdb.arch/arm-disassembler-options.exp: Likewise.
8517 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8518 * gdb.arch/s390-disassembler-options.exp: Likewise.
8519
8520 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8521
8522 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8523 (check_supported_features): ... this. Changed return type to void.
8524 (supports_rdseed): New static global.
8525 (rdseed): Check supports_rdseed.
8526 (initialize): Call check_supported_features.
8527
8528 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8529
8530 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8531 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8532 and lqarx/stqcx.
8533 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8534 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8535
8536 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8537
8538 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8539 uppercase.
8540
8541 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8542
8543 * gdb.dwarf2/formdata16.c: New file.
8544 * gdb.dwarf2/formdata16.exp: New file.
8545 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8546
8547 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8548
8549 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8550 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8551 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8552 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8553 DW_AT_GNU_*.
8554
8555 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8556
8557 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8558
8559 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8560
8561 PR gdb/21164
8562 * gdb.base/maint.exp: Add testcases for when the commands do
8563 not have arguments.
8564
8565 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8566
8567 * gdb.cp/chained-calls.exp: Use p instead of P.
8568
8569 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8570
8571 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8572 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8573
8574 2017-02-14 Tom Tromey <tom@tromey.com>
8575
8576 PR python/13598:
8577 * gdb.python/py-events.exp: Add before_prompt event tests.
8578
8579 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8580
8581 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8582
8583 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8584
8585 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8586 (main): Call my_unique_function_name.
8587 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8588 completion of patterns with a single match.
8589 Add missing -re switches to gdb_test_multiple calls.
8590
8591 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8592
8593 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8594 return if core file is not recognized.
8595
8596 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8597
8598 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8599 and extra UIs.
8600
8601 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8602
8603 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8604 proc_with_prefix.
8605
8606 2017-02-10 Tom Tromey <tom@tromey.com>
8607
8608 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8609
8610 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8611
8612 PR gdb/21122
8613 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8614
8615 2017-02-08 Jerome Guitton <guitton@adacore.com>
8616
8617 * gdb.base/define.exp: Add test for command abbreviations
8618 in define.
8619
8620 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8621
8622 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8623 * gdb.reverse/insn-reverse-x86.c: New file.
8624
8625 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8626
8627 PR tdep/20936
8628 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8629
8630 2017-02-03 Tom Tromey <tom@tromey.com>
8631
8632 PR rust/21097:
8633 * gdb.rust/simple.exp: Add new tests.
8634
8635 2017-02-02 Pedro Alves <palves@redhat.com>
8636
8637 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8638 tests.
8639
8640 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8641
8642 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8643 taking a 2-byte value out of a 4-byte DWARF implicit value on
8644 big-endian targets.
8645 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8646 logic. Add test cases for DW_OP_implicit.
8647
8648 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8649
8650 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8651
8652 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8653
8654 * gdb.btrace/enable.exp: Call gdb_exit before
8655 skip_gdbserver_tests.
8656
8657 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8658
8659 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8660 GDBFLAGS.
8661
8662 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8663
8664 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8665 the test is skipped.
8666 * gdb.btrace/data.exp: Likewise.
8667 * gdb.btrace/delta.exp: Likewise.
8668 * gdb.btrace/dlopen.exp: Likewise.
8669 * gdb.btrace/enable-running.exp: Likewise.
8670 * gdb.btrace/enable.exp: Likewise.
8671 * gdb.btrace/exception.exp: Likewise.
8672 * gdb.btrace/function_call_history.exp: Likewise.
8673 * gdb.btrace/gcore.exp: Likewise.
8674 * gdb.btrace/instruction_history.exp: Likewise.
8675 * gdb.btrace/multi-thread-step.exp: Likewise.
8676 * gdb.btrace/nohist.exp: Likewise.
8677 * gdb.btrace/non-stop.exp: Likewise.
8678 * gdb.btrace/reconnect.exp: Likewise.
8679 * gdb.btrace/record_goto-step.exp: Likewise.
8680 * gdb.btrace/record_goto.exp: Likewise.
8681 * gdb.btrace/rn-dl-bind.exp: Likewise.
8682 * gdb.btrace/segv.exp: Likewise.
8683 * gdb.btrace/step.exp: Likewise.
8684 * gdb.btrace/stepi.exp: Likewise.
8685 * gdb.btrace/tailcall-only.exp: Likewise.
8686 * gdb.btrace/tailcall.exp: Likewise.
8687 * gdb.btrace/tsx.exp: Likewise.
8688 * gdb.btrace/unknown_functions.exp: Likewise.
8689 * gdb.btrace/vdso.exp: Likewise.
8690
8691 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8692
8693 * gdb.btrace/enable-running.c: New.
8694 * gdb.btrace/enable-running.exp: New.
8695
8696 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8697
8698 * gdb.arch/amd64-gs_base.c: New file.
8699 * gdb.arch/amd64-gs_base.exp: New file.
8700
8701 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8702
8703 * lib/memory.exp: Remove spurious empty newlines.
8704
8705 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8706
8707 * gdb.python/py-bad-printers.exp: Load python file using "source".
8708 * gdb.python/py-events.exp: Likewise.
8709 * gdb.python/py-evsignal.exp: Likewise.
8710 * gdb.python/py-evthreads.exp: Likewise.
8711 * gdb.python/py-frame-args.exp: Likewise.
8712 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8713 * gdb.python/py-framefilter-mi.exp: Likewise.
8714 * gdb.python/py-framefilter.exp: Likewise.
8715 * gdb.python/py-mi.exp: Likewise.
8716 * gdb.python/py-pp-maint.exp: Likewise.
8717 * gdb.python/py-pp-registration.exp: Likewise.
8718 * gdb.python/py-prettyprint.exp: Likewise.
8719 (run_lang_tests): Likewise.
8720 * gdb.python/py-typeprint.exp: Likewise.
8721
8722 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8723
8724 * lib/memory.exp: New file.
8725 * lib/gdb.exp: Load memory.exp.
8726 * gdb.base/memattr.exp (delete_memory): Move proc to
8727 lib/memory.exp and rename to delete_memory_regions.
8728 Replace delete_memory with delete_memory_regions.
8729 Cleanup memory regions before tests.
8730 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8731 before tests.
8732
8733 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8734
8735 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8736 files.
8737 (initialize): New function conditionally defined.
8738 (testcases): Move within conditional block.
8739 (main): Call initialize.
8740 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8741 of gdb.reverse/insn-reverse.c.
8742 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8743 gdb.reverse/insn-reverse.c.
8744
8745 2017-01-26 Yao Qi <yao.qi@linaro.org>
8746
8747 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8748 disassemble on address 0.
8749
8750 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8751 Yao Qi <yao.qi@linaro.org>
8752
8753 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8754 * gdb.dwarf2/implptr-64bit.S: Remove.
8755 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8756 variables in caller's context. Add DW_OP_implicit_value.
8757
8758 2017-01-25 Yao Qi <yao.qi@linaro.org>
8759
8760 * lib/dwarf.exp (Dwarf::_location): Handle
8761 DW_OP_GNU_implicit_pointer with proper size.
8762
8763 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8764
8765 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8766 and add untested calls.
8767
8768 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8769
8770 * gdb.python/python.exp: Check line number against what GDB thinks
8771 the line number is for func1.
8772
8773 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8774
8775 * gdb.dlang/debug-expr.exp: New file.
8776
8777 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
8778
8779 Fix test names for the following files:
8780
8781 * gdb.ada/exec_changed.exp
8782 * gdb.ada/info_types.exp
8783 * gdb.arch/aarch64-atomic-inst.exp
8784 * gdb.arch/aarch64-fp.exp
8785 * gdb.arch/altivec-abi.exp
8786 * gdb.arch/altivec-regs.exp
8787 * gdb.arch/amd64-byte.exp
8788 * gdb.arch/amd64-disp-step.exp
8789 * gdb.arch/amd64-dword.exp
8790 * gdb.arch/amd64-entry-value-inline.exp
8791 * gdb.arch/amd64-entry-value-param.exp
8792 * gdb.arch/amd64-entry-value-paramref.exp
8793 * gdb.arch/amd64-entry-value.exp
8794 * gdb.arch/amd64-i386-address.exp
8795 * gdb.arch/amd64-invalid-stack-middle.exp
8796 * gdb.arch/amd64-invalid-stack-top.exp
8797 * gdb.arch/amd64-optimout-repeat.exp
8798 * gdb.arch/amd64-prologue-skip.exp
8799 * gdb.arch/amd64-prologue-xmm.exp
8800 * gdb.arch/amd64-stap-special-operands.exp
8801 * gdb.arch/amd64-stap-wrong-subexp.exp
8802 * gdb.arch/amd64-tailcall-cxx.exp
8803 * gdb.arch/amd64-tailcall-noret.exp
8804 * gdb.arch/amd64-tailcall-ret.exp
8805 * gdb.arch/amd64-tailcall-self.exp
8806 * gdb.arch/amd64-word.exp
8807 * gdb.arch/arm-bl-branch-dest.exp
8808 * gdb.arch/arm-disp-step.exp
8809 * gdb.arch/arm-neon.exp
8810 * gdb.arch/arm-single-step-kernel-helper.exp
8811 * gdb.arch/avr-flash-qualifier.exp
8812 * gdb.arch/disp-step-insn-reloc.exp
8813 * gdb.arch/e500-abi.exp
8814 * gdb.arch/e500-regs.exp
8815 * gdb.arch/ftrace-insn-reloc.exp
8816 * gdb.arch/i386-avx512.exp
8817 * gdb.arch/i386-bp_permanent.exp
8818 * gdb.arch/i386-byte.exp
8819 * gdb.arch/i386-cfi-notcurrent.exp
8820 * gdb.arch/i386-disp-step.exp
8821 * gdb.arch/i386-dr3-watch.exp
8822 * gdb.arch/i386-float.exp
8823 * gdb.arch/i386-gnu-cfi.exp
8824 * gdb.arch/i386-mpx-map.exp
8825 * gdb.arch/i386-mpx-sigsegv.exp
8826 * gdb.arch/i386-mpx-simple_segv.exp
8827 * gdb.arch/i386-mpx.exp
8828 * gdb.arch/i386-permbkpt.exp
8829 * gdb.arch/i386-prologue.exp
8830 * gdb.arch/i386-signal.exp
8831 * gdb.arch/i386-size-overlap.exp
8832 * gdb.arch/i386-unwind.exp
8833 * gdb.arch/i386-word.exp
8834 * gdb.arch/mips-fcr.exp
8835 * gdb.arch/powerpc-d128-regs.exp
8836 * gdb.arch/powerpc-stackless.exp
8837 * gdb.arch/ppc64-atomic-inst.exp
8838 * gdb.arch/s390-stackless.exp
8839 * gdb.arch/s390-tdbregs.exp
8840 * gdb.arch/s390-vregs.exp
8841 * gdb.arch/sparc-sysstep.exp
8842 * gdb.arch/thumb-bx-pc.exp
8843 * gdb.arch/thumb-singlestep.exp
8844 * gdb.arch/thumb2-it.exp
8845 * gdb.arch/vsx-regs.exp
8846 * gdb.asm/asm-source.exp
8847 * gdb.base/a2-run.exp
8848 * gdb.base/advance.exp
8849 * gdb.base/all-bin.exp
8850 * gdb.base/anon.exp
8851 * gdb.base/args.exp
8852 * gdb.base/arithmet.exp
8853 * gdb.base/async-shell.exp
8854 * gdb.base/async.exp
8855 * gdb.base/attach-pie-noexec.exp
8856 * gdb.base/attach-twice.exp
8857 * gdb.base/auto-load.exp
8858 * gdb.base/bang.exp
8859 * gdb.base/bitfields.exp
8860 * gdb.base/break-always.exp
8861 * gdb.base/break-caller-line.exp
8862 * gdb.base/break-entry.exp
8863 * gdb.base/break-inline.exp
8864 * gdb.base/break-on-linker-gcd-function.exp
8865 * gdb.base/break-probes.exp
8866 * gdb.base/break.exp
8867 * gdb.base/breakpoint-shadow.exp
8868 * gdb.base/call-ar-st.exp
8869 * gdb.base/call-sc.exp
8870 * gdb.base/call-signal-resume.exp
8871 * gdb.base/call-strs.exp
8872 * gdb.base/callfuncs.exp
8873 * gdb.base/catch-fork-static.exp
8874 * gdb.base/catch-gdb-caused-signals.exp
8875 * gdb.base/catch-load.exp
8876 * gdb.base/catch-signal-fork.exp
8877 * gdb.base/catch-signal.exp
8878 * gdb.base/catch-syscall.exp
8879 * gdb.base/charset.exp
8880 * gdb.base/checkpoint.exp
8881 * gdb.base/chng-syms.exp
8882 * gdb.base/code-expr.exp
8883 * gdb.base/code_elim.exp
8884 * gdb.base/commands.exp
8885 * gdb.base/completion.exp
8886 * gdb.base/complex.exp
8887 * gdb.base/cond-expr.exp
8888 * gdb.base/condbreak.exp
8889 * gdb.base/consecutive.exp
8890 * gdb.base/continue-all-already-running.exp
8891 * gdb.base/coredump-filter.exp
8892 * gdb.base/corefile.exp
8893 * gdb.base/dbx.exp
8894 * gdb.base/debug-expr.exp
8895 * gdb.base/define.exp
8896 * gdb.base/del.exp
8897 * gdb.base/disabled-location.exp
8898 * gdb.base/disasm-end-cu.exp
8899 * gdb.base/disasm-optim.exp
8900 * gdb.base/display.exp
8901 * gdb.base/duplicate-bp.exp
8902 * gdb.base/ena-dis-br.exp
8903 * gdb.base/ending-run.exp
8904 * gdb.base/enumval.exp
8905 * gdb.base/environ.exp
8906 * gdb.base/eu-strip-infcall.exp
8907 * gdb.base/eval-avoid-side-effects.exp
8908 * gdb.base/eval-skip.exp
8909 * gdb.base/exitsignal.exp
8910 * gdb.base/expand-psymtabs.exp
8911 * gdb.base/filesym.exp
8912 * gdb.base/find-unmapped.exp
8913 * gdb.base/finish.exp
8914 * gdb.base/float.exp
8915 * gdb.base/foll-exec-mode.exp
8916 * gdb.base/foll-exec.exp
8917 * gdb.base/foll-fork.exp
8918 * gdb.base/fortran-sym-case.exp
8919 * gdb.base/freebpcmd.exp
8920 * gdb.base/func-ptr.exp
8921 * gdb.base/func-ptrs.exp
8922 * gdb.base/funcargs.exp
8923 * gdb.base/gcore-buffer-overflow.exp
8924 * gdb.base/gcore-relro-pie.exp
8925 * gdb.base/gcore-relro.exp
8926 * gdb.base/gcore.exp
8927 * gdb.base/gdb1090.exp
8928 * gdb.base/gdb11530.exp
8929 * gdb.base/gdb11531.exp
8930 * gdb.base/gdb1821.exp
8931 * gdb.base/gdbindex-stabs.exp
8932 * gdb.base/gdbvars.exp
8933 * gdb.base/hbreak.exp
8934 * gdb.base/hbreak2.exp
8935 * gdb.base/included.exp
8936 * gdb.base/infcall-input.exp
8937 * gdb.base/inferior-died.exp
8938 * gdb.base/infnan.exp
8939 * gdb.base/info-macros.exp
8940 * gdb.base/info-os.exp
8941 * gdb.base/info-proc.exp
8942 * gdb.base/info-shared.exp
8943 * gdb.base/info-target.exp
8944 * gdb.base/infoline.exp
8945 * gdb.base/interp.exp
8946 * gdb.base/interrupt.exp
8947 * gdb.base/jit-reader.exp
8948 * gdb.base/jit-simple.exp
8949 * gdb.base/kill-after-signal.exp
8950 * gdb.base/kill-detach-inferiors-cmd.exp
8951 * gdb.base/label.exp
8952 * gdb.base/langs.exp
8953 * gdb.base/ldbl_e308.exp
8954 * gdb.base/line-symtabs.exp
8955 * gdb.base/linespecs.exp
8956 * gdb.base/list.exp
8957 * gdb.base/long_long.exp
8958 * gdb.base/longest-types.exp
8959 * gdb.base/maint.exp
8960 * gdb.base/max-value-size.exp
8961 * gdb.base/memattr.exp
8962 * gdb.base/mips_pro.exp
8963 * gdb.base/morestack.exp
8964 * gdb.base/moribund-step.exp
8965 * gdb.base/multi-forks.exp
8966 * gdb.base/nested-addr.exp
8967 * gdb.base/nextoverexit.exp
8968 * gdb.base/noreturn-finish.exp
8969 * gdb.base/noreturn-return.exp
8970 * gdb.base/nostdlib.exp
8971 * gdb.base/offsets.exp
8972 * gdb.base/opaque.exp
8973 * gdb.base/pc-fp.exp
8974 * gdb.base/permissions.exp
8975 * gdb.base/print-symbol-loading.exp
8976 * gdb.base/prologue-include.exp
8977 * gdb.base/psymtab.exp
8978 * gdb.base/ptype.exp
8979 * gdb.base/random-signal.exp
8980 * gdb.base/randomize.exp
8981 * gdb.base/range-stepping.exp
8982 * gdb.base/readline-ask.exp
8983 * gdb.base/recpar.exp
8984 * gdb.base/recurse.exp
8985 * gdb.base/relational.exp
8986 * gdb.base/restore.exp
8987 * gdb.base/return-nodebug.exp
8988 * gdb.base/return.exp
8989 * gdb.base/run-after-attach.exp
8990 * gdb.base/save-bp.exp
8991 * gdb.base/scope.exp
8992 * gdb.base/sect-cmd.exp
8993 * gdb.base/set-lang-auto.exp
8994 * gdb.base/set-noassign.exp
8995 * gdb.base/setvar.exp
8996 * gdb.base/sigall.exp
8997 * gdb.base/sigbpt.exp
8998 * gdb.base/siginfo-addr.exp
8999 * gdb.base/siginfo-infcall.exp
9000 * gdb.base/siginfo-obj.exp
9001 * gdb.base/siginfo.exp
9002 * gdb.base/signals-state-child.exp
9003 * gdb.base/signest.exp
9004 * gdb.base/sigstep.exp
9005 * gdb.base/sizeof.exp
9006 * gdb.base/skip.exp
9007 * gdb.base/solib-corrupted.exp
9008 * gdb.base/solib-nodir.exp
9009 * gdb.base/solib-search.exp
9010 * gdb.base/stack-checking.exp
9011 * gdb.base/stale-infcall.exp
9012 * gdb.base/stap-probe.exp
9013 * gdb.base/start.exp
9014 * gdb.base/step-break.exp
9015 * gdb.base/step-bt.exp
9016 * gdb.base/step-line.exp
9017 * gdb.base/step-over-exit.exp
9018 * gdb.base/step-over-syscall.exp
9019 * gdb.base/step-resume-infcall.exp
9020 * gdb.base/step-test.exp
9021 * gdb.base/store.exp
9022 * gdb.base/structs3.exp
9023 * gdb.base/sym-file.exp
9024 * gdb.base/symbol-without-target_section.exp
9025 * gdb.base/term.exp
9026 * gdb.base/testenv.exp
9027 * gdb.base/ui-redirect.exp
9028 * gdb.base/until.exp
9029 * gdb.base/unwindonsignal.exp
9030 * gdb.base/value-double-free.exp
9031 * gdb.base/vla-datatypes.exp
9032 * gdb.base/vla-ptr.exp
9033 * gdb.base/vla-sideeffect.exp
9034 * gdb.base/volatile.exp
9035 * gdb.base/watch-cond-infcall.exp
9036 * gdb.base/watch-cond.exp
9037 * gdb.base/watch-non-mem.exp
9038 * gdb.base/watch-read.exp
9039 * gdb.base/watch-vfork.exp
9040 * gdb.base/watchpoint-cond-gone.exp
9041 * gdb.base/watchpoint-delete.exp
9042 * gdb.base/watchpoint-hw-hit-once.exp
9043 * gdb.base/watchpoint-hw.exp
9044 * gdb.base/watchpoint-stops-at-right-insn.exp
9045 * gdb.base/watchpoints.exp
9046 * gdb.base/wchar.exp
9047 * gdb.base/whatis-exp.exp
9048 * gdb.btrace/buffer-size.exp
9049 * gdb.btrace/data.exp
9050 * gdb.btrace/delta.exp
9051 * gdb.btrace/dlopen.exp
9052 * gdb.btrace/enable.exp
9053 * gdb.btrace/exception.exp
9054 * gdb.btrace/function_call_history.exp
9055 * gdb.btrace/gcore.exp
9056 * gdb.btrace/instruction_history.exp
9057 * gdb.btrace/nohist.exp
9058 * gdb.btrace/reconnect.exp
9059 * gdb.btrace/record_goto-step.exp
9060 * gdb.btrace/record_goto.exp
9061 * gdb.btrace/rn-dl-bind.exp
9062 * gdb.btrace/segv.exp
9063 * gdb.btrace/step.exp
9064 * gdb.btrace/stepi.exp
9065 * gdb.btrace/tailcall-only.exp
9066 * gdb.btrace/tailcall.exp
9067 * gdb.btrace/tsx.exp
9068 * gdb.btrace/unknown_functions.exp
9069 * gdb.btrace/vdso.exp
9070 * gdb.compile/compile-ifunc.exp
9071 * gdb.compile/compile-ops.exp
9072 * gdb.compile/compile-print.exp
9073 * gdb.compile/compile-setjmp.exp
9074 * gdb.cp/abstract-origin.exp
9075 * gdb.cp/ambiguous.exp
9076 * gdb.cp/annota2.exp
9077 * gdb.cp/annota3.exp
9078 * gdb.cp/anon-ns.exp
9079 * gdb.cp/anon-struct.exp
9080 * gdb.cp/anon-union.exp
9081 * gdb.cp/arg-reference.exp
9082 * gdb.cp/baseenum.exp
9083 * gdb.cp/bool.exp
9084 * gdb.cp/breakpoint.exp
9085 * gdb.cp/bs15503.exp
9086 * gdb.cp/call-c.exp
9087 * gdb.cp/casts.exp
9088 * gdb.cp/chained-calls.exp
9089 * gdb.cp/class2.exp
9090 * gdb.cp/classes.exp
9091 * gdb.cp/cmpd-minsyms.exp
9092 * gdb.cp/converts.exp
9093 * gdb.cp/cp-relocate.exp
9094 * gdb.cp/cpcompletion.exp
9095 * gdb.cp/cpexprs.exp
9096 * gdb.cp/cplabel.exp
9097 * gdb.cp/cplusfuncs.exp
9098 * gdb.cp/cpsizeof.exp
9099 * gdb.cp/ctti.exp
9100 * gdb.cp/derivation.exp
9101 * gdb.cp/destrprint.exp
9102 * gdb.cp/dispcxx.exp
9103 * gdb.cp/enum-class.exp
9104 * gdb.cp/exception.exp
9105 * gdb.cp/exceptprint.exp
9106 * gdb.cp/expand-psymtabs-cxx.exp
9107 * gdb.cp/expand-sals.exp
9108 * gdb.cp/extern-c.exp
9109 * gdb.cp/filename.exp
9110 * gdb.cp/formatted-ref.exp
9111 * gdb.cp/fpointer.exp
9112 * gdb.cp/gdb1355.exp
9113 * gdb.cp/gdb2495.exp
9114 * gdb.cp/hang.exp
9115 * gdb.cp/impl-this.exp
9116 * gdb.cp/infcall-dlopen.exp
9117 * gdb.cp/inherit.exp
9118 * gdb.cp/iostream.exp
9119 * gdb.cp/koenig.exp
9120 * gdb.cp/local.exp
9121 * gdb.cp/m-data.exp
9122 * gdb.cp/m-static.exp
9123 * gdb.cp/mb-ctor.exp
9124 * gdb.cp/mb-inline.exp
9125 * gdb.cp/mb-templates.exp
9126 * gdb.cp/member-name.exp
9127 * gdb.cp/member-ptr.exp
9128 * gdb.cp/meth-typedefs.exp
9129 * gdb.cp/method.exp
9130 * gdb.cp/method2.exp
9131 * gdb.cp/minsym-fallback.exp
9132 * gdb.cp/misc.exp
9133 * gdb.cp/namelessclass.exp
9134 * gdb.cp/namespace-enum.exp
9135 * gdb.cp/namespace-nested-import.exp
9136 * gdb.cp/namespace.exp
9137 * gdb.cp/nextoverthrow.exp
9138 * gdb.cp/no-dmgl-verbose.exp
9139 * gdb.cp/non-trivial-retval.exp
9140 * gdb.cp/noparam.exp
9141 * gdb.cp/nsdecl.exp
9142 * gdb.cp/nsimport.exp
9143 * gdb.cp/nsnested.exp
9144 * gdb.cp/nsnoimports.exp
9145 * gdb.cp/nsrecurs.exp
9146 * gdb.cp/nsstress.exp
9147 * gdb.cp/nsusing.exp
9148 * gdb.cp/operator.exp
9149 * gdb.cp/oranking.exp
9150 * gdb.cp/overload-const.exp
9151 * gdb.cp/overload.exp
9152 * gdb.cp/ovldbreak.exp
9153 * gdb.cp/ovsrch.exp
9154 * gdb.cp/paren-type.exp
9155 * gdb.cp/parse-lang.exp
9156 * gdb.cp/pass-by-ref.exp
9157 * gdb.cp/pr-1023.exp
9158 * gdb.cp/pr-1210.exp
9159 * gdb.cp/pr-574.exp
9160 * gdb.cp/pr10687.exp
9161 * gdb.cp/pr12028.exp
9162 * gdb.cp/pr17132.exp
9163 * gdb.cp/pr17494.exp
9164 * gdb.cp/pr9067.exp
9165 * gdb.cp/pr9167.exp
9166 * gdb.cp/pr9631.exp
9167 * gdb.cp/printmethod.exp
9168 * gdb.cp/psmang.exp
9169 * gdb.cp/psymtab-parameter.exp
9170 * gdb.cp/ptype-cv-cp.exp
9171 * gdb.cp/ptype-flags.exp
9172 * gdb.cp/re-set-overloaded.exp
9173 * gdb.cp/ref-types.exp
9174 * gdb.cp/rtti.exp
9175 * gdb.cp/scope-err.exp
9176 * gdb.cp/shadow.exp
9177 * gdb.cp/smartp.exp
9178 * gdb.cp/static-method.exp
9179 * gdb.cp/static-print-quit.exp
9180 * gdb.cp/temargs.exp
9181 * gdb.cp/templates.exp
9182 * gdb.cp/try_catch.exp
9183 * gdb.cp/typedef-operator.exp
9184 * gdb.cp/typeid.exp
9185 * gdb.cp/userdef.exp
9186 * gdb.cp/using-crash.exp
9187 * gdb.cp/var-tag.exp
9188 * gdb.cp/virtbase.exp
9189 * gdb.cp/virtfunc.exp
9190 * gdb.cp/virtfunc2.exp
9191 * gdb.cp/vla-cxx.exp
9192 * gdb.disasm/t01_mov.exp
9193 * gdb.disasm/t02_mova.exp
9194 * gdb.disasm/t03_add.exp
9195 * gdb.disasm/t04_sub.exp
9196 * gdb.disasm/t05_cmp.exp
9197 * gdb.disasm/t06_ari2.exp
9198 * gdb.disasm/t07_ari3.exp
9199 * gdb.disasm/t08_or.exp
9200 * gdb.disasm/t09_xor.exp
9201 * gdb.disasm/t10_and.exp
9202 * gdb.disasm/t11_logs.exp
9203 * gdb.disasm/t12_bit.exp
9204 * gdb.disasm/t13_otr.exp
9205 * gdb.dlang/circular.exp
9206 * gdb.dwarf2/arr-stride.exp
9207 * gdb.dwarf2/arr-subrange.exp
9208 * gdb.dwarf2/atomic-type.exp
9209 * gdb.dwarf2/bad-regnum.exp
9210 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9211 * gdb.dwarf2/callframecfa.exp
9212 * gdb.dwarf2/clztest.exp
9213 * gdb.dwarf2/corrupt.exp
9214 * gdb.dwarf2/data-loc.exp
9215 * gdb.dwarf2/dup-psym.exp
9216 * gdb.dwarf2/dw2-anon-mptr.exp
9217 * gdb.dwarf2/dw2-anonymous-func.exp
9218 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9219 * gdb.dwarf2/dw2-bad-unresolved.exp
9220 * gdb.dwarf2/dw2-basic.exp
9221 * gdb.dwarf2/dw2-canonicalize-type.exp
9222 * gdb.dwarf2/dw2-case-insensitive.exp
9223 * gdb.dwarf2/dw2-common-block.exp
9224 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9225 * gdb.dwarf2/dw2-compressed.exp
9226 * gdb.dwarf2/dw2-const.exp
9227 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9228 * gdb.dwarf2/dw2-cu-size.exp
9229 * gdb.dwarf2/dw2-dup-frame.exp
9230 * gdb.dwarf2/dw2-entry-value.exp
9231 * gdb.dwarf2/dw2-icycle.exp
9232 * gdb.dwarf2/dw2-ifort-parameter.exp
9233 * gdb.dwarf2/dw2-inline-break.exp
9234 * gdb.dwarf2/dw2-inline-param.exp
9235 * gdb.dwarf2/dw2-intercu.exp
9236 * gdb.dwarf2/dw2-intermix.exp
9237 * gdb.dwarf2/dw2-lexical-block-bare.exp
9238 * gdb.dwarf2/dw2-linkage-name-trust.exp
9239 * gdb.dwarf2/dw2-minsym-in-cu.exp
9240 * gdb.dwarf2/dw2-noloc.exp
9241 * gdb.dwarf2/dw2-op-call.exp
9242 * gdb.dwarf2/dw2-op-out-param.exp
9243 * gdb.dwarf2/dw2-opt-structptr.exp
9244 * gdb.dwarf2/dw2-param-error.exp
9245 * gdb.dwarf2/dw2-producer.exp
9246 * gdb.dwarf2/dw2-ranges-base.exp
9247 * gdb.dwarf2/dw2-ref-missing-frame.exp
9248 * gdb.dwarf2/dw2-reg-undefined.exp
9249 * gdb.dwarf2/dw2-regno-invalid.exp
9250 * gdb.dwarf2/dw2-restore.exp
9251 * gdb.dwarf2/dw2-restrict.exp
9252 * gdb.dwarf2/dw2-single-line-discriminators.exp
9253 * gdb.dwarf2/dw2-strp.exp
9254 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9255 * gdb.dwarf2/dw2-unresolved.exp
9256 * gdb.dwarf2/dw2-var-zero-addr.exp
9257 * gdb.dwarf2/dw4-sig-types.exp
9258 * gdb.dwarf2/dwz.exp
9259 * gdb.dwarf2/dynarr-ptr.exp
9260 * gdb.dwarf2/enum-type.exp
9261 * gdb.dwarf2/gdb-index.exp
9262 * gdb.dwarf2/implptr-64bit.exp
9263 * gdb.dwarf2/implptr-optimized-out.exp
9264 * gdb.dwarf2/implptr.exp
9265 * gdb.dwarf2/implref-array.exp
9266 * gdb.dwarf2/implref-const.exp
9267 * gdb.dwarf2/implref-global.exp
9268 * gdb.dwarf2/implref-struct.exp
9269 * gdb.dwarf2/mac-fileno.exp
9270 * gdb.dwarf2/main-subprogram.exp
9271 * gdb.dwarf2/member-ptr-forwardref.exp
9272 * gdb.dwarf2/method-ptr.exp
9273 * gdb.dwarf2/missing-sig-type.exp
9274 * gdb.dwarf2/nonvar-access.exp
9275 * gdb.dwarf2/opaque-type-lookup.exp
9276 * gdb.dwarf2/pieces-optimized-out.exp
9277 * gdb.dwarf2/pieces.exp
9278 * gdb.dwarf2/pr10770.exp
9279 * gdb.dwarf2/pr13961.exp
9280 * gdb.dwarf2/staticvirtual.exp
9281 * gdb.dwarf2/subrange.exp
9282 * gdb.dwarf2/symtab-producer.exp
9283 * gdb.dwarf2/trace-crash.exp
9284 * gdb.dwarf2/typeddwarf.exp
9285 * gdb.dwarf2/valop.exp
9286 * gdb.dwarf2/watch-notconst.exp
9287 * gdb.fortran/array-element.exp
9288 * gdb.fortran/charset.exp
9289 * gdb.fortran/common-block.exp
9290 * gdb.fortran/complex.exp
9291 * gdb.fortran/derived-type-function.exp
9292 * gdb.fortran/derived-type.exp
9293 * gdb.fortran/logical.exp
9294 * gdb.fortran/module.exp
9295 * gdb.fortran/multi-dim.exp
9296 * gdb.fortran/nested-funcs.exp
9297 * gdb.fortran/print-formatted.exp
9298 * gdb.fortran/subarray.exp
9299 * gdb.fortran/vla-alloc-assoc.exp
9300 * gdb.fortran/vla-datatypes.exp
9301 * gdb.fortran/vla-history.exp
9302 * gdb.fortran/vla-ptr-info.exp
9303 * gdb.fortran/vla-ptype-sub.exp
9304 * gdb.fortran/vla-ptype.exp
9305 * gdb.fortran/vla-sizeof.exp
9306 * gdb.fortran/vla-type.exp
9307 * gdb.fortran/vla-value-sub-arbitrary.exp
9308 * gdb.fortran/vla-value-sub-finish.exp
9309 * gdb.fortran/vla-value-sub.exp
9310 * gdb.fortran/vla-value.exp
9311 * gdb.fortran/whatis_type.exp
9312 * gdb.go/chan.exp
9313 * gdb.go/handcall.exp
9314 * gdb.go/hello.exp
9315 * gdb.go/integers.exp
9316 * gdb.go/methods.exp
9317 * gdb.go/package.exp
9318 * gdb.go/strings.exp
9319 * gdb.go/types.exp
9320 * gdb.go/unsafe.exp
9321 * gdb.guile/scm-arch.exp
9322 * gdb.guile/scm-block.exp
9323 * gdb.guile/scm-breakpoint.exp
9324 * gdb.guile/scm-cmd.exp
9325 * gdb.guile/scm-disasm.exp
9326 * gdb.guile/scm-equal.exp
9327 * gdb.guile/scm-frame-args.exp
9328 * gdb.guile/scm-frame-inline.exp
9329 * gdb.guile/scm-frame.exp
9330 * gdb.guile/scm-iterator.exp
9331 * gdb.guile/scm-math.exp
9332 * gdb.guile/scm-objfile.exp
9333 * gdb.guile/scm-ports.exp
9334 * gdb.guile/scm-symbol.exp
9335 * gdb.guile/scm-symtab.exp
9336 * gdb.guile/scm-value-cc.exp
9337 * gdb.guile/types-module.exp
9338 * gdb.linespec/break-ask.exp
9339 * gdb.linespec/cpexplicit.exp
9340 * gdb.linespec/explicit.exp
9341 * gdb.linespec/keywords.exp
9342 * gdb.linespec/linespec.exp
9343 * gdb.linespec/ls-dollar.exp
9344 * gdb.linespec/ls-errs.exp
9345 * gdb.linespec/skip-two.exp
9346 * gdb.linespec/thread.exp
9347 * gdb.mi/mi-async.exp
9348 * gdb.mi/mi-basics.exp
9349 * gdb.mi/mi-break.exp
9350 * gdb.mi/mi-catch-load.exp
9351 * gdb.mi/mi-cli.exp
9352 * gdb.mi/mi-cmd-param-changed.exp
9353 * gdb.mi/mi-console.exp
9354 * gdb.mi/mi-detach.exp
9355 * gdb.mi/mi-disassemble.exp
9356 * gdb.mi/mi-eval.exp
9357 * gdb.mi/mi-file-transfer.exp
9358 * gdb.mi/mi-file.exp
9359 * gdb.mi/mi-fill-memory.exp
9360 * gdb.mi/mi-inheritance-syntax-error.exp
9361 * gdb.mi/mi-linespec-err-cp.exp
9362 * gdb.mi/mi-logging.exp
9363 * gdb.mi/mi-memory-changed.exp
9364 * gdb.mi/mi-read-memory.exp
9365 * gdb.mi/mi-record-changed.exp
9366 * gdb.mi/mi-reg-undefined.exp
9367 * gdb.mi/mi-regs.exp
9368 * gdb.mi/mi-return.exp
9369 * gdb.mi/mi-reverse.exp
9370 * gdb.mi/mi-simplerun.exp
9371 * gdb.mi/mi-solib.exp
9372 * gdb.mi/mi-stack.exp
9373 * gdb.mi/mi-stepi.exp
9374 * gdb.mi/mi-syn-frame.exp
9375 * gdb.mi/mi-until.exp
9376 * gdb.mi/mi-var-block.exp
9377 * gdb.mi/mi-var-child.exp
9378 * gdb.mi/mi-var-cmd.exp
9379 * gdb.mi/mi-var-cp.exp
9380 * gdb.mi/mi-var-display.exp
9381 * gdb.mi/mi-var-invalidate.exp
9382 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9383 * gdb.mi/mi-vla-fortran.exp
9384 * gdb.mi/mi-watch.exp
9385 * gdb.mi/mi2-var-child.exp
9386 * gdb.mi/user-selected-context-sync.exp
9387 * gdb.modula2/unbounded-array.exp
9388 * gdb.multi/dummy-frame-restore.exp
9389 * gdb.multi/multi-arch-exec.exp
9390 * gdb.multi/multi-arch.exp
9391 * gdb.multi/tids.exp
9392 * gdb.multi/watchpoint-multi.exp
9393 * gdb.opencl/callfuncs.exp
9394 * gdb.opencl/convs_casts.exp
9395 * gdb.opencl/datatypes.exp
9396 * gdb.opencl/operators.exp
9397 * gdb.opencl/vec_comps.exp
9398 * gdb.opt/clobbered-registers-O2.exp
9399 * gdb.opt/inline-break.exp
9400 * gdb.opt/inline-bt.exp
9401 * gdb.opt/inline-cmds.exp
9402 * gdb.opt/inline-locals.exp
9403 * gdb.pascal/case-insensitive-symbols.exp
9404 * gdb.pascal/floats.exp
9405 * gdb.pascal/gdb11492.exp
9406 * gdb.python/lib-types.exp
9407 * gdb.python/py-arch.exp
9408 * gdb.python/py-as-string.exp
9409 * gdb.python/py-bad-printers.exp
9410 * gdb.python/py-block.exp
9411 * gdb.python/py-breakpoint-create-fail.exp
9412 * gdb.python/py-breakpoint.exp
9413 * gdb.python/py-caller-is.exp
9414 * gdb.python/py-cmd.exp
9415 * gdb.python/py-explore-cc.exp
9416 * gdb.python/py-explore.exp
9417 * gdb.python/py-finish-breakpoint.exp
9418 * gdb.python/py-finish-breakpoint2.exp
9419 * gdb.python/py-frame-args.exp
9420 * gdb.python/py-frame-inline.exp
9421 * gdb.python/py-frame.exp
9422 * gdb.python/py-framefilter-mi.exp
9423 * gdb.python/py-infthread.exp
9424 * gdb.python/py-lazy-string.exp
9425 * gdb.python/py-linetable.exp
9426 * gdb.python/py-mi-events.exp
9427 * gdb.python/py-mi-objfile.exp
9428 * gdb.python/py-mi.exp
9429 * gdb.python/py-objfile.exp
9430 * gdb.python/py-pp-integral.exp
9431 * gdb.python/py-pp-maint.exp
9432 * gdb.python/py-pp-re-notag.exp
9433 * gdb.python/py-pp-registration.exp
9434 * gdb.python/py-recurse-unwind.exp
9435 * gdb.python/py-strfns.exp
9436 * gdb.python/py-symbol.exp
9437 * gdb.python/py-symtab.exp
9438 * gdb.python/py-sync-interp.exp
9439 * gdb.python/py-typeprint.exp
9440 * gdb.python/py-unwind-maint.exp
9441 * gdb.python/py-unwind.exp
9442 * gdb.python/py-value-cc.exp
9443 * gdb.python/py-xmethods.exp
9444 * gdb.reverse/amd64-tailcall-reverse.exp
9445 * gdb.reverse/break-precsave.exp
9446 * gdb.reverse/break-reverse.exp
9447 * gdb.reverse/consecutive-precsave.exp
9448 * gdb.reverse/consecutive-reverse.exp
9449 * gdb.reverse/finish-precsave.exp
9450 * gdb.reverse/finish-reverse-bkpt.exp
9451 * gdb.reverse/finish-reverse.exp
9452 * gdb.reverse/fstatat-reverse.exp
9453 * gdb.reverse/getresuid-reverse.exp
9454 * gdb.reverse/i386-precsave.exp
9455 * gdb.reverse/i386-reverse.exp
9456 * gdb.reverse/i386-sse-reverse.exp
9457 * gdb.reverse/i387-env-reverse.exp
9458 * gdb.reverse/i387-stack-reverse.exp
9459 * gdb.reverse/insn-reverse.exp
9460 * gdb.reverse/machinestate-precsave.exp
9461 * gdb.reverse/machinestate.exp
9462 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9463 * gdb.reverse/pipe-reverse.exp
9464 * gdb.reverse/readv-reverse.exp
9465 * gdb.reverse/recvmsg-reverse.exp
9466 * gdb.reverse/rerun-prec.exp
9467 * gdb.reverse/s390-mvcle.exp
9468 * gdb.reverse/step-precsave.exp
9469 * gdb.reverse/step-reverse.exp
9470 * gdb.reverse/time-reverse.exp
9471 * gdb.reverse/until-precsave.exp
9472 * gdb.reverse/until-reverse.exp
9473 * gdb.reverse/waitpid-reverse.exp
9474 * gdb.reverse/watch-precsave.exp
9475 * gdb.reverse/watch-reverse.exp
9476 * gdb.rust/generics.exp
9477 * gdb.rust/methods.exp
9478 * gdb.rust/modules.exp
9479 * gdb.rust/simple.exp
9480 * gdb.server/connect-with-no-symbol-file.exp
9481 * gdb.server/ext-attach.exp
9482 * gdb.server/ext-restart.exp
9483 * gdb.server/ext-wrapper.exp
9484 * gdb.server/file-transfer.exp
9485 * gdb.server/server-exec-info.exp
9486 * gdb.server/server-kill.exp
9487 * gdb.server/server-mon.exp
9488 * gdb.server/wrapper.exp
9489 * gdb.stabs/exclfwd.exp
9490 * gdb.stabs/gdb11479.exp
9491 * gdb.threads/clone-new-thread-event.exp
9492 * gdb.threads/corethreads.exp
9493 * gdb.threads/current-lwp-dead.exp
9494 * gdb.threads/dlopen-libpthread.exp
9495 * gdb.threads/gcore-thread.exp
9496 * gdb.threads/sigstep-threads.exp
9497 * gdb.threads/watchpoint-fork.exp
9498 * gdb.trace/actions-changed.exp
9499 * gdb.trace/backtrace.exp
9500 * gdb.trace/change-loc.exp
9501 * gdb.trace/circ.exp
9502 * gdb.trace/collection.exp
9503 * gdb.trace/disconnected-tracing.exp
9504 * gdb.trace/ftrace.exp
9505 * gdb.trace/mi-trace-frame-collected.exp
9506 * gdb.trace/mi-trace-unavailable.exp
9507 * gdb.trace/mi-traceframe-changed.exp
9508 * gdb.trace/mi-tsv-changed.exp
9509 * gdb.trace/no-attach-trace.exp
9510 * gdb.trace/passc-dyn.exp
9511 * gdb.trace/qtro.exp
9512 * gdb.trace/range-stepping.exp
9513 * gdb.trace/read-memory.exp
9514 * gdb.trace/save-trace.exp
9515 * gdb.trace/signal.exp
9516 * gdb.trace/status-stop.exp
9517 * gdb.trace/tfile.exp
9518 * gdb.trace/trace-break.exp
9519 * gdb.trace/trace-buffer-size.exp
9520 * gdb.trace/trace-condition.exp
9521 * gdb.trace/tracefile-pseudo-reg.exp
9522 * gdb.trace/tstatus.exp
9523 * gdb.trace/unavailable.exp
9524 * gdb.trace/while-dyn.exp
9525 * gdb.trace/while-stepping.exp
9526
9527 2016-12-22 Doug Evans <xdje42@gmail.com>
9528
9529 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9530 and msymbols.
9531
9532 2016-12-19 Yao Qi <yao.qi@linaro.org>
9533
9534 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9535 (test_with_self): Don't call do_steps_and_nexts, and remove
9536 code about stepping into xmalloc.
9537
9538 2016-12-09 Yao Qi <yao.qi@linaro.org>
9539
9540 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9541
9542 2016-12-09 Yao Qi <yao.qi@linaro.org>
9543
9544 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9545
9546 2016-12-09 Pedro Alves <palves@redhat.com>
9547
9548 * gdb.base/all-architectures-0.exp: New file.
9549 * gdb.base/all-architectures-1.exp: New file.
9550 * gdb.base/all-architectures-2.exp: New file.
9551 * gdb.base/all-architectures-3.exp: New file.
9552 * gdb.base/all-architectures-4.exp: New file.
9553 * gdb.base/all-architectures-5.exp: New file.
9554 * gdb.base/all-architectures-6.exp: New file.
9555 * gdb.base/all-architectures-7.exp: New file.
9556 * gdb.base/all-architectures.exp.in: New file.
9557
9558 2016-12-09 Yao Qi <yao.qi@linaro.org>
9559
9560 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9561
9562 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9563
9564 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9565 possible.
9566 Remove useless pattern-matching code.
9567
9568 2016-12-02 Pedro Alves <palves@redhat.com>
9569
9570 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9571 procedure.
9572 (top level): Call it.
9573
9574 2016-12-02 Pedro Alves <palves@redhat.com>
9575
9576 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9577 New procedure.
9578 (top level): Call it.
9579
9580 2016-12-02 Pedro Alves <palves@redhat.com>
9581
9582 PR cli/20559
9583 * gdb.base/commands.exp (user_defined_command_args_eval): New
9584 procedure.
9585 (top level): Call it.
9586
9587 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9588
9589 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9590 timeout handling.
9591
9592 2016-12-02 Tom Tromey <tom@tromey.com>
9593
9594 * gdb.dwarf2/main-subprogram.c: New file.
9595 * gdb.dwarf2/main-subprogram.exp: New file.
9596
9597 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9598
9599 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9600 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9601 gdb_test_no_output for a couple of cases.
9602 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9603
9604 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9605
9606 Fix test names and standardize compilation error messages throughout
9607 the following files:
9608
9609 * gdb.ada/start.exp
9610 * gdb.arch/alpha-step.exp
9611 * gdb.arch/e500-prologue.exp
9612 * gdb.arch/ftrace-insn-reloc.exp
9613 * gdb.arch/gdb1291.exp
9614 * gdb.arch/gdb1431.exp
9615 * gdb.arch/gdb1558.exp
9616 * gdb.arch/i386-dr3-watch.exp
9617 * gdb.arch/i386-sse-stack-align.exp
9618 * gdb.arch/ia64-breakpoint-shadow.exp
9619 * gdb.arch/pa-nullify.exp
9620 * gdb.arch/powerpc-aix-prologue.exp
9621 * gdb.arch/thumb-bx-pc.exp
9622 * gdb.base/annota1.exp
9623 * gdb.base/annota3.exp
9624 * gdb.base/arrayidx.exp
9625 * gdb.base/assign.exp
9626 * gdb.base/attach.exp
9627 * gdb.base/auxv.exp
9628 * gdb.base/bang.exp
9629 * gdb.base/bfp-test.exp
9630 * gdb.base/bigcore.exp
9631 * gdb.base/bitfields2.exp
9632 * gdb.base/break-fun-addr.exp
9633 * gdb.base/break-probes.exp
9634 * gdb.base/call-rt-st.exp
9635 * gdb.base/callexit.exp
9636 * gdb.base/catch-fork-kill.exp
9637 * gdb.base/charset.exp
9638 * gdb.base/checkpoint.exp
9639 * gdb.base/comprdebug.exp
9640 * gdb.base/constvars.exp
9641 * gdb.base/coredump-filter.exp
9642 * gdb.base/cursal.exp
9643 * gdb.base/cvexpr.exp
9644 * gdb.base/detach.exp
9645 * gdb.base/display.exp
9646 * gdb.base/dmsym.exp
9647 * gdb.base/dprintf-pending.exp
9648 * gdb.base/dso2dso.exp
9649 * gdb.base/dtrace-probe.exp
9650 * gdb.base/dump.exp
9651 * gdb.base/enum_cond.exp
9652 * gdb.base/exe-lock.exp
9653 * gdb.base/exec-invalid-sysroot.exp
9654 * gdb.base/execl-update-breakpoints.exp
9655 * gdb.base/exprs.exp
9656 * gdb.base/fileio.exp
9657 * gdb.base/find.exp
9658 * gdb.base/finish.exp
9659 * gdb.base/fixsection.exp
9660 * gdb.base/foll-vfork.exp
9661 * gdb.base/frame-args.exp
9662 * gdb.base/gcore.exp
9663 * gdb.base/gdb1250.exp
9664 * gdb.base/global-var-nested-by-dso.exp
9665 * gdb.base/gnu-ifunc.exp
9666 * gdb.base/hashline1.exp
9667 * gdb.base/hashline2.exp
9668 * gdb.base/hashline3.exp
9669 * gdb.base/hbreak-in-shr-unsupported.exp
9670 * gdb.base/huge.exp
9671 * gdb.base/infcall-input.exp
9672 * gdb.base/info-fun.exp
9673 * gdb.base/info-shared.exp
9674 * gdb.base/jit-simple.exp
9675 * gdb.base/jit-so.exp
9676 * gdb.base/jit.exp
9677 * gdb.base/jump.exp
9678 * gdb.base/label.exp
9679 * gdb.base/lineinc.exp
9680 * gdb.base/logical.exp
9681 * gdb.base/longjmp.exp
9682 * gdb.base/macscp.exp
9683 * gdb.base/miscexprs.exp
9684 * gdb.base/new-ui-echo.exp
9685 * gdb.base/new-ui-pending-input.exp
9686 * gdb.base/new-ui.exp
9687 * gdb.base/nodebug.exp
9688 * gdb.base/nofield.exp
9689 * gdb.base/offsets.exp
9690 * gdb.base/overlays.exp
9691 * gdb.base/pending.exp
9692 * gdb.base/pointers.exp
9693 * gdb.base/pr11022.exp
9694 * gdb.base/printcmds.exp
9695 * gdb.base/prologue.exp
9696 * gdb.base/ptr-typedef.exp
9697 * gdb.base/realname-expand.exp
9698 * gdb.base/relativedebug.exp
9699 * gdb.base/relocate.exp
9700 * gdb.base/remote.exp
9701 * gdb.base/reread.exp
9702 * gdb.base/return2.exp
9703 * gdb.base/savedregs.exp
9704 * gdb.base/sep.exp
9705 * gdb.base/sepdebug.exp
9706 * gdb.base/sepsymtab.exp
9707 * gdb.base/set-inferior-tty.exp
9708 * gdb.base/setshow.exp
9709 * gdb.base/shlib-call.exp
9710 * gdb.base/sigaltstack.exp
9711 * gdb.base/siginfo-addr.exp
9712 * gdb.base/signals.exp
9713 * gdb.base/signull.exp
9714 * gdb.base/sigrepeat.exp
9715 * gdb.base/so-impl-ld.exp
9716 * gdb.base/solib-display.exp
9717 * gdb.base/solib-overlap.exp
9718 * gdb.base/solib-search.exp
9719 * gdb.base/solib-symbol.exp
9720 * gdb.base/structs.exp
9721 * gdb.base/structs2.exp
9722 * gdb.base/symtab-search-order.exp
9723 * gdb.base/twice.exp
9724 * gdb.base/unload.exp
9725 * gdb.base/varargs.exp
9726 * gdb.base/watchpoint-solib.exp
9727 * gdb.base/watchpoint.exp
9728 * gdb.base/whatis.exp
9729 * gdb.base/wrong_frame_bt_full.exp
9730 * gdb.btrace/dlopen.exp
9731 * gdb.cell/ea-standalone.exp
9732 * gdb.cell/ea-test.exp
9733 * gdb.cp/dispcxx.exp
9734 * gdb.cp/gdb2384.exp
9735 * gdb.cp/method2.exp
9736 * gdb.cp/nextoverthrow.exp
9737 * gdb.cp/pr10728.exp
9738 * gdb.disasm/am33.exp
9739 * gdb.disasm/h8300s.exp
9740 * gdb.disasm/mn10300.exp
9741 * gdb.disasm/sh3.exp
9742 * gdb.dwarf2/dw2-dir-file-name.exp
9743 * gdb.fortran/complex.exp
9744 * gdb.fortran/library-module.exp
9745 * gdb.guile/scm-pretty-print.exp
9746 * gdb.guile/scm-symbol.exp
9747 * gdb.guile/scm-type.exp
9748 * gdb.guile/scm-value.exp
9749 * gdb.linespec/linespec.exp
9750 * gdb.mi/gdb701.exp
9751 * gdb.mi/gdb792.exp
9752 * gdb.mi/mi-breakpoint-changed.exp
9753 * gdb.mi/mi-dprintf-pending.exp
9754 * gdb.mi/mi-dprintf.exp
9755 * gdb.mi/mi-exit-code.exp
9756 * gdb.mi/mi-pending.exp
9757 * gdb.mi/mi-solib.exp
9758 * gdb.mi/new-ui-mi-sync.exp
9759 * gdb.mi/pr11022.exp
9760 * gdb.mi/user-selected-context-sync.exp
9761 * gdb.opt/solib-intra-step.exp
9762 * gdb.python/py-events.exp
9763 * gdb.python/py-finish-breakpoint.exp
9764 * gdb.python/py-mi.exp
9765 * gdb.python/py-prettyprint.exp
9766 * gdb.python/py-shared.exp
9767 * gdb.python/py-symbol.exp
9768 * gdb.python/py-template.exp
9769 * gdb.python/py-type.exp
9770 * gdb.python/py-value.exp
9771 * gdb.reverse/solib-precsave.exp
9772 * gdb.reverse/solib-reverse.exp
9773 * gdb.server/solib-list.exp
9774 * gdb.stabs/weird.exp
9775 * gdb.threads/reconnect-signal.exp
9776 * gdb.threads/stepi-random-signal.exp
9777 * gdb.trace/actions.exp
9778 * gdb.trace/ax.exp
9779 * gdb.trace/backtrace.exp
9780 * gdb.trace/change-loc.exp
9781 * gdb.trace/deltrace.exp
9782 * gdb.trace/ftrace-lock.exp
9783 * gdb.trace/ftrace.exp
9784 * gdb.trace/infotrace.exp
9785 * gdb.trace/mi-tracepoint-changed.exp
9786 * gdb.trace/packetlen.exp
9787 * gdb.trace/passcount.exp
9788 * gdb.trace/pending.exp
9789 * gdb.trace/range-stepping.exp
9790 * gdb.trace/report.exp
9791 * gdb.trace/stap-trace.exp
9792 * gdb.trace/tfind.exp
9793 * gdb.trace/trace-break.exp
9794 * gdb.trace/trace-condition.exp
9795 * gdb.trace/trace-enable-disable.exp
9796 * gdb.trace/trace-mt.exp
9797 * gdb.trace/tracecmd.exp
9798 * gdb.trace/tspeed.exp
9799 * gdb.trace/tsv.exp
9800 * lib/perftest.exp
9801
9802 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9803
9804 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9805 with gdb_test_no_output.
9806 Use command as test name.
9807
9808 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9809
9810 Fix test names starting with uppercase throughout the files.
9811
9812 * gdb.ada/assign_1.exp
9813 * gdb.ada/boolean_expr.exp
9814 * gdb.base/arrayidx.exp
9815 * gdb.base/del.exp
9816 * gdb.base/gcore-buffer-overflow.exp
9817 * gdb.base/testenv.exp
9818 * gdb.compile/compile.exp
9819 * gdb.python/py-framefilter-invalidarg.exp
9820 * gdb.python/py-framefilter.exp
9821
9822 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9823
9824 Fix test names starting with uppercase throughout the files.
9825
9826 * gdb.ada/array_return.exp
9827 * gdb.ada/expr_delims.exp
9828 * gdb.ada/mi_dyn_arr.exp
9829 * gdb.ada/mi_interface.exp
9830 * gdb.ada/mi_var_array.exp
9831 * gdb.ada/watch_arg.exp
9832 * gdb.arch/alpha-step.exp
9833 * gdb.arch/altivec-regs.exp
9834 * gdb.arch/e500-regs.exp
9835 * gdb.arch/powerpc-d128-regs.exp
9836 * gdb.base/arrayidx.exp
9837 * gdb.base/break.exp
9838 * gdb.base/checkpoint.exp
9839 * gdb.base/debug-expr.exp
9840 * gdb.base/dmsym.exp
9841 * gdb.base/radix.exp
9842 * gdb.base/sepdebug.exp
9843 * gdb.base/testenv.exp
9844 * gdb.base/watch_thread_num.exp
9845 * gdb.base/watchpoint-cond-gone.exp
9846 * gdb.cell/break.exp
9847 * gdb.cell/ea-cache.exp
9848 * gdb.compile/compile.exp
9849 * gdb.cp/gdb2495.exp
9850 * gdb.gdb/selftest.exp
9851 * gdb.gdb/xfullpath.exp
9852 * gdb.go/hello.exp
9853 * gdb.go/integers.exp
9854 * gdb.objc/basicclass.exp
9855 * gdb.pascal/hello.exp
9856 * gdb.pascal/integers.exp
9857 * gdb.python/py-breakpoint.exp
9858 * gdb.python/py-cmd.exp
9859 * gdb.python/py-linetable.exp
9860 * gdb.python/py-xmethods.exp
9861 * gdb.python/python.exp
9862 * gdb.reverse/consecutive-precsave.exp
9863 * gdb.reverse/finish-precsave.exp
9864 * gdb.reverse/i386-precsave.exp
9865 * gdb.reverse/machinestate-precsave.exp
9866 * gdb.reverse/sigall-precsave.exp
9867 * gdb.reverse/solib-precsave.exp
9868 * gdb.reverse/step-precsave.exp
9869 * gdb.reverse/until-precsave.exp
9870 * gdb.reverse/watch-precsave.exp
9871 * gdb.threads/leader-exit.exp
9872 * gdb.threads/pthreads.exp
9873 * gdb.threads/wp-replication.exp
9874 * gdb.trace/actions.exp
9875 * gdb.trace/mi-tsv-changed.exp
9876 * gdb.trace/tsv.exp
9877
9878 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9879
9880 Fix test names starting with uppercase throughout the files.
9881
9882 * gdb.arch/i386-bp_permanent.exp
9883 * gdb.arch/i386-gnu-cfi.exp
9884 * gdb.base/disasm-end-cu.exp
9885 * gdb.base/macscp.exp
9886 * gdb.base/pending.exp
9887 * gdb.base/watch_thread_num.exp
9888 * gdb.cp/exception.exp
9889 * gdb.cp/gdb2495.exp
9890 * gdb.cp/local.exp
9891 * gdb.python/py-evsignal.exp
9892 * gdb.python/python.exp
9893 * gdb.trace/tracecmd.exp
9894
9895 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9896
9897 Fix test names starting with uppercase throughout the files.
9898
9899 * gdb.base/charset.exp
9900 * gdb.base/eval.exp
9901 * gdb.base/multi-forks.exp
9902 * gdb.guile/scm-progspace.exp
9903 * gdb.opencl/datatypes.exp
9904 * gdb.python/py-block.exp
9905 * gdb.python/py-function.exp
9906 * gdb.python/py-symbol.exp
9907 * gdb.python/py-symtab.exp
9908 * gdb.python/py-xmethods.exp
9909 * gdb.reverse/break-precsave.exp
9910 * gdb.reverse/break-reverse.exp
9911 * gdb.reverse/consecutive-precsave.exp
9912 * gdb.reverse/consecutive-reverse.exp
9913 * gdb.reverse/finish-precsave.exp
9914 * gdb.reverse/finish-reverse-bkpt.exp
9915 * gdb.reverse/finish-reverse.exp
9916 * gdb.reverse/fstatat-reverse.exp
9917 * gdb.reverse/getresuid-reverse.exp
9918 * gdb.reverse/i386-precsave.exp
9919 * gdb.reverse/i386-reverse.exp
9920 * gdb.reverse/i386-sse-reverse.exp
9921 * gdb.reverse/i387-stack-reverse.exp
9922 * gdb.reverse/insn-reverse.exp
9923 * gdb.reverse/machinestate-precsave.exp
9924 * gdb.reverse/machinestate.exp
9925 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9926 * gdb.reverse/pipe-reverse.exp
9927 * gdb.reverse/readv-reverse.exp
9928 * gdb.reverse/recvmsg-reverse.exp
9929 * gdb.reverse/rerun-prec.exp
9930 * gdb.reverse/s390-mvcle.exp
9931 * gdb.reverse/sigall-precsave.exp
9932 * gdb.reverse/sigall-reverse.exp
9933 * gdb.reverse/solib-precsave.exp
9934 * gdb.reverse/solib-reverse.exp
9935 * gdb.reverse/step-precsave.exp
9936 * gdb.reverse/step-reverse.exp
9937 * gdb.reverse/time-reverse.exp
9938 * gdb.reverse/until-precsave.exp
9939 * gdb.reverse/until-reverse.exp
9940 * gdb.reverse/waitpid-reverse.exp
9941 * gdb.reverse/watch-precsave.exp
9942 * gdb.reverse/watch-reverse.exp
9943
9944 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9945
9946 Fix test names starting with uppercase throughout the files.
9947
9948 * gdb.arch/i386-mpx-simple_segv.exp
9949 * gdb.arch/i386-mpx.exp
9950 * gdb.arch/i386-permbkpt.exp
9951 * gdb.arch/pa-nullify.exp
9952 * gdb.arch/powerpc-d128-regs.exp
9953 * gdb.arch/vsx-regs.exp
9954 * gdb.base/bfp-test.exp
9955 * gdb.base/break.exp
9956 * gdb.base/breakpoint-shadow.exp
9957 * gdb.base/callfuncs.exp
9958 * gdb.base/charset.exp
9959 * gdb.base/commands.exp
9960 * gdb.base/completion.exp
9961 * gdb.base/dfp-test.exp
9962 * gdb.base/echo.exp
9963 * gdb.base/ending-run.exp
9964 * gdb.base/eval.exp
9965 * gdb.base/expand-psymtabs.exp
9966 * gdb.base/float128.exp
9967 * gdb.base/floatn.exp
9968 * gdb.base/foll-exec-mode.exp
9969 * gdb.base/gdb1056.exp
9970 * gdb.base/gdb11531.exp
9971 * gdb.base/kill-after-signal.exp
9972 * gdb.base/multi-forks.exp
9973 * gdb.base/overlays.exp
9974 * gdb.base/pending.exp
9975 * gdb.base/sepdebug.exp
9976 * gdb.base/testenv.exp
9977 * gdb.base/valgrind-db-attach.exp
9978 * gdb.base/watch_thread_num.exp
9979 * gdb.base/watchpoint-cond-gone.exp
9980 * gdb.base/watchpoint.exp
9981 * gdb.base/watchpoints.exp
9982 * gdb.cp/arg-reference.exp
9983 * gdb.cp/baseenum.exp
9984 * gdb.cp/operator.exp
9985 * gdb.cp/shadow.exp
9986 * gdb.dwarf2/dw2-op-out-param.exp
9987 * gdb.dwarf2/dw2-reg-undefined.exp
9988 * gdb.go/chan.exp
9989 * gdb.go/hello.exp
9990 * gdb.go/integers.exp
9991 * gdb.go/methods.exp
9992 * gdb.go/package.exp
9993 * gdb.guile/scm-parameter.exp
9994 * gdb.guile/scm-progspace.exp
9995 * gdb.guile/scm-value.exp
9996 * gdb.mi/mi-pending.exp
9997 * gdb.mi/user-selected-context-sync.exp
9998 * gdb.multi/multi-attach.exp
9999 * gdb.multi/tids.exp
10000 * gdb.opt/clobbered-registers-O2.exp
10001 * gdb.pascal/floats.exp
10002 * gdb.pascal/integers.exp
10003 * gdb.python/py-block.exp
10004 * gdb.python/py-events.exp
10005 * gdb.python/py-parameter.exp
10006 * gdb.python/py-symbol.exp
10007 * gdb.python/py-symtab.exp
10008 * gdb.python/py-type.exp
10009 * gdb.python/py-value.exp
10010 * gdb.python/py-xmethods.exp
10011 * gdb.python/python.exp
10012 * gdb.reverse/break-precsave.exp
10013 * gdb.reverse/consecutive-precsave.exp
10014 * gdb.reverse/finish-precsave.exp
10015 * gdb.reverse/i386-precsave.exp
10016 * gdb.reverse/machinestate-precsave.exp
10017 * gdb.reverse/sigall-precsave.exp
10018 * gdb.reverse/solib-precsave.exp
10019 * gdb.reverse/step-precsave.exp
10020 * gdb.reverse/until-precsave.exp
10021 * gdb.reverse/watch-precsave.exp
10022 * gdb.server/ext-attach.exp
10023 * gdb.server/ext-restart.exp
10024 * gdb.server/ext-run.exp
10025 * gdb.server/ext-wrapper.exp
10026 * gdb.stabs/gdb11479.exp
10027 * gdb.stabs/weird.exp
10028 * gdb.threads/attach-many-short-lived-threads.exp
10029 * gdb.threads/kill.exp
10030 * gdb.threads/watchpoint-fork.exp
10031
10032 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10033
10034 Fix test names starting with uppercase throughout all the files below.
10035
10036 * gdb.ada/array_return.exp
10037 * gdb.ada/catch_ex.exp
10038 * gdb.ada/info_exc.exp
10039 * gdb.ada/mi_catch_ex.exp
10040 * gdb.ada/mi_dyn_arr.exp
10041 * gdb.ada/mi_ex_cond.exp
10042 * gdb.ada/mi_exc_info.exp
10043 * gdb.ada/mi_interface.exp
10044 * gdb.ada/mi_task_arg.exp
10045 * gdb.ada/mi_task_info.exp
10046 * gdb.ada/mi_var_array.exp
10047 * gdb.arch/alpha-step.exp
10048 * gdb.arch/amd64-disp-step.exp
10049 * gdb.arch/arm-disp-step.exp
10050 * gdb.arch/disp-step-insn-reloc.exp
10051 * gdb.arch/e500-prologue.exp
10052 * gdb.arch/ftrace-insn-reloc.exp
10053 * gdb.arch/gdb1558.exp
10054 * gdb.arch/i386-bp_permanent.exp
10055 * gdb.arch/i386-disp-step.exp
10056 * gdb.arch/i386-float.exp
10057 * gdb.arch/i386-gnu-cfi.exp
10058 * gdb.arch/ia64-breakpoint-shadow.exp
10059 * gdb.arch/mips16-thunks.exp
10060 * gdb.arch/pa-nullify.exp
10061 * gdb.arch/powerpc-aix-prologue.exp
10062 * gdb.arch/powerpc-power.exp
10063 * gdb.arch/ppc-dfp.exp
10064 * gdb.arch/s390-tdbregs.exp
10065 * gdb.arch/spu-info.exp
10066 * gdb.arch/spu-ls.exp
10067 * gdb.arch/thumb-bx-pc.exp
10068 * gdb.base/advance.exp
10069 * gdb.base/annota-input-while-running.exp
10070 * gdb.base/arrayidx.exp
10071 * gdb.base/asmlabel.exp
10072 * gdb.base/async.exp
10073 * gdb.base/attach-wait-input.exp
10074 * gdb.base/auto-connect-native-target.exp
10075 * gdb.base/batch-preserve-term-settings.exp
10076 * gdb.base/bfp-test.exp
10077 * gdb.base/bigcore.exp
10078 * gdb.base/bp-permanent.exp
10079 * gdb.base/break-always.exp
10080 * gdb.base/break-fun-addr.exp
10081 * gdb.base/break-idempotent.exp
10082 * gdb.base/break-main-file-remove-fail.exp
10083 * gdb.base/break-probes.exp
10084 * gdb.base/break-unload-file.exp
10085 * gdb.base/break.exp
10086 * gdb.base/call-ar-st.exp
10087 * gdb.base/call-rt-st.exp
10088 * gdb.base/call-sc.exp
10089 * gdb.base/call-signal-resume.exp
10090 * gdb.base/call-strs.exp
10091 * gdb.base/callexit.exp
10092 * gdb.base/callfuncs.exp
10093 * gdb.base/catch-gdb-caused-signals.exp
10094 * gdb.base/catch-signal-siginfo-cond.exp
10095 * gdb.base/catch-syscall.exp
10096 * gdb.base/compare-sections.exp
10097 * gdb.base/cond-eval-mode.exp
10098 * gdb.base/condbreak-call-false.exp
10099 * gdb.base/consecutive-step-over.exp
10100 * gdb.base/cursal.exp
10101 * gdb.base/disabled-location.exp
10102 * gdb.base/disasm-end-cu.exp
10103 * gdb.base/display.exp
10104 * gdb.base/double-prompt-target-event-error.exp
10105 * gdb.base/dprintf-bp-same-addr.exp
10106 * gdb.base/dprintf-detach.exp
10107 * gdb.base/dprintf-next.exp
10108 * gdb.base/dprintf-non-stop.exp
10109 * gdb.base/dprintf-pending.exp
10110 * gdb.base/dso2dso.exp
10111 * gdb.base/ending-run.exp
10112 * gdb.base/enum_cond.exp
10113 * gdb.base/examine-backward.exp
10114 * gdb.base/exe-lock.exp
10115 * gdb.base/exec-invalid-sysroot.exp
10116 * gdb.base/execl-update-breakpoints.exp
10117 * gdb.base/execution-termios.exp
10118 * gdb.base/fileio.exp
10119 * gdb.base/fixsection.exp
10120 * gdb.base/foll-exec-mode.exp
10121 * gdb.base/foll-exec.exp
10122 * gdb.base/fork-running-state.exp
10123 * gdb.base/frame-args.exp
10124 * gdb.base/fullpath-expand.exp
10125 * gdb.base/func-ptr.exp
10126 * gdb.base/gcore-relro-pie.exp
10127 * gdb.base/gdb1090.exp
10128 * gdb.base/gdb1555.exp
10129 * gdb.base/global-var-nested-by-dso.exp
10130 * gdb.base/gnu-ifunc.exp
10131 * gdb.base/hbreak-in-shr-unsupported.exp
10132 * gdb.base/hbreak-unmapped.exp
10133 * gdb.base/hook-stop.exp
10134 * gdb.base/infcall-input.exp
10135 * gdb.base/info-fun.exp
10136 * gdb.base/info-shared.exp
10137 * gdb.base/interrupt-noterm.exp
10138 * gdb.base/jit-so.exp
10139 * gdb.base/jit.exp
10140 * gdb.base/line-symtabs.exp
10141 * gdb.base/list.exp
10142 * gdb.base/longjmp.exp
10143 * gdb.base/macscp.exp
10144 * gdb.base/max-value-size.exp
10145 * gdb.base/nodebug.exp
10146 * gdb.base/nofield.exp
10147 * gdb.base/overlays.exp
10148 * gdb.base/paginate-after-ctrl-c-running.exp
10149 * gdb.base/paginate-bg-execution.exp
10150 * gdb.base/paginate-inferior-exit.exp
10151 * gdb.base/pending.exp
10152 * gdb.base/pr11022.exp
10153 * gdb.base/printcmds.exp
10154 * gdb.base/ptr-typedef.exp
10155 * gdb.base/ptype.exp
10156 * gdb.base/randomize.exp
10157 * gdb.base/range-stepping.exp
10158 * gdb.base/realname-expand.exp
10159 * gdb.base/relativedebug.exp
10160 * gdb.base/remote.exp
10161 * gdb.base/savedregs.exp
10162 * gdb.base/sepdebug.exp
10163 * gdb.base/set-noassign.exp
10164 * gdb.base/shlib-call.exp
10165 * gdb.base/shreloc.exp
10166 * gdb.base/sigaltstack.exp
10167 * gdb.base/sigbpt.exp
10168 * gdb.base/siginfo-addr.exp
10169 * gdb.base/siginfo-obj.exp
10170 * gdb.base/siginfo-thread.exp
10171 * gdb.base/signest.exp
10172 * gdb.base/signull.exp
10173 * gdb.base/sigrepeat.exp
10174 * gdb.base/skip.exp
10175 * gdb.base/so-impl-ld.exp
10176 * gdb.base/solib-corrupted.exp
10177 * gdb.base/solib-disc.exp
10178 * gdb.base/solib-display.exp
10179 * gdb.base/solib-overlap.exp
10180 * gdb.base/solib-search.exp
10181 * gdb.base/solib-symbol.exp
10182 * gdb.base/source-execution.exp
10183 * gdb.base/sss-bp-on-user-bp-2.exp
10184 * gdb.base/sss-bp-on-user-bp.exp
10185 * gdb.base/stack-checking.exp
10186 * gdb.base/stale-infcall.exp
10187 * gdb.base/step-break.exp
10188 * gdb.base/step-line.exp
10189 * gdb.base/step-over-exit.exp
10190 * gdb.base/step-test.exp
10191 * gdb.base/structs.exp
10192 * gdb.base/sym-file.exp
10193 * gdb.base/symtab-search-order.exp
10194 * gdb.base/term.exp
10195 * gdb.base/type-opaque.exp
10196 * gdb.base/unload.exp
10197 * gdb.base/until-nodebug.exp
10198 * gdb.base/until.exp
10199 * gdb.base/unwindonsignal.exp
10200 * gdb.base/watch-cond.exp
10201 * gdb.base/watch-non-mem.exp
10202 * gdb.base/watch_thread_num.exp
10203 * gdb.base/watchpoint-reuse-slot.exp
10204 * gdb.base/watchpoint-solib.exp
10205 * gdb.base/watchpoint.exp
10206 * gdb.btrace/dlopen.exp
10207 * gdb.cell/arch.exp
10208 * gdb.cell/break.exp
10209 * gdb.cell/bt.exp
10210 * gdb.cell/core.exp
10211 * gdb.cell/data.exp
10212 * gdb.cell/dwarfaddr.exp
10213 * gdb.cell/ea-cache.exp
10214 * gdb.cell/ea-standalone.exp
10215 * gdb.cell/ea-test.exp
10216 * gdb.cell/f-regs.exp
10217 * gdb.cell/fork.exp
10218 * gdb.cell/gcore.exp
10219 * gdb.cell/mem-access.exp
10220 * gdb.cell/ptype.exp
10221 * gdb.cell/registers.exp
10222 * gdb.cell/sizeof.exp
10223 * gdb.cell/solib-symbol.exp
10224 * gdb.cell/solib.exp
10225 * gdb.compile/compile-tls.exp
10226 * gdb.cp/exception.exp
10227 * gdb.cp/gdb2495.exp
10228 * gdb.cp/local.exp
10229 * gdb.cp/mb-inline.exp
10230 * gdb.cp/mb-templates.exp
10231 * gdb.cp/pr10687.exp
10232 * gdb.cp/pr9167.exp
10233 * gdb.cp/scope-err.exp
10234 * gdb.cp/templates.exp
10235 * gdb.cp/virtfunc.exp
10236 * gdb.dwarf2/dw2-dir-file-name.exp
10237 * gdb.dwarf2/dw2-single-line-discriminators.exp
10238 * gdb.fortran/complex.exp
10239 * gdb.fortran/library-module.exp
10240 * gdb.guile/guile.exp
10241 * gdb.guile/scm-cmd.exp
10242 * gdb.guile/scm-frame-inline.exp
10243 * gdb.guile/scm-objfile.exp
10244 * gdb.guile/scm-pretty-print.exp
10245 * gdb.guile/scm-symbol.exp
10246 * gdb.guile/scm-type.exp
10247 * gdb.guile/scm-value.exp
10248 * gdb.linespec/keywords.exp
10249 * gdb.linespec/ls-errs.exp
10250 * gdb.linespec/macro-relative.exp
10251 * gdb.linespec/thread.exp
10252 * gdb.mi/mi-breakpoint-changed.exp
10253 * gdb.mi/mi-dprintf-pending.exp
10254 * gdb.mi/mi-fullname-deleted.exp
10255 * gdb.mi/mi-logging.exp
10256 * gdb.mi/mi-pending.exp
10257 * gdb.mi/mi-solib.exp
10258 * gdb.mi/new-ui-mi-sync.exp
10259 * gdb.mi/user-selected-context-sync.exp
10260 * gdb.multi/dummy-frame-restore.exp
10261 * gdb.multi/multi-arch-exec.exp
10262 * gdb.multi/remove-inferiors.exp
10263 * gdb.multi/watchpoint-multi-exit.exp
10264 * gdb.opt/solib-intra-step.exp
10265 * gdb.perf/backtrace.exp
10266 * gdb.perf/single-step.exp
10267 * gdb.perf/skip-command.exp
10268 * gdb.perf/skip-prologue.exp
10269 * gdb.perf/solib.exp
10270 * gdb.python/lib-types.exp
10271 * gdb.python/py-as-string.exp
10272 * gdb.python/py-bad-printers.exp
10273 * gdb.python/py-block.exp
10274 * gdb.python/py-breakpoint.exp
10275 * gdb.python/py-cmd.exp
10276 * gdb.python/py-events.exp
10277 * gdb.python/py-evthreads.exp
10278 * gdb.python/py-finish-breakpoint.exp
10279 * gdb.python/py-finish-breakpoint2.exp
10280 * gdb.python/py-frame-inline.exp
10281 * gdb.python/py-frame.exp
10282 * gdb.python/py-inferior.exp
10283 * gdb.python/py-infthread.exp
10284 * gdb.python/py-mi.exp
10285 * gdb.python/py-objfile.exp
10286 * gdb.python/py-pp-maint.exp
10287 * gdb.python/py-pp-registration.exp
10288 * gdb.python/py-prettyprint.exp
10289 * gdb.python/py-recurse-unwind.exp
10290 * gdb.python/py-shared.exp
10291 * gdb.python/py-symbol.exp
10292 * gdb.python/py-symtab.exp
10293 * gdb.python/py-template.exp
10294 * gdb.python/py-type.exp
10295 * gdb.python/py-unwind-maint.exp
10296 * gdb.python/py-unwind.exp
10297 * gdb.python/py-value.exp
10298 * gdb.python/python.exp
10299 * gdb.reverse/finish-reverse-bkpt.exp
10300 * gdb.reverse/insn-reverse.exp
10301 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10302 * gdb.reverse/solib-precsave.exp
10303 * gdb.reverse/solib-reverse.exp
10304 * gdb.stabs/gdb11479.exp
10305 * gdb.stabs/weird.exp
10306 * gdb.threads/fork-child-threads.exp
10307 * gdb.threads/fork-plus-threads.exp
10308 * gdb.threads/fork-thread-pending.exp
10309 * gdb.threads/forking-threads-plus-breakpoint.exp
10310 * gdb.threads/hand-call-in-threads.exp
10311 * gdb.threads/interrupted-hand-call.exp
10312 * gdb.threads/linux-dp.exp
10313 * gdb.threads/local-watch-wrong-thread.exp
10314 * gdb.threads/next-while-other-thread-longjmps.exp
10315 * gdb.threads/non-ldr-exit.exp
10316 * gdb.threads/pending-step.exp
10317 * gdb.threads/print-threads.exp
10318 * gdb.threads/process-dies-while-detaching.exp
10319 * gdb.threads/process-dies-while-handling-bp.exp
10320 * gdb.threads/pthreads.exp
10321 * gdb.threads/queue-signal.exp
10322 * gdb.threads/reconnect-signal.exp
10323 * gdb.threads/signal-command-handle-nopass.exp
10324 * gdb.threads/signal-command-multiple-signals-pending.exp
10325 * gdb.threads/signal-delivered-right-thread.exp
10326 * gdb.threads/signal-sigtrap.exp
10327 * gdb.threads/sigthread.exp
10328 * gdb.threads/staticthreads.exp
10329 * gdb.threads/stepi-random-signal.exp
10330 * gdb.threads/thread-unwindonsignal.exp
10331 * gdb.threads/thread_check.exp
10332 * gdb.threads/thread_events.exp
10333 * gdb.threads/tid-reuse.exp
10334 * gdb.threads/tls-nodebug.exp
10335 * gdb.threads/tls-shared.exp
10336 * gdb.threads/tls-so_extern.exp
10337 * gdb.threads/tls.exp
10338 * gdb.threads/wp-replication.exp
10339 * gdb.trace/actions-changed.exp
10340 * gdb.trace/actions.exp
10341 * gdb.trace/backtrace.exp
10342 * gdb.trace/change-loc.exp
10343 * gdb.trace/collection.exp
10344 * gdb.trace/deltrace.exp
10345 * gdb.trace/disconnected-tracing.exp
10346 * gdb.trace/entry-values.exp
10347 * gdb.trace/ftrace-lock.exp
10348 * gdb.trace/ftrace.exp
10349 * gdb.trace/infotrace.exp
10350 * gdb.trace/mi-trace-frame-collected.exp
10351 * gdb.trace/mi-trace-unavailable.exp
10352 * gdb.trace/mi-traceframe-changed.exp
10353 * gdb.trace/mi-tracepoint-changed.exp
10354 * gdb.trace/mi-tsv-changed.exp
10355 * gdb.trace/no-attach-trace.exp
10356 * gdb.trace/packetlen.exp
10357 * gdb.trace/passc-dyn.exp
10358 * gdb.trace/passcount.exp
10359 * gdb.trace/pending.exp
10360 * gdb.trace/pr16508.exp
10361 * gdb.trace/qtro.exp
10362 * gdb.trace/range-stepping.exp
10363 * gdb.trace/read-memory.exp
10364 * gdb.trace/report.exp
10365 * gdb.trace/save-trace.exp
10366 * gdb.trace/signal.exp
10367 * gdb.trace/stap-trace.exp
10368 * gdb.trace/status-stop.exp
10369 * gdb.trace/strace.exp
10370 * gdb.trace/tfile.exp
10371 * gdb.trace/tfind.exp
10372 * gdb.trace/trace-break.exp
10373 * gdb.trace/trace-condition.exp
10374 * gdb.trace/trace-enable-disable.exp
10375 * gdb.trace/trace-mt.exp
10376 * gdb.trace/tracecmd.exp
10377 * gdb.trace/tracefile-pseudo-reg.exp
10378 * gdb.trace/tspeed.exp
10379 * gdb.trace/tstatus.exp
10380 * gdb.trace/tsv.exp
10381 * gdb.trace/unavailable.exp
10382 * gdb.trace/while-dyn.exp
10383 * gdb.trace/while-stepping.exp
10384 * lib/gdb-guile.exp
10385 * lib/gdb.exp
10386 * lib/mi-support.exp
10387 * lib/pascal.exp
10388 * lib/perftest.exp
10389 * lib/prelink-support.exp
10390 * lib/selftest-support.exp
10391
10392 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10393
10394 * Makefile.in: Include disable-implicit-rules.mk.
10395
10396 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10397
10398 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10399 non-byte-aligned bit fields.
10400
10401 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10402
10403 PR gdb/12616
10404 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10405 respects the DW_AT_data_bit_offset attribute.
10406
10407 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10408
10409 * gdb.base/default.exp: Fix output of "set language".
10410
10411 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10412
10413 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10414 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10415 make.
10416 * configure.ac: Remove checks for the make program.
10417 * configure: Re-generate.
10418
10419 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10420
10421 * gdb.python/py-recurse-unwind.c (main): Add loop.
10422 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10423 to read_register() and gdb.parse_and_eval(). Make each code
10424 call a separate case that can be individually tested.
10425 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10426 proc. Call cont_and_backtrace for each of the code paths that
10427 we want to test in the unwinder.
10428
10429 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10430
10431 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10432 the definition of struct S.
10433
10434 2016-11-11 Catherine Moore <clm@codesourcery.com>
10435
10436 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10437
10438 2016-11-09 Pedro Alves <palves@redhat.com>
10439
10440 * gdb.base/commands.exp (runto_or_return): New procedure.
10441 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10442 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10443 (progvar_simple_while_test, progvar_complex_if_while_test)
10444 (if_while_breakpoint_command_test)
10445 (infrun_breakpoint_command_test, breakpoint_command_test)
10446 (user_defined_command_test, watchpoint_command_test)
10447 (test_command_prompt_position, redefine_hook_test)
10448 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10449 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10450 multi_line_input and multi_line. Remove gdb_expect and
10451 gdb_stop_suppressing_tests uses.
10452 * lib/gdb.exp (valnum_re): New global.
10453 (multi_line_input): New procedure.
10454
10455 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10456
10457 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10458 Remove.
10459 (test_setup): Define with proc_with_prefix.
10460 (test_cli_inferior): Likewise.
10461 (test_cli_thread): Likewise.
10462 (test_cli_frame): Likewise.
10463 (test_cli_select_frame): Likewise.
10464 (test_cli_up_down): Likewise.
10465 (test_mi_thread_select): Likewise.
10466 (test_mi_stack_select_frame): Likewise.
10467 (test_cli_in_mi_inferior): Likewise.
10468 (test_cli_in_mi_thread): Likewise.
10469 (test_cli_in_mi_frame): Likewise.
10470 (top level): Do not use with_test_prefix_procname.
10471
10472 2016-11-09 Pedro Alves <palves@redhat.com>
10473
10474 * gdb.base/commands.exp (gdbvar_simple_if_test)
10475 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10476 (progvar_simple_if_test, progvar_simple_while_test)
10477 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10478 (infrun_breakpoint_command_test, breakpoint_command_test)
10479 (user_defined_command_test, watchpoint_command_test)
10480 (test_command_prompt_position, deprecated_command_test)
10481 (bp_deleted_in_command, temporary_breakpoint_commands)
10482 (stray_arg0_test, source_file_with_indented_comment)
10483 (recursive_source_test, if_commands_test)
10484 (error_clears_commands_left, redefine_hook_test)
10485 (redefine_backtrace_test): Use proc_with_prefix.
10486 * lib/gdb.exp (proc_with_prefix): New proc.
10487
10488 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10489
10490 * gdb.base/tui-layout.c: New file.
10491 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10492 disassembly window contains very long lines.
10493
10494 2016-11-08 Tom Tromey <tom@tromey.com>
10495
10496 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10497 depend on Python 2.
10498
10499 2016-11-08 Tom Tromey <tom@tromey.com>
10500
10501 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10502 New method.
10503
10504 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10505
10506 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10507
10508 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10509
10510 * gdb.rust/simple.rs: Add test for univariant enums without
10511 discriminants and for encoded struct-like enums.
10512
10513 2016-10-28 Pedro Alves <palves@redhat.com>
10514
10515 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10516 gdb_test_multiple, tighten regexps and match symtabs and line
10517 tables incrementally.
10518
10519 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10520
10521 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10522 general.
10523
10524 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10525
10526 * gdb.base/exec-invalid-sysroot.exp: New file.
10527
10528 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10529
10530 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10531
10532 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10533
10534 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10535
10536 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10537
10538 * gdb.base/killed-outside.exp: Remove $options from a call to
10539 `prepare_for_testing'.
10540
10541 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10542
10543 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10544 Change test message.
10545
10546 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10547
10548 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10549 Update comment.
10550
10551 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10552
10553 * gdb.trace/mi-trace-save.exp: New file.
10554
10555 2016-10-13 Yao Qi <yao.qi@linaro.org>
10556
10557 * gdb.base/code_elim.exp (get_var_address): Remove.
10558 * gdb.base/relocate.exp: Likewise.
10559 * gdb.base/shreloc.exp: Likewise.
10560 * lib/gdb.exp (get_var_address): New.
10561
10562 2016-10-13 Yao Qi <yao.qi@linaro.org>
10563
10564 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10565 floating point tests if $skip_float_test is false.
10566
10567 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10568
10569 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10570 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10571 argc values.
10572 Add 1 to argc so we guarantee distinct initial/modified argc values.
10573
10574 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10575
10576 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10577
10578 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10579
10580 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10581 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10582 * gdb.arch/vsx-regs.exp: Likewise.
10583
10584 2016-10-07 Yao Qi <yao.qi@linaro.org>
10585
10586 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10587
10588 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10589
10590 * gdb.python/python.exp: Test decode_line("*0").
10591
10592 2016-10-06 Doug Evans <dje@google.com>
10593
10594 * gdb.python/py-value.exp (test_value_creation): Add test for large
10595 unsigned 64-bit value.
10596
10597 2016-10-06 Tom Tromey <tom@tromey.com>
10598
10599 * gdb.compile/compile.exp: Change java tests to rust.
10600 * gdb.base/setshow.exp: Change java tests to rust.
10601 * gdb.base/default.exp: Remove java from language list.
10602 * README (Examples): Update language example.
10603 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10604 test.
10605 * lib/gdb.exp (skip_java_tests): Remove.
10606 * lib/java.exp: Remove.
10607 * gdb.java: Remove.
10608
10609 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10610
10611 * gdb.arch/mips-fcr.exp: New test.
10612 * gdb.arch/mips-fcr.c: Source for the new test.
10613
10614 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10615
10616 * gdb.base/solib-disc.exp: Use `standard_output_file'
10617 throughout.
10618
10619 2016-10-06 Pedro Alves <palves@redhat.com>
10620
10621 * gdb.base/jit-simple-dl.c: New file.
10622 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10623 * gdb.base/jit-simple.c: ... this.
10624 * gdb.base/jit-simple.exp (jit_run): Delete.
10625 (build_jit): New proc.
10626 (jit_test_reread): Recompile either the main program or the shared
10627 library, depending on what is being tested. Skip changing address
10628 if caller wants to. Compare before/after addresses. If testing
10629 standalone, explicitly load the binary. Test "maint info
10630 breakpoints".
10631 (top level): Add "standalone vs shared lib" and "change address"
10632 vs "same address" axes.
10633
10634 2016-10-06 Pedro Alves <palves@redhat.com>
10635
10636 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10637 call.
10638 (jit_run): Delete.
10639 (jit_test_reread): Use with_test_prefix. Reload the main binary
10640 explicitly. Compare the before/after addresses of the JIT
10641 descriptor.
10642
10643 2016-08-15 Doug Evans <dje@google.com>
10644
10645 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10646 for single bitfields is bool.
10647 * gdb.xml/tdesc-regs.exp: Ditto.
10648
10649 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10650
10651 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10652
10653 2016-10-05 Yao Qi <yao.qi@linaro.org>
10654
10655 * lib/gdb.exp (support_complex_tests): Return zero if
10656 gdb_skip_float_test return true.
10657
10658 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10659 Simon Marchi <simon.marchi@ericsson.com>
10660
10661 PR gdb/20487
10662 * gdb.mi/user-selected-context-sync.exp: New file.
10663 * gdb.mi/user-selected-context-sync.c: New file.
10664
10665 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10666 Simon Marchi <simon.marchi@ericsson.com>
10667
10668 PR gdb/20487
10669 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10670 =thread-select-event check.
10671
10672 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10673
10674 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10675 the compulsory L operand changes.
10676 * gdb.arch/powerpc-power.s: Likewise.
10677
10678 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10679
10680 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10681 * gdb.base/jit-attach-pie.c: New file.
10682 * gdb.base/jit-attach-pie.exp: New file.
10683
10684 2016-09-28 Pedro Alves <palves@redhat.com>
10685
10686 * gdb.base/infcall-input.c: New file.
10687 * gdb.base/infcall-input.exp: New file.
10688
10689 2016-09-22 Yao Qi <yao.qi@linaro.org>
10690
10691 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10692 (gdb_exit): Rename it to ...
10693 (gdbserver_gdb_exit): ... Close GDBserver.
10694 (gdb_exit): New proc, call gdbserver_gdb_exit.
10695 (mi_gdb_exit): Likewise.
10696
10697 2016-09-22 Yao Qi <yao.qi@linaro.org>
10698
10699 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10700 path.
10701 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10702 Remove duplication.
10703
10704 2016-09-22 Yao Qi <yao.qi@linaro.org>
10705
10706 * lib/gdbserver-support.exp: Check the existence of
10707 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10708
10709 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10710
10711 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10712
10713 2016-09-21 Tom Tromey <tom@tromey.com>
10714
10715 PR gdb/20604:
10716 * gdb.base/quit.exp: New file.
10717
10718 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10719
10720 * .gitignore: New file.
10721
10722 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10723
10724 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10725 throughout.
10726
10727 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10728
10729 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10730
10731 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10732
10733 * gdb.cp/casts.cc (decltype): Move it ...
10734 (main): ... with its call to ...
10735 * gdb.cp/casts03.cc: ... a new file.
10736 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10737
10738 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10739
10740 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10741
10742 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10743
10744 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10745 and sync up the test with tests in gas/testsuite/gas/ppc.
10746 * gdb.arch/powerpc-power.exp: Likewise.
10747
10748 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10749
10750 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10751
10752 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10753 Jan Kratochvil <jan.kratochvil@redhat.com>
10754
10755 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10756 make m1's definition to be different from m2's. Use 'dummy' as an
10757 argument for probe 'two'.
10758
10759 2016-09-10 Jon Beniston <jon@beniston.com>
10760
10761 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10762 for sim target.
10763
10764 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10765
10766 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10767 variable declaration.
10768 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10769 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10770 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10771 received HWCAP as its argument.
10772
10773 2016-09-06 Pedro Alves <palves@redhat.com>
10774
10775 * gdb.base/new-ui-pending-input.c: New file.
10776 * gdb.base/new-ui-pending-input.exp: New file.
10777 * gdb.exp (clear_gdb_spawn_id): New procedure.
10778 (with_spawn_id): Check whether gdb_spawn_id exists before
10779 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10780 on exit.
10781
10782 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10783
10784 * gdb.base/float128.c: New file.
10785 * gdb.base/float128.exp: Likewise.
10786 * gdb.base/floatn.c: Likewise.
10787 * gdb.base/floatn.exp: Likewise.
10788
10789 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10790
10791 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10792
10793 2016-09-05 Pedro Alves <palves@redhat.com>
10794
10795 PR backtrace/19927
10796 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10797 unwinders are immediately called as side effect of "source" or
10798 "disable unwinder" commands.
10799 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10800
10801 2016-09-02 Yao Qi <yao.qi@linaro.org>
10802
10803 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10804 is true and $type is "float" or "double".
10805
10806 2016-09-02 Yao Qi <yao.qi@linaro.org>
10807
10808 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10809 true.
10810 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10811 * gdb.base/call-rt-st.exp: Likewise.
10812 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10813 return value instead of gdb,skip_float_test.
10814 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10815 (do_function_calls): Use its return value instead of
10816 gdb,skip_float_test.
10817 * gdb.base/finish.exp: Likewise.
10818 * gdb.base/funcargs.exp: Likewise.
10819 * gdb.base/return.exp: Likewise.
10820 * gdb.base/return2.exp: Likewise.
10821 * gdb.base/varargs.exp: Likewise.
10822 * lib/gdb.exp (gdb_skip_float_test): Change it to
10823 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10824
10825 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10826
10827 * gdb.multi/tids.exp: Test "thread apply all".
10828
10829 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10830
10831 * gdb.base/default.exp (tty): Remove.
10832
10833 2016-08-24 Kevin Buettner <kevinb@redhat.com>
10834
10835 * gdb.python/py-recurse-unwind.c: New file.
10836 * gdb.python/py-recurse-unwind.py: New file.
10837 * gdb.python/py-recurse-unwind.exp: New file.
10838
10839 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10840
10841 * gdb.base/set-inferior-tty.exp: New file.
10842 * gdb.base/set-inferior-tty.c: New file.
10843
10844 2016-08-23 Pedro Alves <palves@redhat.com>
10845
10846 PR gdb/20494
10847 * gdb.base/new-ui-echo.c: New file.
10848 * gdb.base/new-ui-echo.exp: New file.
10849
10850 2016-08-23 Yao Qi <yao.qi@linaro.org>
10851
10852 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10853 gdbserver_spawn.
10854 * gdb.server/connect-without-multi-process.exp (do_test):
10855 Likewise.
10856
10857 2016-08-23 Yao Qi <yao.qi@linaro.org>
10858
10859 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10860 standalone_txt. Delete gdb_txt and standalone_txt on host
10861 and target. Spawn the binary on target. Copy files from
10862 target to host.
10863
10864 2016-08-22 Pedro Alves <palves@redhat.com>
10865
10866 PR gdb/20505
10867 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10868 with_test_prefix. Factor out bits to ...
10869 (test_no_vdso): ... this new procedure.
10870
10871 2016-08-19 Carl Love <cel@us.ibm.com>
10872
10873 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10874 maintaining separate logic for constructing the output path.
10875 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10876 * gdb.arch/ppc-dfp.exp: Likewise.
10877 * gdb.arch/ppc-fp.exp: Likewise.
10878 * gdb.arch/vsx-regs.exp: Likewise.
10879 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10880 binprefix for generating the additional binary files.
10881
10882 2016-08-19 Pedro Alves <palves@redhat.com>
10883
10884 * gdb.trace/mi-trace-frame-collected.exp
10885 (test_trace_frame_collected): On x32, expect two registers.
10886
10887 2016-08-18 Carl Love <cel@us.ibm.com>
10888
10889 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10890 and sync up the test with tests in gas/testsuite/gas/ppc.
10891 * gdb.arch/powerpc-power.exp: Likewise.
10892
10893 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10894
10895 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10896 expected error message.
10897
10898 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10899
10900 * gdb.multi/remove-inferiors.exp: New file.
10901 * gdb.multi/remove-inferiors.c: New file.
10902
10903 2016-08-12 Yao Qi <yao.qi@linaro.org>
10904
10905 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10906 argument list.
10907
10908 2016-08-10 Pedro Alves <palves@redhat.com>
10909
10910 PR gdb/19187
10911 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10912 setup_kfails.
10913
10914 2016-08-09 Pedro Alves <palves@redhat.com>
10915 Simon Marchi <simon.marchi@ericsson.com>
10916
10917 PR gdb/20418
10918 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10919 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10920
10921 2016-08-09 Pedro Alves <palves@redhat.com>
10922
10923 PR mi/20431
10924 * gdb.mi/mi-cmd-error.exp: New file.
10925
10926 2016-08-09 Pedro Alves <palves@redhat.com>
10927
10928 PR gdb/18653
10929 * gdb.base/signals-state-child.c: New file.
10930 * gdb.base/signals-state-child.exp: New file.
10931 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10932
10933 2016-08-09 Pedro Alves <palves@redhat.com>
10934
10935 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10936
10937 2016-08-03 Tom Tromey <tom@tromey.com>
10938
10939 PR python/18565:
10940 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10941
10942 2016-08-01 Yao Qi <yao.qi@linaro.org>
10943
10944 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10945 variable mode to "multi-process" if $multi_process is 1, otherwise
10946 set it to "single-process".
10947
10948 2016-08-01 Yao Qi <yao.qi@linaro.org>
10949
10950 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10951 * gdb.cp/cpexprs.exp: Likewise.
10952 * gdb.cp/m-static.exp: Likewise.
10953
10954 2016-07-26 Tom Tromey <tom@tromey.com>
10955
10956 PR python/20190:
10957 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10958 test.
10959
10960 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10961
10962 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10963 selecting assembly source files.
10964 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10965 assembly source files.
10966 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10967 assembly source files.
10968 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10969 selecting assembly source files.
10970
10971 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10972
10973 * gdb.base/new-ui.exp (do_test_invalid_args): New
10974 procedure.
10975
10976 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10977
10978 * gdb.btrace/reconnect.c: New file.
10979 * gdb.btrace/reconnect.exp: New file.
10980
10981 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10982
10983 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10984 to test_catch_syscall_group.
10985 (test_catch_syscall_group): New.
10986
10987 2016-07-21 Tom Tromey <tom@tromey.com>
10988
10989 * gdb.rust/simple.rs (main): Use empty struct expression.
10990 * gdb.rust/simple.exp: Add tests for empty struct expression.
10991
10992 2016-07-21 Yao Qi <yao.qi@linaro.org>
10993
10994 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10995 if gdb_skip_xml_test is true on some targets.
10996
10997 2016-07-21 Yao Qi <yao.qi@linaro.org>
10998
10999 * gdb.server/solib-list.exp: Unset last_loaded_file.
11000
11001 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11002
11003 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11004 "step into captured_main (args)".
11005
11006 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11007
11008 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11009
11010 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11011
11012 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11013
11014 2016-07-19 Pedro Alves <palves@redhat.com>
11015
11016 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11017 * gdb.opt/inline-bt.exp: Likewise.
11018 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11019 additional_flags=-Winline.
11020 * gdb.opt/inline-locals.exp: Likewise.
11021 * gdb.opt/inline-markers.c (ATTR): Define.
11022 (inlined_fn): Use it.
11023
11024 2016-07-19 Yao Qi <yao.qi@linaro.org>
11025
11026 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11027 (test_with_self): Remove some code. Remove argument executable.
11028 (top-level): Use do_self_tests.
11029
11030 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11031 Don Breazeal <donb@codesourcery.com>
11032
11033 * gdb.base/maint.exp: Escape paths used in regular expressions.
11034 * gdb.stabs/weird.exp: Likewise.
11035
11036 2016-07-13 Tom Tromey <tom@tromey.com>
11037
11038 PR python/15620, PR python/18620:
11039 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11040 (test_bkpt_events): New procs.
11041
11042 2016-07-13 Tom Tromey <tom@tromey.com>
11043
11044 PR python/17698:
11045 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11046 test.
11047 (test_watchpoints): Likewise.
11048 (test_bkpt_pending): New proc.
11049
11050 2016-07-13 Tom Tromey <tom@tromey.com>
11051
11052 PR cli/18053:
11053 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11054 completion test.
11055
11056 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11057
11058 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11059 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11060 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11061 f_label.
11062 (g): Rename g_end_lbl to g_label.
11063 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11064 low_pc and high_pc.
11065 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11066
11067 2016-07-12 Tom Tromey <tom@tromey.com>
11068
11069 PR python/19293:
11070 * gdb.python/py-unwind-maint.exp: Update tests.
11071
11072 2016-07-12 Yao Qi <yao.qi@linaro.org>
11073
11074 * lib/selftest-support.exp (selftest_setup): Match the output
11075 when captured_main is inlined.
11076
11077 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11078
11079 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11080 New variables.
11081 (print this%a, print this%b, print this): New tests.
11082 * gdb.fortran/derived-types.f90 (this): New object and
11083 initialization.
11084
11085 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11086
11087 * gdb.ada/arraydim.exp: Remove extra directory level in build
11088 directory.
11089
11090 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11091
11092 * lib/ada.exp: Remove extra directory level in build directory.
11093 * gdb.ada/cond_lang.exp: Likewise.
11094 * gdb.ada/exec_changed.exp: Likewise.
11095 * gdb.ada/lang_switch.exp: Likewise.
11096
11097 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11098
11099 * simple.rs: Add test for raw pointer subscripting.
11100 * simple.exp: Add test expectations.
11101
11102 2016-07-05 Yao Qi <yao.qi@linaro.org>
11103
11104 * gdb.mi/mi-reverse.exp: Match =record-started output.
11105
11106 2016-07-01 Pedro Alves <palves@redhat.com>
11107
11108 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11109 procedure.
11110 (jit_reader_test): Test the jit reader's unwinder.
11111 * gdb.base/jithost.c (jit_function_00_code): New global.
11112 (main): Use memcpy to fill in the mmapped code, instead of poking
11113 bytes manually here.
11114 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11115 value.
11116 (read_debug_info): Save the function's range.
11117 (read_sp): New function.
11118 (unwind_frame): Use it. Also unwind RBP.
11119 (get_frame_id): Use read_sp.
11120 (gdb_init_reader): Use calloc instead of malloc.
11121 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11122 parameter. Use gdb_test_multiple.
11123
11124 2016-07-01 Pedro Alves <palves@redhat.com>
11125 Antoine Tremblay <antoine.tremblay@ericsson.com>
11126
11127 * gdb.threads/process-dies-while-detaching.c: New file.
11128 * gdb.threads/process-dies-while-detaching.exp: New file.
11129
11130 2016-07-01 Pedro Alves <palves@redhat.com>
11131
11132 * gdb.multi/watchpoint-multi-exit.c: New file.
11133 * gdb.multi/watchpoint-multi-exit.exp: New file.
11134
11135 2016-06-30 Pedro Alves <palves@redhat.com>
11136
11137 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11138 unset inferior_spawn_id.
11139
11140 2016-06-30 Pedro Alves <palves@redhat.com>
11141
11142 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11143 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11144
11145 2016-06-29 Yao Qi <yao.qi@linaro.org>
11146
11147 * gdb.base/return.c: Add copyright header.
11148
11149 2016-06-29 Tom Tromey <tom@tromey.com>
11150
11151 PR python/20129:
11152 * gdb.python/py-framefilter.exp: Add tests for setting priority
11153 and disabling of non-existent frame filter.
11154
11155 2016-06-29 Yao Qi <yao.qi@linaro.org>
11156
11157 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11158 0x0f07ff.
11159
11160 2016-06-28 Yao Qi <yao.qi@linaro.org>
11161
11162 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11163 triplets. Start gdb, execute catch syscall, and continue. Check
11164 gdb's output to determine catch syscall is supported.
11165
11166 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11167
11168 * gdb.rust/simple.rs: Add test for returning unit in a function.
11169 * gdb.rust/simple.exp: Add expectation for functions returning
11170 unit.
11171
11172 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11173
11174 * gdb.python/py-breakpoint-create-fail.c,
11175 gdb.python/py-breakpoint-create-fail.exp,
11176 gdb.python/py-breakpoint-create-fail.py: New testcase.
11177
11178 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11179
11180 PR gdb/20239
11181 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11182 * gdb.rust/simple.exp: Add test expectations for new NonZero
11183 tests.
11184
11185 2016-06-24 David Taylor <dtaylor@emc.com>
11186
11187 * gdb.base/offsets.exp: New file.
11188 * gdb.base/offsets.c: New file.
11189
11190 2016-06-23 Tom Tromey <tom@tromey.com>
11191
11192 PR gdb/16483:
11193 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11194 before any filters are loaded.
11195
11196 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11197
11198 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11199 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11200 structs.
11201 * gdb.fortran/derived-type-function.exp: New file.
11202 * gdb.fortran/derived-type-function.f90: New file.
11203
11204
11205 2016-06-21 Pedro Alves <palves@redhat.com>
11206
11207 * gdb.base/new-ui.exp: New file.
11208 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11209 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11210 (with_spawn_id): New procedure.
11211
11212 2016-06-21 Pedro Alves <palves@redhat.com>
11213
11214 * gdb.mi/mi-exec-run.exp: New file.
11215
11216 2016-06-21 Pedro Alves <palves@redhat.com>
11217
11218 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11219 breakpoint command's output on the main UI.
11220 (test_break): New procedure, factored out from calls in the top
11221 level.
11222 (top level): Use foreach_with_prefix to test MI as main UI and as
11223 separate UI.
11224
11225 2016-06-21 Pedro Alves <palves@redhat.com>
11226
11227 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11228 (test_awatch_creation_and_listing)
11229 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11230 Remove 'type' parameter.
11231 (test_watchpoint_all): New parameter mi_mode. Remove
11232 with_test_prefix.
11233 (top level): Use foreach_with_prefix, and add main/separate UI MI
11234 testing axis.
11235
11236 2016-06-21 Pedro Alves <palves@redhat.com>
11237
11238 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11239 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11240 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11241 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11242 (gdb_main_spawn_id, mi_spawn_id): Declare and
11243 comment.
11244 (mi_create_inferior_pty): New procedure,
11245 factored out from default_mi_gdb_start.
11246 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11247 procedures.
11248 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11249 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11250 Use mi_create_inferior_pty.
11251 (mi_gdb_start): Use eval to pass down args list.
11252
11253 2016-06-21 Pedro Alves <palves@redhat.com>
11254
11255 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11256 * gdb.opt/inline-cmds.exp: Add MI tests.
11257
11258 2016-06-21 Pedro Alves <palves@redhat.com>
11259
11260 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11261
11262 2016-06-21 Pedro Alves <palves@redhat.com>
11263
11264 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11265 (top level): Use it instead of mi_execute_to.
11266
11267 2016-06-21 Pedro Alves <palves@redhat.com>
11268
11269 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11270 (cont_handler_str): New.
11271 (signal_stop_handler): Set stop_handler_str instead of printing to
11272 stdout.
11273 (continue_handler): Set cont_handler_str instead of printing to
11274 stdout.
11275 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11276 mi_send_resuming_command. Print stop_handler_str and
11277 cont_handler_str instead of expecting the python events print
11278 directly.
11279
11280 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11281
11282 * gdb.base/jit-reader.exp: New file.
11283 * gdb.base/jithost.c: New file.
11284 * gdb.base/jithost.h: New file.
11285 * gdb.base/jitreader.c : New file.
11286 * gdb.base/jit-protocol.h: New file.
11287
11288 2016-06-17 Yao Qi <yao.qi@linaro.org>
11289
11290 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11291 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11292 and detach-on-fork. Adjust tests.
11293 (top level): Invoke break_cond_on_syscall with combinations of
11294 syscall, follow-fork-mode and detach-on-fork.
11295
11296 2016-06-17 Yao Qi <yao.qi@linaro.org>
11297
11298 * gdb.base/step-over-exit.c: New.
11299 * gdb.base/step-over-exit.exp: New.
11300
11301 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11302
11303 * gdb.base/float.exp: Add target check for nds32*-*-*.
11304 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11305
11306 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11307
11308 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11309 for unsupported target features.
11310 * gdb.base/call-rt-st.exp: Likewise.
11311 * gdb.base/call-sc.exp: Likewise.
11312 * gdb.base/call-signal-resume.exp: Likewise.
11313 * gdb.base/call-strs.exp: Likewise.
11314 * gdb.base/callexit.exp: Likewise.
11315 * gdb.base/callfuncs.exp: Likewise.
11316 * gdb.base/nodebug.exp: Likewise.
11317 * gdb.base/printcmds.exp: Likewise.
11318 * gdb.base/ptype.exp: Likewise.
11319 * gdb.base/structs.exp: Likewise.
11320 * gdb.base/unwindonsignal.exp: Likewise.
11321 * gdb.cp/gdb2495.exp: Likewise.
11322 * gdb.cp/templates.exp: Likewise.
11323 * gdb.cp/virtfunc.exp: Likewise.
11324 * gdb.threads/hand-call-in-threads.exp: Likewise.
11325 * gdb.threads/interrupted-hand-call.exp: Likewise.
11326 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11327
11328 2016-06-10 Tom Tromey <tom@tromey.com>
11329
11330 PR rust/20110:
11331 * gdb.rust/expr.exp: Add test for integer constant larger than
11332 i32.
11333
11334 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11335
11336 * gdb.fortran/nested-funcs.exp: New.
11337 * gdb.fortran/nested-funcs.f90: New.
11338
11339 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11340
11341 * gdb.base/examine-backward.c: New file.
11342 * gdb.base/examine-backward.exp: New file.
11343
11344 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11345
11346 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11347 matching.
11348
11349 2016-06-02 Tom Tromey <tom@tromey.com>
11350
11351 PR python/18984:
11352 * gdb.python/py-shared.exp: Add solib_name test.
11353
11354 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11355
11356 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11357
11358 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11359
11360 PR c++/19893
11361 * gdb.dwarf2/implref.exp: Rename to...
11362 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11363 * gdb.dwarf2/implref-array.c: New file.
11364 * gdb.dwarf2/implref-array.exp: Likewise.
11365 * gdb.dwarf2/implref-global.c: Likewise.
11366 * gdb.dwarf2/implref-global.exp: Likewise.
11367 * gdb.dwarf2/implref-struct.c: Likewise.
11368 * gdb.dwarf2/implref-struct.exp: Likewise.
11369
11370 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11371
11372 * gdb.trace/trace-condition.exp: Add 64bit tests.
11373
11374 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11375
11376 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11377 bits types.
11378 (main): Adapt to 8 to 64 bits types.
11379 * gdb.trace/trace-condition.exp: Add new tests.
11380
11381 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11382
11383 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11384
11385 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11386
11387 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11388 Move condition tests...
11389 * gdb.trace/trace-condition.exp: Here.
11390
11391 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11392
11393 * gdb.trace/trace-condition.exp: Add counter-case tests.
11394
11395 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11396
11397 PR c++/15231
11398 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11399 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11400
11401 2016-05-27 Pedro Alves <palves@redhat.com>
11402
11403 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11404 New procedure.
11405 (top level): Call it, and bail out of DejaGnu is known to be bad.
11406
11407 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11408
11409 * gdb.base/whatis.c: Extend the test case.
11410 * gdb.base/whatis.exp: Add additional tests.
11411
11412 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11413
11414 * gdb.fortran/type.f90: Add pointer variable.
11415 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11416
11417 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11418
11419 * gdb.fortran/vla-type.exp: Fix testcase name.
11420
11421 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11422
11423 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11424
11425 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11426
11427 * gdb.fortran/type.f90: Add nested structures.
11428 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11429 * gdb.fortran/derived-type.exp: Adapt expected output.
11430 * gdb.fortran/vla-type.exp: Adapt expected output.
11431
11432 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11433
11434 * gdb.fortran/whatis_type.exp: Adapt expected output.
11435
11436 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11437
11438 * gdb.fortran/print_type.exp: Fix expected output.
11439 * gdb.fortran/whatis_type.exp: Fix expected output.
11440
11441 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11442
11443 * gdb.fortran/whatis_type.exp: Use multi_line.
11444
11445 2016-05-24 Tom Tromey <tom@tromey.com>
11446
11447 PR python/17386:
11448 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11449 use value as an index.
11450
11451 2016-05-23 Tom Tromey <tom@tromey.com>
11452
11453 PR python/17981:
11454 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11455 no-breakpoint case.
11456
11457 2016-05-24 Pedro Alves <palves@redhat.com>
11458
11459 PR gdb/19828
11460 * gdb.threads/clone-attach-detach.c: New file.
11461 * gdb.threads/clone-attach-detach.exp: New file.
11462
11463 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11464
11465 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11466
11467 2016-05-23 Tom Tromey <tom@tromey.com>
11468
11469 PR python/19438, PR python/18393:
11470 * gdb.python/py-progspace.exp: Add "dir" test.
11471 * gdb.python/py-objfile.exp: Add "dir" test.
11472
11473 2016-05-23 Yao Qi <yao.qi@linaro.org>
11474
11475 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11476 * gdb.arch/thumb2-it.exp: Likewise.
11477
11478 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11479
11480 * gdb.mi/mi-threads-interrupt.c: New file.
11481 * gdb.mi/mi-threads-interrupt.exp: New file.
11482
11483 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11484
11485 PR gdb/18077
11486 * gdb.mi/mi-async-run.exp: New file.
11487 * gdb.mi/mi-async-run.c: New file.
11488
11489 2016-05-17 Tom Tromey <tom@tromey.com>
11490 Manish Goregaokar <manishsmail@gmail.com>
11491
11492 * lib/rust-support.exp: New file.
11493 * lib/gdb.exp (skip_rust_tests): New proc.
11494 (build_executable_from_specs): Handle rust.
11495 * lib/future.exp (gdb_find_rustc): New proc.
11496 (gdb_default_target_compile): Handle rust.
11497 * gdb.rust/expr.exp: New file.
11498 * gdb.rust/generics.exp: New file.
11499 * gdb.rust/generics.rs: New file.
11500 * gdb.rust/methods.exp: New file.
11501 * gdb.rust/methods.rs: New file.
11502 * gdb.rust/modules.exp: New file.
11503 * gdb.rust/modules.rs: New file.
11504 * gdb.rust/simple.exp: New file.
11505 * gdb.rust/simple.rs: New file.
11506
11507 2016-05-17 Tom Tromey <tom@tromey.com>
11508
11509 * gdb.base/default.exp (set language): Add rust.
11510
11511 2016-05-17 Tom Tromey <tom@tromey.com>
11512
11513 * gdb.gdb/unittest.exp: New file.
11514
11515 2016-05-16 Yao Qi <yao.qi@linaro.org>
11516
11517 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11518 shell_prompt. Update shell_prompt_re.
11519
11520 2016-05-12 Doug Evans <dje@google.com>
11521
11522 PR symtab/19999
11523 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11524 $options when building executable.
11525 * gdb.dwarf2/fission-loclists-pie.S: New file.
11526 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11527
11528 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11529
11530 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11531 of [is_remote target],
11532
11533 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11534
11535 * lib/gdb.exp (use_gdb_stub): New procedure.
11536
11537 2016-05-03 Yunlian Jiang <yunlian@google.com>
11538 Doug Evans <dje@google.com>
11539
11540 PR symtab/19914
11541 * gdb.dwarf2/dwp-sepdebug.c: New file.
11542 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11543
11544 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11545
11546 * gdb.base/detach.exp: Remove is_remote check.
11547
11548 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11549
11550 * gdb.base/annota-input-while-running.exp: Don't check for
11551 [is_remote target]. Enable annotations after running to main.
11552 Remove unused "set test..." line.
11553
11554 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11555
11556 * gdb.trace/trace-enable-disable.exp: New file.
11557 * gdb.trace/trace-enable-disable.c: New file.
11558
11559 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11560
11561 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11562 use it in info sharedlibrary test.
11563 * gdb.trace/ftrace-lock.exp: Likewise.
11564 * gdb.trace/ftrace.exp: Likewise.
11565 * gdb.trace/range-stepping.exp: Likewise.
11566 * gdb.trace/trace-break.exp: Likewise.
11567 * gdb.trace/trace-condition.exp: Likewise.
11568 * gdb.trace/trace-mt.exp: Likewise.
11569
11570 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11571
11572 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11573 (gdb_load_shlib): ... this.
11574 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11575 gdb_load_shlib.
11576 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11577 * gdb.base/ctxobj.exp: Likewise.
11578 * gdb.base/dprintf-pending.exp: Likewise.
11579 * gdb.base/dso2dso.exp: Likewise.
11580 * gdb.base/fixsection.exp: Likewise.
11581 * gdb.base/gcore-relro.exp: Likewise.
11582 * gdb.base/gdb1555.exp: Likewise.
11583 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11584 * gdb.base/gnu-ifunc.exp: Likewise.
11585 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11586 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11587 * gdb.base/pending.exp: Likewise.
11588 * gdb.base/print-file-var.exp: Likewise.
11589 * gdb.base/print-symbol-loading.exp: Likewise.
11590 * gdb.base/shlib-call.exp: Likewise.
11591 * gdb.base/shreloc.exp: Likewise.
11592 * gdb.base/so-impl-ld.exp: Likewise.
11593 * gdb.base/solib-disc.exp: Likewise.
11594 * gdb.base/solib-nodir.exp: Likewise.
11595 * gdb.base/solib-overlap.exp: Likewise.
11596 * gdb.base/solib-symbol.exp: Likewise.
11597 * gdb.base/solib-weak.exp (do_test): Likewise.
11598 * gdb.base/sym-file.exp: Likewise.
11599 * gdb.base/symtab-search-order.exp: Likewise.
11600 * gdb.base/type-opaque.exp: Likewise.
11601 * gdb.base/unload.exp: Likewise.
11602 * gdb.base/watchpoint-solib.exp: Likewise.
11603 * gdb.compile/compile.exp: Likewise.
11604 * gdb.cp/gdb2384.exp: Likewise.
11605 * gdb.cp/infcall-dlopen.exp: Likewise.
11606 * gdb.cp/re-set-overloaded.exp: Likewise.
11607 * gdb.fortran/library-module.exp: Likewise.
11608 * gdb.opt/solib-intra-step.exp: Likewise.
11609 * gdb.python/py-finish-breakpoint.exp: Likewise.
11610 * gdb.python/py-shared.exp: Likewise.
11611 * gdb.reverse/solib-precsave.exp: Likewise.
11612 * gdb.reverse/solib-reverse.exp: Likewise.
11613 * gdb.server/solib-list.exp: Likewise.
11614 * gdb.threads/dlopen-libpthread.exp: Likewise.
11615 * gdb.threads/tls-shared.exp: Likewise.
11616 * gdb.threads/tls-so_extern.exp: Likewise.
11617 * gdb.trace/change-loc.exp: Likewise.
11618 * gdb.trace/ftrace-lock.exp: Likewise.
11619 * gdb.trace/ftrace.exp: Likewise.
11620 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11621 * gdb.trace/pending.exp: Likewise.
11622 * gdb.trace/range-stepping.exp: Likewise.
11623 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11624 (strace_info_marker): Likewise.
11625 (strace_probe_marker): Likewise.
11626 (strace_trace_on_same_addr): Likewise.
11627 (strace_trace_on_diff_addr): Likewise.
11628 * gdb.trace/trace-break.exp: Likewise.
11629 * gdb.trace/trace-condition.exp: Likewise.
11630 * gdb.trace/trace-mt.exp: Likewise.
11631
11632 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11633
11634 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11635 result of gdb_remote_download.
11636 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11637 * gdb.base/dso2dso.exp: Likewise.
11638 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11639 * gdb.base/print-file-var.exp: Likewise.
11640 * gdb.base/shlib-call.exp: Likewise.
11641 * gdb.base/shreloc.exp: Likewise.
11642 * gdb.base/solib-overlap.exp: Likewise.
11643 * gdb.base/solib-weak.exp (do_test): Likewise.
11644 * gdb.base/unload.exp: Likewise.
11645
11646 2016-04-27 Yao Qi <yao.qi@linaro.org>
11647
11648 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11649 exists.
11650
11651 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11652
11653 * vla-type.exp: Print structure from toplevel.
11654
11655 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11656
11657 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11658 of dynamic types.
11659 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11660 of dynamic types.
11661
11662 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11663
11664 * gdb.fortran/vla-type.f90: New file.
11665 * gdb.fortran/vla-type.exp: New file.
11666
11667 2016-04-25 Yao Qi <yao.qi@linaro.org>
11668
11669 * gdb.base/branch-to-self.c: New file.
11670 * gdb.base/branch-to-self.exp: New file.
11671
11672 2016-04-22 Yao Qi <yao.qi@linaro.org>
11673
11674 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11675 more after $hex.
11676
11677 2016-04-22 Yao Qi <yao.qi@linaro.org>
11678
11679 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11680 * gdb.base/annota3.exp: Likewise.
11681
11682 2016-04-22 Yao Qi <yao.qi@linaro.org>
11683
11684 * gdb.reverse/step-precsave.exp: Do one step and test program
11685 stops in "callee" and do multiple steps until program goes out
11686 of "callee".
11687 * gdb.reverse/step-reverse.exp: Likewise.
11688
11689 2016-04-22 Yao Qi <yao.qi@linaro.org>
11690
11691 * gdb.trace/signal.exp: Also pass if
11692 $tracepoint_hits($i) > $iterations.
11693
11694 2016-04-22 Yao Qi <yao.qi@linaro.org>
11695
11696 * gdb.trace/signal.c: New file.
11697 * gdb.trace/signal.exp: New file.
11698
11699 2016-04-19 Doug Evans <xdje42@gmail.com>
11700
11701 * gdb.base/bad-file.exp: New file.
11702
11703 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11704
11705 * gdb.dwarf2/implref.exp: New file.
11706
11707 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11708
11709 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11710 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11711 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11712 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11713 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11714 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11715 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11716 * lib/fortran.exp (fortran_int4): New procedure.
11717 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11718 (fortran_logical4): Likewise.
11719
11720 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11721
11722 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11723
11724 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11725
11726 * lib/compiler.c: Add Intel specific preprocessor macros.
11727 * lib/compiler.cc: Likewise.
11728
11729 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11730
11731 * gdb.server/connect-with-no-symbol-file.c: New file.
11732 * gdb.server/connect-with-no-symbol-file.exp: New file.
11733
11734 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11735
11736 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11737
11738 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11739
11740 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11741 standard output directory.
11742
11743 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11744
11745 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11746
11747 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11748
11749 * gdb.btrace/instruction_history.c (loop): Add declaration.
11750
11751 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11752
11753 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11754
11755 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11756
11757 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11758 parentheses to print.
11759 (continue_handler): Likewise.
11760
11761 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11762
11763 * gdb.server/solib-list.exp: Remove is_remote check.
11764 Pass shlib= to gdb_compile. Don't link shared library with
11765 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11766 Run binary filename through "readlink -f" on the target.
11767
11768 2016-04-08 Pedro Alves <palves@redhat.com>
11769
11770 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11771 interpreter filename as argument to gdbserver_spawn.
11772 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11773 Return empty if $last_loaded_file does not exist.
11774
11775 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11776
11777 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11778 * gdb.base/jit-main.c: Use exit after usage.
11779
11780 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11781
11782 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11783 GDBHISTSIZE prior to the tests.
11784 * gdb.base/gdbinit-history.exp: Likewise.
11785
11786 2016-04-07 Pedro Alves <palves@redhat.com>
11787
11788 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11789 instead of build_executable. Use gdb_load_shlibs.
11790
11791 2016-04-07 Yao Qi <yao.qi@linaro.org>
11792
11793 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11794 Execute "si" command.
11795
11796 2016-04-07 Yao Qi <yao.qi@linaro.org>
11797
11798 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11799 number instead of the comments on some line.
11800
11801 2016-04-06 Don Breazeal <donb@codesourcery.com>
11802
11803 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11804 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11805
11806 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11807
11808 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11809 standard_output_file. Remove unused binfile variable.
11810
11811 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
11812
11813 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11814 * gdb.python/py-mi-objfile.exp: Match "list main" output
11815 in console format.
11816
11817 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11818
11819 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11820 absolute.
11821
11822 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11823
11824 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11825 absolute.
11826 * gdb.trace/ftrace.exp: Likewise.
11827 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11828 targets as well.
11829 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11830 (gdb_load_shlibs): Copy libraries to test directory when testing
11831 natively. Only set solib-search-path if testing remotely.
11832 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11833
11834 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11835
11836 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11837 gdb_download. Use it even if the target is not remote.
11838 * gdb.base/jit.exp (compile_jit_test): Likewise.
11839 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11840 output directory if the destination board is local, otherwise use
11841 the standard remote_download from DejaGnu.
11842 (gdb_download): Remove.
11843 (gdb_load_shlibs): Use gdb_remote_download instead of
11844 gdb_download.
11845 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11846 Use gdb_remote_download instead of gdb_download. Use it even if
11847 the target is not remote.
11848 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11849 instead of gdb_download.
11850
11851 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11852
11853 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11854 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11855 run.
11856
11857 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
11858
11859 PR gdb/19820
11860 * gdb.base/printcmds.exp: Add artificial arrays tests.
11861
11862 2016-03-31 Pedro Alves <palves@redhat.com>
11863
11864 PR gdb/19858
11865 * gdb.base/jit-main.c: Include unistd.h.
11866 (ATTACH): Define to 0 if not already defined.
11867 (wait_for_gdb, mypid): New globals.
11868 (WAIT_FOR_GDB): New macro.
11869 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11870 some breakpoint locations.
11871 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11872 New procedures.
11873 (one_jit_test): Add REATTACH parameter, and handle it. Use
11874 continue_to_test_location.
11875 (top level): Test attach, and adjusts calls to one_jit_test.
11876
11877 2016-03-31 Pedro Alves <palves@redhat.com>
11878
11879 PR gdb/19858
11880 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11881 BINSUFFIX parameter, and handle it.
11882 (top level): Adjust calls compile_jit_test.
11883
11884 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
11885
11886 PR python/19743
11887 * gdb.python/py-mi-events-gdb.py: New file.
11888 * gdb.python/py-mi-events.c: New file.
11889 * gdb.python/py-mi-events.exp: New file.
11890
11891 2016-03-30 Yao Qi <yao.qi@linaro.org>
11892
11893 * gdb.reverse/until-precsave.exp: Match function name only.
11894 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11895 Move malloc to a condition block.
11896 * gdb.reverse/until-reverse.exp: Match function name only.
11897
11898 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11899
11900 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11901 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11902 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11903 variable for GPR 0 instead of assuming it is register 0.
11904 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11905 * lib/trace-support.exp: Add s390 registers.
11906
11907 2016-03-29 Yao Qi <yao.qi@linaro.org>
11908
11909 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11910
11911 2016-03-24 Yao Qi <yao.qi@linaro.org>
11912
11913 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11914 test message.
11915
11916 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11917
11918 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11919 maintaining separate logic for constructing the output path.
11920
11921 2016-03-16 Don Breazeal <donb@codesourcery.com>
11922
11923 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11924 Retry fork and waitpid on interrupted system call errors.
11925 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11926 Use with_timeout_factor to increase timeout by factor of 10.
11927
11928 2016-03-15 Don Breazeal <donb@codesourcery.com>
11929
11930 * gdb.cp/scope-err.cc: New test program.
11931 * gdb.cp/scope-err.exp: New test script.
11932 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11933 lines and "set breakpoint here" comment.
11934 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11935 Fixed some whitespace and format issues.
11936 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11937 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11938
11939 2016-03-15 Doug Evans <dje@google.com>
11940
11941 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11942 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11943 All callers updated. Add tests for enums, mixed flags register.
11944
11945 2016-03-15 Doug Evans <dje@google.com>
11946
11947 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11948 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11949
11950 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11951
11952 * gdb.base/default.exp: Add $_as_string to the list of expected
11953 convenience functions.
11954
11955 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11956
11957 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11958
11959 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11960
11961 * gdb.python/py-as-string.exp: New file.
11962 * gdb.python/py-as-string.c: New file.
11963
11964 2016-03-09 Pedro Alves <palves@redhat.com>
11965
11966 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11967 signal" -> "Thread NN received signal" output change.
11968 * gdb.threads/ia64-sigill.exp: Likewise.
11969 * gdb.threads/linux-dp.exp: Likewise.
11970 * gdb.threads/manythreads.exp: Likewise.
11971 * gdb.threads/pending-step.exp: Likewise.
11972 * gdb.threads/print-threads.exp: Likewise.
11973 * gdb.threads/sigstep-threads.exp: Likewise.
11974 * gdb.threads/staticthreads.exp: Likewise.
11975 * gdb.threads/tls.exp: Likewise.
11976
11977 2016-03-09 Pedro Alves <palves@redhat.com>
11978
11979 * gdb.base/command-line-input.exp: New file.
11980
11981 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11982
11983 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11984 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11985 * gdb.trace/pending.exp: Accept leading dot before function name.
11986 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11987 * lib/trace-support.exp: Set registers for ppc.
11988
11989 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11990
11991 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11992 use it for disassembly; accept .main in addition to main in backtrace.
11993
11994 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
11995 Marcin Kościelnicki <koriakin@0x04.net>
11996
11997 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11998 (gdb_recursion_test_ptr): New global variable.
11999 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12000 gdb_recursion_test.
12001 (gdb_c_test): Ditto.
12002
12003 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12004
12005 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12006 ordering.
12007
12008 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12009
12010 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12011 (bar): Add bar_start_lbl label.
12012 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12013 of foo/bar for emitting DWARF and tracing.
12014
12015 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12016
12017 * analyze-racy-logs.py: Set executable bit.
12018
12019 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12020
12021 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12022 (CHECK_TARGET_TMP): Likewise.
12023 (check-single-racy): New rule.
12024 (check-parallel-racy): Likewise.
12025 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12026 (do-check-parallel-racy): New rule.
12027 (check-racy/%.exp): Likewise.
12028 * README (Racy testcases): New section.
12029 * analyze-racy-logs.py: New file.
12030
12031 2016-03-03 Doug Evans <dje@google.com>
12032
12033 * gdb.base/skip.exp: Use with_test_prefix.
12034
12035 2016-03-03 Yao Qi <yao.qi@linaro.org>
12036
12037 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12038 Invoke step_over_syscall "clone" and break_cond_on_syscall
12039 "clone".
12040 * gdb.base/step-over-clone.c: New file.
12041
12042 2016-03-03 Yao Qi <yao.qi@linaro.org>
12043
12044 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12045 code format.
12046
12047 2016-03-03 Yao Qi <yao.qi@linaro.org>
12048
12049 * gdb.base/disp-step-fork.c: Rename to ...
12050 * gdb.base/step-over-fork.c: ... it. New file.
12051 * gdb.base/disp-step-vfork.c: Rename to ...
12052 * gdb.base/step-over-vfork.c: ... it. New file.
12053 * gdb.base/disp-step-syscall.exp: Rename to ...
12054 * gdb.base/step-over-syscall.exp: ... it. New file.
12055 (disp_step_cross_syscall): Rename to ...
12056 (step_over_syscall): ... it.
12057
12058 2016-03-03 Yao Qi <yao.qi@linaro.org>
12059
12060 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12061 If target supports condition evaluation on target, invoke
12062 break_cond_on_syscall for fork and vfork.
12063
12064 2016-03-03 Yao Qi <yao.qi@linaro.org>
12065
12066 * gdb.base/disp-step-syscall.exp: Don't invoke
12067 support_displaced_stepping.
12068 (disp_step_cross_syscall): Test with displaced stepping off and
12069 on if supported.
12070
12071 2016-03-03 Yao Qi <yao.qi@linaro.org>
12072
12073 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12074 proc.
12075 (setup): New proc.
12076 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12077 and setup.
12078
12079 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12080
12081 * gdb.fortran/vla-history.exp: Remove breakpoint.
12082
12083 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12084
12085 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12086 exceeds timeout.
12087
12088 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12089
12090 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12091 breakpoint.
12092
12093 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12094
12095 * gdb.mi/vla.f90: Nullify pointer after declaration.
12096
12097 2016-03-01 Pedro Alves <palves@redhat.com>
12098
12099 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12100
12101 2016-03-01 Pedro Alves <palves@redhat.com>
12102
12103 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12104 before anything else.
12105 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12106 _GNU_SOURCE here.
12107 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12108 before anything else.
12109 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12110
12111 2016-03-01 Pedro Alves <palves@redhat.com>
12112
12113 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12114
12115 2016-03-01 Yao Qi <yao.qi@linaro.org>
12116
12117 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12118 prepare_for_testing.
12119
12120 2016-03-01 Yao Qi <yao.qi@linaro.org>
12121
12122 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12123
12124 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12125
12126 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12127 manually constructing the output path.
12128
12129 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12130
12131 * gdb.arch/s390-stackless.S: New.
12132 * gdb.arch/s390-stackless.exp: New.
12133
12134 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12135
12136 * gdb.dlang/circular.c: New file.
12137 * gdb.dlang/circular.exp: New file.
12138
12139 2016-02-26 Yao Qi <yao.qi@linaro.org>
12140
12141 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12142 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12143 (testcases): Update.
12144
12145 2016-02-26 Yao Qi <yao.qi@linaro.org>
12146
12147 * gdb.reverse/aarch64.c: Rename to ...
12148 * gdb.reverse/insn-reverse.c: ... it.
12149 * gdb.reverse/aarch64.exp: Rename to ...
12150 * gdb.reverse/insn-reverse.exp: ... it.
12151
12152 2016-02-26 Yao Qi <yao.qi@linaro.org>
12153
12154 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12155 (testcase_ftype): New.
12156 (testcases): New array.
12157 (n_testcases): New.
12158 (main): Call each element in testcases.
12159 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12160 (read_testcase): New.
12161 Do the tests in a loop.
12162
12163 2016-02-25 Yao Qi <yao.qi@linaro.org>
12164
12165 * gdb.base/branches.c: Remove.
12166
12167 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12168
12169 PR gdb/13808
12170 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12171
12172 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12173
12174 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12175
12176 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12177
12178 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12179 change x86_64 call_insn to 'callq'.
12180
12181 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12182
12183 * gdb.trace/tfile-avx.c: Move to...
12184 * gdb.trace/tracefile-pseudo-reg.c: Here.
12185 * gdb.trace/tfile-avx.exp: Move to...
12186 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12187
12188 2016-02-24 Gary Benson <gbenson@redhat.com>
12189
12190 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12191 message on attach.
12192
12193 2016-02-23 Doug Evans <dje@google.com>
12194
12195 * gdb.base/skip.c (test_skip): New function.
12196 (end_test_skip_file_and_function): New function.
12197 (test_skip_file_and_function): New function.
12198 * gdb.base/skip1.c (test_skip): New function.
12199 (skip1_test_skip_file_and_function): New function.
12200 * gdb.base/skip.exp: Add tests for new skip options.
12201 * gdb.base/skip-solib.exp: Update expected output.
12202 * gdb.perf/skip-command.cc: New file.
12203 * gdb.perf/skip-command.exp: New file.
12204 * gdb.perf/skip-command.py: New file.
12205
12206 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12207
12208 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12209 info registers pattern.
12210
12211 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12212
12213 * lib/future.exp: Add D support.
12214 (gdb_find_gdc): New proc.
12215 (gdb_default_target_compile): Add D support.
12216
12217 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12218
12219 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12220 user+system time.
12221 (trace_speed_test): Determine the iteration count for a time
12222 between 15..30 seconds.
12223
12224 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12225
12226 * gdb.arch/i386-mpx-sigsegv.c: New file.
12227 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12228 * gdb.arch/i386-mpx-simple_segv.c: New file.
12229 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12230
12231 2016-02-18 Yao Qi <yao.qi@linaro.org>
12232
12233 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12234 Don't call setup_kfail.
12235
12236 2016-02-18 Yao Qi <yao.qi@linaro.org>
12237
12238 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12239 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12240
12241 2016-02-16 Doug Evans <dje@google.com>
12242
12243 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12244 * gdb.base/skip1.c: Ditto.
12245 * gdb.base/skip.exp: Whitespace cleanup.
12246
12247 2016-02-16 Don Breazeal <donb@codesourcery.com>
12248
12249 PR remote/19496
12250 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12251 Remove kfail for PR remote/19496.
12252
12253 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12254
12255 * lib/gdb.exp (standard_temp_file): Return a path specific to
12256 the runtest invocation.
12257
12258 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12259
12260 * gdb.trace/save-trace.exp: Change relative path to be in the
12261 standard output directory.
12262
12263 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12264
12265 * gdb.arch/i386-prologue.c: Add missing prototypes.
12266
12267 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12268
12269 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12270 * gdb.arch/i386-prologue.exp: Likewise.
12271 * gdb.arch/i386-size.exp: Likewise.
12272
12273 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12274
12275 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12276 define object file path.
12277 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12278 file path.
12279 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12280 standard_output_file to define binfile.
12281
12282 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12283
12284 Fix compatibility with recent gfortran-5.3.1.
12285 * gdb.fortran/vla-history.exp (print vla1 allocated)
12286 (print vla2 allocated, print $2, print $3): Remove
12287 (print $4): Rename to ...
12288 (print $2): ... here.
12289 (print $9): Rename to ...
12290 (print $5): ... here.
12291 (print $10): Rename to ...
12292 (print $6): ... here.
12293 * gdb.fortran/vla.f90: Add pvla initialization.
12294
12295 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12296
12297 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12298 New test.
12299 * gdb.fortran/vla-value-sub.exp: Likewise.
12300
12301 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12302
12303 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12304
12305 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12306
12307 * i386-biarch-core.exp: Define corefile using
12308 standard_output_file.
12309
12310 2016-02-12 Yao Qi <yao.qi@linaro.org>
12311
12312 * gdb.arch/arm-single-step-kernel-helper.c: New.
12313 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12314
12315 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12316
12317 * gdb.btrace/tailcall-only.exp: New.
12318 * gdb.btrace/tailcall-only.c: New.
12319 * gdb.btrace/x86_64-tailcall-only.S: New.
12320 * gdb.btrace/i686-tailcall-only.S: New.
12321
12322 2016-02-11 Pedro Alves <palves@redhat.com>
12323
12324 * README (Parallel testing): Add missing double quotes.
12325
12326 2016-02-11 Pedro Alves <palves@redhat.com>
12327
12328 * README (Parallel testing): New section.
12329 (GDB_PARALLEL): Rewrite.
12330 (FORCE_PARALLEL): Document.
12331
12332 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12333
12334 * gdb.trace/tfile-avx.c: New test.
12335 * gdb.trace/tfile-avx.exp: New test.
12336
12337 2016-02-09 Keith Seitz <keiths@redhat.com>
12338
12339 PR breakpoints/19546
12340 * gdb.base/infcall-exec.c: New file.
12341 * gdb.base/infcall-exec2.c: New file.
12342 * gdb.base/infcall-exec.exp: New file.
12343
12344 2016-02-09 Keith Seitz <keiths@redhat.com>
12345
12346 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12347 (toplevel): Call test_bkpt_address.
12348
12349 2016-02-09 Keith Seitz <keiths@redhat.com>
12350
12351 PR python/19506
12352 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12353 (toplevel): Call test_bkpt_address.
12354
12355 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12356
12357 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12358 to AC_OUTPUT.
12359 * configure: Regenerate.
12360
12361 2016-02-09 Pedro Alves <palves@redhat.com>
12362
12363 PR breakpoints/19548
12364 * gdb.base/execl-update-breakpoints.c (some_function): New
12365 function.
12366 (main): Call it.
12367 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12368 Tighten expected GDB output.
12369
12370 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12371
12372 * Makefile.in (ALL_SUBDIRS): Remove.
12373 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12374 (distclean maintainer-clean realclean): Likewise.
12375 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12376 * configure: Regenerate.
12377 * gdb.ada/Makefile.in: Delete.
12378 * gdb.arch/Makefile.in: Likewise.
12379 * gdb.asm/Makefile.in: Likewise.
12380 * gdb.base/Makefile.in: Likewise.
12381 * gdb.btrace/Makefile.in: Likewise.
12382 * gdb.cell/Makefile.in: Likewise.
12383 * gdb.compile/Makefile.in: Likewise.
12384 * gdb.cp/Makefile.in: Likewise.
12385 * gdb.disasm/Makefile.in: Likewise.
12386 * gdb.dlang/Makefile.in: Likewise.
12387 * gdb.dwarf2/Makefile.in: Likewise.
12388 * gdb.fortran/Makefile.in: Likewise.
12389 * gdb.gdb/Makefile.in: Likewise.
12390 * gdb.go/Makefile.in: Likewise.
12391 * gdb.guile/Makefile.in: Likewise.
12392 * gdb.java/Makefile.in: Likewise.
12393 * gdb.linespec/Makefile.in: Likewise.
12394 * gdb.mi/Makefile.in: Likewise.
12395 * gdb.modula2/Makefile.in: Likewise.
12396 * gdb.multi/Makefile.in: Likewise.
12397 * gdb.objc/Makefile.in: Likewise.
12398 * gdb.opencl/Makefile.in: Likewise.
12399 * gdb.opt/Makefile.in: Likewise.
12400 * gdb.pascal/Makefile.in: Likewise.
12401 * gdb.perf/Makefile.in: Likewise.
12402 * gdb.python/Makefile.in: Likewise.
12403 * gdb.reverse/Makefile.in: Likewise.
12404 * gdb.server/Makefile.in: Likewise.
12405 * gdb.stabs/Makefile.in: Likewise.
12406 * gdb.threads/Makefile.in: Likewise.
12407 * gdb.trace/Makefile.in: Likewise.
12408 * gdb.xml/Makefile.in: Likewise.
12409 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12410 GDB_PARALLEL.
12411 (standard_output_file): Remove check for GDB_PARALLEL, always
12412 return path in outputs/$subdir/$testname.
12413
12414 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12415
12416 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12417 (site.exp): Assign abs_srcdir to tcl's srcdir.
12418
12419 2016-02-04 Yao Qi <yao.qi@linaro.org>
12420
12421 * gdb.base/foll-exec-mode.c: Include limits.h.
12422 (main): Add parameters argc and argv. Get directory from
12423 argv[0].
12424 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12425 compilation.
12426 * gdb.base/foll-exec.c: Include limits.h.
12427 (main): Add parameters argc and argv.
12428 Get directory from argv[0].
12429 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12430 Adjust tests on the number of lines as source code changed.
12431 * gdb.base/foll-vfork-exit.c: Include limits.h.
12432 (main): Add one line of statement before vfork.
12433 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12434 (main): Add parameters argc and argv. Get directory from
12435 argv[0].
12436 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12437 (setup_gdb): Set tbreak to skip some source lines.
12438 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12439 (main): Add parameters argc and argv. Get directory from
12440 argv[0].
12441 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12442 compilation.
12443 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12444 (main): Add parameters argc and argv. Get directory from
12445 argv[0].
12446 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12447 compilation.
12448
12449 2016-02-01 Doug Evans <dje@google.com>
12450
12451 * gdb.base/skip.exp: Clean up multiple references to same test name.
12452
12453 2016-02-01 Pedro Alves <palves@redhat.com>
12454
12455 PR remote/19496
12456 * gdb.threads/forking-threads-plus-breakpoint.exp
12457 (displaced_stepping_supported): New global.
12458 (probe_displaced_stepping_support): New procedure.
12459 (do_test): Add 'displaced' parameter, and use it.
12460 (top level): Check for displaced stepping support. Add displaced
12461 stepping on/off testing axis.
12462
12463 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12464
12465 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12466 pointer. Don't perform further tests on the unassociated pointer
12467 if the first test fails.
12468
12469 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12470
12471 * gdb.base/max-value-size.c: New file.
12472 * gdb.base/max-value-size.exp: New file.
12473 * gdb.base/huge.exp: Disable max-value-size for this test.
12474
12475 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12476
12477 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12478
12479 2016-01-28 Yao Qi <yao.qi@linaro.org>
12480
12481 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12482
12483 2016-01-25 Pedro Alves <palves@redhat.com>
12484
12485 PR threads/19461
12486 * gdb.base/fork-running-state.c: New file.
12487 * gdb.base/fork-running-state.exp: New file.
12488
12489 2016-01-25 Pedro Alves <palves@redhat.com>
12490
12491 PR gdb/19494
12492 * gdb.base/catch-fork-kill.c: New file.
12493 * gdb.base/catch-fork-kill.exp: New file.
12494
12495 2016-01-25 Pedro Alves <palves@redhat.com>
12496
12497 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12498 Delete, moved to lib/gdb.exp.
12499 * gdb.threads/forking-threads-plus-breakpoint.exp
12500 (foreach_with_prefix): Likewise.
12501 * gdb.threads/process-dies-while-handling-bp.exp
12502 (foreach_with_prefix): Likewise.
12503 * lib/gdb.exp (foreach_with_prefix): New procedure.
12504
12505 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12506
12507 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12508 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12509
12510 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12511
12512 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12513 endian targets.
12514
12515 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12516 Pedro Alves <palves@redhat.com>
12517
12518 Fix testsuite compatibility with Guile.
12519 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12520 number.
12521
12522 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12523
12524 Fix testsuite compatibility with Guile.
12525 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12526 (thread 1): New test for backtrace through signal handler.
12527
12528 2016-01-22 Yao Qi <yao.qi@linaro.org>
12529
12530 PR testsuite/19491
12531 * gdb.base/multi-forks.c: Include
12532 ../lib/unbuffer_output.c
12533 (main): Call gdb_unbuffer_output.
12534
12535 2016-01-21 Doug Evans <dje@google.com>
12536
12537 * lib/ada.exp (gdb_compile_ada): Fix typo.
12538
12539 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12540
12541 * gdb.base/break-fun-addr.exp: New file.
12542 * gdb.base/break-fun-addr1.c: New file.
12543 * gdb.base/break-fun-addr2.c: New file.
12544
12545 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12546
12547 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12548 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12549 enum flag values.
12550
12551 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12552
12553 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12554 when GDB can not set the vector return value. Add more comments
12555 for clarification.
12556
12557 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12558
12559 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12560 command.
12561
12562 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12563
12564 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12565
12566 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12567
12568 * Makefile.in (check-single): Pass --status to runtest.
12569 (check/%.exp): Likewise.
12570
12571 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12572
12573 * Makefile.in (check-parallel): Propagate return code from make
12574 do-check-parallel.
12575
12576 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12577
12578 * gdb.trace/ftrace.exp: Fix expected message on continue.
12579 * gdb.trace/pending.exp: Fix expected message on continue.
12580 * gdb.trace/trace-break.exp: Fix expected message on continue.
12581
12582 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12583
12584 * lib/gdb.exp (gdb_test): Remove unused global references.
12585
12586 2016-01-18 Pedro Alves <palves@redhat.com>
12587
12588 * gdb.base/async-shell.exp: Adjust expected output.
12589 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12590 * gdb.base/siginfo-thread.exp: Adjust expected output.
12591 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12592 * gdb.java/jnpe.exp: Adjust expected output.
12593 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12594 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12595 * gdb.threads/leader-exit.exp: Adjust expected output.
12596 * gdb.threads/manythreads.exp: Adjust expected output.
12597 * gdb.threads/pthreads.exp: Adjust expected output.
12598 * gdb.threads/schedlock.exp: Adjust expected output.
12599 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12600 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12601 expected output.
12602 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12603 output.
12604 * gdb.threads/sigthread.exp: Adjust expected output.
12605 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12606
12607 2016-01-18 Yao Qi <yao.qi@linaro.org>
12608
12609 * gdb.guile/scm-section-script.c: Replace @progbits with
12610 %progbits.
12611 * gdb.python/py-section-script.c: Likewise.
12612
12613 2016-01-15 Pedro Alves <palves@redhat.com>
12614
12615 * gdb.multi/tids.exp: Test star wildcard ranges.
12616
12617 2016-01-15 Pedro Alves <palves@redhat.com>
12618
12619 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12620 command from "thread apply" invocation.
12621 (thr_apply_info_thr_invalid): Default the expected output to the
12622 input tid list.
12623 (top level): Add tests that use convenience variables. Add tests
12624 for "thread apply" with a valid TID list, but missing the command.
12625
12626 2016-01-13 Pedro Alves <palves@redhat.com>
12627
12628 * gdb.base/default.exp: Expect $_gthread as well.
12629 * gdb.multi/tids.exp: Test $_gthread.
12630 * gdb.threads/thread-specific.exp: Test $_gthread.
12631
12632 2016-01-13 Pedro Alves <palves@redhat.com>
12633
12634 * gdb.multi/tids.exp: Test "info threads -gid".
12635
12636 2016-01-13 Pedro Alves <palves@redhat.com>
12637
12638 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12639 Breakpoint.thread.
12640 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12641
12642 2016-01-07 Pedro Alves <palves@redhat.com>
12643
12644 * gdb.base/break.exp: Adjust to output changes.
12645 * gdb.base/hbreak2.exp: Likewise.
12646 * gdb.base/sepdebug.exp: Likewise.
12647 * gdb.base/watch_thread_num.exp: Likewise.
12648 * gdb.linespec/keywords.exp: Likewise.
12649 * gdb.multi/info-threads.exp: Likewise.
12650 * gdb.threads/thread-find.exp: Likewise.
12651 * gdb.multi/tids.c: New file.
12652 * gdb.multi/tids.exp: New file.
12653
12654 2016-01-13 Pedro Alves <palves@redhat.com>
12655
12656 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12657
12658 2016-01-13 Pedro Alves <palves@redhat.com>
12659
12660 * gdb.base/default.exp: Expect $_inferior as well.
12661 * gdb.multi/base.exp: Test $_inferior.
12662
12663 2016-01-13 Pedro Alves <palves@redhat.com>
12664
12665 PR breakpoints/19388
12666 * gdb.base/catch-signal-siginfo-cond.c: New file.
12667 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12668
12669 2016-01-12 Josh Stone <jistone@redhat.com>
12670 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12671
12672 * gdb.base/catch-syscall.c (do_execve): New variable.
12673 (main): Conditionally trigger an execve.
12674 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12675 (test_catch_syscall_execve): New, check entry/return across execve.
12676 (do_syscall_tests): Call test_catch_syscall_execve.
12677
12678 2016-01-12 Pedro Alves <palves@redhat.com>
12679
12680 * gdb.base/random-signal.exp (do_test): New procedure, with body
12681 of testcase moved in.
12682
12683 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12684 Pedro Alves <palves@redhat.com>
12685
12686 * gdb.base/funcargs.exp (finish from indirectly called function):
12687 Reintroduce the case for 'First'.
12688
12689 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12690 Pedro Alves <palves@redhat.com>
12691
12692 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12693 (tcatch_vfork_then_child_follow_exec)
12694 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12695 identification.
12696
12697 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12698
12699 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12700 and repeats to unlimited.
12701 * gdb.python/py-value.exp: Likewise.
12702 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12703 and repeats to unlimited.
12704
12705 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12706
12707 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12708 and reordering the functions.
12709 * gdb.multi/hangout.c: Likewise.
12710 * gdb.multi/hello.c: Likewise.
12711
12712 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12713
12714 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12715 absolute.
12716 (SingleStatisticTestResult.report): Use dict.keys instead of
12717 dict.iterkeys.
12718
12719 2016-01-06 Pedro Alves <palves@redhat.com>
12720
12721 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12722
12723 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12724
12725 * gdb.btrace/dlopen.exp: New.
12726 * gdb.btrace/dlopen.c: New.
12727 * gdb.btrace/dlopen-dso.c: New.
12728
12729 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12730
12731 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12732 PATTERN argument is optional.
12733
12734 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12735
12736 * lib/ada.exp (target_compile_ada_from_dir): New function.
12737 (gdb_compile_ada): Reimplement avoiding the use of project files.
12738 * gdb.ada/gnat_ada.gpr: Delete.
12739 * gdb.ada/cond_lang.exp: Adjust test to make path before
12740 filename optional.
12741 * gdb.ada/small_reg_param.exp: Likewise.
12742
12743 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12744
12745 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12746
12747 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12748
12749 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12750 case.
12751
12752 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12753
12754 * gdb.base/break.exp: Remove dead code.
12755 * gdb.base/sepdebug.exp: Likewise.
12756
12757 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12758
12759 * gdb.asm/asm-source.exp: Remove HP-UX references.
12760 * gdb.base/annota1.exp: Likewise.
12761 * gdb.base/annota3.exp: Likewise.
12762 * gdb.base/attach.exp: Likewise.
12763 * gdb.base/bigcore.exp: Likewise.
12764 * gdb.base/break.exp: Likewise.
12765 * gdb.base/call-ar-st.exp: Likewise.
12766 * gdb.base/callfuncs.exp: Likewise.
12767 * gdb.base/catch-fork-static.exp: Likewise.
12768 * gdb.base/display.exp: Likewise.
12769 * gdb.base/foll-exec-mode.exp: Likewise.
12770 * gdb.base/foll-exec.exp: Likewise.
12771 * gdb.base/foll-fork.exp: Likewise.
12772 * gdb.base/foll-vfork.exp: Likewise.
12773 * gdb.base/funcargs.exp: Likewise.
12774 * gdb.base/hbreak2.exp: Likewise.
12775 * gdb.base/inferior-died.exp: Likewise.
12776 * gdb.base/interrupt.exp: Likewise.
12777 * gdb.base/multi-forks.exp: Likewise.
12778 * gdb.base/nodebug.exp: Likewise.
12779 * gdb.base/sepdebug.exp: Likewise.
12780 * gdb.base/solib1.c: Likewise.
12781 * gdb.base/step-test.exp: Likewise.
12782 * gdb.mi/non-stop.c: Likewise.
12783 * gdb.mi/pthreads.c: Likewise.
12784 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12785 * gdb.threads/pthreads.c: Likewise.
12786 * gdb.threads/staticthreads.exp: Likewise.
12787 * lib/future.exp: Likewise.
12788 * lib/gdb.exp: Likewise.
12789 * gdb.base/so-indr-cl.c: Remove.
12790 * gdb.base/so-indr-cl.exp: Likewise.
12791 * gdb.base/solib.c: Likewise.
12792 * gdb.base/solib.exp: Likewise.
12793 * gdb.base/solib2.c: Likewise.
12794
12795 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12796
12797 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12798 * gdb.base/call-ar-st.exp: Likewise.
12799 * gdb.base/callfuncs.exp: Likewise.
12800 * gdb.base/condbreak.exp: Likewise.
12801 * gdb.base/constvars.exp: Likewise.
12802 * gdb.base/hbreak2.exp: Likewise.
12803 * gdb.base/langs.exp: Likewise.
12804 * gdb.base/list.exp: Likewise.
12805 * gdb.base/long_long.exp: Likewise.
12806 * gdb.base/ptype.exp: Likewise.
12807 * gdb.base/scope.exp: Likewise.
12808 * gdb.base/signals.exp: Likewise.
12809 * gdb.base/so-impl-ld.exp: Likewise.
12810 * gdb.base/varargs.exp: Likewise.
12811 * gdb.base/volatile.exp: Likewise.
12812 * gdb.base/whatis.exp: Likewise.
12813 * gdb.cp/cplusfuncs.exp: Likewise.
12814 * gdb.cp/inherit.exp: Likewise.
12815 * gdb.cp/local.exp: Likewise.
12816 * gdb.cp/member-ptr.exp: Likewise.
12817 * gdb.cp/method.exp: Likewise.
12818 * gdb.cp/overload.exp: Likewise.
12819 * gdb.cp/templates.exp: Likewise.
12820 * gdb.stabs/weird.exp: Likewise.
12821 * lib/compiler.c: Likewise.
12822 * lib/compiler.cc: Likewise.
12823 * lib/cp-support.exp: Likewise.
12824 * lib/gdb.exp: Likewise.
12825
12826 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12827
12828 * configure.ac: Remove HP-UX case.
12829 * configure: Regenerate.
12830
12831 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12832
12833 * lib/gdb.exp (gdb_compile): Add function doc.
12834
12835 2015-12-17 Pedro Alves <palves@redhat.com>
12836
12837 PR threads/19354
12838 * gdb.multi/info-threads.exp: New file.
12839
12840 2015-12-15 Yao Qi <yao.qi@linaro.org>
12841
12842 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12843 is aarch64*-*-*.
12844
12845 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12846
12847 * gdb.base/history-duplicates.exp: Skip if no readline support.
12848
12849 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12850
12851 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12852
12853 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12854
12855 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12856
12857 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12858
12859 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12860 ctrl-C if nointerrupts target property is set.
12861 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12862 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12863 * gdb.base/paginate-bg-execution.exp: Likewise.
12864 * gdb.base/paginate-execution-startup.exp: Likewise.
12865 * gdb.base/random-signal.exp: Likewise.
12866 * gdb.base/range-stepping.exp: Likewise.
12867 * gdb.cp/annota2.exp: Likewise.
12868 * gdb.cp/annota3.exp: Likewise.
12869 * gdb.gdb/selftest.exp: Likewise.
12870 * gdb.threads/continue-pending-status.exp: Likewise.
12871 * gdb.threads/leader-exit.exp: Likewise.
12872 * gdb.threads/manythreads.exp: Likewise.
12873 * gdb.threads/pthreads.exp: Likewise.
12874 * gdb.threads/schedlock.exp: Likewise.
12875 * gdb.threads/sigthread.exp: Likewise.
12876
12877 2015-12-11 Don Breazeal <donb@codesourcery.com>
12878
12879 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12880 remote.
12881 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12882 * gdb.base/foll-exec.exp (main): Enable for target remote.
12883 * gdb.base/foll-fork.exp (main): Likewise.
12884 * gdb.base/foll-vfork.exp (main): Likewise.
12885 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12886 (proc continue_to_exit_bp_loc): Use clean_restart.
12887 * gdb.base/pie-execl.exp (main): Disable for target remote.
12888 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12889 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12890 * gdb.threads/execl.exp (main): Likewise.
12891 * gdb.threads/fork-child-threads.exp (main): Likewise.
12892 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12893 remote.
12894 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12895 remote.
12896 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12897 pid.tid style ptids, instead of just tid.
12898 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12899 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12900 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12901 ptids, instead of just tid.
12902
12903 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12904
12905 * gdb.base/list.exp (test_list_forward): Add end of file error
12906 test.
12907 (test_repeat_list_command): Add end of file error test.
12908 (test_list_backwards): Add beginning of file error test.
12909
12910 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12911
12912 * gdb.base/list.exp (test_list_invalid_args): New function,
12913 defined, and called.
12914
12915 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12916
12917 * gdb.base/list.exp (test_list): Make test names unique.
12918
12919 2015-12-11 Yao Qi <yao.qi@linaro.org>
12920
12921 * gdb.base/coremaker2.c: Remove.
12922
12923 2015-12-10 Pedro Alves <palves@redhat.com>
12924
12925 * gdb.multi/base.exp: Remove stale "spaces" references.
12926
12927 2015-12-10 Pedro Alves <palves@redhat.com>
12928
12929 * gdb.multi/base.exp: Don't use nowarnings.
12930 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12931 * gdb.multi/hangout.c: Include stdio.h.
12932 * gdb.multi/hello.c: Include stdlib.h.
12933 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12934 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12935 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12936
12937 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12938
12939 * gdb.dwarf2/dw2-ranges-base.c: New file.
12940 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12941 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12942 support additional line table, and debug ranges generation.
12943 (Dwarf::ranges): New function, generate .debug_ranges.
12944 (Dwarf::lines): Support generating simple line table programs.
12945 (Dwarf::assemble): Initialise new namespace variables.
12946
12947 2015-12-09 Kevin Buettner <kevinb@redhat.com>
12948
12949 * gdb.base/async.exp (proc test_background): Add case for
12950 asynchronous execution not supported.
12951
12952 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
12953
12954 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12955 format and change test names to make them unique.
12956
12957 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12958 Pedro Alves <pedro@redhat.com>
12959
12960 PR gdb/18702
12961 Add checking of floatformats setup on x86_64 hosts.
12962 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12963 (smallval, bigval): New labels/constants.
12964 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12965 float" after loading bigval and smallval.
12966
12967 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12968
12969 * gdb.ada/fun_overload_menu.exp: New testcase.
12970 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12971
12972 2015-12-04 Josh Stone <jistone@redhat.com>
12973
12974 * gdb.base/catch-fork-static.exp: New.
12975
12976 2015-12-03 Yao Qi <yao.qi@linaro.org>
12977
12978 * gdb.base/sizeof.c: Don't include stdio.h and
12979 ../lib/unbuffer_output.c.
12980 (main): New variable 'size' and 'value'. Remove printf and
12981 gdb_unbuffer_output. Assign return value to size and value.
12982 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12983 at the beginning.
12984 (check_sizeof): Check the result by printing variable 'size'.
12985 (check_valueof): Check the result by printing variable 'value'.
12986
12987 2015-12-01 Yao Qi <yao.qi@linaro.org>
12988
12989 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12990 for aarch64*-*-linux* target.
12991
12992 2015-11-30 Pedro Alves <palves@redhat.com>
12993
12994 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12995
12996 2015-11-30 Pedro Alves <palves@redhat.com>
12997
12998 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12999 Handle non-stop mode vCont replies.
13000
13001 2015-11-30 Pedro Alves <palves@redhat.com>
13002
13003 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13004 prepare_for_testing. Start gdb with "set non-stop on" appended to
13005 GDBFLAGS. Lax expected stop output.
13006
13007 2015-11-27 Yao Qi <yao.qi@linaro.org>
13008
13009 * gdb.arch/arm-neon.exp: New.
13010 * gdb.arch/arm-neon.c: New.
13011
13012 2015-11-27 Yao Qi <yao.qi@linaro.org>
13013
13014 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13015
13016 2015-11-27 Yao Qi <yao.qi@linaro.org>
13017
13018 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13019 frames-invalid annotation.
13020
13021 2015-11-27 Yao Qi <yao.qi@linaro.org>
13022
13023 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13024
13025 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13026
13027 * gdb.threads/names.exp: New file.
13028 * gdb.threads/names.c: New file.
13029 * README: Mention gdb,no_thread_names.
13030
13031 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13032
13033 PR 19297
13034 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13035 support" error.
13036
13037 2015-11-24 Pedro Alves <palves@redhat.com>
13038
13039 PR 17539
13040 * gdb.base/display.exp: Expect displays to be sorted in ascending
13041 order. Use multi_line.
13042 * gdb.base/solib-display.exp: Likewise.
13043
13044 2015-11-24 Pedro Alves <palves@redhat.com>
13045
13046 PR 17539
13047 * gdb.base/display.exp: Expect displays to be sorted in ascending
13048 order. Use multi_line.
13049 * gdb.base/solib-display.exp: Likewise.
13050
13051 2015-11-24 Pedro Alves <palves@redhat.com>
13052
13053 PR 17539
13054 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13055 threads in ascending order.
13056 * gdb.base/foll-fork.exp: Likewise.
13057 * gdb.base/foll-vfork.exp: Likewise.
13058 * gdb.base/multi-forks.exp: Likewise.
13059 * gdb.mi/mi-nonstop.exp: Likewise.
13060 * gdb.mi/mi-nsintrall.exp: Likewise.
13061 * gdb.multi/base.exp: Likewise.
13062 * gdb.multi/multi-arch.exp: Likewise.
13063 * gdb.python/py-inferior.exp: Likewise.
13064 * gdb.threads/break-while-running.exp: Likewise.
13065 * gdb.threads/execl.exp: Likewise.
13066 * gdb.threads/gcore-thread.exp: Likewise.
13067 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13068 * gdb.threads/kill.exp: Likewise.
13069 * gdb.threads/linux-dp.exp: Likewise.
13070 * gdb.threads/multiple-step-overs.exp: Likewise.
13071 * gdb.threads/next-bp-other-thread.exp: Likewise.
13072 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13073 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13074 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13075 * gdb.threads/thread-find.exp: Likewise.
13076 * gdb.threads/tls.exp: Likewise.
13077 * lib/mi-support.exp (mi_reverse_list): Delete.
13078 (mi_check_thread_states): No longer reverse list.
13079
13080 2015-11-24 Pedro Alves <palves@redhat.com>
13081
13082 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13083 use lowercase.
13084
13085 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13086
13087 * gdb.trace/actions.c: Include trace-common.h.
13088 (main): Add a location for a fast tracepoint.
13089 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13090 the normal tracepoints.
13091 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13092
13093 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13094
13095 * save-trace.exp: Factor out code to these...
13096 (gdb_save_tracepoints): New.
13097 (gdb_load_tracepoints): New.
13098 (do_save_load_test): New.
13099
13100 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13101
13102 * gdb.base/asmlabel.exp: New test.
13103 * gdb.base/asmlabel.c: New test case.
13104
13105 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13106
13107 * gdb.base/wrong_frame_bt_full-main.c: New file.
13108 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13109 * gdb.base/wrong_frame_bt_full.exp: New file.
13110
13111 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13112
13113 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13114
13115 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13116
13117 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13118 pstate register when comparing registers values in
13119 sparc64-*-linux-gnu targets to avoid spurious differences.
13120
13121 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13122
13123 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13124
13125 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13126
13127 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13128 as type argument to gdb_compile.
13129 * gdb.base/nested-subp2.exp: Likewise.
13130 * gdb.base/nested-subp3.exp: Likewise.
13131
13132 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13133
13134 * lib/dwarf.exp (_note): Fix left shift of negative value.
13135 * gdb.trace/trace-condition.exp: Likewise.
13136
13137 2015-11-13 Yao Qi <yao.qi@linaro.org>
13138
13139 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13140 comments about d10v.
13141 (test_scalar_returns): Likewise.
13142 * gdb.base/d10v.ld: Remove.
13143 * gdb.base/overlays.exp: Remove the target triplet checking for
13144 d10v-*-*.
13145 * gdb.base/structs.exp (test_struct_returns): Remove the
13146 comments about d10v.
13147 (test_struct_calls): Likewise.
13148
13149 2015-11-13 Yao Qi <yao.qi@linaro.org>
13150
13151 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13152 * gdb.base/gnu_vector.c: Don't include stdio.h.
13153 (main): Don't print res and call add_some_intvecs.
13154
13155 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13156
13157 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13158 macro.
13159 (func5): Removed.
13160 (func4): Use FAST_TRACEPOINT_LABEL.
13161 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13162 macro.
13163 (func): Removed.
13164 (thread_function): Use FAST_TRACEPOINT_LABEL.
13165 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13166 (func): Remove.
13167 (marker): Use FAST_TRACEPOINT_LABEL.
13168 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13169 (pendfunc1): Remove.
13170 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13171 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13172 (foo): Remove.
13173 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13174 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13175 macro.
13176 (func): Remove.
13177 (marker): Use FAST_TRACEPOINT_LABEL.
13178 * gdb.trace/trace-common.h: New header.
13179 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13180 macro.
13181 (func): Remove.
13182 (marker): Use FAST_TRACEPOINT_LABEL.
13183 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13184 (func): Remove.
13185 (thread_function): Use FAST_TRACEPOINT_LABEL.
13186
13187 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13188
13189 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13190 in front.
13191 * gdb.trace/change-loc.exp: Use global pcreg definition.
13192 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13193 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13194 in front.
13195 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13196 * gdb.trace/pending.exp: Likewise.
13197 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13198 * gdb.trace/trace-break.exp: Likewise.
13199 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13200 in front.
13201 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13202 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13203 in front.
13204 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13205
13206 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13207
13208 * gdb.ada/fin_fun_out: New testcase.
13209
13210 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13211
13212 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13213 value associated with DW_AT_byte_size.
13214 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13215 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13216 DW_AT_upper_bound.
13217
13218 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13219
13220 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13221 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13222 version.
13223 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13224 gdb.dwarf2/dw2-canonicalize-type.exp,
13225 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13226 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13227 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13228 provided by gdb_target_symbol_prefix_flags_asm.
13229 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13230 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13231 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13232 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13233 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13234 macros where needed). Use this macro for symbols which require
13235 the prefix provided by SYMBOL_PREFIX.
13236
13237 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13238
13239 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13240 New procs.
13241 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13242 representing expressions, of more than one list element.
13243 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13244 to prepend linker symbol prefix to f.
13245 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13246 table_1 and table_2.
13247 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13248 Likewise, for f and g.
13249 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13250 for ptr.
13251 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13252 for main.
13253 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13254 table_1_ptr and table_2_ptr.
13255
13256 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13257 Joel Brobecker <brobecker@adacore.com>
13258
13259 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13260
13261 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13262
13263 * gdb.reverse/s390-mvcle.c: New test.
13264 * gdb.reverse/s390-mvcle.exp: New file.
13265 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13266
13267 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13268
13269 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13270
13271 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13272
13273 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13274 reaching marker2.
13275 * gdb.reverse/getresuid-reverse.exp: Likewise.
13276 * gdb.reverse/pipe-reverse.exp: Likewise.
13277 * gdb.reverse/readv-reverse.exp: Likewise.
13278 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13279 * gdb.reverse/time-reverse.exp: Likewise.
13280 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13281
13282 2015-10-30 Yao Qi <yao.qi@linaro.org>
13283
13284 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13285 (empty_cycle): Remove.
13286 (main): Don't call empty_cycle. Don't use watch_count_done.
13287 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13288 empty_cycle. Rewrite the code counting HW watchpoints.
13289
13290 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13291
13292 * gdb.reverse/fstatat-reverse.c: New test.
13293 * gdb.reverse/fstatat-reverse.exp: New file.
13294 * gdb.reverse/getresuid-reverse.c: New test.
13295 * gdb.reverse/getresuid-reverse.exp: New file.
13296 * gdb.reverse/pipe-reverse.c: New test.
13297 * gdb.reverse/pipe-reverse.exp: New file.
13298 * gdb.reverse/readv-reverse.c: New test.
13299 * gdb.reverse/readv-reverse.exp: New file.
13300 * gdb.reverse/recvmsg-reverse.c: New test.
13301 * gdb.reverse/recvmsg-reverse.exp: New file.
13302 * gdb.reverse/time-reverse.c: New test.
13303 * gdb.reverse/time-reverse.exp: New file.
13304 * gdb.reverse/waitpid-reverse.c: New test.
13305 * gdb.reverse/waitpid-reverse.exp: New file.
13306
13307 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13308
13309 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13310
13311 2015-10-26 Doug Evans <dje@google.com>
13312
13313 PR symtab/17391
13314 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13315 * gdb.dwarf2/bad-regnum.c: New file.
13316 * gdb.dwarf2/bad-regnum.exp: New file.
13317
13318 2015-10-26 Doug Evans <dje@google.com>
13319
13320 PR python/18938
13321 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13322 file.
13323
13324 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13325
13326 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13327 for a change by "Mention language in compile error message".
13328
13329 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13330
13331 PR python/18073
13332 * gdb.python/py-type.c (C::a_method): New.
13333 (C::a_const_method): New.
13334 (C::a_static_method): New.
13335 (a_function): New.
13336 * gdb.python/py-type.exp (test_fields): Test getting fields
13337 from function and method.
13338
13339 2015-10-21 Keven Boell <keven.boell@intel.com>
13340
13341 * gdb.fortran/vla-alloc-assoc.exp: New file.
13342 * gdb.fortran/vla-datatypes.exp: New file.
13343 * gdb.fortran/vla-datatypes.f90: New file.
13344 * gdb.fortran/vla-history.exp: New file.
13345 * gdb.fortran/vla-ptype-sub.exp: New file.
13346 * gdb.fortran/vla-ptype.exp: New file.
13347 * gdb.fortran/vla-sizeof.exp: New file.
13348 * gdb.fortran/vla-sub.f90: New file.
13349 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13350 * gdb.fortran/vla-value-sub-finish.exp: New file.
13351 * gdb.fortran/vla-value-sub.exp: New file.
13352 * gdb.fortran/vla-value.exp: New file.
13353 * gdb.fortran/vla-ptr-info.exp: New file.
13354 * gdb.mi/mi-vla-fortran.exp: New file.
13355 * gdb.mi/vla.f90: New file.
13356
13357 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13358
13359 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13360 of hardwired timeout value.
13361
13362 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13363 Pedro Alves <palves@redhat.com>
13364
13365 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13366 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13367
13368 2015-10-19 Josh Stone <jistone@redhat.com>
13369
13370 * gdb.base/catch-syscall.c: Include <sched.h>.
13371 (unknown_syscall): New variable.
13372 (main): Trigger a vfork and an unknown syscall.
13373 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13374 (unknown_syscall_number): Likewise.
13375 (check_call_to_syscall): Accept an optional syscall pattern.
13376 (check_return_from_syscall): Likewise.
13377 (check_continue): Likewise.
13378 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13379 (test_catch_syscall_skipping_return): New test toggling off 'catch
13380 syscall' to step over the syscall return, then toggling back on.
13381 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13382 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13383 (do_syscall_tests): Call test_catch_syscall_without_args and
13384 test_catch_syscall_mid_vfork.
13385 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13386 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13387
13388 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13389
13390 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13391 print g_vE): Add new pass patterns.
13392 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13393 print various symbol names for vptr fields.
13394
13395 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13396
13397 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13398 results.
13399
13400 2015-10-12 Yao Qi <yao.qi@linaro.org>
13401
13402 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13403
13404 2015-10-12 Yao Qi <yao.qi@linaro.org>
13405
13406 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13407 is aarch64*-*-linux*.
13408
13409 2015-10-12 Yao Qi <yao.qi@linaro.org>
13410
13411 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13412 (can_relocate_bcond_true): ... it.
13413 (can_relocate_bcond_false): New function.
13414 (foo): Likewise.
13415 (can_relocate_bl): Likewise.
13416 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13417 can_relocate_bl.
13418
13419 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13420
13421 * gdb.base/nested-addr.c: New file.
13422 * gdb.base/nested-addr.exp: New testcase.
13423
13424 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13425
13426 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13427 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13428 its output. Ignore the output of "record goto begin" and instead
13429 check that GDB is replaying.
13430
13431 2015-10-09 Pedro Alves <palves@redhat.com>
13432
13433 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13434 (top level): Use it in the run with no args test.
13435
13436 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13437
13438 * gdb.dlang/properties.exp: New file.
13439
13440 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13441
13442 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13443 whether or not address 0x1000 is mapped on the target.
13444
13445 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13446
13447 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13448 build.
13449
13450 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13451
13452 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13453 instruction-history test.
13454
13455 2015-09-28 Doug Evans <dje@google.com>
13456
13457 * gdb.base/gcore.c (array_func): Add reference to static_array.
13458
13459 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13460
13461 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13462 source line.
13463
13464 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13465
13466 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13467 short or char as base type.
13468
13469 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13470
13471 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13472 to allow any size enum.
13473
13474 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13475
13476 * gdb.ada/array_ptr_renaming.exp: New testcase.
13477 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13478 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13479
13480 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13481
13482 * gdb.trace/ftrace-lock.c: New file.
13483 * gdb.trace/ftrace-lock.exp: New file.
13484
13485 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13486
13487 * gdb.arch/insn-reloc.c: New file.
13488 * gdb.arch/ftrace-insn-reloc.exp: New file.
13489
13490 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13491
13492 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13493 instruction.
13494 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13495 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13496 * gdb.trace/range-stepping.c: Likewise.
13497 * gdb.trace/trace-break.c: Likewise.
13498 * gdb.trace/trace-mt.c (thread_function): Likewise.
13499 * gdb.trace/ftrace.c (marker): Likewise.
13500 * gdb.trace/trace-condition.c (marker): Likewise.
13501 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13502 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13503 is_aarch64_target.
13504
13505 2015-09-18 Doug Evans <xdje42@gmail.com>
13506
13507 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13508 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13509
13510 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13511
13512 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13513 the breakpoint.
13514
13515 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13516
13517 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13518 the pending breakpoint. Remove timeout override for "Run till
13519 MI pending breakpoint on pendfunc3 on thread 2" test.
13520
13521 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13522
13523 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13524 filename pattern.
13525
13526 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13527
13528 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13529 in breakpoint filename pattern.
13530
13531 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13532
13533 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13534
13535 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13536
13537 * gdb.linespec/explicit.exp: Check for readline support for
13538 tab-completion tests. Fix obvious typo.
13539
13540 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13541
13542 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13543 and replay.
13544
13545 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13546
13547 * gdb.btrace/non-stop.c: New.
13548 * gdb.btrace/non-stop.exp: New.
13549
13550 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13551 Yao Qi <yao.qi@linaro.org>
13552
13553 * gdb.trace/trace-condition.c: New file.
13554 * gdb.trace/trace-condition.exp: New file.
13555
13556 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13557
13558 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13559 for testing bytecode compilation.
13560
13561 2015-09-16 Pedro Alves <palves@redhat.com>
13562 Sandra Loosemore <sandra@codesourcery.com>
13563
13564 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13565 (SECONDS): Redefine.
13566 (main): Call pthread_kill and alarm early.
13567 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13568 support.
13569 (test): If the target can't hardware step and doesn't support
13570 displaced stepping, increase the timeout.
13571
13572 2015-09-16 Pedro Alves <palves@redhat.com>
13573
13574 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13575 (enable_debug): New procedures.
13576 (test): Use them. Bail out if waiting for threads fails.
13577 (top level): Bail out if a test fails.
13578
13579 2015-09-16 Yao Qi <yao.qi@linaro.org>
13580
13581 * gdb.asm/asm-source.exp: Set asm-arch for
13582 aarch64*-*-* target.
13583 * gdb.asm/aarch64.inc: New file.
13584
13585 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13586
13587 * gdb.ada/array_of_variable_length.exp: New testcase.
13588 * gdb.ada/array_of_variable_length/foo.adb: New file.
13589 * gdb.ada/array_of_variable_length/pck.adb: New file.
13590 * gdb.ada/array_of_variable_length/pck.ads: New file.
13591
13592 2015-09-15 Doug Evans <dje@google.com>
13593
13594 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13595 of function static local variable.
13596
13597 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13598
13599 * gdb.threads/tls-so_extern.exp: New test file.
13600 * gdb.threads/tls-so_extern.c: New test file.
13601 * gdb.threads/tls-so_extern_main.c: New test file.
13602
13603 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13604
13605 * gdb.opt/solib-intra-step-lib.c: New file.
13606 * gdb.opt/solib-intra-step-main.c: New file.
13607 * gdb.opt/solib-intra-step.exp: New file.
13608
13609 2015-09-15 Pedro Alves <palves@redhat.com>
13610
13611 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13612 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13613
13614 2015-09-14 Pedro Alves <palves@redhat.com>
13615
13616 * gdb.base/hook-stop-continue.c: Delete.
13617 * gdb.base/hook-stop-continue.exp: Delete.
13618 * gdb.base/hook-stop-frame.c: Delete.
13619 * gdb.base/hook-stop-frame.exp: Delete.
13620 * gdb.base/hook-stop.c: New file.
13621 * gdb.base/hook-stop.exp: New file.
13622
13623 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13624
13625 * gdb.ada/access_to_packed_array.exp: New testcase.
13626 * gdb.ada/access_to_packed_array/foo.adb: New file.
13627 * gdb.ada/access_to_packed_array/pack.adb: New file.
13628 * gdb.ada/access_to_packed_array/pack.ads: New file.
13629
13630 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13631
13632 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13633 buffer size test.
13634
13635 2015-09-11 Don Breazeal <donb@codesourcery.com>
13636
13637 * gdb.base/foll-exec.c: Add copyright header. Fix
13638 formatting issues.
13639 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13640 (do_exec_tests): Use clean_restart in place of zap_session,
13641 and for test initialization. Fix formatting issues. Use
13642 fail in place of perror.
13643 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13644 an expect statement to match an expression with output from
13645 the program under debug.
13646 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13647 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13648 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13649 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13650 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13651
13652 2015-09-09 Doug Evans <dje@google.com>
13653
13654 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13655
13656 2015-09-09 Doug Evans <dje@google.com>
13657
13658 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13659
13660 2015-09-09 Doug Evans <dje@google.com>
13661
13662 * gdb.base/savedregs.exp: Fix typo.
13663
13664 2015-09-09 Pedro Alves <palves@redhat.com>
13665
13666 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13667
13668 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13669
13670 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13671 command actually switches threads. Give up on remaining
13672 tests if target fails to stop at breakpoint.
13673
13674 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13675
13676 * gdb.ada/funcall_char.exp: New testcase.
13677 * gdb.ada/funcall_char/foo.adb: New file.
13678
13679 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13680
13681 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13682 expected outputs. Add two testcases for completing ambiguous
13683 functions.
13684 * gdb.ada/complete/aux_pck.adb: New file.
13685 * gdb.ada/complete/aux_pck.ads: New file.
13686 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13687 Ambiguous_Func functions.
13688 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13689 * gdb.ada/complete/pck.adb: Likewise.
13690
13691 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13692
13693 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13694 failures to run the test program under GDB.
13695
13696 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13697
13698 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13699 to C.
13700
13701 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13702
13703 * gdb.base/run-after-attach.exp: New test file.
13704 * gdb.base/run-after-attach.c: New test file.
13705
13706 2015-08-26 Don Breazeal <donb@codesourcery.com>
13707
13708 * gdb.base/foll-exec-2.c: New test program.
13709 * gdb.base/foll-exec-2.exp: New test.
13710
13711 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13712
13713 * gdb.base/nested-subp1.exp: New file.
13714 * gdb.base/nested-subp1.c: New file.
13715 * gdb.base/nested-subp2.exp: New file.
13716 * gdb.base/nested-subp2.c: New file.
13717 * gdb.base/nested-subp3.exp: New file.
13718 * gdb.base/nested-subp3.c: New file.
13719
13720 2015-08-24 Pedro Alves <palves@redhat.com>
13721
13722 * gdb.server/connect-without-multi-process.c: New file.
13723 * gdb.server/connect-without-multi-process.exp: New file.
13724
13725 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13726
13727 * gdb.opt/inline-markers.c: Make z int.
13728
13729 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13730
13731 * gdb.opt/inline-markers.c: Make z volatile.
13732
13733 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13734
13735 * gdb.opt/inline-bt.c: New volatile global z.
13736 * gdb.opt/inline-cmds.c: Likewise.
13737 * gdb.opt/inline-locals.c: Likewise.
13738 * gdb.opt/inline-markers.c: New extern global z.
13739 (marker): Use z.
13740 (inline_fn): Likewise.
13741
13742 2015-08-24 Pedro Alves <palves@redhat.com>
13743
13744 * config/m32r-stub.exp: Remove file.
13745 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13746 * gdb.base/call-rt-st.exp: Likewise.
13747 * gdb.base/call-strs.exp: Likewise.
13748 * gdb.base/default.exp: Remove references to h8300-*-hms and
13749 *-*-udi*.
13750 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13751
13752 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13753
13754 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13755 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13756 and "return" use KFAIL when GDB can not read/write the vector
13757 return value.
13758
13759 2015-08-21 Gary Benson <gbenson@redhat.com>
13760
13761 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13762
13763 2015-08-20 Pedro Alves <palves@redhat.com>
13764
13765 * gdb.server/solib-list.exp: No longer expect an interior stop in
13766 non-stop mode.
13767
13768 2015-08-20 Pedro Alves <palves@redhat.com>
13769
13770 * gdb.server/connect-stopped-target.c: New file.
13771 * gdb.server/connect-stopped-target.exp: New file.
13772
13773 2015-08-20 Pedro Alves <palves@redhat.com>
13774
13775 * gdb.dwarf2/comp-unit-lang.exp: New file.
13776 * gdb.dwarf2/comp-unit-lang.c: New file.
13777
13778 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13779
13780 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13781 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13782
13783 2015-08-19 Kevin Buettner <kevinb@redhat.com>
13784
13785 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13786 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13787
13788 2015-08-18 Doug Evans <dje@google.com>
13789 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13790
13791 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13792 skip_python_tests. New arg prompt_regexp.
13793 (skip_python_tests): New function.
13794 * lib/mi-support.exp (mi_skip_python_tests): New function.
13795 * gdb.python/py-mi-objfile-gdb.py: New file.
13796 * gdb.python/py-mi-objfile.c: New file.
13797 * gdb.python/py-mi-objfile.exp: New file.
13798
13799 2015-08-17 Keith Seitz <keiths@redhat.com>
13800
13801 * gdb.linespec/explicit.exp: Move strace test from here ...
13802 * gdb.trace/strace.exp: ... to here.
13803
13804 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13805
13806 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13807 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13808
13809 2015-08-14 Doug Evans <xdje42@gmail.com>
13810
13811 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13812 inferior before selecting a new file.
13813
13814 2015-08-14 Doug Evans <xdje42@gmail.com>
13815
13816 * gdb.mi/mi-disassemble.exp: Update.
13817 * gdb.base/disasm-optim.S: New file.
13818 * gdb.base/disasm-optim.c: New file.
13819 * gdb.base/disasm-optim.h: New file.
13820 * gdb.base/disasm-optim.exp: New file.
13821
13822 2015-08-14 Keith Seitz <keiths@redhat.com>
13823
13824 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13825 "evaluated-by".
13826
13827 2015-08-13 Joel Brobecker <brobecker@adacore.com>
13828
13829 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13830
13831 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13832
13833 * gdb.ada/fun_renaming.exp: New testcase.
13834 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13835 * gdb.ada/fun_renaming/pack.adb: New file.
13836 * gdb.ada/fun_renaming/pack.ads: New file.
13837
13838 2015-08-12 Keith Seitz <keiths@redhat.com>
13839
13840 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13841 gdb_get_line_number.
13842
13843 2015-08-12 Joel Brobecker <brobecker@adacore.com>
13844
13845 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13846 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13847 gdb.base/dso2dso.exp: New files.
13848
13849 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13850 Pedro Alves <palves@redhat.com>
13851 Keith Seitz <keiths@redhat.com>
13852
13853 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13854 GDBFLAGS.
13855
13856 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13857
13858 * gdb.base/gdbhistsize-history.exp
13859 (test_histsize_history_setting): Use save_vars.
13860 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13861 Use save_vars.
13862 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13863 * gdb.base/readline.exp: Use save_vars.
13864
13865 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13866
13867 * lib/gdb.exp (save_vars): New proc.
13868
13869 2015-08-11 Keith Seitz <keiths@redhat.com>
13870
13871 * gdb.base/help.exp: Update help_breakpoint_text.
13872
13873 2015-08-11 Keith Seitz <keiths@redhat.com>
13874
13875 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13876 (at toplevel): Call test_explicit_breakpoints.
13877 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13878 breakpoints.
13879 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13880 breakpoint conditions, "-cond".
13881
13882 2015-08-11 Keith Seitz <keiths@redhat.com>
13883
13884 * gdb.linespec/3explicit.c: New file.
13885 * gdb.linespec/cpexplicit.cc: New file.
13886 * gdb.linespec/cpexplicit.exp: New file.
13887 * gdb.linespec/explicit.c: New file.
13888 * gdb.linespec/explicit.exp: New file.
13889 * gdb.linespec/explicit2.c: New file.
13890 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13891 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13892 before using in the matching pattern.
13893 Clarify that `prefix' is a regular expression.
13894
13895 2015-08-11 Keith Seitz <keiths@redhat.com>
13896
13897 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13898 test.
13899 Add tests for missing ",FMT" and ",".
13900
13901 2015-08-10 Doug Evans <dje@google.com>
13902 Keith Seitz <keiths@redhat.com>
13903
13904 PR gdb/17960
13905 * gdb.base/completion.exp: Add location completer tests.
13906
13907 2015-08-07 Pedro Alves <palves@redhat.com>
13908
13909 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13910 tests here.
13911 (top level): Run do_test with and without displaced stepping.
13912
13913 2015-08-07 Pedro Alves <palves@redhat.com>
13914
13915 * gdb.base/valgrind-disp-step.c: New file.
13916 * gdb.base/valgrind-disp-step.exp: New file.
13917
13918 2015-08-07 Pedro Alves <palves@redhat.com>
13919
13920 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13921 Delete function.
13922 (main): Add alarm. Run an infinite loop instead of calling
13923 wait_threads.
13924 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13925 comment.
13926 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13927 Delete function.
13928 (main): Add alarm. Run an infinite loop instead of calling
13929 wait_threads.
13930 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13931 comment.
13932
13933 2015-08-07 Pedro Alves <palves@redhat.com>
13934
13935 * gdb.base/checkpoint-ns.exp: New file.
13936 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13937 standard_testfile.
13938
13939 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13940
13941 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13942 * gdb.btrace/instruction_history.exp: Update.
13943 * gdb.btrace/tsx.exp: New.
13944 * gdb.btrace/tsx.c: New.
13945
13946 2015-08-06 Pedro Alves <palves@redhat.com>
13947
13948 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13949 increase timeout.
13950 * gdb.reverse/until-precsave.exp: Bump timeouts.
13951
13952 2015-08-06 Pedro Alves <palves@redhat.com>
13953
13954 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13955
13956 2015-08-06 Pedro Alves <palves@redhat.com>
13957
13958 PR gdb/18749
13959 * gdb.threads/process-dies-while-handling-bp.c: New file.
13960 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13961
13962 2015-08-06 Pedro Alves <palves@redhat.com>
13963
13964 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13965 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13966
13967 2015-08-05 Pedro Alves <palves@redhat.com>
13968
13969 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13970 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13971
13972 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13973
13974 * gdb.base/bp-permanent.exp: Report test as unsupported if
13975 the target cannot stop at the permanent breakpoint.
13976
13977 2015-08-03 Doug Evans <dje@google.com>
13978
13979 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13980 10000.
13981
13982 2015-08-03 Doug Evans <dje@google.com>
13983
13984 * Makefile.in (workers/%.worker, build-perf): New rule.
13985 (GDB_PERFTEST_MODE): New variable.
13986 (check-perf): Use it.
13987 (clean): Clean up gdb.perf parallel build subdirs.
13988 * lib/build-piece.exp: New file.
13989 * lib/gdb.exp (make_gdb_parallel_path): New function
13990 (standard_output_file, standard_temp_file): Call it.
13991 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13992 of $GDB_PARALLEL.
13993 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13994
13995 2015-08-03 Doug Evans <dje@google.com>
13996
13997 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
13998 (LOG_FILE_NAME): New global.
13999 (TextReporter.__init__): Initialize self.txt_sum.
14000 (TextReporter.report): Add support for multiple data-points.
14001 Move report to perftest.sum, put raw data in perftest.log.
14002 (TextReporter.start): Open sum and log files.
14003 (TextReporter.end): Close sum and log files.
14004 * gdb.perf/lib/perftest/testresult.py
14005 (SingleStatisticTestResult.record): Handle multiple data-points.
14006
14007 2015-07-31 Pedro Alves <palves@redhat.com>
14008
14009 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14010 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14011 kill_wait_spawned_process instead of explicit "kill -9".
14012 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14013 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14014 kill_wait_spawned_process.
14015 * gdb.base/attach-twice.exp: Likewise.
14016 * gdb.base/attach.exp: Likewise.
14017 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14018 gdb_test_multiple.
14019 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14020 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14021 kill_wait_spawned_process.
14022 * gdb.base/valgrind-infcall.exp: Likewise.
14023 * gdb.multi/multi-attach.exp: Likewise.
14024 * gdb.python/py-prompt.exp: Likewise.
14025 * gdb.python/py-sync-interp.exp: Likewise.
14026 * gdb.server/ext-attach.exp: Likewise.
14027 * gdb.threads/attach-into-signal.exp (corefunc): Use
14028 spawn_wait_for_attach, spawn_id_get_pid and
14029 kill_wait_spawned_process.
14030 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14031 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14032 spawn_id_get_pid and kill_wait_spawned_process.
14033 * gdb.threads/attach-stopped.exp (corefunc): Use
14034 spawn_wait_for_attach, spawn_id_get_pid and
14035 kill_wait_spawned_process.
14036 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14037 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14038 kill_wait_spawned_process instead of explicit "kill -9".
14039 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14040 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14041 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14042 processes. Don't map cygwin/windows pids here. Now returns a
14043 spawn id list.
14044
14045 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14046
14047 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14048 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14049 correct patch.
14050
14051 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14052
14053 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14054
14055 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14056
14057 Reapply:
14058 2014-05-21 Mark Wielaard <mjw@redhat.com>
14059
14060 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14061
14062 2015-07-30 Pedro Alves <palves@redhat.com>
14063
14064 * linux-low.c (handle_extended_wait): Set the child's last
14065 reported status to TARGET_WAITKIND_STOPPED.
14066
14067 2015-07-30 Pedro Alves <palves@redhat.com>
14068
14069 PR threads/18600
14070 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14071 only shows inferior 1.
14072
14073 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14074 Pedro Alves <palves@redhat.com>
14075
14076 PR threads/18600
14077 * gdb.threads/fork-plus-threads.c: New file.
14078 * gdb.threads/fork-plus-threads.exp: New file.
14079
14080 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14081
14082 * gdb.base/batch-preserve-term-settings.exp
14083 (test_terminal_settings_preserved_after_cli_exit): Use
14084 send_quit_command.
14085
14086 2015-07-29 Pedro Alves <palves@redhat.com>
14087 Don Breazeal <donb@codesourcery.com>
14088
14089 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14090 output from both inferior_spawn_id and gdb_spawn_id.
14091
14092 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14093
14094 * gdb.threads/attach-into-signal.exp (corefunc): Use
14095 with_test_prefix on nested loops, uniquefying the test messages.
14096
14097 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14098
14099 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14100 commit.
14101
14102 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14103
14104 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14105 New proc.
14106 (test_terminal_settings_preserved_after_sigterm): New test.
14107
14108 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14109
14110 * gdb.base/batch-preserve-term-settings.exp
14111 (test_terminal_settings_preserved_after_cli_exit): New test.
14112
14113 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14114
14115 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14116 manipulation of saved_gdbflags.
14117 (test_terminal_settings_preserved): Remove global declaration of
14118 the unused variable pagination_prompt. Remove manipulation of
14119 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14120 GDBFLAGS.
14121
14122 2015-07-29 Pedro Alves <palves@redhat.com>
14123
14124 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14125
14126 2015-07-29 Pedro Alves <palves@redhat.com>
14127
14128 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14129 at the top.
14130
14131 2015-07-29 Pedro Alves <palves@redhat.com>
14132
14133 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14134 (main): Call gdb_unbuffer_output.
14135 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14136 (main): Call gdb_unbuffer_output.
14137 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14138 (main): Call gdb_unbuffer_output.
14139 * gdb.base/call-strs.exp: Adjust to step over the
14140 gdb_unbuffer_output call.
14141 * gdb.base/catch-gdb-caused-signals.c: Include
14142 "../lib/unbuffer_output.c".
14143 (main): Call gdb_unbuffer_output.
14144 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14145 (main): Call gdb_unbuffer_output.
14146 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14147 (main): Call gdb_unbuffer_output.
14148 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14149 (main): Call gdb_unbuffer_output.
14150 * gdb.base/shlib-call.exp: Adjust to step over the
14151 gdb_unbuffer_output call.
14152 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14153 (main): Call gdb_unbuffer_output.
14154 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14155 (main): Call gdb_unbuffer_output.
14156 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14157 (main): Rename to ...
14158 (test): ... this.
14159 (main): Reimplement.
14160 * gdb.base/varargs.exp: Run to test instead of to main.
14161 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14162 (main): Call gdb_unbuffer_output.
14163
14164 2015-07-29 Pedro Alves <palves@redhat.com>
14165
14166 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14167 factore out from mi_continue_dprintf. For call-style dprintfs,
14168 expect dprintf output out of $inferior_spawn_id.
14169 (mi_continue_dprintf): Use mi_expect_dprintf.
14170 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14171 (main): Call gdb_unbuffer_output.
14172
14173 2015-07-29 Pedro Alves <palves@redhat.com>
14174
14175 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14176 (default_mi_gdb_start): Set inferior_spawn_id instead of
14177 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14178 gdb_spawn_id.
14179 (mi_gdb_test): Always expect inferior output from both
14180 $inferior_spawn_id and $gdb_spawn_id.
14181
14182 2015-07-29 Pedro Alves <palves@redhat.com>
14183
14184 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14185 send_inferior and $inferior_spawn_id.
14186
14187 2015-07-29 Pedro Alves <palves@redhat.com>
14188
14189 * gdb.gdb/complaints.exp (test_initial_complaints)
14190 (test_serial_complaints, test_short_complaints): Use
14191 gdb_test_stdio.
14192 (test_empty_complaint): Handle $inferior_spawn_id !=
14193 $gdb_spawn_id.
14194
14195 2015-07-29 Pedro Alves <palves@redhat.com>
14196
14197 * gdb.base/varargs.exp: Use gdb_test_stdio.
14198
14199 2015-07-29 Pedro Alves <palves@redhat.com>
14200
14201 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14202
14203 2015-07-29 Pedro Alves <palves@redhat.com>
14204
14205 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14206
14207 2015-07-29 Pedro Alves <palves@redhat.com>
14208
14209 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14210 parameter into two new parameters, "inf_result" and "gdb_result".
14211 Expect inferior output and gdb output from $inferior_spawn_id and
14212 $gdb_spawn_id, respectively. Adjust all callers.
14213
14214 2015-07-29 Pedro Alves <palves@redhat.com>
14215
14216 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14217 of gdb_test_sequence.
14218
14219 2015-07-29 Pedro Alves <palves@redhat.com>
14220
14221 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14222 (saw_spurious_output): Expect inferior output from
14223 $inferior_spawn_id. Use gdb_test_stdio.
14224
14225 2015-07-29 Pedro Alves <palves@redhat.com>
14226
14227 * gdb.base/dprintf.exp: Use standard_testfile. Change
14228 prepare_for_testing call.
14229 (srcfile): Don't set.
14230 (restart): New procedure.
14231 (test_dprintf): New procecure, use to continue over dprintfs.
14232 (test_call, test_agent): New procedures, tests moved here.
14233 Restart gdb and recreate dprintfs. Adjust expected output.
14234
14235 2015-07-29 Pedro Alves <palves@redhat.com>
14236
14237 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14238
14239 2015-07-29 Pedro Alves <palves@redhat.com>
14240
14241 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14242
14243 2015-07-29 Pedro Alves <palves@redhat.com>
14244
14245 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14246 gdb_test_stdio.
14247
14248 2015-07-29 Pedro Alves <palves@redhat.com>
14249
14250 * lib/gdb.exp (gdb_test_stdio): New procedure.
14251
14252 2015-07-29 Pedro Alves <palves@redhat.com>
14253
14254 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14255
14256 2015-07-29 Pedro Alves <palves@redhat.com>
14257
14258 * gdb.base/call-signal-resume.exp: Remove check for
14259 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14260 * gdb.base/unwindonsignal.exp: Likewise.
14261 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14262 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14263
14264 2015-07-29 Pedro Alves <palves@redhat.com>
14265
14266 * gdb.base/siginfo-addr.c (pass): New function.
14267 (handler): Call it iff si_addr is correct.
14268 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14269 Set a breakpoint at "pass" and continue to it.
14270
14271 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14272
14273 * gdb.python/py-objfile.exp: Make some tests have unique names.
14274 * gdb.python/py-pp-registration.exp: Likewise.
14275
14276 2015-07-28 Pedro Alves <palves@redhat.com>
14277
14278 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14279
14280 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14281
14282 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14283
14284 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14285
14286 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14287
14288 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14289
14290 * gdb.base/gdb-sigterm-2.exp: New test.
14291
14292 2015-07-25 Doug Evans <xdje42@gmail.com>
14293
14294 Revert:
14295 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14296 (workers/%.worker, build-perf): New rule.
14297 (GDB_PERFTEST_MODE): New variable.
14298 (check-perf): Use it.
14299 (clean): Clean up gdb.perf parallel build subdirs.
14300 * lib/build-piece.exp: New file.
14301 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14302 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14303 name.
14304 (standard_temp_file): Ditto.
14305 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14306 of $GDB_PARALLEL.
14307
14308 2015-07-24 Doug Evans <dje@google.com>
14309
14310 * gdb.perf/lib/perftest/utils.py: New file.
14311 * gdb.perf/gm-hello.cc: New file.
14312 * gdb.perf/gm-pervasive-typedef.cc: New file.
14313 * gdb.perf/gm-pervasive-typedef.h: New file.
14314 * gdb.perf/gm-std.cc: New file.
14315 * gdb.perf/gm-std.h: New file.
14316 * gdb.perf/gm-use-cerr.cc: New file.
14317 * gdb.perf/gm-utils.h: New file.
14318 * gdb.perf/gmonster-null-lookup.py: New file.
14319 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14320 * gdb.perf/gmonster-print-cerr.py: New file.
14321 * gdb.perf/gmonster-ptype-string.py: New file.
14322 * gdb.perf/gmonster-runto-main.py: New file.
14323 * gdb.perf/gmonster-select-file.py: New file.
14324 * gdb.perf/gmonster1-null-lookup.exp: New file.
14325 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14326 * gdb.perf/gmonster1-print-cerr.exp: New file.
14327 * gdb.perf/gmonster1-ptype-string.exp: New file.
14328 * gdb.perf/gmonster1-runto-main.exp: New file.
14329 * gdb.perf/gmonster1-select-file.exp: New file.
14330 * gdb.perf/gmonster1.cc: New file.
14331 * gdb.perf/gmonster1.exp: New file.
14332 * gdb.perf/gmonster2-null-lookup.exp: New file.
14333 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14334 * gdb.perf/gmonster2-print-cerr.exp: New file.
14335 * gdb.perf/gmonster2-ptype-string.exp: New file.
14336 * gdb.perf/gmonster2-runto-main.exp: New file.
14337 * gdb.perf/gmonster2-select-file.exp: New file.
14338 * gdb.perf/gmonster2.cc: New file.
14339 * gdb.perf/gmonster2.exp: New file.
14340
14341 2015-07-24 Doug Evans <dje@google.com>
14342
14343 * gdb.perf/README: New file.
14344 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14345 * lib/gen-perf-test.exp: New file.
14346
14347 2015-07-24 Doug Evans <dje@google.com>
14348
14349 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14350 (PerfTest::startup): New function.
14351 (PerfTest::run): Return result of calling body.
14352 (PerfTest::assemble): Rewrite.
14353 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14354 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14355 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14356 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14357 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14358
14359 2015-07-24 Doug Evans <dje@google.com>
14360
14361 * lib/gdb.exp (clean_restart): Make executable optional.
14362
14363 2015-07-24 Doug Evans <dje@google.com>
14364
14365 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14366 compiler_info references.
14367 * gdb.cp/temargs.exp: Ditto.
14368 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14369 (get_compiler_info): Early exit if already computed. Set compiler_info
14370 to "unknown" if there was a problem.
14371 (test_compiler_info): Add function comment. Call get_compiler_info.
14372
14373 2015-07-24 Doug Evans <dje@google.com>
14374
14375 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14376 (workers/%.worker, build-perf): New rule.
14377 (GDB_PERFTEST_MODE): New variable.
14378 (check-perf): Use it.
14379 (clean): Clean up gdb.perf parallel build subdirs.
14380 * lib/build-piece.exp: New file.
14381 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14382 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14383 name.
14384 (standard_temp_file): Ditto.
14385 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14386 of $GDB_PARALLEL.
14387
14388 2015-07-24 Doug Evans <dje@google.com>
14389
14390 * lib/future.exp (gdb_default_target_compile): New option
14391 "early_flags".
14392 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14393 --as-needed.
14394
14395 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14396
14397 * gdb.base/catch-syscall.exp: Call gdb_exit before
14398 gdb_skip_xml_test.
14399
14400 2015-07-24 Pedro Alves <palves@redhat.com>
14401
14402 * gdb.python/py-events.exp: Accept output between the stop event
14403 and the prompt.
14404 * gdb.python/py-evsignal.exp: Likewise.
14405 * gdb.python/py-evthreads.exp: Likewise.
14406
14407 2015-07-24 Pedro Alves <palves@redhat.com>
14408
14409 PR gdb/18717
14410 * gdb.threads/non-ldr-exit.c: New file.
14411 * gdb.threads/non-ldr-exit.exp: New file.
14412
14413 2015-07-24 Yao Qi <yao.qi@linaro.org>
14414
14415 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14416 restarting process.
14417
14418 2015-07-24 Yao Qi <yao.qi@linaro.org>
14419
14420 * gdb.server/ext-restart.exp: New file.
14421
14422 2015-07-24 Yao Qi <yao.qi@linaro.org>
14423
14424 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14425 argument options.
14426 * gdb.server/ext-wrapper.exp: New file.
14427
14428 2015-07-23 Doug Evans <dje@google.com>
14429
14430 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14431 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14432
14433 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14434
14435 * gdb.ada/var_arr_typedef.exp: New testcase.
14436 * gdb.ada/var_arr_typedef/pack.adb: New file.
14437 * gdb.ada/var_arr_typedef/pack.ads: New file.
14438 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14439
14440 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14441
14442 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14443
14444 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14445
14446 * gdb.arch/i386-biarch-core.exp: Replace istarget
14447 by "complete set gnutarget". Remove expectation for the "core-file"
14448 command.
14449
14450 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14451
14452 Revert the previous commit:
14453 Tests for validate symbol file using build-id.
14454
14455 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14456
14457 Tests for validate symbol file using build-id.
14458 * gdb.base/solib-mismatch-lib.c: New file.
14459 * gdb.base/solib-mismatch-libmod.c: New file.
14460 * gdb.base/solib-mismatch.c: New file.
14461 * gdb.base/solib-mismatch.exp: New file.
14462
14463 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14464
14465 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14466 nios2-*-linux*.
14467 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14468 * gdb.base/siginfo.exp: Likewise.
14469 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14470
14471 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14472
14473 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14474 Move it to ...
14475 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14476 ... here.
14477 * gdb.trace/range-stepping.exp: Check that the target supports
14478 range stepping.
14479
14480 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14481
14482 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14483
14484 2015-07-14 Pedro Alves <palves@redhat.com>
14485
14486 * gdb.base/killed-outside.exp: New file.
14487 * gdb.base/killed-outside.c: New file.
14488
14489 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14490
14491 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14492 (n at main): New.
14493 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14494
14495 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14496
14497 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14498 infcall tests instead of setting up for KFAIL.
14499
14500 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14501
14502 * gdb.btrace/record_goto-step.exp: New.
14503
14504 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14505
14506 PR compile/18484
14507 * gdb.compile/compile.c (struct struct_type): Add volatile to
14508 selffield's type.
14509 * gdb.compile/compile.exp
14510 (compile code struct_object.selffield = &struct_object): Skip further
14511 struct_object tests if this one xfails.
14512
14513 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14514
14515 PR exp/18617
14516 * gdb.trace/ax.exp: Add test.
14517
14518 2015-07-07 Yao Qi <yao.qi@linaro.org>
14519
14520 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14521 instead of istarget "aarch64*-*-*".
14522 * gdb.arch/aarch64-fp.exp: Likewise.
14523 * gdb.base/float.exp: Likewise.
14524 * gdb.reverse/aarch64.exp: Likewise.
14525 * lib/gdb.exp (is_aarch64_target): New proc.
14526
14527 2015-07-07 Yao Qi <yao.qi@linaro.org>
14528
14529 * lib/gdb.exp (is_aarch32_target): New proc.
14530 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14531 instead of "istarget "arm*-*-*"".
14532 * gdb.arch/arm-disp-step.exp: Likewise.
14533 * gdb.arch/thumb-bx-pc.exp: Likewise.
14534 * gdb.arch/thumb-prologue.exp: Likewise.
14535 * gdb.arch/thumb-singlestep.exp: Likewise.
14536 * gdb.base/disp-step-syscall.exp: Likewise.
14537 * gdb.base/float.exp: Likewise.
14538
14539 2015-07-07 Yao Qi <yao.qi@linaro.org>
14540
14541 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14542 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14543
14544 2015-07-07 Yao Qi <yao.qi@linaro.org>
14545
14546 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14547 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14548 if it exists.
14549 * gdb.multi/multi-arch.exp: Likewise.
14550
14551 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14552
14553 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14554 print.
14555
14556 2015-07-07 Yao Qi <yao.qi@linaro.org>
14557
14558 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14559
14560 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14561
14562 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14563 '[' and ']' characters.
14564
14565 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14566
14567 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14568
14569 2015-06-29 Pedro Alves <palves@redhat.com>
14570
14571 PR threads/18127
14572 * gdb.threads/hand-call-new-thread.c: New file.
14573 * gdb.threads/hand-call-new-thread.c: New file.
14574
14575 2015-06-26 Keith Seitz <keiths@redhat.com>
14576 Doug Evans <dje@google.com>
14577
14578 PR 16253
14579 * gdb.cp/var-tag-2.cc: New file.
14580 * gdb.cp/var-tag-3.cc: New file.
14581 * gdb.cp/var-tag-4.cc: New file.
14582 * gdb.cp/var-tag.cc: New file.
14583 * gdb.cp/var-tag.exp: New file.
14584
14585 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14586
14587 * gdb.base/history-duplicates.exp: New test.
14588
14589 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14590
14591 * gdb.base/completion.exp: Test the completion of the "focus"
14592 command.
14593
14594 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14595
14596 * gdb.arch/amd64-prologue-skip.S: New file.
14597 * gdb.arch/amd64-prologue-skip.exp: New file.
14598
14599 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14600
14601 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14602 is_address_zero_readable check.
14603
14604 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14605
14606 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14607 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14608
14609 2015-06-24 Yao Qi <yao.qi@linaro.org>
14610
14611 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14612 linux targets.
14613
14614 2015-06-24 Yao Qi <yao.qi@linaro.org>
14615
14616 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14617 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14618 * gdb.base/siginfo-thread.exp: Likewise.
14619
14620 2015-06-22 Yao Qi <yao.qi@linaro.org>
14621
14622 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14623
14624 2015-06-22 Yao Qi <yao.qi@linaro.org>
14625
14626 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14627 aarch64*-*-*.
14628 (skip_hw_watchpoint_tests): Likewise.
14629
14630 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14631
14632 * gdb.base/gdbinit-history.exp: Test the interaction between
14633 setting GDBHISTSIZE and setting the history size via .gdbinit.
14634
14635 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14636
14637 PR gdb/16999
14638 * gdb.base/gdbhistsize-history.exp: New test.
14639
14640 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14641
14642 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14643 with GDBHISTSIZE.
14644 * gdb.base/readline.exp: Likewise.
14645
14646 2015-06-17 Yao Qi <yao.qi@linaro.org>
14647
14648 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14649 line.
14650
14651 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14652
14653 * gdb.base/gdbinit-history.exp: Add test case to check that
14654 an unlimited history file does not get truncated on exit.
14655
14656 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14657
14658 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14659 (VECTOR): New macro. Use it...
14660 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14661 ...for these typedefs.
14662 (int8, char1, int1, double1): New typedefs.
14663 (struct just_int2, struct two_int2): New structures.
14664 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14665 (add_structvecs, add_singlevecs): New functions.
14666 (main): Call add_some_intvecs twice.
14667 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14668 the compile and exit upon failure. Try compiling for the "native"
14669 architecture. Test inferior function calls with vector arguments
14670 and vector return value handling with "finish" and "return".
14671
14672 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14673
14674 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14675 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14676 PE file.
14677 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14678
14679 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14680
14681 PR breakpoints/16465
14682 * gdb.mi/mi-dprintf-pending.c: New file.
14683 * gdb.mi/mi-dprintf-pending.exp: New test.
14684 * gdb.mi/mi-dprintf-pendshr.c: New file.
14685
14686 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14687 Mircea Gherzan <mircea.gherzan@intel.com>
14688
14689 * gdb.arch/i386-mpx-map.c: New file.
14690 * gdb.arch/i386-mpx-map.exp: New File.
14691
14692 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14693
14694 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14695 * gdb.arch/i386-mpx.exp: Indentation fixed.
14696
14697 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14698
14699 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14700 function and improved indentation.
14701 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14702 gdb_test_multiple. Added additional tests to skip the test.
14703
14704 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14705
14706 * gdb.arch/i386-avx512.c: Change path in include file.
14707 * gdb.arch/i386-avx512.exp: Change include dir path
14708 compilation flag.
14709 * gdb.arch/i386-mpx.c: Change path in include file.
14710 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14711 flag.
14712
14713 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14714
14715 * gdb.compile/compile-print.exp (compile print *vararray@3)
14716 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14717
14718 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14719
14720 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14721 (do not keep jit in memory): ... this.
14722 (expect 5): Change it to ...
14723 (expect no 5): ... this.
14724
14725 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14726
14727 PR gdb/15564
14728 * gdb.mi/mi-detach.exp: New file.
14729
14730 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14731
14732 PR symtab/18392
14733 * gdb.arch/amd64-tailcall-self.S: New file.
14734 * gdb.arch/amd64-tailcall-self.c: New file.
14735 * gdb.arch/amd64-tailcall-self.exp: New file.
14736
14737 2015-05-28 Don Breazeal <donb@codesourcery.com>
14738
14739 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14740 tests for remote targets by checking is_target_gdbserver.
14741
14742 2015-05-27 Doug Evans <dje@google.com>
14743
14744 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14745 * gdb.dwarf2/opaque-type-lookup.c: New file.
14746 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14747
14748 2015-05-26 Doug Evans <dje@google.com>
14749
14750 * gdb.cp/iostream.cc: New file.
14751 * gdb.cp/iostream.exp: New file.
14752
14753 2015-05-26 Doug Evans <dje@google.com>
14754
14755 * gdb.dwarf2/dw2-op-call.exp: Update.
14756 * gdb.dwarf2/dw4-sig-types.exp: Update.
14757 * gdb.dwarf2/implptr.exp: Update.
14758 * gdb.mi/mi-cmd-param-changed.exp: Update.
14759
14760 2015-05-26 Doug Evans <dje@google.com>
14761
14762 * gdb.python/py-lazy-string.c: New file.
14763 * gdb.python/py-lazy-string.exp: New file.
14764 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14765 (main): Update. Add estring3.
14766 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14767 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14768
14769 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14770 Yao Qi <yao.qi@linaro.org>
14771
14772 * gdb.reverse/aarch64.c: New.
14773 * gdb.reverse/aarch64.exp: New.
14774
14775 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14776
14777 * lib/gdb.exp (supports_process_record): Return true for
14778 aarch64*-linux*.
14779 (supports_reverse): Likewise.
14780
14781 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14782
14783 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14784 Use with_test_prefix.
14785
14786 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14787
14788 * gdb.base/completion.exp: Add test for completion of layout
14789 names.
14790
14791 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14792
14793 * lib/gdb.exp (skip_tui_tests): New proc.
14794 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14795
14796 2015-05-19 Pedro Alves <palves@redhat.com>
14797
14798 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14799 Save the whole env array instead of just HOME. Unset HISTSIZE in
14800 the environment while testing. Restore whole environment
14801 afterwards.
14802
14803 2015-05-16 Doug Evans <xdje42@gmail.com>
14804
14805 * gdb.guile/scm-ports.c: New file.
14806 * gdb.guile/scm-ports.exp: Add memory port tests.
14807
14808 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14809
14810 * gdb.compile/compile-print.c: New file.
14811 * gdb.compile/compile-print.exp: New file.
14812
14813 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14814
14815 * gdb.compile/compile-ops.exp: Cast param to void.
14816 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14817 (compile code struct_object.selffield = &struct_object): Add xfail.
14818
14819 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14820
14821 * gdb.ada/arr_enum_with_gap: New testcase.
14822
14823 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14824
14825 * gdb.ada/byte_packed_arr: New testcase.
14826
14827 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14828
14829 * gdb.ada/pckd_neg: New testcase.
14830
14831 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14832
14833 PR gdb/17820
14834 * gdb.base/gdbinit-history.exp: New test.
14835 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14836 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14837
14838 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14839
14840 * gdb.python/py-xmethods.cc: Enhance test case.
14841 * gdb.python/py-xmethods.exp: New tests.
14842 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14843 function.
14844 (B_indexoper): Likewise.
14845 (global_dm_list) : Add new xmethod worker functions.
14846
14847 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14848
14849 * gdb.base/coredump-filter.exp: Correctly unset
14850 "coredump_var_addr" array.
14851
14852 2015-05-08 Pedro Alves <palves@redhat.com>
14853
14854 * gdb.server/non-existing-program.exp: Unset spawn_id.
14855
14856 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14857
14858 PR python/18291
14859 * gdb.python/py-xmethods.exp: Add tests.
14860
14861 2015-05-08 Yao Qi <yao.qi@linaro.org>
14862
14863 PR gdb/18208
14864 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14865 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14866 function set_coredump_filter, and remove remote_exec call.
14867 Remove argument ipid. Callers update.
14868 (top level): Don't get inferior's PID.
14869
14870 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14871
14872 * gdb.base/watch_thread_num.exp: Skip test on targets without
14873 access watchpoints.
14874
14875 2015-05-06 Pedro Alves <palves@redhat.com>
14876
14877 PR server/18081
14878 * gdb.server/non-existing-program.exp: New file.
14879
14880 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14881
14882 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14883
14884 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14885
14886 * gdb.ada/out_of_line_in_inlined: New testcase.
14887
14888 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14889
14890 * gdb.ada/var_rec_arr: New testcase.
14891
14892 2015-04-30 Yao Qi <yao.qi@linaro.org>
14893
14894 * gdb.base/break-idempotent.exp: If
14895 skip_hw_watchpoint_multi_tests returns true, skip the tests
14896 on "rwatch" and "awatch".
14897
14898 2015-04-30 Yao Qi <yao.qi@linaro.org>
14899
14900 * gdb.base/relativedebug.exp: Invoke gdb command
14901 "info sharedlibrary", and if libc.so doesn't have debug info,
14902 skip the test.
14903
14904 2015-04-29 Doug Evans <dje@google.com>
14905
14906 * gdb.python/py-xmethods.exp: Add ptype tests.
14907 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14908 get_result_type method.
14909
14910 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14911
14912 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14913 the target does not support hardware watchpoints.
14914
14915 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14916
14917 * gdb.base/break-always.exp: Abort testing if writing to memory
14918 causes an error.
14919
14920 2015-04-28 Doug Evans <dje@google.com>
14921
14922 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14923 * gdb.python/py-pp-registration.exp: ... here. New file.
14924 * gdb.python/py-pp-registration.c: New file.
14925 * gdb.python/py-pp-registration.py: New file.
14926
14927 2015-04-28 Doug Evans <dje@google.com>
14928
14929 * gdb.python/py-bad-printers.c: New file.
14930 * gdb.python/py-bad-printers.py: New file.
14931 * gdb.python/py-bad-printers.exp: New file.
14932
14933 2015-04-28 Sasha Smundak <asmundak@google.com>
14934
14935 * gdb.python/py-type.exp: New test.
14936
14937 2015-04-28 Andy Wingo <wingo@igalia.com>
14938
14939 * gdb.python/py-parameter.exp:
14940 * gdb.guile/scm-parameter.exp: Escape the path that we are
14941 matching against, as it might contain characters that are special
14942 to regular expressions.
14943
14944 2015-04-27 Joel Brobecker <brobecker@adacore.com>
14945
14946 * gdb.ada/rec_comp: New testcase.
14947
14948 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14949
14950 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14951 before using it.
14952
14953 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14954
14955 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14956 new tests for verilog output.
14957
14958 2015-04-24 Yao Qi <yao.qi@linaro.org>
14959
14960 * boards/remote-gdbserver-on-localhost.exp: New file.
14961
14962 2015-04-23 Pedro Alves <palves@redhat.com>
14963
14964 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14965 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14966 "end of file", remove $inferior_spawn_id from the indirect list.
14967
14968 2015-04-23 Pedro Alves <palves@redhat.com>
14969
14970 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14971
14972 2015-04-23 Pedro Alves <palves@redhat.com>
14973
14974 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14975 on $any_spawn_id instead of only on $gdb_spawn_id.
14976
14977 2015-04-21 Pierre Muller <muller@sourceware.org>
14978
14979 PR pascal/17815
14980 * lib/pascal.exp (gpc_compile): Add new option "class".
14981 (fpc_compile): Likewise.
14982 * gdb.pascal/case-insensitive-symbols.pas: New file.
14983 * gdb.pascal/case-insensitive-symbols.exp: New file.
14984
14985 2015-04-20 Gary Benson <gbenson@redhat.com>
14986
14987 * gdb.base/attach.exp: Fix three extended remote failures.
14988
14989 2015-04-17 Gary Benson <gbenson@redhat.com>
14990
14991 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14992 the main executable over the remote protocol.
14993
14994 2015-04-16 Pedro Alves <palves@redhat.com>
14995
14996 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14997 a new gdbserver if gdbserver_reconnect_p is set.
14998
14999 2015-04-16 Pedro Alves <palves@redhat.com>
15000
15001 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15002 is set, don't exit gdbserver.
15003
15004 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15005
15006 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15007 appropriate .insn, such that an older assembler can be used.
15008 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15009 the z/Architecture instruction set on 31-bit targets as well.
15010
15011 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15012
15013 * gdb.go/handcall.exp: Remove all logic related to the first
15014 breakpoint and rely on go_runto_main instead.
15015 * gdb.go/strings.exp: Likewise.
15016 * gdb.go/unsafe.exp: Likewise.
15017 * gdb.go/hello.exp: Likewise. Also rename the remaining
15018 breakpoint marker to "breakpoint 1".
15019 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15020 * gdb.go/strings.go: Likewise.
15021 * gdb.go/unsafe.go: Likewise.
15022 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15023 "set breakpoint 2 here" and rename the remaining breakpoint marker
15024 to "breakpoint 1".
15025
15026 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15027
15028 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15029 if itertools.imap is not present.
15030 * gdb.python/py-objfile.exp: Add parentheses.
15031 * gdb.python/py-type.exp: Same.
15032 * gdb.python/py-unwind-maint.py: Same.
15033
15034 2015-04-15 Yao Qi <yao.qi@linaro.org>
15035
15036 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15037 of ":$ptr_size" and set its form explicitly.
15038
15039 2015-04-15 Pedro Alves <palves@redhat.com>
15040 Yao Qi <yao.qi@linaro.org>
15041
15042 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15043 timeout by factor of 4.
15044 (test_regular_watch): Likewise.
15045 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15046 * gdb.reverse/sigall-reverse.exp: Likewise.
15047 * gdb.reverse/until-precsave.exp: Likewise.
15048 * lib/gdb.exp (with_timeout_factor): New proc.
15049 (gdb_expect): Move some code to ...
15050 (get_largest_timeout): ... here. New procedure.
15051
15052 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15053
15054 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15055
15056 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15057
15058 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15059 to write to the .text section.
15060
15061 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15062
15063 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15064 Handle the case of targets that do not provide PID information.
15065
15066 2015-04-13 Yao Qi <yao.qi@linaro.org>
15067
15068 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15069 and use expect instead of gdb_expect.
15070
15071 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15072
15073 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15074 "coredump_var_addr" to avoid naming conflict with other testcases.
15075
15076 2015-04-10 Pedro Alves <palves@redhat.com>
15077
15078 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15079 gdb_test_sequence and gdb_assert.
15080
15081 2015-04-10 Pedro Alves <palves@redhat.com>
15082
15083 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15084 test messages that don't include the breakpoint address.
15085
15086 2015-04-10 Yao Qi <yao.qi@linaro.org>
15087
15088 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15089 false for some offset and width combinations which aren't
15090 supported by linux kernel.
15091
15092 2015-04-10 Pedro Alves <palves@redhat.com>
15093
15094 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15095 procedure, factored out from ...
15096 (top level): ... here. Add "set displaced-stepping" testing axis.
15097 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15098 parameter "displaced". Use it.
15099 (top level): Use foreach and add "set displaced-stepping" testing
15100 axis.
15101
15102 2015-04-10 Pedro Alves <palves@redhat.com>
15103
15104 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15105 Remove comment.
15106 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15107 both the address of the instruction that triggers the watchpoint
15108 and the address of the instruction immediately after, and use
15109 those addresses for the test. Fix comment.
15110
15111 2015-04-10 Pedro Alves <palves@redhat.com>
15112
15113 * gdb.base/sigstep.exp (breakpoint_to_handler)
15114 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15115 Test "backtrace" in handler.
15116 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15117 (top level): Add new "displaced" test axis to
15118 breakpoint_to_handler, breakpoint_to_handler_entry and
15119 breakpoint_over_handler.
15120
15121 2015-04-10 Pedro Alves <palves@redhat.com>
15122
15123 PR gdb/18216
15124 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15125
15126 2015-04-10 Yao Qi <yao.qi@linaro.org>
15127
15128 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15129 (test_add_rn_pc): New function.
15130 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15131 (top level): Invoke test_add_rn_pc.
15132
15133 2015-04-10 Pedro Alves <palves@redhat.com>
15134
15135 PR gdb/13858
15136 * gdb.base/step-over-no-symbols.exp: New file.
15137
15138 2015-04-09 Andy Wingo <wingo@igalia.com>
15139
15140 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15141 after the Python tests.
15142
15143 2015-04-08 Keith Seitz <keiths@redhat.com>
15144
15145 PR python/16699
15146 * gdb.python/py-completion.exp: New tests for completion.
15147 * gdb.python/py-completion.py (CompleteLimit1): New class.
15148 (CompleteLimit2): Likewise.
15149 (CompleteLimit3): Likewise.
15150 (CompleteLimit4): Likewise.
15151 (CompleteLimit5): Likewise.
15152 (CompleteLimit6): Likewise.
15153 (CompleteLimit7): Likewise.
15154
15155 2015-04-08 Pedro Alves <palves@redhat.com>
15156
15157 PR gdb/18214
15158 PR gdb/18216
15159 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15160 function.
15161 (main): Install it as SIGUSR1 handler.
15162 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15163 parameter. Always use "setup" as prefix. Toggle "set
15164 displaced-stepping" off/on depending on global. Don't switch to
15165 thread 1 here.
15166 (top level): Add displaced stepping "off/on" test axis. Update
15167 "setup" calls. Wrap each subtest with with_test_prefix. Test
15168 continuing with a queued signal in each thread.
15169
15170 2015-04-08 Pedro Alves <palves@redhat.com>
15171
15172 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15173 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15174 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15175 Return early if running to main fails.
15176 * gdb.trace/while-stepping.exp: Likewise.
15177
15178 2015-04-07 Pedro Alves <palves@redhat.com>
15179
15180 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15181 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15182 interact with inferior program.
15183
15184 2015-04-07 Pedro Alves <palves@redhat.com>
15185
15186 * lib/gdb.exp (inferior_spawn_id): New global.
15187 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15188 spawn id after processing the user code.
15189 (default_gdb_start): Set inferior_spawn_id.
15190 (send_inferior): New procedure.
15191 * lib/gdbserver-support.exp (gdbserver_start): Set
15192 inferior_spawn_id.
15193 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15194
15195 2015-04-07 Pedro Alves <palves@redhat.com>
15196
15197 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15198 * lib/gdbserver-support.exp (gdbserver_start): Make
15199 $server_spawn_id global.
15200 (gdbserver_start): Don't wait for gdbserver's spawn id with
15201 expect_background.
15202 (close_gdbserver): New procedure.
15203 (gdb_exit): Rename the default version and reimplement.
15204
15205 2015-04-07 Pedro Alves <palves@redhat.com>
15206
15207 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15208 append the substituted item, not the original item.
15209
15210 2015-04-07 Pedro Alves <palves@redhat.com>
15211
15212 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15213 gdb_expect.
15214
15215 2015-04-07 Pedro Alves <palves@redhat.com>
15216
15217 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15218 output appearing once only.
15219
15220 2015-04-07 Pedro Alves <palves@redhat.com>
15221
15222 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15223 that doesn't expect anything. Return early if running to main
15224 fails.
15225
15226 2015-04-07 Yao Qi <yao.qi@linaro.org>
15227
15228 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15229 (child_function): Call alarm.
15230 (main): Move call to alarm into the loop.
15231 * gdb.threads/non-stop-fair-events.exp: Build program with
15232 -DTIMEOUT=$timeout.
15233
15234 2015-04-06 Doug Evans <xdje42@gmail.com>
15235
15236 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15237 Fix dest parameter to board_info.
15238 (fpc_compile): Ditto.
15239 (gdb_compile_pascal): Rename dest arg to destfile.
15240
15241 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15242
15243 * gdb.ada/funcall_ref.exp: New file.
15244 * gdb.ada/funcall_ref/foo.adb: New file.
15245
15246 2015-04-02 Yao Qi <yao.qi@linaro.org>
15247
15248 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15249 is remote.
15250
15251 2015-04-02 Gary Benson <gbenson@redhat.com>
15252
15253 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15254
15255 2015-04-01 Sasha Smundak <asmundak@google.com>
15256
15257 * gdb.python/py-unwind-maint.c: New file.
15258 * gdb.python/py-unwind-maint.exp: New test.
15259 * gdb.python/py-unwind-maint.py: New file.
15260 * gdb.python/py-unwind.c: New file.
15261 * gdb.python/py-unwind.exp: New test.
15262 * gdb.python/py-unwind.py: New test.
15263
15264 2015-04-01 Pedro Alves <palves@redhat.com>
15265
15266 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15267 to fail instead of non-existent $test.
15268
15269 2015-04-01 Pedro Alves <palves@redhat.com>
15270
15271 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15272 GDBFLAGS if not empty.
15273
15274 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15275
15276 * gdb.ada/complete.exp: Remove "multi_line".
15277 * gdb.ada/info_exc.exp: Remove "multi_line".
15278 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15279 * gdb.ada/ptype_field.exp: Remove "multi_line".
15280 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15281 * gdb.ada/tagged.exp: Remove "multi_line".
15282 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15283 [multi_line ...]
15284 * gdb.btrace/delta.exp: Likewise.
15285 * gdb.btrace/exception.exp: Likewise.
15286 * gdb.btrace/function_call_history.exp: Likewise.
15287 * gdb.btrace/instruction_history.exp: Likewise.
15288 * gdb.btrace/nohist.exp: Likewise.
15289 * gdb.btrace/record_goto.exp: Likewise.
15290 * gdb.btrace/segv.exp: Likewise.
15291 * gdb.btrace/stepi.exp: Likewise.
15292 * gdb.btrace/tailcall.exp: Likewise.
15293 * gdb.btrace/unknown_functions.exp: Likewise.
15294 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15295 * lib/gdb.exp: Add the "multi_line" helper.
15296
15297 2015-04-01 Pedro Alves <palves@redhat.com>
15298
15299 * gdb.threads/tid-reuse.c: New file.
15300 * gdb.threads/tid-reuse.exp: New file.
15301
15302 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15303
15304 PR corefiles/16092
15305 * gdb.base/coredump-filter.c: New file.
15306 * gdb.base/coredump-filter.exp: Likewise.
15307
15308 2015-03-27 Petr Machata <pmachata@redhat.com>
15309
15310 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15311 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15312 (Dwarf::assemble): Initialize them.
15313 (Dwarf::lines): New function.
15314
15315 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15316
15317 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15318 SYMBOL_PREFIX for x86_64-*-cygwin.
15319
15320 2015-03-26 Andy Wingo <wingo@igalia.com>
15321
15322 PR symtab/18148
15323 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15324 const_value but not a location.
15325 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15326 location defined in non-main CUs are visible.
15327
15328 2015-03-26 Yao Qi <yao.qi@linaro.org>
15329
15330 PR testsuite/18139
15331 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15332 Add a line number entry for the same line.
15333 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15334 Add a line number entry for the same line.
15335
15336 2015-03-26 Yao Qi <yao.qi@linaro.org>
15337
15338 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15339 .int 0.
15340 (func): Likewise. Add .Lfunc_1 label.
15341 Use .Lfunc_1 label.
15342 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15343 .int 0.
15344 (func): Likewise.
15345 Use .Lfunc_1 label.
15346
15347 2015-03-26 Yao Qi <yao.qi@linaro.org>
15348
15349 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15350 Call gdb_compile instead to compile each .s files without debug
15351 information.
15352
15353 2015-03-26 Yao Qi <yao.qi@linaro.org>
15354
15355 * gdb.base/savedregs.exp (process_saved_regs): Make
15356 "Saved registers:" optional in the pattern.
15357
15358 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15359
15360 * gdb.btrace/next.exp: Merged into step.exp.
15361 * gdb.btrace/finish.exp: Merged into step.exp.
15362 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15363 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15364 "record goto" and checking the exact replay position.
15365 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15366 check for "Recording format" in "info record" output.
15367 * gdb.btrace/record_goto.exp: Choose test file based on target.
15368 * gdb.btrace/x86-record_goto.S: Renamed into ...
15369 * gdb.btrace/x86_64-record_goto.S: ... this.
15370 * gdb.btrace/i686-record_goto.S: New.
15371 * gdb.btrace/x86-tailcall.S: Renamed into ...
15372 * gdb.btrace/x86_64-tailcall.S: ... this.
15373 * gdb.btrace/i686-tailcall.S: New.
15374 * gdb.btrace/x86-tailcall.c: Renamed into ...
15375 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15376 separate statements. Update test.
15377 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15378 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15379 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15380 * gdb.btrace/tailcall.exp: Choose test file based on target.
15381 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15382
15383 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15384
15385 * gdb.btrace/exception.exp: Increase BTS buffer size.
15386
15387 2015-03-24 Pedro Alves <palves@redhat.com>
15388
15389 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15390
15391 2015-03-24 Pedro Alves <palves@redhat.com>
15392
15393 * gdb.threads/schedlock.exp (test_step): No longer expect that
15394 "set scheduler-locking step" with "next" over a function call runs
15395 threads unlocked.
15396
15397 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15398
15399 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15400
15401 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15402
15403 PR breakpoints/16466
15404 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15405 * gdb.mi/mi-pending.c (thread_func): New function.
15406 (int main): Add threading support required.
15407 * gdb.mi/mi-pending.exp: Add tests for this issue.
15408 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15409 (pendfunc2): Remove stdio dependency.
15410 * gdb.mi/mi-pendshr2.c: New file.
15411
15412 2015-03-23 Keith Seitz <keiths@redhat.com>
15413
15414 * gdb.linespec/keywords.c: New file.
15415 * gdb.linespec/keywords.exp: New file.
15416
15417 2015-03-23 Keith Seitz <keiths@redhat.com>
15418
15419 PR gdb/18021
15420 * gdb.dwarf2/staticvirtual.exp: New test.
15421
15422 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15423
15424 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15425 * README: Remove HP-UX and gdb.hp.
15426 (configuration):
15427 * configure: Regenerate.
15428 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15429 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15430 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15431 gdb.hp/gdb.defects/Makefile.
15432 * gdb.hp/Makefile.in: File deleted.
15433 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15434 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15435 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15436 * gdb.hp/gdb.aCC/run.c: File deleted.
15437 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15438 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15439 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15440 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15441 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15442 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15443 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15444 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15445 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15446 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15447 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15448 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15449 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15450 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15451 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15452 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15453 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15454 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15455 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15456 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15457 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15458 * gdb.hp/gdb.compat/average.c: File deleted.
15459 * gdb.hp/gdb.compat/sum.c: File deleted.
15460 * gdb.hp/gdb.compat/xdb.c: File deleted.
15461 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15462 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15463 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15464 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15465 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15466 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15467 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15468 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15469 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15470 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15471 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15472 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15473 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15474 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15475 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15476 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15477 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15478 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15479 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15480 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15481 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15482 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15483 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15484 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15485 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15486 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15487 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15488 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15489 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15490 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15491 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15492 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15493 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15494 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15495 * gdb.hp/tools/odump: File deleted.
15496
15497 2015-03-19 Pedro Alves <palves@redhat.com>
15498
15499 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15500 (saw_thread_3): New globals.
15501 (top level): Increment them when an event for the corresponding
15502 thread is seen.
15503 (no thread starvation): New test.
15504
15505 2015-03-19 Pedro Alves <palves@redhat.com>
15506
15507 * gdb.threads/continue-pending-status.c: New file.
15508 * gdb.threads/continue-pending-status.exp: New file.
15509
15510 2015-03-18 Pedro Alves <palves@redhat.com>
15511
15512 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15513 Use gdb_is_target_remote instead of is_remote. Use
15514 gdb_test_multiple instead of gdb_expect. Exit early if
15515 gdb_test_multiple hits its internal matches. Tighten stepi tests
15516 expected output. Fail on exit with any signal, instead of just
15517 SIGILL.
15518
15519 2015-03-18 Yao Qi <yao.qi@linaro.org>
15520
15521 PR tdep/18107
15522 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15523 variable.
15524 * gdb.base/catch-syscall.exp: Don't skip it on
15525 aarch64*-*-linux* target. Remove elements in all_syscalls.
15526 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15527 target.
15528 (setup_all_syscalls): New proc.
15529
15530 2015-03-16 Yao Qi <yao.qi@linaro.org>
15531
15532 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15533 (top level): Skip tests if valid_addr_p returns false for
15534 $cmd1 or $cmd2.
15535
15536 2015-03-11 Andy Wingo <wingo@igalia.com>
15537
15538 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15539
15540 2015-03-11 Yao Qi <yao.qi@linaro.org>
15541
15542 * gdb.base/catch-syscall.exp: Fix typo in comments.
15543
15544 2015-03-11 Yao Qi <yao.qi@linaro.org>
15545
15546 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15547
15548 2015-03-09 Pedro Alves <palves@redhat.com>
15549
15550 * dg-extract-results.py: Delete.
15551
15552 2015-03-09 Pedro Alves <palves@redhat.com>
15553
15554 Merge dg-extract-results.sh from GCC upstream (r218843).
15555
15556 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15557 * dg-extract-results.sh: Use --text with grep to avoid issues with
15558 binary files. Fall back to cat -v, if that doesn't work.
15559
15560 2015-03-05 Pedro Alves <palves@redhat.com>
15561
15562 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15563
15564 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15565
15566 * lib/mi-support.exp (mi_expect_interrupt): Accept
15567 alternative event for when in all-stop mode.
15568
15569 2015-03-04 Pedro Alves <palves@redhat.com>
15570
15571 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15572
15573 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15574
15575 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15576
15577 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15578
15579 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15580 regexps for GDB's current line display, accept a hex address
15581 preceding the line number.
15582
15583 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15584
15585 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15586 the 'arch1' variable for "s390*-linux*" targets.
15587
15588 2015-03-04 Pedro Alves <palves@redhat.com>
15589
15590 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15591 (main): Pass missing retval argument to pthread_join call.
15592
15593 2015-03-02 Pedro Alves <palves@redhat.com>
15594
15595 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15596 (top level): Call do_test with non-stop as well.
15597
15598 2015-03-02 Pedro Alves <palves@redhat.com>
15599
15600 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15601 -1.
15602
15603 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15604
15605 * gdb.arch/s390-vregs.exp: New test.
15606 * gdb.arch/s390-vregs.S: New file.
15607
15608 2015-02-27 Pedro Alves <palves@redhat.com>
15609
15610 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15611 call to catch_command_errors.
15612 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15613 catch_command_errors.
15614
15615 2015-02-27 Pedro Alves <palves@redhat.com>
15616
15617 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15618 "true" for boolean result.
15619 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15620 prototype of main.
15621
15622 2015-02-27 Pedro Alves <palves@redhat.com>
15623
15624 * lib/unbuffer_output.c: New file.
15625 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15626 (main): Call gdb_unbuffer_output.
15627
15628 2015-02-27 Yao Qi <yao.qi@linaro.org>
15629
15630 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15631 target.
15632
15633 2015-02-26 Doug Evans <dje@google.com>
15634
15635 * gdb.cp/class2.cc (Dbase, D): New classes.
15636 (main): New local delta.
15637 * gdb.cp/class2.exp: Test printing delta.
15638 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15639 (dynbar): New global.
15640 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15641
15642 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15643
15644 * gdb.compile/compile-ifunc.c: New file.
15645 * gdb.compile/compile-ifunc.exp: New file.
15646
15647 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15648
15649 * gdb.base/structs.exp: Check for correct struct on finish.
15650
15651 2015-02-26 Yao Qi <yao.qi@linaro.org>
15652
15653 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15654 is zero.
15655
15656 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15657
15658 * gdb.arch/cordic.ko.bz2: New file.
15659 * gdb.arch/cordic.ko.debug.bz2: New file.
15660 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15661
15662 2015-02-25 Yao Qi <yao.qi@linaro.org>
15663
15664 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15665 aarch64*-*-* target.
15666
15667 2015-02-23 Pedro Alves <palves@redhat.com>
15668
15669 * lib/gdb.exp (delete_breakpoints): Rewrite using
15670 gdb_test_multiple.
15671
15672 2015-02-23 Pedro Alves <palves@redhat.com>
15673
15674 * gdb.base/info-os.c: Include stdlib.h.
15675
15676 2015-02-22 Doug Evans <xdje42@gmail.com>
15677
15678 PR symtab/17855
15679 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15680 is read after symbols have been re-read.
15681 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15682 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15683
15684 2015-02-21 Doug Evans <dje@google.com>
15685
15686 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15687
15688 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15689
15690 PR corefiles/17808
15691 * gdb.arch/i386-biarch-core.core.bz2: New file.
15692 * gdb.arch/i386-biarch-core.exp: New file.
15693
15694 2015-02-21 Pedro Alves <palves@redhat.com>
15695
15696 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15697 runto_main fails.
15698
15699 2015-02-20 Pedro Alves <palves@redhat.com>
15700
15701 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15702 info probes.
15703
15704 2015-02-20 Pedro Alves <palves@redhat.com>
15705
15706 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15707
15708 2015-02-20 Pedro Alves <palves@redhat.com>
15709
15710 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15711 clean_restart before gdb_target_supports_trace.
15712
15713 2015-02-20 Pedro Alves <palves@redhat.com>
15714
15715 PR threads/18006
15716 * gdb.threads/clone-thread_db.c: New file.
15717 * gdb.threads/clone-thread_db.exp: New file.
15718
15719 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15720
15721 PR breakpoints/16812
15722 * gdb.base/catch-gdb-caused-signals.c: New file.
15723 * gdb.base/catch-gdb-caused-signals.exp: New file.
15724
15725 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15726
15727 * configure: Regenerated.
15728 * configure.ac: Use GDB_AC_TRANSFORM.
15729 * aclocal.m4: sinclude ../transform.m4.
15730
15731 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15732
15733 * lib/dtrace.exp: New file.
15734 * gdb.base/dtrace-probe.exp: Likewise.
15735 * gdb.base/dtrace-probe.d: Likewise.
15736 * gdb.base/dtrace-probe.c: Likewise.
15737 * lib/pdtrace.in: Likewise.
15738 * configure.ac: Output variables with the transformed names of
15739 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15740 * configure: Regenerated.
15741
15742 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15743
15744 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15745 expected message when trying to access $_probe_* convenience
15746 variables while not on a probe.
15747
15748 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15749
15750 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15751
15752 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15753
15754 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15755 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15756
15757 2015-02-10 Doug Evans <xdje42@gmail.com>
15758
15759 * lib/gdb.exp (gdb_load): Always return a result.
15760
15761 2015-02-10 Pedro Alves <palves@redhat.com>
15762
15763 * gdb.threads/signal-sigtrap.c: New file.
15764 * gdb.threads/signal-sigtrap.exp: New file.
15765
15766 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15767
15768 * gdb.trace/no-attach-trace.c: New file.
15769 * gdb.trace/no-attach-trace.exp: New file.
15770
15771 2015-02-09 Mark Wielaard <mjw@redhat.com>
15772
15773 * gdb.dwarf2/atomic.c: New file.
15774 * gdb.dwarf2/atomic-type.exp: Likewise.
15775
15776 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15777
15778 * gdb.btrace/buffer-size.exp: Update "info record" output.
15779 * gdb.btrace/delta.exp: Update "info record" output.
15780 * gdb.btrace/enable.exp: Update "info record" output.
15781 * gdb.btrace/finish.exp: Update "info record" output.
15782 * gdb.btrace/instruction_history.exp: Update "info record" output.
15783 * gdb.btrace/next.exp: Update "info record" output.
15784 * gdb.btrace/nexti.exp: Update "info record" output.
15785 * gdb.btrace/step.exp: Update "info record" output.
15786 * gdb.btrace/stepi.exp: Update "info record" output.
15787 * gdb.btrace/nohist.exp: Update "info record" output.
15788
15789 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15790
15791 * gdb.btrace/buffer-size: New.
15792
15793 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15794
15795 * gdb.btrace/delta.exp: Update "info record" output.
15796 * gdb.btrace/enable.exp: Update "info record" output.
15797 * gdb.btrace/finish.exp: Update "info record" output.
15798 * gdb.btrace/instruction_history.exp: Update "info record" output.
15799 * gdb.btrace/next.exp: Update "info record" output.
15800 * gdb.btrace/nexti.exp: Update "info record" output.
15801 * gdb.btrace/step.exp: Update "info record" output.
15802 * gdb.btrace/stepi.exp: Update "info record" output.
15803 * gdb.btrace/nohist.exp: Update "info record" output.
15804
15805 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15806
15807 PR gdb/15678
15808 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15809
15810 2015-02-06 Pedro Alves <palves@redhat.com>
15811
15812 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15813 macro.
15814 (seconds_left, again): New globals.
15815 (main): Wait seconds_left in a 1-second sleep loop instead of
15816 sleeping 180 seconds. If 'again' is set, reset the seconds
15817 counter.
15818 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15819 'again' in the inferior before detaching. Print the seconds left.
15820 (options): New global.
15821 (top level): Build program with -DTIMEOUT=$timeout.
15822
15823 2015-02-06 Pedro Alves <palves@redhat.com>
15824
15825 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15826 determine how many seconds to pass to 'alarm'.
15827 * gdb.base/gdb-sigterm.exp (top level): Build program with
15828 -DTIMEOUT=$timeout.
15829 (do_test): Return success/failure indication. Add more verbose
15830 logging. Don't fail if 200 single steps are seen. Instead, fail
15831 when the test times out.
15832 (passes): New global.
15833 (top level): Break the testing loop if testing fails on any
15834 iteration. Use gdb_assert.
15835
15836 2015-02-04 Don Breazeal <donb@codesourcery.com>
15837
15838 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15839 and initialize them.
15840 (ipc_cleanup): New function.
15841 (main): Don't declare shmid, semid, and msqid. Add a call to
15842 atexit so that we call ipc_cleanup on exit.
15843
15844 2015-02-04 Pedro Alves <palves@redhat.com>
15845
15846 * boards/native-extended-gdbserver.exp: Remove any target variant
15847 specifications from the board name before clearing the isremote
15848 flag from board_info.
15849
15850 2015-01-31 Doug Evans <xdje42@gmail.com>
15851
15852 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15853
15854 2015-01-31 Gary Benson <gbenson@redhat.com>
15855
15856 * gdb.base/completion.exp: Disable completion limiting for
15857 existing tests. Add new tests to check completion limiting.
15858 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15859
15860 2015-01-31 Doug Evans <xdje42@gmail.com>
15861
15862 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15863
15864 2015-01-31 Doug Evans <xdje42@gmail.com>
15865
15866 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15867 entries. Duplicate file section script entries.
15868 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15869 inlined entries. Add test for safe-path rejection.
15870 * gdb.python/py-section-script.c: Add duplicate inlined section script
15871 entries. Duplicate file section script entries.
15872 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15873 inlined entries. Add test for safe-path rejection.
15874
15875 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15876
15877 * gdb.ada/disc_arr_bound: New testcase.
15878
15879 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15880
15881 * gdb.ada/mi_var_array: New testcase.
15882
15883 2015-01-27 Doug Evans <dje@google.com>
15884
15885 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15886 Add test for objfile.filename, objfile.username after objfile
15887 has been unloaded.
15888
15889 2015-01-26 Joel Brobecker <brobecker@adacore.com>
15890
15891 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15892 the second test to print the name attribute of value
15893 returned by the call to gdb.lookup_type, and adjust
15894 the expected output accordingly.
15895
15896 2015-01-25 Mark Wielaard <mjw@redhat.com>
15897
15898 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15899 * gdb.base/disp-step-fork.c: Include unistd.h.
15900 * gdb.base/siginfo-obj.c: Include stdio.h.
15901 * gdb.base/siginfo-thread.c: Likewise.
15902 * gdb.mi/non-stop.c: Include unistd.h.
15903 * gdb.mi/nsthrexec.c: Include stdio.h.
15904 * gdb.mi/pthreads.c: Include unistd.h.
15905 * gdb.modula2/unbounded1.c (main): Declare returns int.
15906 * gdb.reverse/consecutive-reverse.c: Likewise.
15907 * gdb.threads/create-fail.c: Include unistd.h.
15908 * gdb.threads/killed.c: Likewise.
15909 * gdb.threads/linux-dp.c: Likewise.
15910 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15911 * gdb.threads/non-ldr-exc-2.c: Likewise.
15912 * gdb.threads/non-ldr-exc-3.c: Likewise.
15913 * gdb.threads/non-ldr-exc-4.c: Likewise.
15914 * gdb.threads/pthreads.c: Include unistd.h.
15915 (main): Declare returns int.
15916 * gdb.threads/tls-main.c (foo): New declaration.
15917 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15918
15919 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15920
15921 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15922 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15923
15924 2015-01-15 Mark Wielaard <mjw@redhat.com>
15925
15926 * gdb.base/noreturn-return.c: New file.
15927 * gdb.base/noreturn-return.exp: New file.
15928 * gdb.base/noreturn-finish.c: New file.
15929 * gdb.base/noreturn-finish.exp: New file.
15930
15931 2015-01-23 Pedro Alves <palves@redhat.com>
15932
15933 * gdb.threads/continue-pending-after-query.c: New file.
15934 * gdb.threads/continue-pending-after-query.exp: New file.
15935
15936 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15937 Simon Marchi <simon.marchi@ericsson.com>
15938
15939 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15940 * gdb.base/valgrind-db-attach.exp: Same.
15941 * gdb.base/valgrind-infcall.exp: Same.
15942 * lib/mi-support.exp (default_mi_gdb_start): Same.
15943 * lib/prompt.exp (default_prompt_gdb_start): Same.
15944 * lib/gdb.exp (default_gdb_spawn): Same.
15945 (gdb_interact): New.
15946
15947
15948 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15949
15950 * gdb.compile/compile.exp (pointer to jit function): New test.
15951
15952 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
15953
15954 * lib/gdb.exp (supports_process_record): Return true for
15955 powerpc*-*-linux*.
15956 (supports_reverse): Likewise.
15957
15958 2015-01-15 Don Breazeal <donb@codesourcery.com>
15959
15960 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15961 instead of checking whether the target board is remote and
15962 use spawn_wait_for_attach instead of exec/sleep.
15963 * gdb.base/attach-twice.exp: Likewise.
15964
15965 2015-01-15 Joel Brobecker <brobecker@adacore.com>
15966
15967 * gdb.ada/var_arr_attrs: New testcase.
15968
15969 2015-01-14 Pedro Alves <palves@redhat.com>
15970 Joel Brobecker <brobecker@adacore.com>
15971
15972 PR gdb/17525
15973 * gdb.base/bp-cmds-execution-x-script.c: New file.
15974 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15975 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15976
15977 2015-01-14 Pedro Alves <palves@redhat.com>
15978
15979 PR cli/17828
15980 * gdb.base/batch-preserve-term-settings.c: New file.
15981 * gdb.base/batch-preserve-term-settings.exp: New file.
15982
15983 2015-01-13 Doug Evans <dje@google.com>
15984
15985 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15986 binary.
15987
15988 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15989
15990 * Makefile.in (clean mostlyclean): Do not delete *.py.
15991
15992 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15993
15994 * gdb.python/py-lookup-type.exp: New file.
15995
15996 2015-01-12 Pedro Alves <palves@redhat.com>
15997
15998 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15999 restore GDBFLAGS before returning.
16000
16001 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16002
16003 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16004 is_amd64_regs_target and is_x86_like_target.
16005
16006 2015-01-11 Doug Evans <xdje42@gmail.com>
16007
16008 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16009 is given without an explicit form.
16010 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16011 attributes.
16012 * gdb.dwarf/corrupt.exp: Ditto.
16013 * gdb.dwarf2/enum-type.exp: Ditto.
16014 * gdb.trace/entry-values.exp: Ditto.
16015 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16016
16017 2015-01-11 Doug Evans <xdje42@gmail.com>
16018
16019 PR gdb/15830
16020 * gdb.base/maint.exp: Remove references to "maint demangle".
16021 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16022 Add tests for explicitly specifying language to demangle.
16023 * gdb.dlang/demangle.exp: Ditto.
16024
16025 2015-01-09 Pedro Alves <palves@redhat.com>
16026
16027 * gdb.threads/non-stop-fair-events.c: New file.
16028 * gdb.threads/non-stop-fair-events.exp: New file.
16029
16030 2015-01-09 Pedro Alves <palves@redhat.com>
16031
16032 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16033 the global scope. Set a breakpoint after all threads are started
16034 rather than stepping over two source lines. Expect the prompt.
16035 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16036 global.
16037 (NUM): Now 15.
16038 (main): Use threads_started_barrier to wait for all threads to
16039 start. Main thread no longer calls thread_function. Exit after
16040 180 seconds.
16041 (loop): New function.
16042 (thread_function): Wait on threads_started_barrier barrier. Call
16043 'loop' at each iteration.
16044 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16045 threads have started, instead of hardcoding number of "next"
16046 steps. Use an access watchpoint instead of a write watchpoint.
16047
16048 2015-01-09 Pedro Alves <palves@redhat.com>
16049
16050 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16051 (thread_func): Wait on barrier.
16052 (main): Wait for all threads to start before stopping GDB.
16053 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16054 global.
16055 (thread1_func, thread2_func): Wait on barrier.
16056 (main): Wait for all threads to start before stopping GDB.
16057 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16058 New global.
16059 (thread1_func, thread2_func): Wait on barrier.
16060 (main): Wait for all threads to start before stopping GDB.
16061
16062 2015-01-09 Pedro Alves <palves@redhat.com>
16063
16064 * gdb.threads/attach-many-short-lived-threads.c: New file.
16065 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16066
16067 2014-01-09 Pedro Alves <palves@redhat.com>
16068
16069 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16070 instead of to thread 2.
16071 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16072 Add barrier around each pthread_create call instead of around all
16073 calls.
16074 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16075 Set a break on thread_function and have the child threads hit it
16076 one at at a time.
16077
16078 2015-01-09 Pedro Alves <palves@redhat.com>
16079
16080 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16081 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16082 false.
16083 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16084 checking whether the target board is remote.
16085 * gdb.multi/multi-attach.exp: Likewise.
16086 * gdb.python/py-sync-interp.exp: Likewise.
16087 * gdb.server/ext-attach.exp: Likewise.
16088 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16089 tests that need to attach, instead of checking whether the target
16090 board is remote at the top of the file.
16091
16092 2015-01-08 Yao Qi <yao@codesourcery.com>
16093
16094 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16095
16096 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16097
16098 Fix testcase compilation.
16099 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16100
16101 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16102
16103 * gdb.python/py-type.exp: Add a couple test about empty
16104 array creation, and negative-length array creation.
16105
16106 2015-01-02 Doug Evans <xdje42@gmail.com>
16107
16108 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16109
16110 2015-01-02 Doug Evans <dje@google.com>
16111
16112 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16113
16114 2014-12-29 Yao Qi <yao@codesourcery.com>
16115
16116 * gdb.trace/entry-values.exp: Update comments. Rename variable
16117 bar_call_foo to returned_from_foo.
16118
16119 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16120
16121 PR gdb/17394
16122 * gdb.linespec/break-asm-file.c: New file.
16123 * gdb.linespec/break-asm-file.exp: New file.
16124 * gdb.linespec/break-asm-file0.s: New file.
16125 * gdb.linespec/break-asm-file1.s: New file.
16126
16127 2014-12-18 Nigel Stephens <nigel@mips.com>
16128 Maciej W. Rozycki <macro@codesourcery.com>
16129
16130 * gdb.base/float.exp: Handle the new output from "info float" on
16131 MIPS targets.
16132
16133 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16134
16135 Fix MinGW compilation.
16136 * gdb.compile/compile-ops.exp: Update untested message if
16137 !skip_compile_feature_tests.
16138 * gdb.compile/compile-setjmp.exp: Likewise.
16139 * gdb.compile/compile-tls.exp: Likewise.
16140 * gdb.compile/compile.exp: Likewise.
16141 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16142 supported on this host".
16143
16144 2014-12-16 Doug Evans <xdje42@gmail.com>
16145
16146 * boards/stabs.exp: New file.
16147
16148 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16149
16150 * gdb.base/completion.exp: Adjust to format changes of "maint
16151 print user-registers".
16152
16153 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16154
16155 PR server/17457
16156 * gdb.arch/aarch64-fp.c: New file.
16157 * gdb.arch/aarch64-fp.exp: New file.
16158
16159 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16160
16161 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16162 r210637, r210913, r211666, r215400, r215817).
16163
16164 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16165 * dg-extract-results.py: New file.
16166 * dg-extract-results.sh: Use it if the environment seems
16167 suitable.
16168
16169 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16170
16171 * dg-extract-results.py (parse_run): Handle warnings that
16172 are printed before a test harness is run.
16173
16174 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16175
16176 * dg-extract-results.py (Named): Remove __cmp__ method.
16177 (output_variation): Use a key to sort variation.harnesses.
16178
16179 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16180
16181 * dg-extract-results.py: For Python 3, force sys.stdout to
16182 handle surrogate escape sequences.
16183 (safe_open): New function.
16184 (output_segment, main): Use it.
16185
16186 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16187
16188 * dg-extract-results.py (Prog.result_re): Include options
16189 in test name.
16190
16191 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16192
16193 * dg-extract-results.py (output_variation): Always sort if
16194 do_sum.
16195
16196 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16197
16198 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16199 as long as we get pagination notifications.
16200
16201 2014-12-15 Jason Merrill <jason@redhat.com>
16202
16203 * Makefile.in (check-gdb.%): Restore.
16204 * README: Mention it.
16205
16206 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16207
16208 * gdb.ada/str_uninit: New testcase.
16209
16210 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16211
16212 PR symtab/17642
16213 * gdb.base/vla-stub-define.c: New file.
16214 * gdb.base/vla-stub.c: New file.
16215 * gdb.base/vla-stub.exp: New file.
16216
16217 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16218 Jan Kratochvil <jan.kratochvil@redhat.com>
16219 Tom Tromey <tromey@redhat.com>
16220
16221 * configure.ac: Add gdb.compile/.
16222 * configure: Regenerate.
16223 * gdb.compile/Makefile.in: New file.
16224 * gdb.compile/compile-ops.exp: New file.
16225 * gdb.compile/compile-ops.c: New file.
16226 * gdb.compile/compile-tls.c: New file.
16227 * gdb.compile/compile-tls.exp: New file.
16228 * gdb.compile/compile-constvar.S: New file.
16229 * gdb.compile/compile-constvar.c: New file.
16230 * gdb.compile/compile-mod.c: New file.
16231 * gdb.compile/compile-nodebug.c: New file.
16232 * gdb.compile/compile-setjmp-mod.c: New file.
16233 * gdb.compile/compile-setjmp.c: New file.
16234 * gdb.compile/compile-setjmp.exp: New file.
16235 * gdb.compile/compile-shlib.c: New file.
16236 * gdb.compile/compile.c: New file.
16237 * gdb.compile/compile.exp: New file.
16238 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16239
16240 2014-12-12 Tom Tromey <tromey@redhat.com>
16241
16242 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16243 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16244
16245 2014-12-12 Doug Evans <dje@google.com>
16246
16247 * lib/gdb-python.exp (get_python_valueof): New function.
16248 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16249
16250 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16251
16252 * gdb.base/completion.exp: Add test for completion of "info
16253 registers ".
16254
16255 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16256
16257 * gdb.base/func-ptrs.c: New file.
16258 * gdb.base/func-ptrs.exp: New file.
16259
16260 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16261
16262 PR breakpoints/17012
16263 * gdb.base/dprintf-detach.c: New file.
16264 * gdb.base/dprintf-detach.exp: New file.
16265
16266 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16267
16268 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16269 * lib/gdb.exp (target_is_gdbserver): New procedure.
16270
16271 2014-12-08 Doug Evans <dje@google.com>
16272
16273 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16274
16275 2014-12-05 Yao Qi <yao@codesourcery.com>
16276
16277 * gdb.guile/scm-error.exp: Remove the third argument to
16278 gdb_remote_download.
16279 * gdb.guile/scm-frame-args.exp: Likewise.
16280 * gdb.guile/scm-section-script.exp: Likewise.
16281
16282 2014-12-05 Yao Qi <yao@codesourcery.com>
16283
16284 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16285
16286 2014-12-04 Doug Evans <dje@google.com>
16287
16288 * gdb.python/py-objfile.exp: Add tests for
16289 objfile.add_separate_debug_file.
16290
16291 2014-12-04 Doug Evans <dje@google.com>
16292
16293 * lib/gdb.exp (get_build_id): New function.
16294 (build_id_debug_filename_get): Rewrite to use it.
16295 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16296
16297 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16298
16299 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16300 `method(long)', not just 0x0.
16301 * gdb.cp/nsalias.exp: Align code labels to 4.
16302 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16303 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16304 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16305 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16306 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16307 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16308
16309 2014-12-02 Doug Evans <dje@google.com>
16310
16311 PR symtab/17602
16312 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16313 * gdb.cp/anon-ns2.cc: ... here. New file.
16314 * gdb.cp/anon-ns.exp: Update.
16315
16316 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16317
16318 * gdb.python/py-events.py (inferior_call_handler): New.
16319 (register_changed_handler, memory_changed_handler): New.
16320 (test_events.invoke): Register new handlers.
16321 * gdb.python/py-events.exp: Add tests for inferior call,
16322 memory_changed and register_changed events.
16323
16324 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16325
16326 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16327 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16328 if the linker doesn't understand this.
16329
16330 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16331
16332 * gdb.python/python.exp: Change expected reply to help().
16333
16334 2014-12-01 Yao Qi <yao@codesourcery.com>
16335
16336 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16337 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16338 * configure: Re-generated.
16339
16340 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16341
16342 * gdb.cp/chained-calls.cc: New file.
16343 * gdb.cp/chained-calls.exp: New file.
16344 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16345
16346 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16347
16348 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16349 * gdb.dwarf2/symtab-producer.exp: Same.
16350 * gdb.gdb/python-interrupts.exp: Same.
16351 * gdb.gdb/python-selftest.exp: Same.
16352 * gdb.python/py-linetable.exp: Same.
16353 * gdb.python/py-type.exp: Same.
16354 * gdb.python/py-value-cc.exp: Same.
16355 * gdb.python/py-value.exp: Same.
16356
16357 2014-11-28 Yao Qi <yao@codesourcery.com>
16358
16359 * gdb.base/break-probes.exp: Match library name prefixed with
16360 sysroot.
16361
16362 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16363
16364 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16365 test expected output. Add parentheses for the call to print.
16366 Remove L suffix from integers.
16367
16368 2014-11-26 Doug Evans <dje@google.com>
16369
16370 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16371
16372 2014-11-22 Yao Qi <yao@codesourcery.com>
16373
16374 * gdb.trace/entry-values.c: Remove asms.
16375 (foo): Add foo_label.
16376 (bar): Add bar_label.
16377 * gdb.trace/entry-values.exp: Remove code computing foo's
16378 length and bar's length.
16379 (Dwarf::assemble): Invoke function_range for bar and use
16380 MACRO_AT_func for foo.
16381
16382 2014-11-22 Yao Qi <yao@codesourcery.com>
16383
16384 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16385 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16386 Use .Lgcc43_procstart instead of gcc43.
16387
16388 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16389
16390 * gdb.ada/n_arr_bound: New testcase.
16391
16392 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16393
16394 PR breakpoints/10737
16395 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16396 test_catch_syscall_multi_arch.
16397 (test_catch_syscall_multi_arch): New function.
16398
16399 2014-11-20 Doug Evans <xdje42@gmail.com>
16400
16401 * gdb.base/maint.exp: Update expected output.
16402
16403 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16404
16405 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16406 4-byte instruction on S390.
16407
16408 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16409
16410 * gdb.ada/arr_arr: New testcase.
16411
16412 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16413
16414 * gdb.ada/pkd_arr_elem: New Testcase.
16415
16416 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16417
16418 * gdb.reverse/break-precsave: Expect completion message for
16419 core file reads.
16420 * gdb.reverse/consecutive-precsave.exp: Likewise.
16421 * gdb.reverse/finish-precsave.exp: Likewise.
16422 * gdb.reverse/i386-precsave.exp: Likewise.
16423 * gdb.reverse/machinestate-precsave.exp: Likewise.
16424 * gdb.reverse/sigall-precsave.exp: Likewise.
16425 * gdb.reverse/solib-precsave.exp: Likewise.
16426 * gdb.reverse/step-precsave.exp: Likewise.
16427 * gdb.reverse/until-precsave.exp: Likewise.
16428 * gdb.reverse/watch-precsave.exp: Likewise.
16429
16430 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16431
16432 * gdb.base/bp-permanent.c: Include unistd.h.
16433 * gdb.python/py-framefilter-mi.c (main): Add return type.
16434 * gdb.python/py-framefilter.c (main): Likewise.
16435 * gdb.trace/actions-changed.c (main): Likewise.
16436
16437 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16438
16439 * gdb.mi/until.c: Add eye-catchers.
16440 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16441 line numbers.
16442
16443 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16444
16445 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16446 function header variants in break1.c.
16447 * gdb.base/ena-dis-br.exp: Likewise.
16448 * gdb.base/hbreak2.exp: Likewise.
16449 * gdb.reverse/until-precsave.exp: Drop references to removed
16450 non-prototype function header variants in ur1.c.
16451 * gdb.reverse/until-reverse.exp: Likewise.
16452
16453 2014-11-17 Petr Machata <pmachata@redhat.com>
16454
16455 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16456 ${_cu_offset_size} bytes abbrev offset.
16457
16458 2014-11-15 Doug Evans <xdje42@gmail.com>
16459
16460 PR symtab/17559
16461 * gdb.base/line-symtabs.exp: New file.
16462 * gdb.base/line-symtabs.c: New file.
16463 * gdb.base/line-symtabs.h: New file.
16464
16465 2014-11-14 Yao Qi <yao@codesourcery.com>
16466
16467 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16468 (func): Add label func_label.
16469 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16470 Replace low_pc and high_pc with MACRO_AT_range.
16471 Replace name, low_pc and high_pc with MACRO_AT_func.
16472
16473 2014-11-14 Yao Qi <yao@codesourcery.com>
16474
16475 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16476 Replace name, low_pc and high_pc with MACRO_AT_func.
16477
16478 2014-11-14 Yao Qi <yao@codesourcery.com>
16479
16480 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16481 produce debug information.
16482 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16483
16484 2014-11-14 Yao Qi <yao@codesourcery.com>
16485
16486 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16487 object and get function length.
16488 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16489 with MACRO_AT_func.
16490 (top-level): Replace gdb_compile and clean_restart with
16491 prepare_for_testing.
16492 * gdb.dwarf2/main.c (main): Add label main_label.
16493
16494 2014-11-14 Yao Qi <yao@codesourcery.com>
16495
16496 * lib/dwarf.exp (function_range): New procedure.
16497 (Dwarf::_handle_macro_at_func): New procedure.
16498 (Dwarf::_handle_macro_at_range): New procedure.
16499 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16500
16501 2014-11-14 Yao Qi <yao@codesourcery.com>
16502
16503 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16504 (_handle_attribute): New procedure.
16505
16506 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16507
16508 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16509 * gdb.base/call-sc.c (zed): Likewise.
16510 * gdb.base/checkpoint.c (main): Likewise.
16511 * gdb.base/dump.c (main): Likewise.
16512 * gdb.base/gcore.c (main): Likewise.
16513 * gdb.base/huge.c (main): Likewise.
16514 * gdb.base/multi-forks.c (main): Likewise.
16515 * gdb.base/pr10179-a.c (main): Likewise.
16516 * gdb.base/savedregs.c (main): Likewise.
16517 * gdb.base/sigaltstack.c (main): Likewise.
16518 * gdb.base/siginfo.c (main): Likewise.
16519 * gdb.base/structs.c (zed): Likewise.
16520 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16521 * gdb.mi/mi-syn-frame.c (main): Likewise.
16522 * gdb.mi/until.c (foo, main): Likewise.
16523 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16524 * gdb.base/solib-weak.c (foo): Declare.
16525 * gdb.base/attach-twice.c: Include stdio.h.
16526 * gdb.base/weaklib1.c: Likewise.
16527 * gdb.base/weaklib2.c: Likewise.
16528 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16529 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16530 unistd.h.
16531 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16532 * gdb.mi/mi-exit-code.c: Likewise.
16533 * gdb.base/break-interp-lib.c: Include string.h.
16534 * gdb.base/coremaker.c: Likewise.
16535 * gdb.base/testenv.c: Likewise.
16536 * gdb.python/py-finish-breakpoint.c: Likewise.
16537 * gdb.base/inferior-died.c: Include sys/wait.h.
16538 * gdb.base/fileio.c: Include time.h.
16539 * gdb.base/async-shell.c: Include unistd.h.
16540 * gdb.base/dprintf-non-stop.c: Likewise.
16541 * gdb.base/info-os.c: Likewise.
16542 * gdb.mi/mi-console.c: Likewise.
16543 * gdb.mi/watch-nonstop.c: Likewise.
16544 * gdb.python/py-events.c: Likewise.
16545 * gdb.base/async.c (baz): Move up before its invocation.
16546 * gdb.base/code_elim2.c (my_global_func): Likewise.
16547 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16548 * gdb.base/advance.c (func2): Likewise.
16549
16550 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16551
16552 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16553 variant.
16554 * gdb.base/annota3.c: Likewise.
16555 * gdb.base/async.c: Likewise.
16556 * gdb.base/average.c: Likewise.
16557 * gdb.base/call-ar-st.c: Likewise.
16558 * gdb.base/call-rt-st.c: Likewise.
16559 * gdb.base/call-sc.c: Likewise.
16560 * gdb.base/call-strs.c: Likewise.
16561 * gdb.base/ending-run.c: Likewise.
16562 * gdb.base/execd-prog.c: Likewise.
16563 * gdb.base/exprs.c: Likewise.
16564 * gdb.base/foll-exec.c: Likewise.
16565 * gdb.base/foll-fork.c: Likewise.
16566 * gdb.base/foll-vfork.c: Likewise.
16567 * gdb.base/funcargs.c: Likewise.
16568 * gdb.base/gcore.c: Likewise.
16569 * gdb.base/jump.c: Likewise.
16570 * gdb.base/langs0.c: Likewise.
16571 * gdb.base/langs1.c: Likewise.
16572 * gdb.base/langs2.c: Likewise.
16573 * gdb.base/mips_pro.c: Likewise.
16574 * gdb.base/nodebug.c: Likewise.
16575 * gdb.base/opaque0.c: Likewise.
16576 * gdb.base/opaque1.c: Likewise.
16577 * gdb.base/recurse.c: Likewise.
16578 * gdb.base/run.c: Likewise.
16579 * gdb.base/scope0.c: Likewise.
16580 * gdb.base/scope1.c: Likewise.
16581 * gdb.base/setshow.c: Likewise.
16582 * gdb.base/setvar.c: Likewise.
16583 * gdb.base/shmain.c: Likewise.
16584 * gdb.base/shr1.c: Likewise.
16585 * gdb.base/shr2.c: Likewise.
16586 * gdb.base/sigall.c: Likewise.
16587 * gdb.base/signals.c: Likewise.
16588 * gdb.base/so-indr-cl.c: Likewise.
16589 * gdb.base/solib2.c: Likewise.
16590 * gdb.base/structs.c: Likewise.
16591 * gdb.base/sum.c: Likewise.
16592 * gdb.base/vforked-prog.c: Likewise.
16593 * gdb.base/watchpoint.c: Likewise.
16594 * gdb.reverse/shr2.c: Likewise.
16595 * gdb.reverse/until-reverse.c: Likewise.
16596 * gdb.reverse/ur1.c: Likewise.
16597 * gdb.reverse/watch-reverse.c: Likewise.
16598
16599 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16600
16601 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16602 variant.
16603 * gdb.base/sepdebug.exp: Drop references to removed code.
16604
16605 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16606
16607 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16608 variant. Preserve original line numbering.
16609 * gdb.base/list1.c: Likewise.
16610
16611 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16612
16613 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16614 variant.
16615 * gdb.base/break1.c: Likewise.
16616 * gdb.base/break.exp: Drop references to removed code.
16617
16618 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16619
16620 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16621 variant.
16622
16623 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16624
16625 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16626
16627 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16628
16629 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16630 logic into perform_all_tests() and invoke it with and without
16631 function header prototypes.
16632 (do_function_calls): Remove conditional XFAIL for PR 5318.
16633 (rerun_and_prepare): Remove duplicate code.
16634 (perform_all_tests): New. Main logic moved here.
16635
16636 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16637
16638 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16639 code guarded by #ifdef NO_PROTOTYPES.
16640 (t_double_many_args): Likewise.
16641 (DEF_FUNC_MANY_ARGS_1): Likewise.
16642 (DEF_FUNC_VALUES_1): Likewise.
16643 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16644 guarded by #ifdef PROTOTYPES.
16645
16646 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16647
16648 * gdb.mi/mi-console.c: Add eye-catcher.
16649 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16650 instead of literal line number.
16651
16652 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16653
16654 * gdb.base/shr2.c: Add eye-catcher.
16655 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16656 line number.
16657
16658 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16659
16660 * gdb.base/jump.c: Add eye-catchers.
16661 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16662 numbers.
16663
16664 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16665
16666 * gdb.base/execd-prog.c: Add eye-catchers.
16667 * gdb.base/foll-exec.c: Likewise.
16668 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16669 line numbers.
16670
16671 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16672
16673 * gdb.base/ending-run.c: Add eye-catchers.
16674 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16675 literal line numbers.
16676
16677 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16678
16679 * gdb.base/call-rt-st.c: Add eye-catchers.
16680 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16681 literal line numbers.
16682
16683 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16684
16685 * gdb.base/call-ar-st.c: Add eye-catchers.
16686 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16687 literal line numbers.
16688
16689 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16690
16691 * gdb.base/average.c: Add eye-catchers.
16692 * gdb.base/sum.c: Likewise.
16693 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16694 regexps dynamically.
16695
16696 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16697
16698 * gdb.base/solib1.c: Add eye-catchers.
16699 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16700 literal line numbers.
16701
16702 2014-11-12 Pedro Alves <palves@redhat.com>
16703
16704 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16705 leader has exited.
16706
16707 2014-11-12 Pedro Alves <palves@redhat.com>
16708
16709 * gdb.arch/i386-bp_permanent.c: New file.
16710 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16711 (srcfile): Set to i386-bp_permanent.c.
16712 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16713 that stepi does not execute the 'leave' instruction, instead of
16714 testing it does execute.
16715 * gdb.base/bp-permanent.c: New file.
16716 * gdb.base/bp-permanent.exp: New file.
16717
16718 2014-11-10 Doug Evans <xdje42@gmail.com>
16719
16720 PR symtab/17564
16721 * gdb.base/symtab-search-order.exp: New file.
16722 * gdb.base/symtab-search-order.c: New file.
16723 * gdb.base/symtab-search-order-1.c: New file.
16724 * gdb.base/symtab-search-order-shlib-1.c: New file.
16725
16726 2014-11-07 Pedro Alves <palves@redhat.com>
16727
16728 PR gdb/17511
16729 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16730 i?86-*-linux*.
16731
16732 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16733
16734 PR c++/17494
16735 * gdb.cp/pr17494.cc: New file.
16736 * gdb.cp/pr17494.exp: New file.
16737
16738 2014-11-02 Yao Qi <yao@codesourcery.com>
16739
16740 * gdb.python/python.exp: Get working directory and match the
16741 output of "set extended-prompt \\w " with it.
16742
16743 2014-10-30 Doug Evans <dje@google.com>
16744
16745 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16746 in objfiles.
16747 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16748 in progspaces.
16749
16750 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16751
16752 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16753 * gdb.base/realname-expand.exp: Likewise.
16754 * gdb.linespec/macro-relative.exp: Likewise.
16755
16756 2014-10-29 Pedro Alves <palves@redhat.com>
16757
16758 PR gdb/17408
16759 * gdb.threads/schedlock.c (some_function): New function.
16760 (call_function): New global.
16761 (MAYBE_CALL_SOME_FUNCTION): New macro.
16762 (thread_function): Call it.
16763 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16764 and use it instead of a global counter. Adjust all callers.
16765 (get_current_thread): Use "find current thread" for test message
16766 here rather than having all callers pass down the same string.
16767 (goto_loop): New procedure, factored out from ...
16768 (my_continue): ... this.
16769 (step_ten_loops): Change parameter from test message to command to
16770 use. Adjust.
16771 (list_count): Delete global.
16772 (check_result): New procedure, factored out from duplicate top
16773 level code.
16774 (continue tests): Wrap in with_test_prefix.
16775 (test_step): New procedure, factored out from duplicate top level
16776 code.
16777 (top level): Test "step" in combination with all scheduler-locking
16778 modes. Test "next" in combination with all scheduler-locking
16779 modes, and in combination with stepping over a function call or
16780 not.
16781 * gdb.threads/next-bp-other-thread.c: New file.
16782 * gdb.threads/next-bp-other-thread.exp: New file.
16783
16784 2014-10-29 Pedro Alves <palves@redhat.com>
16785
16786 PR python/17372
16787 * gdb.python/python.exp: Test a multi-line command that spawns
16788 interactive Python.
16789 * gdb.base/multi-line-starts-subshell.exp: New file.
16790
16791 2014-10-29 Yao Qi <yao@codesourcery.com>
16792
16793 * gdb.base/fileio.exp: Make directories on host.
16794
16795 2014-10-29 Yao Qi <yao@codesourcery.com>
16796
16797 * gdb.base/fileio.c (test_write): Close the file.
16798
16799 2014-10-28 Pedro Alves <palves@redhat.com>
16800
16801 PR gdb/12623
16802 * gdb.base/sigstep.c (no_handler): New global.
16803 (main): If 'no_handler is true, set the signal handlers to
16804 SIG_IGN.
16805 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16806 with_sw_watch and no_handler parameters. Handle them.
16807 (top level) <stepping over handler when stopped at a breakpoint
16808 test>: Add a test axis for testing with a software watchpoint, and
16809 another for testing with the signal handler set to SIG_IGN.
16810 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16811 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16812
16813 2014-10-28 Pedro Alves <palves@redhat.com>
16814
16815 PR gdb/17511
16816 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16817 * gdb.base/sigstep.exp (other_handler_location): New global.
16818 (advance): Support stepping into the signal handler, and running
16819 commands while in the handler.
16820 (in_handler_map): New global.
16821 (top level): In the advance test, add combinations for getting
16822 into the handler with stepping commands, and for running commands
16823 in the handler. Add comment descripting the advancei tests.
16824
16825 2014-10-28 Pedro Alves <palves@redhat.com>
16826
16827 * gdb.base/sigstep.exp: Use build_executable instead of
16828 prepare_for_testing.
16829 (top level): Move code that starts GDB, runs to main and creates a
16830 display to ...
16831 (restart): ... this new procedure.
16832 (top level): Move backtrace from signal handler test to ...
16833 (validate_backtrace): ... this new procedure.
16834 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16835 with_test_prefix. Always restart GDB.
16836 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16837 with_test_prefix. Always restart GDB. No need to delete
16838 breakpoints after the test.
16839 (test_skip_handler): Remove prefix parameter.
16840 (skip_over_handler, breakpoint_to_handler)
16841 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16842 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16843 restart GDB. No need to delete breakpoints after the test.
16844 (top level): Use foreach to call the test procedures with
16845 different commands.
16846
16847 2014-10-28 Pedro Alves <palves@redhat.com>
16848
16849 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16850 instead of GNATS numbers.
16851 * gdb.base/sigbpt.exp: Likewise.
16852 * gdb.base/siginfo.exp: Likewise.
16853 * gdb.base/sigstep.exp: Likewise.
16854
16855 2014-10-27 Pedro Alves <palves@redhat.com>
16856
16857 * gdb.base/sigstep.c (dummy): New global.
16858 (main): Issue a couple writes to the new global.
16859 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16860 procedures.
16861 (skip_over_handler): Use test_skip_handler.
16862 (top level): Call skip_over_handler for stepi and nexti too.
16863 (breakpoint_over_handler): Use test_skip_handler.
16864 (top level): Call breakpoint_over_handler for stepi and nexti too.
16865
16866 2014-10-27 Yao Qi <yao@codesourcery.com>
16867
16868 * gdb.trace/tfile.c (adjust_function_address)
16869 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16870 function descriptor.
16871
16872 2014-10-24 Don Breazeal <donb@codesourcery.com>
16873
16874 * gdb.base/foll-fork.exp (test_follow_fork,
16875 catch_fork_child_follow): Check for updated fork messages emitted
16876 from infrun.c.
16877 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16878 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16879 vfork_and_exec_child_follow_through_step): Check for updated vfork
16880 messages emitted from infrun.c.
16881
16882 2014-10-24 Pedro Alves <palves@redhat.com>
16883
16884 * gdb.base/corefile.exp: Remove references to ultrix.
16885 * gdb.base/interrupt.exp: Likewise.
16886 * gdb.base/whatis.exp: Likewise.
16887 * gdb.gdb/selftest.exp: Likewise.
16888 * gdb.threads/manythreads.exp: Likewise.
16889 * gdb.threads/print-threads.exp: Likewise.
16890 * gdb.threads/pthreads.exp:: Likewise.
16891 * gdb.threads/schedlock.exp: Likewise.
16892
16893 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16894
16895 * gdb.cp/non-trivial-retval.cc: Add a test case.
16896 * gdb.cp/non-trivial-retval.exp: Add a test.
16897
16898 2014-10-20 Yao Qi <yao@codesourcery.com>
16899
16900 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16901 * gdb.python/py-objfile-script-gdb.py: New file.
16902 * gdb.python/py-objfile-script.exp: Update reference to
16903 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16904 of remote_download. Remove the dest file.
16905
16906 2014-10-20 Yao Qi <yao@codesourcery.com>
16907
16908 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16909 * gdb.base/step-line.exp: Likewise.
16910 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16911 * gdb.dwarf2/dw2-basic.exp: Likewise.
16912 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16913 * gdb.dwarf2/dw2-filename.exp: Likewise.
16914 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16915 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16916 * gdb.dwarf2/dw2-producer.exp: Likewise.
16917 * gdb.dwarf2/mac-fileno.exp: Likewise.
16918 * gdb.python/py-frame-args.exp: Likewise.
16919 * gdb.python/py-framefilter.exp: Likewise.
16920 * gdb.python/py-mi.exp: Likewise.
16921 * gdb.python/py-objfile-script.exp: Likewise
16922 * gdb.python/py-pp-integral.exp: Likewise.
16923 * gdb.python/py-pp-re-notag.exp: Likewise.
16924 * gdb.python/py-prettyprint.exp: Likewise.
16925 * gdb.python/py-section-script.exp: Likewise.
16926 * gdb.python/py-typeprint.exp: Likewise.
16927 * gdb.python/py-xmethods.exp: Likewise.
16928 * gdb.stabs/weird.exp: Likewise.
16929 * gdb.xml/tdesc-regs.exp: Likewise.
16930
16931 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16932
16933 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16934 (out_cu): Use addr_len for the size of addresses.
16935 (out_line): Likewise. Size DW_LNE_set_address instruction
16936 according to addr_len.
16937 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16938 (FUNC): Add START_INSNS to definition.
16939
16940 2014-10-18 Yao Qi <yao@codesourcery.com>
16941
16942 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16943 gdb_has_argv0 return true.
16944 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16945 check [target_info exists noargs], check [gdb_has_argv0]
16946 instead.
16947 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16948 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16949 procedures.
16950
16951 2014-10-17 Doug Evans <dje@google.com>
16952
16953 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16954 event.
16955 * gdb.python/py-events.py: Add clear_objfiles event.
16956
16957 2014-10-17 Doug Evans <dje@google.com>
16958
16959 * gdb.python/py-objfile.exp: Test progspace attribute.
16960
16961 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
16962
16963 * gdb.guile/scm-breakpoint.exp: Do not assume any
16964 directory separators when matching source file paths.
16965 * gdb.python/py-breakpoint.exp: Likewise.
16966 * gdb.reverse/break-precsave.exp: Likewise.
16967 * gdb.reverse/break-reverse.exp: Likewise.
16968 * gdb.reverse/consecutive-precsave.exp: Likewise.
16969 * gdb.reverse/finish-precsave.exp: Likewise.
16970 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16971 * gdb.reverse/finish-reverse.exp: Likewise.
16972 * gdb.reverse/i386-precsave.exp: Likewise.
16973 * gdb.reverse/i387-env-reverse.exp: Likewise.
16974 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16975 * gdb.reverse/machinestate-precsave.exp: Likewise.
16976 * gdb.reverse/machinestate.exp: Likewise.
16977 * gdb.reverse/sigall-precsave.exp: Likewise.
16978 * gdb.reverse/solib-precsave.exp: Likewise.
16979 * gdb.reverse/step-precsave.exp: Likewise.
16980 * gdb.reverse/until-precsave.exp: Likewise.
16981 * gdb.reverse/watch-precsave.exp: Likewise.
16982 * gdb.reverse/watch-reverse.exp: Likewise.
16983
16984 2014-10-17 Yao Qi <yao@codesourcery.com>
16985
16986 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16987 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16988
16989 2014-10-17 Pedro Alves <palves@redhat.com>
16990
16991 PR gdb/17471
16992 * gdb.base/bg-execution-repeat.c: New file.
16993 * gdb.base/bg-execution-repeat.exp: New file.
16994
16995 2014-10-17 Pedro Alves <palves@redhat.com>
16996
16997 PR gdb/17300
16998 * gdb.base/continue-all-already-running.c: New file.
16999 * gdb.base/continue-all-already-running.exp: New file.
17000
17001 2014-10-17 Pedro Alves <palves@redhat.com>
17002
17003 PR gdb/17472
17004 * gdb.base/annota-input-while-running.c: New file.
17005 * gdb.base/annota-input-while-running.exp: New file.
17006
17007 2014-10-17 Pedro Alves <palves@redhat.com>
17008
17009 * gdb.base/callfuncs.exp: emove references to osf.
17010 * gdb.base/sigall.exp: Likewise.
17011 * gdb.gdb/selftest.exp: Likewise.
17012 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17013 * gdb.mi/non-stop.c: Likewise.
17014 * gdb.mi/pthreads.c: Likewise.
17015 * gdb.reverse/sigall-precsave.exp: Likewise.
17016 * gdb.reverse/sigall-reverse.exp: Likewise.
17017 * gdb.threads/pthreads.c: Likewise.
17018 * gdb.threads/pthreads.exp: Likewise.
17019
17020 2014-10-17 Yao Qi <yao@codesourcery.com>
17021
17022 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17023 check 'target_info exists noargs'.
17024 (test_command_prompt_position): Likewise.
17025 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17026 Remove "set args".
17027 (progvar_simple_while_test): Likewise.
17028 (progvar_complex_if_while_test): Likewise.
17029 (if_while_breakpoint_command_test): Likewise.
17030 (infrun_breakpoint_command_test): Likewise.
17031 (breakpoint_command_test): Likewise.
17032 (watchpoint_command_test): Likewise.
17033 (bp_deleted_in_command_test): Likewise.
17034 (temporary_breakpoint_commands): Likewise.
17035
17036 2014-10-16 Yao Qi <yao@codesourcery.com>
17037
17038 * gdb.base/remotetimeout.exp: Remove noargs checking.
17039
17040 2014-10-15 Pedro Alves <palves@redhat.com>
17041
17042 PR breakpoints/9649
17043 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17044 * gdb.base/breakpoint-in-ro-region.exp
17045 (probe_target_hardware_step): New procedure.
17046 (top level): Probe hardware stepping and hardware breakpoint
17047 support. Test stepping through a read-only region, with both
17048 "breakpoint auto-hw" on and off and both "always-inserted" on and
17049 off.
17050
17051 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17052
17053 * gdb.dlang/demangle.exp: Update for demangling changes.
17054
17055 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17056
17057 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17058 * gdb.cp/non-trivial-retval.exp: Add new tests.
17059
17060 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17061
17062 PR c++/13403
17063 PR c++/15154
17064 * gdb.cp/non-trivial-retval.cc: New file.
17065 * gdb.cp/non-trivial-retval.exp: New file.
17066
17067 2014-10-15 Yao Qi <yao@codesourcery.com>
17068
17069 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17070 remote host.
17071
17072 2014-10-15 Yao Qi <yao@codesourcery.com>
17073
17074 * gdb.python/py-symbol.exp: Match file base name if host is
17075 remote, otherwise match file name with dir name.
17076 * gdb.python/py-symtab.exp: Likewise.
17077 * gdb.python/python.exp: Likewise.
17078
17079 2014-10-15 Yao Qi <yao@codesourcery.com>
17080
17081 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17082 pattern.
17083 * gdb.python/py-symtab.exp: Likewise.
17084 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17085 locationn.
17086
17087 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17088
17089 * gdb.ada/addr_arith: New testcase.
17090
17091 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17092
17093 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17094 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17095 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17096 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17097
17098 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17099
17100 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17101 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17102 * gdb.arch/stap-eval-lang-ada.exp: New file.
17103
17104 2014-10-14 Yao Qi <yao@codesourcery.com>
17105
17106 * gdb.mi/mi-var-child.c (nothing1): New function.
17107 (nothing2): New function.
17108 (do_children_tests): Set function pointers by nothing1 and
17109 nothing2.
17110 * gdb.mi/mi-var-child.exp: Step over new added statements.
17111 Update test to match the new output.
17112 * gdb.mi/var-cmd.c (nothing1): New function.
17113 (nothing2): New function.
17114 (do_children_tests): Set function pointers by nothing1 and
17115 nothing2.
17116 * gdb.mi/mi-var-display.exp: Update test to match output.
17117 Step to the line specified by $line_dct_nothing.
17118 Increase the number of lines to step.
17119
17120 2014-10-14 Yao Qi <yao@codesourcery.com>
17121
17122 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17123 tests.
17124 * gdb.mi/mi2-var-child.exp: Likewise.
17125
17126 2014-10-13 Doug Evans <dje@google.com>
17127
17128 * gdb.python/py-objfile.exp: Change name of file name test.
17129
17130 2014-10-13 Doug Evans <dje@google.com>
17131
17132 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17133 from the start of the CU.
17134
17135 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17136 Yao Qi <yao@codesourcery.com>
17137
17138 Fix "save breakpoints" for "catch" command.
17139 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17140 Remove -nonewline. Match also the added "main" line.
17141
17142 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17143
17144 Fix "save breakpoints" for "disable $bpnum" command.
17145 * gdb.base/save-bp.c (main): Add label.
17146 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17147
17148 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17149
17150 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17151
17152 2014-10-11 Yao Qi <yao@codesourcery.com>
17153
17154 * gdb.server/server-kill.exp: Execute command
17155 "set remote trace-status-packet on" before "tstatus".
17156
17157 2014-10-11 Yao Qi <yao@codesourcery.com>
17158
17159 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17160 (main): Call getppid.
17161 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17162 and continue to it. Read variable "server_pid".
17163
17164 2014-10-11 Yao Qi <yao@codesourcery.com>
17165
17166 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17167
17168 2014-10-11 Yao Qi <yao@codesourcery.com>
17169
17170 * gdb.threads/thread-find.exp: Don't execute command
17171 "info threads".
17172 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17173 * gdb.threads/linux-dp.exp: Don't check the condition
17174 $threads_created equals to zero.
17175
17176 2014-10-10 Pedro Alves <palves@redhat.com>
17177
17178 * gdb.base/bigcore.exp: Remove references to IRIX.
17179 * gdb.base/funcargs.exp: Likewise.
17180 * gdb.base/interrupt.exp: Likewise.
17181 * gdb.base/mips_pro.exp: Likewise.
17182 * gdb.base/nodebug.exp: Likewise.
17183 * gdb.base/setvar.exp: Likewise.
17184 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17185
17186 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17187 Pedro Alves <palves@redhat.com>
17188
17189 PR symtab/14466
17190 * gdb.base/vdso-warning.c: New file.
17191 * gdb.base/vdso-warning.exp: New file.
17192
17193 2014-10-02 Doug Evans <dje@google.com>
17194
17195 * gdb.base/structs.c (main): Don't run forever.
17196
17197 2014-10-02 Pedro Alves <palves@redhat.com>
17198
17199 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17200 (top level) <stop threads 1, stop threads 2>: Use it.
17201
17202 2014-10-02 Pedro Alves <palves@redhat.com>
17203
17204 * gdb.threads/break-while-running.exp (test): Add new
17205 'update_thread_list' argument. Skip "info threads" if false.
17206 (top level): Add new 'update_thread_list' axis.
17207
17208 2014-10-02 Pedro Alves <palves@redhat.com>
17209
17210 PR breakpoints/17431
17211 * gdb.base/execl-update-breakpoints.c: New file.
17212 * gdb.base/execl-update-breakpoints.exp: New file.
17213
17214 2014-10-01 Pedro Alves <palves@redhat.com>
17215
17216 * gdb.base/breakpoint-in-ro-region.c: New file.
17217 * gdb.base/breakpoint-in-ro-region.exp: New file.
17218
17219 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17220
17221 * gdb.mi/mi-exit-code.exp: New file.
17222 * gdb.mi/mi-exit-code.c: New file.
17223
17224 2014-09-30 Yao Qi <yao@codesourcery.com>
17225
17226 * lib/prelink-support.exp (build_executable_own_libs): Error if
17227 the target isn't native.
17228
17229 2014-09-30 Yao Qi <yao@codesourcery.com>
17230
17231 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17232 false.
17233
17234 2014-09-22 Pedro Alves <palves@redhat.com>
17235
17236 * gdb.threads/break-while-running.exp: New file.
17237 * gdb.threads/break-while-running.c: New file.
17238
17239 2014-09-19 Yao Qi <yao@codesourcery.com>
17240
17241 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17242 Invoke test. Restart GDB with --readnow and invoke test again.
17243
17244 2014-09-19 Yao Qi <yao@codesourcery.com>
17245
17246 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17247 proc set_breakpoint_on_gcd_function. Invoke
17248 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17249 invoke set_breakpoint_on_gcd_function again.
17250
17251 2014-09-18 Doug Evans <dje@google.com>
17252
17253 * gdb.dwarf2/symtab-producer.exp: New file.
17254
17255 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17256
17257 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17258 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17259 * gdb.base/global-var-nested-by-dso.c: Likewise.
17260 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17261
17262 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17263 Pedro Alves <palves@redhat.com>
17264
17265 * gdb.base/watch-bitfields.exp: Pass string other than test file
17266 name to prepare_for_testing.
17267 (watch): New procedure.
17268 (expect_watchpoint): Use with_test_prefix.
17269 (top level): Factor out tests to ...
17270 (test_watch_location, test_regular_watch): ... these new
17271 procedures, and use with_test_prefix and gdb_continue_to_end.
17272
17273 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17274
17275 PR breakpoints/12526
17276 * gdb.base/watch-bitfields.exp: New file.
17277 * gdb.base/watch-bitfields.c: New file.
17278
17279 2014-09-16 Pedro Alves <palves@redhat.com>
17280
17281 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17282 software and hardware addresses, not software address against
17283 itself.
17284
17285 2014-09-16 Pedro Alves <palves@redhat.com>
17286
17287 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17288 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17289
17290 2014-09-16 Pedro Alves <palves@redhat.com>
17291
17292 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17293 files.
17294 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17295 "*-*-vxworks*" throughout.
17296 * gdb.base/break.exp: Likewise.
17297 * gdb.base/default.exp: Likewise.
17298 * gdb.base/scope.exp: Likewise.
17299 * gdb.base/sepdebug.exp: Likewise.
17300 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17301 throughout.
17302 * gdb.base/run.c: Likewise.
17303 * gdb.base/sepdebug.c: Likewise.
17304 * gdb.hp/gdb.aCC/run.c: Likewise.
17305 * gdb.reverse/until-reverse.c: Likewise.
17306 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17307
17308 2014-09-16 Yao Qi <yao@codesourcery.com>
17309
17310 * boards/local-remote-host-native.exp: New file.
17311
17312 2014-09-14 Doug Evans <xdje42@gmail.com>
17313
17314 * gdb.threads/queue-signal.c (thread_count): New variable.
17315 (thread_count_mutex, thread_count_condvar): New variables.
17316 (incr_thread_count, wait_all_threads_running): New functions.
17317 (main): Wait for all threads to be in their thread functions.
17318
17319 2014-09-13 Doug Evans <xdje42@gmail.com>
17320
17321 * gdb.threads/queue-signal.c: New file.
17322 * gdb.threads/queue-signal.exp: New file.
17323
17324 2014-09-13 Doug Evans <xdje42@gmail.com>
17325
17326 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17327 be consistent with what default_gdb_init uses.
17328 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17329 the plain text of the prompt. Add some logging printfs.
17330 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17331
17332 2014-09-12 Pedro Alves <palves@redhat.com>
17333
17334 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17335 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17336 * gdb.arch/i386-size-overlap.exp: Likewise.
17337 * gdb.arch/i386-size.exp: Likewise.
17338 * gdb.arch/i386-unwind.exp: Likewise.
17339 * gdb.base/a2-run.exp: Likewise.
17340 * gdb.base/break.exp: Likewise.
17341 * gdb.base/charset.exp: Likewise.
17342 * gdb.base/chng-syms.exp: Likewise.
17343 * gdb.base/commands.exp: Likewise.
17344 * gdb.base/dbx.exp: Likewise.
17345 * gdb.base/find.exp: Likewise.
17346 * gdb.base/funcargs.exp: Likewise.
17347 * gdb.base/jit-simple.exp: Likewise.
17348 * gdb.base/reread.exp: Likewise.
17349 * gdb.base/sepdebug.exp: Likewise.
17350 * gdb.base/step-bt.exp: Likewise.
17351 * gdb.cp/mb-inline.exp: Likewise.
17352 * gdb.cp/mb-templates.exp: Likewise.
17353 * gdb.objc/basicclass.exp: Likewise.
17354 * gdb.threads/killed.exp: Likewise.
17355
17356 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17357
17358 PR tdep/17379
17359 * gdb.arch/powerpc-stackless.S: New file.
17360 * gdb.arch/powerpc-stackless.exp: New file.
17361
17362 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17363
17364 * gdb.base/attach.c: Include unistd.h.
17365 (main): Call alarm. Add label postloop.
17366 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17367 gdb_breakpoint, gdb_continue_to_breakpoint.
17368 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17369
17370 2014-09-11 Pedro Alves <palves@redhat.com>
17371
17372 PR gdb/17347
17373 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17374 * gdb.base/attach.exp (test_command_line_attach_run): New
17375 procedure.
17376 (top level): Call it.
17377
17378 2014-09-11 Pedro Alves <palves@redhat.com>
17379
17380 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17381 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17382 (do_command_attach_tests): Use spawn_wait_for_attach.
17383 * gdb.base/solib-overlap.exp: Likewise.
17384 * gdb.multi/multi-attach.exp: Likewise.
17385 * gdb.python/py-prompt.exp: Likewise.
17386 * gdb.python/py-sync-interp.exp: Likewise.
17387 * gdb.server/ext-attach.exp: Likewise.
17388
17389 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17390
17391 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17392 command in testcase. Simplify testcase.
17393
17394 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17395
17396 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17397
17398 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17399
17400 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17401
17402 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17403
17404 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17405
17406 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17407
17408 * gdb.dwarf2/dynarr-ptr.c: New file.
17409 * gdb.dwarf2/dynarr-ptr.exp: New file.
17410
17411 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17412
17413 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17414 of 30 rather than hardcoding 120 for a slow test case. Take the
17415 `gdb,timeout' target setting into account for this calculation.
17416 Don't extend the timeout for the test cases that don't need it.
17417
17418 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17419
17420 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17421 a factor of 2 for a slow test case. Take the `gdb,timeout'
17422 target setting into account for this calculation.
17423 * gdb.reverse/until-precsave.exp: Increase the timeout by
17424 a factor of 15 and 3 respectively rather than adding 120
17425 for a pair of slow test cases. Take the `gdb,timeout'
17426 target setting into account for this calculation.
17427
17428 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17429
17430 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17431 timeout, don't pass one down to gdb_expect.
17432 (gdb_expect): Rework timeout selection.
17433
17434 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17435
17436 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17437 exception on timeout.
17438 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17439 (gdbserver_start_extended): Catch any `gdbserver_start' error
17440 exceptions.
17441 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17442 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17443 `gdbserver_gdb_load' error exceptions.
17444
17445 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17446
17447 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17448 120 on waiting for the TCP socket to open.
17449
17450 2014-09-09 Doug Evans <xdje42@gmail.com>
17451
17452 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17453 _caller_matches, _any_caller_is, _any_caller_matches.
17454
17455 2014-09-09 Doug Evans <xdje42@gmail.com>
17456
17457 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17458
17459 2014-09-09 Yao Qi <yao@codesourcery.com>
17460
17461 * gdb.mi/mi-var-display.exp: Set print symbol off.
17462
17463 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17464
17465 PR gdb/17035
17466 * gdb.base/commands.exp: Add tests to verify user-defined
17467 commands with empty bodies.
17468 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17469 python commands in `show user command`.
17470 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17471 scheme commands in `show user command`.
17472
17473 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17474
17475 PR python/17355
17476 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17477 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17478 * gdb.python/py-framefilter-invalidarg.exp: New file.
17479 * gdb.python/py-framefilter-invalidarg.py: New file.
17480
17481 2014-09-06 Doug Evans <xdje42@gmail.com>
17482
17483 PR 15276
17484 * gdb.python/py-caller-is.c: New file.
17485 * gdb.python/py-caller-is.exp: New file.
17486
17487 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17488
17489 PR gdb/17235
17490 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17491 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17492
17493 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17494
17495 PR fortran/17237
17496 * gdb.fortran/print-formatted.exp: New file.
17497 * gdb.fortran/print-formatted.f90: Likewise.
17498
17499 2014-09-03 Sasha Smundak <asmundak@google.com>
17500
17501 * gdb.python/py-frame.exp: Test Frame.read_register.
17502
17503 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17504
17505 PR python/16699
17506 * gdb.python/py-completion.exp: New file.
17507 * gdb.python/py-completion.py: Likewise.
17508
17509 2014-08-28 Doug Evans <dje@google.com>
17510
17511 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17512 eax,etc. are live with values set by gdb and thus the compiler can't
17513 use them.
17514 * gdb.arch/i386-pseudo.c (main): Ditto.
17515
17516 2014-08-27 Doug Evans <dje@google.com>
17517
17518 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17519
17520 2014-08-25 Doug Evans <dje@google.com>
17521
17522 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17523 (main): Ditto.
17524
17525 2014-08-25 Doug Evans <dje@google.com>
17526
17527 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17528
17529 2014-08-24 Yao Qi <yao@codesourcery.com>
17530
17531 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17532 symbol off.
17533 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17534
17535 2014-08-22 Doug Evans <dje@google.com>
17536
17537 PR 17276
17538 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17539 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17540 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17541
17542 2014-08-22 Yao Qi <yao@codesourcery.com>
17543
17544 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17545 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17546 * gdb.python/python.exp: Likewise. Use .py file on the host
17547 instead of the build.
17548
17549 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17550
17551 * gdb.threads/gcore-stale-thread.c: New file.
17552 * gdb.threads/gcore-stale-thread.exp: New file.
17553
17554 2014-08-21 Pedro Alves <palves@redhat.com>
17555
17556 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17557 * gdb.base/gcore-relro-pie.exp: Likewise.
17558 * gdb.base/gcore-relro.exp: Likewise.
17559 * gdb.base/gcore.exp: Likewise.
17560 * gdb.base/print-symbol-loading.exp: Likewise.
17561 * gdb.threads/gcore-thread.exp: Likewise.
17562 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17563
17564 2014-08-20 Pedro Alves <palves@redhat.com>
17565 Jan Kratochvil <jan.kratochvil@redhat.com>
17566
17567 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17568 configure.
17569 (EXPECT): Handle READ1 being set.
17570 (all): Depend on EXTRA_RULES.
17571 (check-read1, expect-read1, read1.so, read1): New rules.
17572 * README (Testsuite Parameters): Document the READ1 make variable.
17573 (Race detection): New section.
17574 * configure: Regenerate.
17575 * configure.ac: If build==host==target, and running under a
17576 GNU/glibc system, add read1 to the extra Makefile rules.
17577 (EXTRA_RULES): AC_SUBST it.
17578 * lib/read1.c: New file.
17579
17580 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17581
17582 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17583 the handling of variables declared as a typedef to an array
17584 which a DW_AT_data_location attribute.
17585
17586 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17587 Pedro Alves <palves@redhat.com>
17588
17589 PR symtab/14604
17590 PR symtab/14605
17591 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17592 gdb_test.
17593
17594 2014-08-19 Pedro Alves <palves@redhat.com>
17595
17596 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17597
17598 2014-08-19 Yao Qi <yao@codesourcery.com>
17599
17600 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17601 right line.
17602
17603 2014-08-18 David Blaikie <dblaikie@gmail.com>
17604
17605 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17606
17607 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17608
17609 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17610 attribute in array range.
17611
17612 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17613
17614 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17615
17616 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17617
17618 PR c++/17132
17619 * gdb.cp/pr17132.cc: New file.
17620 * gdb.cp/pr17132.exp: New file.
17621
17622 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17623
17624 * gdb.python/py-xmethods.py (A_getarrayind)
17625 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17626 Use 'print' with function call syntax.
17627 (E_method_matcher.match): Fix tab vs space indentation mixup.
17628
17629 2014-08-15 Yao Qi <yao@codesourcery.com>
17630
17631 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17632 false.
17633
17634 2014-08-15 Yao Qi <yao@codesourcery.com>
17635
17636 * gdb.cp/casts.exp: Set print symbol off.
17637 * gdb.cp/class2.exp: Likewise.
17638 * gdb.cp/overload.exp: Likewise.
17639 * gdb.cp/templates.exp: Likewise.
17640
17641 2014-08-11 Doug Evans <dje@google.com>
17642
17643 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17644 (test_load_shlib): Update.
17645
17646 2014-08-09 Yao Qi <yao@codesourcery.com>
17647
17648 * gdb.base/display.exp: Invoke is_address_zero_readable.
17649 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17650 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17651 * gdb.base/hbreak-unmapped.exp: Return if
17652 is_address_zero_readable returns true.
17653 * gdb.base/signest.exp: Likewise.
17654 * gdb.base/signull.exp: Likewise.
17655 * gdb.base/sigbpt.exp: Likewise.
17656 * gdb.guile/scm-disasm.exp: Do the test if
17657 is_address_zero_readable returns false.
17658 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17659 * gdb.python/py-arch.exp: Likewise.
17660 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17661 * lib/gdb.exp (is_address_zero_readable): New proc.
17662
17663 2014-08-09 Yao Qi <yao@codesourcery.com>
17664
17665 PR testsuite/13443
17666 * gdb.mi/mi-var-display.exp: Make test messages unique.
17667
17668 2014-08-04 Tom Tromey <tromey@redhat.com>
17669
17670 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17671 target 0".
17672
17673 2014-08-04 Tom Tromey <tromey@redhat.com>
17674
17675 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17676 "target_resume".
17677
17678 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17679
17680 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17681 inner_vla_struct_object_size.
17682 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17683 as xfail.
17684
17685 2014-07-30 Pedro Alves <palves@redhat.com>
17686
17687 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17688 comment.
17689
17690 2014-07-29 Yao Qi <yao@codesourcery.com>
17691
17692 PR gdb/17206
17693 * gdb.base/until-nodebug.exp: New.
17694
17695 2014-07-28 Doug Evans <xdje42@gmail.com>
17696
17697 PR guile/17203
17698 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17699 previously existing parameter, and previously ambiguously spelled
17700 parameter.
17701
17702 2014-07-28 Will Newton <will.newton@linaro.org>
17703
17704 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17705
17706 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17707 Doug Evans <xdje42@gmail.com>
17708
17709 PR guile/17146
17710 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17711
17712 2014-07-25 Pedro Alves <palves@redhat.com>
17713
17714 * gdb.threads/signal-command-handle-nopass.c: New file.
17715 * gdb.threads/signal-command-handle-nopass.exp: New file.
17716 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17717 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17718 * gdb.threads/signal-delivered-right-thread.c: New file.
17719 * gdb.threads/signal-delivered-right-thread.exp: New file.
17720
17721 2014-07-25 Pedro Alves <palves@redhat.com>
17722
17723 * gdb.base/double-prompt-target-event-error.exp
17724 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17725 match.
17726 (cancel_pagination_in_target_event): Rework double prompt
17727 detection.
17728 * gdb.base/paginate-after-ctrl-c-running.exp
17729 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17730 <return>' match.
17731 * gdb.base/paginate-bg-execution.exp
17732 (test_bg_execution_pagination_return)
17733 (test_bg_execution_pagination_cancel): Remove '-notransfer
17734 <return>' matches.
17735 * gdb.base/paginate-execution-startup.exp
17736 (test_fg_execution_pagination_return)
17737 (test_fg_execution_pagination_cancel): Remove '-notransfer
17738 <return>' matches.
17739 * gdb.base/paginate-inferior-exit.exp
17740 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17741 match.
17742 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17743 * lib/gdb.exp (pagination_prompt): Run text through
17744 string_to_regexp.
17745 (gdb_test_multiple): Match $pagination_prompt instead of
17746 "<return>".
17747 (string_to_regexp): Move to lib/gdb-utils.exp.
17748
17749 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17750
17751 * gdb.arch/amd64-entry-value-paramref.S: New file.
17752 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17753 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17754 * gdb.arch/amd64-optimout-repeat.S: New file.
17755 * gdb.arch/amd64-optimout-repeat.c: New file.
17756 * gdb.arch/amd64-optimout-repeat.exp: New file.
17757
17758 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17759
17760 PR gdb/17170
17761 * gdb.base/statistics.exp: New file.
17762
17763 2014-07-17 Doug Evans <dje@google.com>
17764
17765 PR gdb/17170
17766 * gdb.base/maint.exp: Update testing of per-command stats.
17767
17768 2014-07-16 Pedro Alves <palves@redhat.com>
17769
17770 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17771 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17772 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17773 (tfile_write_buf): New functions.
17774 (add_memory_block): Rewrite using the above.
17775 (adjust_function_address): New function.
17776 (FUNCTION_ADDRESS): New macro.
17777 (write_basic_trace_file): Remove short_x local, and use
17778 tfile_write_16. Change type of func_addr local to unsigned long
17779 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17780 here. Cast argument of add_memory_block to char pointer.
17781 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17782 (main): Remove parameters.
17783 * gdb.trace/tfile.exp: Remove nowarnings.
17784
17785 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17786
17787 * gdb.base/debug-expr.exp: Test string evaluation with
17788 "debug expression" on.
17789
17790 2014-07-15 Pedro Alves <palves@redhat.com>
17791
17792 * gdb.base/reread.exp: Use clean_restart.
17793
17794 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17795
17796 * gdb.arch/avr-flash-qualifer.c: New.
17797 * gdb.arch/avr-flash-qualifer.exp: New.
17798
17799 2014-07-14 Pedro Alves <palves@redhat.com>
17800
17801 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17802 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17803
17804 2014-07-14 Pedro Alves <palves@redhat.com>
17805
17806 * gdb.base/double-prompt-target-event-error.c: New file.
17807 * gdb.base/double-prompt-target-event-error.exp: New file.
17808
17809 2014-07-14 Pedro Alves <palves@redhat.com>
17810
17811 PR gdb/17072
17812 * gdb.base/paginate-inferior-exit.c: New file.
17813 * gdb.base/paginate-inferior-exit.exp: New file.
17814
17815 2014-07-14 Pedro Alves <palves@redhat.com>
17816
17817 PR gdb/17072
17818 * gdb.base/paginate-bg-execution.c: New file.
17819 * gdb.base/paginate-bg-execution.exp: New file.
17820
17821 2014-07-14 Pedro Alves <palves@redhat.com>
17822
17823 PR gdb/17072
17824 * gdb.base/paginate-execution-startup.c: New file.
17825 * gdb.base/paginate-execution-startup.exp: New file.
17826 * lib/gdb.exp (pagination_prompt): New global.
17827 (default_gdb_spawn): New procedure, factored out from
17828 default_gdb_spawn.
17829 (default_gdb_start): Adjust to call default_gdb_spawn.
17830 (gdb_spawn): New procedure.
17831
17832 2014-07-14 Pedro Alves <palves@redhat.com>
17833
17834 * lib/gdb.exp (gdb_assert): New procedure.
17835 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17836
17837 2014-07-14 Pedro Alves <palves@redhat.com>
17838
17839 * gdb.base/execution-termios.c: New file.
17840 * gdb.base/execution-termios.exp: New file.
17841
17842 2014-07-14 Tom Tromey <tromey@redhat.com>
17843
17844 * gdb.cp/vla-cxx.cc: New file.
17845 * gdb.cp/vla-cxx.exp: New file.
17846
17847 2014-07-14 Tom Tromey <tromey@redhat.com>
17848
17849 * gdb.reverse/rerun-prec.c: New file.
17850 * gdb.reverse/rerun-prec.exp: New file.
17851
17852 2014-07-12 Maciej W. Rozycki <macro@mips.com>
17853 Maciej W. Rozycki <macro@codesourcery.com>
17854
17855 * lib/gdb-utils.exp: New file.
17856 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17857 inline `gdb_init_command' processing.
17858 (gdb_start_cmd): Likewise.
17859 * lib/mi-support.exp (mi_run_cmd): Likewise.
17860 * README: Document `gdb_init_command' and `gdb_init_commands'.
17861
17862 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17863
17864 Fix false FAIL running under a very long directory name.
17865 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17866 and "set print elements 10000". Twice.
17867
17868 2014-07-11 Yao Qi <yao@codesourcery.com>
17869
17870 * gdb.base/exprs.exp: "set print symbol off".
17871
17872 2014-07-11 Pedro Alves <palves@redhat.com>
17873
17874 * gdb.threads/kill.c: New file.
17875 * gdb.threads/kill.exp: New file.
17876
17877 2014-07-10 Yao Qi <yao@codesourcery.com>
17878
17879 * gdb.trace/tfile.c (write_basic_trace_file)
17880 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17881 address written to trace file.
17882
17883 2014-07-09 Pedro Alves <palves@redhat.com>
17884
17885 * gdb.base/attach-wait-input.exp: New file.
17886 * gdb.base/attach-wait-input.c: New file.
17887
17888 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17889
17890 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17891 setting up test structures.
17892 (main): Call new test function.
17893 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17894 test function, continue into test function and walk test
17895 structures.
17896
17897 2014-07-02 Yao Qi <yao@codesourcery.com>
17898
17899 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17900 'bar_start' at the beginning of functions 'foo' and 'bar'
17901 respectively.
17902 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17903 instead of 'foo' and 'bar'.
17904
17905 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17906
17907 * gdb.btrace/segv.exp: New.
17908 * gdb.btrace/segv.c: New.
17909
17910 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
17911
17912 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17913 instruction.
17914
17915 2014-06-30 Mark Wielaard <mjw@redhat.com>
17916
17917 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17918 vulture, vilify, villar): New volatile array constants.
17919 (vindictive, vegetation): New const volatile array constants.
17920 * gdb.base/volatile.exp: Test volatile and const volatile array
17921 types.
17922
17923 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17924
17925 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17926 target lacks support for awatch, rwatch, or hbreak.
17927
17928 2014-06-27 Yao Qi <yao@codesourcery.com>
17929
17930 * gdb.multi/dummy-frame-restore.exp: New.
17931 * gdb.multi/dummy-frame-restore.c: New.
17932
17933 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17934
17935 * gdb.btrace/gcore.exp: New.
17936
17937 2014-06-23 Pedro Alves <palves@redhat.com>
17938
17939 * gdb.base/watchpoint-reuse-slot.c: New file.
17940 * gdb.base/watchpoint-reuse-slot.exp: New file.
17941
17942 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17943
17944 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17945 progspace's filename in 'info', 'enable' and 'disable' command
17946 tests.
17947
17948 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17949
17950 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17951 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17952 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17953
17954 2014-06-20 Gary Benson <gbenson@redhat.com>
17955
17956 * gdb.arch/i386-avx.exp: Fix include file location.
17957 * gdb.arch/i386-sse.exp: Likewise.
17958
17959 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17960
17961 * gdb.dlang/expression.exp: New file.
17962
17963 2014-06-19 Pedro Alves <palves@redhat.com>
17964
17965 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17966 out from ...
17967 (top level): ... here. Iterate running tests under different
17968 scheduler-locking settings.
17969
17970 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
17971
17972 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17973 to DW_FORM_addr and use non-zero addresses.
17974
17975 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17976
17977 PR gdb/17017
17978 * gdb.python/py-xmethods.cc: Add global function call counters and
17979 increment them in their respective functions. Remove "cout"
17980 statements.
17981 * gdb.python/py-xmethods.exp: Make tests check the global function
17982 call counters instead of depending on inferior IO.
17983
17984 2014-06-18 Don Breazeal <donb@codesourcery.com>
17985
17986 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17987 Deleted procedure.
17988 (explicit_fork_parent_follow): Deleted procedure.
17989 (explicit_fork_child_follow): Deleted procedure.
17990 (test_follow_fork): New procedure.
17991 (do_fork_tests): Replace calls to deleted procedures with
17992 calls to test_follow_fork and reset GDB for subsequent
17993 procedure calls.
17994
17995 2014-06-17 Yao Qi <yao@codesourcery.com>
17996
17997 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17998 CP1252.
17999
18000 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18001
18002 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18003 Initialize ptr and S explicitly.
18004 (skip_type_update_when_not_use_rtti_test): Likewise.
18005
18006 2014-06-16 Keith Seitz <keiths@redhat.com>
18007
18008 PR mi/15863
18009 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18010 the inferior is started.
18011
18012 2014-06-16 Pedro Alves <palves@redhat.com>
18013
18014 * gdb.base/break-main-file-remove-fail.c: New file.
18015 * gdb.base/break-main-file-remove-fail.exp: New file.
18016 * gdb.base/break-unload-file.exp: Use build_executable instead of
18017 prepare_for_testing.
18018 (test_break): New parameter "initial_load". Handle it.
18019 (top level): Add initial_load cmdline/file axis.
18020
18021 2014-06-12 Tom Tromey <tromey@redhat.com>
18022
18023 * gdb.base/completion.exp: Don't use directory name in test.
18024
18025 2014-06-09 Gary Benson <gbenson@redhat.com>
18026
18027 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18028 separate the always-available ANSI-standard signals from the
18029 signals that require checking.
18030 (main): Likewise.
18031 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18032 Likewise.
18033 (main): Likewise.
18034
18035 2014-06-07 Keith Seitz <keiths@redhat.com>
18036
18037 Revert:
18038 PR c++/16253
18039 * gdb.cp/var-tag.cc: New file.
18040 * gdb.cp/var-tag.exp: New file.
18041 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18042 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18043 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18044 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18045
18046 2014-06-06 Doug Evans <xdje42@gmail.com>
18047
18048 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18049
18050 2014-06-06 Pedro Alves <palves@redhat.com>
18051
18052 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18053 in target debug output instead of looking at RSP packets,
18054 disabling the test on any target that uses hardware stepping.
18055 Update comments.
18056
18057 2014-06-06 Pedro Alves <palves@redhat.com>
18058
18059 * gdb.base/break-unload-file.exp: Fix typo.
18060
18061 2014-06-06 Yao Qi <yao@codesourcery.com>
18062
18063 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18064 from "jit_function" to "^jit_function".
18065
18066 2014-06-06 Yao Qi <yao@codesourcery.com>
18067
18068 * gdb.base/async.c (foo): Add one statement.
18069 * gdb.base/async.exp: Get the next instruction address and
18070 match the output of "nexti" by instruction address. Match
18071 the hex address in the output of "finish".
18072
18073 2014-06-06 Gary Benson <gbenson@redhat.com>
18074
18075 * gdb.base/call-signals.c: Remove preprocessor conditionals
18076 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18077 SIGSEGV and SIGTERM.
18078 * gdb.base/sigall.c: Likewise.
18079 * gdb.base/unwindonsignal.c: Likewise.
18080 * gdb.reverse/sigall-reverse.c: Likewise.
18081
18082 2014-06-06 Yao Qi <yao@codesourcery.com>
18083
18084 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18085 readable, skip the test.
18086
18087 2014-06-06 Yao Qi <yao@codesourcery.com>
18088
18089 * gdb.threads/staticthreads.c (thread_function): Move the line
18090 setting breakpoint on forward.
18091 * gdb.threads/staticthreads.exp: Update comments.
18092
18093 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18094
18095 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18096 "history-append! type error".
18097
18098 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18099
18100 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18101 erroneous dprintf expected input.
18102
18103 2014-06-04 Doug Evans <xdje42@gmail.com>
18104
18105 * gdb.guile/scm-generics.exp: Delete.
18106
18107 2014-06-04 Doug Evans <xdje42@gmail.com>
18108
18109 * gdb.guile/scm-breakpoint.exp: Update.
18110 Add tests for breakpoint registration.
18111
18112 2014-06-04 Tom Tromey <tromey@redhat.com>
18113
18114 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18115 VLA-in-union.
18116 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18117 inner_vla_struct, vla_union types. Initialize objects of those
18118 types and compute their sizes.
18119
18120 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18121 Hui Zhu <hui@codesourcery.com>
18122
18123 * gdb.base/fileio.exp: Add test for shell not available as well as
18124 available.
18125 * gdb.base/fileio.c (test_system): Check for shell twice.
18126
18127 2014-06-04 Yao Qi <yao@codesourcery.com>
18128
18129 * gdb.base/auto-connect-native-target.exp: Remove redundant
18130 space from the regexp pattern.
18131
18132 2014-06-04 Yao Qi <yao@codesourcery.com>
18133
18134 * gdb.base/default.exp: Replace "child" with "native" in
18135 regexp pattern.
18136
18137 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18138
18139 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18140 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18141 * gdb.python/py-xmethods.py: Python script supporting the
18142 new testcase and tests.
18143
18144 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18145 Pedro Alves <palves@redhat.com>
18146
18147 PR breakpoints/17000
18148 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18149 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18150
18151 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18152
18153 * gdb.base/subst.exp: Add tests to verify partial path matching
18154 output.
18155
18156 2014-06-03 Pedro Alves <palves@redhat.com>
18157
18158 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18159 target that doesn't use software single-stepping.
18160
18161 2014-06-03 Pedro Alves <palves@redhat.com>
18162
18163 PR breakpoints/17000
18164 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18165 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18166
18167 2014-06-02 Doug Evans <xdje42@gmail.com>
18168
18169 * gdb.guile/scm-parameter.exp: New file.
18170
18171 2014-06-02 Doug Evans <xdje42@gmail.com>
18172
18173 * gdb.guile/scm-cmd.c: New file.
18174 * gdb.guile/scm-cmd.exp: New file.
18175
18176 2014-06-02 Doug Evans <xdje42@gmail.com>
18177
18178 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18179 pretty-printer lookup.
18180 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18181 (make-pp_s-printer): Call it.
18182 (make-pretty-printer-from-dict): New function.
18183 (lookup-pretty-printer-maker-from-dict): New function.
18184 (*pretty-printer*): Simplify.
18185 (make-objfile-pp_s-printer): New function.
18186 (install-objfile-pretty-printers!): New function.
18187 (make-progspace-pp_s-printer): New function.
18188 (install-progspace-pretty-printers!): New function.
18189 * gdb.guile/scm-progspace.c: New file.
18190 * gdb.guile/scm-progspace.exp: New file.
18191
18192 2014-06-02 Pedro Alves <palves@redhat.com>
18193
18194 * gdb.base/dprintf-bp-same-addr.c: New file.
18195 * gdb.base/dprintf-bp-same-addr.exp: New file.
18196
18197 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18198
18199 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18200 * gdb.arch/powerpc-power.s: Likewise.
18201
18202 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18203
18204 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18205
18206 2014-06-01 Yao Qi <yao@codesourcery.com>
18207
18208 * gdb.base/watchpoint.exp (test_watch_location): Check null
18209 pointer can be dereferenced. If not, do the test, otherwise
18210 skip it.
18211
18212 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18213
18214 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18215 results.
18216 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18217
18218 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18219
18220 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18221 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18222 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18223 * gdb.arch/amd64-invalid-stack-top.c: New file.
18224 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18225
18226 2014-05-30 Pedro Alves <palves@redhat.com>
18227
18228 PR breakpoints/17000
18229 * gdb.base/sss-bp-on-user-bp.c: New file.
18230 * gdb.base/sss-bp-on-user-bp.exp: New file.
18231
18232 2014-05-30 David Blaikie <dblaikie@gmail.com>
18233
18234 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18235 gnu_inline semantics via attribute.
18236 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18237 source explicitly specifies the required semantics.
18238
18239 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18240
18241 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18242
18243 2014-05-29 Pedro Alves <palves@redhat.com>
18244 Tom Tromey <tromey@redhat.com>
18245
18246 * gdb.base/async-shell.exp: Don't enable target-async.
18247 * gdb.base/async.exp
18248 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18249 parameter. Adjust.
18250 (top level): Don't test with "target-async".
18251 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18252 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18253 * gdb.base/inferior-died.exp: Don't enable target-async.
18254 * gdb.base/interrupt-noterm.exp: Likewise.
18255 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18256 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18257 * gdb.mi/mi-nonstop.exp: Likewise.
18258 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18259 * gdb.mi/mi-nsintrall.exp: Likewise.
18260 * gdb.mi/mi-nsmoribund.exp: Likewise.
18261 * gdb.mi/mi-nsthrexec.exp: Likewise.
18262 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18263 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18264 * gdb.python/py-evsignal.exp: Don't enable target-async.
18265 * gdb.python/py-evthreads.exp: Likewise.
18266 * gdb.python/py-prompt.exp: Likewise.
18267 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18268 * gdb.server/solib-list.exp: Don't enable target-async.
18269 * gdb.threads/thread-specific-bp.exp: Likewise.
18270 * lib/mi-support.exp: Adjust to use mi-async.
18271
18272 2014-05-29 Pedro Alves <palves@redhat.com>
18273
18274 PR gdb/13860
18275 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18276 reason, even in sync mode.
18277
18278 2014-05-29 Pedro Alves <palves@redhat.com>
18279 Hui Zhu <hui@codesourcery.com>
18280
18281 PR PR15693
18282 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18283 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18284 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18285 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18286
18287 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18288
18289 * config/monitor.exp (gdb_target_monitor): Replace use of
18290 "set remotebaud" by "set serial baud".
18291
18292 2014-05-26 Andy Wingo <wingo@igalia.com>
18293
18294 * gdb.guile/scm-breakpoint.exp:
18295 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18296 properties instead of gdb-object-properties.
18297
18298 2014-05-26 Yao Qi <yao@codesourcery.com>
18299
18300 * gdb.server/no-thread-db.exp: Specify source file name
18301 explicitly when setting a breakpoint.
18302
18303 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18304
18305 * gdb.btrace/vdso.c: New.
18306 * gdb.btrace/vdso.exp: New.
18307
18308 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18309
18310 * gdb.base/gcore.exp (capture_command_output): Move ...
18311 * lib/gdb.exp (capture_command_output): ... here.
18312
18313 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18314
18315 * gdb.btrace/data.exp: Test memory access during btrace replay.
18316
18317 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18318
18319 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18320
18321 2014-05-21 Pedro Alves <palves@redhat.com>
18322
18323 PR gdb/13860
18324 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18325 (top level): Test that output related to execution commands is
18326 sent to the console with CLI commands, but not with MI commands.
18327 Test that breakpoint events are always mirrored to the console.
18328 Also expect the new source line to be output after a "next" in
18329 async mode too. Make it a pass/fail test.
18330 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18331 output.
18332 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18333
18334 2014-05-21 Pedro Alves <palves@redhat.com>
18335
18336 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18337 Use them to test variations of "list" after reaching a breakpoint.
18338 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18339 Test "list" with listsize 10 after reaching a breakpoint.
18340 * gdb.python/python.exp (decode_line current location line
18341 number): Adjust expected line number.
18342
18343 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18344
18345 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18346 behavior for $args, pass it directly to "run".
18347
18348 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18349
18350 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18351 30000 to 65536.
18352
18353 2014-05-21 Pedro Alves <palves@redhat.com>
18354
18355 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18356 auto-connect-native-target off".
18357 * gdb.base/auto-connect-native-target.c: New file.
18358 * gdb.base/auto-connect-native-target.exp: New file.
18359
18360 2014-05-21 Pedro Alves <palves@redhat.com>
18361
18362 * gdb.base/default.exp: Test "target native" instead of "target
18363 child".
18364
18365 2014-05-21 Mark Wielaard <mjw@redhat.com>
18366
18367 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18368
18369 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18370
18371 Fix TLS access for -static -pthread.
18372 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18373 <HAVE_TLS> (thread_function, main): Initialize it.
18374 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18375 Add clean_restart.
18376 <$have_tls != "">: Check TLSVAR.
18377
18378 2014-05-21 Pedro Alves <palves@redhat.com>
18379
18380 * gdb.base/dcache-line-read-error.c: New.
18381 * gdb.base/dcache-line-read-error.exp: New.
18382
18383 2014-05-20 Pedro Alves <palves@redhat.com>
18384
18385 * gdb.base/compare-sections.c: New file.
18386 * gdb.base/compare-sections.exp: New file.
18387
18388 2014-05-20 Pedro Alves <palves@redhat.com>
18389
18390 * gdb.base/break-idempotent.c: New file.
18391 * gdb.base/break-idempotent.exp: New file.
18392
18393 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18394
18395 * gdb.btrace/nohist.exp: New.
18396
18397 2014-05-20 Yao Qi <yao@codesourcery.com>
18398
18399 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18400 gdb.reverse directory and gdb_reverse_timeout exists in board
18401 setting.
18402 * README: Document gdb_reverse_timeout.
18403
18404 2014-05-20 Yao Qi <yao@codesourcery.com>
18405
18406 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18407 'test_file_name'. Treat args as a string instead of a list.
18408 (gdb_init): Rename argument 'args' by 'test_file_name'.
18409
18410 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18411
18412 * gdb.arch/powerpc-power.exp: New file.
18413 * gdb.arch/powerpc-power.s: New file.
18414
18415 2014-05-16 Doug Evans <dje@google.com>
18416
18417 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18418 * gdb.base/completion.exp: Check that all expected files exist
18419 before doing file completion.
18420
18421 2014-05-16 Doug Evans <dje@google.com>
18422
18423 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18424 Update.
18425 (do_syscall_tests_without_xml): Update.
18426
18427 2014-05-16 Pedro Alves <palves@redhat.com>
18428
18429 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18430 instead of "unknown output after running".
18431
18432 2014-05-16 Yao Qi <yao@codesourcery.com>
18433
18434 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18435 file1.txt from host at the end.
18436 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18437
18438 2014-05-15 Doug Evans <dje@google.com>
18439
18440 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18441 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18442 loading file. Add test for TU lookup.
18443
18444 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18445
18446 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18447 calling "-exec-arguments" or "set args" before running the
18448 inferior.
18449
18450 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18451
18452 * lib/mi-support.exp (mi_expect_stop): Expect message for
18453 inferiors that exit with non-zero exit code.
18454
18455 2014-05-14 Yao Qi <yao@codesourcery.com>
18456
18457 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18458 match absolute path on remote host.
18459 (test_file_list_exec_source_files): Remove "/" from the
18460 pattern.
18461
18462 2014-05-14 Yao Qi <yao@codesourcery.com>
18463
18464 * boards/local-remote-host-notty.exp (${board}_file): New
18465 proc.
18466
18467 2014-05-07 Kyle McMartin <kyle@redhat.com>
18468
18469 Pushed by Joel Brobecker <brobecker@adacore.com>.
18470 * gdb.arch/aarch64-atomic-inst.c: New file.
18471 * gdb.arch/aarch64-atomic-inst.exp: New file.
18472
18473 2014-05-07 Yao Qi <yao@codesourcery.com>
18474
18475 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18476 in current context" too.
18477
18478 2014-05-05 Keith Seitz <keiths@redhat.com>
18479
18480 * gdb.linespec/ls-dollar.exp: Add test for linespec
18481 file:convenience_variable.
18482
18483 2014-05-05 Yao Qi <yao@codesourcery.com>
18484
18485 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18486 traceframes into tfile and ctf trace files. Read data from
18487 trace file and test collected data.
18488 (gdb_collect_locals_test): Likewise.
18489 (gdb_unavailable_registers_test): Likewise.
18490 (gdb_unavailable_floats): Likewise.
18491 (gdb_collect_globals_test): Likewise.
18492 (top-level): Append "ctf" to trace_file_targets if GDB
18493 supports.
18494
18495 2014-05-05 Yao Qi <yao@codesourcery.com>
18496
18497 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18498 code to ...
18499 (gdb_collect_args_test_1): ... it. New proc.
18500 (gdb_collect_locals_test): Move some code to ...
18501 (gdb_collect_locals_test_1): ... it. New proc.
18502 (gdb_unavailable_registers_test): Move some code to ...
18503 (gdb_unavailable_registers_test_1): ... it. New proc.
18504 (gdb_unavailable_floats): Move some code to ...
18505 (gdb_unavailable_floats_1): ... it. New proc.
18506
18507 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18508
18509 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18510 probes to test for bitness recognition.
18511 * gdb.arch/amd64-stap-optional-prefix.exp
18512 (test_probe_value_without_reg): New procedure.
18513 Add code to test for different kinds of bitness.
18514
18515 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18516
18517 PR breakpoints/16889
18518 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18519 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18520
18521 2014-05-01 Pedro Alves <palves@redhat.com>
18522
18523 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18524 gdb_file_cmd if no file is specified.
18525 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18526 last_loaded_file to set the remote exec-file.
18527
18528 2014-05-01 Pedro Alves <palves@redhat.com>
18529
18530 * boards/local-remote-host.exp: New file.
18531
18532 2014-05-01 Pedro Alves <palves@redhat.com>
18533
18534 * boards/local-remote-host.exp: Rename to ...
18535 * boards/local-remote-host-notty.exp: ... this.
18536
18537 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18538
18539 * gdb.ada/dyn_arrayidx: New testcase.
18540
18541 2014-04-26 Yao Qi <yao@codesourcery.com>
18542
18543 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18544 and compute the length of function main. Save it in
18545 $main_length.
18546 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18547 (top-level): Use gdb_compile to compile objects into
18548 executable and restart GDB. Remove invocation to
18549 prepare_for_testing.
18550
18551 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18552 Pedro Alves <palves@redhat.com>
18553
18554 PR server/16255
18555 * gdb.multi/multi-attach.c: New file.
18556 * gdb.multi/multi-attach.exp: New file.
18557
18558 2014-04-25 Pedro Alves <palves@redhat.com>
18559
18560 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18561 user.
18562 (top level): Test that "set remote conditional-breakpoints-packet
18563 off" works as intended.
18564 * gdb.base/dprintf.exp: Test that "set remote
18565 breakpoint-commands-packet off" works as intended.
18566 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18567 New function.
18568 (top level): Call it.
18569 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18570 remote fast-tracepoints-packet off" works as intended.
18571 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18572 * lib/gdb.exp (gdb_is_target_remote): ... here.
18573
18574 2014-04-24 David Blaikie <dblaikie@gmail.com>
18575
18576 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18577 ensure clang would not discard them.
18578 * gdb.base/gdbvars.c: Ditto.
18579 * gdb.base/memattr.c: Ditto.
18580 * gdb.base/whatis.c: Ditto.
18581 * gdb.python/py-prettyprint.c: Ditto.
18582 * gdb.trace/actions.c: Ditto.
18583 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18584 ensure clang would not discard it.
18585
18586 2014-04-24 David Blaikie <dblaikie@gmail.com>
18587
18588 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18589 clang to emit the full definition of type required by the test
18590 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18591
18592 2014-04-24 David Blaikie <dblaikie@gmail.com>
18593
18594 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18595 coax Clang into emitting the definition of the type.
18596 * gdb.cp/pr10728-x.h (y): Ditto.
18597 * gdb.cp/pr10728-y.cc (y): Ditto.
18598
18599 2014-04-24 David Blaikie <dblaikie@gmail.com>
18600
18601 * gdb.base/label.exp: XFAIL label related tests under Clang.
18602 * gdb.cp/cplabel.exp: Ditto.
18603 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18604 under Clang those using labels.
18605
18606 2014-04-25 Yao Qi <yao@codesourcery.com>
18607
18608 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18609 double_label.
18610 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18611 partial_label and double_label.
18612
18613 2014-04-24 David Blaikie <dblaikie@gmail.com>
18614
18615 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18616
18617 2014-04-24 David Blaikie <dblaikie@gmail.com>
18618
18619 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18620 of the function to work across GCC and Clang.
18621 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18622 pointer types (const void ** const V void **).
18623
18624 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18625 Walfred Tedeschi <walfred.tedeschi@intel.com>
18626
18627 * Makefile.in (EXECUTABLES): Added i386-avx512.
18628 * gdb.arch/i386-avx512.c: New file.
18629 * gdb.arch/i386-avx512.exp: Likewise.
18630
18631 2014-04-23 Keith Seitz <keiths@redhat.com>
18632
18633 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18634 (mi_make_breakpoint_table): New procedure.
18635 (mi_create_breakpoint): Use mi_make_breakpoint
18636 and return the result.
18637 (mi_make_breakpoint): New procedure.
18638 (mi_build_kv_pairs): New procedure.
18639
18640 * gdb.mi/mi-break.exp: Remove unused globals,
18641 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18642 All callers updated.
18643 * gdb.mi/mi-dprintf.exp: Use variable to track command
18644 number.
18645 Update all callers of mi_create_breakpoint and use
18646 mi_make_breakpoint_table.
18647 Remove any unused global variables.
18648 * gdb.mi/mi-nonstop.exp: Likewise.
18649 * gdb.mi/mi-nsintrall.exp: Likewise.
18650 * gdb.mi/mi-nsmoribund.exp: Likewise.
18651 * gdb.mi/mi-nsthrexec.exp: Likewise.
18652 * gdb.mi/mi-reverse.exp: Likewise.
18653 * gdb.mi/mi-simplerun.exp: Likewise.
18654 * gdb.mi/mi-stepn.exp: Likewise.
18655 * gdb.mi/mi-syn-frame.exp: Likewise.
18656 * gdb.mi/mi-until.exp: Likewise.
18657 * gdb.mi/mi-var-cp.exp: Likewise.
18658 * gdb.mi/mi-var-display.exp: Likewise.
18659 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18660 * gdb.mi/mi2-var-child.exp: Likewise.
18661 * gdb.mi/mi-vla-c99.exp: Likewise.
18662 * lib/mi-support.exp: Likewise.
18663
18664 From Ian Lance Taylor <iant@cygnus.com>:
18665 * lib/gdb.exp (parse_args): New procedure.
18666
18667 2014-04-23 Pedro Alves <palves@redhat.com>
18668
18669 * gdb.base/break-unload-file.c: New file.
18670 * gdb.base/break-unload-file.exp: New file.
18671 * gdb.base/sym-file-lib.c (baz): New function.
18672 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18673 field.
18674 (load): Store the segment's mapped size.
18675 (unload): New function.
18676 (unload_shlib): New function.
18677 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18678 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18679 set a breakpoint at baz, and call it.
18680 * gdb.base/sym-file.exp: New tests for stale breakpoint
18681 instructions.
18682
18683 2014-04-23 Pedro Alves <palves@redhat.com>
18684
18685 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18686 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18687 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18688 * gdb.base/hbreak-unmapped.c: New file.
18689 * gdb.base/hbreak-unmapped.exp: New file.
18690 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18691 * lib/gdb.exp (gdb_is_target_remote): ... here.
18692
18693 2014-04-22 Pedro Alves <palves@redhat.com>
18694
18695 * gdb.base/consecutive-step-over.c: New file.
18696 * gdb.base/consecutive-step-over.exp: New file.
18697
18698 2014-04-22 Pedro Alves <palves@redhat.com>
18699
18700 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18701 instead of send_gdb/gdb_expect.
18702
18703 2014-04-22 Yao Qi <yao@codesourcery.com>
18704
18705 * lib/trace-support.exp (generate_tracefile): New procedure.
18706 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18707 return 0.
18708 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18709 if generate_tracefile returns 1.
18710
18711 2014-04-18 Tom Tromey <palves@redhat.com>
18712 Pedro alves <tromey@redhat.com>
18713
18714 PR backtrace/15558
18715 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18716 with a backtrace limit.
18717 * gdb.python/py-frame-inline.exp: Test running to an inline
18718 function with a backtrace limit, and printing the newest frame.
18719 * gdb.python/py-frame-inline.c (main): Call f.
18720
18721 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18722
18723 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18724
18725 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18726
18727 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18728 Drop prefix from unsupported source file path.
18729
18730 2014-04-17 Yao Qi <yao@codesourcery.com>
18731
18732 * lib/gdb.exp (with_target_charset): New proc.
18733 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18734 with_target_charset.
18735 (test_print_strings): Likewise.
18736 (test_repeat_bytes): Likewise.
18737 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18738 for some tests.
18739
18740 2014-04-16 Keith Seitz <keiths@redhat.com>
18741
18742 PR gdb/15827
18743 * gdb.dwarf2/corrupt.c: New file.
18744 * gdb.dwarf2/corrupt.exp: New file.
18745
18746 2014-04-16 Keith Seitz <keiths@redhat.com>
18747
18748 PR c++/16597
18749 * gdb.cp/namelessclass.cc: New file.
18750 * gdb.cp/namelessclass.exp: New file.
18751 * gdb.cp/namelessclass.S: New file.
18752
18753 2014-04-16 Doug Evans <dje@google.com>
18754
18755 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18756 Add comment.
18757 (gdbserver_default_get_comm_port): New function.
18758 (gdbserver_start): Check if board file provided
18759 "gdbserver,get_comm_port" and use it if so.
18760 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18761 (gdb,socketport): Set to "stdio".
18762 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18763 (stdio_gdbserver_template): Delete.
18764 (${board}_get_remote_address): Update.
18765 (${board}_build_remote_cmd): Delete.
18766 (${board}_get_comm_port): New function.
18767 (${board}_spawn): Update.
18768 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18769 Delete.
18770 (${board}_get_remote_address): Update.
18771 (${board}_get_comm_port): New function.
18772
18773 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
18774
18775 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18776 appearing in any order.
18777
18778 2014-04-15 Doug Evans <dje@google.com>
18779
18780 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18781 uninitialized value of "description".
18782
18783 2014-04-15 Keith Seitz <keiths@redhat.com>
18784
18785 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18786 Remove unused globals.
18787 (test_running_the_program): Likewise.
18788 (test_controlled_execution): Likewise.
18789 (test_controlling_breakpoints): Likewise.
18790 (test_program_termination): Likewise.
18791
18792 2014-04-15 Keith Seitz <keiths@redhat.com>
18793
18794 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18795 unused globals.
18796 (test_rbreak_creation_and_listing): Likewise.
18797 (test_ignore_count): Likewise.
18798 (test_error): Likewise.
18799
18800 2014-04-15 Pedro Alves <palves@redhat.com>
18801
18802 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18803 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18804 sym-file-loader.c.
18805 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18806 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18807 to sym-file-loader.c.
18808 (struct library): Forward declare.
18809 (load_shlib, lookup_function): Change prototypes.
18810 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18811 (translate_offset): Remove declarations.
18812 (get_text_addr): New declaration.
18813 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18814 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18815 sym-file-loader.h.
18816 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18817 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18818 here from sym-file-loader.h.
18819 (struct library): New structure.
18820 (load_shlib, lookup_function): Change prototypes and adjust to
18821 work with a struct library.
18822 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18823 (translate_offset): Make static.
18824 (get_text_addr): New function.
18825 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18826
18827 2014-04-15 Pedro Alves <palves@redhat.com>
18828
18829 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18830
18831 2014-04-15 Pedro Alves <palves@redhat.com>
18832
18833 * gdb.base/sym-file-loader.c: Include <limits.h>.
18834 (SELF_LINK): New define.
18835 (get_origin): New function.
18836 (load_shlib): Use it.
18837 * gdb.base/sym-file.exp: Don't early return if the target is
18838 remote. Use runto_main, and issue fail is that fails. Use
18839 gdb_load_shlibs.
18840 (shlib_name): Delete.
18841 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18842
18843 2014-04-15 Pedro Alves <palves@redhat.com>
18844
18845 * gdb.base/sym-file.exp: Remove regex characters from test
18846 message. Don't refer to breakpoint numbers in test messages.
18847
18848 2014-04-14 Keith Seitz <keiths@redhat.com>
18849
18850 PR c++/16253
18851 * gdb.cp/var-tag.cc: New file.
18852 * gdb.cp/var-tag.exp: New file.
18853 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18854 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18855 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18856 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18857
18858 2014-04-14 Tom Tromey <tromey@redhat.com>
18859
18860 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18861 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18862 type.
18863 * gdb.cp/enum-class.exp: New file.
18864 * gdb.cp/enum-class.cc: New file.
18865
18866 2014-04-14 Tom Tromey <tromey@redhat.com>
18867
18868 * gdb.dwarf2/enum-type.exp: New file.
18869
18870 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18871
18872 * gdb.mi/mi-vla-c99.exp: New file.
18873 * gdb.mi/vla.c: New file.
18874
18875 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18876
18877 * gdb.base/vla-datatypes.c: New file.
18878 * gdb.base/vla-datatypes.exp: New file.
18879
18880 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18881
18882 * gdb.base/vla-ptr.c: New file.
18883 * gdb.base/vla-ptr.exp: New file.
18884
18885 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18886
18887 * gdb.dwarf2/count.exp: New file.
18888
18889 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18890
18891 * gdb.base/vla-sideeffect.c: New file.
18892 * gdb.base/vla-sideeffect.exp: New file.
18893
18894 2014-04-14 David Blaikie <dblaikie@gmail.com>
18895
18896 * gdb.mi/non-stop.c: Add return value for non-void function return
18897 statement.
18898 * gdb.threads/staticthreads.c: Ditto.
18899
18900 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18901 Doug Evans <xdje42@gmail.com>
18902
18903 * gdb.guile/scm-value.c: Improve test case.
18904 * gdb.guile/scm-value.exp: Add new test.
18905
18906 2014-04-11 David Blaikie <dblaikie@gmail.com>
18907
18908 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18909 override Clang's default.
18910
18911 2014-04-11 Joel Brobecker <brobecker@adacore.com>
18912
18913 Revert the following changes (regressions):
18914
18915 * gdb.base/vla-sideeffect.c: New file.
18916 * gdb.base/vla-sideeffect.exp: New file.
18917
18918 * gdb.dwarf2/count.exp: New file.
18919
18920 * gdb.base/vla-multi.c: New file.
18921 * gdb.base/vla-multi.exp: New file.
18922
18923 * gdb.base/vla-ptr.c: New file.
18924 * gdb.base/vla-ptr.exp: New file.
18925
18926 * gdb.base/vla-datatypes.c: New file.
18927 * gdb.base/vla-datatypes.exp: New file.
18928
18929 * gdb.mi/mi-vla-c99.exp: New file.
18930 * gdb.mi/vla.c: New file.
18931
18932 2014-04-11 Keith Seitz <keiths@redhat.com>
18933
18934 PR c++/16675
18935 * gdb.cp/cpsizeof.exp: New file.
18936 * gdb.cp/cpsizeof.cc: New file.
18937
18938 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18939
18940 * gdb.mi/mi-vla-c99.exp: New file.
18941 * gdb.mi/vla.c: New file.
18942
18943 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18944
18945 * gdb.base/vla-datatypes.c: New file.
18946 * gdb.base/vla-datatypes.exp: New file.
18947
18948 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18949
18950 * gdb.base/vla-ptr.c: New file.
18951 * gdb.base/vla-ptr.exp: New file.
18952
18953 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18954
18955 * gdb.base/vla-multi.c: New file.
18956 * gdb.base/vla-multi.exp: New file.
18957
18958 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18959
18960 * gdb.dwarf2/count.exp: New file.
18961
18962 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18963
18964 * gdb.base/vla-sideeffect.c: New file.
18965 * gdb.base/vla-sideeffect.exp: New file.
18966
18967 2014-04-11 Yao Qi <yao@codesourcery.com>
18968
18969 * gdb.base/completion.exp: Check file exists before running tests
18970 on file completion.
18971
18972 2014-04-10 Pedro Alves <palves@redhat.com>
18973
18974 * gdb.base/cond-eval-mode.c: New file.
18975 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18976 prepare_for_testing to build the new file. Check result of
18977 runto_main.
18978 (test_break, test_watch): New procedures.
18979 (top level): Use them.
18980
18981 2014-04-08 Pierre Muller <muller@sourceware.org>
18982
18983 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18984 Ctrl-V use for mingw hosts.
18985
18986 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18987
18988 * gdb.python/py-value.c: Improve test case.
18989 * gdb.python/py-value.exp: Add new test.
18990
18991 2014-04-07 David Blaikie <dblaikie@gmail.com>
18992
18993 * lib/compiler.c: Identify the clang compiler.
18994 * lib/compiler.cc: Ditto.
18995
18996 2014-04-03 Yao Qi <yao@codesourcery.com>
18997
18998 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18999
19000 2014-04-01 Anton Blanchard <anton@samba.org>
19001
19002 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19003 messages unique.
19004
19005 2014-04-01 Anton Blanchard <anton@samba.org>
19006
19007 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19008 prepare_for_testing.
19009
19010 2014-04-01 Anton Blanchard <anton@samba.org>
19011
19012 * gdb.arch/ppc64-atomic-inst.c: Remove.
19013 * gdb.arch/ppc64-atomic-inst.S: New file.
19014 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19015
19016 2014-03-31 Doug Evans <dje@google.com>
19017
19018 * gdb.base/print-symbol-loading-lib.c: New file.
19019 * gdb.base/print-symbol-loading-main.c: New file.
19020 * gdb.base/print-symbol-loading.exp: New file.
19021
19022 2014-03-31 Yao Qi <yao@codesourcery.com>
19023
19024 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19025
19026 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19027
19028 * gdb.ada/mi_dyn_arr: New testcase.
19029
19030 2014-03-27 Doug Evans <dje@google.com>
19031
19032 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19033
19034 2014-03-27 Yao Qi <yao@codesourcery.com>
19035
19036 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19037 if target is nios2-*-*.
19038
19039 2014-03-26 Yao Qi <yao@codesourcery.com>
19040
19041 * lib/gdb.exp (readline_is_used): New proc.
19042 * gdb.base/completion.exp: Move tests on command complete up.
19043 Skip the rest of tests if readline is not used.
19044 * gdb.ada/complete.exp: Skp the test if readline is not
19045 used.
19046 * gdb.base/filesym.exp: Likewise.
19047 * gdb.base/macscp.exp: Likewise.
19048 * gdb.base/readline-ask.exp: Likewise.
19049 * gdb.base/readline.exp: Likewise.
19050 * gdb.python/py-cmd.exp: Likewise.
19051 * gdb.trace/tfile.exp: Likewise.
19052
19053 2014-03-26 Yao Qi <yao@codesourcery.com>
19054
19055 * gdb.base/macscp.exp: Fix code format issues.
19056
19057 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19058
19059 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19060 * gdb.asm/powerpc64le.inc: New file.
19061
19062 2014-03-25 Pedro Alves <palves@redhat.com>
19063 Doug Evans <dje@google.com>
19064
19065 * gdb.base/source-execution.c: New file.
19066 * gdb.base/source-execution.exp: New file.
19067 * gdb.base/source-execution.gdb: New file.
19068
19069 2014-03-24 Doug Evans <dje@google.com>
19070
19071 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19072 using fission.
19073
19074 2014-03-24 Hui Zhu <hui@codesourcery.com>
19075 Pedro Alves <palves@redhat.com>
19076
19077 PR breakpoints/16101
19078 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19079 test pass/fail messages. Detect missing support for dprintf when
19080 breakpoints are actually inserted.
19081 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19082 breakpoints are actually inserted.
19083 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19084 fails.
19085
19086 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19087
19088 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19089
19090 2014-03-22 Doug Evans <xdje42@gmail.com>
19091
19092 * gdb.python/python.exp (python not supported): Verify multi-line
19093 python command issues an error.
19094 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19095 guile command issues an error.
19096
19097 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19098
19099 * gdb.threads/thread-specific.exp: Handle the lack of usable
19100 $this_breakpoint and $this_thread.
19101
19102 2014-03-21 Hui Zhu <hui@codesourcery.com>
19103
19104 * gdb.base/attach.exp (do_command_attach_tests): New.
19105
19106 2014-03-20 Tom Tromey <tromey@redhat.com>
19107 Pedro Alves <palves@redhat.com>
19108
19109 PR cli/15718
19110 * gdb.base/condbreak-call-false.c: New file.
19111 * gdb.base/condbreak-call-false.exp: New file.
19112
19113 2014-03-20 Pedro Alves <palves@redhat.com>
19114
19115 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19116 Delete.
19117 (block_signals, unblock_signals): Delete.
19118 (child_function_2, main): Remove references to deleted variable
19119 and functions.
19120
19121 2014-03-20 Pedro Alves <palves@redhat.com>
19122
19123 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19124 Use pthread_kill to signal thread 2.
19125 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19126 Adjust to make the test send itself a signal rather than using the
19127 host's "kill" command.
19128
19129 2014-03-20 Pedro Alves <palves@redhat.com>
19130
19131 * gdb.threads/multiple-step-overs.c: New file.
19132 * gdb.threads/multiple-step-overs.exp: New file.
19133 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19134 Adjust expected infrun debug output.
19135
19136 2014-03-20 Pedro Alves <palves@redhat.com>
19137
19138 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19139 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19140
19141 2014-03-20 Pedro Alves <palves@redhat.com>
19142
19143 PR breakpoints/7143
19144 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19145 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19146 of gdb_test_multiple.
19147 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19148 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19149
19150 2014-03-20 Pedro Alves <palves@redhat.com>
19151
19152 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19153 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19154
19155 2014-03-19 Pedro Alves <palves@redhat.com>
19156
19157 * gdb.base/async.exp: Remove early return.
19158
19159 2014-03-19 Pedro Alves <palves@redhat.com>
19160
19161 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19162
19163 2014-03-19 Pedro Alves <palves@redhat.com>
19164
19165 * gdb.base/async.exp (test_background): Expect \r\n after
19166 "completed." in the fail pattern.
19167
19168 2014-03-19 Pedro Alves <palves@redhat.com>
19169
19170 * gdb.base/async.exp (test_background): New procedure.
19171 Use it for all background execution command tests.
19172
19173 2014-03-19 Pedro Alves <palves@redhat.com>
19174
19175 * gdb.base/async.exp: Use prepare_for_testing.
19176
19177 2014-03-19 Pedro Alves <palves@redhat.com>
19178
19179 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19180 the same line.
19181
19182 2014-03-19 Pedro Alves <palves@redhat.com>
19183
19184 * gdb.base/async.c (main): Add "jump here" and "until here" line
19185 marker comments.
19186 * gdb.base/async.exp (jump_here): New global.
19187 (jump& test): Use it.
19188 (until_here): New global.
19189 (until& test): Use it.
19190
19191 2014-03-19 Pedro Alves <palves@redhat.com>
19192
19193 * gdb.base/async.exp: Don't frob gdb_protocol.
19194
19195 2014-03-18 Doug Evans <xdje42@gmail.com>
19196
19197 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19198 Fix spelling of exec-done-display.
19199
19200 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19201
19202 PR gdb/15358
19203 * gdb.base/gdb-sigterm.c: New file.
19204 * gdb.base/gdb-sigterm.exp: New file.
19205
19206 2014-03-18 Pedro Alves <palves@redhat.com>
19207
19208 PR gdb/13860
19209 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19210 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19211 solib-event.
19212
19213 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19214
19215 * gdb.ada/pckd_arr_ren: New testcase.
19216
19217 2014-03-13 Doug Evans <xdje42@gmail.com>
19218
19219 PR guile/16612
19220 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19221 collect after discarding symbols.
19222
19223 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19224 Doug Evans <xdje42@gmail.com>
19225
19226 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19227 to history survives a gc.
19228
19229 2014-03-13 Pedro Alves <palves@redhat.com>
19230
19231 * gdb.base/default.exp: Don't test "target procfs".
19232
19233 2014-03-13 Pedro Alves <palves@redhat.com>
19234
19235 * gdb.base/default.exp: Update "target child" and "target procfs"
19236 tests to not expect "Unix".
19237
19238 2014-03-12 Tom Tromey <tromey@redhat.com>
19239
19240 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19241 New procs. Add target-async tests.
19242 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19243 Add target-async tests.
19244
19245 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19246
19247 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19248 'func_start' and 'func_end' for the beginning and end of the
19249 function code, respectively.
19250 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19251 'func_end' instead of 'func' and 'main'.
19252
19253 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19254
19255 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19256 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19257 generate the debug info assembler source.
19258
19259 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19260
19261 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19262 * gdb.dwarf2/arr-subrange.exp: Likewise.
19263 * gdb.dwarf2/dwz.exp: Likewise.
19264 * gdb.dwarf2/method-ptr.exp: Likewise.
19265 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19266 * gdb.dwarf2/subrange.exp: Likewise.
19267 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19268 * gdb.dwarf2/implptrpiece.exp: Likewise.
19269 * gdb.dwarf2/nostaticblock.exp: Likewise.
19270
19271 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19272
19273 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19274 directory to absolute path name arguments.
19275
19276 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19277
19278 * gdb.ada/tagged_access: New testcase.
19279
19280 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19281
19282 * gdb.btrace/data.exp: Update expected output.
19283
19284 2014-03-06 Yao Qi <yao@codesourcery.com>
19285
19286 * gdb.trace/pr16508.exp: New file.
19287
19288 2014-03-05 Pedro Alves <palves@redhat.com>
19289
19290 PR gdb/16575
19291 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19292 procedure.
19293 (top level): Adjust to use it. Add tests that exercise breakpoint
19294 interaction with the code-cache.
19295
19296 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19297
19298 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19299 test for 'history-append!'.
19300
19301 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19302
19303 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19304 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19305 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19306 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19307 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19308 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19309
19310 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19311
19312 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19313 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19314 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19315
19316 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19317
19318 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19319
19320 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19321
19322 * gdb.dwarf2/arr-stride.c: New file.
19323 * gdb.dwarf2/arr-stride.exp: New file.
19324
19325 2014-02-26 Pedro Alves <palves@redhat.com>
19326
19327 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19328 that won't ever trigger. Make sure that GDB reports the correct
19329 breakpoint that caused the stop.
19330
19331 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19332
19333 PR gdb/16626
19334 * gdb.base/auto-load-script: New file.
19335 * gdb.base/auto-load.c: New file.
19336 * gdb.base/auto-load.exp: New file.
19337
19338 PR gdb/16626
19339 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19340
19341 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19342
19343 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19344 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19345
19346 2014-02-24 Doug Evans <dje@google.com>
19347
19348 * lib/gdb.exp (run_on_host): Log error output if program fails.
19349
19350 2014-02-21 Pedro Alves <palves@redhat.com>
19351
19352 * gdb.threads/step-after-sr-lock.c: Rename to ...
19353 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19354 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19355 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19356 ... this.
19357
19358 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19359
19360 PR tdep/16397
19361 * gdb.arch/amd64-stap-special-operands.exp: New file.
19362 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19363 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19364 * gdb.arch/amd64-stap-triplet.S: Likewise.
19365 * gdb.arch/amd64-stap-triplet.c: Likewise.
19366
19367 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19368
19369 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19370 in .section pseudo-op.
19371
19372 2014-02-20 lin zuojian <manjian2006@gmail.com>
19373 Joel Brobecker <brobecker@adacore.com>
19374 Doug Evans <xdje42@gmail.com>
19375
19376 PR symtab/16581
19377 * gdb.dwarf2/dw2-icycle.S: New file.
19378 * gdb.dwarf2/dw2-icycle.c: New file.
19379 * gdb.dwarf2/dw2-icycle.exp: New file.
19380
19381 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19382
19383 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19384 operations on gdb.Value objects.
19385 * gdb.python/py-value-cc.exp: Add new test to test operations on
19386 gdb.Value objects.
19387
19388 2014-02-18 Doug Evans <dje@google.com>
19389
19390 * Makefile.in (TESTS): New variable.
19391 (expanded_tests, expanded_tests_or_none): New variables
19392 (check-single): Pass $(expanded_tests_or_none) to runtest.
19393 (check-parallel): Only run tests in $(TESTS) if non-empty.
19394 (check/no-matching-tests-found): New rule.
19395 * README: Document TESTS makefile variable.
19396
19397 2014-02-18 Doug Evans <dje@google.com>
19398
19399 * Makefile.in (check-parallel): rm -rf outputs temp.
19400
19401 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19402
19403 Fix "ERROR: no fileid for" in the testsuite.
19404 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19405
19406 2014-02-12 Doug Evans <dje@google.com>
19407
19408 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19409 (MISCELLANEOUS): New variable.
19410 (clean): rm -rf $(MISCELLANEOUS).
19411 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19412 dwp live in the same directory as symlinks, with each symlink pointed
19413 to a differently named file in a different directory.
19414
19415 2014-02-11 Doug Evans <dje@google.com>
19416
19417 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19418 of Tcl file commands.
19419
19420 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19421
19422 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19423 "kill -SIGUSR1 -1".
19424
19425 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19426
19427 * gdb.ada/tick_length_array_enum_idx: New testcase.
19428
19429 2014-02-10 Doug Evans <xdje42@gmail.com>
19430
19431 * configure.ac (AC_OUTPUT): Add gdb.guile.
19432 * configure: Regenerate.
19433 * lib/gdb-guile.exp: New file.
19434 * lib/gdb.exp (get_target_charset): New function.
19435 * gdb.base/help.exp: Update expected output from "apropos apropos".
19436 * gdb.guile/Makefile.in: New file.
19437 * gdb.guile/guile.exp: New file.
19438 * gdb.guile/scm-arch.c: New file.
19439 * gdb.guile/scm-arch.exp: New file.
19440 * gdb.guile/scm-block.c: New file.
19441 * gdb.guile/scm-block.exp: New file.
19442 * gdb.guile/scm-breakpoint.c: New file.
19443 * gdb.guile/scm-breakpoint.exp: New file.
19444 * gdb.guile/scm-disasm.c: New file.
19445 * gdb.guile/scm-disasm.exp: New file.
19446 * gdb.guile/scm-equal.c: New file.
19447 * gdb.guile/scm-equal.exp: New file.
19448 * gdb.guile/scm-error.exp: New file.
19449 * gdb.guile/scm-error.scm: New file.
19450 * gdb.guile/scm-frame-args.c: New file.
19451 * gdb.guile/scm-frame-args.exp: New file.
19452 * gdb.guile/scm-frame-args.scm: New file.
19453 * gdb.guile/scm-frame-inline.c: New file.
19454 * gdb.guile/scm-frame-inline.exp: New file.
19455 * gdb.guile/scm-frame.c: New file.
19456 * gdb.guile/scm-frame.exp: New file.
19457 * gdb.guile/scm-generics.exp: New file.
19458 * gdb.guile/scm-gsmob.exp: New file.
19459 * gdb.guile/scm-iterator.c: New file.
19460 * gdb.guile/scm-iterator.exp: New file.
19461 * gdb.guile/scm-math.c: New file.
19462 * gdb.guile/scm-math.exp: New file.
19463 * gdb.guile/scm-objfile-script-gdb.in: New file.
19464 * gdb.guile/scm-objfile-script.c: New file.
19465 * gdb.guile/scm-objfile-script.exp: New file.
19466 * gdb.guile/scm-objfile.c: New file.
19467 * gdb.guile/scm-objfile.exp: New file.
19468 * gdb.guile/scm-ports.exp: New file.
19469 * gdb.guile/scm-pretty-print.c: New file.
19470 * gdb.guile/scm-pretty-print.exp: New file.
19471 * gdb.guile/scm-pretty-print.scm: New file.
19472 * gdb.guile/scm-section-script.c: New file.
19473 * gdb.guile/scm-section-script.exp: New file.
19474 * gdb.guile/scm-section-script.scm: New file.
19475 * gdb.guile/scm-symbol.c: New file.
19476 * gdb.guile/scm-symbol.exp: New file.
19477 * gdb.guile/scm-symtab-2.c: New file.
19478 * gdb.guile/scm-symtab.c: New file.
19479 * gdb.guile/scm-symtab.exp: New file.
19480 * gdb.guile/scm-type.c: New file.
19481 * gdb.guile/scm-type.exp: New file.
19482 * gdb.guile/scm-value-cc.cc: New file.
19483 * gdb.guile/scm-value-cc.exp: New file.
19484 * gdb.guile/scm-value.c: New file.
19485 * gdb.guile/scm-value.exp: New file.
19486 * gdb.guile/source2.scm: New file.
19487 * gdb.guile/types-module.cc: New file.
19488 * gdb.guile/types-module.exp: New file.
19489
19490 2014-02-10 Yao Qi <yao@codesourcery.com>
19491
19492 PR testsuite/16543
19493 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19494 * configure: Regenerated.
19495 * Makefile.in: New file.
19496
19497 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19498
19499 * gdb.python/py-framefilter.exp: Fix typo.
19500
19501 2014-02-08 Yao Qi <yao@codesourcery.com>
19502
19503 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19504 that no =breakpoint-modified is emitted when breakpoints are
19505 modified through MI commands.
19506
19507 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19508 Pedro Alves <palves@redhat.com>
19509
19510 * gdb.threads/step-after-sr-lock.c: New file.
19511 * gdb.threads/step-after-sr-lock.exp: New file.
19512
19513 2014-02-07 Pedro Alves <palves@redhat.com>
19514
19515 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19516
19517 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19518
19519 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19520 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19521
19522 2014-02-06 Doug Evans <xdje42@gmail.com>
19523
19524 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19525 output.
19526
19527 * gdb.gdb/python-interrupts.exp: New file.
19528
19529 2014-02-05 Yao Qi <yao@codesourcery.com>
19530
19531 * gdb.trace/report.exp (use_collected_data): Test the output
19532 of "info threads" and "info inferiors".
19533
19534 2014-02-05 Yao Qi <yao@codesourcery.com>
19535
19536 Revert this patch:
19537
19538 2013-05-24 Yao Qi <yao@codesourcery.com>
19539
19540 * gdb.trace/tfile.exp: Test inferior and thread.
19541
19542 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19543
19544 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19545 on a function.
19546 * gdb.base/step-bt.c: Call hello via function pointer to make
19547 sure its first instruction is executed on powerpc64le-linux.
19548
19549 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19550
19551 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19552
19553 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19554
19555 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19556 of the test patterns for use on little-endian systems.
19557
19558 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19559
19560 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19561 (decimal_vector): Fix for little-endian.
19562
19563 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19564
19565 * gdb.arch/sparc-sysstep.exp: New file.
19566 * gdb.arch/sparc-sysstep.c: Likewise.
19567
19568 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19569
19570 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19571
19572 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19573
19574 2014-01-23 Tom Tromey <tromey@redhat.com>
19575
19576 * gdb.ada/array_char_idx: New testcase.
19577
19578 2014-01-23 Tom Tromey <tromey@redhat.com>
19579
19580 PR python/16487:
19581 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19582 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19583 classes.
19584
19585 2014-01-23 Tom Tromey <tromey@redhat.com>
19586
19587 PR python/16491:
19588 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19589 string from an inferior frame.
19590 * gdb.python/py-framefilter-mi.exp: Update.
19591
19592 2014-01-22 Doug Evans <dje@google.com>
19593
19594 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19595
19596 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19597
19598 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19599
19600 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19601
19602 * gdb.trace/entry-values.exp: Remove excess space character from
19603 regex patterns. Handle s390 call instruction.
19604
19605 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19606
19607 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19608 define "*_start" label. Make "name" static.
19609 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19610 ${name} by references to ${name}_start.
19611
19612 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19613
19614 * gdb.base/info-macros.exp: Remove "debug" from the compile
19615 options.
19616
19617 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19618
19619 * gdb.dlang/demangle.exp: New file.
19620
19621 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19622
19623 * gdb.dlang/primitive-types.exp: New file.
19624
19625 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19626
19627 * configure.ac: Create gdb.dlang/Makefile.
19628 * configure: Regenerate.
19629 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19630 * gdb.dlang/Makefile.in: New file.
19631 * lib/d-support.exp: New file.
19632 * lib/gdb.exp (skip_d_tests): New proc.
19633
19634 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19635
19636 * gdb.btrace/delta.exp: Check reverse stepi.
19637 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19638 * gdb.btrace/finish.exp: New.
19639 * gdb.btrace/next.exp: New.
19640 * gdb.btrace/nexti.exp: New.
19641 * gdb.btrace/record_goto.c: Add comments.
19642 * gdb.btrace/step.exp: New.
19643 * gdb.btrace/stepi.exp: New.
19644 * gdb.btrace/multi-thread-step.c: New.
19645 * gdb.btrace/multi-thread-step.exp: New.
19646 * gdb.btrace/rn-dl-bind.c: New.
19647 * gdb.btrace/rn-dl-bind.exp: New.
19648 * gdb.btrace/data.c: New.
19649 * gdb.btrace/data.exp: New.
19650 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19651
19652 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19653
19654 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19655 * gdb.btrace/exception.exp: Update.
19656 * gdb.btrace/instruction_history.exp: Update.
19657 * gdb.btrace/record_goto.exp: Update.
19658 * gdb.btrace/tailcall.exp: Update.
19659 * gdb.btrace/unknown_functions.exp: Update.
19660 * gdb.btrace/delta.exp: New.
19661
19662 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19663
19664 * gdb.btrace/record_goto.exp: Add backtrace test.
19665 * gdb.btrace/tailcall.exp: Add backtrace test.
19666
19667 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19668
19669 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19670 * gdb.btrace/record_goto.c: New.
19671 * gdb.btrace/record_goto.exp: New.
19672 * gdb.btrace/x86-record_goto.S: New.
19673
19674 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19675
19676 * gdb.btrace/function_call_history.exp: Update tests.
19677 * gdb.btrace/instruction_history.exp: Update tests.
19678
19679 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19680
19681 * gdb.btrace/function_call_history.exp: Fix expected field
19682 order for "record function-call-history".
19683 Add new tests for "record function-call-history /c".
19684 * gdb.btrace/exception.cc: New.
19685 * gdb.btrace/exception.exp: New.
19686 * gdb.btrace/tailcall.exp: New.
19687 * gdb.btrace/x86-tailcall.S: New.
19688 * gdb.btrace/x86-tailcall.c: New.
19689 * gdb.btrace/unknown_functions.c: New.
19690 * gdb.btrace/unknown_functions.exp: New.
19691 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19692
19693 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19694
19695 * gdb.btrace/instruction_history.exp: Update.
19696 * gdb.btrace/function_call_history.exp: Update.
19697
19698 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19699
19700 * gdb.btrace/function_call_history.exp: Fix expected function
19701 trace.
19702 * gdb.btrace/instruction_history.exp: Initialize traced.
19703 Remove traced_functions.
19704
19705 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19706
19707 * gdb.btrace/function_call_history.exp: Update
19708 * gdb.btrace/instruction_history.exp: Update.
19709
19710 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19711
19712 * gdb.btrace/enable.exp: Update expected text.
19713
19714 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19715
19716 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19717 bytes.
19718
19719 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19720
19721 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19722
19723 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19724
19725 * lib/gdb.exp (supports_process_record): Return true for
19726 arm*-linux*. (supports_reverse): Likewise.
19727
19728 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19729
19730 PR python/15464
19731 PR python/16113
19732 * gdb.python/py-type.c: Enhance test case.
19733 * gdb.python/py-value-cc.cc: Likewise
19734 * gdb.python/py-type.exp: Add new tests.
19735 * gdb.python/py-value-cc.exp: Likewise
19736
19737 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19738 Pedro Alves <palves@redhat.com>
19739
19740 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19741 Make "name" extern.
19742 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19743 references to ${name}_start by references to ${name}.
19744
19745 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19746
19747 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19748
19749 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19750
19751 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19752
19753 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19754 Pedro Alves <palves@redhat.com>
19755
19756 * gdb.mi/mi-info-os.exp: Connect to the target with
19757 mi_gdb_target_load.
19758
19759 2014-01-08 Pedro Alves <palves@redhat.com>
19760
19761 * gdb.threads/reconnect-signal.c: New file.
19762 * gdb.threads/reconnect-signal.exp: New file.
19763
19764 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19765
19766 * gdb.base/source-dir.exp: New file.
19767
19768 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19769
19770 * gdb.ada/mi_interface: New testcase.
19771
19772 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19773
19774 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19775 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19776 gdb.ada/pp-rec-component/pck.ads: New files.
19777
19778 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19779
19780 * gdb.python/py-pp-integral.c: New file.
19781 * gdb.python/py-pp-integral.py: New file.
19782 * gdb.python/py-pp-integral.exp: New file.
19783
19784 For older changes see ChangeLog-1993-2013.
19785 \f
19786 ;; Local Variables:
19787 ;; mode: change-log
19788 ;; left-margin: 8
19789 ;; fill-column: 74
19790 ;; version-control: never
19791 ;; End:
19792
19793 Copyright 2014-2020 Free Software Foundation, Inc.
19794 Copying and distribution of this file, with or without modification,
19795 are permitted provided the copyright notice and this notice are preserved.
This page took 0.438704 seconds and 5 git commands to generate.