gdb/testsuite/fortran: Fix info-modules/info-types for gfortran 8+
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.fortran/info-modules.exp: Rewrite to make use of new
4 sym-info-cmds library.
5 * gdb.fortran/info-types.exp: Likewise.
6 * lib/sym-info-cmds.exp: New file.
7
8 2019-12-08 Tom de Vries <tdevries@suse.de>
9
10 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
11
12 2019-12-07 Keith Seitz <keiths@redhat.com>
13
14 * gdb.base/corefile-buildid-shlib-shr.c: New file.
15 * gdb.base/corefile-buildid-shlib.c: New file.
16 * gdb.base/corefile-buildid.c: New file.
17 * gdb.base/corefile-buildid.exp: New file.
18
19 2019-12-06 Tom de Vries <tdevries@suse.de>
20
21 * gdb.dwarf2/varval.exp: Add decl before def test.
22
23 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
24
25 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
26
27 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
28
29 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
30 CV and reference conversion for overload resolution.
31 * gdb.cp/rvalue-ref-overload.exp: Test it.
32
33 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
34
35 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
36 * gdb.base/frameapply.exp: Test faas without command.
37
38 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
39
40 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
41 Fortran tests.
42 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
43 order.
44
45 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
46
47 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
48 casting to type with no kind specified.
49 (test_basic_parsing_of_type_kinds): Additional tests for types
50 with no kind specified, and add tests for single/double
51 precision/complex types.
52
53 2019-12-04 Tom Tromey <tromey@adacore.com>
54
55 * gdb.base/endianity.c (struct other) <x>: New field.
56 (main): Initialize it.
57 * gdb.base/endianity.exp: Update.
58
59 2019-12-04 Tom Tromey <tromey@adacore.com>
60
61 * gdb.ada/scalar_storage/storage.adb: New file.
62 * gdb.ada/scalar_storage/pck.adb: New file.
63 * gdb.ada/scalar_storage/pck.ads: New file.
64 * gdb.ada/scalar_storage.exp: New file.
65
66 2019-12-04 Tom Tromey <tromey@adacore.com>
67
68 * gdb.base/endianity.c (struct otherendian) <f>: New field.
69 (main): Initialize it.
70 * gdb.base/endianity.exp: Update.
71
72 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
73
74 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
75
76 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
77
78 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
79 -symbol-info-module-functions and -symbol-info-module-variables.
80
81 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
82
83 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
84
85 2019-12-01 Richard Bunt <richard.bunt@arm.com>
86 Andrew Burgess <andrew.burgess@embecosm.com>
87
88 * gdb.fortran/derived-type-striding.exp: New file.
89 * gdb.fortran/derived-type-striding.f90: New file.
90 * gdb.fortran/array-slices.exp: New file.
91 * gdb.fortran/array-slices.f90: New file.
92
93 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
94
95 * gdb.base/define.exp: Test . in command names.
96 * gdb.base/setshow.exp: Update test, as . is now part of
97 command name.
98
99 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
100
101 * gdb.base/define-prefix.exp: New file.
102
103 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
104
105 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
106 compile.
107 (skip_btrace_pt_tests): Likewise.
108
109 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
110
111 * gdb.fortran/info-modules.exp: Compile source files in correct
112 order.
113
114 2019-11-27 Kevin Buettner <kevinb@redhat.com>
115
116 * gdb.dwarf2/imported-unit.exp: New file.
117 * gdb.dwarf2/imported-unit.c: New file.
118
119 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
120
121 * gdb.mi/mi-fortran-modules-2.f90: New file.
122 * gdb.mi/mi-fortran-modules.exp: New file.
123 * gdb.mi/mi-fortran-modules.f90: New file.
124
125 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
126
127 * gdb.mi/mi-sym-info-1.c: New file.
128 * gdb.mi/mi-sym-info-2.c: New file.
129 * gdb.mi/mi-sym-info.exp: New file.
130
131 2019-11-22 Tom Tromey <tromey@adacore.com>
132
133 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
134 * gdb.ada/tasks/foo.adb: Add another stopping location.
135
136 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
137
138 * gdb.base/endianity.c: New test.
139 * gdb.base/endianity.exp: New file.
140
141 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
142
143 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
144
145 2019-11-21 Tom de Vries <tdevries@suse.de>
146
147 PR gdb/24956
148 * gdb.base/ui-redirect.exp: Test output of user-defined command.
149
150 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
151
152 * gdb.python/py-progspace.exp: Add missing parentheses on some
153 'print' commands.
154
155 2019-11-19 Tom Tromey <tom@tromey.com>
156
157 * gdb.tui/winheight.exp: New file.
158
159 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
160
161 * gdb.base/ctf-whatis.c: Delete.
162 * gdb.base/ctf-whatis.exp: Delete.
163 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
164
165 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
166
167 * gdb.base/ctf-cvexpr.exp: Delete.
168 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
169
170 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
171
172 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
173 the compiler. Clean up header comment a little.
174 * gdb.base/ctf-ptype.exp: Likewise.
175 * gdb.base/ctf-whatis.exp: Likewise.
176 * lib/gdb.exp (skip_ctf_tests): New proc.
177
178 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
179
180 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
181 * gdb.tui/corefile-run.exp: New file.
182
183 2019-11-14 Tom Tromey <tromey@adacore.com>
184
185 * gdb.base/gdbvars.exp (test_convenience_variables): Add
186 regression tests.
187
188 2019-11-12 Tom Tromey <tom@tromey.com>
189
190 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
191 after any command. Expect prompt after WAIT_FOR is seen.
192 (enter_tui): Enable resize messages.
193 (command): Expect command in output.
194 (get_line): Avoid error when cursor appears to be off-screen.
195 (dump_screen): Include screen size in title.
196 (_do_resize): New proc, from "resize".
197 (resize): Rewrite. Do resize in two steps.
198 * gdb.tui/empty.exp (layouts): Fix entries.
199 (check_boxes): Remove xfail.
200 (check_text): Dump screen on failure.
201
202 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
203
204 * gdb.python/py-symbol.exp: Add test for
205 gdb.lookup_static_symbols.
206
207 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
208
209 * gdb.python/py-symbol.c: Declare and call function from new
210 py-symbol-2.c file.
211 * gdb.python/py-symbol.exp: Compile both source files, and add new
212 tests for gdb.lookup_static_symbol.
213 * gdb.python/py-symbol-2.c: New file.
214
215 2019-11-02 Tom de Vries <tdevries@suse.de>
216
217 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
218 * gdb.base/anon.exp: Same.
219 * gdb.base/auto-connect-native-target.exp: Same.
220 * gdb.base/call-ar-st.exp: Same.
221 * gdb.base/catch-syscall.exp: Same.
222 * gdb.base/commands.exp: Same.
223 * gdb.base/default.exp: Same.
224 * gdb.base/display.exp: Same.
225 * gdb.base/float.exp: Same.
226 * gdb.base/foll-fork.exp: Same.
227 * gdb.base/help.exp: Same.
228 * gdb.base/info-macros.exp: Same.
229 * gdb.base/info-proc.exp: Same.
230 * gdb.base/info-target.exp: Same.
231 * gdb.base/long_long.exp: Same.
232 * gdb.base/macscp.exp: Same.
233 * gdb.base/memattr.exp: Same.
234 * gdb.base/nofield.exp: Same.
235 * gdb.base/pointers.exp: Same.
236 * gdb.base/printcmds.exp: Same.
237 * gdb.base/ptype.exp: Same.
238 * gdb.base/restore.exp: Same.
239 * gdb.base/return.exp: Same.
240 * gdb.base/scope.exp: Same.
241 * gdb.base/set-noassign.exp: Same.
242 * gdb.base/setshow.exp: Same.
243 * gdb.base/shlib-call.exp: Same.
244 * gdb.base/signals.exp: Same.
245 * gdb.base/sigstep.exp: Same.
246 * gdb.base/skip.exp: Same.
247 * gdb.base/solib-symbol.exp: Same.
248 * gdb.base/stap-probe.exp: Same.
249 * gdb.base/step-line.exp: Same.
250 * gdb.base/step-test.exp: Same.
251 * gdb.base/style.exp: Same.
252 * gdb.base/varargs.exp: Same.
253 * gdb.base/vla-datatypes.exp: Same.
254 * gdb.base/vla-ptr.exp: Same.
255 * gdb.base/vla-sideeffect.exp: Same.
256 * gdb.base/volatile.exp: Same.
257 * gdb.base/watch-cond-infcall.exp: Same.
258 * gdb.base/watchpoint.exp: Same.
259
260 2019-11-02 Tom de Vries <tdevries@suse.de>
261
262 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
263 * gdb.cp/cpexprs.exp: Same.
264 * gdb.cp/except-multi-location.exp: Same.
265 * gdb.cp/exceptprint.exp: Same.
266 * gdb.cp/gdb2384.exp: Same.
267 * gdb.cp/inherit.exp: Same.
268 * gdb.cp/m-static.exp: Same.
269 * gdb.cp/meth-typedefs.exp: Same.
270 * gdb.cp/misc.exp: Same.
271 * gdb.cp/namespace.exp: Same.
272 * gdb.cp/non-trivial-retval.exp: Same.
273 * gdb.cp/overload.exp: Same.
274 * gdb.cp/pr17132.exp: Same.
275 * gdb.cp/re-set-overloaded.exp: Same.
276 * gdb.cp/rvalue-ref-types.exp: Same.
277 * gdb.cp/templates.exp: Same.
278
279 2019-11-01 Luis Machado <luis.machado@linaro.org>
280
281 PR gdb/25124
282
283 * gdb.arch/pr25124.S: New file.
284 * gdb.arch/pr25124.exp: New file.
285
286 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
287
288 * gdb.fortran/info-modules.exp: Update expected results, and add
289 additional tests for 'info module functinos', and 'info module
290 variables'.
291 * gdb.fortran/info-types.exp: Update expected results.
292 * gdb.fortran/info-types.f90: Extend testcase with additional
293 module variables and functions.
294
295 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
296
297 * gdb.fortran/info-modules.exp: New file.
298 * gdb.fortran/info-types.exp: Build with new file.
299 * gdb.fortran/info-types.f90: Include and use new module.
300 * gdb.fortran/info-types-2.f90: New file.
301
302 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
303
304 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
305 * gdb.base/settings.exp: Test all settings types using
306 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
307 that now verifies that the value of "maint show" is the same as
308 returned by the settings functions. Test the type of the
309 maintenance settings.
310 * gdb.base/default.exp: Update show_conv_list.
311
312 2019-10-31 Tom de Vries <tdevries@suse.de>
313
314 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
315 gdb_test.
316 * gdb.arch/amd64-disp-step.exp: Same.
317 * gdb.asm/asm-source.exp: Same.
318 * gdb.btrace/buffer-size.exp: Same.
319 * gdb.btrace/cpu.exp: Same.
320 * gdb.btrace/enable.exp: Same.
321 * gdb.dwarf2/count.exp: Same.
322 * gdb.dwarf2/dw2-ranges-func.exp: Same.
323 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
324 * gdb.fortran/vla-datatypes.exp: Same.
325 * gdb.fortran/vla-history.exp: Same.
326 * gdb.fortran/vla-ptype.exp: Same.
327 * gdb.fortran/vla-value.exp: Same.
328 * gdb.fortran/whatis_type.exp: Same.
329 * gdb.guile/guile.exp: Same.
330 * gdb.multi/tids.exp: Same.
331 * gdb.python/py-finish-breakpoint.exp: Same.
332 * gdb.python/py-framefilter.exp: Same.
333 * gdb.python/py-pp-registration.exp: Same.
334 * gdb.python/py-xmethods.exp: Same.
335 * gdb.python/python.exp: Same.
336 * gdb.server/connect-with-no-symbol-file.exp: Same.
337 * gdb.server/no-thread-db.exp: Same.
338 * gdb.server/run-without-local-binary.exp: Same.
339 * gdb.stabs/weird.exp: Same.
340 * gdb.threads/attach-many-short-lived-threads.exp: Same.
341 * gdb.threads/thread-find.exp: Same.
342 * gdb.threads/tls-shared.exp: Same.
343 * gdb.threads/tls.exp: Same.
344 * gdb.threads/wp-replication.exp: Same.
345 * gdb.trace/ax.exp: Same.
346 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
347
348 2019-10-31 Tom de Vries <tdevries@suse.de>
349
350 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
351 * gdb.ada/array_subscript_addr.exp: Same.
352 * gdb.ada/arrayidx.exp: Same.
353 * gdb.ada/arrayparam.exp: Same.
354 * gdb.ada/arrayptr.exp: Same.
355 * gdb.ada/boolean_expr.exp: Same.
356 * gdb.ada/call_pn.exp: Same.
357 * gdb.ada/complete.exp: Same.
358 * gdb.ada/fixed_cmp.exp: Same.
359 * gdb.ada/fun_addr.exp: Same.
360 * gdb.ada/funcall_param.exp: Same.
361 * gdb.ada/interface.exp: Same.
362 * gdb.ada/mod_from_name.exp: Same.
363 * gdb.ada/null_array.exp: Same.
364 * gdb.ada/packed_array.exp: Same.
365 * gdb.ada/packed_tagged.exp: Same.
366 * gdb.ada/print_chars.exp: Same.
367 * gdb.ada/print_pc.exp: Same.
368 * gdb.ada/ptype_arith_binop.exp: Same.
369 * gdb.ada/ptype_field.exp: Same.
370 * gdb.ada/ptype_tagged_param.exp: Same.
371 * gdb.ada/rec_return.exp: Same.
372 * gdb.ada/ref_tick_size.exp: Same.
373 * gdb.ada/str_ref_cmp.exp: Same.
374 * gdb.ada/taft_type.exp: Same.
375 * gdb.ada/tagged.exp: Same.
376 * gdb.ada/type_coercion.exp: Same.
377 * gdb.ada/uninitialized_vars.exp: Same.
378
379 2019-10-30 Tom de Vries <tdevries@suse.de>
380
381 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
382
383 2019-10-26 Tom de Vries <tdevries@suse.de>
384
385 * gdb.base/bigcore.c: Fix typos in comments.
386 * gdb.base/ctf-ptype.c: Same.
387 * gdb.base/long_long.c: Same.
388 * gdb.dwarf2/dw2-op-out-param.S: Same.
389 * gdb.python/py-evthreads.c: Same.
390 * gdb.reverse/i387-stack-reverse.c: Same.
391 * gdb.trace/tfile.c: Same.
392 * lib/compiler.c: Same.
393 * lib/compiler.cc: Same.
394
395 2019-10-25 Tom de Vries <tdevries@suse.de>
396
397 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
398 gdb_test_multiple calls.
399 * gdb.reverse/sigall-reverse.exp: Same.
400 * gdb.reverse/solib-precsave.exp: Same.
401 * gdb.reverse/solib-reverse.exp: Same.
402 * gdb.reverse/until-precsave.exp: Same.
403 * gdb.reverse/until-reverse.exp: Same.
404
405 2019-10-24 Tom de Vries <tdevries@suse.de>
406
407 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
408 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
409 kfail using -wrap pattern flag and convenience variable
410 gdb_test_name.
411
412 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
413
414 * gdb.python/py-progspace.exp: Add tests for the
415 Progspace.block_for_pc method.
416
417 2019-10-23 Tom Tromey <tom@tromey.com>
418
419 * configure: Rebuild.
420 * aclocal.m4: Use m4_include, not sinclude.
421
422 2019-10-21 Tom de Vries <tdevries@suse.de>
423
424 * gdb.base/infcall-nested-structs.c: Add
425 __attribute__((noinline,noclone)) to all functions.
426 (call_all): Add missing variable initialization. Simplify return value.
427 (breakpt): Increment volatile variable, to prevent call from being
428 optimized out.
429 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
430
431 2019-10-17 Tom de Vries <tdevries@suse.de>
432
433 * gdb.fortran/module.exp: Allow info variables to print info for files
434 other than module.f90.
435
436 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
437
438 * gdb.fortran/module.exp: Extend with 'info variables' test.
439
440 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
441
442 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
443 F77_FOR_TARGET.
444
445 2019-10-16 Tom de Vries <tdevries@suse.de>
446
447 PR tdep/25096
448 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
449
450 2019-10-16 Tom de Vries <tdevries@suse.de>
451
452 PR tdep/24104
453 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
454 Add KFAIL for PR tdep/25096.
455
456 2019-10-16 Tom de Vries <tdevries@suse.de>
457
458 PR testsuite/25059
459 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
460
461 2019-10-16 Tom de Vries <tdevries@suse.de>
462
463 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
464 as signed.
465
466 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
467
468 * gdb.mi/list-thread-groups-available.exp: Read entries one by
469 one instead of increasing timeout.
470
471 2019-10-13 Tom de Vries <tdevries@suse.de>
472
473 PR record/25038
474 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
475 * gdb.reverse/sigall-reverse.exp: Same.
476 * gdb.reverse/solib-precsave.exp: Same.
477 * gdb.reverse/solib-reverse.exp: Same.
478 * gdb.reverse/step-precsave.exp: Same.
479 * gdb.reverse/until-precsave.exp: Same.
480 * gdb.reverse/until-reverse.exp: Same.
481 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
482
483 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
484
485 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
486 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
487 (cmp_struct_05_01, cmp_struct_static_02_01)
488 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
489 comparisons.
490
491 2019-10-10 Tom de Vries <tdevries@suse.de>
492
493 PR testsuite/24888
494 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
495 gnatlink.
496
497 2019-10-09 Tom de Vries <tdevries@suse.de>
498
499 PR testsuite/25048
500 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
501
502 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
503
504 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
505 exceptions due to missing debug information.
506
507 2019-10-07 Tom de Vries <tdevries@suse.de>
508
509 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
510
511 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
512
513 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
514 * gdb.base/annota1.exp: Update to use gdb_test_name.
515
516 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
517
518 * gdb.base/ctf-whatis.exp: New file.
519 * gdb.base/ctf-whatis.c: New file.
520 * gdb.base/ctf-ptype.exp: New file.
521 * gdb.base/ctf-ptype.c: New file.
522 * gdb.base/ctf-constvars.exp: New file.
523 * gdb.base/ctf-constvars.c: New file.
524 * gdb.base/ctf-cvexpr.exp: New file.
525
526 2019-10-04 Tom de Vries <tdevries@suse.de>
527
528 * gdb.cp/local-static.c (main): Move declaration of int i out of the
529 for loop.
530
531 2019-10-03 Tom Tromey <tom@tromey.com>
532
533 PR rust/24976:
534 * gdb.rust/simple.rs (Union2): New type.
535 (main): Use Union2.
536 * gdb.rust/simple.exp: Add test.
537
538 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
539
540 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
541 nested function prefix.
542
543 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
544 Richard Bunt <richard.bunt@arm.com>
545 Andrew Burgess <andrew.burgess@embecosm.com>
546
547 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
548 nested functions.
549 * gdb.fortran/nested-funcs.f90: Update expected results.
550 * gdb.fortran/nested-funcs-2.exp: New file.
551 * gdb.fortran/nested-funcs-2.f90: New file.
552
553 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
554
555 * gdb.python/py-parameter.exp: Make test names unique.
556 * gdb.python/py-template.exp: Likewise.
557 * gdb.python/py-value.exp: Likewise.
558
559 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
560
561 * gdb.base/break-interp.exp: Reduce test name duplication.
562 * gdb.base/call-sc.exp: Likewise.
563 * gdb.base/callfuncs.exp: Likewise.
564 * gdb.base/charset.exp: Likewise.
565 * gdb.base/dump.exp: Likewise.
566 * gdb.base/ena-dis-br.exp: Likewise.
567 * gdb.base/relational.exp: Likewise.
568 * gdb.base/step-over-syscall.exp: Likewise.
569 * gdb.base/structs.exp: Likewise.
570
571 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
572
573 * gdb.linespec/explicit.exp: Make test names unique.
574 * gdb.linespec/ls-errs.exp: Likewise.
575
576 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
577
578 * gdb.reverse/break-precsave.exp: Make test names unique.
579 * gdb.reverse/break-reverse.exp: Likewise.
580 * gdb.reverse/finish-precsave.exp: Likewise.
581 * gdb.reverse/finish-reverse.exp: Likewise.
582 * gdb.reverse/machinestate-precsave.exp: Likewise.
583 * gdb.reverse/machinestate.exp: Likewise.
584 * gdb.reverse/readv-reverse.exp: Likewise.
585 * gdb.reverse/recvmsg-reverse.exp: Likewise.
586 * gdb.reverse/sigall-precsave.exp: Likewise.
587 * gdb.reverse/sigall-reverse.exp: Likewise.
588 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
589 * gdb.reverse/watch-precsave.exp: Likewise.
590 * gdb.reverse/watch-reverse.exp: Likewise.
591
592 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
593
594 * gdb.threads/stop-with-handle.c: New file.
595 * gdb.threads/stop-with-handle.exp: New file.
596
597 2019-10-03 Tom de Vries <tdevries@suse.de>
598
599 PR testsuite/25059
600 * gdb.base/list-missing-source.exp: Allowing the "Compilation
601 directory" line to be missing.
602
603 2019-10-03 Tom de Vries <tdevries@suse.de>
604
605 PR testsuite/25059
606 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
607 type optional.
608
609 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
610
611 * gdb.python/py-format-string.c (string.h): New include.
612 (main): Fill a_struct_with_union.the_union.an_int with bytes of
613 the same value, for endianness-independence.
614 * gdb.python/py-format-string.exp (default_regexp_dict)
615 (test_pretty_structs, test_format): Adjust expected output to the
616 changed initialization.
617
618 2019-10-02 Tom Tromey <tromey@adacore.com>
619
620 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
621
622 2019-10-02 Pedro Alves <palves@redhat.com>
623 Andrew Burgess <andrew.burgess@embecosm.com>
624
625 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
626 "print-file-var.h".
627 (this_version_id) Use ATTRIBUTE_VISIBILITY.
628 (get_version_1): Print this_version_id and its address.
629 Add extern "C" wrappers around interface functions.
630 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
631 "print-file-var.h".
632 (this_version_id) Use ATTRIBUTE_VISIBILITY.
633 (get_version_2): Print this_version_id and its address.
634 Add extern "C" wrappers around interface functions.
635 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
636 <stddef.h> and "print-file-var.h".
637 Add extern "C" wrappers around interface functions.
638 [VERSION_ID_MAIN] (this_version_id): Define.
639 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
640 * gdb.base/print-file-var.h: Add some #defines to simplify setting
641 up extern "C" blocks.
642 * gdb.base/print-file-var.exp (test): New, factored out from top
643 level.
644 (top level): Test all combinations of attribute hidden or not,
645 dlopen or not, and this_version_id symbol in main file or not.
646 Compile tests as both C++ and C, make test names unique.
647
648 2019-10-01 Tom Tromey <tom@tromey.com>
649
650 * gdb.base/style.exp: Test "show logging filename".
651
652 2019-10-01 Tom Tromey <tom@tromey.com>
653
654 * lib/gdb-utils.exp (style): Handle "metadata" argument.
655 * gdb.base/style.exp: Add metadata style test.
656
657 2019-10-01 Tom Tromey <tom@tromey.com>
658
659 * gdb.base/style.exp: Test "pwd".
660
661 2019-10-01 Tom Tromey <tom@tromey.com>
662
663 * gdb.base/style.exp: Update tests.
664
665 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
666
667 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
668 'six' to unsigned.
669 (s1): Initialize fields 'four' and 'six' instead of 'three' and
670 'five'. Use an all-ones bit pattern for each.
671 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
672 to its changed values.
673
674 2019-09-30 Tom Tromey <tromey@adacore.com>
675
676 * gdb.rust/traits.rs: Disable all warnings.
677
678 2019-09-29 Tom de Vries <tdevries@suse.de>
679
680 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
681
682 2019-09-29 Tom de Vries <tdevries@suse.de>
683
684 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
685
686 2019-09-27 Tom de Vries <tdevries@suse.de>
687
688 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
689
690 2019-09-27 Tom de Vries <tdevries@suse.de>
691
692 PR record/23188
693 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
694
695 2019-09-26 Tom Tromey <tromey@adacore.com>
696
697 * gdb.ada/py_taft.exp: New file.
698 * gdb.ada/py_taft/main.adb: New file.
699 * gdb.ada/py_taft/pkg.adb: New file.
700 * gdb.ada/py_taft/pkg.ads: New file.
701
702 2019-09-24 Tom de Vries <tdevries@suse.de>
703
704 PR gdb/24598
705 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
706
707 2019-09-22 Tom de Vries <tdevries@suse.de>
708
709 * gdb.base/restore.exp: Allow register variables to be optimized out at
710 -O0.
711
712 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
713
714 * gdb.arch/spu-info.exp: Remove file.
715 * gdb.arch/spu-info.c: Remove file.
716 * gdb.arch/spu-ls.exp: Remove file.
717 * gdb.arch/spu-ls.c: Remove file.
718
719 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
720 * gdb.asm/spu.inc: Remove file.
721
722 * gdb.base/dump.exp: Remove support for spu*-*-*.
723 * gdb.base/stack-checking.exp: Likewise.
724 * gdb.base/overlays.exp: Likewise.
725 * gdb.base/ovlymgr.c: Likewise.
726 * gdb.base/spu.ld: Remove file.
727
728 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
729 * gdb.cp/cpexprs.exp: Likewise.
730 * gdb.cp/exception.exp: Likewise.
731 * gdb.cp/gdb2495.exp: Likewise.
732 * gdb.cp/mb-templates.exp: Likewise.
733 * gdb.cp/pr9167.exp: Likewise.
734 * gdb.cp/userdef.exp: Likewise.
735
736 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
737
738 * gdb.cell: Remove directory.
739 * lib/cell.exp: Remove file.
740
741 2019-09-19 Tom de Vries <tdevries@suse.de>
742
743 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
744
745 2019-09-19 Tom de Vries <tdevries@suse.de>
746
747 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
748
749 2019-09-19 Tom de Vries <tdevries@suse.de>
750
751 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
752 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
753 (gdb_target_cmd): ... here.
754 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
755 value 2.
756
757 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
758
759 * gdb.base/source-dir.exp: Avoid having directory names in test
760 names.
761
762 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
763
764 * gdb.base/source-dir.exp: Add extra test for mapped compilation
765 directory.
766
767 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
768
769 * gdb.base/list-missing-source.exp: New file.
770
771 2019-09-14 Tom de Vries <tdevries@suse.de>
772
773 PR teststuite/24599
774 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
775 * lib/ada.exp (gnatmake_version_at_least): New proc.
776
777 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
778
779 * gdb.base/maint.exp: Use exec_has_index_section.
780
781 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
782
783 * gdb.base/maint.exp: Add test for 'maint info sections'.
784
785 2019-09-12 Tom de Vries <tdevries@suse.de>
786
787 * gdb.base/store.exp: Allow register variables to be optimized out at
788 -O0.
789
790 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
791
792 * gdb.ada/rdv_wait.exp: Update to new task names.
793 * gdb.base/task_switch_in_core.exp: Likewise.
794 * gdb.base/info_sources_base.c: Likewise.
795
796 2019-09-10 Tom Tromey <tromey@adacore.com>
797
798 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
799
800 2019-09-10 Tom Tromey <tromey@adacore.com>
801
802 * gdb.ada/dgopt.exp: New file.
803 * gdb.ada/dgopt/x.adb: New file.
804
805 2019-09-08 Tom Tromey <tom@tromey.com>
806
807 * gdb.tui/resize.exp: Remove setup_xfail.
808 * gdb.tui/regs.exp: Remove setup_xfail.
809 * gdb.tui/basic.exp: Remove setup_xfail.
810
811 2019-09-06 David Blaikie <dblaikie@gmail.com>
812
813 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
814 * gdb.cp/cplabel.exp: Ditto.
815 * gdb.linespec/ls-errs.exp: Ditto.
816
817 2019-09-05 Tom de Vries <tdevries@suse.de>
818
819 * lib/gdb.exp (cmp_file_string): New proc.
820 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
821 runto_main. Verify save breakpoints output.
822
823 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
824
825 * gdb.base/info-var.exp: Test info variables without running
826 to main, to avoid expect's buffer overflow.
827
828 2019-09-03 Tom Tromey <tromey@adacore.com>
829
830 * gdb.ada/bias.exp: New file.
831 * gdb.ada/bias/bias.adb: New file.
832 * gdb.ada/print_chars.exp: Add regression test.
833 * gdb.ada/print_chars/foo.adb (My_Character): New type.
834 (MC): New variable.
835
836 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
837
838 * gdb.base/argv0-symlink.exp: Run only on native target
839 and local host.
840
841 2019-08-29 Tom de Vries <tdevries@suse.de>
842
843 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
844 diverse debug info.
845 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
846
847 2019-08-28 Tom de Vries <tdevries@suse.de>
848
849 * gdb.base/info-var.exp: Allow info variables to print info for files
850 other than info-var-f1.c and info-var-f2.c.
851
852 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
853
854 * gdb.fortran/info-types.exp: Add module.
855 * gdb.fortran/info-types.f90: Update expected results.
856
857 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
858
859 * gdb.fortran/info-types.exp: New file.
860 * gdb.fortran/info-types.f90: New file.
861 * lib/fortran.exp (fortran_character1): New proc.
862
863 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
864
865 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
866 functions'. Reindent as needed.
867 * gdb.base/info-var-f1.c: New file.
868 * gdb.base/info-var-f2.c: New file.
869 * gdb.base/info-var.exp: New file.
870 * gdb.base/info-var.h: New file.
871
872 2019-08-26 Tom de Vries <tdevries@suse.de>
873
874 PR c++/24852
875 * gdb.cp/no-libstdcxx-probe.exp: New test.
876
877 2019-08-26 Tom de Vries <tdevries@suse.de>
878
879 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
880 * tests need to be skipped.
881 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
882 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
883 mi_skip_libstdcxx_probe_tests.
884
885 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
886
887 * gdb.python/py-xmethods.exp: Use raw strings when passing
888 arguments to SimpleXMethodMatcher.
889
890 2019-08-22 Tom de Vries <tdevries@suse.de>
891
892 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
893 more informative.
894
895 2019-08-21 Pedro Alves <palves@redhat.com>
896
897 * gdb.base/with.exp: Test "with" with no arguments.
898
899 2019-08-21 Tom de Vries <tdevries@suse.de>
900
901 * gdb.base/gdb-caching-proc.exp: Sort files.
902
903 2019-08-20 Tom de Vries <tdevries@suse.de>
904
905 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
906 compilation.
907
908 2019-08-16 Tom de Vries <tdevries@suse.de>
909
910 * gdb.base/compare-sections.exp ("after run to main"): Allow
911 mismatched read-only sections for PIE executables.
912
913 2019-08-16 Tom Tromey <tom@tromey.com>
914
915 * lib/tuiterm.exp (_csi_Z): New proc.
916 * gdb.tui/basic.exp: Update window positions.
917 * gdb.tui/empty.exp: Update window positions.
918
919 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
920
921 * gdb.base/examine-backward.exp: Correct regexp for
922 "examine 3 bytes backward from ${address_zero}".
923
924 2019-08-15 Tom Tromey <tom@tromey.com>
925
926 * gdb.tui/empty.exp: Enable resizing tests.
927
928 2019-08-15 Tom Tromey <tromey@adacore.com>
929
930 * gdb.ada/char_enum.exp: Add regression tests.
931 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
932 and '0'.
933 (Char, Gchar): Update.
934 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
935
936 2019-08-15 Christian Biesinger <cbiesinger@google.com>
937
938 * gdb.python/python.exp: Expect a leading underscore on
939 GdbOutput{,Error}File.
940
941 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
942
943 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
944 Windows host.
945
946 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
947
948 * gdb.base/batch-preserve-term-settings.exp
949 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
950
951 2019-08-15 Christian Biesinger <cbiesinger@google.com>
952
953 * lib/gdb.exp: When running on a mingw target, replace
954 /x/ with x:/.
955
956 2019-08-14 Alan Hayward <alan.hayward@arm.com>
957
958 * gdb.arch/aarch64-prologue.c: New test.
959 * gdb.arch/aarch64-prologue.exp: New file.
960
961 2019-08-13 Tom de Vries <tdevries@suse.de>
962
963 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
964 Thread.
965
966 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
967
968 * gdb.python/py-completion.exp: Download the .py file to the host
969 and use its host pathname. Conditionalize tests that use
970 tab completion and manipulate files on the build machine.
971 * gdb.python/py-events.exp: Download the .py file to the host
972 and use its host pathname.
973 * gdb.python/py-evsignal.exp: Likewise.
974 * gdb.python/py-evthreads.exp: Likewise.
975 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
976 pathname syntax.
977 * gdb.python/py-framefilter.exp: Download the .py file to the right
978 place on the host. Match Windows pathname syntax.
979 * gdb.python/py-mi-var-info-path-expression.exp: Download the
980 .py file to the host and use its host pathname.
981 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
982 * gdb.python/py-objfile.exp: Expect a host pathname, not a
983 build pathname. Skip symlink test on Windows host. Add missing
984 newline at end of file.
985 * gdb.python/py-pp-maint.exp: Download the .py file to the host
986 and use its host pathname.
987 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
988 * gdb.python/py-section-script.exp: Use host location of binfile
989 on safe-path. Use correct path separator on Windows host.
990 Reorder alternatives in gdb_test_multiple to prevent matching
991 the wrong alternative on success.
992 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
993
994 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
995
996 * gdb.gdb/selftest.exp (test_with_self): Update test to now
997 expect the GDB inferior to no longer immediately stop after
998 being resumed with "signal SIGINT".
999
1000 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1001
1002 * gdb.linespec/break-ask.exp: Generalize regexps to match
1003 Windows pathnames too.
1004
1005 2019-08-08 Tom de Vries <tdevries@suse.de>
1006
1007 PR testsuite/24862
1008 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1009
1010 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1011
1012 * gdb.base/style.exp: Update tests for help doc new invariants.
1013 * gdb.base/help.exp: Likewise.
1014
1015 2019-08-06 Tom Tromey <tom@tromey.com>
1016
1017 * gdb.base/style.exp: Add disassemble test.
1018 * gdb.base/style.c (some_called_function): New function.
1019 (main): Use it.
1020
1021 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1022
1023 * gdb.python/py-block.exp: Test dictionary access on blocks.
1024
1025 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1026
1027 PR gdb/24863
1028 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1029 -list-thread-groups --available test when running under
1030 check-read1.
1031
1032 2019-08-05 Tom de Vries <tdevries@suse.de>
1033
1034 PR testsuite/24863
1035 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1036 * gdb.base/help.exp: Use with_read1_timeout_factor.
1037 * gdb.base/info-macros.exp: Same.
1038 * gdb.cp/nested-types.exp: Same.
1039
1040 2019-08-05 Tom de Vries <tdevries@suse.de>
1041
1042 * lib/gdb.exp (version_at_least): Factor out of ...
1043 (tcl_version_at_least): ... here.
1044 (gdb_compile): Fail if pie results in non-PIE executable.
1045 (readelf_version, readelf_prints_pie): New proc.
1046 (exec_is_pie): Return -1 if unknown.
1047
1048 2019-08-05 Tom de Vries <tdevries@suse.de>
1049
1050 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1051
1052 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1053
1054 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1055
1056 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1057
1058 * lib/completion-support.exp (test_gdb_complete_none): Skip
1059 tab completion tests if no readline support.
1060 (test_gdb_complete_unique_re): Likewise.
1061 (test_gdb_complete_multiple): Likewise.
1062
1063 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1064
1065 * gdb.base/info_sources.exp: New file.
1066 * gdb.base/info_sources.c: New file.
1067 * gdb.base/info_sources_base.c: New file.
1068
1069 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1070
1071 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1072 prefix argument.
1073 (test_exit_status): Add prefix argument.
1074
1075 2019-08-01 Tom de Vries <tdevries@suse.de>
1076
1077 PR testsuite/24863
1078 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1079 calling exp_continue for new thread and thread exited messages.
1080
1081 2019-08-01 Tom de Vries <tdevries@suse.de>
1082
1083 PR testsuite/24863
1084 * gdb.base/structs.exp: Fix check-read1 timeout using
1085 gdb_test_sequence.
1086 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1087
1088 2019-08-01 Tom de Vries <tdevries@suse.de>
1089
1090 PR testsuite/24863
1091 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1092 line.
1093
1094 2019-08-01 Tom de Vries <tdevries@suse.de>
1095
1096 PR testsuite/24863
1097 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1098
1099 2019-07-30 Tom Tromey <tromey@adacore.com>
1100
1101 * gdb.ada/display_nested.exp: New file.
1102 * gdb.ada/display_nested/foo.adb: New file.
1103 * gdb.ada/display_nested/pack.adb: New file.
1104 * gdb.ada/display_nested/pack.ads: New file.
1105
1106 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1107
1108 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1109 namespace.
1110 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1111
1112 2019-07-30 Tom de Vries <tdevries@suse.de>
1113
1114 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1115 instead.
1116
1117 2019-07-30 Tom de Vries <tdevries@suse.de>
1118
1119 PR testsuite/24834
1120 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1121 (exec_is_pie): New proc.
1122
1123 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1124
1125 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1126
1127 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1128
1129 * gdb.python/py-objfile.c: Add global and static vars.
1130 * gdb.python/py-objfile.exp: Test new functions Objfile.
1131 lookup_global_symbol and lookup_static_symbol.
1132
1133 2019-07-29 Tom Tromey <tom@tromey.com>
1134
1135 * lib/tuiterm.exp (Term::_csi_@): New proc.
1136 (Term::_csi_X): Don't move cursor.
1137
1138 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1139
1140 * gdb.base/options.exp: Update backtrace - completion to
1141 new option -frame-info.
1142 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1143 Test new 'set print frame-info'. Test backtrace -frame-info
1144 overriding 'set print frame-info'.
1145 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1146 Test new 'set print frame-info'.
1147 Verify consistency of backtrace with and without filters, with and
1148 without -no-filters.
1149 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1150 default.
1151
1152 2019-07-29 Tom de Vries <tdevries@suse.de>
1153
1154 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1155 no arguments".
1156
1157 2019-07-29 Tom de Vries <tdevries@suse.de>
1158
1159 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1160 is a substring of the first for "complete non-unique file name".
1161
1162 2019-07-29 Tom de Vries <tdevries@suse.de>
1163
1164 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1165 with ".*".
1166
1167 2019-07-29 Tom de Vries <tdevries@suse.de>
1168
1169 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1170 Pass prompt_regexp parameter to gdb_test_multiple calls.
1171
1172 2019-07-29 Tom de Vries <tdevries@suse.de>
1173
1174 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1175 print registers" regexps.
1176
1177 2019-07-29 Tom de Vries <tdevries@suse.de>
1178
1179 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1180
1181 2019-07-29 Tom de Vries <tdevries@suse.de>
1182
1183 PR gdb/24855
1184 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1185 (skip_python_tests_prompt): Add prompt_regexp argument to
1186 gdb_test_multiple calls.
1187
1188 2019-07-27 Tom Tromey <tom@tromey.com>
1189
1190 * gdb.tui/main.exp: New file.
1191
1192 2019-07-27 Tom Tromey <tom@tromey.com>
1193
1194 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1195 optional.
1196 * gdb.tui/empty.exp: New file.
1197
1198 2019-07-27 Tom Tromey <tom@tromey.com>
1199
1200 * lib/tuiterm.exp (spawn): New proc.
1201 (Term::resize): New proc.
1202 * gdb.tui/resize.exp: New file.
1203
1204 2019-07-27 Tom Tromey <tom@tromey.com>
1205
1206 * gdb.tui/list.exp: New file.
1207
1208 2019-07-27 Tom Tromey <tom@tromey.com>
1209
1210 * gdb.tui/regs.exp: New file.
1211
1212 2019-07-27 Tom Tromey <tom@tromey.com>
1213
1214 * gdb.tui/basic.exp: Add "layout split" test.
1215
1216 2019-07-27 Tom Tromey <tom@tromey.com>
1217
1218 * gdb.tui/basic.exp: Add "layout asm" test.
1219
1220 2019-07-27 Tom Tromey <tom@tromey.com>
1221
1222 * lib/tuiterm.exp: New file.
1223 * gdb.tui/basic.exp: New file.
1224
1225 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1226
1227 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1228 Enable tests associated with this flag. Adjust regex
1229 referencing "foo_low" to now refer to "foo_cold" instead.
1230
1231 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1232
1233 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1234 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1235 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1236 foo_cold. Revise comments to match.
1237 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1238 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1239 were wrapped into this proc; Call do_test in loop from outermost
1240 level.
1241 (foo_low): Rename all occurrences to "foo_cold".
1242 (backtrace from baz): New test.
1243 (x2/i foo_cold): New test.
1244 (info line *foo_cold): New test.
1245
1246 2019-07-26 Tom de Vries <tdevries@suse.de>
1247
1248 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1249
1250 2019-07-25 Tom de Vries <tdevries@suse.de>
1251
1252 PR testsuite/24830
1253 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1254 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1255 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1256 (skip_libstdcxx_probe_tests): ... here.
1257 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1258
1259 2019-07-24 Tom de Vries <tdevries@suse.de>
1260
1261 PR testsuite/24807
1262 * gdb.objc/basicclass.m: Include stdio.h.
1263 * gdb.objc/nondebug.m: Same.
1264 * gdb.objc/objcdecode.m: Same.
1265
1266 2019-07-24 Tom de Vries <tdevries@suse.de>
1267
1268 PR testsuite/24612
1269 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1270 additional_flags.
1271
1272 2019-07-24 Tom de Vries <tdevries@suse.de>
1273
1274 PR testsuite/24831
1275 * gdb.multi/tids.exp: Update error messages for info threads.
1276
1277 2019-07-24 Tom de Vries <tdevries@suse.de>
1278
1279 * gdb.base/info-types.exp: Allow info types to print info for more than
1280 one file.
1281
1282 2019-07-23 Tom de Vries <tdevries@suse.de>
1283
1284 PR testsuite/24842
1285 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1286 gdb_spawn_with_cmdline_opts.
1287
1288 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1289
1290 * gdb.arch/arm-cmse-sgstubs.c: New test.
1291 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1292
1293 2019-07-23 Tom de Vries <tdevries@suse.de>
1294
1295 PR testsuite/24711
1296 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1297 issuing next command.
1298
1299 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1300
1301 * gdb.ada/info_auto_lang.exp: Update expected results.
1302 * gdb.base/info-types.c: Add additional types to check.
1303 * gdb.base/info-types.exp: Update expected results.
1304
1305 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1306
1307 * gdb.base/info-types.c: New file.
1308 * gdb.base/info-types.exp: New file.
1309
1310 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1311
1312 * gdb.arch/riscv-bp-infcall.c: New file.
1313 * gdb.arch/riscv-bp-infcall.exp: New file.
1314
1315 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1316
1317 PR breakpoints/24541
1318 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1319
1320 2019-07-14 Tom de Vries <tdevries@suse.de>
1321
1322 PR testsuite/24760
1323 * gdb.objc/basicclass.exp: Fix unterminated string.
1324
1325 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1326 Andrew Burgess <andrew.burgess@embecosm.com>
1327
1328 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1329 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1330 negative bounds.
1331 * gdb.fortran/vla-value.exp: Print elements of an array with
1332 negative bounds.
1333 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1334 testing.
1335
1336 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1337
1338 * gdb.base/options.exp (expect_string): Dequote strings in
1339 results.
1340 (test-string): Test strings with different quoting and reindent.
1341
1342 2019-07-10 Tom Tromey <tromey@adacore.com>
1343
1344 * gdb.ada/mi_ex_cond.exp: Update expected results.
1345 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1346 * gdb.ada/mi_catch_ex.exp: Update expected results.
1347 * gdb.ada/mi_catch_assert.exp: Update expected results.
1348 * gdb.ada/catch_ex.exp (catch_exception_info)
1349 (catch_exception_entry, catch_assert_entry)
1350 (catch_unhandled_entry): Update.
1351 * gdb.ada/catch_assert_if.exp: Update expected results.
1352
1353 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1354 Stephen Roberts <stephen.roberts@arm.com>
1355
1356 * gdb.base/define.exp: Restore original prompt.
1357
1358 2019-07-09 Pedro Alves <palves@redhat.com>
1359
1360 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1361 breakpoints" output.
1362 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1363 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1364 throw" creates breakpoint.
1365 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1366 'type="catchpoint"'.
1367
1368 2019-07-09 Pedro Alves <palves@redhat.com>
1369
1370 PR c++/15468
1371 * gdb.cp/except-multi-location-lib.cc: New.
1372 * gdb.cp/except-multi-location-main.cc: New.
1373 * gdb.cp/except-multi-location.exp: New.
1374
1375 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1376
1377 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1378 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1379 argument and update callers.
1380
1381 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1382
1383 * gdb.arch/amd64-break-on-asm-line.S: New file.
1384 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1385
1386 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1387
1388 * gdb.base/printcmds.exp: Test printing C string and
1389 C wide string convenience vars without transiting via the inferior.
1390 Also make test names unique.
1391
1392 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1393
1394 PR breakpoints/25011
1395 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1396
1397 2019-07-04 Pedro Alves <palves@redhat.com>
1398
1399 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1400 body returned ok(0), break(3) or continue(4).
1401 * gdb.testsuite/foreach_with_prefix.exp: New file.
1402
1403 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1404
1405 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1406
1407 2019-07-03 Pedro Alves <palves@redhat.com>
1408
1409 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1410 "return -code".
1411
1412 2019-07-03 Pedro Alves <palves@redhat.com>
1413
1414 PR cli/24732
1415 * gdb.base/shell.exp: Load completion-support.exp.
1416 Adjust expected error output. Add completion tests.
1417
1418 2019-07-03 Pedro Alves <palves@redhat.com>
1419
1420 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1421 string_to_regexp.
1422
1423 2019-07-03 Pedro Alves <palves@redhat.com>
1424
1425 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1426 (expect_integer): Adjust to expect "-string".
1427 (expect_string): New.
1428 (all_options): Expect "-string".
1429 (test-flag, test-boolean): Adjust to expect "-string".
1430 (test-string): New proc.
1431 (top level): Call it.
1432
1433 2019-07-03 Pedro Alves <palves@redhat.com>
1434
1435 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1436 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1437 the expected output in the success.
1438
1439 2019-07-03 Pedro Alves <palves@redhat.com>
1440
1441 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1442 Split one gdb_test_multiple call in two to avoid a race.
1443
1444 2019-07-03 Pedro Alves <palves@redhat.com>
1445
1446 * gdb.base/with.c: New file.
1447 * gdb.base/with.exp: New file.
1448
1449 2019-07-03 Pedro Alves <palves@redhat.com>
1450
1451 * gdb.base/settings.exp: Replace all references to "maint
1452 test-settings set" with references to "maint set test-settings",
1453 and all references to "maint test-settings show" with references
1454 to "maint show test-settings".
1455
1456 2019-07-03 Pedro Alves <palves@redhat.com>
1457
1458 * gdb.base/settings.exp (test-string): Adjust expected out when
1459 testing "maint test-settings show filename"
1460
1461 2019-07-02 Pedro Alves <palves@redhat.com>
1462
1463 * gdb.base/options.exp (test-info-threads): New procedure.
1464 (top level): Call it.
1465
1466 2019-06-28 Tom Tromey <tromey@adacore.com>
1467
1468 * gdb.dwarf2/ada-linkage-name.c: New file.
1469 * gdb.dwarf2/ada-linkage-name.exp: New file.
1470
1471 2019-06-27 Tom Tromey <tromey@adacore.com>
1472
1473 PR c++/20020:
1474 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1475
1476 2019-06-26 Tom de Vries <tdevries@suse.de>
1477
1478 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1479
1480 2019-06-26 Tom de Vries <tdevries@suse.de>
1481
1482 * gdb.base/index-cache.exp: Add back missing debug option.
1483
1484 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1485
1486 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1487
1488 2019-06-25 Tom de Vries <tdevries@suse.de>
1489
1490 PR testsuite/24727
1491 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1492
1493 2019-06-24 Tom de Vries <tdevries@suse.de>
1494
1495 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1496
1497 2019-06-24 Tom de Vries <tdevries@suse.de>
1498
1499 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1500 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1501 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1502
1503 2019-06-24 Tom de Vries <tdevries@suse.de>
1504
1505 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1506
1507 2019-06-21 Tom de Vries <tdevries@suse.de>
1508
1509 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1510
1511 2019-06-21 Tom de Vries <tdevries@suse.de>
1512
1513 PR testsuite/24518
1514 PR ada/24713
1515 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1516 index.
1517
1518 2019-06-19 Tom Tromey <tromey@adacore.com>
1519
1520 * gdb.ada/length_cond.exp: Add intro comment.
1521
1522 2019-06-19 Tom Tromey <tromey@adacore.com>
1523
1524 * gdb.ada/length_cond.exp: New file.
1525 * gdb.ada/length_cond/length_cond.adb: New file.
1526 * gdb.ada/length_cond/pck.adb: New file.
1527 * gdb.ada/length_cond/pck.ads: New file.
1528
1529 2019-06-18 Tom de Vries <tdevries@suse.de>
1530
1531 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1532
1533 2019-06-18 Tom Tromey <tromey@adacore.com>
1534
1535 * gdb.base/list0.h: Add comment explaining control character.
1536
1537 2019-06-18 Tom de Vries <tdevries@suse.de>
1538
1539 * boards/fission.exp: Break up long debug_flags line.
1540
1541 2019-06-16 Tom de Vries <tdevries@suse.de>
1542
1543 PR gdb/24445
1544 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1545 generated index.
1546
1547 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1548
1549 PR gdb/24686
1550 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1551 improve detection of bug gdb/24541.
1552
1553 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1554
1555 PR gdb/24669
1556 * gdb.base/index-cache.exp (uses_readnow,
1557 expecting_index_cache_use): Define global variable.
1558 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1559 expecting_index_cache_use.
1560
1561 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1562 Andrew Burgess <andrew.burgess@embecosm.com>
1563
1564 * gdb.fortran/pointers.f90: New file.
1565 * gdb.fortran/print_type.exp: New file.
1566 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1567 * gdb.fortran/vla-type.exp: Likewise.
1568 * gdb.fortran/vla-value.exp: Likewise.
1569 * gdb.mi/mi-vla-fortran.exp: Likewise.
1570
1571 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1572
1573 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1574 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1575 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1576 as a stop reason.
1577
1578 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1579
1580 * gdb.base/annota1.exp: Update expected results.
1581 * gdb.cp/annota2.exp: Likewise.
1582 * gdb.cp/annota3.exp: Likewise.
1583
1584 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1585
1586 * gdb.base/style-logging.exp: Remove path from test name.
1587
1588 2019-06-14 Tom Tromey <tromey@adacore.com>
1589
1590 PR gdb/24502:
1591 * gdb.base/style-logging.exp: New file.
1592
1593 2019-06-14 Tom Tromey <tromey@adacore.com>
1594
1595 * gdb.base/symfile-warn.exp: New file.
1596 * gdb.base/symfile-warn.c: New file.
1597
1598 2019-06-14 Tom Tromey <tromey@adacore.com>
1599
1600 * gdb.base/annotate-symlink.exp: New file.
1601
1602 2019-06-14 Tom Tromey <tromey@adacore.com>
1603
1604 * gdb.ada/set_wstr.exp: Add reassignment test.
1605
1606 2019-06-14 Tom Tromey <tromey@adacore.com>
1607
1608 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1609 'unchecked_access and 'unrestricted_access as well.
1610
1611 2019-06-14 Tom Tromey <tromey@adacore.com>
1612
1613 PR ada/24539:
1614 * gdb.ada/vla.exp: Update tests.
1615 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1616 pragma.
1617
1618 2019-06-13 Pedro Alves <palves@redhat.com>
1619
1620 * gdb.base/settings.exp (test-integer): Test junk after
1621 "unlimited".
1622
1623 2019-06-13 Pedro Alves <palves@redhat.com>
1624
1625 * gdb.base/options.exp (test-thread-apply): New.
1626 (top level): Call it.
1627
1628 2019-06-13 Pedro Alves <palves@redhat.com>
1629
1630 * gdb.base/options.exp (test-frame-apply): New.
1631 (top level): Test print commands with different "frame apply"
1632 prefixes.
1633
1634 2019-06-13 Pedro Alves <palves@redhat.com>
1635
1636 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1637 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1638 'max_completions' parameter and handle it.
1639 (test_gdb_completion_offers_commands): New.
1640
1641 2019-06-13 Pedro Alves <palves@redhat.com>
1642
1643 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1644
1645 2019-06-13 Pedro Alves <palves@redhat.com>
1646
1647 * gdb.base/options.exp (test-backtrace): New.
1648 (top level): Call it.
1649
1650 2019-06-13 Pedro Alves <palves@redhat.com>
1651
1652 * gdb.guile/scm-frame-args.exp: Use "set print
1653 raw-frame-arguments" instead of "set print raw frame-arguments".
1654 * gdb.python/py-frame-args.exp: Likewise.
1655
1656 2019-06-13 Pedro Alves <palves@redhat.com>
1657
1658 * gdb.compile/compile.exp: Adjust expected output to option
1659 processing changes.
1660
1661 2019-06-13 Pedro Alves <palves@redhat.com>
1662
1663 * gdb.base/options.exp: Build executable.
1664 (test-print): New procedure.
1665 (top level): Call it, once for "print" and another for "compile
1666 print".
1667
1668 2019-06-13 Pedro Alves <palves@redhat.com>
1669
1670 * gdb.base/options.c: New file.
1671 * gdb.base/options.exp: New file.
1672
1673 2019-06-13 Pedro Alves <palves@redhat.com>
1674
1675 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1676 that "o" is ambiguous.
1677
1678 2019-06-13 Pedro Alves <palves@redhat.com>
1679
1680 * gdb.base/settings.c: New file.
1681 * gdb.base/settings.exp: New file.
1682
1683 2019-06-13 Pedro Alves <palves@redhat.com>
1684
1685 * gdb.base/completion.exp: Fix comment typo.
1686
1687 2019-06-13 Pedro Alves <palves@redhat.com>
1688
1689 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1690 foo --1" test.
1691
1692 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1693
1694 * gdb.fortran/block-data.f: New.
1695 * gdb.fortran/block-data.exp: New.
1696
1697 2019-06-11 Tom de Vries <tdevries@suse.de>
1698
1699 PR testsuite/24521
1700 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1701 message.
1702
1703 2019-06-11 Tom de Vries <tdevries@suse.de>
1704
1705 PR testsuite/24521
1706 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1707
1708 2019-06-11 Tom de Vries <tdevries@suse.de>
1709
1710 * boards/readnow.exp: New file.
1711
1712 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1713
1714 * gdb.fortran/vla-sizeof.exp: Update expected results.
1715
1716 2019-06-06 Amos Bird <amosbird@gmail.com>
1717
1718 * gdb.base/annota1.exp (thread_switch): Add test for
1719 thread-exited annotation.
1720
1721 2019-06-06 Tom Tromey <tromey@adacore.com>
1722
1723 * gdb.base/maint.exp: Expect command started/finished output.
1724
1725 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1726
1727 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1728 comment.
1729 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1730
1731 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1732
1733 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1734 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1735 * gdb.arch/riscv-unwind-long-insn.c: New file.
1736 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1737
1738 2019-06-04 Christian Biesinger <cbiesinger@google.com>
1739
1740 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
1741
1742 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1743
1744 * lib/gdb.exp (help_list_trailer): New regexp variable
1745 factorizing the help trailer message.
1746 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1747 arg to allow to better factorize various tests.
1748 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1749 (test_prefix_command_help): Use help_list_trailer.
1750 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1751 * gdb.guile/scm-cmd.exp: Likewise.
1752 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1753 * gdb.base/help.exp: Use test_user_defined_class_help.
1754 * gdb.base/style.exp: Add tests for styling of help and apropos.
1755 * lib/gdb-utils.exp (style): Add title and highlight styles.
1756
1757 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1758
1759 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1760 $_shell_exitsignal.
1761 * gdb.base/default.exp: Update for new convenience variables.
1762
1763 2019-05-29 Tom Tromey <tromey@adacore.com>
1764
1765 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1766 to "break complete ada" test case's regexp.
1767
1768 2019-05-29 Tom Tromey <tromey@adacore.com>
1769
1770 PR c++/20020:
1771 * gdb.cp/constexpr-field.exp: New file.
1772 * gdb.cp/constexpr-field.cc: New file.
1773
1774 2019-05-29 Tom Tromey <tromey@adacore.com>
1775
1776 * gdb.base/finish.exp (finish_no_print): New proc.
1777 (finish_tests): Call it.
1778
1779 2019-05-24 Tom de Vries <tdevries@suse.de>
1780
1781 * gdb.dwarf2/gdb-add-index.exp: New file.
1782
1783 2019-05-22 Tom Tromey <tromey@adacore.com>
1784
1785 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1786 * gdb.base/style.exp: Use "style".
1787 * lib/gdb-utils.exp (style): New proc.
1788
1789 2019-05-22 Tom de Vries <tdevries@suse.de>
1790
1791 * gdb.base/align.exp: Require c++11.
1792
1793 2019-05-22 Tom de Vries <tdevries@suse.de>
1794
1795 PR testsuite/24586
1796 * gdb.python/py-mi-var-info-path-expression.exp: Call
1797 mi_skip_python_tests to check if python is supported.
1798
1799 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1800
1801 * gdb.arch/aarch64-pauth.c: New test.
1802 * gdb.arch/aarch64-pauth.exp: New file.
1803
1804 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1805
1806 * README (Re-running Tests Outside The Testsuite): New section.
1807
1808 2019-05-21 Tom de Vries <tdevries@suse.de>
1809
1810 * gdb.arch/amd64-eval.exp: Require c++11.
1811 * gdb.base/max-depth.exp: Same.
1812 * gdb.compile/compile-cplus-array-decay.exp: Same.
1813 * gdb.cp/meth-typedefs.exp: Same.
1814 * gdb.cp/subtypes.exp: Same.
1815 * gdb.cp/temargs.exp: Same.
1816
1817 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1818
1819 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1820
1821 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1822
1823 PR gdb/18644
1824 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1825 * gdb.fortran/printing-types.exp: Add new test.
1826 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1827 testing.
1828 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1829 setup_kfail call.
1830
1831 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1832
1833 * README (Running the Testsuite): Change example.
1834 (Testsuite Parameters): Remove TRANSCRIPT.
1835 * lib/gdb.exp: Remove TRANSCRIPT check.
1836
1837 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1838
1839 * README (Testsuite Parameters): Add replay logging to
1840 GDBSERVER_DEBUG.
1841 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1842 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1843 as a comma separated list.
1844 (gdb_debug_init): Override procedure.
1845
1846 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1847
1848 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1849 (gdb_write_cmd_file): New procedure.
1850 * lib/gdbserver-support.exp (gdbserver_start): Call
1851 gdbserver_write_cmd_file.
1852 (gdbserver_write_cmd_file): New procedure.
1853
1854 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1855
1856 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1857 (delete_breakpoints): Likewise.
1858 (gdb_run_cmd): Likewise.
1859 (gdb_start_cmd): Likewise.
1860 (gdb_starti_cmd): Likewise.
1861 (gdb_internal_error_resync): Likewise.
1862 (gdb_test_multiple): Likewise.
1863 (gdb_reinitialize_dir): Likewise.
1864 (default_gdb_exit): Likewise.
1865 (gdb_file_cmd): Mark kill as optional.
1866 (default_gdb_start): Call gdb_stdin_log_init.
1867 (send_gdb): Call gdb_stdin_log_write.
1868 (rerun_to_main): Mark Y as an answer.
1869 (gdb_stdin_log_init): New function.
1870 (gdb_stdin_log_write): Likewise.
1871
1872 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1873
1874 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1875 * gdb.base/debug-expr.exp: Likewise.
1876 * gdb.base/foll-fork.exp: Likewise.
1877 * gdb.base/foll-vfork.exp: Likewise.
1878 * gdb.base/fork-print-inferior-events.exp: Likewise.
1879 * gdb.base/gdb-sigterm.exp: Likewise.
1880 * gdb.base/gdbinit-history.exp: Likewise.
1881 * gdb.base/osabi.exp: Likewise.
1882 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1883 * gdb.base/ui-redirect.exp: Likewise.
1884 * gdb.gdb/unittest.exp: Likewise.
1885 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1886 * gdb.mi/mi-watch.exp: Likewise.
1887 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1888 * gdb.mi/user-selected-context-sync.exp: Likewise.
1889 * gdb.python/python.exp: Disable debug test when debugging.
1890 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1891 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1892 Likewise.
1893 * gdb.threads/stepi-random-signal.exp: Likewise.
1894
1895 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1896
1897 * Makefile.in: Pass through GDB_DEBUG.
1898 * README (Testsuite Parameters): Add GDB_DEBUG.
1899 (gdb,debug): Add board setting.
1900 * lib/gdb.exp (default_gdb_start): Start debugging.
1901 (gdb_debug_enabled): New procedure.
1902 (gdb_debug_init): Likewise.
1903
1904 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1905
1906 * Makefile.in: Pass through GDB_DEBUG.
1907 * README (Testsuite Parameters): Add GDB_DEBUG.
1908 (gdb,debug): Add board setting.
1909 * lib/gdb.exp (default_gdb_start): Start debugging.
1910 (gdb_debug_enabled): New procedure.
1911 (gdb_debug_init): Likewise.
1912
1913 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1914
1915 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1916
1917 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1918
1919 * gdb.base/ui-redirect.exp: Test redirection.
1920
1921 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1922
1923 * gdb.mi/mi-complete.exp: New file.
1924 * gdb.mi/mi-complete.cc: Likewise.
1925
1926 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1927
1928 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1929 indexed and sliced arrays, and pointers to arrays.
1930
1931 2019-05-14 Tom Tromey <tromey@adacore.com>
1932
1933 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1934 styling test.
1935
1936 2019-05-14 Tom de Vries <tdevries@suse.de>
1937
1938 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1939 selection entry encoding.
1940
1941 2019-05-10 Tom Tromey <tromey@adacore.com>
1942
1943 * gdb.ada/info_exc.exp: Add "complete" test.
1944
1945 2019-05-09 Tom de Vries <tdevries@suse.de>
1946
1947 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1948 CU-relative.
1949
1950 2019-05-09 Tom de Vries <tdevries@suse.de>
1951
1952 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1953 CU-relative.
1954
1955 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1956
1957 * gdb.ada/frame_arg_lang.exp: New testcase.
1958 * gdb.ada/frame_arg_lang/bla.adb: New file.
1959 * gdb.ada/frame_arg_lang/pck.ads: New file.
1960 * gdb.ada/frame_arg_lang/pck.adb: New file.
1961 * gdb.ada/frame_arg_lang/foo.c: New file.
1962
1963 2019-05-08 Tom Tromey <tromey@adacore.com>
1964
1965 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1966
1967 2019-05-08 Tom Tromey <tromey@adacore.com>
1968
1969 * gdb.base/ptype-offsets.exp: Update tests.
1970
1971 2019-05-08 Tom Tromey <tromey@adacore.com>
1972
1973 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1974 cases.
1975 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1976 "short".
1977
1978 2019-05-08 Tom Tromey <tromey@adacore.com>
1979
1980 * gdb.ada/vla.exp: New file.
1981 * gdb.ada/vla/vla.adb: New file.
1982
1983 2019-05-07 Tom de Vries <tdevries@suse.de>
1984
1985 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1986
1987 2019-05-07 Tom de Vries <tdevries@suse.de>
1988
1989 PR testsuite/24522
1990 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1991 section.
1992
1993 2019-05-07 Tom de Vries <tdevries@suse.de>
1994
1995 PR testsuite/24522
1996 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1997 .debug_aranges section.
1998
1999 2019-05-07 Tom de Vries <tdevries@suse.de>
2000
2001 PR testsuite/24159
2002 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2003
2004 2019-05-06 Tom de Vries <tdevries@suse.de>
2005
2006 * lib/gdb.exp (exec_has_index_section): New proc.
2007 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2008 section.
2009
2010 2019-05-04 Tom de Vries <tdevries@suse.de>
2011
2012 * boards/cc-with-debug-names.exp: New file.
2013
2014 2019-05-03 Tom Tromey <tromey@adacore.com>
2015
2016 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2017 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2018 * gdb.ada/char_enum.exp: Add test.
2019
2020 2019-05-03 Tom de Vries <tdevries@suse.de>
2021
2022 * boards/cc-with-gdb-index.exp: New file.
2023
2024 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2025
2026 * gdb.rust/simple.exp: Add new test case.
2027 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2028 (main): Initialise an instance of the new struct.
2029
2030 2019-05-01 Tom Tromey <tromey@adacore.com>
2031
2032 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2033 record.
2034 (NPR): New variable.
2035 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2036 test.
2037
2038 2019-05-01 Tom Tromey <tromey@adacore.com>
2039
2040 * gdb.ada/packed_array_assign.exp: Add packed assignment
2041 regression test.
2042
2043 2019-05-01 Tom de Vries <tdevries@suse.de>
2044
2045 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2046
2047 2019-05-01 Tom de Vries <tdevries@suse.de>
2048
2049 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2050
2051 2019-04-30 Ali Tamur <tamur@google.com>
2052
2053 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2054
2055 2019-04-30 Tom Tromey <tromey@adacore.com>
2056
2057 * lib/ada.exp (find_ada_tool): New proc.
2058 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2059 * gdb.ada/catch_ex_std.exp: New file.
2060 * gdb.ada/catch_ex_std/foo.adb: New file.
2061 * gdb.ada/catch_ex_std/some_package.adb: New file.
2062 * gdb.ada/catch_ex_std/some_package.ads: New file.
2063
2064 2019-04-30 Tom Tromey <tromey@adacore.com>
2065
2066 PR c++/24470:
2067 * gdb.cp/temargs.cc: Add test code from PR.
2068
2069 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2070
2071 * gdb.fortran/vla-datatypes.exp: Update expected results.
2072 * gdb.fortran/vla-ptype.exp: Likewise.
2073 * gdb.fortran/vla-type.exp: Likewise.
2074 * gdb.fortran/vla-value.exp: Likewise.
2075
2076 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2077
2078 * gdb.fortran/ptr-indentation.exp: Update expected results.
2079 * gdb.fortran/ptype-on-functions.exp: Likewise.
2080 * gdb.fortran/vla-ptr-info.exp: Likewise.
2081 * gdb.fortran/vla-value.exp: Likewise.
2082
2083 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2084
2085 * gdb.fortran/ptype-on-functions.exp: New file.
2086 * gdb.fortran/ptype-on-functions.f90: New file.
2087
2088 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2089
2090 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2091 case void string.
2092
2093 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2094
2095 * gdb.fortran/complex.exp: Expand.
2096 * gdb.fortran/complex.f: Renamed to...
2097 * gdb.fortran/complex.f90: ...this, and extended to add more
2098 complex values.
2099
2100 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2101
2102 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2103 MODULO, CMPLX.
2104
2105 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2106 Richard Bunt <richard.bunt@arm.com>
2107
2108 * gdb.base/max-depth.c: New file.
2109 * gdb.base/max-depth.exp: New file.
2110 * gdb.python/py-nested-maps.c: New file.
2111 * gdb.python/py-nested-maps.exp: New file.
2112 * gdb.python/py-nested-maps.py: New file.
2113 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2114 (test_all_common): Call test_max_depth.
2115 * gdb.fortran/max-depth.exp: New file.
2116 * gdb.fortran/max-depth.f90: New file.
2117 * gdb.go/max-depth.exp: New file.
2118 * gdb.go/max-depth.go: New file.
2119 * gdb.modula2/max-depth.exp: New file.
2120 * gdb.modula2/max-depth.c: New file.
2121 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2122
2123 2019-04-29 Tom de Vries <tdevries@suse.de>
2124
2125 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2126
2127 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2128
2129 * gdb.base/callexit.exp: Test may-call-functions off.
2130
2131 2019-04-25 Keith Seitz <keiths@redhat.com>
2132
2133 PR c++/24367
2134 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2135 (another_incomplete_struct, test_incomplete): New definitions.
2136 (main): Use new definitions.
2137 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2138 functions.
2139
2140 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2141
2142 PR corefiles/11608
2143 PR corefiles/18187
2144 * gdb.base/coredump-filter-build-id.exp: New file.
2145
2146 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2147
2148 * Makefile.in: Pass through GDBSERVER_DEBUG.
2149 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2150 (gdbserver,debug): Add board setting.
2151 * gdb.trace/tspeed.exp: Skip when debugging.
2152 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2153 * lib/gdbserver-support.exp: Likewise
2154
2155 2019-04-24 Tom Tromey <tromey@adacore.com>
2156
2157 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2158 Rust.
2159
2160 2019-04-24 Tom Tromey <tromey@adacore.com>
2161
2162 * gdb.arch/amd64-eval.exp: Test bitfield return.
2163 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2164 (class Foo) <return_bitfields>: New method.
2165 (main): Call it.
2166
2167 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2168
2169 * gdb.cp/many-args.cc: New file.
2170 * gdb.cp/many-args.exp: New file.
2171
2172 2019-04-23 Tom de Vries <tdevries@suse.de>
2173
2174 PR gdb/24433
2175 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2176
2177 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2178
2179 * gdb.trace/backtrace.exp: Use nopie flag.
2180 * gdb.trace/circ.exp: Likewise.
2181 * gdb.trace/collection.exp: Likewise.
2182 * gdb.trace/ftrace.exp: Likewise.
2183 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2184 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2185 * gdb.trace/qtro.exp: Likewise.
2186 * gdb.trace/read-memory.exp: Likewise.
2187 * gdb.trace/report.exp: Likewise.
2188 * gdb.trace/tfile.exp: Likewise.
2189 * gdb.trace/tfind.exp: Likewise.
2190 * gdb.trace/unavailable.exp: Likewise.
2191
2192 2019-04-22 Pedro Alves <palves@redhat.com>
2193
2194 * gdb.base/solib-probes-nosharedlibrary.c,
2195 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2196
2197 2019-04-19 Tom Tromey <tromey@adacore.com>
2198
2199 * gdb.ada/ptype_union.c: New file.
2200 * gdb.ada/ptype_union.exp: New file.
2201
2202 2019-04-19 Tom Tromey <tromey@adacore.com>
2203
2204 PR symtab/24423:
2205 * gdb.base/list0.h (foo): Add a control-l character.
2206
2207 2019-04-18 Tom de Vries <tdevries@suse.de>
2208
2209 PR gdb/24433
2210 * boards/local-board.exp: Set sysroot to "".
2211
2212 2019-04-18 Tom de Vries <tdevries@suse.de>
2213 Pedro Alves <palves@redhat.com>
2214
2215 PR gdb/24454
2216 * gdb.threads/vfork-follow-child-exec.c: New file.
2217 * gdb.threads/vfork-follow-child-exec.exp: New file.
2218 * gdb.threads/vfork-follow-child-exit.c: New file.
2219 * gdb.threads/vfork-follow-child-exit.exp: New file.
2220
2221 2019-04-15 Leszek Swirski <leszeks@google.com>
2222
2223 * gdb.arch/amd64-eval.cc: New file.
2224 * gdb.arch/amd64-eval.exp: New file.
2225
2226 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2227
2228 * gdb.server/sysroot.c: New test.
2229 * gdb.server/sysroot.exp: New file.
2230 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2231 matching param.
2232
2233 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2234
2235 * gdb.base/align.exp: Extend test to cover structures containing
2236 only static fields.
2237
2238 2019-04-11 Tom de Vries <tdevries@suse.de>
2239
2240 * boards/cc-with-dwz-m.exp: New file.
2241 * boards/cc-with-dwz.exp: New file.
2242 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2243
2244 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2245
2246 * gdb.base/start-cpp.exp: New file.
2247 * gdb.base/start-cpp.cc: New file.
2248
2249 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2250
2251 * gdb.python/py-thrhandle.exp: Adjust tests to call
2252 thread_from_handle instead of thread_from_thread_handle.
2253
2254 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2255
2256 * gdb.python/py-thrhandle.exp: Add tests for
2257 gdb.InferiorThread.handle.
2258
2259 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2260
2261 * gdb.python/py-function.exp: Check calling helper function from
2262 all languages.
2263 * lib/gdb.exp (gdb_supported_languages): New proc.
2264
2265 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2266
2267 * gdb.base/complex-parts.c: New file.
2268 * gdb.base/complex-parts.exp: New file.
2269
2270 2019-04-01 Tom Tromey <tromey@adacore.com>
2271
2272 PR symtab/23331:
2273 * gdb.dwarf2/dw2-ranges-main.c: New file.
2274 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2275 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2276
2277 2019-03-30 Simon Marchi <simark@simark.ca>
2278
2279 * gdb.base/default.exp: Add values for $_gdb_major and
2280 $_gdb_minor.
2281
2282 2019-03-29 Tom Tromey <tromey@adacore.com>
2283
2284 * gdb.base/help.exp: Tighten apropos regexp.
2285
2286 2019-03-29 Keith Seitz <keiths@redhat.com>
2287
2288 * gdb.fortran/array-bounds.exp: New file.
2289 * gdb.fortran/array-bounds.f90: New file.
2290
2291 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2292
2293 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2294
2295 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2296
2297 * gdb.multi/hello.c (main): Increase alarm timer.
2298
2299 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2300
2301 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2302 factor when no hardware watchpoint support.
2303
2304 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2305 Pedro Alves <palves@redhat.com>
2306
2307 * boards/local-board.exp: set sysroot to /.
2308
2309 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2310
2311 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2312 in child.
2313
2314 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2315
2316 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2317 field.
2318 (make_container): Initialise new field.
2319 * gdb.python/py-prettyprint.exp: Add new tests.
2320 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2321 <display_hint>: New method.
2322
2323 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2324
2325 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2326 gdb_continue_to_breakpoint more throughout this test.
2327 (run_lang_tests) Supply unique test names, and use
2328 gdb_test_no_output.
2329
2330 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2331
2332 * gdb.base/finish-pretty.exp: Update expected results.
2333 * gdb.base/pretty-print.c: New file.
2334 * gdb.base/pretty-print.exp: New file.
2335
2336 2019-03-25 Pedro Alves <palves@redhat.com>
2337
2338 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2339 move comments outside list. Append '-i "" eof' section.
2340
2341 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2342
2343 PR testsuite/25016
2344 * README: Add pie options.
2345 * gdb.base/break-interp.exp: Ensure pie is disabled.
2346 * gdb.base/dump.exp: Likewise.
2347 * lib/gdb.exp (gdb_compile): Add pie option.
2348
2349 2019-03-19 Tom Tromey <tromey@adacore.com>
2350
2351 * gdb.mi/mi2-cli-display.c: New file.
2352 * gdb.mi/mi2-cli-display.exp: New file.
2353
2354 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2355 Tom Tromey <tromey@adacore.com>
2356
2357 * gdb.ada/ptype_array/pck.adb: New file.
2358 * gdb.ada/ptype_array/pck.ads: New file.
2359 * gdb.ada/ptype_array/foo.adb: New file.
2360 * gdb.ada/ptype_array.exp: New file.
2361
2362 2019-03-14 Tom Tromey <tromey@adacore.com>
2363
2364 * gdb.base/style.exp: Add "set style sources" test.
2365
2366 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2367
2368 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2369 * mi-breakpoint-multiple-locations.exp: ... this.
2370 (make_breakpoints_pattern): New proc.
2371 (do_test): Add mi_version parameter, test -break-insert,
2372 -break-info and =breakpoint-created.
2373
2374 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2375
2376 * config/default.exp: Remove 'load_lib gdb.exp'.
2377 * config/monitor.exp: Likewise.
2378 * config/sid.exp: Likewise.
2379 * config/sim.exp: Likewise.
2380 * config/slite.exp: Likewise.
2381 * config/unix.exp: Likewise.
2382 * gdb.base/default.exp: Remove unhelpful comment.
2383
2384 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2385
2386 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2387
2388 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2389
2390 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2391
2392 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2393
2394 * gdb.fortran/type-kinds.exp: Update expected results.
2395
2396 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2397
2398 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2399
2400 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2401
2402 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2403 function.
2404 (test_basic_parsing_of_type_kinds): Expand types tested.
2405 (test_parsing_invalid_type_kinds): New function.
2406
2407 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2408
2409 * gdb.fortran/intrinsics.exp: New file.
2410 * gdb.fortran/intrinsics.f90: New file.
2411 * gdb.fortran/type-kinds.exp: New file.
2412
2413 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2414
2415 * gdb.fortran/dot-ops.exp: New file.
2416
2417 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2418
2419 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2420 Check upper and lower case logical literals.
2421
2422 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2423
2424 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2425 Remove duplicate tests.
2426
2427 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2428
2429 * lib/gdb.exp (builtin_cd): rename of cd.
2430 (cd): Override builtin.
2431
2432 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2433
2434 * gdb.fortran/function-calls.exp: New file.
2435 * gdb.fortran/function-calls.f90: New test.
2436
2437 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2438
2439 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2440 on user program standard output.
2441 * gdb.fortran/short-circuit-argument-list.f90: Record function
2442 calls.
2443
2444 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2445
2446 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2447 failure.
2448
2449 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2450
2451 PR gdb/8527
2452 * gdb.base/interrupt-daemon-attach.c,
2453 gdb.base/interrupt-daemon-attach.exp: New test.
2454
2455 2019-02-27 Pedro Alves <palves@redhat.com>
2456
2457 * gdb.base/page.exp: Add tests for "set width/height -1".
2458
2459 2019-02-27 Pedro Alves <palves@redhat.com>
2460
2461 * gdb.base/page.exp: Add tests for "set/show width/height" with
2462 "infinite" values.
2463
2464 2019-02-27 Tom Tromey <tromey@adacore.com>
2465
2466 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2467 2.4.
2468 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2469 workaround.
2470
2471 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2472
2473 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2474 tests for structs with static members.
2475
2476 2019-02-26 Tom Tromey <tromey@adacore.com>
2477
2478 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2479 ValueError, not TypeError.
2480
2481 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2482
2483 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2484 call from main program.
2485
2486 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2487
2488 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2489 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2490 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2491 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2492 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2493
2494 2019-02-22 Keith Seitz <keiths@redhat.com>
2495
2496 PR symtab/23853
2497 * gdb.base/symlink-sourcefile.c: New file.
2498 * gdb.base/symlink-sourcefile.exp: New file.
2499
2500 2019-02-20 Tom Tromey <tom@tromey.com>
2501
2502 * gdb.base/info_qt.exp: Update.
2503
2504 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2505
2506 * gdb.base/source.exp: Move "error in sourced script" code to
2507 the end.
2508 * gdb.base/source-error.gdb: Move contents to
2509 source-error-1.gdb. Add new code to source source-error-1.gdb.
2510 * gdb.base/source-error-1.gdb: New file, from previous
2511 source-error.gdb.
2512
2513 2019-02-17 Tom Tromey <tom@tromey.com>
2514
2515 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2516 for macro styling.
2517 * gdb.base/style.c (SOME_MACRO): New macro.
2518
2519 2019-02-17 Tom Tromey <tom@tromey.com>
2520
2521 * gdb.base/style.exp: Add line-wrapping tests.
2522 * gdb.base/page.exp: Add test for quitting during pagination.
2523
2524 2019-02-17 Joel Brobecker <brobecker@adacore.com>
2525
2526 * gdb.ada/big_packed_array: New testcase.
2527 * gdb.ada/homonym.exp: Fix incorrect expected output for
2528 "break <homonym__get_value>" test.
2529
2530 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
2531
2532 PR breakpoints/21870
2533 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2534 and prepare_for_testing. Add comment.
2535 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2536 redundant cleanup call. Clean up comment.
2537
2538 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
2539
2540 PR breakpoints/21870
2541 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2542 * gdb.arch/aarch64-dbreg-contents.c: New file.
2543
2544 2019-02-10 Joel Brobecker <brobecker@adacore.com>
2545
2546 * gdb.ada/mi_ref_changeable: New testcase.
2547
2548 2019-02-07 Alan Hayward <alan.hayward@arm.com>
2549
2550 * gdb.base/attach.exp: Add double attach test.
2551
2552 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2553
2554 * lib/gdb.exp (default_gdb_start): Don't match pagination
2555 prompt.
2556 (gdb_init): Set stty_init.
2557
2558 2019-01-27 Tom Tromey <tom@tromey.com>
2559
2560 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2561 skip_python_tests.
2562
2563 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2564
2565 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2566 New structure.
2567 (struct struct_static_02_02): Likewise.
2568 (struct struct_static_02_03): Likewise.
2569 (struct struct_static_02_04): Likewise.
2570 (struct struct_static_04_01): Likewise.
2571 (struct struct_static_04_02): Likewise.
2572 (struct struct_static_04_03): Likewise.
2573 (struct struct_static_04_04): Likewise.
2574 (struct struct_static_06_01): Likewise.
2575 (struct struct_static_06_02): Likewise.
2576 (struct struct_static_06_03): Likewise.
2577 (struct struct_static_06_04): Likewise.
2578 (cmp_struct_static_02_01): Likewise.
2579 (cmp_struct_static_02_02): Likewise.
2580 (cmp_struct_static_02_03): Likewise.
2581 (cmp_struct_static_02_04): Likewise.
2582 (cmp_struct_static_04_01): Likewise.
2583 (cmp_struct_static_04_02): Likewise.
2584 (cmp_struct_static_04_03): Likewise.
2585 (cmp_struct_static_04_04): Likewise.
2586 (cmp_struct_static_06_01): Likewise.
2587 (cmp_struct_static_06_02): Likewise.
2588 (cmp_struct_static_06_03): Likewise.
2589 (cmp_struct_static_06_04): Likewise.
2590 (call_all): Test new structs.
2591 * gdb.base/infcall-nested-structs.exp: Likewise.
2592
2593 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2594 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2595
2596 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2597 * gdb.base/stack-protector.c: New test.
2598 * gdb.base/stack-protector.exp: New file.
2599 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2600 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2601 option.
2602 (gdb_compile): Remove stack protector for GCC and prevent
2603 recursion.
2604
2605 2019-01-16 Keith Seitz <keiths@redhat.com>
2606
2607 PR gdb/23773
2608 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2609
2610 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2611
2612 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2613 aliases.
2614 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2615 tests.
2616 * gdb.arch/powerpc-vector-regs.c: New file.
2617 * gdb.arch/powerpc-vector-regs.exp: New file.
2618
2619 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2620
2621 * gdb.arch/altivec-regs.exp: Fix the list passed to
2622 gdb_expect_list when testing "info vector".
2623
2624 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2625
2626 * gdb.base/style.exp: Don't include path in testname.
2627
2628 2019-01-10 Keith Seitz <keiths@redhat.com>
2629
2630 PR gdb/23712
2631 PR symtab/23010
2632 * gdb.dwarf2/multidictionary.exp: New file.
2633
2634 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2635
2636 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2637 (test_gnuv3_style_demangling): ... this.
2638 (test_lucid_style_demangling): Remove.
2639 (test_arm_style_demangling): Remove.
2640 (test_hp_style_demangling): Remove.
2641 (do_tests): Remove calls to the above.
2642
2643 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2644
2645 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2646 case.
2647
2648 2019-01-06 Tom Tromey <tom@tromey.com>
2649
2650 PR gdb/28155:
2651 * gdb.dwarf2/typedef-void-finish.exp: New file.
2652
2653 2018-12-28 Tom Tromey <tom@tromey.com>
2654 Simon Marchi <simark@simark.ca>
2655
2656 * gdb.base/jit-exec.exp: New file.
2657 * gdb.base/jit-exec.c: New file.
2658 * gdb.base/jit-execd.c: New file.
2659
2660 2018-12-28 Tom Tromey <tom@tromey.com>
2661
2662 * gdb.base/style.exp: Update test to check for address styling.
2663
2664 2018-12-28 Tom Tromey <tom@tromey.com>
2665
2666 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2667 message.
2668
2669 2018-12-28 Tom Tromey <tom@tromey.com>
2670
2671 * gdb.base/style.exp: Add test for version number styling.
2672
2673 2018-12-28 Tom Tromey <tom@tromey.com>
2674
2675 * gdb.base/style.exp: Add test for print_address_symbolic.
2676
2677 2018-12-28 Tom Tromey <tom@tromey.com>
2678
2679 * gdb.base/style.exp: Add test for breakpoint setting.
2680
2681 2018-12-28 Tom Tromey <tom@tromey.com>
2682
2683 * gdb.base/style.exp: Add test for variable names.
2684
2685 2018-12-28 Tom Tromey <tom@tromey.com>
2686
2687 * gdb.base/style.exp: New file.
2688 * gdb.base/style.c: New file.
2689
2690 2018-12-28 Tom Tromey <tom@tromey.com>
2691
2692 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2693 "dumb".
2694 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2695 the TERM environment variable.
2696
2697 2018-12-27 Tom Tromey <tom@tromey.com>
2698
2699 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2700 pagination test.
2701
2702 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2703
2704 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2705 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2706
2707 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2708
2709 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2710 Filename a.adb changed to bp_fun_addr.adb.
2711 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2712
2713 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2714
2715 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2716 non-PIE executables.
2717 * README: Mention the gdb,nopie_flag board setting.
2718 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2719 non-PIE executable.
2720 * gdb.arch/amd64-entry-value.exp: Likewise.
2721 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2722 * gdb.arch/i386-float.exp: Likewise.
2723 * gdb.arch/i386-signal.exp: Likewise.
2724 * gdb.mi/mi-reg-undefined.exp: Likewise.
2725
2726 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2727
2728 PR gdb/23974
2729 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2730
2731 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2732
2733 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2734 Update order of results accordingly.
2735
2736 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2737
2738 * gdb.base/annota1.exp: Update a test regexp.
2739
2740 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2741
2742 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2743
2744 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2745
2746 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2747 (reuse_time): Initialize to REUSE_TIME_CAP.
2748 (check_rc): New function.
2749 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2750 Check pthread_create rc.
2751 (spawner_thread_func): Check pthread_create and pthread_join rc.
2752
2753 2018-12-08 Pedro Alves <palves@redhat.com>
2754
2755 * gdb.base/list.exp (test_forward_search): Rename to ...
2756 (test_forward_reverse_search): ... this. Also test reverse-search
2757 and the forward-search alias.
2758
2759 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2760
2761 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2762 local timeout variable before return, and remove all local timeout
2763 variable entirely.
2764 (gdb_load): Likewise.
2765
2766 2018-12-01 Tom de Vries <tdevries@suse.de>
2767
2768 * gdb.base/gdb-caching-proc.exp: New file.
2769
2770 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2771
2772 * Makefile.in (TIMESTAMP): New variable.
2773 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2774 command.
2775 (check-single-racy): Likewise.
2776 (check/%.exp): Likewise.
2777 (check-racy/%.exp): Likewise.
2778 (workers/%.worker): Likewise.
2779 (build-perf): Likewise.
2780 (check-perf): Likewise.
2781 * README: Describe new "TS" and "TS_FORMAT" variables.
2782 * print-ts.py: New file.
2783
2784 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2785
2786 PR python/23714
2787 * gdb.python/python.exp: Test command repetition after
2788 gdb.execute.
2789
2790 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2791
2792 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2793 is correctly aligned.
2794
2795 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2796
2797 * gdb.ada/info_auto_lang.exp: New testcase.
2798 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2799 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2800 * gdb.ada/info_auto_lang/some_c.c: New file.
2801
2802 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2803
2804 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2805 FUNC_lang language syntax.
2806
2807 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2808
2809 * gdb.base/info_minsym.c: New file.
2810 * gdb.base/info_minsym.exp: New file.
2811
2812 2018-11-19 Tom Tromey <tom@tromey.com>
2813
2814 PR rust/23625:
2815 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2816 * gdb.rust/expr.exp: Update expected output. Change one test.
2817
2818 2018-11-19 Tom Tromey <tom@tromey.com>
2819
2820 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2821
2822 2018-11-19 Pedro Alves <palves@redhat.com>
2823
2824 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2825 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2826 see the expected warning.
2827
2828 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2829
2830 PR gdb/22736:
2831 * gdb.cp/infcall-nodebug-lib.c: New test.
2832 * gdb.cp/infcall-nodebug-main.c: New test.
2833 * gdb.cp/infcall-nodebug.exp: New file.
2834
2835 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2836
2837 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2838 completer tests.
2839
2840 2018-11-09 Tom de Vries <tdevries@suse.de>
2841
2842 * gdb.base/msym-lang.c: New test.
2843 * gdb.base/msym-lang.exp: New file.
2844 * gdb.base/msym-lang-main.c: New test.
2845
2846 2018-11-08 Tom Tromey <tom@tromey.com>
2847
2848 PR gdb/23555:
2849 PR gdb/23838:
2850 * gdb.base/warning.exp: New file.
2851
2852 2018-11-08 Jan Beulich <jbeulich@suse.com>
2853
2854 * testsuite/gdb.arch/i386-avx512.c,
2855 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2856
2857 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2858
2859 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2860 point hardware.
2861
2862 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2863
2864 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2865 * gdb.dwarf2/missing-type-name.exp: New file.
2866
2867 2018-11-06 Tom de Vries <tdevries@suse.de>
2868
2869 * gdb.base/many-headers.c: New test.
2870 * gdb.base/many-headers.exp: New file.
2871
2872 2018-11-06 Jim Wilson <jimw@sifive.com>
2873
2874 * gdb.base/code_elim.exp: For riscv, set additional_flags
2875 to include -msmall-data-limit=0.
2876
2877 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2878
2879 * gdb.ada/watch_minus_l: New testcase.
2880
2881 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2882
2883 * gdb.arch/aix-sighandle.c: New file.
2884 * gdb.arch/aix-sighandle.exp: New file.
2885
2886 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2887
2888 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2889 registers being unions.
2890
2891 2018-10-31 Tom de Vries <tdevries@suse.de>
2892
2893 * lib/valgrind.exp: New file.
2894 (vgdb_start, vgdb_stop): New procs, factored out of ...
2895 * gdb.base/valgrind-bt.exp: ... here, ...
2896 * gdb.base/valgrind-disp-step.exp: ... here and ...
2897 * gdb.base/valgrind-infcall.exp: ... here.
2898
2899 2018-10-31 Tom de Vries <tdevries@suse.de>
2900
2901 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2902
2903 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2904
2905 * gdb.dwarf2/void-type.c: New file.
2906 * gdb.dwarf2/void-type.exp: New file.
2907
2908 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2909
2910 * gdb.base/info_qt.c: New file.
2911 * gdb.base/info_qt.exp: New file.
2912
2913 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2914
2915 * gdb.arch/powerpc-htm-regs.c: New file.
2916 * gdb.arch/powerpc-htm-regs.exp: New file.
2917
2918 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2919
2920 * gdb.arch/powerpc-tar.c: New file.
2921 * gdb.arch/powerpc-tar.exp: New file.
2922
2923 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2924
2925 * gdb.arch/powerpc-ppr-dscr.c: New file.
2926 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2927
2928 2018-10-25 Tom de Vries <tdevries@suse.de>
2929
2930 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2931
2932 2018-10-24 Tom de Vries <tdevries@suse.de>
2933
2934 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2935 longer exists error.
2936
2937 2018-10-24 Tom de Vries <tdevries@suse.de>
2938
2939 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2940
2941 2018-10-24 Tom de Vries <tdevries@suse.de>
2942
2943 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2944 --db-attach in valgrind.
2945
2946 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2947
2948 * gdb.arch/riscv-reg-aliases.c: New file.
2949 * gdb.arch/riscv-reg-aliases.exp: New file.
2950
2951 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2952
2953 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2954
2955 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2956
2957 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2958
2959 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2960
2961 * gdb.cp/ovldbreak.exp: Fix regexps.
2962
2963 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2964
2965 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2966
2967 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2968
2969 PR cli/23785
2970 * gdb.base/restore.exp: New test to check if "restore" with an
2971 invalid file doesn't segfault.
2972
2973 2018-10-18 Tom de Vries <tdevries@suse.de>
2974
2975 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2976 * gdb.ada/excep_handle.exp: Same.
2977 * gdb.ada/mi_string_access.exp: Same.
2978 * gdb.ada/mi_var_union.exp: Same.
2979 * gdb.arch/arc-analyze-prologue.exp: Same.
2980 * gdb.arch/arc-decode-insn.exp: Same.
2981 * gdb.base/readnever.exp: Same.
2982 * gdb.fortran/printing-types.exp: Same.
2983 * gdb.guile/scm-lazy-string.exp: Same.
2984
2985 2018-10-16 Tom de Vries <tdevries@suse.de>
2986
2987 PR gdb/23730
2988 * gdb.base/catch-follow-exec.c: Add copyright notice.
2989 * gdb.base/catch-follow-exec.exp: Rewrite to use
2990 gdb_spawn_with_cmdline_opts. Require gdb-native.
2991
2992 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2993
2994 * gdb.trace/actions-changed.exp: Check for arch support.
2995 * gdb.trace/actions.exp: Likewise.
2996 * gdb.trace/ax.exp: Likewise.
2997 * gdb.trace/backtrace.exp: Likewise.
2998 * gdb.trace/change-loc.exp: Likewise.
2999 * gdb.trace/deltrace.exp: Likewise.
3000 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3001 * gdb.trace/ftrace.exp: Likewise.
3002 * gdb.trace/infotrace.exp: Check for arch support.
3003 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3004 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3005 * gdb.trace/mi-tsv-changed.exp: Likewise.
3006 * gdb.trace/packetlen.exp: Likewise.
3007 * gdb.trace/passc-dyn.exp: Likewise.
3008 * gdb.trace/passcount.exp: Likewise.
3009 * gdb.trace/pending.exp: Likewise.
3010 * gdb.trace/range-stepping.exp: Check for shlib support.
3011 * gdb.trace/report.exp: Check for arch support.
3012 * gdb.trace/save-trace.exp: Likewise.
3013 * gdb.trace/signal.exp: Check for signal support.
3014 * gdb.trace/tfind.exp: Check for arch support.
3015 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3016 * gdb.trace/trace-common.h: Add comment.
3017 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3018 * gdb.trace/trace-enable-disable.exp: Likewise.
3019 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3020 * gdb.trace/tracecmd.exp: Check for arch support.
3021 * gdb.trace/tspeed.exp: Check for shlib and target support.
3022 * gdb.trace/tstatus.exp: Check for arch support.
3023 * gdb.trace/tsv.exp: Likewise.
3024 * gdb.trace/while-dyn.exp: Likewise.
3025 * gdb.trace/while-stepping.exp: Likewise.
3026 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3027
3028 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3029
3030 * gdb.trace/tspeed.exp: Remove nowarnings.
3031 (prepare_for_trace_test): Declare "global ipalib".
3032 * gdb.trace/tspeed.c: Include unistd.h.
3033 (main): Remove superfluous printf argument.
3034
3035 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3036
3037 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3038 directory prefix on the filename.
3039
3040 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3041
3042 * gdb.gdb/unittest.exp: Update expected message informing that
3043 selftests have been disabled.
3044 * gdb.server/unittest.exp: Likewise.
3045
3046 2018-10-09 Tom de Vries <tdevries@suse.de>
3047
3048 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3049 with runto_main.
3050
3051 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3052
3053 PR c++/16841
3054 * gdb.cp/virtbase2.cc: New file.
3055 * gdb.cp/virtbase2.exp: New file.
3056
3057 2018-10-06 Tom Tromey <tom@tromey.com>
3058
3059 PR python/19399:
3060 * gdb.python/py-inferior.exp: Add architecture test.
3061
3062 2018-10-06 Tom Tromey <tom@tromey.com>
3063
3064 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3065 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3066
3067 2018-10-06 Tom Tromey <tom@tromey.com>
3068
3069 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3070 of a "throw" catchpoint.
3071
3072 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3073
3074 * gdb.base/info-proc.exp: Update string expected from "help info
3075 proc".
3076
3077 2018-10-04 Tom Tromey <tom@tromey.com>
3078
3079 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3080 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3081 (test_initial_complaints, test_empty_complaints): Update.
3082 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3083
3084 2018-10-04 Tom Tromey <tom@tromey.com>
3085
3086 PR cli/19551:
3087 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3088 * lib/gdb.exp (gdb_file_cmd): Update.
3089 * gdb.stabs/weird.exp (print_weird_var): Update.
3090 * gdb.server/solib-list.exp: Update.
3091 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3092 * gdb.mi/mi-cli.exp: Update.
3093 * gdb.linespec/linespec.exp: Update.
3094 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3095 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3096 * gdb.cp/cp-relocate.exp: Update.
3097 * gdb.base/sym-file.exp: Update.
3098 * gdb.base/relocate.exp: Update.
3099 * gdb.base/readnever.exp: Update.
3100 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3101 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3102 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3103 * gdb.base/code_elim.exp: Update.
3104 * gdb.base/break-unload-file.exp (test_break): Update.
3105 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3106 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3107 Update.
3108 * gdb.base/attach.exp (do_attach_tests): Update.
3109 * gdb.base/sepdebug.exp: Update.
3110 * gdb.python/py-section-script.exp: Update.
3111
3112 2018-10-04 Tom Tromey <tom@tromey.com>
3113
3114 PR cli/22234:
3115 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3116 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3117 output.
3118
3119 2018-10-04 Tom Tromey <tom@tromey.com>
3120
3121 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3122 set width and height to 0.
3123 (test_command_line_attach_run): Use -quiet.
3124
3125 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3126
3127 * lib/gdb.exp (skip_ifunc_tests): New.
3128 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3129 other compile failures.
3130 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3131
3132 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3133
3134 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3135 is_amd64_regs_target.
3136
3137 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3138
3139 * gdb.arch/aarch64-sighandler-regs.c: New test.
3140 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3141 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3142
3143 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3144
3145 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3146 assembly.
3147
3148 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3149
3150 * gdb.base/frame-selection.exp: New file.
3151 * gdb.base/frame-selection.c: New file.
3152
3153 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3154
3155 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3156 pthread barrier.
3157 (main): Likewise.
3158
3159 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3160
3161 * gdb.base/large-frame-1.c: New file.
3162 * gdb.base/large-frame-2.c: New file.
3163 * gdb.base/large-frame.exp: New file.
3164 * gdb.base/large-frame.h: New file.
3165
3166 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3167
3168 PR gdb/20948
3169 * gdb.base/write_mem.exp: New test.
3170 * gdb.base/write_mem.c: Likewise.
3171
3172 2018-09-23 Tom Tromey <tom@tromey.com>
3173
3174 PR python/18852:
3175 * gdb.python/py-parameter.exp: Add test for parameter that throws
3176 on "set".
3177
3178 2018-09-23 Tom Tromey <tom@tromey.com>
3179
3180 PR python/17284:
3181 * gdb.python/py-template.exp (test_template_arg): Add test for
3182 negative template argument number.
3183
3184 2018-09-23 Tom Tromey <tom@tromey.com>
3185
3186 PR python/14062:
3187 * gdb.python/python.exp: Add test for post_event error.
3188
3189 2018-09-23 Tom Tromey <tom@tromey.com>
3190
3191 PR python/18170:
3192 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3193 convert pointers to int and long.
3194
3195 2018-09-23 Tom Tromey <tom@tromey.com>
3196
3197 PR python/20126:
3198 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3199 signed-ness conversion tests.
3200
3201 2018-09-23 Tom Tromey <tom@tromey.com>
3202
3203 PR python/18352;
3204 * gdb.python/py-value.exp (test_float_conversion): New proc.
3205 Use it.
3206
3207 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3208
3209 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3210
3211 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3212
3213 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3214 no readline.
3215 * gdb.base/utf8-identifiers.exp: Likewise.
3216 * gdb.cp/cpcompletion.exp: Likewise.
3217 * gdb.linespec/cpcompletion.exp: Likewise.
3218 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3219 * gdb.linespec/cpls-ops.exp: Likewise.
3220
3221 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3222 Chris January <chris.january@arm.com>
3223
3224 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3225 * gdb.fortran/short-circuit-argument-list.exp: New file.
3226 * gdb.fortran/short-circuit-argument-list.f90: New test.
3227
3228 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3229
3230 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3231 "arch=" keyword when executing "-stack-list-frames".
3232
3233 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3234
3235 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3236 "arch=" keyword when executing "-stack-list-frames".
3237
3238 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3239
3240 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3241 break ada".
3242
3243 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3244
3245 PR python/23669
3246 * gdb.python/python.exp: Test gdb.execute("show commands").
3247
3248 2018-09-16 Tom Tromey <tom@tromey.com>
3249
3250 * gdb.base/new-ui.exp (do_execution_tests): Update.
3251 * gdb.base/dbx.exp (test_breakpoints): Update.
3252
3253 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3254
3255 * lib/gdb.exp (gdb_simple_compile): Add proc.
3256 (is_elf_target): Use gdb_simple_compile.
3257 (skip_altivec_tests): Likewise.
3258 (skip_vsx_tests): Likewise.
3259 (skip_tsx_tests): Likewise.
3260 (skip_btrace_tests): Likewise.
3261 (skip_btrace_pt_tests): Likewise.
3262 (gdb_can_simple_compile): Likewise.
3263 (gdb_has_argv0): Likewise.
3264 (gdb_target_symbol_prefix): Likewise.
3265 (target_supports_scheduler_locking): Likewise.
3266
3267 2018-09-13 Tom Tromey <tom@tromey.com>
3268
3269 * Makefile.in (TAGS): Recognize proc_with_prefix and
3270 gdb_caching_proc.
3271
3272 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3273
3274 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3275 method.
3276
3277 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3278
3279 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3280 and a few other Inferior properties when the Inferior is no
3281 longer valid.
3282
3283 2018-09-13 Tom Tromey <tom@tromey.com>
3284
3285 PR rust/23650:
3286 * gdb.rust/simple.exp: Add test for enum field access error.
3287
3288 2018-09-13 Tom Tromey <tom@tromey.com>
3289
3290 PR rust/23626:
3291 * gdb.rust/simple.rs (EmptyEnum): New type.
3292 (main): Use it.
3293 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3294
3295 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3296
3297 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3298 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3299 * gdb.python/py-symtab.exp: Update test printing an objfile.
3300
3301 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3302
3303 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3304 object.
3305
3306 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3307
3308 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3309 (support_complex_tests): Use gdb_can_simple_compile.
3310 (is_ilp32_target): Likewise.
3311 (is_lp64_target): Likewise.
3312 (is_64_target): Likewise.
3313 (is_amd64_regs_target): Likewise.
3314 (is_aarch32_target): Likewise.
3315 (gdb_int128_helper): Likewise.
3316
3317 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3318
3319 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3320
3321 2018-09-10 Jerome Guitton <guitton@adacore.com>
3322
3323 * gdb.ada/same_component_name: Add test for case of tagged record
3324 with variable-length fields.
3325
3326 2018-09-10 Xavier Roirand <roirand@adacore.com>
3327
3328 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3329 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3330 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3331 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3332
3333 2018-09-10 Xavier Roirand <roirand@adacore.com>
3334
3335 * gdb.ada/mi_string_access.exp: New testcase.
3336 * gdb.ada/mi_string_access/bar.adb: New file.
3337 * gdb.ada/mi_string_access/pck.adb: New file.
3338 * gdb.ada/mi_string_access/pck.asd: New file.
3339
3340 2018-09-10 Xavier Roirand <roirand@adacore.com>
3341
3342 * gdb.ada/mi_var_union.exp: New testcase.
3343 * gdb.ada/mi_var_union/bar.adb: New file.
3344 * gdb.ada/mi_var_union/pck.adb: New file.
3345 * gdb.ada/mi_var_union/pck.asd: New file.
3346
3347 2018-09-08 Tom Tromey <tom@tromey.com>
3348
3349 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3350
3351 2018-09-08 Tom Tromey <tom@tromey.com>
3352
3353 PR python/16047:
3354 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3355 (register_pretty_printers): Register new printer.
3356 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3357 test.
3358 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3359 (an_int_type3): New global.
3360
3361 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3362
3363 * gdb.ada/expr_with_funcall: New testcase.
3364
3365 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3366
3367 * gdb.ada/packed_array_assign: New testcase.
3368
3369 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3370
3371 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3372 names, and add test prefixes to make test names unique.
3373
3374 2018-09-05 Tom de Vries <tdevries@suse.de>
3375
3376 * gdb.dwarf2/varval.exp: Add test.
3377
3378 2018-09-04 Gary Benson <gbenson@redhat.com>
3379
3380 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3381 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3382
3383 2018-08-31 Tom Tromey <tom@tromey.com>
3384
3385 * gdb.rust/simple.rs: Rename second variable "v".
3386
3387 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3388
3389 * gdb.base/funcargs.c (use_a): New function.
3390 (recurse): Call use_a.
3391
3392 2018-08-29 Keith Seitz <keiths@redhat.com>
3393
3394 * gdb.compile/compile-cplus-anonymous.cc: New file.
3395 * gdb.compile/compile-cplus-anonymous.exp: New file.
3396 * gdb.compile/compile-cplus-array-decay.cc: New file.
3397 * gdb.compile/compile-cplus-array-decay.exp: New file.
3398 * gdb.compile/compile-cplus-inherit.cc: New file.
3399 * gdb.compile/compile-cplus-inherit.exp: New file.
3400 * gdb.compile/compile-cplus-member.cc: New file.
3401 * gdb.compile/compile-cplus-member.exp: New file.
3402 * gdb.compile/compile-cplus-method.cc: New file.
3403 * gdb.compile/compile-cplus-method.exp: New file.
3404 * gdb.compile/compile-cplus-mod.c: "New" file.
3405 * gdb.compile/compile-cplus-namespace.cc: New file.
3406 * gdb.compile/compile-cplus-namespace.exp: New file.
3407 * gdb.compile/compile-cplus-nested.cc: New file.
3408 * gdb.compile/compile-cplus-nested.exp: New file.
3409 * gdb.compile/compile-cplus-print.c: "New" file.
3410 * gdb.compile/compile-cplus-print.exp: "New" file.
3411 * gdb.compile/compile-cplus-virtual.cc: New file.
3412 * gdb.compile/compile-cplus-virtual.exp: New file.
3413 * gdb.compile/compile-cplus.c: "New" file.
3414 * gdb.compile/compile-cplus.exp: "New" file.
3415 * lib/compile-support.exp: New file.
3416
3417 2018-08-16 Gary Benson <gbenson@redhat.com>
3418
3419 PR gdb/13000:
3420 * gdb.base/batch-exit-status.exp: New file.
3421 * gdb.base/batch-exit-status.good-commands: Likewise.
3422 * gdb.base/batch-exit-status.bad-commands: Likewise.
3423
3424 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3425
3426 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3427 (struct struct02): Likewise.
3428 (struct struct03): Likewise.
3429 (struct struct04): Likewise.
3430 (struct struct_01_01): New struct.
3431 (struct struct_01_02): Likewise.
3432 (struct struct_01_03): Likewise.
3433 (struct struct_01_04): Likewise.
3434 (struct struct_02_01): Likewise.
3435 (struct struct_02_02): Likewise.
3436 (struct struct_02_03): Likewise.
3437 (struct struct_02_04): Likewise.
3438 (struct struct_04_01): Likewise.
3439 (struct struct_04_02): Likewise.
3440 (struct struct_04_03): Likewise.
3441 (struct struct_04_04): Likewise.
3442 (struct struct_05_01): Likewise.
3443 (struct struct_05_02): Likewise.
3444 (struct struct_05_03): Likewise.
3445 (struct struct_05_04): Likewise.
3446 (cmp_struct01): Remove function.
3447 (cmp_struct02): Likewise.
3448 (cmp_struct03): Likewise.
3449 (cmp_struct04): Likewise.
3450 (cmp_struct_01_01): Add Function.
3451 (cmp_struct_01_02): Likewise.
3452 (cmp_struct_01_03): Likewise.
3453 (cmp_struct_01_04): Likewise.
3454 (cmp_struct_02_01): Likewise.
3455 (cmp_struct_02_02): Likewise.
3456 (cmp_struct_02_03): Likewise.
3457 (cmp_struct_02_04): Likewise.
3458 (cmp_struct_04_01): Likewise.
3459 (cmp_struct_04_02): Likewise.
3460 (cmp_struct_04_03): Likewise.
3461 (cmp_struct_04_04): Likewise.
3462 (cmp_struct_05_01): Likewise.
3463 (cmp_struct_05_02): Likewise.
3464 (cmp_struct_05_03): Likewise.
3465 (cmp_struct_05_04): Likewise.
3466 (call_all): Add new structs.
3467 * gdb.base/infcall-nested-structs.exp: Likewise.
3468
3469 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3470
3471 * gdb.python/py-framefilter-mi.exp: Update regexp to
3472 check for "arch" field in frame output.
3473
3474 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3475
3476 * gdb.dwarf2/dw2-ranges-func.c: New file.
3477 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3478
3479 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3480
3481 * gdb.base/term.exp: Compare terminal settings with values from
3482 the inferior.
3483 * gdb.base/term.c: Get and set terminal settings.
3484
3485 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3486
3487 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3488 accommodate new "arch" field in frame output.
3489 * gdb.mi/mi-return.exp: Likewise.
3490 * gdb.mi/mi-stack.exp: Likewise.
3491 * gdb.mi/mi-syn-frame.exp: Likewise.
3492 * gdb.mi/user-selected-context-sync.exp: Likewise.
3493
3494 2018-08-19 Michael Spang <spang@google.com>
3495
3496 PR gdb/11786
3497 * gdb.base/gcore-tls-pie.c: New file.
3498 * gdb.base/gcore-tls-pie.exp: New file.
3499
3500 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3501
3502 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3503 * gdb.dwarf2/varval.c: New file.
3504 * gdb.dwarf2/varval.exp: New file.
3505
3506 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3507
3508 PR gdb/18931
3509 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3510
3511 2018-08-16 Keith Seitz <keiths@redhat.com>
3512
3513 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3514 tests expected to pass.
3515
3516 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3517
3518 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3519 -data-disassemble -a.
3520 (test_disassembly_bogus_args): Likewise.
3521
3522 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3523
3524 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3525
3526 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3527
3528 * gdb.base/vla-optimized-out.exp: Add new test.
3529
3530 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3531
3532 * gdb.base/vla-optimized-out-o3.exp: Delete.
3533 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3534 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3535 deleted tests.
3536
3537 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3538
3539 PR gdb/18050:
3540 * gdb.server/extended-remote-restart.c: New file.
3541 * gdb.server/extended-remote-restart.exp: New file.
3542
3543 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3544
3545 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3546 "set variable index = 42".
3547
3548 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3549
3550 * boards/index-cache-gdb.exp: New file.
3551 * gdb.dwarf2/index-cache.exp: New file.
3552 * gdb.dwarf2/index-cache.c: New file.
3553 * gdb.base/maint.exp: Check if we are using the index cache.
3554
3555 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3556
3557 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3558 MAKEFLAGS.
3559
3560 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3561
3562 * dg-extract-results.sh: Move to toplevel contrib.
3563 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3564 * Makefile.in (check-parallel-racy): Likewise.
3565
3566 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3567
3568 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3569 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3570 tests if the target supports scheduler locking.
3571
3572 2018-08-04 Tom de Vries <tdevries@suse.de>
3573
3574 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3575
3576 2018-08-02 Tom Tromey <tom@tromey.com>
3577
3578 PR symtab/16842.
3579 * gdb.cp/temargs.exp: Test "info address" of a template
3580 parameter.
3581
3582 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3583
3584 * gdb.python/py-mi-var-info-path-expression.c: New file.
3585 * gdb.python/py-mi-var-info-path-expression.py: New file.
3586 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3587
3588 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3589
3590 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3591 error after "cannot resolve name" string.
3592
3593 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3594
3595 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3596 started.
3597 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3598
3599 2018-07-28 Tom de Vries <tdevries@suse.de>
3600
3601 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3602
3603 2018-07-26 Tom de Vries <tdevries@suse.de>
3604
3605 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3606
3607 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3608
3609 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3610 is visible.
3611
3612 2018-07-26 Tom de Vries <tdevries@suse.de>
3613
3614 PR breakpoints/23366
3615 * gdb.base/catch-follow-exec.c: New test.
3616 * gdb.base/catch-follow-exec.exp: New file.
3617
3618 2018-07-25 Tom de Vries <tdevries@suse.de>
3619
3620 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3621 vla-optimized-out.c.
3622
3623 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3624
3625 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3626 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3627
3628 2018-07-20 Tom de Vries <tdevries@suse.de>
3629
3630 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3631 NOCLONE macro.
3632 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3633
3634 2018-07-19 Tom de Vries <tdevries@suse.de>
3635
3636 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3637 regular expression.
3638
3639 2018-07-18 Tom de Vries <tdevries@suse.de>
3640
3641 * gdb.base/vla-optimized-out.c: New test.
3642 * gdb.base/vla-optimized-out.exp: New file.
3643
3644 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3645
3646 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3647 message "No address associated with hostname" when gdbserver
3648 cannot resolve the hostname.
3649
3650 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3651
3652 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3653 Add some test prefixes to make tests unique.
3654
3655 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3656
3657 * gdb.base/frameapply.c: New file.
3658 * gdb.base/frameapply.exp: New file.
3659
3660 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3661
3662 * gdb.base/skip.exp: Update expected error message.
3663
3664 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3665 Jan Kratochvil <jan.kratochvil@redhat.com>
3666 Paul Fertser <fercerpav@gmail.com>
3667 Tsutomu Seki <sekiriki@gmail.com>
3668
3669 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3670 parameter.
3671 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3672 by default.
3673 * boards/native-gdbserver.exp: Likewise.
3674 * gdb.server/run-without-local-binary.exp: Improve regexp used
3675 for detecting when a remote debugging connection succeeds.
3676 * gdb.server/server-connect.exp: New file.
3677 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3678 Do not prefix the port number with ":".
3679 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3680 support for detecting and using it. Add '$debughost_gdbserver'
3681 to the list of arguments used to start gdbserver. Handle case
3682 when gdbserver cannot resolve a network name.
3683
3684 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3685
3686 PR c++/23373
3687 * gdb.base/ptype-offsets.cc (struct static_member): New
3688 struct.
3689 (main) <stmember>: New variable.
3690 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3691 with a static member in it.
3692
3693 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3694
3695 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3696 watchpoints enabled and disabled.
3697
3698 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3699
3700 * gdb.base/examine-backward.exp: Still run tests around address
3701 0x0, even if address 0x0 is not readable. Update the pattern for
3702 matching address 0x0 in expected output.
3703
3704 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3705
3706 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3707 malloc/free.
3708
3709 2018-07-04 Tom de Vries <tdevries@suse.de>
3710
3711 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3712
3713 2018-07-02 Maciej W. Rozycki <macro@mips.com>
3714
3715 PR tdep/8282
3716 * gdb.arch/mips-disassembler-options.exp: New test.
3717 * gdb.arch/mips-disassembler-options.s: New test source.
3718
3719 2018-06-29 Pedro Alves <palves@redhat.com>
3720
3721 * gdb.threads/names.exp: Adjust expected "info threads" output.
3722
3723 2018-06-29 Pedro Alves <palves@redhat.com>
3724
3725 * gdb.opt/inline-break.exp (line number, address): Add "info
3726 break" tests.
3727
3728 2018-06-29 Pedro Alves <palves@redhat.com>
3729
3730 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3731 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3732 number and address and running to them.
3733
3734 2018-06-29 Richard Bunt <richard.bunt@arm.com>
3735
3736 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3737
3738 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3739
3740 * lib/compiler.c: Remove executable permission flag.
3741
3742 2018-06-28 Richard Bunt <richard.bunt@arm.com>
3743
3744 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3745 code.
3746 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3747
3748 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3749
3750 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3751
3752 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3753
3754 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3755 address argument is omitted.
3756
3757 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3758
3759 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3760
3761 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
3762
3763 PR gdb/21695
3764 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3765 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3766
3767 2018-06-26 Tom Tromey <tom@tromey.com>
3768
3769 PR rust/22574:
3770 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3771 * gdb.rust/simple.rs (struct SimpleLayout): New.
3772
3773 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3774
3775 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3776 "info registers" output.
3777
3778 2018-06-21 Richard Bunt <richard.bunt@arm.com>
3779
3780 * gdb.base/watchpoint-hw-attach.c: New test.
3781 * gdb.base/watchpoint-hw-attach.exp: New file.
3782
3783 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3784
3785 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3786 through /bin/sh.
3787 * boards/dwarf4-gdb-index.exp: Likewise.
3788 * boards/fission-dwp.exp: Likewise.
3789
3790 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3791
3792 * gdb.base/float128.exp: Add comment and improved fail message
3793 to the failure case of "print large128" test.
3794
3795 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3796
3797 * configure.ac: Remove AC_PREREQ.
3798 * configure: Re-generate.
3799
3800 2018-06-19 Pedro Alves <palves@redhat.com>
3801
3802 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3803 (func_extern_caller): New.
3804 (main): Call func_extern_caller.
3805 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3806 logic change.
3807
3808 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3809
3810 PR gdb/16841
3811 * gdb.cp/typedef-base.cc: New file.
3812 * gdb.cp/typedef-base.exp: New file.
3813
3814 2018-06-18 Tom de Vries <tdevries@suse.de>
3815
3816 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3817
3818 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3819 Richard Bunt <Richard.Bunt@arm.com>
3820
3821 * gdb.threads/attach-slow-waitpid.c: New file.
3822 * gdb.threads/attach-slow-waitpid.exp: New file.
3823 * gdb.threads/slow-waitpid.c: New file.
3824
3825 2018-06-14 Pedro Alves <palves@redhat.com>
3826
3827 * gdb.base/fork-running-state.c: Include <errno.h>.
3828 (exit_if_relative_exits): New.
3829 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3830 exits.
3831 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3832 child exits.
3833
3834 2018-06-14 Tom de Vries <tdevries@suse.de>
3835
3836 PR cli/22573
3837 * gdb.base/finish-pretty.c: New test.
3838 * gdb.base/finish-pretty.exp: New file.
3839
3840 2018-06-14 Pedro Alves <palves@redhat.com>
3841
3842 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3843 gdb's expected startup output.
3844
3845 2018-06-14 Pedro Alves <palves@redhat.com>
3846
3847 * lib/selftest-support.exp (selftest_setup): Remove inlined
3848 function handling.
3849
3850 2018-06-14 Tom de Vries <tdevries@suse.de>
3851
3852 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3853 matching of breakpoint printing.
3854
3855 2018-06-13 Tom de Vries <tdevries@suse.de>
3856
3857 PR testsuite/23269
3858 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3859 (fork_child): ... here, and ...
3860 (fork_parent): ... here.
3861
3862 2018-06-12 Tom de Vries <tdevries@suse.de>
3863
3864 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3865
3866 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3867 Stephen Roberts <stephen.roberts@arm.com>
3868
3869 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3870 rewrite test to describe action performed, rather than possible
3871 failure.
3872
3873 2018-06-08 Gary Benson <gbenson@redhat.com>
3874
3875 * gdb.threads/check-libthread-db.exp: New file.
3876 * gdb.threads/check-libthread-db.c: Likewise.
3877
3878 2018-06-05 Tom Tromey <tom@tromey.com>
3879
3880 * gdb.base/default.exp: Update expected "show version" output.
3881
3882 2018-06-05 Tom Tromey <tom@tromey.com>
3883
3884 PR cli/12326:
3885 * gdb.cp/static-print-quit.exp: Update.
3886 * lib/gdb.exp (pagination_prompt): Update.
3887 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3888 * gdb.python/python.exp: Update.
3889
3890 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3891
3892 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3893
3894 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3895
3896 * gdb.ada/bp_fun_addr: New testcase.
3897
3898 2018-06-01 Tom Tromey <tom@tromey.com>
3899
3900 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3901 results.
3902 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3903 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3904 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3905 * gdb.base/maint.exp (maint_pass_if): Update.
3906
3907 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3908
3909 * gdb.base/endian.exp: New test.
3910 * gdb.base/endian.c: New test source.
3911
3912 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3913
3914 PR gdb/23203
3915 * gdb.base/bt-selected-frame.c: New file.
3916 * gdb.base/bt-selected-frame.exp: New file.
3917 * lib/gdb.exp (get_current_frame_number): New function.
3918
3919 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3920 Pedro Alves <palves@redhat.com>
3921
3922 * gdb.threads/tls-core.c: Include <stdlib.h>
3923 (thread_proc): Call `abort'.
3924 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3925 (tls_core_test): New procedure, bits factored out from ...
3926 (top level): ... here. Test both native cores and gcore cores.
3927
3928 2018-05-23 Tom Tromey <tom@tromey.com>
3929
3930 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3931
3932 2018-05-23 Tom Tromey <tom@tromey.com>
3933
3934 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3935 symfile_complaints.
3936 (test_short_complaints): Likewise.
3937 (test_empty_complaints): Likewise.
3938 (test_initial_complaints): Update.
3939
3940 2018-05-23 Tom Tromey <tom@tromey.com>
3941
3942 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3943
3944 2018-05-23 Tom Tromey <tom@tromey.com>
3945
3946 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3947 (test_short_complaints): Update.
3948
3949 2018-05-22 Pedro Alves <palves@redhat.com>
3950
3951 * gdb.base/remote.exp: Only gdb_start after compiling the
3952 testcase. Issue "disconnect" before testing "set remote" command
3953 defaults. Issue clean_restart before running to main.
3954
3955 2018-05-22 Pedro Alves <palves@redhat.com>
3956
3957 * gdb.base/remote.exp: Adjust expected output of "show remote
3958 memory-write-packet-size". Add tests for "set remote
3959 memory-write-packet-size 0" and "set remote
3960 memory-write-packet-size fixed/limit".
3961
3962 2018-05-22 Pedro Alves <palves@redhat.com>
3963
3964 PR gdb/22973
3965 * gdb.base/utf8-identifiers.c: New file.
3966 * gdb.base/utf8-identifiers.exp: New file.
3967
3968 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3969
3970 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3971
3972 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3973
3974 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3975
3976 2018-05-18 Tom Tromey <tom@tromey.com>
3977
3978 * gdb.base/ptype-offsets.exp: Update.
3979
3980 2018-05-17 Keith Seitz <keiths@redhat.com>
3981
3982 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3983 in expected breakpoint stop locations.
3984 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3985 move to proper scope to test variable values.
3986 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3987 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3988 New functions.
3989 (main): Call not_inline_func3.
3990 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3991 inline_func1, inline_func2, and inline_func3. Test that when each
3992 breakpoint is hit, GDB properly reports both the stop location
3993 and the backtrace. Repeat tests for temporary breakpoints.
3994
3995 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3996
3997 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3998 rather then trying to access it in determining whether the PID
3999 of `gdbserver' could have been retrieved.
4000
4001 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4002
4003 * gdb.arch/amd64-init-x87-values.S: New file.
4004 * gdb.arch/amd64-init-x87-values.exp: New file.
4005
4006 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4007
4008 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4009
4010 2018-05-04 Tom Tromey <tom@tromey.com>
4011
4012 PR python/22730:
4013 * gdb.python/python.exp: Test multi-line execute.
4014
4015 2018-05-04 Tom Tromey <tom@tromey.com>
4016
4017 PR python/22731:
4018 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4019
4020 2018-05-04 Tom Tromey <tom@tromey.com>
4021
4022 PR gdb/11750:
4023 * gdb.base/define.exp: Test defining a user command inside a user
4024 command.
4025 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4026
4027 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4028 Pedro Alves <palves@redhat.com>
4029
4030 PR breakpoints/19806 and support for PR external/20207.
4031 * gdb.base/watchpoint-unaligned.c: New file.
4032 * gdb.base/watchpoint-unaligned.exp: New file.
4033
4034 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4035
4036 * gdb.base/maint.exp: Make test names unique, use
4037 test_prefix_command_help to test 'help maint info', and remove
4038 repeated test of 'help maint'.
4039
4040 2018-05-04 Tom Tromey <tom@tromey.com>
4041
4042 PR gdb/22619:
4043 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4044 behavior.
4045
4046 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4047
4048 * gdb.base/maint.exp: Process output from 'maint print registers'
4049 line at a time.
4050
4051 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4052
4053 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4054 timeout.
4055
4056 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4057
4058 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4059 filter pattern.
4060
4061 2018-05-02 Pedro Alves <palves@redhat.com>
4062
4063 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4064 to_log_command renames.
4065 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4066
4067 2018-05-02 Tom Tromey <tom@tromey.com>
4068
4069 * gdb.python/py-parameter.exp: Set test message.
4070
4071 2018-05-02 Tom Tromey <tom@tromey.com>
4072
4073 PR python/20084:
4074 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4075 PARAM_ZUINTEGER_UNLIMITED tests.
4076
4077 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4078
4079 PR rust/23124
4080 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4081 when casting.
4082
4083 2018-04-30 Tom Tromey <tom@tromey.com>
4084
4085 * gdb.python/py-type.exp: Check align attribute.
4086 * gdb.python/py-type.c: New "aligncheck" global.
4087
4088 2018-04-30 Tom Tromey <tom@tromey.com>
4089
4090 PR exp/17095:
4091 * gdb.dwarf2/dw2-align.exp: New file.
4092 * gdb.cp/align.exp: New file.
4093 * gdb.base/align.exp: New file.
4094 * lib/gdb.exp (gdb_int128_helper): New proc.
4095 (has_int128_c, has_int128_cxx): New caching procs.
4096
4097 2018-04-27 Tom Tromey <tom@tromey.com>
4098
4099 PR rust/22545:
4100 * gdb.rust/simple.exp: Add inclusive range tests.
4101
4102 2018-04-26 Pedro Alves <palves@redhat.com>
4103
4104 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4105 ifunc breakpoint locations correctly of ifunc breakpoints set
4106 while the program resolves the ifunc.
4107
4108 2018-04-26 Pedro Alves <palves@redhat.com>
4109
4110 * gdb.base/gnu-ifunc-final.c: New file.
4111 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4112 * gdb.base/gnu-ifunc.exp (executable): Delete.
4113 (staticexecutable): Adjust.
4114 (lib_opts, exec_opts): Delete.
4115 (make_binsuffix, build, set-break): New procedures.
4116 (misc_tests): New, with tests factored out from the top level.
4117 (top level): Test different combinations of ifunc resolver name,
4118 resolver with and with debug info, and ifunc target with and
4119 without debug info. Wrap static tests with with_target_prefix.
4120
4121 2018-04-26 Pedro Alves <palves@redhat.com>
4122
4123 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4124 return type" warnings.
4125
4126 2018-04-25 Pedro Alves <palves@redhat.com>
4127
4128 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4129 killed".
4130 * gdb.base/kill-after-signal.exp: Likewise.
4131 * gdb.threads/kill.exp: Likewise.
4132
4133 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4134 Sergio Durigan Junior <sergiodj@redhat.com>
4135 Pedro Alves <palves@redhat.com>
4136
4137 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4138 regexps to expect for '[Inferior ... detached]' as well.
4139 * gdb.base/attach.exp: Likewise.
4140 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4141 "gdb_continue_to_end".
4142 (test_catch_syscall_with_wrong_args): Likewise.
4143 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4144 ']'. Don't set 'verbose' on.
4145 * gdb.base/foll-vfork.exp: Likewise.
4146 * gdb.base/fork-print-inferior-events.c: New file.
4147 * gdb.base/fork-print-inferior-events.exp: New file.
4148 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4149 '[Inferior ... has been killed]' message.
4150 * gdb.base/kill-after-signal.exp: Likewise.
4151 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4152 detach message.
4153 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4154 message.
4155 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4156 regexps to expect for '[Inferior ... detached]' as well.
4157 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4158
4159 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4160
4161 PR gdb/23104
4162 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4163
4164 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4165
4166 * gdb.threads/multiple-successive-infcall.c: New test.
4167 * gdb.threads/multiple-successive-infcall.exp: New file.
4168
4169 2018-04-17 Tom Tromey <tom@tromey.com>
4170
4171 * gdb.rust/simple.rs (Union): New type.
4172 (main): New local "u".
4173 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4174
4175 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4176
4177 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4178 number information in output of "whereis" command.
4179 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4180
4181 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4182
4183 * gdb.ada/info_types.exp: Adjust expected output to the line
4184 numbers now printed by "info var/func/type".
4185 * gdb.base/completion.exp: Likewise.
4186 * gdb.base/included.exp: Likewise.
4187 * gdb.cp/cp-relocate.exp: Likewise.
4188 * gdb.cp/cplusfuncs.exp: Likewise.
4189 * gdb.cp/namespace.exp: Likewise.
4190 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4191
4192 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4193
4194 * gdb.btrace/cpu.exp: New.
4195
4196 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4197
4198 * gdb.base/step-indirect-call-thunk.exp: New.
4199 * gdb.base/step-indirect-call-thunk.c: New.
4200 * gdb.reverse/step-indirect-call-thunk.exp: New.
4201 * gdb.reverse/step-indirect-call-thunk.c: New.
4202
4203 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4204
4205 * gdb.base/pie-fork.c: New file.
4206 * gdb.base/pie-fork.exp: New file.
4207
4208 2018-04-11 Tom Tromey <tom@tromey.com>
4209
4210 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4211
4212 2018-04-10 Pedro Alves <palves@redhat.com>
4213
4214 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4215 exits. Instead loop running forever.
4216 (fork_parent): Run forever too.
4217
4218 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4219
4220 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4221 mi_continue_to_line.
4222 * gdb.mi/mi-stack.c (callee4): Add comment.
4223
4224 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4225
4226 * gdb.mi/mi-stack.exp: Fix indentation.
4227
4228 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4229
4230 PR gdb/22979
4231 * gdb.arch/amd64-osabi.exp: New file.
4232
4233 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4234
4235 PR gdb/22980
4236 * gdb.base/osabi.exp: New file.
4237
4238 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4239
4240 * gdb.cp/static-typedef-print.exp: New file.
4241 * gdb.cp/static-typedef-print.cc: New file.
4242
4243 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4244
4245 * gdb.ada/varsize_limit: New testcase.
4246
4247 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4248
4249 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4250
4251 * gdb.ada/notcplusplus: New testcase.
4252
4253 * gdb.base/c-linkage-name.c: New file.
4254 * gdb.base/c-linkage-name.exp: New testcase.
4255
4256 2018-03-26 Tom Tromey <tom@tromey.com>
4257
4258 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4259 * gdb.python/py-framefilter.py (name_error): New global.
4260 (ErrorInName.function): Use name_error.
4261
4262 2018-03-26 Tom Tromey <tom@tromey.com>
4263
4264 PR backtrace/15582:
4265 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4266
4267 2018-03-23 Keith Seitz <keiths@redhat.com>
4268
4269 PR c++/22968
4270 * gdb.cp/subtypes.exp: New file.
4271 * gdb.cp/subtypes.h: New file.
4272 * gdb.cp/subtypes.cc: New file.
4273 * gdb.cp/subtypes-2.cc: New file.
4274
4275 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4276
4277 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4278 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4279 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4280 -nostartfiles when compiling the test. Confirm that all registers
4281 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4282
4283 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4284
4285 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4286 option, syntax was wrong anyway.
4287 * gdb.arch/arm-disp-step.exp: Likewise.
4288 * gdb.arch/sparc64-regs.exp: Likewise.
4289 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4290 option, syntax was wrong anyway, switch to use
4291 prepare_for_testing.
4292 * gdb.arch/i386-disp-step.exp: Likewise.
4293
4294 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4295
4296 * gdb.ada/exec_changed.exp: Replace "target_info exists
4297 use_gdb_stub" by "use_gdb_stub".
4298 * gdb.ada/start.exp: Likewise.
4299 * gdb.base/async-shell.exp: Likewise.
4300 * gdb.base/attach-pie-misread.exp: Likewise.
4301 * gdb.base/attach-wait-input.exp: Likewise.
4302 * gdb.base/break-entry.exp: Likewise.
4303 * gdb.base/break-interp.exp: Likewise.
4304 * gdb.base/dprintf-detach.exp: Likewise.
4305 * gdb.base/nostdlib.exp: Likewise.
4306 * gdb.base/solib-nodir.exp: Likewise.
4307 * gdb.base/statistics.exp: Likewise.
4308 * gdb.base/testenv.exp: Likewise.
4309 * gdb.mi/mi-exec-run.exp: Likewise.
4310 * gdb.mi/mi-start.exp: Likewise.
4311 * gdb.multi/dummy-frame-restore.exp: Likewise.
4312 * gdb.multi/multi-arch-exec.exp: Likewise.
4313 * gdb.multi/multi-arch.exp: Likewise.
4314 * gdb.multi/tids.exp: Likewise.
4315 * gdb.multi/watchpoint-multi.exp: Likewise.
4316 * gdb.python/py-events.exp: Likewise.
4317 * gdb.threads/attach-into-signal.exp: Likewise.
4318 * gdb.threads/attach-stopped.exp: Likewise.
4319 * gdb.threads/threadapply.exp: Likewise.
4320 * lib/selftest-support.exp: Likewise.
4321
4322 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4323
4324 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4325
4326 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4327
4328 * gdb.perf/template-breakpoints.cc: New file.
4329 * gdb.perf/template-breakpoints.exp: New file.
4330 * gdb.perf/template-breakpoints.py: New file.
4331
4332 2018-03-19 Tom Tromey <tom@tromey.com>
4333
4334 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4335 y0.
4336 * gdb.rust/simple.exp: Test bare identifier form of struct
4337 initializer.
4338
4339 2018-03-19 Tom Tromey <tom@tromey.com>
4340
4341 * gdb.gdb/observer.exp: Remove.
4342
4343 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4344
4345 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4346 "qualified" option when setting breakpoints.
4347 * gdb.trace/backtrace.exp: Likewise.
4348 * gdb.trace/circ.exp: Likewise.
4349 * gdb.trace/collection.exp: Likewise.
4350 * gdb.trace/disconnected-tracing.exp: Likewise.
4351 * gdb.trace/ftrace-lock.exp: Likewise.
4352 * gdb.trace/ftrace.exp: Likewise.
4353 * gdb.trace/infotrace.exp: Likewise.
4354 * gdb.trace/packetlen.exp: Likewise.
4355 * gdb.trace/passc-dyn.exp: Likewise.
4356 * gdb.trace/qtro.exp: Likewise.
4357 * gdb.trace/read-memory.exp: Likewise.
4358 * gdb.trace/report.exp: Likewise.
4359 * gdb.trace/signal.exp: Likewise.
4360 * gdb.trace/status-stop.exp: Likewise.
4361 * gdb.trace/strace.exp: Likewise.
4362 * gdb.trace/tfind.exp: Likewise.
4363 * gdb.trace/trace-break.exp: Likewise.
4364 * gdb.trace/trace-condition.exp: Likewise.
4365 * gdb.trace/trace-mt.exp: Likewise.
4366 * gdb.trace/tstatus.exp: Likewise.
4367 * gdb.trace/tsv.exp: Likewise.
4368 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4369 * gdb.trace/unavailable.exp: Likewise.
4370 * gdb.trace/while-dyn.exp: Likewise.
4371
4372 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4373
4374 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4375 that libinproctrace is copied to the target.
4376
4377 2018-03-14 Tom Tromey <tom@tromey.com>
4378
4379 PR cli/14977:
4380 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4381 a null pointer.
4382 * gdb.base/wchar.exp: Likewise.
4383
4384 2018-03-14 Tom Tromey <tom@tromey.com>
4385
4386 PR cli/19918:
4387 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4388 flag.
4389
4390 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4391
4392 PR gdb/22841
4393 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4394 "target" to remote_exec.
4395
4396 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4397
4398 PR gdb/22841
4399 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4400 ${board}_upload): Remove.
4401
4402 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4403
4404 * gdb.cp/watch-cp.cc: New test.
4405 * gdb.cp/watch-cp.exp: New file.
4406
4407 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4408
4409 * gdb.base/infcall-nested-structs.exp: New file.
4410 * gdb.base/infcall-nested-structs.c: New file.
4411 * gdb.base/float.exp: Add riscv support.
4412
4413 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4414
4415 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4416 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4417
4418 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4419
4420 * gdb.server/abspath.exp: New file.
4421 * lib/gdb.exp (with_cwd): New procedure.
4422
4423 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4424
4425 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4426 use it.
4427 (gdb_is_target_remote_prompt): New proc.
4428 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4429 (gdb_is_target_native): Pass prompt parameter to
4430 gdb_is_target_1.
4431
4432 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4433
4434 * gdb.base/load-command.c: New file.
4435 * gdb.base/load-command.exp: New file.
4436 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4437 (gdb_is_target_1): ...this, and generalize for other targets
4438 than just remote.
4439 (gdb_is_target_remote): Use gdb_is_target_1.
4440 (gdb_is_target_native): use gdb_is_target_1.
4441
4442 2018-02-26 Tom Tromey <tom@tromey.com>
4443
4444 PR python/16497:
4445 * gdb.python/py-framefilter.exp: Update test.
4446
4447 2018-02-26 Tom Tromey <tom@tromey.com>
4448
4449 * gdb.dwarf2/variant.c: New file.
4450 * gdb.dwarf2/variant.exp: New file.
4451
4452 2018-02-26 Tom Tromey <tom@tromey.com>
4453
4454 * gdb.rust/simple.exp: Accept more possible results in enum test.
4455
4456 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4457
4458 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4459 parentheses.
4460
4461 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4462
4463 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4464 name of a variable: $actual_linejj -> $actual_line.
4465
4466 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4467
4468 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4469
4470 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4471
4472 * gdb.btrace/buffer-size.exp: Do not force BTS.
4473
4474 2018-02-14 Pedro Alves <palves@redhat.com>
4475
4476 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4477 getting a "Quit".
4478
4479 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4480
4481 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4482 Fix test name.
4483
4484 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4485
4486 * gdb.cp/m-static.exp: Check type of optimized out static
4487 member.
4488
4489 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4490
4491 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4492 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4493
4494 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4495 Leszek Swirski <leszeks@google.com>
4496
4497 * gdb.python/py-prettyprint.c
4498 (struct to_string_returns_value_inner,
4499 struct to_string_returns_value_wrapper): New.
4500 (main): Add tsrvw variable.
4501 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4502 ToStringReturnsValueWrapper): New classes.
4503 (register_pretty_printers): Register new pretty-printers.
4504 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4505 recursive pretty printer.
4506 * gdb.python/py-mi.exp: Likewise.
4507
4508 2018-02-01 Leszek Swirski <leszeks@google.com>
4509
4510 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4511 functions with the same name as an include file are parsed
4512 correctly.
4513
4514 2018-02-01 Yao Qi <yao.qi@linaro.org>
4515
4516 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4517 "\[^\r\n\]*".
4518
4519 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4520
4521 * gdb.arch/powerpc-prologue-frame.s: New file.
4522 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4523 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4524
4525 2018-01-31 Joel Brobecker <brobecker@adacore.com>
4526
4527 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4528
4529 2018-01-30 Pedro Alves <palves@redhat.com>
4530
4531 PR gdb/13211
4532 * gdb.base/interrupt-daemon.c: New.
4533 * gdb.base/interrupt-daemon.exp: New.
4534 * gdb.multi/multi-term-settings.c: New.
4535 * gdb.multi/multi-term-settings.exp: New.
4536
4537 2018-01-30 Joel Brobecker <brobecker@adacore.com>
4538
4539 * gdb.base/break.exp: Save the location where the breakpoint
4540 on break.c:47 was actually inserted when debugging the version
4541 compiled at -O2 and use it in the expected output of the "info
4542 break" test performed soon after.
4543
4544 2018-01-22 Pedro Alves <palves@redhat.com>
4545 Sergio Durigan Junior <sergiodj@redhat.com>
4546
4547 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4548 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4549
4550 2018-01-22 Joel Brobecker <brobecker@adacore.com>
4551
4552 * gdb.base/break-include.c, gdb.base/break-include.inc,
4553 gdb.base/break-include.exp: New files.
4554 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4555 line number now being the actual line number where the breakpoint
4556 was inserted.
4557 * gdb.mi/mi-break.exp: Likewise.
4558 * gdb.mi/mi-reverse.exp: Likewise.
4559 * gdb.mi/mi-simplerun.exp: Ditto.
4560
4561 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4562
4563 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4564 varobj.
4565 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4566
4567 2018-01-21 Don Breazeal <donb@codesourcery.com>
4568 Andrew Burgess <andrew.burgess@embecosm.com>
4569
4570 * gdb.mi/basics.c: Add new global.
4571 * gdb.mi/mi-frame-regs.exp: New file.
4572 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4573 case.
4574
4575 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4576
4577 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4578 non-parameter, and on an unknown symbol.
4579
4580 2018-01-19 Tom Tromey <tom@tromey.com>
4581
4582 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4583 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4584
4585 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4586
4587 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4588 setrlimit and chdir to int.
4589
4590 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4591
4592 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4593 function.
4594 (my_tend): Likewise.
4595 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4596 rationale of avoiding FP- and vector instructions.
4597
4598 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4599
4600 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4601 "info reg" with "\[ \t\]*".
4602 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4603 "\[ \t\]+".
4604 * gdb.arch/s390-multiarch.exp: Ditto.
4605 * gdb.base/pc-fp.exp: Ditto.
4606 * gdb.reverse/i386-precsave.exp: Ditto.
4607 * gdb.reverse/i386-reverse.exp: Ditto.
4608 * gdb.reverse/i387-env-reverse.exp: Ditto.
4609 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4610
4611 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4612
4613 * lib/gdb.exp (gdb_compile): Re-enable use of
4614 universal_compile_options for languages other than Rust.
4615
4616 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4617
4618 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4619
4620 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4621
4622 PR gdb/16577
4623 * gdb.base/solib-vanish.exp: New.
4624 * gdb.base/solib-vanish-main.c: New.
4625 * gdb.base/solib-vanish-lib1.c: New.
4626 * gdb.base/solib-vanish-lib2.c: New.
4627
4628 2018-01-17 Yao Qi <yao.qi@linaro.org>
4629
4630 * gdb.compile/compile.exp: Match the address printed for
4631 frame in the output of command "bt".
4632
4633 2018-01-15 Tom Tromey <tom@tromey.com>
4634
4635 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4636 compute sp_reg.
4637
4638 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4639
4640 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4641 to prepare.
4642 (prepare): Return 0 on error, 1 on success.
4643
4644 2018-01-12 Pedro Alves <palves@redhat.com>
4645
4646 * gdb.base/continue-after-aborted-step-over.c: New.
4647 * gdb.base/continue-after-aborted-step-over.exp: New.
4648
4649 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4650
4651 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4652 options when not creating an executable.
4653
4654 2018-01-11 Pedro Alves <palves@redhat.com>
4655
4656 PR remote/22597
4657 * gdb.server/stop-reply-no-thread.c: New file.
4658 * gdb.server/stop-reply-no-thread.exp: New file.
4659
4660 2018-01-10 Pedro Alves <palves@redhat.com>
4661
4662 PR gdb/22670
4663 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4664 functions too. Test setting breakpoints and printing C functions
4665 with no debug info too.
4666 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4667
4668 2018-01-10 Pedro Alves <palves@redhat.com>
4669
4670 PR gdb/22670
4671 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4672 a fail.
4673
4674 2018-01-10 Pedro Alves <palves@redhat.com>
4675
4676 PR gdb/22670
4677 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4678
4679 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4680
4681 * gdb.server/unittest.exp: Match the output in non-development
4682 mode.
4683
4684 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4685
4686 * gdb.gdb/unittest.exp: Match output in non-development mode.
4687
4688 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4689
4690 * gdb.ada/access_tagged_param.exp: Relax expected output
4691 for value of "ObjL" in "continue" to pck.inspect breakpoint
4692 test.
4693
4694 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4695
4696 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4697 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
4698
4699 2018-01-05 Pedro Alves <palves@redhat.com>
4700
4701 PR gdb/18653
4702 * gdb.base/libsegfault.exp: New.
4703
4704 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4705
4706 PR gdb/22670
4707 * gdb.ada/access_tagged_param.exp: New file.
4708 * gdb.ada/access_tagged_param/foo.adb: New file.
4709
4710 2018-01-05 Pedro Alves <palves@redhat.com>
4711
4712 PR gdb/22670
4713 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4714 exercise lower case too, and to exercise both full matching and
4715 wild matching.
4716
4717 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4718
4719 * gdb.ada/rename_subscript_param: New testcase.
4720
4721 2018-01-05 Jerome Guitton <guitton@adacore.com>
4722
4723 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4724
4725 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4726
4727 * gdb.ada/convvar_comp: New testcase.
4728
4729 2018-01-05 Xavier Roirand <roirand@adacore.com>
4730
4731 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4732 (My_Table): New global variable.
4733 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4734
4735 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4736
4737 PR gdb/22670
4738 * gdb.ada/maint_with_ada: New testcase.
4739
4740 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4741
4742 PR gdb/22670
4743 * gdb.ada/bp_c_mixed_case: New testcase.
4744
4745 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4746
4747 PR gdb/22670
4748 * gdb.ada/complete.exp: Add "complete break ada" test.
4749
4750 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4751
4752 PR gdb/22670
4753 * gdb.ada/info_addr_mixed_case: New testcase.
4754
4755 2018-01-03 Xavier Roirand <roirand@adacore.com>
4756
4757 * gdb.ada/excep_handle.exp: New testcase.
4758 * gdb.ada/excep_handle/foo.adb: New file.
4759 * gdb.ada/excep_handle/pck.ads: New file.
4760
4761 2018-01-03 Joel Brobecker <brobecker@adacore.com>
4762
4763 * gdb.base/step-line.c: Add extra empty line in copyright header.
4764 * gdb.base/step-line.inp: Likewise.
4765
4766 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4767
4768 * gdb.ada/dyn_stride.exp: Add slice test.
4769
4770 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4771
4772 * gdb.ada/dyn_stride: New testcase.
4773
4774 2017-12-27 Stafford Horne <shorne@gmail.com>
4775
4776 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4777 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4778
4779 2017-12-27 Stafford Horne <shorne@gmail.com>
4780
4781 * gdb.base/reggroups.c: New file.
4782 * gdb.base/reggroups.exp: New file.
4783
4784 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4785
4786 * gdb.dwarf2/ada-valprint-error.c: New file.
4787 * gdb.dwarf2/ada-valprint-error.exp: New file.
4788
4789 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4790
4791 * gdb.ada/assign_arr: New testcase.
4792
4793 2017-12-18 Xavier Roirand <roirand@adacore.com>
4794
4795 * gdb.ada/funcall_ptr: New testcase.
4796
4797 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4798
4799 PR cli/16224
4800 * gdb.base/ptype-offsets.cc: New file.
4801 * gdb.base/ptype-offsets.exp: New file.
4802
4803 2017-12-15 Yao Qi <yao.qi@linaro.org>
4804
4805 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4806 if XML is disabled.
4807
4808 2017-12-15 Xavier Roirand <roirand@adacore.com>
4809
4810 * gdb.ada/same_component_name: New testcase.
4811
4812 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4813
4814 * gdb.ada/str_binop_equal: New testcase.
4815
4816 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4817
4818 * gdb.ada/task_switch_in_core: New testcase.
4819
4820 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4821
4822 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4823 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4824 call test_bkpt_qualified.
4825 (test_bkpt_qualified): New proc.
4826
4827 2017-12-13 Pedro Alves <palves@redhat.com>
4828
4829 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4830 Tighten regexp by matching with an anchor.
4831
4832 2017-12-13 Pedro Alves <palves@redhat.com>
4833
4834 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4835 ("expression with namespace"): New set of tests.
4836 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4837 (Nested::Test_NS::qux): New.
4838 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4839 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4840
4841 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4842
4843 * gdb.base/server-del-break.c: New file.
4844 * gdb.base/server-del-break.exp: New file.
4845
4846 2017-12-12 Stafford Horne <shorne@gmail.com>
4847
4848 * gdb.xml/tdesc-regs.exp: Add or1k support.
4849
4850 2017-12-12 Stafford Horne <shorne@gmail.com>
4851
4852 * gdb.base/bp-permanent.c: Define nop of or1k.
4853
4854 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4855
4856 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4857 output with components being reordered.
4858
4859 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4860
4861 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4862 output with components being reordered.
4863
4864 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4865 Pedro Alves <palves@redhat.com>
4866
4867 * gdb.base/maint.exp (check for .gdb_index): Check also for
4868 .debug_names.
4869 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4870 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4871 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4872 (.gdb_index used after symbol reloading): Support also .debug_names.
4873 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4874
4875 2017-12-08 Yao Qi <yao.qi@linaro.org>
4876
4877 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4878 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4879
4880 2017-12-08 Yao Qi <yao.qi@linaro.org>
4881
4882 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4883 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4884
4885 2017-12-08 Yao Qi <yao.qi@linaro.org>
4886
4887 * gdb.arch/aarch64-tagged-pointer.c: New file.
4888 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4889
4890 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4891
4892 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4893 "int".
4894
4895 2017-12-07 Keith Seitz <keiths@redhat.com>
4896
4897 PR breakpoints/22569
4898 * gdb.linespec/ls-errs.exp: Change expected result of "break
4899 -source this file has spaces.c -line 3".
4900 Check that an explicit source file followed by whitespace is
4901 identified as an invalid explicit location.
4902
4903 2017-12-07 Keith Seitz <keiths@redhat.com>
4904
4905 * gdb.cp/nested-types.cc: New file.
4906 * gdb.cp/nested-types.exp: New file.
4907 * lib/cp-support.exp: Load data-structures.exp library.
4908 (debug_cp_test_ptype_class): New global.
4909 (cp_ptype_class_verbose, next_line): New procedures.
4910 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4911 Add and document new return value.
4912 Switch the list of lines to a queue.
4913 Add support for new `type' key for nested type definitions.
4914 Add debugging/troubleshooting messages.
4915 * lib/data-structures.exp: New file.
4916
4917 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4918
4919 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4920 with proc_with_prefix, don't use with_test_prefix.
4921
4922 2017-12-07 Tom Tromey <tom@tromey.com>
4923
4924 * gdb.base/break.exp: Add test for empty "commands".
4925
4926 2017-12-07 Yao Qi <yao.qi@linaro.org>
4927
4928 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4929 malloc and catch syscall.
4930
4931 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4932
4933 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4934 tests for explicit locations.
4935
4936 2017-12-06 Pedro Alves <palves@redhat.com>
4937
4938 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4939 force-disabling XML descriptions.
4940
4941 2017-12-04 Pedro Alves <palves@redhat.com>
4942
4943 PR gdb/22499
4944 * gdb.arch/amd64-disp-step-avx.S: New file.
4945 * gdb.arch/amd64-disp-step-avx.exp: New file.
4946
4947 2017-12-03 Pedro Alves <palves@redhat.com>
4948
4949 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4950 and <string.h>.
4951 (parent_function): Print distinct messages when waitpid fails, or
4952 the child exits with a signal, or the child exits for an unhandled
4953 reason.
4954 * gdb.threads/process-dies-while-detaching.exp
4955 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4956 it. Wait for both inferior output and GDB's prompt. Use an
4957 indirect spawn id list.
4958 (do_detach): New parameter 'child_exit'. Use it to compute
4959 expected inferior output.
4960 (test_detach, test_detach_watch, test_detach_killed_outside):
4961 Adjust to pass down the expected child exit kind.
4962
4963 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4964 Sergio Durigan Junior <sergiodj@redhat.com>
4965 Pedro Alves <palves@redhat.com>
4966
4967 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4968
4969 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4970
4971 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4972 to 'symbol-file' and 'add-symbol-file' can be
4973 position-independent.
4974
4975 2017-12-01 Yao Qi <yao.qi@linaro.org>
4976
4977 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4978 the URL in copyright header.
4979 * gdb.arch/aarch64-fp.exp: Likewise.
4980 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4981 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4982 * gdb.base/expand-psymtabs.exp: Likewise.
4983 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4984 * gdb.fortran/common-block.exp: Likewise.
4985 * gdb.fortran/common-block.f90: Likewise.
4986 * gdb.fortran/logical.exp: Likewise.
4987 * gdb.fortran/vla-datatypes.f90: Likewise.
4988 * gdb.fortran/vla-sub.f90: Likewise.
4989
4990 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4991
4992 * gdb.ada/repeat_dyn: New testcase.
4993
4994 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4995
4996 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4997 Update for changed thread numbering.
4998 * gdb.cell/bt.exp: Update for changed GDB output.
4999
5000 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5001
5002 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5003 setting isremote by hand.
5004 * boards/dwarf4-gdb-index.exp: Likewise.
5005 * boards/fission.exp: Likewise.
5006 * boards/stabs.exp: Likewise.
5007
5008 2017-11-30 Pedro Alves <palves@redhat.com>
5009
5010 * gdb.linespec/cpls-ops.exp
5011 (check_explicit_skips_function_argument): Extract the underlying
5012 type of size_t instead of hardcoding it.
5013
5014 2017-11-29 Pedro Alves <palves@redhat.com>
5015
5016 PR c++/19436
5017 * gdb.linespec/cpls-abi-tag.cc: New file.
5018 * gdb.linespec/cpls-abi-tag.exp: New file.
5019
5020 2017-11-29 Pedro Alves <palves@redhat.com>
5021
5022 * gdb.base/langs.exp: Use -qualified.
5023 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5024 it.
5025 * gdb.cp/namespace.exp: Use -qualified.
5026 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5027 (overload-3, template-overload, template-ret-type, const-overload)
5028 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5029 procedures.
5030 (test_driver): Call them.
5031 * gdb.cp/save-bp-qualified.cc: New.
5032 * gdb.cp/save-bp-qualified.exp: New.
5033 * gdb.linespec/explicit.exp: Test -qualified.
5034 * lib/completion-support.exp (completion::explicit_opts_list): Add
5035 "-qualified".
5036 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5037
5038 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5039
5040 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5041
5042 2017-11-29 Tom Tromey <tom@tromey.com>
5043
5044 * gdb.base/relocate.exp: Update invalid argument test.
5045 Add new tests for invalid arguments.
5046
5047 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5048
5049 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5050 Return 0 as a long.
5051 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5052
5053 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5054
5055 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5056 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5057 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5058 func ().
5059 * gdb.cp/shadow.cc (B.func): Return 0.
5060
5061 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5062
5063 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5064 expected output in gdb_expect call to allow the exception
5065 message to be present as well. Fix syntax confusion to avoid
5066 TCL thinking that exception_name is an array.
5067
5068 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5069
5070 * gdb.arch/spu-info.c: Include <unistd.h>.
5071 (do_signal_test): Fix broken calls to write.
5072 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5073 Fix checks for empty mailboxes. Update signal tests for corrected
5074 do_signal_test routine. Allow nonzero event status.
5075 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5076 * gdb.cell/arch.exp: Use standard_output_file.
5077 * gdb.cell/break.exp: Likewise.
5078 * gdb.cell/bt.exp: Likewise.
5079 * gdb.cell/core.exp: Likewise.
5080 * gdb.cell/dwarfaddr.exp: Likewise.
5081 * gdb.cell/ea-cache.exp: Likewise.
5082 * gdb.cell/ea-standalone.exp: Likewise.
5083 * gdb.cell/f-regs.exp: Likewise.
5084 * gdb.cell/fork.exp: Likewise.
5085 * gdb.cell/gcore.exp: Likewise.
5086 * gdb.cell/mem-access.exp: Likewise.
5087 * gdb.cell/ptype.exp: Likewise.
5088 * gdb.cell/registers.exp: Likewise.
5089 * gdb.cell/sizeof.exp: Likewise.
5090 * gdb.cell/solib-symbol.exp: Likewise.
5091 * gdb.cell/solib.exp: Likewise.
5092
5093 2017-11-25 Pedro Alves <palves@redhat.com>
5094
5095 * gdb.base/complete-empty.exp: New file.
5096 * gdb.base/completion.exp: Adjust.
5097
5098 2017-11-25 Pedro Alves <palves@redhat.com>
5099
5100 * gdb.linespec/cpls-ops.cc: New file.
5101 * gdb.linespec/cpls-ops.exp: New file.
5102 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5103 factored out from ...
5104 (test_complete_prefix_range): ... this.
5105
5106 2017-11-24 Pedro Alves <palves@redhat.com>
5107
5108 * gdb.linespec/cpcompletion.exp: New file.
5109 * gdb.linespec/cpls-hyphen.cc: New file.
5110 * gdb.linespec/cpls.cc: New file.
5111 * gdb.linespec/cpls2.cc: New file.
5112 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5113 test to use test_gdb_complete_unique. Add label completion,
5114 keyword completion and explicit location completion tests.
5115 * lib/completion-support.exp: New file.
5116
5117 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5118
5119 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5120 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5121 when hitting an exception catchpoint.
5122
5123 2017-11-22 Yao Qi <yao.qi@linaro.org>
5124
5125 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5126
5127 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5128
5129 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5130 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5131 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5132
5133 2017-11-22 Yao Qi <yao.qi@linaro.org>
5134
5135 * gdb.base/info-os.exp: Pass pthreads.
5136 * gdb.multi/multi-attach.exp: Likewise.
5137
5138 2017-11-22 Yao Qi <yao.qi@linaro.org>
5139
5140 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5141 compiler.
5142
5143 2017-11-22 Yao Qi <yao.qi@linaro.org>
5144
5145 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5146 * gdb.base/break-interp.exp: Likewise.
5147 * gdb.base/jit-attach-pie.exp: Likewise.
5148
5149 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5150
5151 * gdb.base/float128.c (large128): New variable.
5152 * gdb.base/float128.exp: Add test to print largest __float128 value.
5153
5154 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5155
5156 * gdb.arch/vsx-regs.exp: Update register content checks.
5157
5158 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5159
5160 * gdb.arch/ppc-longdouble.exp: New file.
5161 * gdb.arch/ppc-longdouble.c: Likewise.
5162
5163 2017-11-21 Pedro Alves <palves@redhat.com>
5164
5165 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5166
5167 2017-11-20 Pedro Alves <palves@redhat.com>
5168
5169 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5170 (long_double_typedef): New typedefs.
5171 Use DEF on double and long double.
5172 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5173 cases.
5174 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5175 and 'long_double_ptr_same_size' locals. Use them to decide
5176 whether cast from array/function to float is valid/invalid.
5177
5178 2017-11-17 Tom Tromey <tom@tromey.com>
5179
5180 * gdb.rust/traits.rs: New file.
5181 * gdb.rust/traits.exp: New file.
5182
5183 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5184
5185 * gdb.ada/minsyms: New testcase.
5186
5187 2017-11-16 Pedro Alves <palves@redhat.com>
5188
5189 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5190 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5191
5192 2017-11-16 Pedro Alves <palves@redhat.com>
5193
5194 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5195 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5196
5197 2017-11-16 Pedro Alves <palves@redhat.com>
5198
5199 * gdb.server/reconnect-ctrl-c.c: New file.
5200 * gdb.server/reconnect-ctrl-c.exp: New file.
5201
5202 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5203
5204 * gdb.python/py-rbreak.exp: New file.
5205 * gdb.python/py-rbreak.c: New file.
5206 * gdb.python/py-rbreak-func2.c: New file.
5207
5208 2017-11-16 Pedro Alves <palves@redhat.com>
5209
5210 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5211 pattern.
5212 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5213 GDB.
5214
5215 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5216
5217 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5218 regex.
5219
5220 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5221
5222 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5223 test names.
5224
5225 2017-11-09 Pedro Alves <palves@redhat.com>
5226
5227 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5228 factored out from ...
5229 (top level): ... here, and adjusted to avoid expecting beyond the
5230 prompt in a single gdb_test_multiple.
5231
5232 2017-11-09 Pedro Alves <palves@redhat.com>
5233
5234 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5235 output.
5236 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5237 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5238 * gdb.server/ext-run.exp ("kill" test): Likewise.
5239 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5240
5241 2017-11-09 Pedro Alves <palves@redhat.com>
5242
5243 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5244 match till end of line.
5245
5246 2017-11-09 Pedro Alves <palves@redhat.com>
5247
5248 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5249
5250 2017-11-09 Pedro Alves <palves@redhat.com>
5251
5252 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5253 New procedures, factored out from ...
5254 (top level): ... here, and adjusted to avoid expecting beyond the
5255 prompt in one go.
5256
5257 2017-11-09 Pedro Alves <palves@redhat.com>
5258
5259 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5260 output. Fix '?' match.
5261
5262 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5263
5264 * gdb.ada/scoped_watch: New testcase.
5265 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5266 which is actually correct.
5267 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5268 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5269
5270 2017-11-08 Pedro Alves <palves@redhat.com>
5271
5272 * gdb.gdb/complaints.exp (test_initial_complaints)
5273 (test_serial_complaints, test_short_complaints): Call
5274 complaint_internal instead of complaint.
5275
5276 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5277
5278 * gdb.threads/tls-core.c: New file.
5279 * gdb.threads/tls-core.exp: Likewise.
5280
5281 2017-11-08 Pedro Alves <palves@redhat.com>
5282
5283 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5284 (p Exported_Capitalized): New test.
5285 (p exported_capitalized): New test.
5286
5287 2017-11-07 Pedro Alves <palves@redhat.com>
5288
5289 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5290
5291 2017-11-07 Pedro Alves <palves@redhat.com>
5292
5293 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5294 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5295 (disable_invalid, disable_inverted, disable_negative): New
5296 procedures.
5297 ("bad numbers"): New set of tests.
5298
5299 2017-11-07 Pedro Alves <palves@redhat.com>
5300
5301 * gdb.cp/ena-dis-br-range.exp: Add tests.
5302
5303 2017-11-07 Pedro Alves <palves@redhat.com>
5304
5305 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5306
5307 2017-11-07 Xavier Roirand <roirand@adacore.com>
5308 Pedro Alves <palves@redhat.com>
5309
5310 * gdb.base/ena-dis-br.exp: Add reference to
5311 gdb.cp/ena-dis-br-range.exp.
5312 * gdb.cp/ena-dis-br-range.exp: New file.
5313 * gdb.cp/ena-dis-br-range.cc: New file.
5314
5315 2017-11-06 Pedro Alves <palves@redhat.com>
5316
5317 * gdb.base/attach-non-pgrp-leader.c: New.
5318 * gdb.base/attach-non-pgrp-leader.exp: New.
5319
5320 2017-11-06 Pedro Alves <palves@redhat.com>
5321
5322 * configure.ac: No longer check for termio.h and sgtty.h.
5323 * configure: Regenerate.
5324 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5325 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5326 Remove termio and sgtty code.
5327
5328 2017-11-03 Yao Qi <yao.qi@linaro.org>
5329
5330 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5331 in GDB is disabled.
5332
5333 2017-11-03 Yao Qi <yao.qi@linaro.org>
5334
5335 * gdb.python/py-thrhandle.exp: Skip it if python is not
5336 enabled.
5337
5338 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5339
5340 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5341 as a breakpoint command.
5342
5343 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5344
5345 PR python/21213
5346 * gdb.python/py-infthread.exp: Test calling
5347 InferiorThread.inferior () multiple times in a row.
5348
5349 2017-10-27 Keith Seitz <keiths@redhat.com>
5350
5351 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5352 Test "info break" for every inlined function breakpoint.
5353
5354 2017-10-27 Yao Qi <yao.qi@linaro.org>
5355
5356 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5357
5358 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5359
5360 * gdb.cp/classes.exp (test_static_members): Test printing
5361 Outer::instance.
5362 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5363 (Inner::instance, Outer::instance): New.
5364
5365 2017-10-24 Pedro Alves <palves@redhat.com>
5366
5367 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5368 extra console" test in two stages.
5369
5370 2017-10-24 Pedro Alves <palves@redhat.com>
5371
5372 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5373
5374 2017-10-24 Pedro Alves <palves@redhat.com>
5375
5376 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5377 loop.
5378
5379 2017-10-24 Pedro Alves <palves@redhat.com>
5380
5381 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5382 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5383
5384 2017-10-24 Pedro Alves <palves@redhat.com>
5385
5386 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5387 parameter and handle it. Don't output read value in test name.
5388
5389 2017-10-24 Pedro Alves <palves@redhat.com>
5390
5391 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5392 custom test name.
5393
5394 2017-10-24 Pedro Alves <palves@redhat.com>
5395
5396 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5397 include the unstable output directory name in the test's name.
5398 (initial_setup_simple) <'set args'>: Use custom test name.
5399
5400 2017-10-24 Pedro Alves <palves@redhat.com>
5401
5402 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5403 with explicit test name.
5404
5405 2017-10-20 Pedro Alves <palves@redhat.com>
5406
5407 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5408 'wait -i'. Use gdb_assert and remote_close.
5409
5410 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5411
5412 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5413 number from variable rather than hard-coded.
5414
5415 2017-10-19 Pedro Alves <palves@redhat.com>
5416
5417 * gdb.base/long-inferior-output.c: New file.
5418 * gdb.base/long-inferior-output.exp: New file.
5419
5420 2017-11-18 Keith Seitz <keiths@redhat.com>
5421
5422 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5423 method.
5424 (main): Call it.
5425 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5426 Add additional user-defined conversion operator tests.
5427
5428 2017-10-17 Pedro Alves <palves@redhat.com>
5429
5430 * boards/native-stdio-gdbserver.exp: Load "local-board".
5431
5432 2017-10-17 Pedro Alves <palves@redhat.com>
5433
5434 * gdb.base/quit-live.c: New file.
5435 * gdb.base/quit-live.exp: New file.
5436
5437 2017-10-16 Keith Seitz <keiths@redhat.com>
5438
5439 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5440 (class_with_protected_typedef, class_with_private_typedef)
5441 (struct_with_public_typedef, struct_with_protected_typedef)
5442 (struct_with_private_typedef): New classes/structs.
5443 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5444 typedefs and access specifiers.
5445
5446 2017-10-16 Pedro Alves <palves@redhat.com>
5447 Simon Marchi <simon.marchi@polymtl.ca>
5448
5449 * README (Local vs Remote vs Native): New section.
5450 * boards/local-board.exp: New file, with bits factored out from
5451 ...
5452 * boards/native-extended-gdbserver.exp: ... here. Load
5453 "local-board".
5454 * boards/native-gdbserver.exp: Load "local-board".
5455 (${board}_spawn, ${board}_exec): Delete.
5456 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5457 ...
5458 * boards/stdio-gdbserver-base.exp: ... this new file.
5459 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5460 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5461 procedure.
5462 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5463 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5464 stdio_gdbserver_command.
5465 (${board}_get_remote_address, ${board}_get_comm_port)
5466 (${board}_download, ${board}_upload): Delete.
5467 (get_target_remote_pipe_cmd): New.
5468
5469 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5470
5471 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5472 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5473 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5474 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5475 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5476 remove with_test_prefix.
5477
5478 2017-10-13 Pedro Alves <palves@redhat.com>
5479
5480 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5481 * gdb.base/annota1.exp: Use it instead of is_remote.
5482 * gdb.base/annota3.exp: Use it instead of is_remote.
5483 * gdb.cp/annota2.exp: Use it instead of is_remote.
5484 * gdb.cp/annota3.exp: Use it instead of is_remote.
5485 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5486
5487 2017-10-13 Pedro Alves <palves@redhat.com>
5488
5489 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5490 (test_num_test_vars, run_and_count_vars, find_env)
5491 (test_set_unset_env, test_inherit_env_var): New procedures.
5492 (top level): Use them.
5493
5494 2017-10-13 Pedro Alves <palves@redhat.com>
5495
5496 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5497 also skip on stub-like targets.
5498
5499 2017-10-13 Pedro Alves <palves@redhat.com>
5500
5501 PR gdb/22293
5502 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5503 (top level): Move some tests to ...
5504 (test_not_found): ... this new procedure.
5505 (top level): Call it.
5506
5507 2017-10-13 Pedro Alves <palves@redhat.com>
5508
5509 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5510 expect different "info terminal" output if testing with a
5511 non-native target.
5512
5513 2017-10-13 Pedro Alves <palves@redhat.com>
5514 Simon Marchi <simon.marchi@polymtl.ca>
5515
5516 PR python/12966
5517 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5518
5519 2017-10-13 Pedro Alves <palves@redhat.com>
5520
5521 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5522 already.
5523
5524 2017-10-13 Pedro Alves <palves@redhat.com>
5525
5526 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5527 is_remote.
5528
5529 2017-10-13 Pedro Alves <palves@redhat.com>
5530
5531 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5532 is_remote.
5533
5534 2017-10-13 Pedro Alves <palves@redhat.com>
5535
5536 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5537 is set.
5538 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5539 instead of is_remote.
5540
5541 2017-10-13 Pedro Alves <palves@redhat.com>
5542
5543 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5544 (top level): Add comment.
5545
5546 2017-10-13 Pedro Alves <palves@redhat.com>
5547
5548 * gdb.base/remote.exp (top level): Fix comment typo and add
5549 missing return.
5550
5551 2017-10-13 Pedro Alves <palves@redhat.com>
5552 Simon Marchi <simon.marchi@polymtl.ca>
5553
5554 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5555 calls and add comments. Skip test if use_gdb_stub is set.
5556 (top level): Use "set cwd" command instead of "cd" command.
5557
5558 2017-10-13 Pedro Alves <palves@redhat.com>
5559
5560 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5561 is_remote target check.
5562
5563 2017-10-13 Pedro Alves <palves@redhat.com>
5564
5565 * gdb.base/scope.exp: Use build_executable + clean_restart +
5566 gdb_file_cmd instead of prepare_for_testing and no longer skip
5567 "before run" tests on is_remote target boards. Update comments.
5568 * boards/native-extended-gdbserver.exp
5569 (extended_gdbserver_load_last_file): New, factored out from ...
5570 (gdb_load): ... this. Move further below and add comment.
5571 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5572
5573 2017-10-12 Pedro Alves <palves@redhat.com>
5574
5575 * gdb.base/attach.exp: Remove references to gdb64.
5576 * gdb.base/dbx.exp: Remove references to gdb64.
5577
5578 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5579 Pedro Alves <palves@redhat.com>
5580
5581 * gdb.base/label.exp: Remove is_remote target check.
5582
5583 2017-10-12 Pedro Alves <palves@redhat.com>
5584
5585 * gdb.base/auvx.exp (coredir): Update comment.
5586 (top level) <core_works>: Use "set cwd" command instead of "cd"
5587 command.
5588
5589 2017-10-12 Pedro Alves <palves@redhat.com>
5590 Simon Marchi <simon.marchi@polymtl.ca>
5591
5592 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5593 target boards.
5594
5595 2017-10-12 Pedro Alves <palves@redhat.com>
5596 Simon Marchi <simon.marchi@polymtl.ca>
5597
5598 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5599 Instead skip if there's any gdb_protocol set.
5600
5601 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5602 Pedro Alves <palves@redhat.com>
5603
5604 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5605
5606 2017-10-12 Pedro Alves <palves@redhat.com>
5607 Simon Marchi <simon.marchi@polymtl.ca>
5608
5609 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5610 instead of on dejagnu remote boards.
5611
5612 2017-10-12 Pedro Alves <palves@redhat.com>
5613 Simon Marchi <simon.marchi@polymtl.ca>
5614
5615 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5616 checks. Use build_executable + clean_restart instead of
5617 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5618 of enabling non-stop after starting gdb.
5619
5620 2017-10-12 Pedro Alves <palves@redhat.com>
5621
5622 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5623 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5624 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5625 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5626
5627 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5628
5629 * gdb.arch/arc-tdesc-cpu.exp: New file.
5630 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5631
5632 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5633
5634 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5635
5636 2017-10-10 Pedro Alves <palves@redhat.com>
5637
5638 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5639 expect CLI output.
5640
5641 2017-10-10 Pedro Alves <palves@redhat.com>
5642
5643 * lib/selftest-support.exp (selftest_setup): Update for
5644 captured_command_loop's prototype change.
5645
5646 2017-10-09 Pedro Alves <palves@redhat.com>
5647
5648 Test both arch1=>arch2 and arch2=>arch1.
5649
5650 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5651 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5652 factored out to...
5653 (append_arch1_options, append_arch2_options, append_arch_options)
5654 (build_executables): New procedures.
5655 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5656 local.
5657 (top level): Add new 'first_arch' testing axis.
5658
5659 2017-10-09 Pedro Alves <palves@redhat.com>
5660
5661 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5662 (barrier): New.
5663 (thread_start, all_started): New functions.
5664 (main): Spawn new thread and wait until it is scheduled.
5665 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5666 option.
5667 (do_test): Add 'selected_thread' parameter. Run to all_started
5668 instead of main. Explicitly set the breakpoint at main. Switch
5669 to the SELECTED_THREAD thread.
5670 (top level): Test handling the exec event with either the main
5671 thread or the second thread selected.
5672
5673 2017-10-09 Pedro Alves <palves@redhat.com>
5674
5675 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5676 logic. Move STOP marker after the value checks.
5677 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5678 regexp.
5679
5680 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5681
5682 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5683
5684 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5685
5686 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5687 integer-to-dfp conversion.
5688 * gdb.base/dfp-test.exp: Likewise.
5689
5690 2017-10-04 Pedro Alves <palves@redhat.com>
5691
5692 * gdb.multi/hangout.c: Include <unistd.h>.
5693 (hangout_loop): New function.
5694 (main): Call alarm. Call hangout_loop in a loop.
5695 * gdb.multi/hello.c: Include <unistd.h>.
5696 (hello_loop): New function.
5697 (main): Call alarm. Call hangout_loop in a loop.
5698 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5699 inferior with the other selected.
5700
5701 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5702
5703 * gdb.mi/list-thread-groups-available.exp: New file.
5704 * gdb.mi/list-thread-groups-available.c: New file.
5705
5706 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5707
5708 * gdb.base/set-cwd.exp: Make it available on
5709 native-extended-gdbserver.
5710
5711 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5712
5713 * gdb.base/set-cwd.c: New file.
5714 * gdb.base/set-cwd.exp: Likewise.
5715
5716 2017-10-02 Tom Tromey <tom@tromey.com>
5717
5718 PR rust/22236:
5719 * gdb.rust/simple.rs (main): New variable "fslice".
5720 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5721
5722 2017-10-02 Tom Tromey <tom@tromey.com>
5723
5724 * gdb.rust/simple.exp: Test ptype of a slice.
5725
5726 2017-10-02 Tom Tromey <tom@tromey.com>
5727
5728 * gdb.rust/simple.exp: Test index of slice.
5729
5730 2017-09-27 Tom Tromey <tom@tromey.com>
5731
5732 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5733
5734 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5735 Pedro Alves <palves@redhat.com>
5736
5737 * gdb.base/compare-sections.exp (get value of read-only section): Read
5738 as unsigned value.
5739 (corrupt read-only section): Likewise and don't set written if patching
5740 failed.
5741
5742 2017-09-21 Kevin Buettner <kevinb@redhat.com>
5743
5744 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5745 files.
5746
5747 2017-09-20 Pedro Alves <palves@redhat.com>
5748
5749 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5750 symbol names in gdb's output.
5751 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5752
5753 2017-09-20 Pedro Alves <palves@redhat.com>
5754
5755 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5756 Rename to ...
5757 (test_list_ambiguous_symbol): ... this and add a symbol name
5758 parameter. Adjust.
5759 (test_list_ambiguous_function): Reimplement on top of
5760 test_list_ambiguous_symbol and also test listing ambiguous
5761 variables.
5762 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5763 (ambiguous_fun): ... this.
5764 (ambiguous_var): New.
5765 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5766 (ambiguous_fun): ... this.
5767 (ambiguous_var): New.
5768
5769 2017-09-19 John Baldwin <jhb@FreeBSD.org>
5770
5771 * gdb.base/starti.c: New file.
5772 * gdb.base/starti.exp: New file.
5773 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5774
5775 2017-09-14 Pedro Alves <palves@redhat.com>
5776
5777 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5778 (top level): Use it instead of runto.
5779
5780 2017-09-11 Tom Tromey <tom@tromey.com>
5781
5782 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5783
5784 2017-09-11 Tom Tromey <tom@tromey.com>
5785
5786 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5787 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5788
5789 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5790
5791 * gdb.fortran/printing-types.exp: New file.
5792 * gdb.fortran/printing-types.exp: New file.
5793
5794 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5795
5796 * gdb.fortran/vla-ptype.exp: Fix typos.
5797 * gdb.fortran/vla-value.exp: Same.
5798
5799 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5800
5801 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5802 * gdb.mi/mi-var-child-f.exp: Likewise.
5803 * gdb.mi/mi-vla-fortran.exp: Likewise.
5804
5805 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5806 Christoph Weinmann <christoph.t.weinmann@intel.com>
5807 Bernhard Heckel <bernhard.heckel@intel.com>
5808
5809 * gdb.fortran/ptr-indentation.f90: New file.
5810 * gdb.fortran/ptr-indentation.exp: New file.
5811
5812 2017-09-05 Tom Tromey <tom@tromey.com>
5813
5814 PR gdb/22010:
5815 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5816
5817 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5818
5819 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5820
5821 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5822
5823 * gdb.threads/tls-nodebug-pie.c: New file.
5824 * gdb.threads/tls-nodebug-pie.exp: New file.
5825
5826 2017-09-05 Tom Tromey <tom@tromey.com>
5827
5828 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5829 for rust.
5830
5831 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5832
5833 * gdb.multi/multi-arch-exec.exp: Test with different
5834 "follow-exec-mode" settings.
5835 (do_test): New procedure.
5836
5837 2017-09-04 Pedro Alves <palves@redhat.com>
5838
5839 * gdb.base/func-static.c (S::method const, S::method volatile)
5840 (S::method volatile const): New methods.
5841 (c_s, v_s, cv_s): New instances.
5842 (main): Call method() on them.
5843 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5844 (cannot_resolve): New procedure.
5845 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5846 print-quote-unquoted columns.
5847 (do_test): Test printing each scope too.
5848
5849 2017-09-04 Pedro Alves <palves@redhat.com>
5850
5851 * gdb.base/local-static.exp: Also test with
5852 class::method::variable wholly quoted.
5853 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5854
5855 2017-09-04 Pedro Alves <palves@redhat.com>
5856
5857 * gdb.base/local-static.c: New.
5858 * gdb.base/local-static.cc: New.
5859 * gdb.base/local-static.exp: New.
5860
5861 2017-09-04 Pedro Alves <palves@redhat.com>
5862
5863 * gdb.asm/asm-source.exp: Add casts to int.
5864 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5865 (dataglobal64_1, dataglobal64_2): New globals.
5866 * gdb.base/nodebug.exp: Test different expressions involving the
5867 new globals, with print, whatis and ptype. Add casts to int.
5868 * gdb.base/solib-display.exp: Add casts to int.
5869 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5870 * gdb.cp/m-static.exp: Add cast to int.
5871 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5872 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5873 tls variable with no debug info without a cast. Test with a cast
5874 to int too.
5875 * gdb.trace/entry-values.exp: Add casts.
5876
5877 2017-09-04 Pedro Alves <palves@redhat.com>
5878
5879 * gdb.base/nodebug.exp: Test that ptype's error about functions
5880 with unknown return type includes the function name too.
5881
5882 2017-09-04 Pedro Alves <palves@redhat.com>
5883
5884 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5885 return type of munmap in infcall.
5886 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5887 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5888 type of ftell in infcall.
5889 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5890 type of getpid in infcall.
5891 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5892 infcall.
5893 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5894 Bail on failure to extract the pid.
5895 * gdb.base/nodebug.c: #include <stdint.h>.
5896 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5897 New functions.
5898 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5899 Change expected output of print/whatis/ptype with functions with
5900 no debug info. Test all supported languages. Call
5901 test_call_promotion.
5902 * gdb.compile/compile.exp: Adjust expected output to expect
5903 warning.
5904 * gdb.threads/siginfo-threads.exp: Likewise.
5905
5906 2017-09-04 Pedro Alves <palves@redhat.com>
5907
5908 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5909 "prototypes". Test calling float functions via prototyped and
5910 unprototyped function pointers.
5911 (perform_all_tests): New parameter "prototypes". Pass it down.
5912 (top level): Pass down "prototypes" parameter to
5913 perform_all_tests.
5914
5915 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5916
5917 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5918 Test with nested loops.
5919
5920 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5921
5922 * gdb.base/commands.exp: Call the new procedures.
5923 (loop_break_test, loop_continue_test): New procedures.
5924
5925 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5926
5927 * gdb.base/commands.exp: Call new procedure.
5928 (define_if_without_arg_test): New procedure.
5929
5930 2017-09-04 Pedro Alves <palves@redhat.com>
5931
5932 * gdb.base/list-ambiguous.exp: New file.
5933 * gdb.base/list-ambiguous0.c: New file.
5934 * gdb.base/list-ambiguous1.c: New file.
5935 * gdb.base/list.exp (test_list_range): Adjust expected output.
5936
5937 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5938
5939 * gdb.base/share-env-with-gdbserver.c: New file.
5940 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5941
5942 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5943
5944 * gdb.base/commands.exp (gdbvar_simple_if_test,
5945 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5946 progvar_simple_if_test, progvar_simple_while_test,
5947 progvar_complex_if_while_test, user_defined_command_test,
5948 user_defined_command_args_eval,
5949 user_defined_command_args_stack_test,
5950 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5951 temporary_breakpoint_commands,
5952 gdb_test_no_prompt, redefine_hook_test,
5953 redefine_backtrace_test): Remove "global gdb_prompt".
5954
5955 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5956
5957 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5958 New proc, call it from toplevel.
5959
5960 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5961
5962 PR remote/21852
5963 * gdb.server/normal.c: New file, copied from gdb.base.
5964 * gdb.server/run-without-local-binary.exp: New file.
5965
5966 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5967
5968 * gdb.arch/sparc64-adi.exp: New file.
5969 * gdb.arch/sparc64-adi.c: New file.
5970
5971 2017-08-22 Pedro Alves <palves@redhat.com>
5972
5973 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5974 (top level): Add "list all overloads" tests.
5975
5976 2017-08-22 Tom Tromey <tom@tromey.com>
5977
5978 * gdb.gdb/xfullpath.exp: Remove.
5979
5980 2017-08-21 Pedro Alves <palves@redhat.com>
5981
5982 PR gdb/19487
5983 * gdb.base/symbol-alias.c: New.
5984 * gdb.base/symbol-alias2.c: New.
5985 * gdb.base/symbol-alias.exp: New.
5986
5987 2017-08-21 Pedro Alves <palves@redhat.com>
5988
5989 * gdb.base/dfp-test.c
5990 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5991 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5992 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5993 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5994 * gdb.base/whatis-ptype-typedefs.c: New.
5995 * gdb.base/whatis-ptype-typedefs.exp: New.
5996 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5997 (an_int, an_int_type, an_int_type2): New globals.
5998 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5999 involving typedefs and cast expressions.
6000 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6001 (lookup_typedefs_function): New.
6002 (typedefs_pretty_printers_dict): New.
6003 (top level): Register lookup_typedefs_function in
6004 gdb.pretty_printers.
6005
6006 2017-08-18 Yao Qi <yao.qi@linaro.org>
6007
6008 * gdb.server/unittest.exp: New.
6009
6010 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6011
6012 PR gdb/21954
6013 * gdb.base/environ.exp: Add test to check if 'unset environment'
6014 works.
6015
6016 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6017
6018 * lib/gdb.exp (universal_compile_options): New caching proc.
6019 (gdb_compile): Suppress GCC's coloring of messages.
6020
6021 2017-08-14 Tom Tromey <tom@tromey.com>
6022
6023 PR gdb/21675:
6024 * gdb.base/printcmds.exp (test_radices): New function.
6025 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6026 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6027 * lib/gdb.exp (get_integer_valueof): Use p/d.
6028
6029 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6030
6031 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6032 characters.
6033
6034 2017-08-05 Tom Tromey <tom@tromey.com>
6035
6036 * gdb.rust/simple.exp: Allow String to appear in a different
6037 namespace.
6038
6039 2017-07-26 Yao Qi <yao.qi@linaro.org>
6040
6041 * gdb.gdb/unittest.exp: Invoke command
6042 "maintenance check xml-descriptions".
6043
6044 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6045
6046 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6047 calling context.
6048 (hex128): Drop erroneous calculation of parameters.
6049
6050 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6051
6052 * gdb.python/py-unwind.exp: Disable stack protection when
6053 building test file.
6054
6055 2017-07-20 Pedro Alves <palves@redhat.com>
6056
6057 * gdb.base/default.exp (set language): Adjust expected output.
6058
6059 2017-07-20 Pedro Alves <palves@redhat.com>
6060
6061 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6062 (test_minsym): ... this, and make static.
6063 (get_pck__foo__bar__minsym): Rename to ...
6064 (get_test_minsym): ... this.
6065 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6066 symbol names and comments.
6067 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6068 (get_test_minsym): ... this.
6069 (pck__foo__bar__minsym__2): Rename to ...
6070 (test_minsym): ... this.
6071 (main): Adjust.
6072
6073 2017-07-17 Pedro Alves <palves@redhat.com>
6074
6075 * gdb.base/completion.exp: Adjust expected output.
6076 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6077 the completer works.
6078
6079 2017-07-17 Pedro Alves <palves@redhat.com>
6080
6081 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6082
6083 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6084
6085 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6086
6087 2017-07-14 Tom Tromey <tom@tromey.com>
6088
6089 PR rust/21764:
6090 * gdb.rust/simple.exp: Add tests.
6091
6092 2017-07-14 Tom Tromey <tom@tromey.com>
6093
6094 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6095
6096 2017-07-14 Pedro Alves <palves@redhat.com>
6097
6098 * gdb.linespec/base/one/thefile.cc (z1): New function.
6099 * gdb.linespec/base/two/thefile.cc (z2): New function.
6100 * gdb.linespec/linespec.exp: Add tests.
6101
6102 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6103
6104 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6105 to mi_create_breakpoint.
6106
6107 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6108
6109 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6110 mi_create_breakpoint.
6111
6112 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6113
6114 * gdb.dlang/demangle.exp: Update for demangling changes.
6115
6116 2017-07-09 Tom Tromey <tom@tromey.com>
6117
6118 * gdb.dwarf2/shortpiece.exp: New file.
6119
6120 2017-07-06 David Blaikie <dblaikie@gmail.com>
6121
6122 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6123 built from fissiont-multi-cu{1,2}.c.
6124 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6125 except putting 'main' and 'func' in separate CUs in the same DWO file.
6126 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6127 test.
6128 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6129 test.
6130
6131 2017-07-06 Pedro Alves <palves@redhat.com>
6132
6133 * gdb.python/py-unwind.exp: Test flushregs.
6134
6135 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6136
6137 PR cli/21688
6138 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6139 tests for alias commands and trailing whitespace.
6140
6141 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6142
6143 PR cli/21688
6144 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6145 procedure. Call it.
6146
6147 2017-06-29 Pedro Alves <palves@redhat.com>
6148
6149 * gdb.base/printcmds.exp: Add tests.
6150
6151 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6152
6153 PR gdb/21337
6154 * gdb.base/reread-readsym.exp: New file.
6155 * gdb.base/reread-readsym.c: New file.
6156
6157 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6158
6159 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6160 subpattern.
6161
6162 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6163
6164 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6165 extended mnemonic.
6166 * gdb.arch/powerpc-power9.s: Likewise.
6167
6168 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6169
6170 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6171 on 32-bit x86 targets. Exploit is_*_target macros where
6172 appropriate.
6173
6174 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6175
6176 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6177 register pieces.
6178
6179 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6180
6181 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6182 located in one or more DWARF pieces.
6183
6184 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6185
6186 * lib/gdb.exp (get_endianness): New proc.
6187 * gdb.arch/aarch64-fp.exp: Use it.
6188 * gdb.arch/altivec-regs.exp: Likewise.
6189 * gdb.arch/e500-regs.exp: Likewise.
6190 * gdb.arch/vsx-regs.exp: Likewise.
6191 * gdb.base/dump.exp: Likewise.
6192 * gdb.base/funcargs.exp: Likewise.
6193 * gdb.base/gnu_vector.exp: Likewise.
6194 * gdb.dwarf2/formdata16.exp: Likewise.
6195 * gdb.dwarf2/implptrpiece.exp: Likewise.
6196 * gdb.dwarf2/nonvar-access.exp: Likewise.
6197 * gdb.python/py-inferior.exp: Likewise.
6198 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6199
6200 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6201
6202 PR gdb/21226
6203 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6204 stack value pieces are taken from the LSB end.
6205
6206 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6207
6208 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6209 variable at nonzero offset.
6210
6211 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6212
6213 * gdb.dwarf2/var-access.c: New file.
6214 * gdb.dwarf2/var-access.exp: New test.
6215 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6216
6217 2017-06-12 Tom Tromey <tom@tromey.com>
6218
6219 * gdb.dwarf2/formdata16.exp: Add tests.
6220
6221 2017-06-12 Tom Tromey <tom@tromey.com>
6222
6223 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6224
6225 2017-06-12 Tom Tromey <tom@tromey.com>
6226
6227 PR exp/16225:
6228 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6229 * gdb.arch/vsx-regs.exp: Update tests.
6230 * gdb.arch/s390-vregs.exp (hex128): New proc.
6231 Update test.
6232 * gdb.arch/altivec-regs.exp: Update tests.
6233
6234 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6235
6236 * gdb.base/startup-with-shell.c: New file.
6237 * gdb.base/startup-with-shell.exp: Likewise.
6238
6239 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6240
6241 * gdb.server/non-existing-program.exp: Update regex in order to
6242 reflect the fact that gdbserver is now using fork_inferior (with a
6243 shell) to startup the inferior.
6244
6245 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6246
6247 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6248 support function calls from GDB.
6249
6250 2017-05-21 Tom Tromey <tom@tromey.com>
6251
6252 PR rust/21466:
6253 * gdb.rust/unsized.exp: New file.
6254 * gdb.rust/unsized.rs: New file.
6255
6256 2017-05-19 Tom Tromey <tom@tromey.com>
6257
6258 PR rust/21484:
6259 * gdb.rust/watch.exp: New file.
6260 * gdb.rust/watch.rs: New file.
6261
6262 2017-05-18 Tom Tromey <tom@tromey.com>
6263
6264 * gdb.rust/simple.exp: Allow Box to be qualified.
6265
6266 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6267
6268 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6269
6270 2017-05-18 Pedro Alves <palves@redhat.com>
6271
6272 * gdb.base/fileio.c (test_write, test_read, test_close)
6273 (test_fstat): Don't print 'ret' in the fail path.
6274
6275 2017-05-18 Pedro Alves <palves@redhat.com>
6276
6277 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6278 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6279 (test_system, test_rename, test_unlink, test_time): Change
6280 prototypes.
6281 * gdb.base/fileio.exp (stop_msg): Adjust.
6282
6283 2017-05-18 Pedro Alves <palves@redhat.com>
6284
6285 * gdb.base/fileio.c (null_str): New global.
6286 (test_stat): Use it.
6287 * gdb.base/fileio.exp: Remove nowarnings.
6288
6289 2017-05-17 Yao Qi <yao.qi@linaro.org>
6290
6291 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6292
6293 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6294
6295 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6296 argument command.
6297 (top-level): Invoke test_set_inferior_tty.
6298
6299 2017-05-04 Pedro Alves <palves@redhat.com>
6300
6301 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6302 Add parens to print call for Python 3.
6303
6304 2017-05-03 Keith Seitz <keiths@redhat.com>
6305
6306 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6307 (main): Call it.
6308
6309 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6310
6311 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6312 to prev and next.
6313
6314 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6315
6316 * gdb.python/py-record-btrace.exp: Remove test for
6317 gdb.BtraceInstruction.error.
6318
6319 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6320
6321 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6322
6323 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6324
6325 * gdb.python/py-record-btrace-threads.c: New file.
6326 * gdb.python/py-record-btrace-threads.exp: New file.
6327
6328 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6329
6330 PR testsuite/8595
6331 * gdb.base/environ.exp: Make test available in all architectures.
6332 Move bits related to "info program" testing to
6333 gdb.base/info-program.exp. Rewrite tests to use the two new
6334 procedures mentione below.
6335 (test_set_show_env_var) New procedure.
6336 (test_set_show_env_var_equal): Likewise.
6337 * gdb.base/info-program.exp: New file.
6338
6339 2017-04-27 Keith Seitz <keiths@redhat.com>
6340
6341 * gdb.cp/oranking.cc (test15): New function.
6342 (main): Call test15 and declare additional variables for testing.
6343 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6344 "p foo101('abc')" tests.
6345 Add tests for cv qualifier overloads.
6346 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6347 "lvalue reference overload" test.
6348 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6349 "print value of f1 on Child&& in f2" test.
6350
6351 2017-04-19 Pedro Alves <palves@redhat.com>
6352
6353 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6354 procedure.
6355 (top level): Call it.
6356 * lib/gdb.exp (gdb_define_cmd): New procedure.
6357
6358 2017-04-12 Pedro Alves <palves@redhat.com>
6359
6360 PR gdb/21323
6361 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6362 (wchar): New global.
6363 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6364 (do_test_wide_char, wide_char_types_no_program, top level): Add
6365 wchar_t testing.
6366
6367 2017-04-12 Pedro Alves <palves@redhat.com>
6368
6369 PR c++/21323
6370 * gdb.cp/wide_char_types.c: New file.
6371 * gdb.cp/wide_char_types.exp: New file.
6372
6373 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6374
6375 PR gdb/21352
6376 * gdb.trace/tsv.exp: Add test for "tsave -r".
6377
6378 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6379
6380 * gdb.dlang/watch-loc.c: New file.
6381 * gdb.dlang/watch-loc.exp: New file.
6382
6383 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6384
6385 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6386
6387 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6388
6389 * gdb.arch/arc-analyze-prologue.S: New file.
6390 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6391
6392 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6393
6394 * gdb.arch/arc-decode-insn.S: New file.
6395 * gdb.arch/arc-decode-insn.exp: Likewise.
6396
6397 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6398
6399 PR tdep/20928
6400 * gdb.arch/sparc64-regs.exp: New file.
6401 * gdb.arch/sparc64-regs.S: Likewise.
6402
6403 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6404
6405 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6406 and memory view on Python 3.
6407
6408 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6409 Keith Seitz <keiths@redhat.com>
6410
6411 PR gdb/14441
6412 * gdb.cp/demangle.exp: Add rvalue reference tests.
6413 * gdb.cp/rvalue-ref-casts.cc: New file.
6414 * gdb.cp/rvalue-ref-casts.exp: New file.
6415 * gdb.cp/rvalue-ref-overload.cc: New file.
6416 * gdb.cp/rvalue-ref-overload.exp: New file.
6417 * gdb.cp/rvalue-ref-params.cc: New file.
6418 * gdb.cp/rvalue-ref-params.exp: New file.
6419 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6420 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6421 * gdb.cp/rvalue-ref-types.cc: New file.
6422 * gdb.cp/rvalue-ref-types.exp: New file.
6423 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6424 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6425
6426 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6427
6428 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6429 New procedure.
6430
6431 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6432
6433 * lib/mi-support.exp (mi_gdb_test): Add additional message
6434 for unexpected output.
6435
6436 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6437
6438 * gdb.base/examine-backward.c (Barrier): New character array
6439 constant, to ensure that TestStrings is preceded by a string
6440 terminator.
6441
6442 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6443
6444 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6445 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6446 and implicit pointer into such a location.
6447
6448 2017-03-16 Doug Evans <dje@google.com>
6449
6450 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6451
6452 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6453
6454 * gdb.cp/m-static.exp: Fix expectation for prototype of
6455 test5.single_constructor and single_constructor::single_constructor.
6456
6457 2017-03-16 Doug Evans <dje@google.com>
6458
6459 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6460 * gdb.guile/scm-lazy-string.c: New file.
6461 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6462 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6463 for pointer, array, typedef lazy strings.
6464
6465 2017-03-16 Doug Evans <dje@google.com>
6466
6467 PR python/17728, python/18439, python/18779
6468 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6469 * gdb.python/py-lazy-string.c (pointer): New typedef.
6470 (main): New locals ptr, array, typedef_ptr.
6471 * gdb.python/py-value.exp: Move lazy string tests to ...
6472 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6473 array, typedef lazy strings.
6474
6475 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6476
6477 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6478 Add optional 'test' parameter.
6479
6480 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6481
6482 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6483 Skip for versions of DejaGnu < 1.5.
6484
6485 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6486
6487 * lib/gdb.exp (dejagnu_version): New proc.
6488 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6489 Use dejagnu_version.
6490
6491 2017-03-10 Keith Seitz <keiths@redhat.com>
6492
6493 PR c++/8128
6494 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6495 type from destructor regexps.
6496 Add a branch which actually passes the test.
6497 Adjust "ptype t5i" test names.
6498
6499 2017-03-08 Pedro Alves <palves@redhat.com>
6500
6501 * gdb.base/step-over-exit.exp: Add explicit test message.
6502
6503 2017-03-08 Pedro Alves <palves@redhat.com>
6504
6505 PR gdb/18360
6506 * gdb.threads/interrupt-while-step-over.c: New file.
6507 * gdb.threads/interrupt-while-step-over.exp: New file.
6508
6509 2017-03-08 Pedro Alves <palves@redhat.com>
6510
6511 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6512 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6513
6514 2017-03-08 Pedro Alves <palves@redhat.com>
6515
6516 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6517 PKRU as not supported as a PASS.
6518
6519 2017-03-08 Pedro Alves <palves@redhat.com>
6520
6521 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6522 prefix instead of $binfile1/$binfile2.
6523 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6524 in test message.
6525 * gdb.python/py-completion.exp: Use "load python file" as test
6526 messages instead of unstable path names.
6527
6528 2017-03-08 Pedro Alves <palves@redhat.com>
6529 Jan Kratochvil <jan.kratochvil@redhat.com>
6530
6531 PR cli/21218
6532 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6533 New proc.
6534 (top level): Call it.
6535
6536 2017-03-08 Pedro Alves <palves@redhat.com>
6537
6538 PR tui/21216
6539 * gdb.tui/tui-nl-filtered-output.exp: New file.
6540
6541 2017-03-08 Pedro Alves <palves@redhat.com>
6542
6543 * gdb.base/completion.exp: Move TUI completion tests to ...
6544 * gdb.tui/completion.exp: ... this new file.
6545
6546 2017-03-08 Pedro Alves <palves@redhat.com>
6547
6548 * gdb.base/tui-disasm-long-lines.c,
6549 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6550 gdb.base/tui-layout.exp: Move to ...
6551 * gdb.tui/: ... this new directory.
6552
6553 2017-03-07 Pedro Alves <palves@redhat.com>
6554
6555 * gdb.base/tui-layout.c: New file.
6556 * gdb.base/tui-layout.exp: New file.
6557
6558 2017-03-07 Pedro Alves <palves@redhat.com>
6559
6560 * gdb.base/tui-layout.c: Rename to ...
6561 * gdb.base/tui-disasm-long-lines.c: ... this.
6562 * gdb.base/tui-layout.exp: Rename to ...
6563 * gdb.base/tui-disasm-long-lines.exp: ... this.
6564
6565 2017-03-07 Pedro Alves <palves@redhat.com>
6566
6567 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6568
6569 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6570
6571 * i386-mpx-call.c: New file.
6572 * i386-mpx-call.exp: New file.
6573
6574 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6575
6576 * gdb.arch/powerpc-power.exp: Delete test.
6577 * gdb.arch/powerpc-power.s: Likewise.
6578 * gdb.disasm/disassembler-options.exp: New test.
6579 * gdb.arch/powerpc-altivec.exp: Likewise.
6580 * gdb.arch/powerpc-altivec.s: Likewise.
6581 * gdb.arch/powerpc-altivec2.exp: Likewise.
6582 * gdb.arch/powerpc-altivec2.s: Likewise.
6583 * gdb.arch/powerpc-altivec3.exp: Likewise.
6584 * gdb.arch/powerpc-altivec3.s: Likewise.
6585 * gdb.arch/powerpc-power7.exp: Likewise.
6586 * gdb.arch/powerpc-power7.s: Likewise.
6587 * gdb.arch/powerpc-power8.exp: Likewise.
6588 * gdb.arch/powerpc-power8.s: Likewise.
6589 * gdb.arch/powerpc-power9.exp: Likewise.
6590 * gdb.arch/powerpc-power9.s: Likewise.
6591 * gdb.arch/powerpc-vsx.exp: Likewise.
6592 * gdb.arch/powerpc-vsx.s: Likewise.
6593 * gdb.arch/powerpc-vsx2.exp: Likewise.
6594 * gdb.arch/powerpc-vsx2.s: Likewise.
6595 * gdb.arch/powerpc-vsx3.exp: Likewise.
6596 * gdb.arch/powerpc-vsx3.s: Likewise.
6597 * gdb.arch/arm-disassembler-options.exp: Likewise.
6598 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6599 * gdb.arch/s390-disassembler-options.exp: Likewise.
6600
6601 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
6602
6603 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6604 (check_supported_features): ... this. Changed return type to void.
6605 (supports_rdseed): New static global.
6606 (rdseed): Check supports_rdseed.
6607 (initialize): Call check_supported_features.
6608
6609 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6610
6611 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6612 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6613 and lqarx/stqcx.
6614 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6615 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6616
6617 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6618
6619 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6620 uppercase.
6621
6622 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6623
6624 * gdb.dwarf2/formdata16.c: New file.
6625 * gdb.dwarf2/formdata16.exp: New file.
6626 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6627
6628 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6629
6630 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6631 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6632 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6633 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6634 DW_AT_GNU_*.
6635
6636 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6637
6638 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6639
6640 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6641
6642 PR gdb/21164
6643 * gdb.base/maint.exp: Add testcases for when the commands do
6644 not have arguments.
6645
6646 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6647
6648 * gdb.cp/chained-calls.exp: Use p instead of P.
6649
6650 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6651
6652 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6653 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6654
6655 2017-02-14 Tom Tromey <tom@tromey.com>
6656
6657 PR python/13598:
6658 * gdb.python/py-events.exp: Add before_prompt event tests.
6659
6660 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6661
6662 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6663
6664 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6665
6666 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6667 (main): Call my_unique_function_name.
6668 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6669 completion of patterns with a single match.
6670 Add missing -re switches to gdb_test_multiple calls.
6671
6672 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6673
6674 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6675 return if core file is not recognized.
6676
6677 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6678
6679 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6680 and extra UIs.
6681
6682 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6683
6684 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6685 proc_with_prefix.
6686
6687 2017-02-10 Tom Tromey <tom@tromey.com>
6688
6689 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6690
6691 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
6692
6693 PR gdb/21122
6694 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6695
6696 2017-02-08 Jerome Guitton <guitton@adacore.com>
6697
6698 * gdb.base/define.exp: Add test for command abbreviations
6699 in define.
6700
6701 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
6702
6703 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6704 * gdb.reverse/insn-reverse-x86.c: New file.
6705
6706 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6707
6708 PR tdep/20936
6709 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6710
6711 2017-02-03 Tom Tromey <tom@tromey.com>
6712
6713 PR rust/21097:
6714 * gdb.rust/simple.exp: Add new tests.
6715
6716 2017-02-02 Pedro Alves <palves@redhat.com>
6717
6718 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6719 tests.
6720
6721 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6722
6723 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6724 taking a 2-byte value out of a 4-byte DWARF implicit value on
6725 big-endian targets.
6726 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6727 logic. Add test cases for DW_OP_implicit.
6728
6729 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6730
6731 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6732
6733 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6734
6735 * gdb.btrace/enable.exp: Call gdb_exit before
6736 skip_gdbserver_tests.
6737
6738 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6739
6740 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6741 GDBFLAGS.
6742
6743 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6744
6745 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6746 the test is skipped.
6747 * gdb.btrace/data.exp: Likewise.
6748 * gdb.btrace/delta.exp: Likewise.
6749 * gdb.btrace/dlopen.exp: Likewise.
6750 * gdb.btrace/enable-running.exp: Likewise.
6751 * gdb.btrace/enable.exp: Likewise.
6752 * gdb.btrace/exception.exp: Likewise.
6753 * gdb.btrace/function_call_history.exp: Likewise.
6754 * gdb.btrace/gcore.exp: Likewise.
6755 * gdb.btrace/instruction_history.exp: Likewise.
6756 * gdb.btrace/multi-thread-step.exp: Likewise.
6757 * gdb.btrace/nohist.exp: Likewise.
6758 * gdb.btrace/non-stop.exp: Likewise.
6759 * gdb.btrace/reconnect.exp: Likewise.
6760 * gdb.btrace/record_goto-step.exp: Likewise.
6761 * gdb.btrace/record_goto.exp: Likewise.
6762 * gdb.btrace/rn-dl-bind.exp: Likewise.
6763 * gdb.btrace/segv.exp: Likewise.
6764 * gdb.btrace/step.exp: Likewise.
6765 * gdb.btrace/stepi.exp: Likewise.
6766 * gdb.btrace/tailcall-only.exp: Likewise.
6767 * gdb.btrace/tailcall.exp: Likewise.
6768 * gdb.btrace/tsx.exp: Likewise.
6769 * gdb.btrace/unknown_functions.exp: Likewise.
6770 * gdb.btrace/vdso.exp: Likewise.
6771
6772 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6773
6774 * gdb.btrace/enable-running.c: New.
6775 * gdb.btrace/enable-running.exp: New.
6776
6777 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6778
6779 * gdb.arch/amd64-gs_base.c: New file.
6780 * gdb.arch/amd64-gs_base.exp: New file.
6781
6782 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6783
6784 * lib/memory.exp: Remove spurious empty newlines.
6785
6786 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6787
6788 * gdb.python/py-bad-printers.exp: Load python file using "source".
6789 * gdb.python/py-events.exp: Likewise.
6790 * gdb.python/py-evsignal.exp: Likewise.
6791 * gdb.python/py-evthreads.exp: Likewise.
6792 * gdb.python/py-frame-args.exp: Likewise.
6793 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6794 * gdb.python/py-framefilter-mi.exp: Likewise.
6795 * gdb.python/py-framefilter.exp: Likewise.
6796 * gdb.python/py-mi.exp: Likewise.
6797 * gdb.python/py-pp-maint.exp: Likewise.
6798 * gdb.python/py-pp-registration.exp: Likewise.
6799 * gdb.python/py-prettyprint.exp: Likewise.
6800 (run_lang_tests): Likewise.
6801 * gdb.python/py-typeprint.exp: Likewise.
6802
6803 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6804
6805 * lib/memory.exp: New file.
6806 * lib/gdb.exp: Load memory.exp.
6807 * gdb.base/memattr.exp (delete_memory): Move proc to
6808 lib/memory.exp and rename to delete_memory_regions.
6809 Replace delete_memory with delete_memory_regions.
6810 Cleanup memory regions before tests.
6811 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6812 before tests.
6813
6814 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6815
6816 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6817 files.
6818 (initialize): New function conditionally defined.
6819 (testcases): Move within conditional block.
6820 (main): Call initialize.
6821 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6822 of gdb.reverse/insn-reverse.c.
6823 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6824 gdb.reverse/insn-reverse.c.
6825
6826 2017-01-26 Yao Qi <yao.qi@linaro.org>
6827
6828 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6829 disassemble on address 0.
6830
6831 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6832 Yao Qi <yao.qi@linaro.org>
6833
6834 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6835 * gdb.dwarf2/implptr-64bit.S: Remove.
6836 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6837 variables in caller's context. Add DW_OP_implicit_value.
6838
6839 2017-01-25 Yao Qi <yao.qi@linaro.org>
6840
6841 * lib/dwarf.exp (Dwarf::_location): Handle
6842 DW_OP_GNU_implicit_pointer with proper size.
6843
6844 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6845
6846 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6847 and add untested calls.
6848
6849 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6850
6851 * gdb.python/python.exp: Check line number against what GDB thinks
6852 the line number is for func1.
6853
6854 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6855
6856 * gdb.dlang/debug-expr.exp: New file.
6857
6858 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6859
6860 Fix test names for the following files:
6861
6862 * gdb.ada/exec_changed.exp
6863 * gdb.ada/info_types.exp
6864 * gdb.arch/aarch64-atomic-inst.exp
6865 * gdb.arch/aarch64-fp.exp
6866 * gdb.arch/altivec-abi.exp
6867 * gdb.arch/altivec-regs.exp
6868 * gdb.arch/amd64-byte.exp
6869 * gdb.arch/amd64-disp-step.exp
6870 * gdb.arch/amd64-dword.exp
6871 * gdb.arch/amd64-entry-value-inline.exp
6872 * gdb.arch/amd64-entry-value-param.exp
6873 * gdb.arch/amd64-entry-value-paramref.exp
6874 * gdb.arch/amd64-entry-value.exp
6875 * gdb.arch/amd64-i386-address.exp
6876 * gdb.arch/amd64-invalid-stack-middle.exp
6877 * gdb.arch/amd64-invalid-stack-top.exp
6878 * gdb.arch/amd64-optimout-repeat.exp
6879 * gdb.arch/amd64-prologue-skip.exp
6880 * gdb.arch/amd64-prologue-xmm.exp
6881 * gdb.arch/amd64-stap-special-operands.exp
6882 * gdb.arch/amd64-stap-wrong-subexp.exp
6883 * gdb.arch/amd64-tailcall-cxx.exp
6884 * gdb.arch/amd64-tailcall-noret.exp
6885 * gdb.arch/amd64-tailcall-ret.exp
6886 * gdb.arch/amd64-tailcall-self.exp
6887 * gdb.arch/amd64-word.exp
6888 * gdb.arch/arm-bl-branch-dest.exp
6889 * gdb.arch/arm-disp-step.exp
6890 * gdb.arch/arm-neon.exp
6891 * gdb.arch/arm-single-step-kernel-helper.exp
6892 * gdb.arch/avr-flash-qualifier.exp
6893 * gdb.arch/disp-step-insn-reloc.exp
6894 * gdb.arch/e500-abi.exp
6895 * gdb.arch/e500-regs.exp
6896 * gdb.arch/ftrace-insn-reloc.exp
6897 * gdb.arch/i386-avx512.exp
6898 * gdb.arch/i386-bp_permanent.exp
6899 * gdb.arch/i386-byte.exp
6900 * gdb.arch/i386-cfi-notcurrent.exp
6901 * gdb.arch/i386-disp-step.exp
6902 * gdb.arch/i386-dr3-watch.exp
6903 * gdb.arch/i386-float.exp
6904 * gdb.arch/i386-gnu-cfi.exp
6905 * gdb.arch/i386-mpx-map.exp
6906 * gdb.arch/i386-mpx-sigsegv.exp
6907 * gdb.arch/i386-mpx-simple_segv.exp
6908 * gdb.arch/i386-mpx.exp
6909 * gdb.arch/i386-permbkpt.exp
6910 * gdb.arch/i386-prologue.exp
6911 * gdb.arch/i386-signal.exp
6912 * gdb.arch/i386-size-overlap.exp
6913 * gdb.arch/i386-unwind.exp
6914 * gdb.arch/i386-word.exp
6915 * gdb.arch/mips-fcr.exp
6916 * gdb.arch/powerpc-d128-regs.exp
6917 * gdb.arch/powerpc-stackless.exp
6918 * gdb.arch/ppc64-atomic-inst.exp
6919 * gdb.arch/s390-stackless.exp
6920 * gdb.arch/s390-tdbregs.exp
6921 * gdb.arch/s390-vregs.exp
6922 * gdb.arch/sparc-sysstep.exp
6923 * gdb.arch/thumb-bx-pc.exp
6924 * gdb.arch/thumb-singlestep.exp
6925 * gdb.arch/thumb2-it.exp
6926 * gdb.arch/vsx-regs.exp
6927 * gdb.asm/asm-source.exp
6928 * gdb.base/a2-run.exp
6929 * gdb.base/advance.exp
6930 * gdb.base/all-bin.exp
6931 * gdb.base/anon.exp
6932 * gdb.base/args.exp
6933 * gdb.base/arithmet.exp
6934 * gdb.base/async-shell.exp
6935 * gdb.base/async.exp
6936 * gdb.base/attach-pie-noexec.exp
6937 * gdb.base/attach-twice.exp
6938 * gdb.base/auto-load.exp
6939 * gdb.base/bang.exp
6940 * gdb.base/bitfields.exp
6941 * gdb.base/break-always.exp
6942 * gdb.base/break-caller-line.exp
6943 * gdb.base/break-entry.exp
6944 * gdb.base/break-inline.exp
6945 * gdb.base/break-on-linker-gcd-function.exp
6946 * gdb.base/break-probes.exp
6947 * gdb.base/break.exp
6948 * gdb.base/breakpoint-shadow.exp
6949 * gdb.base/call-ar-st.exp
6950 * gdb.base/call-sc.exp
6951 * gdb.base/call-signal-resume.exp
6952 * gdb.base/call-strs.exp
6953 * gdb.base/callfuncs.exp
6954 * gdb.base/catch-fork-static.exp
6955 * gdb.base/catch-gdb-caused-signals.exp
6956 * gdb.base/catch-load.exp
6957 * gdb.base/catch-signal-fork.exp
6958 * gdb.base/catch-signal.exp
6959 * gdb.base/catch-syscall.exp
6960 * gdb.base/charset.exp
6961 * gdb.base/checkpoint.exp
6962 * gdb.base/chng-syms.exp
6963 * gdb.base/code-expr.exp
6964 * gdb.base/code_elim.exp
6965 * gdb.base/commands.exp
6966 * gdb.base/completion.exp
6967 * gdb.base/complex.exp
6968 * gdb.base/cond-expr.exp
6969 * gdb.base/condbreak.exp
6970 * gdb.base/consecutive.exp
6971 * gdb.base/continue-all-already-running.exp
6972 * gdb.base/coredump-filter.exp
6973 * gdb.base/corefile.exp
6974 * gdb.base/dbx.exp
6975 * gdb.base/debug-expr.exp
6976 * gdb.base/define.exp
6977 * gdb.base/del.exp
6978 * gdb.base/disabled-location.exp
6979 * gdb.base/disasm-end-cu.exp
6980 * gdb.base/disasm-optim.exp
6981 * gdb.base/display.exp
6982 * gdb.base/duplicate-bp.exp
6983 * gdb.base/ena-dis-br.exp
6984 * gdb.base/ending-run.exp
6985 * gdb.base/enumval.exp
6986 * gdb.base/environ.exp
6987 * gdb.base/eu-strip-infcall.exp
6988 * gdb.base/eval-avoid-side-effects.exp
6989 * gdb.base/eval-skip.exp
6990 * gdb.base/exitsignal.exp
6991 * gdb.base/expand-psymtabs.exp
6992 * gdb.base/filesym.exp
6993 * gdb.base/find-unmapped.exp
6994 * gdb.base/finish.exp
6995 * gdb.base/float.exp
6996 * gdb.base/foll-exec-mode.exp
6997 * gdb.base/foll-exec.exp
6998 * gdb.base/foll-fork.exp
6999 * gdb.base/fortran-sym-case.exp
7000 * gdb.base/freebpcmd.exp
7001 * gdb.base/func-ptr.exp
7002 * gdb.base/func-ptrs.exp
7003 * gdb.base/funcargs.exp
7004 * gdb.base/gcore-buffer-overflow.exp
7005 * gdb.base/gcore-relro-pie.exp
7006 * gdb.base/gcore-relro.exp
7007 * gdb.base/gcore.exp
7008 * gdb.base/gdb1090.exp
7009 * gdb.base/gdb11530.exp
7010 * gdb.base/gdb11531.exp
7011 * gdb.base/gdb1821.exp
7012 * gdb.base/gdbindex-stabs.exp
7013 * gdb.base/gdbvars.exp
7014 * gdb.base/hbreak.exp
7015 * gdb.base/hbreak2.exp
7016 * gdb.base/included.exp
7017 * gdb.base/infcall-input.exp
7018 * gdb.base/inferior-died.exp
7019 * gdb.base/infnan.exp
7020 * gdb.base/info-macros.exp
7021 * gdb.base/info-os.exp
7022 * gdb.base/info-proc.exp
7023 * gdb.base/info-shared.exp
7024 * gdb.base/info-target.exp
7025 * gdb.base/infoline.exp
7026 * gdb.base/interp.exp
7027 * gdb.base/interrupt.exp
7028 * gdb.base/jit-reader.exp
7029 * gdb.base/jit-simple.exp
7030 * gdb.base/kill-after-signal.exp
7031 * gdb.base/kill-detach-inferiors-cmd.exp
7032 * gdb.base/label.exp
7033 * gdb.base/langs.exp
7034 * gdb.base/ldbl_e308.exp
7035 * gdb.base/line-symtabs.exp
7036 * gdb.base/linespecs.exp
7037 * gdb.base/list.exp
7038 * gdb.base/long_long.exp
7039 * gdb.base/longest-types.exp
7040 * gdb.base/maint.exp
7041 * gdb.base/max-value-size.exp
7042 * gdb.base/memattr.exp
7043 * gdb.base/mips_pro.exp
7044 * gdb.base/morestack.exp
7045 * gdb.base/moribund-step.exp
7046 * gdb.base/multi-forks.exp
7047 * gdb.base/nested-addr.exp
7048 * gdb.base/nextoverexit.exp
7049 * gdb.base/noreturn-finish.exp
7050 * gdb.base/noreturn-return.exp
7051 * gdb.base/nostdlib.exp
7052 * gdb.base/offsets.exp
7053 * gdb.base/opaque.exp
7054 * gdb.base/pc-fp.exp
7055 * gdb.base/permissions.exp
7056 * gdb.base/print-symbol-loading.exp
7057 * gdb.base/prologue-include.exp
7058 * gdb.base/psymtab.exp
7059 * gdb.base/ptype.exp
7060 * gdb.base/random-signal.exp
7061 * gdb.base/randomize.exp
7062 * gdb.base/range-stepping.exp
7063 * gdb.base/readline-ask.exp
7064 * gdb.base/recpar.exp
7065 * gdb.base/recurse.exp
7066 * gdb.base/relational.exp
7067 * gdb.base/restore.exp
7068 * gdb.base/return-nodebug.exp
7069 * gdb.base/return.exp
7070 * gdb.base/run-after-attach.exp
7071 * gdb.base/save-bp.exp
7072 * gdb.base/scope.exp
7073 * gdb.base/sect-cmd.exp
7074 * gdb.base/set-lang-auto.exp
7075 * gdb.base/set-noassign.exp
7076 * gdb.base/setvar.exp
7077 * gdb.base/sigall.exp
7078 * gdb.base/sigbpt.exp
7079 * gdb.base/siginfo-addr.exp
7080 * gdb.base/siginfo-infcall.exp
7081 * gdb.base/siginfo-obj.exp
7082 * gdb.base/siginfo.exp
7083 * gdb.base/signals-state-child.exp
7084 * gdb.base/signest.exp
7085 * gdb.base/sigstep.exp
7086 * gdb.base/sizeof.exp
7087 * gdb.base/skip.exp
7088 * gdb.base/solib-corrupted.exp
7089 * gdb.base/solib-nodir.exp
7090 * gdb.base/solib-search.exp
7091 * gdb.base/stack-checking.exp
7092 * gdb.base/stale-infcall.exp
7093 * gdb.base/stap-probe.exp
7094 * gdb.base/start.exp
7095 * gdb.base/step-break.exp
7096 * gdb.base/step-bt.exp
7097 * gdb.base/step-line.exp
7098 * gdb.base/step-over-exit.exp
7099 * gdb.base/step-over-syscall.exp
7100 * gdb.base/step-resume-infcall.exp
7101 * gdb.base/step-test.exp
7102 * gdb.base/store.exp
7103 * gdb.base/structs3.exp
7104 * gdb.base/sym-file.exp
7105 * gdb.base/symbol-without-target_section.exp
7106 * gdb.base/term.exp
7107 * gdb.base/testenv.exp
7108 * gdb.base/ui-redirect.exp
7109 * gdb.base/until.exp
7110 * gdb.base/unwindonsignal.exp
7111 * gdb.base/value-double-free.exp
7112 * gdb.base/vla-datatypes.exp
7113 * gdb.base/vla-ptr.exp
7114 * gdb.base/vla-sideeffect.exp
7115 * gdb.base/volatile.exp
7116 * gdb.base/watch-cond-infcall.exp
7117 * gdb.base/watch-cond.exp
7118 * gdb.base/watch-non-mem.exp
7119 * gdb.base/watch-read.exp
7120 * gdb.base/watch-vfork.exp
7121 * gdb.base/watchpoint-cond-gone.exp
7122 * gdb.base/watchpoint-delete.exp
7123 * gdb.base/watchpoint-hw-hit-once.exp
7124 * gdb.base/watchpoint-hw.exp
7125 * gdb.base/watchpoint-stops-at-right-insn.exp
7126 * gdb.base/watchpoints.exp
7127 * gdb.base/wchar.exp
7128 * gdb.base/whatis-exp.exp
7129 * gdb.btrace/buffer-size.exp
7130 * gdb.btrace/data.exp
7131 * gdb.btrace/delta.exp
7132 * gdb.btrace/dlopen.exp
7133 * gdb.btrace/enable.exp
7134 * gdb.btrace/exception.exp
7135 * gdb.btrace/function_call_history.exp
7136 * gdb.btrace/gcore.exp
7137 * gdb.btrace/instruction_history.exp
7138 * gdb.btrace/nohist.exp
7139 * gdb.btrace/reconnect.exp
7140 * gdb.btrace/record_goto-step.exp
7141 * gdb.btrace/record_goto.exp
7142 * gdb.btrace/rn-dl-bind.exp
7143 * gdb.btrace/segv.exp
7144 * gdb.btrace/step.exp
7145 * gdb.btrace/stepi.exp
7146 * gdb.btrace/tailcall-only.exp
7147 * gdb.btrace/tailcall.exp
7148 * gdb.btrace/tsx.exp
7149 * gdb.btrace/unknown_functions.exp
7150 * gdb.btrace/vdso.exp
7151 * gdb.compile/compile-ifunc.exp
7152 * gdb.compile/compile-ops.exp
7153 * gdb.compile/compile-print.exp
7154 * gdb.compile/compile-setjmp.exp
7155 * gdb.cp/abstract-origin.exp
7156 * gdb.cp/ambiguous.exp
7157 * gdb.cp/annota2.exp
7158 * gdb.cp/annota3.exp
7159 * gdb.cp/anon-ns.exp
7160 * gdb.cp/anon-struct.exp
7161 * gdb.cp/anon-union.exp
7162 * gdb.cp/arg-reference.exp
7163 * gdb.cp/baseenum.exp
7164 * gdb.cp/bool.exp
7165 * gdb.cp/breakpoint.exp
7166 * gdb.cp/bs15503.exp
7167 * gdb.cp/call-c.exp
7168 * gdb.cp/casts.exp
7169 * gdb.cp/chained-calls.exp
7170 * gdb.cp/class2.exp
7171 * gdb.cp/classes.exp
7172 * gdb.cp/cmpd-minsyms.exp
7173 * gdb.cp/converts.exp
7174 * gdb.cp/cp-relocate.exp
7175 * gdb.cp/cpcompletion.exp
7176 * gdb.cp/cpexprs.exp
7177 * gdb.cp/cplabel.exp
7178 * gdb.cp/cplusfuncs.exp
7179 * gdb.cp/cpsizeof.exp
7180 * gdb.cp/ctti.exp
7181 * gdb.cp/derivation.exp
7182 * gdb.cp/destrprint.exp
7183 * gdb.cp/dispcxx.exp
7184 * gdb.cp/enum-class.exp
7185 * gdb.cp/exception.exp
7186 * gdb.cp/exceptprint.exp
7187 * gdb.cp/expand-psymtabs-cxx.exp
7188 * gdb.cp/expand-sals.exp
7189 * gdb.cp/extern-c.exp
7190 * gdb.cp/filename.exp
7191 * gdb.cp/formatted-ref.exp
7192 * gdb.cp/fpointer.exp
7193 * gdb.cp/gdb1355.exp
7194 * gdb.cp/gdb2495.exp
7195 * gdb.cp/hang.exp
7196 * gdb.cp/impl-this.exp
7197 * gdb.cp/infcall-dlopen.exp
7198 * gdb.cp/inherit.exp
7199 * gdb.cp/iostream.exp
7200 * gdb.cp/koenig.exp
7201 * gdb.cp/local.exp
7202 * gdb.cp/m-data.exp
7203 * gdb.cp/m-static.exp
7204 * gdb.cp/mb-ctor.exp
7205 * gdb.cp/mb-inline.exp
7206 * gdb.cp/mb-templates.exp
7207 * gdb.cp/member-name.exp
7208 * gdb.cp/member-ptr.exp
7209 * gdb.cp/meth-typedefs.exp
7210 * gdb.cp/method.exp
7211 * gdb.cp/method2.exp
7212 * gdb.cp/minsym-fallback.exp
7213 * gdb.cp/misc.exp
7214 * gdb.cp/namelessclass.exp
7215 * gdb.cp/namespace-enum.exp
7216 * gdb.cp/namespace-nested-import.exp
7217 * gdb.cp/namespace.exp
7218 * gdb.cp/nextoverthrow.exp
7219 * gdb.cp/no-dmgl-verbose.exp
7220 * gdb.cp/non-trivial-retval.exp
7221 * gdb.cp/noparam.exp
7222 * gdb.cp/nsdecl.exp
7223 * gdb.cp/nsimport.exp
7224 * gdb.cp/nsnested.exp
7225 * gdb.cp/nsnoimports.exp
7226 * gdb.cp/nsrecurs.exp
7227 * gdb.cp/nsstress.exp
7228 * gdb.cp/nsusing.exp
7229 * gdb.cp/operator.exp
7230 * gdb.cp/oranking.exp
7231 * gdb.cp/overload-const.exp
7232 * gdb.cp/overload.exp
7233 * gdb.cp/ovldbreak.exp
7234 * gdb.cp/ovsrch.exp
7235 * gdb.cp/paren-type.exp
7236 * gdb.cp/parse-lang.exp
7237 * gdb.cp/pass-by-ref.exp
7238 * gdb.cp/pr-1023.exp
7239 * gdb.cp/pr-1210.exp
7240 * gdb.cp/pr-574.exp
7241 * gdb.cp/pr10687.exp
7242 * gdb.cp/pr12028.exp
7243 * gdb.cp/pr17132.exp
7244 * gdb.cp/pr17494.exp
7245 * gdb.cp/pr9067.exp
7246 * gdb.cp/pr9167.exp
7247 * gdb.cp/pr9631.exp
7248 * gdb.cp/printmethod.exp
7249 * gdb.cp/psmang.exp
7250 * gdb.cp/psymtab-parameter.exp
7251 * gdb.cp/ptype-cv-cp.exp
7252 * gdb.cp/ptype-flags.exp
7253 * gdb.cp/re-set-overloaded.exp
7254 * gdb.cp/ref-types.exp
7255 * gdb.cp/rtti.exp
7256 * gdb.cp/scope-err.exp
7257 * gdb.cp/shadow.exp
7258 * gdb.cp/smartp.exp
7259 * gdb.cp/static-method.exp
7260 * gdb.cp/static-print-quit.exp
7261 * gdb.cp/temargs.exp
7262 * gdb.cp/templates.exp
7263 * gdb.cp/try_catch.exp
7264 * gdb.cp/typedef-operator.exp
7265 * gdb.cp/typeid.exp
7266 * gdb.cp/userdef.exp
7267 * gdb.cp/using-crash.exp
7268 * gdb.cp/var-tag.exp
7269 * gdb.cp/virtbase.exp
7270 * gdb.cp/virtfunc.exp
7271 * gdb.cp/virtfunc2.exp
7272 * gdb.cp/vla-cxx.exp
7273 * gdb.disasm/t01_mov.exp
7274 * gdb.disasm/t02_mova.exp
7275 * gdb.disasm/t03_add.exp
7276 * gdb.disasm/t04_sub.exp
7277 * gdb.disasm/t05_cmp.exp
7278 * gdb.disasm/t06_ari2.exp
7279 * gdb.disasm/t07_ari3.exp
7280 * gdb.disasm/t08_or.exp
7281 * gdb.disasm/t09_xor.exp
7282 * gdb.disasm/t10_and.exp
7283 * gdb.disasm/t11_logs.exp
7284 * gdb.disasm/t12_bit.exp
7285 * gdb.disasm/t13_otr.exp
7286 * gdb.dlang/circular.exp
7287 * gdb.dwarf2/arr-stride.exp
7288 * gdb.dwarf2/arr-subrange.exp
7289 * gdb.dwarf2/atomic-type.exp
7290 * gdb.dwarf2/bad-regnum.exp
7291 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7292 * gdb.dwarf2/callframecfa.exp
7293 * gdb.dwarf2/clztest.exp
7294 * gdb.dwarf2/corrupt.exp
7295 * gdb.dwarf2/data-loc.exp
7296 * gdb.dwarf2/dup-psym.exp
7297 * gdb.dwarf2/dw2-anon-mptr.exp
7298 * gdb.dwarf2/dw2-anonymous-func.exp
7299 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7300 * gdb.dwarf2/dw2-bad-unresolved.exp
7301 * gdb.dwarf2/dw2-basic.exp
7302 * gdb.dwarf2/dw2-canonicalize-type.exp
7303 * gdb.dwarf2/dw2-case-insensitive.exp
7304 * gdb.dwarf2/dw2-common-block.exp
7305 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7306 * gdb.dwarf2/dw2-compressed.exp
7307 * gdb.dwarf2/dw2-const.exp
7308 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7309 * gdb.dwarf2/dw2-cu-size.exp
7310 * gdb.dwarf2/dw2-dup-frame.exp
7311 * gdb.dwarf2/dw2-entry-value.exp
7312 * gdb.dwarf2/dw2-icycle.exp
7313 * gdb.dwarf2/dw2-ifort-parameter.exp
7314 * gdb.dwarf2/dw2-inline-break.exp
7315 * gdb.dwarf2/dw2-inline-param.exp
7316 * gdb.dwarf2/dw2-intercu.exp
7317 * gdb.dwarf2/dw2-intermix.exp
7318 * gdb.dwarf2/dw2-lexical-block-bare.exp
7319 * gdb.dwarf2/dw2-linkage-name-trust.exp
7320 * gdb.dwarf2/dw2-minsym-in-cu.exp
7321 * gdb.dwarf2/dw2-noloc.exp
7322 * gdb.dwarf2/dw2-op-call.exp
7323 * gdb.dwarf2/dw2-op-out-param.exp
7324 * gdb.dwarf2/dw2-opt-structptr.exp
7325 * gdb.dwarf2/dw2-param-error.exp
7326 * gdb.dwarf2/dw2-producer.exp
7327 * gdb.dwarf2/dw2-ranges-base.exp
7328 * gdb.dwarf2/dw2-ref-missing-frame.exp
7329 * gdb.dwarf2/dw2-reg-undefined.exp
7330 * gdb.dwarf2/dw2-regno-invalid.exp
7331 * gdb.dwarf2/dw2-restore.exp
7332 * gdb.dwarf2/dw2-restrict.exp
7333 * gdb.dwarf2/dw2-single-line-discriminators.exp
7334 * gdb.dwarf2/dw2-strp.exp
7335 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7336 * gdb.dwarf2/dw2-unresolved.exp
7337 * gdb.dwarf2/dw2-var-zero-addr.exp
7338 * gdb.dwarf2/dw4-sig-types.exp
7339 * gdb.dwarf2/dwz.exp
7340 * gdb.dwarf2/dynarr-ptr.exp
7341 * gdb.dwarf2/enum-type.exp
7342 * gdb.dwarf2/gdb-index.exp
7343 * gdb.dwarf2/implptr-64bit.exp
7344 * gdb.dwarf2/implptr-optimized-out.exp
7345 * gdb.dwarf2/implptr.exp
7346 * gdb.dwarf2/implref-array.exp
7347 * gdb.dwarf2/implref-const.exp
7348 * gdb.dwarf2/implref-global.exp
7349 * gdb.dwarf2/implref-struct.exp
7350 * gdb.dwarf2/mac-fileno.exp
7351 * gdb.dwarf2/main-subprogram.exp
7352 * gdb.dwarf2/member-ptr-forwardref.exp
7353 * gdb.dwarf2/method-ptr.exp
7354 * gdb.dwarf2/missing-sig-type.exp
7355 * gdb.dwarf2/nonvar-access.exp
7356 * gdb.dwarf2/opaque-type-lookup.exp
7357 * gdb.dwarf2/pieces-optimized-out.exp
7358 * gdb.dwarf2/pieces.exp
7359 * gdb.dwarf2/pr10770.exp
7360 * gdb.dwarf2/pr13961.exp
7361 * gdb.dwarf2/staticvirtual.exp
7362 * gdb.dwarf2/subrange.exp
7363 * gdb.dwarf2/symtab-producer.exp
7364 * gdb.dwarf2/trace-crash.exp
7365 * gdb.dwarf2/typeddwarf.exp
7366 * gdb.dwarf2/valop.exp
7367 * gdb.dwarf2/watch-notconst.exp
7368 * gdb.fortran/array-element.exp
7369 * gdb.fortran/charset.exp
7370 * gdb.fortran/common-block.exp
7371 * gdb.fortran/complex.exp
7372 * gdb.fortran/derived-type-function.exp
7373 * gdb.fortran/derived-type.exp
7374 * gdb.fortran/logical.exp
7375 * gdb.fortran/module.exp
7376 * gdb.fortran/multi-dim.exp
7377 * gdb.fortran/nested-funcs.exp
7378 * gdb.fortran/print-formatted.exp
7379 * gdb.fortran/subarray.exp
7380 * gdb.fortran/vla-alloc-assoc.exp
7381 * gdb.fortran/vla-datatypes.exp
7382 * gdb.fortran/vla-history.exp
7383 * gdb.fortran/vla-ptr-info.exp
7384 * gdb.fortran/vla-ptype-sub.exp
7385 * gdb.fortran/vla-ptype.exp
7386 * gdb.fortran/vla-sizeof.exp
7387 * gdb.fortran/vla-type.exp
7388 * gdb.fortran/vla-value-sub-arbitrary.exp
7389 * gdb.fortran/vla-value-sub-finish.exp
7390 * gdb.fortran/vla-value-sub.exp
7391 * gdb.fortran/vla-value.exp
7392 * gdb.fortran/whatis_type.exp
7393 * gdb.go/chan.exp
7394 * gdb.go/handcall.exp
7395 * gdb.go/hello.exp
7396 * gdb.go/integers.exp
7397 * gdb.go/methods.exp
7398 * gdb.go/package.exp
7399 * gdb.go/strings.exp
7400 * gdb.go/types.exp
7401 * gdb.go/unsafe.exp
7402 * gdb.guile/scm-arch.exp
7403 * gdb.guile/scm-block.exp
7404 * gdb.guile/scm-breakpoint.exp
7405 * gdb.guile/scm-cmd.exp
7406 * gdb.guile/scm-disasm.exp
7407 * gdb.guile/scm-equal.exp
7408 * gdb.guile/scm-frame-args.exp
7409 * gdb.guile/scm-frame-inline.exp
7410 * gdb.guile/scm-frame.exp
7411 * gdb.guile/scm-iterator.exp
7412 * gdb.guile/scm-math.exp
7413 * gdb.guile/scm-objfile.exp
7414 * gdb.guile/scm-ports.exp
7415 * gdb.guile/scm-symbol.exp
7416 * gdb.guile/scm-symtab.exp
7417 * gdb.guile/scm-value-cc.exp
7418 * gdb.guile/types-module.exp
7419 * gdb.linespec/break-ask.exp
7420 * gdb.linespec/cpexplicit.exp
7421 * gdb.linespec/explicit.exp
7422 * gdb.linespec/keywords.exp
7423 * gdb.linespec/linespec.exp
7424 * gdb.linespec/ls-dollar.exp
7425 * gdb.linespec/ls-errs.exp
7426 * gdb.linespec/skip-two.exp
7427 * gdb.linespec/thread.exp
7428 * gdb.mi/mi-async.exp
7429 * gdb.mi/mi-basics.exp
7430 * gdb.mi/mi-break.exp
7431 * gdb.mi/mi-catch-load.exp
7432 * gdb.mi/mi-cli.exp
7433 * gdb.mi/mi-cmd-param-changed.exp
7434 * gdb.mi/mi-console.exp
7435 * gdb.mi/mi-detach.exp
7436 * gdb.mi/mi-disassemble.exp
7437 * gdb.mi/mi-eval.exp
7438 * gdb.mi/mi-file-transfer.exp
7439 * gdb.mi/mi-file.exp
7440 * gdb.mi/mi-fill-memory.exp
7441 * gdb.mi/mi-inheritance-syntax-error.exp
7442 * gdb.mi/mi-linespec-err-cp.exp
7443 * gdb.mi/mi-logging.exp
7444 * gdb.mi/mi-memory-changed.exp
7445 * gdb.mi/mi-read-memory.exp
7446 * gdb.mi/mi-record-changed.exp
7447 * gdb.mi/mi-reg-undefined.exp
7448 * gdb.mi/mi-regs.exp
7449 * gdb.mi/mi-return.exp
7450 * gdb.mi/mi-reverse.exp
7451 * gdb.mi/mi-simplerun.exp
7452 * gdb.mi/mi-solib.exp
7453 * gdb.mi/mi-stack.exp
7454 * gdb.mi/mi-stepi.exp
7455 * gdb.mi/mi-syn-frame.exp
7456 * gdb.mi/mi-until.exp
7457 * gdb.mi/mi-var-block.exp
7458 * gdb.mi/mi-var-child.exp
7459 * gdb.mi/mi-var-cmd.exp
7460 * gdb.mi/mi-var-cp.exp
7461 * gdb.mi/mi-var-display.exp
7462 * gdb.mi/mi-var-invalidate.exp
7463 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7464 * gdb.mi/mi-vla-fortran.exp
7465 * gdb.mi/mi-watch.exp
7466 * gdb.mi/mi2-var-child.exp
7467 * gdb.mi/user-selected-context-sync.exp
7468 * gdb.modula2/unbounded-array.exp
7469 * gdb.multi/dummy-frame-restore.exp
7470 * gdb.multi/multi-arch-exec.exp
7471 * gdb.multi/multi-arch.exp
7472 * gdb.multi/tids.exp
7473 * gdb.multi/watchpoint-multi.exp
7474 * gdb.opencl/callfuncs.exp
7475 * gdb.opencl/convs_casts.exp
7476 * gdb.opencl/datatypes.exp
7477 * gdb.opencl/operators.exp
7478 * gdb.opencl/vec_comps.exp
7479 * gdb.opt/clobbered-registers-O2.exp
7480 * gdb.opt/inline-break.exp
7481 * gdb.opt/inline-bt.exp
7482 * gdb.opt/inline-cmds.exp
7483 * gdb.opt/inline-locals.exp
7484 * gdb.pascal/case-insensitive-symbols.exp
7485 * gdb.pascal/floats.exp
7486 * gdb.pascal/gdb11492.exp
7487 * gdb.python/lib-types.exp
7488 * gdb.python/py-arch.exp
7489 * gdb.python/py-as-string.exp
7490 * gdb.python/py-bad-printers.exp
7491 * gdb.python/py-block.exp
7492 * gdb.python/py-breakpoint-create-fail.exp
7493 * gdb.python/py-breakpoint.exp
7494 * gdb.python/py-caller-is.exp
7495 * gdb.python/py-cmd.exp
7496 * gdb.python/py-explore-cc.exp
7497 * gdb.python/py-explore.exp
7498 * gdb.python/py-finish-breakpoint.exp
7499 * gdb.python/py-finish-breakpoint2.exp
7500 * gdb.python/py-frame-args.exp
7501 * gdb.python/py-frame-inline.exp
7502 * gdb.python/py-frame.exp
7503 * gdb.python/py-framefilter-mi.exp
7504 * gdb.python/py-infthread.exp
7505 * gdb.python/py-lazy-string.exp
7506 * gdb.python/py-linetable.exp
7507 * gdb.python/py-mi-events.exp
7508 * gdb.python/py-mi-objfile.exp
7509 * gdb.python/py-mi.exp
7510 * gdb.python/py-objfile.exp
7511 * gdb.python/py-pp-integral.exp
7512 * gdb.python/py-pp-maint.exp
7513 * gdb.python/py-pp-re-notag.exp
7514 * gdb.python/py-pp-registration.exp
7515 * gdb.python/py-recurse-unwind.exp
7516 * gdb.python/py-strfns.exp
7517 * gdb.python/py-symbol.exp
7518 * gdb.python/py-symtab.exp
7519 * gdb.python/py-sync-interp.exp
7520 * gdb.python/py-typeprint.exp
7521 * gdb.python/py-unwind-maint.exp
7522 * gdb.python/py-unwind.exp
7523 * gdb.python/py-value-cc.exp
7524 * gdb.python/py-xmethods.exp
7525 * gdb.reverse/amd64-tailcall-reverse.exp
7526 * gdb.reverse/break-precsave.exp
7527 * gdb.reverse/break-reverse.exp
7528 * gdb.reverse/consecutive-precsave.exp
7529 * gdb.reverse/consecutive-reverse.exp
7530 * gdb.reverse/finish-precsave.exp
7531 * gdb.reverse/finish-reverse-bkpt.exp
7532 * gdb.reverse/finish-reverse.exp
7533 * gdb.reverse/fstatat-reverse.exp
7534 * gdb.reverse/getresuid-reverse.exp
7535 * gdb.reverse/i386-precsave.exp
7536 * gdb.reverse/i386-reverse.exp
7537 * gdb.reverse/i386-sse-reverse.exp
7538 * gdb.reverse/i387-env-reverse.exp
7539 * gdb.reverse/i387-stack-reverse.exp
7540 * gdb.reverse/insn-reverse.exp
7541 * gdb.reverse/machinestate-precsave.exp
7542 * gdb.reverse/machinestate.exp
7543 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7544 * gdb.reverse/pipe-reverse.exp
7545 * gdb.reverse/readv-reverse.exp
7546 * gdb.reverse/recvmsg-reverse.exp
7547 * gdb.reverse/rerun-prec.exp
7548 * gdb.reverse/s390-mvcle.exp
7549 * gdb.reverse/step-precsave.exp
7550 * gdb.reverse/step-reverse.exp
7551 * gdb.reverse/time-reverse.exp
7552 * gdb.reverse/until-precsave.exp
7553 * gdb.reverse/until-reverse.exp
7554 * gdb.reverse/waitpid-reverse.exp
7555 * gdb.reverse/watch-precsave.exp
7556 * gdb.reverse/watch-reverse.exp
7557 * gdb.rust/generics.exp
7558 * gdb.rust/methods.exp
7559 * gdb.rust/modules.exp
7560 * gdb.rust/simple.exp
7561 * gdb.server/connect-with-no-symbol-file.exp
7562 * gdb.server/ext-attach.exp
7563 * gdb.server/ext-restart.exp
7564 * gdb.server/ext-wrapper.exp
7565 * gdb.server/file-transfer.exp
7566 * gdb.server/server-exec-info.exp
7567 * gdb.server/server-kill.exp
7568 * gdb.server/server-mon.exp
7569 * gdb.server/wrapper.exp
7570 * gdb.stabs/exclfwd.exp
7571 * gdb.stabs/gdb11479.exp
7572 * gdb.threads/clone-new-thread-event.exp
7573 * gdb.threads/corethreads.exp
7574 * gdb.threads/current-lwp-dead.exp
7575 * gdb.threads/dlopen-libpthread.exp
7576 * gdb.threads/gcore-thread.exp
7577 * gdb.threads/sigstep-threads.exp
7578 * gdb.threads/watchpoint-fork.exp
7579 * gdb.trace/actions-changed.exp
7580 * gdb.trace/backtrace.exp
7581 * gdb.trace/change-loc.exp
7582 * gdb.trace/circ.exp
7583 * gdb.trace/collection.exp
7584 * gdb.trace/disconnected-tracing.exp
7585 * gdb.trace/ftrace.exp
7586 * gdb.trace/mi-trace-frame-collected.exp
7587 * gdb.trace/mi-trace-unavailable.exp
7588 * gdb.trace/mi-traceframe-changed.exp
7589 * gdb.trace/mi-tsv-changed.exp
7590 * gdb.trace/no-attach-trace.exp
7591 * gdb.trace/passc-dyn.exp
7592 * gdb.trace/qtro.exp
7593 * gdb.trace/range-stepping.exp
7594 * gdb.trace/read-memory.exp
7595 * gdb.trace/save-trace.exp
7596 * gdb.trace/signal.exp
7597 * gdb.trace/status-stop.exp
7598 * gdb.trace/tfile.exp
7599 * gdb.trace/trace-break.exp
7600 * gdb.trace/trace-buffer-size.exp
7601 * gdb.trace/trace-condition.exp
7602 * gdb.trace/tracefile-pseudo-reg.exp
7603 * gdb.trace/tstatus.exp
7604 * gdb.trace/unavailable.exp
7605 * gdb.trace/while-dyn.exp
7606 * gdb.trace/while-stepping.exp
7607
7608 2016-12-22 Doug Evans <xdje42@gmail.com>
7609
7610 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7611 and msymbols.
7612
7613 2016-12-19 Yao Qi <yao.qi@linaro.org>
7614
7615 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7616 (test_with_self): Don't call do_steps_and_nexts, and remove
7617 code about stepping into xmalloc.
7618
7619 2016-12-09 Yao Qi <yao.qi@linaro.org>
7620
7621 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7622
7623 2016-12-09 Yao Qi <yao.qi@linaro.org>
7624
7625 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7626
7627 2016-12-09 Pedro Alves <palves@redhat.com>
7628
7629 * gdb.base/all-architectures-0.exp: New file.
7630 * gdb.base/all-architectures-1.exp: New file.
7631 * gdb.base/all-architectures-2.exp: New file.
7632 * gdb.base/all-architectures-3.exp: New file.
7633 * gdb.base/all-architectures-4.exp: New file.
7634 * gdb.base/all-architectures-5.exp: New file.
7635 * gdb.base/all-architectures-6.exp: New file.
7636 * gdb.base/all-architectures-7.exp: New file.
7637 * gdb.base/all-architectures.exp.in: New file.
7638
7639 2016-12-09 Yao Qi <yao.qi@linaro.org>
7640
7641 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7642
7643 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7644
7645 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7646 possible.
7647 Remove useless pattern-matching code.
7648
7649 2016-12-02 Pedro Alves <palves@redhat.com>
7650
7651 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7652 procedure.
7653 (top level): Call it.
7654
7655 2016-12-02 Pedro Alves <palves@redhat.com>
7656
7657 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7658 New procedure.
7659 (top level): Call it.
7660
7661 2016-12-02 Pedro Alves <palves@redhat.com>
7662
7663 PR cli/20559
7664 * gdb.base/commands.exp (user_defined_command_args_eval): New
7665 procedure.
7666 (top level): Call it.
7667
7668 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7669
7670 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7671 timeout handling.
7672
7673 2016-12-02 Tom Tromey <tom@tromey.com>
7674
7675 * gdb.dwarf2/main-subprogram.c: New file.
7676 * gdb.dwarf2/main-subprogram.exp: New file.
7677
7678 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7679
7680 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7681 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7682 gdb_test_no_output for a couple of cases.
7683 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7684
7685 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7686
7687 Fix test names and standardize compilation error messages throughout
7688 the following files:
7689
7690 * gdb.ada/start.exp
7691 * gdb.arch/alpha-step.exp
7692 * gdb.arch/e500-prologue.exp
7693 * gdb.arch/ftrace-insn-reloc.exp
7694 * gdb.arch/gdb1291.exp
7695 * gdb.arch/gdb1431.exp
7696 * gdb.arch/gdb1558.exp
7697 * gdb.arch/i386-dr3-watch.exp
7698 * gdb.arch/i386-sse-stack-align.exp
7699 * gdb.arch/ia64-breakpoint-shadow.exp
7700 * gdb.arch/pa-nullify.exp
7701 * gdb.arch/powerpc-aix-prologue.exp
7702 * gdb.arch/thumb-bx-pc.exp
7703 * gdb.base/annota1.exp
7704 * gdb.base/annota3.exp
7705 * gdb.base/arrayidx.exp
7706 * gdb.base/assign.exp
7707 * gdb.base/attach.exp
7708 * gdb.base/auxv.exp
7709 * gdb.base/bang.exp
7710 * gdb.base/bfp-test.exp
7711 * gdb.base/bigcore.exp
7712 * gdb.base/bitfields2.exp
7713 * gdb.base/break-fun-addr.exp
7714 * gdb.base/break-probes.exp
7715 * gdb.base/call-rt-st.exp
7716 * gdb.base/callexit.exp
7717 * gdb.base/catch-fork-kill.exp
7718 * gdb.base/charset.exp
7719 * gdb.base/checkpoint.exp
7720 * gdb.base/comprdebug.exp
7721 * gdb.base/constvars.exp
7722 * gdb.base/coredump-filter.exp
7723 * gdb.base/cursal.exp
7724 * gdb.base/cvexpr.exp
7725 * gdb.base/detach.exp
7726 * gdb.base/display.exp
7727 * gdb.base/dmsym.exp
7728 * gdb.base/dprintf-pending.exp
7729 * gdb.base/dso2dso.exp
7730 * gdb.base/dtrace-probe.exp
7731 * gdb.base/dump.exp
7732 * gdb.base/enum_cond.exp
7733 * gdb.base/exe-lock.exp
7734 * gdb.base/exec-invalid-sysroot.exp
7735 * gdb.base/execl-update-breakpoints.exp
7736 * gdb.base/exprs.exp
7737 * gdb.base/fileio.exp
7738 * gdb.base/find.exp
7739 * gdb.base/finish.exp
7740 * gdb.base/fixsection.exp
7741 * gdb.base/foll-vfork.exp
7742 * gdb.base/frame-args.exp
7743 * gdb.base/gcore.exp
7744 * gdb.base/gdb1250.exp
7745 * gdb.base/global-var-nested-by-dso.exp
7746 * gdb.base/gnu-ifunc.exp
7747 * gdb.base/hashline1.exp
7748 * gdb.base/hashline2.exp
7749 * gdb.base/hashline3.exp
7750 * gdb.base/hbreak-in-shr-unsupported.exp
7751 * gdb.base/huge.exp
7752 * gdb.base/infcall-input.exp
7753 * gdb.base/info-fun.exp
7754 * gdb.base/info-shared.exp
7755 * gdb.base/jit-simple.exp
7756 * gdb.base/jit-so.exp
7757 * gdb.base/jit.exp
7758 * gdb.base/jump.exp
7759 * gdb.base/label.exp
7760 * gdb.base/lineinc.exp
7761 * gdb.base/logical.exp
7762 * gdb.base/longjmp.exp
7763 * gdb.base/macscp.exp
7764 * gdb.base/miscexprs.exp
7765 * gdb.base/new-ui-echo.exp
7766 * gdb.base/new-ui-pending-input.exp
7767 * gdb.base/new-ui.exp
7768 * gdb.base/nodebug.exp
7769 * gdb.base/nofield.exp
7770 * gdb.base/offsets.exp
7771 * gdb.base/overlays.exp
7772 * gdb.base/pending.exp
7773 * gdb.base/pointers.exp
7774 * gdb.base/pr11022.exp
7775 * gdb.base/printcmds.exp
7776 * gdb.base/prologue.exp
7777 * gdb.base/ptr-typedef.exp
7778 * gdb.base/realname-expand.exp
7779 * gdb.base/relativedebug.exp
7780 * gdb.base/relocate.exp
7781 * gdb.base/remote.exp
7782 * gdb.base/reread.exp
7783 * gdb.base/return2.exp
7784 * gdb.base/savedregs.exp
7785 * gdb.base/sep.exp
7786 * gdb.base/sepdebug.exp
7787 * gdb.base/sepsymtab.exp
7788 * gdb.base/set-inferior-tty.exp
7789 * gdb.base/setshow.exp
7790 * gdb.base/shlib-call.exp
7791 * gdb.base/sigaltstack.exp
7792 * gdb.base/siginfo-addr.exp
7793 * gdb.base/signals.exp
7794 * gdb.base/signull.exp
7795 * gdb.base/sigrepeat.exp
7796 * gdb.base/so-impl-ld.exp
7797 * gdb.base/solib-display.exp
7798 * gdb.base/solib-overlap.exp
7799 * gdb.base/solib-search.exp
7800 * gdb.base/solib-symbol.exp
7801 * gdb.base/structs.exp
7802 * gdb.base/structs2.exp
7803 * gdb.base/symtab-search-order.exp
7804 * gdb.base/twice.exp
7805 * gdb.base/unload.exp
7806 * gdb.base/varargs.exp
7807 * gdb.base/watchpoint-solib.exp
7808 * gdb.base/watchpoint.exp
7809 * gdb.base/whatis.exp
7810 * gdb.base/wrong_frame_bt_full.exp
7811 * gdb.btrace/dlopen.exp
7812 * gdb.cell/ea-standalone.exp
7813 * gdb.cell/ea-test.exp
7814 * gdb.cp/dispcxx.exp
7815 * gdb.cp/gdb2384.exp
7816 * gdb.cp/method2.exp
7817 * gdb.cp/nextoverthrow.exp
7818 * gdb.cp/pr10728.exp
7819 * gdb.disasm/am33.exp
7820 * gdb.disasm/h8300s.exp
7821 * gdb.disasm/mn10300.exp
7822 * gdb.disasm/sh3.exp
7823 * gdb.dwarf2/dw2-dir-file-name.exp
7824 * gdb.fortran/complex.exp
7825 * gdb.fortran/library-module.exp
7826 * gdb.guile/scm-pretty-print.exp
7827 * gdb.guile/scm-symbol.exp
7828 * gdb.guile/scm-type.exp
7829 * gdb.guile/scm-value.exp
7830 * gdb.linespec/linespec.exp
7831 * gdb.mi/gdb701.exp
7832 * gdb.mi/gdb792.exp
7833 * gdb.mi/mi-breakpoint-changed.exp
7834 * gdb.mi/mi-dprintf-pending.exp
7835 * gdb.mi/mi-dprintf.exp
7836 * gdb.mi/mi-exit-code.exp
7837 * gdb.mi/mi-pending.exp
7838 * gdb.mi/mi-solib.exp
7839 * gdb.mi/new-ui-mi-sync.exp
7840 * gdb.mi/pr11022.exp
7841 * gdb.mi/user-selected-context-sync.exp
7842 * gdb.opt/solib-intra-step.exp
7843 * gdb.python/py-events.exp
7844 * gdb.python/py-finish-breakpoint.exp
7845 * gdb.python/py-mi.exp
7846 * gdb.python/py-prettyprint.exp
7847 * gdb.python/py-shared.exp
7848 * gdb.python/py-symbol.exp
7849 * gdb.python/py-template.exp
7850 * gdb.python/py-type.exp
7851 * gdb.python/py-value.exp
7852 * gdb.reverse/solib-precsave.exp
7853 * gdb.reverse/solib-reverse.exp
7854 * gdb.server/solib-list.exp
7855 * gdb.stabs/weird.exp
7856 * gdb.threads/reconnect-signal.exp
7857 * gdb.threads/stepi-random-signal.exp
7858 * gdb.trace/actions.exp
7859 * gdb.trace/ax.exp
7860 * gdb.trace/backtrace.exp
7861 * gdb.trace/change-loc.exp
7862 * gdb.trace/deltrace.exp
7863 * gdb.trace/ftrace-lock.exp
7864 * gdb.trace/ftrace.exp
7865 * gdb.trace/infotrace.exp
7866 * gdb.trace/mi-tracepoint-changed.exp
7867 * gdb.trace/packetlen.exp
7868 * gdb.trace/passcount.exp
7869 * gdb.trace/pending.exp
7870 * gdb.trace/range-stepping.exp
7871 * gdb.trace/report.exp
7872 * gdb.trace/stap-trace.exp
7873 * gdb.trace/tfind.exp
7874 * gdb.trace/trace-break.exp
7875 * gdb.trace/trace-condition.exp
7876 * gdb.trace/trace-enable-disable.exp
7877 * gdb.trace/trace-mt.exp
7878 * gdb.trace/tracecmd.exp
7879 * gdb.trace/tspeed.exp
7880 * gdb.trace/tsv.exp
7881 * lib/perftest.exp
7882
7883 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7884
7885 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7886 with gdb_test_no_output.
7887 Use command as test name.
7888
7889 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7890
7891 Fix test names starting with uppercase throughout the files.
7892
7893 * gdb.ada/assign_1.exp
7894 * gdb.ada/boolean_expr.exp
7895 * gdb.base/arrayidx.exp
7896 * gdb.base/del.exp
7897 * gdb.base/gcore-buffer-overflow.exp
7898 * gdb.base/testenv.exp
7899 * gdb.compile/compile.exp
7900 * gdb.python/py-framefilter-invalidarg.exp
7901 * gdb.python/py-framefilter.exp
7902
7903 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7904
7905 Fix test names starting with uppercase throughout the files.
7906
7907 * gdb.ada/array_return.exp
7908 * gdb.ada/expr_delims.exp
7909 * gdb.ada/mi_dyn_arr.exp
7910 * gdb.ada/mi_interface.exp
7911 * gdb.ada/mi_var_array.exp
7912 * gdb.ada/watch_arg.exp
7913 * gdb.arch/alpha-step.exp
7914 * gdb.arch/altivec-regs.exp
7915 * gdb.arch/e500-regs.exp
7916 * gdb.arch/powerpc-d128-regs.exp
7917 * gdb.base/arrayidx.exp
7918 * gdb.base/break.exp
7919 * gdb.base/checkpoint.exp
7920 * gdb.base/debug-expr.exp
7921 * gdb.base/dmsym.exp
7922 * gdb.base/radix.exp
7923 * gdb.base/sepdebug.exp
7924 * gdb.base/testenv.exp
7925 * gdb.base/watch_thread_num.exp
7926 * gdb.base/watchpoint-cond-gone.exp
7927 * gdb.cell/break.exp
7928 * gdb.cell/ea-cache.exp
7929 * gdb.compile/compile.exp
7930 * gdb.cp/gdb2495.exp
7931 * gdb.gdb/selftest.exp
7932 * gdb.gdb/xfullpath.exp
7933 * gdb.go/hello.exp
7934 * gdb.go/integers.exp
7935 * gdb.objc/basicclass.exp
7936 * gdb.pascal/hello.exp
7937 * gdb.pascal/integers.exp
7938 * gdb.python/py-breakpoint.exp
7939 * gdb.python/py-cmd.exp
7940 * gdb.python/py-linetable.exp
7941 * gdb.python/py-xmethods.exp
7942 * gdb.python/python.exp
7943 * gdb.reverse/consecutive-precsave.exp
7944 * gdb.reverse/finish-precsave.exp
7945 * gdb.reverse/i386-precsave.exp
7946 * gdb.reverse/machinestate-precsave.exp
7947 * gdb.reverse/sigall-precsave.exp
7948 * gdb.reverse/solib-precsave.exp
7949 * gdb.reverse/step-precsave.exp
7950 * gdb.reverse/until-precsave.exp
7951 * gdb.reverse/watch-precsave.exp
7952 * gdb.threads/leader-exit.exp
7953 * gdb.threads/pthreads.exp
7954 * gdb.threads/wp-replication.exp
7955 * gdb.trace/actions.exp
7956 * gdb.trace/mi-tsv-changed.exp
7957 * gdb.trace/tsv.exp
7958
7959 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7960
7961 Fix test names starting with uppercase throughout the files.
7962
7963 * gdb.arch/i386-bp_permanent.exp
7964 * gdb.arch/i386-gnu-cfi.exp
7965 * gdb.base/disasm-end-cu.exp
7966 * gdb.base/macscp.exp
7967 * gdb.base/pending.exp
7968 * gdb.base/watch_thread_num.exp
7969 * gdb.cp/exception.exp
7970 * gdb.cp/gdb2495.exp
7971 * gdb.cp/local.exp
7972 * gdb.python/py-evsignal.exp
7973 * gdb.python/python.exp
7974 * gdb.trace/tracecmd.exp
7975
7976 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7977
7978 Fix test names starting with uppercase throughout the files.
7979
7980 * gdb.base/charset.exp
7981 * gdb.base/eval.exp
7982 * gdb.base/multi-forks.exp
7983 * gdb.guile/scm-progspace.exp
7984 * gdb.opencl/datatypes.exp
7985 * gdb.python/py-block.exp
7986 * gdb.python/py-function.exp
7987 * gdb.python/py-symbol.exp
7988 * gdb.python/py-symtab.exp
7989 * gdb.python/py-xmethods.exp
7990 * gdb.reverse/break-precsave.exp
7991 * gdb.reverse/break-reverse.exp
7992 * gdb.reverse/consecutive-precsave.exp
7993 * gdb.reverse/consecutive-reverse.exp
7994 * gdb.reverse/finish-precsave.exp
7995 * gdb.reverse/finish-reverse-bkpt.exp
7996 * gdb.reverse/finish-reverse.exp
7997 * gdb.reverse/fstatat-reverse.exp
7998 * gdb.reverse/getresuid-reverse.exp
7999 * gdb.reverse/i386-precsave.exp
8000 * gdb.reverse/i386-reverse.exp
8001 * gdb.reverse/i386-sse-reverse.exp
8002 * gdb.reverse/i387-stack-reverse.exp
8003 * gdb.reverse/insn-reverse.exp
8004 * gdb.reverse/machinestate-precsave.exp
8005 * gdb.reverse/machinestate.exp
8006 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8007 * gdb.reverse/pipe-reverse.exp
8008 * gdb.reverse/readv-reverse.exp
8009 * gdb.reverse/recvmsg-reverse.exp
8010 * gdb.reverse/rerun-prec.exp
8011 * gdb.reverse/s390-mvcle.exp
8012 * gdb.reverse/sigall-precsave.exp
8013 * gdb.reverse/sigall-reverse.exp
8014 * gdb.reverse/solib-precsave.exp
8015 * gdb.reverse/solib-reverse.exp
8016 * gdb.reverse/step-precsave.exp
8017 * gdb.reverse/step-reverse.exp
8018 * gdb.reverse/time-reverse.exp
8019 * gdb.reverse/until-precsave.exp
8020 * gdb.reverse/until-reverse.exp
8021 * gdb.reverse/waitpid-reverse.exp
8022 * gdb.reverse/watch-precsave.exp
8023 * gdb.reverse/watch-reverse.exp
8024
8025 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8026
8027 Fix test names starting with uppercase throughout the files.
8028
8029 * gdb.arch/i386-mpx-simple_segv.exp
8030 * gdb.arch/i386-mpx.exp
8031 * gdb.arch/i386-permbkpt.exp
8032 * gdb.arch/pa-nullify.exp
8033 * gdb.arch/powerpc-d128-regs.exp
8034 * gdb.arch/vsx-regs.exp
8035 * gdb.base/bfp-test.exp
8036 * gdb.base/break.exp
8037 * gdb.base/breakpoint-shadow.exp
8038 * gdb.base/callfuncs.exp
8039 * gdb.base/charset.exp
8040 * gdb.base/commands.exp
8041 * gdb.base/completion.exp
8042 * gdb.base/dfp-test.exp
8043 * gdb.base/echo.exp
8044 * gdb.base/ending-run.exp
8045 * gdb.base/eval.exp
8046 * gdb.base/expand-psymtabs.exp
8047 * gdb.base/float128.exp
8048 * gdb.base/floatn.exp
8049 * gdb.base/foll-exec-mode.exp
8050 * gdb.base/gdb1056.exp
8051 * gdb.base/gdb11531.exp
8052 * gdb.base/kill-after-signal.exp
8053 * gdb.base/multi-forks.exp
8054 * gdb.base/overlays.exp
8055 * gdb.base/pending.exp
8056 * gdb.base/sepdebug.exp
8057 * gdb.base/testenv.exp
8058 * gdb.base/valgrind-db-attach.exp
8059 * gdb.base/watch_thread_num.exp
8060 * gdb.base/watchpoint-cond-gone.exp
8061 * gdb.base/watchpoint.exp
8062 * gdb.base/watchpoints.exp
8063 * gdb.cp/arg-reference.exp
8064 * gdb.cp/baseenum.exp
8065 * gdb.cp/operator.exp
8066 * gdb.cp/shadow.exp
8067 * gdb.dwarf2/dw2-op-out-param.exp
8068 * gdb.dwarf2/dw2-reg-undefined.exp
8069 * gdb.go/chan.exp
8070 * gdb.go/hello.exp
8071 * gdb.go/integers.exp
8072 * gdb.go/methods.exp
8073 * gdb.go/package.exp
8074 * gdb.guile/scm-parameter.exp
8075 * gdb.guile/scm-progspace.exp
8076 * gdb.guile/scm-value.exp
8077 * gdb.mi/mi-pending.exp
8078 * gdb.mi/user-selected-context-sync.exp
8079 * gdb.multi/multi-attach.exp
8080 * gdb.multi/tids.exp
8081 * gdb.opt/clobbered-registers-O2.exp
8082 * gdb.pascal/floats.exp
8083 * gdb.pascal/integers.exp
8084 * gdb.python/py-block.exp
8085 * gdb.python/py-events.exp
8086 * gdb.python/py-parameter.exp
8087 * gdb.python/py-symbol.exp
8088 * gdb.python/py-symtab.exp
8089 * gdb.python/py-type.exp
8090 * gdb.python/py-value.exp
8091 * gdb.python/py-xmethods.exp
8092 * gdb.python/python.exp
8093 * gdb.reverse/break-precsave.exp
8094 * gdb.reverse/consecutive-precsave.exp
8095 * gdb.reverse/finish-precsave.exp
8096 * gdb.reverse/i386-precsave.exp
8097 * gdb.reverse/machinestate-precsave.exp
8098 * gdb.reverse/sigall-precsave.exp
8099 * gdb.reverse/solib-precsave.exp
8100 * gdb.reverse/step-precsave.exp
8101 * gdb.reverse/until-precsave.exp
8102 * gdb.reverse/watch-precsave.exp
8103 * gdb.server/ext-attach.exp
8104 * gdb.server/ext-restart.exp
8105 * gdb.server/ext-run.exp
8106 * gdb.server/ext-wrapper.exp
8107 * gdb.stabs/gdb11479.exp
8108 * gdb.stabs/weird.exp
8109 * gdb.threads/attach-many-short-lived-threads.exp
8110 * gdb.threads/kill.exp
8111 * gdb.threads/watchpoint-fork.exp
8112
8113 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8114
8115 Fix test names starting with uppercase throughout all the files below.
8116
8117 * gdb.ada/array_return.exp
8118 * gdb.ada/catch_ex.exp
8119 * gdb.ada/info_exc.exp
8120 * gdb.ada/mi_catch_ex.exp
8121 * gdb.ada/mi_dyn_arr.exp
8122 * gdb.ada/mi_ex_cond.exp
8123 * gdb.ada/mi_exc_info.exp
8124 * gdb.ada/mi_interface.exp
8125 * gdb.ada/mi_task_arg.exp
8126 * gdb.ada/mi_task_info.exp
8127 * gdb.ada/mi_var_array.exp
8128 * gdb.arch/alpha-step.exp
8129 * gdb.arch/amd64-disp-step.exp
8130 * gdb.arch/arm-disp-step.exp
8131 * gdb.arch/disp-step-insn-reloc.exp
8132 * gdb.arch/e500-prologue.exp
8133 * gdb.arch/ftrace-insn-reloc.exp
8134 * gdb.arch/gdb1558.exp
8135 * gdb.arch/i386-bp_permanent.exp
8136 * gdb.arch/i386-disp-step.exp
8137 * gdb.arch/i386-float.exp
8138 * gdb.arch/i386-gnu-cfi.exp
8139 * gdb.arch/ia64-breakpoint-shadow.exp
8140 * gdb.arch/mips16-thunks.exp
8141 * gdb.arch/pa-nullify.exp
8142 * gdb.arch/powerpc-aix-prologue.exp
8143 * gdb.arch/powerpc-power.exp
8144 * gdb.arch/ppc-dfp.exp
8145 * gdb.arch/s390-tdbregs.exp
8146 * gdb.arch/spu-info.exp
8147 * gdb.arch/spu-ls.exp
8148 * gdb.arch/thumb-bx-pc.exp
8149 * gdb.base/advance.exp
8150 * gdb.base/annota-input-while-running.exp
8151 * gdb.base/arrayidx.exp
8152 * gdb.base/asmlabel.exp
8153 * gdb.base/async.exp
8154 * gdb.base/attach-wait-input.exp
8155 * gdb.base/auto-connect-native-target.exp
8156 * gdb.base/batch-preserve-term-settings.exp
8157 * gdb.base/bfp-test.exp
8158 * gdb.base/bigcore.exp
8159 * gdb.base/bp-permanent.exp
8160 * gdb.base/break-always.exp
8161 * gdb.base/break-fun-addr.exp
8162 * gdb.base/break-idempotent.exp
8163 * gdb.base/break-main-file-remove-fail.exp
8164 * gdb.base/break-probes.exp
8165 * gdb.base/break-unload-file.exp
8166 * gdb.base/break.exp
8167 * gdb.base/call-ar-st.exp
8168 * gdb.base/call-rt-st.exp
8169 * gdb.base/call-sc.exp
8170 * gdb.base/call-signal-resume.exp
8171 * gdb.base/call-strs.exp
8172 * gdb.base/callexit.exp
8173 * gdb.base/callfuncs.exp
8174 * gdb.base/catch-gdb-caused-signals.exp
8175 * gdb.base/catch-signal-siginfo-cond.exp
8176 * gdb.base/catch-syscall.exp
8177 * gdb.base/compare-sections.exp
8178 * gdb.base/cond-eval-mode.exp
8179 * gdb.base/condbreak-call-false.exp
8180 * gdb.base/consecutive-step-over.exp
8181 * gdb.base/cursal.exp
8182 * gdb.base/disabled-location.exp
8183 * gdb.base/disasm-end-cu.exp
8184 * gdb.base/display.exp
8185 * gdb.base/double-prompt-target-event-error.exp
8186 * gdb.base/dprintf-bp-same-addr.exp
8187 * gdb.base/dprintf-detach.exp
8188 * gdb.base/dprintf-next.exp
8189 * gdb.base/dprintf-non-stop.exp
8190 * gdb.base/dprintf-pending.exp
8191 * gdb.base/dso2dso.exp
8192 * gdb.base/ending-run.exp
8193 * gdb.base/enum_cond.exp
8194 * gdb.base/examine-backward.exp
8195 * gdb.base/exe-lock.exp
8196 * gdb.base/exec-invalid-sysroot.exp
8197 * gdb.base/execl-update-breakpoints.exp
8198 * gdb.base/execution-termios.exp
8199 * gdb.base/fileio.exp
8200 * gdb.base/fixsection.exp
8201 * gdb.base/foll-exec-mode.exp
8202 * gdb.base/foll-exec.exp
8203 * gdb.base/fork-running-state.exp
8204 * gdb.base/frame-args.exp
8205 * gdb.base/fullpath-expand.exp
8206 * gdb.base/func-ptr.exp
8207 * gdb.base/gcore-relro-pie.exp
8208 * gdb.base/gdb1090.exp
8209 * gdb.base/gdb1555.exp
8210 * gdb.base/global-var-nested-by-dso.exp
8211 * gdb.base/gnu-ifunc.exp
8212 * gdb.base/hbreak-in-shr-unsupported.exp
8213 * gdb.base/hbreak-unmapped.exp
8214 * gdb.base/hook-stop.exp
8215 * gdb.base/infcall-input.exp
8216 * gdb.base/info-fun.exp
8217 * gdb.base/info-shared.exp
8218 * gdb.base/interrupt-noterm.exp
8219 * gdb.base/jit-so.exp
8220 * gdb.base/jit.exp
8221 * gdb.base/line-symtabs.exp
8222 * gdb.base/list.exp
8223 * gdb.base/longjmp.exp
8224 * gdb.base/macscp.exp
8225 * gdb.base/max-value-size.exp
8226 * gdb.base/nodebug.exp
8227 * gdb.base/nofield.exp
8228 * gdb.base/overlays.exp
8229 * gdb.base/paginate-after-ctrl-c-running.exp
8230 * gdb.base/paginate-bg-execution.exp
8231 * gdb.base/paginate-inferior-exit.exp
8232 * gdb.base/pending.exp
8233 * gdb.base/pr11022.exp
8234 * gdb.base/printcmds.exp
8235 * gdb.base/ptr-typedef.exp
8236 * gdb.base/ptype.exp
8237 * gdb.base/randomize.exp
8238 * gdb.base/range-stepping.exp
8239 * gdb.base/realname-expand.exp
8240 * gdb.base/relativedebug.exp
8241 * gdb.base/remote.exp
8242 * gdb.base/savedregs.exp
8243 * gdb.base/sepdebug.exp
8244 * gdb.base/set-noassign.exp
8245 * gdb.base/shlib-call.exp
8246 * gdb.base/shreloc.exp
8247 * gdb.base/sigaltstack.exp
8248 * gdb.base/sigbpt.exp
8249 * gdb.base/siginfo-addr.exp
8250 * gdb.base/siginfo-obj.exp
8251 * gdb.base/siginfo-thread.exp
8252 * gdb.base/signest.exp
8253 * gdb.base/signull.exp
8254 * gdb.base/sigrepeat.exp
8255 * gdb.base/skip.exp
8256 * gdb.base/so-impl-ld.exp
8257 * gdb.base/solib-corrupted.exp
8258 * gdb.base/solib-disc.exp
8259 * gdb.base/solib-display.exp
8260 * gdb.base/solib-overlap.exp
8261 * gdb.base/solib-search.exp
8262 * gdb.base/solib-symbol.exp
8263 * gdb.base/source-execution.exp
8264 * gdb.base/sss-bp-on-user-bp-2.exp
8265 * gdb.base/sss-bp-on-user-bp.exp
8266 * gdb.base/stack-checking.exp
8267 * gdb.base/stale-infcall.exp
8268 * gdb.base/step-break.exp
8269 * gdb.base/step-line.exp
8270 * gdb.base/step-over-exit.exp
8271 * gdb.base/step-test.exp
8272 * gdb.base/structs.exp
8273 * gdb.base/sym-file.exp
8274 * gdb.base/symtab-search-order.exp
8275 * gdb.base/term.exp
8276 * gdb.base/type-opaque.exp
8277 * gdb.base/unload.exp
8278 * gdb.base/until-nodebug.exp
8279 * gdb.base/until.exp
8280 * gdb.base/unwindonsignal.exp
8281 * gdb.base/watch-cond.exp
8282 * gdb.base/watch-non-mem.exp
8283 * gdb.base/watch_thread_num.exp
8284 * gdb.base/watchpoint-reuse-slot.exp
8285 * gdb.base/watchpoint-solib.exp
8286 * gdb.base/watchpoint.exp
8287 * gdb.btrace/dlopen.exp
8288 * gdb.cell/arch.exp
8289 * gdb.cell/break.exp
8290 * gdb.cell/bt.exp
8291 * gdb.cell/core.exp
8292 * gdb.cell/data.exp
8293 * gdb.cell/dwarfaddr.exp
8294 * gdb.cell/ea-cache.exp
8295 * gdb.cell/ea-standalone.exp
8296 * gdb.cell/ea-test.exp
8297 * gdb.cell/f-regs.exp
8298 * gdb.cell/fork.exp
8299 * gdb.cell/gcore.exp
8300 * gdb.cell/mem-access.exp
8301 * gdb.cell/ptype.exp
8302 * gdb.cell/registers.exp
8303 * gdb.cell/sizeof.exp
8304 * gdb.cell/solib-symbol.exp
8305 * gdb.cell/solib.exp
8306 * gdb.compile/compile-tls.exp
8307 * gdb.cp/exception.exp
8308 * gdb.cp/gdb2495.exp
8309 * gdb.cp/local.exp
8310 * gdb.cp/mb-inline.exp
8311 * gdb.cp/mb-templates.exp
8312 * gdb.cp/pr10687.exp
8313 * gdb.cp/pr9167.exp
8314 * gdb.cp/scope-err.exp
8315 * gdb.cp/templates.exp
8316 * gdb.cp/virtfunc.exp
8317 * gdb.dwarf2/dw2-dir-file-name.exp
8318 * gdb.dwarf2/dw2-single-line-discriminators.exp
8319 * gdb.fortran/complex.exp
8320 * gdb.fortran/library-module.exp
8321 * gdb.guile/guile.exp
8322 * gdb.guile/scm-cmd.exp
8323 * gdb.guile/scm-frame-inline.exp
8324 * gdb.guile/scm-objfile.exp
8325 * gdb.guile/scm-pretty-print.exp
8326 * gdb.guile/scm-symbol.exp
8327 * gdb.guile/scm-type.exp
8328 * gdb.guile/scm-value.exp
8329 * gdb.linespec/keywords.exp
8330 * gdb.linespec/ls-errs.exp
8331 * gdb.linespec/macro-relative.exp
8332 * gdb.linespec/thread.exp
8333 * gdb.mi/mi-breakpoint-changed.exp
8334 * gdb.mi/mi-dprintf-pending.exp
8335 * gdb.mi/mi-fullname-deleted.exp
8336 * gdb.mi/mi-logging.exp
8337 * gdb.mi/mi-pending.exp
8338 * gdb.mi/mi-solib.exp
8339 * gdb.mi/new-ui-mi-sync.exp
8340 * gdb.mi/user-selected-context-sync.exp
8341 * gdb.multi/dummy-frame-restore.exp
8342 * gdb.multi/multi-arch-exec.exp
8343 * gdb.multi/remove-inferiors.exp
8344 * gdb.multi/watchpoint-multi-exit.exp
8345 * gdb.opt/solib-intra-step.exp
8346 * gdb.perf/backtrace.exp
8347 * gdb.perf/single-step.exp
8348 * gdb.perf/skip-command.exp
8349 * gdb.perf/skip-prologue.exp
8350 * gdb.perf/solib.exp
8351 * gdb.python/lib-types.exp
8352 * gdb.python/py-as-string.exp
8353 * gdb.python/py-bad-printers.exp
8354 * gdb.python/py-block.exp
8355 * gdb.python/py-breakpoint.exp
8356 * gdb.python/py-cmd.exp
8357 * gdb.python/py-events.exp
8358 * gdb.python/py-evthreads.exp
8359 * gdb.python/py-finish-breakpoint.exp
8360 * gdb.python/py-finish-breakpoint2.exp
8361 * gdb.python/py-frame-inline.exp
8362 * gdb.python/py-frame.exp
8363 * gdb.python/py-inferior.exp
8364 * gdb.python/py-infthread.exp
8365 * gdb.python/py-mi.exp
8366 * gdb.python/py-objfile.exp
8367 * gdb.python/py-pp-maint.exp
8368 * gdb.python/py-pp-registration.exp
8369 * gdb.python/py-prettyprint.exp
8370 * gdb.python/py-recurse-unwind.exp
8371 * gdb.python/py-shared.exp
8372 * gdb.python/py-symbol.exp
8373 * gdb.python/py-symtab.exp
8374 * gdb.python/py-template.exp
8375 * gdb.python/py-type.exp
8376 * gdb.python/py-unwind-maint.exp
8377 * gdb.python/py-unwind.exp
8378 * gdb.python/py-value.exp
8379 * gdb.python/python.exp
8380 * gdb.reverse/finish-reverse-bkpt.exp
8381 * gdb.reverse/insn-reverse.exp
8382 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8383 * gdb.reverse/solib-precsave.exp
8384 * gdb.reverse/solib-reverse.exp
8385 * gdb.stabs/gdb11479.exp
8386 * gdb.stabs/weird.exp
8387 * gdb.threads/fork-child-threads.exp
8388 * gdb.threads/fork-plus-threads.exp
8389 * gdb.threads/fork-thread-pending.exp
8390 * gdb.threads/forking-threads-plus-breakpoint.exp
8391 * gdb.threads/hand-call-in-threads.exp
8392 * gdb.threads/interrupted-hand-call.exp
8393 * gdb.threads/linux-dp.exp
8394 * gdb.threads/local-watch-wrong-thread.exp
8395 * gdb.threads/next-while-other-thread-longjmps.exp
8396 * gdb.threads/non-ldr-exit.exp
8397 * gdb.threads/pending-step.exp
8398 * gdb.threads/print-threads.exp
8399 * gdb.threads/process-dies-while-detaching.exp
8400 * gdb.threads/process-dies-while-handling-bp.exp
8401 * gdb.threads/pthreads.exp
8402 * gdb.threads/queue-signal.exp
8403 * gdb.threads/reconnect-signal.exp
8404 * gdb.threads/signal-command-handle-nopass.exp
8405 * gdb.threads/signal-command-multiple-signals-pending.exp
8406 * gdb.threads/signal-delivered-right-thread.exp
8407 * gdb.threads/signal-sigtrap.exp
8408 * gdb.threads/sigthread.exp
8409 * gdb.threads/staticthreads.exp
8410 * gdb.threads/stepi-random-signal.exp
8411 * gdb.threads/thread-unwindonsignal.exp
8412 * gdb.threads/thread_check.exp
8413 * gdb.threads/thread_events.exp
8414 * gdb.threads/tid-reuse.exp
8415 * gdb.threads/tls-nodebug.exp
8416 * gdb.threads/tls-shared.exp
8417 * gdb.threads/tls-so_extern.exp
8418 * gdb.threads/tls.exp
8419 * gdb.threads/wp-replication.exp
8420 * gdb.trace/actions-changed.exp
8421 * gdb.trace/actions.exp
8422 * gdb.trace/backtrace.exp
8423 * gdb.trace/change-loc.exp
8424 * gdb.trace/collection.exp
8425 * gdb.trace/deltrace.exp
8426 * gdb.trace/disconnected-tracing.exp
8427 * gdb.trace/entry-values.exp
8428 * gdb.trace/ftrace-lock.exp
8429 * gdb.trace/ftrace.exp
8430 * gdb.trace/infotrace.exp
8431 * gdb.trace/mi-trace-frame-collected.exp
8432 * gdb.trace/mi-trace-unavailable.exp
8433 * gdb.trace/mi-traceframe-changed.exp
8434 * gdb.trace/mi-tracepoint-changed.exp
8435 * gdb.trace/mi-tsv-changed.exp
8436 * gdb.trace/no-attach-trace.exp
8437 * gdb.trace/packetlen.exp
8438 * gdb.trace/passc-dyn.exp
8439 * gdb.trace/passcount.exp
8440 * gdb.trace/pending.exp
8441 * gdb.trace/pr16508.exp
8442 * gdb.trace/qtro.exp
8443 * gdb.trace/range-stepping.exp
8444 * gdb.trace/read-memory.exp
8445 * gdb.trace/report.exp
8446 * gdb.trace/save-trace.exp
8447 * gdb.trace/signal.exp
8448 * gdb.trace/stap-trace.exp
8449 * gdb.trace/status-stop.exp
8450 * gdb.trace/strace.exp
8451 * gdb.trace/tfile.exp
8452 * gdb.trace/tfind.exp
8453 * gdb.trace/trace-break.exp
8454 * gdb.trace/trace-condition.exp
8455 * gdb.trace/trace-enable-disable.exp
8456 * gdb.trace/trace-mt.exp
8457 * gdb.trace/tracecmd.exp
8458 * gdb.trace/tracefile-pseudo-reg.exp
8459 * gdb.trace/tspeed.exp
8460 * gdb.trace/tstatus.exp
8461 * gdb.trace/tsv.exp
8462 * gdb.trace/unavailable.exp
8463 * gdb.trace/while-dyn.exp
8464 * gdb.trace/while-stepping.exp
8465 * lib/gdb-guile.exp
8466 * lib/gdb.exp
8467 * lib/mi-support.exp
8468 * lib/pascal.exp
8469 * lib/perftest.exp
8470 * lib/prelink-support.exp
8471 * lib/selftest-support.exp
8472
8473 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8474
8475 * Makefile.in: Include disable-implicit-rules.mk.
8476
8477 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8478
8479 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8480 non-byte-aligned bit fields.
8481
8482 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8483
8484 PR gdb/12616
8485 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8486 respects the DW_AT_data_bit_offset attribute.
8487
8488 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8489
8490 * gdb.base/default.exp: Fix output of "set language".
8491
8492 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8493
8494 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8495 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8496 make.
8497 * configure.ac: Remove checks for the make program.
8498 * configure: Re-generate.
8499
8500 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8501
8502 * gdb.python/py-recurse-unwind.c (main): Add loop.
8503 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8504 to read_register() and gdb.parse_and_eval(). Make each code
8505 call a separate case that can be individually tested.
8506 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8507 proc. Call cont_and_backtrace for each of the code paths that
8508 we want to test in the unwinder.
8509
8510 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8511
8512 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8513 the definition of struct S.
8514
8515 2016-11-11 Catherine Moore <clm@codesourcery.com>
8516
8517 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8518
8519 2016-11-09 Pedro Alves <palves@redhat.com>
8520
8521 * gdb.base/commands.exp (runto_or_return): New procedure.
8522 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8523 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8524 (progvar_simple_while_test, progvar_complex_if_while_test)
8525 (if_while_breakpoint_command_test)
8526 (infrun_breakpoint_command_test, breakpoint_command_test)
8527 (user_defined_command_test, watchpoint_command_test)
8528 (test_command_prompt_position, redefine_hook_test)
8529 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8530 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8531 multi_line_input and multi_line. Remove gdb_expect and
8532 gdb_stop_suppressing_tests uses.
8533 * lib/gdb.exp (valnum_re): New global.
8534 (multi_line_input): New procedure.
8535
8536 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8537
8538 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8539 Remove.
8540 (test_setup): Define with proc_with_prefix.
8541 (test_cli_inferior): Likewise.
8542 (test_cli_thread): Likewise.
8543 (test_cli_frame): Likewise.
8544 (test_cli_select_frame): Likewise.
8545 (test_cli_up_down): Likewise.
8546 (test_mi_thread_select): Likewise.
8547 (test_mi_stack_select_frame): Likewise.
8548 (test_cli_in_mi_inferior): Likewise.
8549 (test_cli_in_mi_thread): Likewise.
8550 (test_cli_in_mi_frame): Likewise.
8551 (top level): Do not use with_test_prefix_procname.
8552
8553 2016-11-09 Pedro Alves <palves@redhat.com>
8554
8555 * gdb.base/commands.exp (gdbvar_simple_if_test)
8556 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8557 (progvar_simple_if_test, progvar_simple_while_test)
8558 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8559 (infrun_breakpoint_command_test, breakpoint_command_test)
8560 (user_defined_command_test, watchpoint_command_test)
8561 (test_command_prompt_position, deprecated_command_test)
8562 (bp_deleted_in_command, temporary_breakpoint_commands)
8563 (stray_arg0_test, source_file_with_indented_comment)
8564 (recursive_source_test, if_commands_test)
8565 (error_clears_commands_left, redefine_hook_test)
8566 (redefine_backtrace_test): Use proc_with_prefix.
8567 * lib/gdb.exp (proc_with_prefix): New proc.
8568
8569 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8570
8571 * gdb.base/tui-layout.c: New file.
8572 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8573 disassembly window contains very long lines.
8574
8575 2016-11-08 Tom Tromey <tom@tromey.com>
8576
8577 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8578 depend on Python 2.
8579
8580 2016-11-08 Tom Tromey <tom@tromey.com>
8581
8582 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8583 New method.
8584
8585 2016-10-29 Manish Goregaokar <manish@mozilla.com>
8586
8587 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
8588
8589 2016-10-27 Manish Goregaokar <manish@mozilla.com>
8590
8591 * gdb.rust/simple.rs: Add test for univariant enums without
8592 discriminants and for encoded struct-like enums.
8593
8594 2016-10-28 Pedro Alves <palves@redhat.com>
8595
8596 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8597 gdb_test_multiple, tighten regexps and match symtabs and line
8598 tables incrementally.
8599
8600 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
8601
8602 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8603 general.
8604
8605 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8606
8607 * gdb.base/exec-invalid-sysroot.exp: New file.
8608
8609 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8610
8611 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8612
8613 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8614
8615 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8616
8617 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8618
8619 * gdb.base/killed-outside.exp: Remove $options from a call to
8620 `prepare_for_testing'.
8621
8622 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8623
8624 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8625 Change test message.
8626
8627 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8628
8629 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8630 Update comment.
8631
8632 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8633
8634 * gdb.trace/mi-trace-save.exp: New file.
8635
8636 2016-10-13 Yao Qi <yao.qi@linaro.org>
8637
8638 * gdb.base/code_elim.exp (get_var_address): Remove.
8639 * gdb.base/relocate.exp: Likewise.
8640 * gdb.base/shreloc.exp: Likewise.
8641 * lib/gdb.exp (get_var_address): New.
8642
8643 2016-10-13 Yao Qi <yao.qi@linaro.org>
8644
8645 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8646 floating point tests if $skip_float_test is false.
8647
8648 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
8649
8650 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8651 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8652 argc values.
8653 Add 1 to argc so we guarantee distinct initial/modified argc values.
8654
8655 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8656
8657 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8658
8659 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8660
8661 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8662 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8663 * gdb.arch/vsx-regs.exp: Likewise.
8664
8665 2016-10-07 Yao Qi <yao.qi@linaro.org>
8666
8667 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8668
8669 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8670
8671 * gdb.python/python.exp: Test decode_line("*0").
8672
8673 2016-10-06 Doug Evans <dje@google.com>
8674
8675 * gdb.python/py-value.exp (test_value_creation): Add test for large
8676 unsigned 64-bit value.
8677
8678 2016-10-06 Tom Tromey <tom@tromey.com>
8679
8680 * gdb.compile/compile.exp: Change java tests to rust.
8681 * gdb.base/setshow.exp: Change java tests to rust.
8682 * gdb.base/default.exp: Remove java from language list.
8683 * README (Examples): Update language example.
8684 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8685 test.
8686 * lib/gdb.exp (skip_java_tests): Remove.
8687 * lib/java.exp: Remove.
8688 * gdb.java: Remove.
8689
8690 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8691
8692 * gdb.arch/mips-fcr.exp: New test.
8693 * gdb.arch/mips-fcr.c: Source for the new test.
8694
8695 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8696
8697 * gdb.base/solib-disc.exp: Use `standard_output_file'
8698 throughout.
8699
8700 2016-10-06 Pedro Alves <palves@redhat.com>
8701
8702 * gdb.base/jit-simple-dl.c: New file.
8703 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8704 * gdb.base/jit-simple.c: ... this.
8705 * gdb.base/jit-simple.exp (jit_run): Delete.
8706 (build_jit): New proc.
8707 (jit_test_reread): Recompile either the main program or the shared
8708 library, depending on what is being tested. Skip changing address
8709 if caller wants to. Compare before/after addresses. If testing
8710 standalone, explicitly load the binary. Test "maint info
8711 breakpoints".
8712 (top level): Add "standalone vs shared lib" and "change address"
8713 vs "same address" axes.
8714
8715 2016-10-06 Pedro Alves <palves@redhat.com>
8716
8717 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8718 call.
8719 (jit_run): Delete.
8720 (jit_test_reread): Use with_test_prefix. Reload the main binary
8721 explicitly. Compare the before/after addresses of the JIT
8722 descriptor.
8723
8724 2016-08-15 Doug Evans <dje@google.com>
8725
8726 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8727 for single bitfields is bool.
8728 * gdb.xml/tdesc-regs.exp: Ditto.
8729
8730 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8731
8732 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8733
8734 2016-10-05 Yao Qi <yao.qi@linaro.org>
8735
8736 * lib/gdb.exp (support_complex_tests): Return zero if
8737 gdb_skip_float_test return true.
8738
8739 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8740 Simon Marchi <simon.marchi@ericsson.com>
8741
8742 PR gdb/20487
8743 * gdb.mi/user-selected-context-sync.exp: New file.
8744 * gdb.mi/user-selected-context-sync.c: New file.
8745
8746 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8747 Simon Marchi <simon.marchi@ericsson.com>
8748
8749 PR gdb/20487
8750 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8751 =thread-select-event check.
8752
8753 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8754
8755 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8756 the compulsory L operand changes.
8757 * gdb.arch/powerpc-power.s: Likewise.
8758
8759 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8760
8761 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8762 * gdb.base/jit-attach-pie.c: New file.
8763 * gdb.base/jit-attach-pie.exp: New file.
8764
8765 2016-09-28 Pedro Alves <palves@redhat.com>
8766
8767 * gdb.base/infcall-input.c: New file.
8768 * gdb.base/infcall-input.exp: New file.
8769
8770 2016-09-22 Yao Qi <yao.qi@linaro.org>
8771
8772 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8773 (gdb_exit): Rename it to ...
8774 (gdbserver_gdb_exit): ... Close GDBserver.
8775 (gdb_exit): New proc, call gdbserver_gdb_exit.
8776 (mi_gdb_exit): Likewise.
8777
8778 2016-09-22 Yao Qi <yao.qi@linaro.org>
8779
8780 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8781 path.
8782 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8783 Remove duplication.
8784
8785 2016-09-22 Yao Qi <yao.qi@linaro.org>
8786
8787 * lib/gdbserver-support.exp: Check the existence of
8788 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8789
8790 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8791
8792 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8793
8794 2016-09-21 Tom Tromey <tom@tromey.com>
8795
8796 PR gdb/20604:
8797 * gdb.base/quit.exp: New file.
8798
8799 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8800
8801 * .gitignore: New file.
8802
8803 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8804
8805 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8806 throughout.
8807
8808 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8809
8810 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8811
8812 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8813
8814 * gdb.cp/casts.cc (decltype): Move it ...
8815 (main): ... with its call to ...
8816 * gdb.cp/casts03.cc: ... a new file.
8817 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8818
8819 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8820
8821 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8822
8823 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8824
8825 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8826 and sync up the test with tests in gas/testsuite/gas/ppc.
8827 * gdb.arch/powerpc-power.exp: Likewise.
8828
8829 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8830
8831 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8832
8833 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8834 Jan Kratochvil <jan.kratochvil@redhat.com>
8835
8836 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8837 make m1's definition to be different from m2's. Use 'dummy' as an
8838 argument for probe 'two'.
8839
8840 2016-09-10 Jon Beniston <jon@beniston.com>
8841
8842 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8843 for sim target.
8844
8845 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8846
8847 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8848 variable declaration.
8849 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8850 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8851 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8852 received HWCAP as its argument.
8853
8854 2016-09-06 Pedro Alves <palves@redhat.com>
8855
8856 * gdb.base/new-ui-pending-input.c: New file.
8857 * gdb.base/new-ui-pending-input.exp: New file.
8858 * gdb.exp (clear_gdb_spawn_id): New procedure.
8859 (with_spawn_id): Check whether gdb_spawn_id exists before
8860 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8861 on exit.
8862
8863 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8864
8865 * gdb.base/float128.c: New file.
8866 * gdb.base/float128.exp: Likewise.
8867 * gdb.base/floatn.c: Likewise.
8868 * gdb.base/floatn.exp: Likewise.
8869
8870 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8871
8872 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8873
8874 2016-09-05 Pedro Alves <palves@redhat.com>
8875
8876 PR backtrace/19927
8877 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8878 unwinders are immediately called as side effect of "source" or
8879 "disable unwinder" commands.
8880 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8881
8882 2016-09-02 Yao Qi <yao.qi@linaro.org>
8883
8884 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8885 is true and $type is "float" or "double".
8886
8887 2016-09-02 Yao Qi <yao.qi@linaro.org>
8888
8889 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8890 true.
8891 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8892 * gdb.base/call-rt-st.exp: Likewise.
8893 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8894 return value instead of gdb,skip_float_test.
8895 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8896 (do_function_calls): Use its return value instead of
8897 gdb,skip_float_test.
8898 * gdb.base/finish.exp: Likewise.
8899 * gdb.base/funcargs.exp: Likewise.
8900 * gdb.base/return.exp: Likewise.
8901 * gdb.base/return2.exp: Likewise.
8902 * gdb.base/varargs.exp: Likewise.
8903 * lib/gdb.exp (gdb_skip_float_test): Change it to
8904 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8905
8906 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8907
8908 * gdb.multi/tids.exp: Test "thread apply all".
8909
8910 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8911
8912 * gdb.base/default.exp (tty): Remove.
8913
8914 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8915
8916 * gdb.python/py-recurse-unwind.c: New file.
8917 * gdb.python/py-recurse-unwind.py: New file.
8918 * gdb.python/py-recurse-unwind.exp: New file.
8919
8920 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8921
8922 * gdb.base/set-inferior-tty.exp: New file.
8923 * gdb.base/set-inferior-tty.c: New file.
8924
8925 2016-08-23 Pedro Alves <palves@redhat.com>
8926
8927 PR gdb/20494
8928 * gdb.base/new-ui-echo.c: New file.
8929 * gdb.base/new-ui-echo.exp: New file.
8930
8931 2016-08-23 Yao Qi <yao.qi@linaro.org>
8932
8933 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8934 gdbserver_spawn.
8935 * gdb.server/connect-without-multi-process.exp (do_test):
8936 Likewise.
8937
8938 2016-08-23 Yao Qi <yao.qi@linaro.org>
8939
8940 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8941 standalone_txt. Delete gdb_txt and standalone_txt on host
8942 and target. Spawn the binary on target. Copy files from
8943 target to host.
8944
8945 2016-08-22 Pedro Alves <palves@redhat.com>
8946
8947 PR gdb/20505
8948 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8949 with_test_prefix. Factor out bits to ...
8950 (test_no_vdso): ... this new procedure.
8951
8952 2016-08-19 Carl Love <cel@us.ibm.com>
8953
8954 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8955 maintaining separate logic for constructing the output path.
8956 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8957 * gdb.arch/ppc-dfp.exp: Likewise.
8958 * gdb.arch/ppc-fp.exp: Likewise.
8959 * gdb.arch/vsx-regs.exp: Likewise.
8960 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8961 binprefix for generating the additional binary files.
8962
8963 2016-08-19 Pedro Alves <palves@redhat.com>
8964
8965 * gdb.trace/mi-trace-frame-collected.exp
8966 (test_trace_frame_collected): On x32, expect two registers.
8967
8968 2016-08-18 Carl Love <cel@us.ibm.com>
8969
8970 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8971 and sync up the test with tests in gas/testsuite/gas/ppc.
8972 * gdb.arch/powerpc-power.exp: Likewise.
8973
8974 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8975
8976 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8977 expected error message.
8978
8979 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8980
8981 * gdb.multi/remove-inferiors.exp: New file.
8982 * gdb.multi/remove-inferiors.c: New file.
8983
8984 2016-08-12 Yao Qi <yao.qi@linaro.org>
8985
8986 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8987 argument list.
8988
8989 2016-08-10 Pedro Alves <palves@redhat.com>
8990
8991 PR gdb/19187
8992 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8993 setup_kfails.
8994
8995 2016-08-09 Pedro Alves <palves@redhat.com>
8996 Simon Marchi <simon.marchi@ericsson.com>
8997
8998 PR gdb/20418
8999 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9000 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9001
9002 2016-08-09 Pedro Alves <palves@redhat.com>
9003
9004 PR mi/20431
9005 * gdb.mi/mi-cmd-error.exp: New file.
9006
9007 2016-08-09 Pedro Alves <palves@redhat.com>
9008
9009 PR gdb/18653
9010 * gdb.base/signals-state-child.c: New file.
9011 * gdb.base/signals-state-child.exp: New file.
9012 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9013
9014 2016-08-09 Pedro Alves <palves@redhat.com>
9015
9016 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9017
9018 2016-08-03 Tom Tromey <tom@tromey.com>
9019
9020 PR python/18565:
9021 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9022
9023 2016-08-01 Yao Qi <yao.qi@linaro.org>
9024
9025 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9026 variable mode to "multi-process" if $multi_process is 1, otherwise
9027 set it to "single-process".
9028
9029 2016-08-01 Yao Qi <yao.qi@linaro.org>
9030
9031 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9032 * gdb.cp/cpexprs.exp: Likewise.
9033 * gdb.cp/m-static.exp: Likewise.
9034
9035 2016-07-26 Tom Tromey <tom@tromey.com>
9036
9037 PR python/20190:
9038 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9039 test.
9040
9041 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9042
9043 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9044 selecting assembly source files.
9045 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9046 assembly source files.
9047 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9048 assembly source files.
9049 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9050 selecting assembly source files.
9051
9052 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9053
9054 * gdb.base/new-ui.exp (do_test_invalid_args): New
9055 procedure.
9056
9057 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9058
9059 * gdb.btrace/reconnect.c: New file.
9060 * gdb.btrace/reconnect.exp: New file.
9061
9062 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9063
9064 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9065 to test_catch_syscall_group.
9066 (test_catch_syscall_group): New.
9067
9068 2016-07-21 Tom Tromey <tom@tromey.com>
9069
9070 * gdb.rust/simple.rs (main): Use empty struct expression.
9071 * gdb.rust/simple.exp: Add tests for empty struct expression.
9072
9073 2016-07-21 Yao Qi <yao.qi@linaro.org>
9074
9075 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9076 if gdb_skip_xml_test is true on some targets.
9077
9078 2016-07-21 Yao Qi <yao.qi@linaro.org>
9079
9080 * gdb.server/solib-list.exp: Unset last_loaded_file.
9081
9082 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9083
9084 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9085 "step into captured_main (args)".
9086
9087 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9088
9089 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9090
9091 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9092
9093 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9094
9095 2016-07-19 Pedro Alves <palves@redhat.com>
9096
9097 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9098 * gdb.opt/inline-bt.exp: Likewise.
9099 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9100 additional_flags=-Winline.
9101 * gdb.opt/inline-locals.exp: Likewise.
9102 * gdb.opt/inline-markers.c (ATTR): Define.
9103 (inlined_fn): Use it.
9104
9105 2016-07-19 Yao Qi <yao.qi@linaro.org>
9106
9107 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9108 (test_with_self): Remove some code. Remove argument executable.
9109 (top-level): Use do_self_tests.
9110
9111 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9112 Don Breazeal <donb@codesourcery.com>
9113
9114 * gdb.base/maint.exp: Escape paths used in regular expressions.
9115 * gdb.stabs/weird.exp: Likewise.
9116
9117 2016-07-13 Tom Tromey <tom@tromey.com>
9118
9119 PR python/15620, PR python/18620:
9120 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9121 (test_bkpt_events): New procs.
9122
9123 2016-07-13 Tom Tromey <tom@tromey.com>
9124
9125 PR python/17698:
9126 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9127 test.
9128 (test_watchpoints): Likewise.
9129 (test_bkpt_pending): New proc.
9130
9131 2016-07-13 Tom Tromey <tom@tromey.com>
9132
9133 PR cli/18053:
9134 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9135 completion test.
9136
9137 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9138
9139 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9140 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9141 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9142 f_label.
9143 (g): Rename g_end_lbl to g_label.
9144 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9145 low_pc and high_pc.
9146 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9147
9148 2016-07-12 Tom Tromey <tom@tromey.com>
9149
9150 PR python/19293:
9151 * gdb.python/py-unwind-maint.exp: Update tests.
9152
9153 2016-07-12 Yao Qi <yao.qi@linaro.org>
9154
9155 * lib/selftest-support.exp (selftest_setup): Match the output
9156 when captured_main is inlined.
9157
9158 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9159
9160 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9161 New variables.
9162 (print this%a, print this%b, print this): New tests.
9163 * gdb.fortran/derived-types.f90 (this): New object and
9164 initialization.
9165
9166 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9167
9168 * gdb.ada/arraydim.exp: Remove extra directory level in build
9169 directory.
9170
9171 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9172
9173 * lib/ada.exp: Remove extra directory level in build directory.
9174 * gdb.ada/cond_lang.exp: Likewise.
9175 * gdb.ada/exec_changed.exp: Likewise.
9176 * gdb.ada/lang_switch.exp: Likewise.
9177
9178 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9179
9180 * simple.rs: Add test for raw pointer subscripting.
9181 * simple.exp: Add test expectations.
9182
9183 2016-07-05 Yao Qi <yao.qi@linaro.org>
9184
9185 * gdb.mi/mi-reverse.exp: Match =record-started output.
9186
9187 2016-07-01 Pedro Alves <palves@redhat.com>
9188
9189 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9190 procedure.
9191 (jit_reader_test): Test the jit reader's unwinder.
9192 * gdb.base/jithost.c (jit_function_00_code): New global.
9193 (main): Use memcpy to fill in the mmapped code, instead of poking
9194 bytes manually here.
9195 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9196 value.
9197 (read_debug_info): Save the function's range.
9198 (read_sp): New function.
9199 (unwind_frame): Use it. Also unwind RBP.
9200 (get_frame_id): Use read_sp.
9201 (gdb_init_reader): Use calloc instead of malloc.
9202 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9203 parameter. Use gdb_test_multiple.
9204
9205 2016-07-01 Pedro Alves <palves@redhat.com>
9206 Antoine Tremblay <antoine.tremblay@ericsson.com>
9207
9208 * gdb.threads/process-dies-while-detaching.c: New file.
9209 * gdb.threads/process-dies-while-detaching.exp: New file.
9210
9211 2016-07-01 Pedro Alves <palves@redhat.com>
9212
9213 * gdb.multi/watchpoint-multi-exit.c: New file.
9214 * gdb.multi/watchpoint-multi-exit.exp: New file.
9215
9216 2016-06-30 Pedro Alves <palves@redhat.com>
9217
9218 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9219 unset inferior_spawn_id.
9220
9221 2016-06-30 Pedro Alves <palves@redhat.com>
9222
9223 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9224 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9225
9226 2016-06-29 Yao Qi <yao.qi@linaro.org>
9227
9228 * gdb.base/return.c: Add copyright header.
9229
9230 2016-06-29 Tom Tromey <tom@tromey.com>
9231
9232 PR python/20129:
9233 * gdb.python/py-framefilter.exp: Add tests for setting priority
9234 and disabling of non-existent frame filter.
9235
9236 2016-06-29 Yao Qi <yao.qi@linaro.org>
9237
9238 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9239 0x0f07ff.
9240
9241 2016-06-28 Yao Qi <yao.qi@linaro.org>
9242
9243 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9244 triplets. Start gdb, execute catch syscall, and continue. Check
9245 gdb's output to determine catch syscall is supported.
9246
9247 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9248
9249 * gdb.rust/simple.rs: Add test for returning unit in a function.
9250 * gdb.rust/simple.exp: Add expectation for functions returning
9251 unit.
9252
9253 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9254
9255 * gdb.python/py-breakpoint-create-fail.c,
9256 gdb.python/py-breakpoint-create-fail.exp,
9257 gdb.python/py-breakpoint-create-fail.py: New testcase.
9258
9259 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9260
9261 PR gdb/20239
9262 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9263 * gdb.rust/simple.exp: Add test expectations for new NonZero
9264 tests.
9265
9266 2016-06-24 David Taylor <dtaylor@emc.com>
9267
9268 * gdb.base/offsets.exp: New file.
9269 * gdb.base/offsets.c: New file.
9270
9271 2016-06-23 Tom Tromey <tom@tromey.com>
9272
9273 PR gdb/16483:
9274 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9275 before any filters are loaded.
9276
9277 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9278
9279 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9280 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9281 structs.
9282 * gdb.fortran/derived-type-function.exp: New file.
9283 * gdb.fortran/derived-type-function.f90: New file.
9284
9285
9286 2016-06-21 Pedro Alves <palves@redhat.com>
9287
9288 * gdb.base/new-ui.exp: New file.
9289 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9290 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9291 (with_spawn_id): New procedure.
9292
9293 2016-06-21 Pedro Alves <palves@redhat.com>
9294
9295 * gdb.mi/mi-exec-run.exp: New file.
9296
9297 2016-06-21 Pedro Alves <palves@redhat.com>
9298
9299 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9300 breakpoint command's output on the main UI.
9301 (test_break): New procedure, factored out from calls in the top
9302 level.
9303 (top level): Use foreach_with_prefix to test MI as main UI and as
9304 separate UI.
9305
9306 2016-06-21 Pedro Alves <palves@redhat.com>
9307
9308 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9309 (test_awatch_creation_and_listing)
9310 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9311 Remove 'type' parameter.
9312 (test_watchpoint_all): New parameter mi_mode. Remove
9313 with_test_prefix.
9314 (top level): Use foreach_with_prefix, and add main/separate UI MI
9315 testing axis.
9316
9317 2016-06-21 Pedro Alves <palves@redhat.com>
9318
9319 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9320 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9321 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9322 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9323 (gdb_main_spawn_id, mi_spawn_id): Declare and
9324 comment.
9325 (mi_create_inferior_pty): New procedure,
9326 factored out from default_mi_gdb_start.
9327 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9328 procedures.
9329 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9330 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9331 Use mi_create_inferior_pty.
9332 (mi_gdb_start): Use eval to pass down args list.
9333
9334 2016-06-21 Pedro Alves <palves@redhat.com>
9335
9336 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9337 * gdb.opt/inline-cmds.exp: Add MI tests.
9338
9339 2016-06-21 Pedro Alves <palves@redhat.com>
9340
9341 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9342
9343 2016-06-21 Pedro Alves <palves@redhat.com>
9344
9345 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9346 (top level): Use it instead of mi_execute_to.
9347
9348 2016-06-21 Pedro Alves <palves@redhat.com>
9349
9350 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9351 (cont_handler_str): New.
9352 (signal_stop_handler): Set stop_handler_str instead of printing to
9353 stdout.
9354 (continue_handler): Set cont_handler_str instead of printing to
9355 stdout.
9356 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9357 mi_send_resuming_command. Print stop_handler_str and
9358 cont_handler_str instead of expecting the python events print
9359 directly.
9360
9361 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9362
9363 * gdb.base/jit-reader.exp: New file.
9364 * gdb.base/jithost.c: New file.
9365 * gdb.base/jithost.h: New file.
9366 * gdb.base/jitreader.c : New file.
9367 * gdb.base/jit-protocol.h: New file.
9368
9369 2016-06-17 Yao Qi <yao.qi@linaro.org>
9370
9371 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9372 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9373 and detach-on-fork. Adjust tests.
9374 (top level): Invoke break_cond_on_syscall with combinations of
9375 syscall, follow-fork-mode and detach-on-fork.
9376
9377 2016-06-17 Yao Qi <yao.qi@linaro.org>
9378
9379 * gdb.base/step-over-exit.c: New.
9380 * gdb.base/step-over-exit.exp: New.
9381
9382 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9383
9384 * gdb.base/float.exp: Add target check for nds32*-*-*.
9385 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9386
9387 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9388
9389 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9390 for unsupported target features.
9391 * gdb.base/call-rt-st.exp: Likewise.
9392 * gdb.base/call-sc.exp: Likewise.
9393 * gdb.base/call-signal-resume.exp: Likewise.
9394 * gdb.base/call-strs.exp: Likewise.
9395 * gdb.base/callexit.exp: Likewise.
9396 * gdb.base/callfuncs.exp: Likewise.
9397 * gdb.base/nodebug.exp: Likewise.
9398 * gdb.base/printcmds.exp: Likewise.
9399 * gdb.base/ptype.exp: Likewise.
9400 * gdb.base/structs.exp: Likewise.
9401 * gdb.base/unwindonsignal.exp: Likewise.
9402 * gdb.cp/gdb2495.exp: Likewise.
9403 * gdb.cp/templates.exp: Likewise.
9404 * gdb.cp/virtfunc.exp: Likewise.
9405 * gdb.threads/hand-call-in-threads.exp: Likewise.
9406 * gdb.threads/interrupted-hand-call.exp: Likewise.
9407 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9408
9409 2016-06-10 Tom Tromey <tom@tromey.com>
9410
9411 PR rust/20110:
9412 * gdb.rust/expr.exp: Add test for integer constant larger than
9413 i32.
9414
9415 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9416
9417 * gdb.fortran/nested-funcs.exp: New.
9418 * gdb.fortran/nested-funcs.f90: New.
9419
9420 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9421
9422 * gdb.base/examine-backward.c: New file.
9423 * gdb.base/examine-backward.exp: New file.
9424
9425 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9426
9427 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9428 matching.
9429
9430 2016-06-02 Tom Tromey <tom@tromey.com>
9431
9432 PR python/18984:
9433 * gdb.python/py-shared.exp: Add solib_name test.
9434
9435 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9436
9437 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9438
9439 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9440
9441 PR c++/19893
9442 * gdb.dwarf2/implref.exp: Rename to...
9443 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9444 * gdb.dwarf2/implref-array.c: New file.
9445 * gdb.dwarf2/implref-array.exp: Likewise.
9446 * gdb.dwarf2/implref-global.c: Likewise.
9447 * gdb.dwarf2/implref-global.exp: Likewise.
9448 * gdb.dwarf2/implref-struct.c: Likewise.
9449 * gdb.dwarf2/implref-struct.exp: Likewise.
9450
9451 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9452
9453 * gdb.trace/trace-condition.exp: Add 64bit tests.
9454
9455 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9456
9457 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9458 bits types.
9459 (main): Adapt to 8 to 64 bits types.
9460 * gdb.trace/trace-condition.exp: Add new tests.
9461
9462 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9463
9464 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9465
9466 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9467
9468 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9469 Move condition tests...
9470 * gdb.trace/trace-condition.exp: Here.
9471
9472 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9473
9474 * gdb.trace/trace-condition.exp: Add counter-case tests.
9475
9476 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9477
9478 PR c++/15231
9479 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9480 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9481
9482 2016-05-27 Pedro Alves <palves@redhat.com>
9483
9484 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9485 New procedure.
9486 (top level): Call it, and bail out of DejaGnu is known to be bad.
9487
9488 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9489
9490 * gdb.base/whatis.c: Extend the test case.
9491 * gdb.base/whatis.exp: Add additional tests.
9492
9493 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9494
9495 * gdb.fortran/type.f90: Add pointer variable.
9496 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9497
9498 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9499
9500 * gdb.fortran/vla-type.exp: Fix testcase name.
9501
9502 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9503
9504 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9505
9506 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9507
9508 * gdb.fortran/type.f90: Add nested structures.
9509 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9510 * gdb.fortran/derived-type.exp: Adapt expected output.
9511 * gdb.fortran/vla-type.exp: Adapt expected output.
9512
9513 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9514
9515 * gdb.fortran/whatis_type.exp: Adapt expected output.
9516
9517 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9518
9519 * gdb.fortran/print_type.exp: Fix expected output.
9520 * gdb.fortran/whatis_type.exp: Fix expected output.
9521
9522 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9523
9524 * gdb.fortran/whatis_type.exp: Use multi_line.
9525
9526 2016-05-24 Tom Tromey <tom@tromey.com>
9527
9528 PR python/17386:
9529 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9530 use value as an index.
9531
9532 2016-05-23 Tom Tromey <tom@tromey.com>
9533
9534 PR python/17981:
9535 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9536 no-breakpoint case.
9537
9538 2016-05-24 Pedro Alves <palves@redhat.com>
9539
9540 PR gdb/19828
9541 * gdb.threads/clone-attach-detach.c: New file.
9542 * gdb.threads/clone-attach-detach.exp: New file.
9543
9544 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9545
9546 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9547
9548 2016-05-23 Tom Tromey <tom@tromey.com>
9549
9550 PR python/19438, PR python/18393:
9551 * gdb.python/py-progspace.exp: Add "dir" test.
9552 * gdb.python/py-objfile.exp: Add "dir" test.
9553
9554 2016-05-23 Yao Qi <yao.qi@linaro.org>
9555
9556 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9557 * gdb.arch/thumb2-it.exp: Likewise.
9558
9559 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9560
9561 * gdb.mi/mi-threads-interrupt.c: New file.
9562 * gdb.mi/mi-threads-interrupt.exp: New file.
9563
9564 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9565
9566 PR gdb/18077
9567 * gdb.mi/mi-async-run.exp: New file.
9568 * gdb.mi/mi-async-run.c: New file.
9569
9570 2016-05-17 Tom Tromey <tom@tromey.com>
9571 Manish Goregaokar <manishsmail@gmail.com>
9572
9573 * lib/rust-support.exp: New file.
9574 * lib/gdb.exp (skip_rust_tests): New proc.
9575 (build_executable_from_specs): Handle rust.
9576 * lib/future.exp (gdb_find_rustc): New proc.
9577 (gdb_default_target_compile): Handle rust.
9578 * gdb.rust/expr.exp: New file.
9579 * gdb.rust/generics.exp: New file.
9580 * gdb.rust/generics.rs: New file.
9581 * gdb.rust/methods.exp: New file.
9582 * gdb.rust/methods.rs: New file.
9583 * gdb.rust/modules.exp: New file.
9584 * gdb.rust/modules.rs: New file.
9585 * gdb.rust/simple.exp: New file.
9586 * gdb.rust/simple.rs: New file.
9587
9588 2016-05-17 Tom Tromey <tom@tromey.com>
9589
9590 * gdb.base/default.exp (set language): Add rust.
9591
9592 2016-05-17 Tom Tromey <tom@tromey.com>
9593
9594 * gdb.gdb/unittest.exp: New file.
9595
9596 2016-05-16 Yao Qi <yao.qi@linaro.org>
9597
9598 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9599 shell_prompt. Update shell_prompt_re.
9600
9601 2016-05-12 Doug Evans <dje@google.com>
9602
9603 PR symtab/19999
9604 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9605 $options when building executable.
9606 * gdb.dwarf2/fission-loclists-pie.S: New file.
9607 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9608
9609 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9610
9611 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9612 of [is_remote target],
9613
9614 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9615
9616 * lib/gdb.exp (use_gdb_stub): New procedure.
9617
9618 2016-05-03 Yunlian Jiang <yunlian@google.com>
9619 Doug Evans <dje@google.com>
9620
9621 PR symtab/19914
9622 * gdb.dwarf2/dwp-sepdebug.c: New file.
9623 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9624
9625 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9626
9627 * gdb.base/detach.exp: Remove is_remote check.
9628
9629 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9630
9631 * gdb.base/annota-input-while-running.exp: Don't check for
9632 [is_remote target]. Enable annotations after running to main.
9633 Remove unused "set test..." line.
9634
9635 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9636
9637 * gdb.trace/trace-enable-disable.exp: New file.
9638 * gdb.trace/trace-enable-disable.c: New file.
9639
9640 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9641
9642 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9643 use it in info sharedlibrary test.
9644 * gdb.trace/ftrace-lock.exp: Likewise.
9645 * gdb.trace/ftrace.exp: Likewise.
9646 * gdb.trace/range-stepping.exp: Likewise.
9647 * gdb.trace/trace-break.exp: Likewise.
9648 * gdb.trace/trace-condition.exp: Likewise.
9649 * gdb.trace/trace-mt.exp: Likewise.
9650
9651 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9652
9653 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9654 (gdb_load_shlib): ... this.
9655 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9656 gdb_load_shlib.
9657 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9658 * gdb.base/ctxobj.exp: Likewise.
9659 * gdb.base/dprintf-pending.exp: Likewise.
9660 * gdb.base/dso2dso.exp: Likewise.
9661 * gdb.base/fixsection.exp: Likewise.
9662 * gdb.base/gcore-relro.exp: Likewise.
9663 * gdb.base/gdb1555.exp: Likewise.
9664 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9665 * gdb.base/gnu-ifunc.exp: Likewise.
9666 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9667 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9668 * gdb.base/pending.exp: Likewise.
9669 * gdb.base/print-file-var.exp: Likewise.
9670 * gdb.base/print-symbol-loading.exp: Likewise.
9671 * gdb.base/shlib-call.exp: Likewise.
9672 * gdb.base/shreloc.exp: Likewise.
9673 * gdb.base/so-impl-ld.exp: Likewise.
9674 * gdb.base/solib-disc.exp: Likewise.
9675 * gdb.base/solib-nodir.exp: Likewise.
9676 * gdb.base/solib-overlap.exp: Likewise.
9677 * gdb.base/solib-symbol.exp: Likewise.
9678 * gdb.base/solib-weak.exp (do_test): Likewise.
9679 * gdb.base/sym-file.exp: Likewise.
9680 * gdb.base/symtab-search-order.exp: Likewise.
9681 * gdb.base/type-opaque.exp: Likewise.
9682 * gdb.base/unload.exp: Likewise.
9683 * gdb.base/watchpoint-solib.exp: Likewise.
9684 * gdb.compile/compile.exp: Likewise.
9685 * gdb.cp/gdb2384.exp: Likewise.
9686 * gdb.cp/infcall-dlopen.exp: Likewise.
9687 * gdb.cp/re-set-overloaded.exp: Likewise.
9688 * gdb.fortran/library-module.exp: Likewise.
9689 * gdb.opt/solib-intra-step.exp: Likewise.
9690 * gdb.python/py-finish-breakpoint.exp: Likewise.
9691 * gdb.python/py-shared.exp: Likewise.
9692 * gdb.reverse/solib-precsave.exp: Likewise.
9693 * gdb.reverse/solib-reverse.exp: Likewise.
9694 * gdb.server/solib-list.exp: Likewise.
9695 * gdb.threads/dlopen-libpthread.exp: Likewise.
9696 * gdb.threads/tls-shared.exp: Likewise.
9697 * gdb.threads/tls-so_extern.exp: Likewise.
9698 * gdb.trace/change-loc.exp: Likewise.
9699 * gdb.trace/ftrace-lock.exp: Likewise.
9700 * gdb.trace/ftrace.exp: Likewise.
9701 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9702 * gdb.trace/pending.exp: Likewise.
9703 * gdb.trace/range-stepping.exp: Likewise.
9704 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9705 (strace_info_marker): Likewise.
9706 (strace_probe_marker): Likewise.
9707 (strace_trace_on_same_addr): Likewise.
9708 (strace_trace_on_diff_addr): Likewise.
9709 * gdb.trace/trace-break.exp: Likewise.
9710 * gdb.trace/trace-condition.exp: Likewise.
9711 * gdb.trace/trace-mt.exp: Likewise.
9712
9713 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9714
9715 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9716 result of gdb_remote_download.
9717 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9718 * gdb.base/dso2dso.exp: Likewise.
9719 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9720 * gdb.base/print-file-var.exp: Likewise.
9721 * gdb.base/shlib-call.exp: Likewise.
9722 * gdb.base/shreloc.exp: Likewise.
9723 * gdb.base/solib-overlap.exp: Likewise.
9724 * gdb.base/solib-weak.exp (do_test): Likewise.
9725 * gdb.base/unload.exp: Likewise.
9726
9727 2016-04-27 Yao Qi <yao.qi@linaro.org>
9728
9729 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9730 exists.
9731
9732 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9733
9734 * vla-type.exp: Print structure from toplevel.
9735
9736 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9737
9738 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9739 of dynamic types.
9740 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9741 of dynamic types.
9742
9743 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9744
9745 * gdb.fortran/vla-type.f90: New file.
9746 * gdb.fortran/vla-type.exp: New file.
9747
9748 2016-04-25 Yao Qi <yao.qi@linaro.org>
9749
9750 * gdb.base/branch-to-self.c: New file.
9751 * gdb.base/branch-to-self.exp: New file.
9752
9753 2016-04-22 Yao Qi <yao.qi@linaro.org>
9754
9755 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9756 more after $hex.
9757
9758 2016-04-22 Yao Qi <yao.qi@linaro.org>
9759
9760 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9761 * gdb.base/annota3.exp: Likewise.
9762
9763 2016-04-22 Yao Qi <yao.qi@linaro.org>
9764
9765 * gdb.reverse/step-precsave.exp: Do one step and test program
9766 stops in "callee" and do multiple steps until program goes out
9767 of "callee".
9768 * gdb.reverse/step-reverse.exp: Likewise.
9769
9770 2016-04-22 Yao Qi <yao.qi@linaro.org>
9771
9772 * gdb.trace/signal.exp: Also pass if
9773 $tracepoint_hits($i) > $iterations.
9774
9775 2016-04-22 Yao Qi <yao.qi@linaro.org>
9776
9777 * gdb.trace/signal.c: New file.
9778 * gdb.trace/signal.exp: New file.
9779
9780 2016-04-19 Doug Evans <xdje42@gmail.com>
9781
9782 * gdb.base/bad-file.exp: New file.
9783
9784 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9785
9786 * gdb.dwarf2/implref.exp: New file.
9787
9788 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9789
9790 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9791 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9792 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9793 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9794 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9795 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9796 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9797 * lib/fortran.exp (fortran_int4): New procedure.
9798 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9799 (fortran_logical4): Likewise.
9800
9801 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9802
9803 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9804
9805 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9806
9807 * lib/compiler.c: Add Intel specific preprocessor macros.
9808 * lib/compiler.cc: Likewise.
9809
9810 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
9811
9812 * gdb.server/connect-with-no-symbol-file.c: New file.
9813 * gdb.server/connect-with-no-symbol-file.exp: New file.
9814
9815 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9816
9817 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9818
9819 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9820
9821 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9822 standard output directory.
9823
9824 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9825
9826 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9827
9828 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9829
9830 * gdb.btrace/instruction_history.c (loop): Add declaration.
9831
9832 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9833
9834 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9835
9836 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9837
9838 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9839 parentheses to print.
9840 (continue_handler): Likewise.
9841
9842 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9843
9844 * gdb.server/solib-list.exp: Remove is_remote check.
9845 Pass shlib= to gdb_compile. Don't link shared library with
9846 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9847 Run binary filename through "readlink -f" on the target.
9848
9849 2016-04-08 Pedro Alves <palves@redhat.com>
9850
9851 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9852 interpreter filename as argument to gdbserver_spawn.
9853 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9854 Return empty if $last_loaded_file does not exist.
9855
9856 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9857
9858 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9859 * gdb.base/jit-main.c: Use exit after usage.
9860
9861 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9862
9863 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9864 GDBHISTSIZE prior to the tests.
9865 * gdb.base/gdbinit-history.exp: Likewise.
9866
9867 2016-04-07 Pedro Alves <palves@redhat.com>
9868
9869 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9870 instead of build_executable. Use gdb_load_shlibs.
9871
9872 2016-04-07 Yao Qi <yao.qi@linaro.org>
9873
9874 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9875 Execute "si" command.
9876
9877 2016-04-07 Yao Qi <yao.qi@linaro.org>
9878
9879 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9880 number instead of the comments on some line.
9881
9882 2016-04-06 Don Breazeal <donb@codesourcery.com>
9883
9884 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9885 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9886
9887 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9888
9889 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9890 standard_output_file. Remove unused binfile variable.
9891
9892 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9893
9894 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9895 * gdb.python/py-mi-objfile.exp: Match "list main" output
9896 in console format.
9897
9898 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9899
9900 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9901 absolute.
9902
9903 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9904
9905 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9906 absolute.
9907 * gdb.trace/ftrace.exp: Likewise.
9908 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9909 targets as well.
9910 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9911 (gdb_load_shlibs): Copy libraries to test directory when testing
9912 natively. Only set solib-search-path if testing remotely.
9913 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9914
9915 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9916
9917 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9918 gdb_download. Use it even if the target is not remote.
9919 * gdb.base/jit.exp (compile_jit_test): Likewise.
9920 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9921 output directory if the destination board is local, otherwise use
9922 the standard remote_download from DejaGnu.
9923 (gdb_download): Remove.
9924 (gdb_load_shlibs): Use gdb_remote_download instead of
9925 gdb_download.
9926 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9927 Use gdb_remote_download instead of gdb_download. Use it even if
9928 the target is not remote.
9929 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9930 instead of gdb_download.
9931
9932 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9933
9934 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9935 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9936 run.
9937
9938 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9939
9940 PR gdb/19820
9941 * gdb.base/printcmds.exp: Add artificial arrays tests.
9942
9943 2016-03-31 Pedro Alves <palves@redhat.com>
9944
9945 PR gdb/19858
9946 * gdb.base/jit-main.c: Include unistd.h.
9947 (ATTACH): Define to 0 if not already defined.
9948 (wait_for_gdb, mypid): New globals.
9949 (WAIT_FOR_GDB): New macro.
9950 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9951 some breakpoint locations.
9952 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9953 New procedures.
9954 (one_jit_test): Add REATTACH parameter, and handle it. Use
9955 continue_to_test_location.
9956 (top level): Test attach, and adjusts calls to one_jit_test.
9957
9958 2016-03-31 Pedro Alves <palves@redhat.com>
9959
9960 PR gdb/19858
9961 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9962 BINSUFFIX parameter, and handle it.
9963 (top level): Adjust calls compile_jit_test.
9964
9965 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9966
9967 PR python/19743
9968 * gdb.python/py-mi-events-gdb.py: New file.
9969 * gdb.python/py-mi-events.c: New file.
9970 * gdb.python/py-mi-events.exp: New file.
9971
9972 2016-03-30 Yao Qi <yao.qi@linaro.org>
9973
9974 * gdb.reverse/until-precsave.exp: Match function name only.
9975 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9976 Move malloc to a condition block.
9977 * gdb.reverse/until-reverse.exp: Match function name only.
9978
9979 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9980
9981 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9982 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9983 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9984 variable for GPR 0 instead of assuming it is register 0.
9985 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9986 * lib/trace-support.exp: Add s390 registers.
9987
9988 2016-03-29 Yao Qi <yao.qi@linaro.org>
9989
9990 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9991
9992 2016-03-24 Yao Qi <yao.qi@linaro.org>
9993
9994 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9995 test message.
9996
9997 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9998
9999 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10000 maintaining separate logic for constructing the output path.
10001
10002 2016-03-16 Don Breazeal <donb@codesourcery.com>
10003
10004 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10005 Retry fork and waitpid on interrupted system call errors.
10006 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10007 Use with_timeout_factor to increase timeout by factor of 10.
10008
10009 2016-03-15 Don Breazeal <donb@codesourcery.com>
10010
10011 * gdb.cp/scope-err.cc: New test program.
10012 * gdb.cp/scope-err.exp: New test script.
10013 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10014 lines and "set breakpoint here" comment.
10015 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10016 Fixed some whitespace and format issues.
10017 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10018 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10019
10020 2016-03-15 Doug Evans <dje@google.com>
10021
10022 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10023 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10024 All callers updated. Add tests for enums, mixed flags register.
10025
10026 2016-03-15 Doug Evans <dje@google.com>
10027
10028 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10029 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10030
10031 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10032
10033 * gdb.base/default.exp: Add $_as_string to the list of expected
10034 convenience functions.
10035
10036 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10037
10038 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10039
10040 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10041
10042 * gdb.python/py-as-string.exp: New file.
10043 * gdb.python/py-as-string.c: New file.
10044
10045 2016-03-09 Pedro Alves <palves@redhat.com>
10046
10047 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10048 signal" -> "Thread NN received signal" output change.
10049 * gdb.threads/ia64-sigill.exp: Likewise.
10050 * gdb.threads/linux-dp.exp: Likewise.
10051 * gdb.threads/manythreads.exp: Likewise.
10052 * gdb.threads/pending-step.exp: Likewise.
10053 * gdb.threads/print-threads.exp: Likewise.
10054 * gdb.threads/sigstep-threads.exp: Likewise.
10055 * gdb.threads/staticthreads.exp: Likewise.
10056 * gdb.threads/tls.exp: Likewise.
10057
10058 2016-03-09 Pedro Alves <palves@redhat.com>
10059
10060 * gdb.base/command-line-input.exp: New file.
10061
10062 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10063
10064 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10065 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10066 * gdb.trace/pending.exp: Accept leading dot before function name.
10067 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10068 * lib/trace-support.exp: Set registers for ppc.
10069
10070 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10071
10072 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10073 use it for disassembly; accept .main in addition to main in backtrace.
10074
10075 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10076 Marcin Kościelnicki <koriakin@0x04.net>
10077
10078 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10079 (gdb_recursion_test_ptr): New global variable.
10080 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10081 gdb_recursion_test.
10082 (gdb_c_test): Ditto.
10083
10084 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10085
10086 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10087 ordering.
10088
10089 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10090
10091 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10092 (bar): Add bar_start_lbl label.
10093 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10094 of foo/bar for emitting DWARF and tracing.
10095
10096 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10097
10098 * analyze-racy-logs.py: Set executable bit.
10099
10100 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10101
10102 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10103 (CHECK_TARGET_TMP): Likewise.
10104 (check-single-racy): New rule.
10105 (check-parallel-racy): Likewise.
10106 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10107 (do-check-parallel-racy): New rule.
10108 (check-racy/%.exp): Likewise.
10109 * README (Racy testcases): New section.
10110 * analyze-racy-logs.py: New file.
10111
10112 2016-03-03 Doug Evans <dje@google.com>
10113
10114 * gdb.base/skip.exp: Use with_test_prefix.
10115
10116 2016-03-03 Yao Qi <yao.qi@linaro.org>
10117
10118 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10119 Invoke step_over_syscall "clone" and break_cond_on_syscall
10120 "clone".
10121 * gdb.base/step-over-clone.c: New file.
10122
10123 2016-03-03 Yao Qi <yao.qi@linaro.org>
10124
10125 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10126 code format.
10127
10128 2016-03-03 Yao Qi <yao.qi@linaro.org>
10129
10130 * gdb.base/disp-step-fork.c: Rename to ...
10131 * gdb.base/step-over-fork.c: ... it. New file.
10132 * gdb.base/disp-step-vfork.c: Rename to ...
10133 * gdb.base/step-over-vfork.c: ... it. New file.
10134 * gdb.base/disp-step-syscall.exp: Rename to ...
10135 * gdb.base/step-over-syscall.exp: ... it. New file.
10136 (disp_step_cross_syscall): Rename to ...
10137 (step_over_syscall): ... it.
10138
10139 2016-03-03 Yao Qi <yao.qi@linaro.org>
10140
10141 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10142 If target supports condition evaluation on target, invoke
10143 break_cond_on_syscall for fork and vfork.
10144
10145 2016-03-03 Yao Qi <yao.qi@linaro.org>
10146
10147 * gdb.base/disp-step-syscall.exp: Don't invoke
10148 support_displaced_stepping.
10149 (disp_step_cross_syscall): Test with displaced stepping off and
10150 on if supported.
10151
10152 2016-03-03 Yao Qi <yao.qi@linaro.org>
10153
10154 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10155 proc.
10156 (setup): New proc.
10157 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10158 and setup.
10159
10160 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10161
10162 * gdb.fortran/vla-history.exp: Remove breakpoint.
10163
10164 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10165
10166 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10167 exceeds timeout.
10168
10169 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10170
10171 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10172 breakpoint.
10173
10174 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10175
10176 * gdb.mi/vla.f90: Nullify pointer after declaration.
10177
10178 2016-03-01 Pedro Alves <palves@redhat.com>
10179
10180 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10181
10182 2016-03-01 Pedro Alves <palves@redhat.com>
10183
10184 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10185 before anything else.
10186 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10187 _GNU_SOURCE here.
10188 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10189 before anything else.
10190 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10191
10192 2016-03-01 Pedro Alves <palves@redhat.com>
10193
10194 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10195
10196 2016-03-01 Yao Qi <yao.qi@linaro.org>
10197
10198 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10199 prepare_for_testing.
10200
10201 2016-03-01 Yao Qi <yao.qi@linaro.org>
10202
10203 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10204
10205 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10206
10207 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10208 manually constructing the output path.
10209
10210 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10211
10212 * gdb.arch/s390-stackless.S: New.
10213 * gdb.arch/s390-stackless.exp: New.
10214
10215 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10216
10217 * gdb.dlang/circular.c: New file.
10218 * gdb.dlang/circular.exp: New file.
10219
10220 2016-02-26 Yao Qi <yao.qi@linaro.org>
10221
10222 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10223 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10224 (testcases): Update.
10225
10226 2016-02-26 Yao Qi <yao.qi@linaro.org>
10227
10228 * gdb.reverse/aarch64.c: Rename to ...
10229 * gdb.reverse/insn-reverse.c: ... it.
10230 * gdb.reverse/aarch64.exp: Rename to ...
10231 * gdb.reverse/insn-reverse.exp: ... it.
10232
10233 2016-02-26 Yao Qi <yao.qi@linaro.org>
10234
10235 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10236 (testcase_ftype): New.
10237 (testcases): New array.
10238 (n_testcases): New.
10239 (main): Call each element in testcases.
10240 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10241 (read_testcase): New.
10242 Do the tests in a loop.
10243
10244 2016-02-25 Yao Qi <yao.qi@linaro.org>
10245
10246 * gdb.base/branches.c: Remove.
10247
10248 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10249
10250 PR gdb/13808
10251 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10252
10253 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10254
10255 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10256
10257 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10258
10259 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10260 change x86_64 call_insn to 'callq'.
10261
10262 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10263
10264 * gdb.trace/tfile-avx.c: Move to...
10265 * gdb.trace/tracefile-pseudo-reg.c: Here.
10266 * gdb.trace/tfile-avx.exp: Move to...
10267 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10268
10269 2016-02-24 Gary Benson <gbenson@redhat.com>
10270
10271 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10272 message on attach.
10273
10274 2016-02-23 Doug Evans <dje@google.com>
10275
10276 * gdb.base/skip.c (test_skip): New function.
10277 (end_test_skip_file_and_function): New function.
10278 (test_skip_file_and_function): New function.
10279 * gdb.base/skip1.c (test_skip): New function.
10280 (skip1_test_skip_file_and_function): New function.
10281 * gdb.base/skip.exp: Add tests for new skip options.
10282 * gdb.base/skip-solib.exp: Update expected output.
10283 * gdb.perf/skip-command.cc: New file.
10284 * gdb.perf/skip-command.exp: New file.
10285 * gdb.perf/skip-command.py: New file.
10286
10287 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10288
10289 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10290 info registers pattern.
10291
10292 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10293
10294 * lib/future.exp: Add D support.
10295 (gdb_find_gdc): New proc.
10296 (gdb_default_target_compile): Add D support.
10297
10298 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10299
10300 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10301 user+system time.
10302 (trace_speed_test): Determine the iteration count for a time
10303 between 15..30 seconds.
10304
10305 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10306
10307 * gdb.arch/i386-mpx-sigsegv.c: New file.
10308 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10309 * gdb.arch/i386-mpx-simple_segv.c: New file.
10310 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10311
10312 2016-02-18 Yao Qi <yao.qi@linaro.org>
10313
10314 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10315 Don't call setup_kfail.
10316
10317 2016-02-18 Yao Qi <yao.qi@linaro.org>
10318
10319 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10320 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10321
10322 2016-02-16 Doug Evans <dje@google.com>
10323
10324 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10325 * gdb.base/skip1.c: Ditto.
10326 * gdb.base/skip.exp: Whitespace cleanup.
10327
10328 2016-02-16 Don Breazeal <donb@codesourcery.com>
10329
10330 PR remote/19496
10331 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10332 Remove kfail for PR remote/19496.
10333
10334 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10335
10336 * lib/gdb.exp (standard_temp_file): Return a path specific to
10337 the runtest invocation.
10338
10339 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10340
10341 * gdb.trace/save-trace.exp: Change relative path to be in the
10342 standard output directory.
10343
10344 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10345
10346 * gdb.arch/i386-prologue.c: Add missing prototypes.
10347
10348 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10349
10350 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10351 * gdb.arch/i386-prologue.exp: Likewise.
10352 * gdb.arch/i386-size.exp: Likewise.
10353
10354 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10355
10356 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10357 define object file path.
10358 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10359 file path.
10360 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10361 standard_output_file to define binfile.
10362
10363 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10364
10365 Fix compatibility with recent gfortran-5.3.1.
10366 * gdb.fortran/vla-history.exp (print vla1 allocated)
10367 (print vla2 allocated, print $2, print $3): Remove
10368 (print $4): Rename to ...
10369 (print $2): ... here.
10370 (print $9): Rename to ...
10371 (print $5): ... here.
10372 (print $10): Rename to ...
10373 (print $6): ... here.
10374 * gdb.fortran/vla.f90: Add pvla initialization.
10375
10376 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10377
10378 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10379 New test.
10380 * gdb.fortran/vla-value-sub.exp: Likewise.
10381
10382 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10383
10384 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10385
10386 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10387
10388 * i386-biarch-core.exp: Define corefile using
10389 standard_output_file.
10390
10391 2016-02-12 Yao Qi <yao.qi@linaro.org>
10392
10393 * gdb.arch/arm-single-step-kernel-helper.c: New.
10394 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10395
10396 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10397
10398 * gdb.btrace/tailcall-only.exp: New.
10399 * gdb.btrace/tailcall-only.c: New.
10400 * gdb.btrace/x86_64-tailcall-only.S: New.
10401 * gdb.btrace/i686-tailcall-only.S: New.
10402
10403 2016-02-11 Pedro Alves <palves@redhat.com>
10404
10405 * README (Parallel testing): Add missing double quotes.
10406
10407 2016-02-11 Pedro Alves <palves@redhat.com>
10408
10409 * README (Parallel testing): New section.
10410 (GDB_PARALLEL): Rewrite.
10411 (FORCE_PARALLEL): Document.
10412
10413 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10414
10415 * gdb.trace/tfile-avx.c: New test.
10416 * gdb.trace/tfile-avx.exp: New test.
10417
10418 2016-02-09 Keith Seitz <keiths@redhat.com>
10419
10420 PR breakpoints/19546
10421 * gdb.base/infcall-exec.c: New file.
10422 * gdb.base/infcall-exec2.c: New file.
10423 * gdb.base/infcall-exec.exp: New file.
10424
10425 2016-02-09 Keith Seitz <keiths@redhat.com>
10426
10427 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10428 (toplevel): Call test_bkpt_address.
10429
10430 2016-02-09 Keith Seitz <keiths@redhat.com>
10431
10432 PR python/19506
10433 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10434 (toplevel): Call test_bkpt_address.
10435
10436 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10437
10438 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10439 to AC_OUTPUT.
10440 * configure: Regenerate.
10441
10442 2016-02-09 Pedro Alves <palves@redhat.com>
10443
10444 PR breakpoints/19548
10445 * gdb.base/execl-update-breakpoints.c (some_function): New
10446 function.
10447 (main): Call it.
10448 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10449 Tighten expected GDB output.
10450
10451 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10452
10453 * Makefile.in (ALL_SUBDIRS): Remove.
10454 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10455 (distclean maintainer-clean realclean): Likewise.
10456 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10457 * configure: Regenerate.
10458 * gdb.ada/Makefile.in: Delete.
10459 * gdb.arch/Makefile.in: Likewise.
10460 * gdb.asm/Makefile.in: Likewise.
10461 * gdb.base/Makefile.in: Likewise.
10462 * gdb.btrace/Makefile.in: Likewise.
10463 * gdb.cell/Makefile.in: Likewise.
10464 * gdb.compile/Makefile.in: Likewise.
10465 * gdb.cp/Makefile.in: Likewise.
10466 * gdb.disasm/Makefile.in: Likewise.
10467 * gdb.dlang/Makefile.in: Likewise.
10468 * gdb.dwarf2/Makefile.in: Likewise.
10469 * gdb.fortran/Makefile.in: Likewise.
10470 * gdb.gdb/Makefile.in: Likewise.
10471 * gdb.go/Makefile.in: Likewise.
10472 * gdb.guile/Makefile.in: Likewise.
10473 * gdb.java/Makefile.in: Likewise.
10474 * gdb.linespec/Makefile.in: Likewise.
10475 * gdb.mi/Makefile.in: Likewise.
10476 * gdb.modula2/Makefile.in: Likewise.
10477 * gdb.multi/Makefile.in: Likewise.
10478 * gdb.objc/Makefile.in: Likewise.
10479 * gdb.opencl/Makefile.in: Likewise.
10480 * gdb.opt/Makefile.in: Likewise.
10481 * gdb.pascal/Makefile.in: Likewise.
10482 * gdb.perf/Makefile.in: Likewise.
10483 * gdb.python/Makefile.in: Likewise.
10484 * gdb.reverse/Makefile.in: Likewise.
10485 * gdb.server/Makefile.in: Likewise.
10486 * gdb.stabs/Makefile.in: Likewise.
10487 * gdb.threads/Makefile.in: Likewise.
10488 * gdb.trace/Makefile.in: Likewise.
10489 * gdb.xml/Makefile.in: Likewise.
10490 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10491 GDB_PARALLEL.
10492 (standard_output_file): Remove check for GDB_PARALLEL, always
10493 return path in outputs/$subdir/$testname.
10494
10495 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10496
10497 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10498 (site.exp): Assign abs_srcdir to tcl's srcdir.
10499
10500 2016-02-04 Yao Qi <yao.qi@linaro.org>
10501
10502 * gdb.base/foll-exec-mode.c: Include limits.h.
10503 (main): Add parameters argc and argv. Get directory from
10504 argv[0].
10505 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10506 compilation.
10507 * gdb.base/foll-exec.c: Include limits.h.
10508 (main): Add parameters argc and argv.
10509 Get directory from argv[0].
10510 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10511 Adjust tests on the number of lines as source code changed.
10512 * gdb.base/foll-vfork-exit.c: Include limits.h.
10513 (main): Add one line of statement before vfork.
10514 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10515 (main): Add parameters argc and argv. Get directory from
10516 argv[0].
10517 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10518 (setup_gdb): Set tbreak to skip some source lines.
10519 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10520 (main): Add parameters argc and argv. Get directory from
10521 argv[0].
10522 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10523 compilation.
10524 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10525 (main): Add parameters argc and argv. Get directory from
10526 argv[0].
10527 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10528 compilation.
10529
10530 2016-02-01 Doug Evans <dje@google.com>
10531
10532 * gdb.base/skip.exp: Clean up multiple references to same test name.
10533
10534 2016-02-01 Pedro Alves <palves@redhat.com>
10535
10536 PR remote/19496
10537 * gdb.threads/forking-threads-plus-breakpoint.exp
10538 (displaced_stepping_supported): New global.
10539 (probe_displaced_stepping_support): New procedure.
10540 (do_test): Add 'displaced' parameter, and use it.
10541 (top level): Check for displaced stepping support. Add displaced
10542 stepping on/off testing axis.
10543
10544 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10545
10546 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10547 pointer. Don't perform further tests on the unassociated pointer
10548 if the first test fails.
10549
10550 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10551
10552 * gdb.base/max-value-size.c: New file.
10553 * gdb.base/max-value-size.exp: New file.
10554 * gdb.base/huge.exp: Disable max-value-size for this test.
10555
10556 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10557
10558 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10559
10560 2016-01-28 Yao Qi <yao.qi@linaro.org>
10561
10562 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10563
10564 2016-01-25 Pedro Alves <palves@redhat.com>
10565
10566 PR threads/19461
10567 * gdb.base/fork-running-state.c: New file.
10568 * gdb.base/fork-running-state.exp: New file.
10569
10570 2016-01-25 Pedro Alves <palves@redhat.com>
10571
10572 PR gdb/19494
10573 * gdb.base/catch-fork-kill.c: New file.
10574 * gdb.base/catch-fork-kill.exp: New file.
10575
10576 2016-01-25 Pedro Alves <palves@redhat.com>
10577
10578 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10579 Delete, moved to lib/gdb.exp.
10580 * gdb.threads/forking-threads-plus-breakpoint.exp
10581 (foreach_with_prefix): Likewise.
10582 * gdb.threads/process-dies-while-handling-bp.exp
10583 (foreach_with_prefix): Likewise.
10584 * lib/gdb.exp (foreach_with_prefix): New procedure.
10585
10586 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10587
10588 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10589 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10590
10591 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10592
10593 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10594 endian targets.
10595
10596 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10597 Pedro Alves <palves@redhat.com>
10598
10599 Fix testsuite compatibility with Guile.
10600 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10601 number.
10602
10603 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10604
10605 Fix testsuite compatibility with Guile.
10606 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10607 (thread 1): New test for backtrace through signal handler.
10608
10609 2016-01-22 Yao Qi <yao.qi@linaro.org>
10610
10611 PR testsuite/19491
10612 * gdb.base/multi-forks.c: Include
10613 ../lib/unbuffer_output.c
10614 (main): Call gdb_unbuffer_output.
10615
10616 2016-01-21 Doug Evans <dje@google.com>
10617
10618 * lib/ada.exp (gdb_compile_ada): Fix typo.
10619
10620 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10621
10622 * gdb.base/break-fun-addr.exp: New file.
10623 * gdb.base/break-fun-addr1.c: New file.
10624 * gdb.base/break-fun-addr2.c: New file.
10625
10626 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10627
10628 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10629 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10630 enum flag values.
10631
10632 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10633
10634 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10635 when GDB can not set the vector return value. Add more comments
10636 for clarification.
10637
10638 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10639
10640 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10641 command.
10642
10643 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10644
10645 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10646
10647 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10648
10649 * Makefile.in (check-single): Pass --status to runtest.
10650 (check/%.exp): Likewise.
10651
10652 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10653
10654 * Makefile.in (check-parallel): Propagate return code from make
10655 do-check-parallel.
10656
10657 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10658
10659 * gdb.trace/ftrace.exp: Fix expected message on continue.
10660 * gdb.trace/pending.exp: Fix expected message on continue.
10661 * gdb.trace/trace-break.exp: Fix expected message on continue.
10662
10663 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10664
10665 * lib/gdb.exp (gdb_test): Remove unused global references.
10666
10667 2016-01-18 Pedro Alves <palves@redhat.com>
10668
10669 * gdb.base/async-shell.exp: Adjust expected output.
10670 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10671 * gdb.base/siginfo-thread.exp: Adjust expected output.
10672 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10673 * gdb.java/jnpe.exp: Adjust expected output.
10674 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10675 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10676 * gdb.threads/leader-exit.exp: Adjust expected output.
10677 * gdb.threads/manythreads.exp: Adjust expected output.
10678 * gdb.threads/pthreads.exp: Adjust expected output.
10679 * gdb.threads/schedlock.exp: Adjust expected output.
10680 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10681 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10682 expected output.
10683 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10684 output.
10685 * gdb.threads/sigthread.exp: Adjust expected output.
10686 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10687
10688 2016-01-18 Yao Qi <yao.qi@linaro.org>
10689
10690 * gdb.guile/scm-section-script.c: Replace @progbits with
10691 %progbits.
10692 * gdb.python/py-section-script.c: Likewise.
10693
10694 2016-01-15 Pedro Alves <palves@redhat.com>
10695
10696 * gdb.multi/tids.exp: Test star wildcard ranges.
10697
10698 2016-01-15 Pedro Alves <palves@redhat.com>
10699
10700 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10701 command from "thread apply" invocation.
10702 (thr_apply_info_thr_invalid): Default the expected output to the
10703 input tid list.
10704 (top level): Add tests that use convenience variables. Add tests
10705 for "thread apply" with a valid TID list, but missing the command.
10706
10707 2016-01-13 Pedro Alves <palves@redhat.com>
10708
10709 * gdb.base/default.exp: Expect $_gthread as well.
10710 * gdb.multi/tids.exp: Test $_gthread.
10711 * gdb.threads/thread-specific.exp: Test $_gthread.
10712
10713 2016-01-13 Pedro Alves <palves@redhat.com>
10714
10715 * gdb.multi/tids.exp: Test "info threads -gid".
10716
10717 2016-01-13 Pedro Alves <palves@redhat.com>
10718
10719 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10720 Breakpoint.thread.
10721 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10722
10723 2016-01-07 Pedro Alves <palves@redhat.com>
10724
10725 * gdb.base/break.exp: Adjust to output changes.
10726 * gdb.base/hbreak2.exp: Likewise.
10727 * gdb.base/sepdebug.exp: Likewise.
10728 * gdb.base/watch_thread_num.exp: Likewise.
10729 * gdb.linespec/keywords.exp: Likewise.
10730 * gdb.multi/info-threads.exp: Likewise.
10731 * gdb.threads/thread-find.exp: Likewise.
10732 * gdb.multi/tids.c: New file.
10733 * gdb.multi/tids.exp: New file.
10734
10735 2016-01-13 Pedro Alves <palves@redhat.com>
10736
10737 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10738
10739 2016-01-13 Pedro Alves <palves@redhat.com>
10740
10741 * gdb.base/default.exp: Expect $_inferior as well.
10742 * gdb.multi/base.exp: Test $_inferior.
10743
10744 2016-01-13 Pedro Alves <palves@redhat.com>
10745
10746 PR breakpoints/19388
10747 * gdb.base/catch-signal-siginfo-cond.c: New file.
10748 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10749
10750 2016-01-12 Josh Stone <jistone@redhat.com>
10751 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10752
10753 * gdb.base/catch-syscall.c (do_execve): New variable.
10754 (main): Conditionally trigger an execve.
10755 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10756 (test_catch_syscall_execve): New, check entry/return across execve.
10757 (do_syscall_tests): Call test_catch_syscall_execve.
10758
10759 2016-01-12 Pedro Alves <palves@redhat.com>
10760
10761 * gdb.base/random-signal.exp (do_test): New procedure, with body
10762 of testcase moved in.
10763
10764 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10765 Pedro Alves <palves@redhat.com>
10766
10767 * gdb.base/funcargs.exp (finish from indirectly called function):
10768 Reintroduce the case for 'First'.
10769
10770 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10771 Pedro Alves <palves@redhat.com>
10772
10773 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10774 (tcatch_vfork_then_child_follow_exec)
10775 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10776 identification.
10777
10778 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10779
10780 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10781 and repeats to unlimited.
10782 * gdb.python/py-value.exp: Likewise.
10783 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10784 and repeats to unlimited.
10785
10786 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10787
10788 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10789 and reordering the functions.
10790 * gdb.multi/hangout.c: Likewise.
10791 * gdb.multi/hello.c: Likewise.
10792
10793 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10794
10795 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10796 absolute.
10797 (SingleStatisticTestResult.report): Use dict.keys instead of
10798 dict.iterkeys.
10799
10800 2016-01-06 Pedro Alves <palves@redhat.com>
10801
10802 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10803
10804 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10805
10806 * gdb.btrace/dlopen.exp: New.
10807 * gdb.btrace/dlopen.c: New.
10808 * gdb.btrace/dlopen-dso.c: New.
10809
10810 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10811
10812 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10813 PATTERN argument is optional.
10814
10815 2015-12-24 Joel Brobecker <brobecker@adacore.com>
10816
10817 * lib/ada.exp (target_compile_ada_from_dir): New function.
10818 (gdb_compile_ada): Reimplement avoiding the use of project files.
10819 * gdb.ada/gnat_ada.gpr: Delete.
10820 * gdb.ada/cond_lang.exp: Adjust test to make path before
10821 filename optional.
10822 * gdb.ada/small_reg_param.exp: Likewise.
10823
10824 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10825
10826 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10827
10828 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10829
10830 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10831 case.
10832
10833 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10834
10835 * gdb.base/break.exp: Remove dead code.
10836 * gdb.base/sepdebug.exp: Likewise.
10837
10838 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10839
10840 * gdb.asm/asm-source.exp: Remove HP-UX references.
10841 * gdb.base/annota1.exp: Likewise.
10842 * gdb.base/annota3.exp: Likewise.
10843 * gdb.base/attach.exp: Likewise.
10844 * gdb.base/bigcore.exp: Likewise.
10845 * gdb.base/break.exp: Likewise.
10846 * gdb.base/call-ar-st.exp: Likewise.
10847 * gdb.base/callfuncs.exp: Likewise.
10848 * gdb.base/catch-fork-static.exp: Likewise.
10849 * gdb.base/display.exp: Likewise.
10850 * gdb.base/foll-exec-mode.exp: Likewise.
10851 * gdb.base/foll-exec.exp: Likewise.
10852 * gdb.base/foll-fork.exp: Likewise.
10853 * gdb.base/foll-vfork.exp: Likewise.
10854 * gdb.base/funcargs.exp: Likewise.
10855 * gdb.base/hbreak2.exp: Likewise.
10856 * gdb.base/inferior-died.exp: Likewise.
10857 * gdb.base/interrupt.exp: Likewise.
10858 * gdb.base/multi-forks.exp: Likewise.
10859 * gdb.base/nodebug.exp: Likewise.
10860 * gdb.base/sepdebug.exp: Likewise.
10861 * gdb.base/solib1.c: Likewise.
10862 * gdb.base/step-test.exp: Likewise.
10863 * gdb.mi/non-stop.c: Likewise.
10864 * gdb.mi/pthreads.c: Likewise.
10865 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10866 * gdb.threads/pthreads.c: Likewise.
10867 * gdb.threads/staticthreads.exp: Likewise.
10868 * lib/future.exp: Likewise.
10869 * lib/gdb.exp: Likewise.
10870 * gdb.base/so-indr-cl.c: Remove.
10871 * gdb.base/so-indr-cl.exp: Likewise.
10872 * gdb.base/solib.c: Likewise.
10873 * gdb.base/solib.exp: Likewise.
10874 * gdb.base/solib2.c: Likewise.
10875
10876 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10877
10878 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10879 * gdb.base/call-ar-st.exp: Likewise.
10880 * gdb.base/callfuncs.exp: Likewise.
10881 * gdb.base/condbreak.exp: Likewise.
10882 * gdb.base/constvars.exp: Likewise.
10883 * gdb.base/hbreak2.exp: Likewise.
10884 * gdb.base/langs.exp: Likewise.
10885 * gdb.base/list.exp: Likewise.
10886 * gdb.base/long_long.exp: Likewise.
10887 * gdb.base/ptype.exp: Likewise.
10888 * gdb.base/scope.exp: Likewise.
10889 * gdb.base/signals.exp: Likewise.
10890 * gdb.base/so-impl-ld.exp: Likewise.
10891 * gdb.base/varargs.exp: Likewise.
10892 * gdb.base/volatile.exp: Likewise.
10893 * gdb.base/whatis.exp: Likewise.
10894 * gdb.cp/cplusfuncs.exp: Likewise.
10895 * gdb.cp/inherit.exp: Likewise.
10896 * gdb.cp/local.exp: Likewise.
10897 * gdb.cp/member-ptr.exp: Likewise.
10898 * gdb.cp/method.exp: Likewise.
10899 * gdb.cp/overload.exp: Likewise.
10900 * gdb.cp/templates.exp: Likewise.
10901 * gdb.stabs/weird.exp: Likewise.
10902 * lib/compiler.c: Likewise.
10903 * lib/compiler.cc: Likewise.
10904 * lib/cp-support.exp: Likewise.
10905 * lib/gdb.exp: Likewise.
10906
10907 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10908
10909 * configure.ac: Remove HP-UX case.
10910 * configure: Regenerate.
10911
10912 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10913
10914 * lib/gdb.exp (gdb_compile): Add function doc.
10915
10916 2015-12-17 Pedro Alves <palves@redhat.com>
10917
10918 PR threads/19354
10919 * gdb.multi/info-threads.exp: New file.
10920
10921 2015-12-15 Yao Qi <yao.qi@linaro.org>
10922
10923 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10924 is aarch64*-*-*.
10925
10926 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10927
10928 * gdb.base/history-duplicates.exp: Skip if no readline support.
10929
10930 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10931
10932 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10933
10934 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10935
10936 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10937
10938 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10939
10940 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10941 ctrl-C if nointerrupts target property is set.
10942 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10943 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10944 * gdb.base/paginate-bg-execution.exp: Likewise.
10945 * gdb.base/paginate-execution-startup.exp: Likewise.
10946 * gdb.base/random-signal.exp: Likewise.
10947 * gdb.base/range-stepping.exp: Likewise.
10948 * gdb.cp/annota2.exp: Likewise.
10949 * gdb.cp/annota3.exp: Likewise.
10950 * gdb.gdb/selftest.exp: Likewise.
10951 * gdb.threads/continue-pending-status.exp: Likewise.
10952 * gdb.threads/leader-exit.exp: Likewise.
10953 * gdb.threads/manythreads.exp: Likewise.
10954 * gdb.threads/pthreads.exp: Likewise.
10955 * gdb.threads/schedlock.exp: Likewise.
10956 * gdb.threads/sigthread.exp: Likewise.
10957
10958 2015-12-11 Don Breazeal <donb@codesourcery.com>
10959
10960 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10961 remote.
10962 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10963 * gdb.base/foll-exec.exp (main): Enable for target remote.
10964 * gdb.base/foll-fork.exp (main): Likewise.
10965 * gdb.base/foll-vfork.exp (main): Likewise.
10966 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10967 (proc continue_to_exit_bp_loc): Use clean_restart.
10968 * gdb.base/pie-execl.exp (main): Disable for target remote.
10969 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10970 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10971 * gdb.threads/execl.exp (main): Likewise.
10972 * gdb.threads/fork-child-threads.exp (main): Likewise.
10973 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10974 remote.
10975 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10976 remote.
10977 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10978 pid.tid style ptids, instead of just tid.
10979 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10980 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10981 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10982 ptids, instead of just tid.
10983
10984 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10985
10986 * gdb.base/list.exp (test_list_forward): Add end of file error
10987 test.
10988 (test_repeat_list_command): Add end of file error test.
10989 (test_list_backwards): Add beginning of file error test.
10990
10991 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10992
10993 * gdb.base/list.exp (test_list_invalid_args): New function,
10994 defined, and called.
10995
10996 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10997
10998 * gdb.base/list.exp (test_list): Make test names unique.
10999
11000 2015-12-11 Yao Qi <yao.qi@linaro.org>
11001
11002 * gdb.base/coremaker2.c: Remove.
11003
11004 2015-12-10 Pedro Alves <palves@redhat.com>
11005
11006 * gdb.multi/base.exp: Remove stale "spaces" references.
11007
11008 2015-12-10 Pedro Alves <palves@redhat.com>
11009
11010 * gdb.multi/base.exp: Don't use nowarnings.
11011 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11012 * gdb.multi/hangout.c: Include stdio.h.
11013 * gdb.multi/hello.c: Include stdlib.h.
11014 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11015 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11016 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11017
11018 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11019
11020 * gdb.dwarf2/dw2-ranges-base.c: New file.
11021 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11022 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11023 support additional line table, and debug ranges generation.
11024 (Dwarf::ranges): New function, generate .debug_ranges.
11025 (Dwarf::lines): Support generating simple line table programs.
11026 (Dwarf::assemble): Initialise new namespace variables.
11027
11028 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11029
11030 * gdb.base/async.exp (proc test_background): Add case for
11031 asynchronous execution not supported.
11032
11033 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11034
11035 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11036 format and change test names to make them unique.
11037
11038 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11039 Pedro Alves <pedro@redhat.com>
11040
11041 PR gdb/18702
11042 Add checking of floatformats setup on x86_64 hosts.
11043 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11044 (smallval, bigval): New labels/constants.
11045 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11046 float" after loading bigval and smallval.
11047
11048 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11049
11050 * gdb.ada/fun_overload_menu.exp: New testcase.
11051 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11052
11053 2015-12-04 Josh Stone <jistone@redhat.com>
11054
11055 * gdb.base/catch-fork-static.exp: New.
11056
11057 2015-12-03 Yao Qi <yao.qi@linaro.org>
11058
11059 * gdb.base/sizeof.c: Don't include stdio.h and
11060 ../lib/unbuffer_output.c.
11061 (main): New variable 'size' and 'value'. Remove printf and
11062 gdb_unbuffer_output. Assign return value to size and value.
11063 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11064 at the beginning.
11065 (check_sizeof): Check the result by printing variable 'size'.
11066 (check_valueof): Check the result by printing variable 'value'.
11067
11068 2015-12-01 Yao Qi <yao.qi@linaro.org>
11069
11070 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11071 for aarch64*-*-linux* target.
11072
11073 2015-11-30 Pedro Alves <palves@redhat.com>
11074
11075 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11076
11077 2015-11-30 Pedro Alves <palves@redhat.com>
11078
11079 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11080 Handle non-stop mode vCont replies.
11081
11082 2015-11-30 Pedro Alves <palves@redhat.com>
11083
11084 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11085 prepare_for_testing. Start gdb with "set non-stop on" appended to
11086 GDBFLAGS. Lax expected stop output.
11087
11088 2015-11-27 Yao Qi <yao.qi@linaro.org>
11089
11090 * gdb.arch/arm-neon.exp: New.
11091 * gdb.arch/arm-neon.c: New.
11092
11093 2015-11-27 Yao Qi <yao.qi@linaro.org>
11094
11095 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11096
11097 2015-11-27 Yao Qi <yao.qi@linaro.org>
11098
11099 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11100 frames-invalid annotation.
11101
11102 2015-11-27 Yao Qi <yao.qi@linaro.org>
11103
11104 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11105
11106 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11107
11108 * gdb.threads/names.exp: New file.
11109 * gdb.threads/names.c: New file.
11110 * README: Mention gdb,no_thread_names.
11111
11112 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11113
11114 PR 19297
11115 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11116 support" error.
11117
11118 2015-11-24 Pedro Alves <palves@redhat.com>
11119
11120 PR 17539
11121 * gdb.base/display.exp: Expect displays to be sorted in ascending
11122 order. Use multi_line.
11123 * gdb.base/solib-display.exp: Likewise.
11124
11125 2015-11-24 Pedro Alves <palves@redhat.com>
11126
11127 PR 17539
11128 * gdb.base/display.exp: Expect displays to be sorted in ascending
11129 order. Use multi_line.
11130 * gdb.base/solib-display.exp: Likewise.
11131
11132 2015-11-24 Pedro Alves <palves@redhat.com>
11133
11134 PR 17539
11135 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11136 threads in ascending order.
11137 * gdb.base/foll-fork.exp: Likewise.
11138 * gdb.base/foll-vfork.exp: Likewise.
11139 * gdb.base/multi-forks.exp: Likewise.
11140 * gdb.mi/mi-nonstop.exp: Likewise.
11141 * gdb.mi/mi-nsintrall.exp: Likewise.
11142 * gdb.multi/base.exp: Likewise.
11143 * gdb.multi/multi-arch.exp: Likewise.
11144 * gdb.python/py-inferior.exp: Likewise.
11145 * gdb.threads/break-while-running.exp: Likewise.
11146 * gdb.threads/execl.exp: Likewise.
11147 * gdb.threads/gcore-thread.exp: Likewise.
11148 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11149 * gdb.threads/kill.exp: Likewise.
11150 * gdb.threads/linux-dp.exp: Likewise.
11151 * gdb.threads/multiple-step-overs.exp: Likewise.
11152 * gdb.threads/next-bp-other-thread.exp: Likewise.
11153 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11154 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11155 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11156 * gdb.threads/thread-find.exp: Likewise.
11157 * gdb.threads/tls.exp: Likewise.
11158 * lib/mi-support.exp (mi_reverse_list): Delete.
11159 (mi_check_thread_states): No longer reverse list.
11160
11161 2015-11-24 Pedro Alves <palves@redhat.com>
11162
11163 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11164 use lowercase.
11165
11166 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11167
11168 * gdb.trace/actions.c: Include trace-common.h.
11169 (main): Add a location for a fast tracepoint.
11170 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11171 the normal tracepoints.
11172 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11173
11174 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11175
11176 * save-trace.exp: Factor out code to these...
11177 (gdb_save_tracepoints): New.
11178 (gdb_load_tracepoints): New.
11179 (do_save_load_test): New.
11180
11181 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11182
11183 * gdb.base/asmlabel.exp: New test.
11184 * gdb.base/asmlabel.c: New test case.
11185
11186 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11187
11188 * gdb.base/wrong_frame_bt_full-main.c: New file.
11189 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11190 * gdb.base/wrong_frame_bt_full.exp: New file.
11191
11192 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11193
11194 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11195
11196 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11197
11198 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11199 pstate register when comparing registers values in
11200 sparc64-*-linux-gnu targets to avoid spurious differences.
11201
11202 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11203
11204 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11205
11206 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11207
11208 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11209 as type argument to gdb_compile.
11210 * gdb.base/nested-subp2.exp: Likewise.
11211 * gdb.base/nested-subp3.exp: Likewise.
11212
11213 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11214
11215 * lib/dwarf.exp (_note): Fix left shift of negative value.
11216 * gdb.trace/trace-condition.exp: Likewise.
11217
11218 2015-11-13 Yao Qi <yao.qi@linaro.org>
11219
11220 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11221 comments about d10v.
11222 (test_scalar_returns): Likewise.
11223 * gdb.base/d10v.ld: Remove.
11224 * gdb.base/overlays.exp: Remove the target triplet checking for
11225 d10v-*-*.
11226 * gdb.base/structs.exp (test_struct_returns): Remove the
11227 comments about d10v.
11228 (test_struct_calls): Likewise.
11229
11230 2015-11-13 Yao Qi <yao.qi@linaro.org>
11231
11232 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11233 * gdb.base/gnu_vector.c: Don't include stdio.h.
11234 (main): Don't print res and call add_some_intvecs.
11235
11236 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11237
11238 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11239 macro.
11240 (func5): Removed.
11241 (func4): Use FAST_TRACEPOINT_LABEL.
11242 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11243 macro.
11244 (func): Removed.
11245 (thread_function): Use FAST_TRACEPOINT_LABEL.
11246 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11247 (func): Remove.
11248 (marker): Use FAST_TRACEPOINT_LABEL.
11249 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11250 (pendfunc1): Remove.
11251 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11252 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11253 (foo): Remove.
11254 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11255 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11256 macro.
11257 (func): Remove.
11258 (marker): Use FAST_TRACEPOINT_LABEL.
11259 * gdb.trace/trace-common.h: New header.
11260 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11261 macro.
11262 (func): Remove.
11263 (marker): Use FAST_TRACEPOINT_LABEL.
11264 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11265 (func): Remove.
11266 (thread_function): Use FAST_TRACEPOINT_LABEL.
11267
11268 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11269
11270 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11271 in front.
11272 * gdb.trace/change-loc.exp: Use global pcreg definition.
11273 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11274 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11275 in front.
11276 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11277 * gdb.trace/pending.exp: Likewise.
11278 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11279 * gdb.trace/trace-break.exp: Likewise.
11280 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11281 in front.
11282 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11283 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11284 in front.
11285 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11286
11287 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11288
11289 * gdb.ada/fin_fun_out: New testcase.
11290
11291 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11292
11293 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11294 value associated with DW_AT_byte_size.
11295 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11296 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11297 DW_AT_upper_bound.
11298
11299 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11300
11301 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11302 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11303 version.
11304 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11305 gdb.dwarf2/dw2-canonicalize-type.exp,
11306 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11307 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11308 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11309 provided by gdb_target_symbol_prefix_flags_asm.
11310 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11311 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11312 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11313 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11314 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11315 macros where needed). Use this macro for symbols which require
11316 the prefix provided by SYMBOL_PREFIX.
11317
11318 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11319
11320 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11321 New procs.
11322 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11323 representing expressions, of more than one list element.
11324 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11325 to prepend linker symbol prefix to f.
11326 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11327 table_1 and table_2.
11328 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11329 Likewise, for f and g.
11330 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11331 for ptr.
11332 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11333 for main.
11334 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11335 table_1_ptr and table_2_ptr.
11336
11337 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11338 Joel Brobecker <brobecker@adacore.com>
11339
11340 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11341
11342 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11343
11344 * gdb.reverse/s390-mvcle.c: New test.
11345 * gdb.reverse/s390-mvcle.exp: New file.
11346 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11347
11348 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11349
11350 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11351
11352 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11353
11354 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11355 reaching marker2.
11356 * gdb.reverse/getresuid-reverse.exp: Likewise.
11357 * gdb.reverse/pipe-reverse.exp: Likewise.
11358 * gdb.reverse/readv-reverse.exp: Likewise.
11359 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11360 * gdb.reverse/time-reverse.exp: Likewise.
11361 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11362
11363 2015-10-30 Yao Qi <yao.qi@linaro.org>
11364
11365 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11366 (empty_cycle): Remove.
11367 (main): Don't call empty_cycle. Don't use watch_count_done.
11368 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11369 empty_cycle. Rewrite the code counting HW watchpoints.
11370
11371 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11372
11373 * gdb.reverse/fstatat-reverse.c: New test.
11374 * gdb.reverse/fstatat-reverse.exp: New file.
11375 * gdb.reverse/getresuid-reverse.c: New test.
11376 * gdb.reverse/getresuid-reverse.exp: New file.
11377 * gdb.reverse/pipe-reverse.c: New test.
11378 * gdb.reverse/pipe-reverse.exp: New file.
11379 * gdb.reverse/readv-reverse.c: New test.
11380 * gdb.reverse/readv-reverse.exp: New file.
11381 * gdb.reverse/recvmsg-reverse.c: New test.
11382 * gdb.reverse/recvmsg-reverse.exp: New file.
11383 * gdb.reverse/time-reverse.c: New test.
11384 * gdb.reverse/time-reverse.exp: New file.
11385 * gdb.reverse/waitpid-reverse.c: New test.
11386 * gdb.reverse/waitpid-reverse.exp: New file.
11387
11388 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11389
11390 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11391
11392 2015-10-26 Doug Evans <dje@google.com>
11393
11394 PR symtab/17391
11395 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11396 * gdb.dwarf2/bad-regnum.c: New file.
11397 * gdb.dwarf2/bad-regnum.exp: New file.
11398
11399 2015-10-26 Doug Evans <dje@google.com>
11400
11401 PR python/18938
11402 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11403 file.
11404
11405 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11406
11407 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11408 for a change by "Mention language in compile error message".
11409
11410 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11411
11412 PR python/18073
11413 * gdb.python/py-type.c (C::a_method): New.
11414 (C::a_const_method): New.
11415 (C::a_static_method): New.
11416 (a_function): New.
11417 * gdb.python/py-type.exp (test_fields): Test getting fields
11418 from function and method.
11419
11420 2015-10-21 Keven Boell <keven.boell@intel.com>
11421
11422 * gdb.fortran/vla-alloc-assoc.exp: New file.
11423 * gdb.fortran/vla-datatypes.exp: New file.
11424 * gdb.fortran/vla-datatypes.f90: New file.
11425 * gdb.fortran/vla-history.exp: New file.
11426 * gdb.fortran/vla-ptype-sub.exp: New file.
11427 * gdb.fortran/vla-ptype.exp: New file.
11428 * gdb.fortran/vla-sizeof.exp: New file.
11429 * gdb.fortran/vla-sub.f90: New file.
11430 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11431 * gdb.fortran/vla-value-sub-finish.exp: New file.
11432 * gdb.fortran/vla-value-sub.exp: New file.
11433 * gdb.fortran/vla-value.exp: New file.
11434 * gdb.fortran/vla-ptr-info.exp: New file.
11435 * gdb.mi/mi-vla-fortran.exp: New file.
11436 * gdb.mi/vla.f90: New file.
11437
11438 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11439
11440 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11441 of hardwired timeout value.
11442
11443 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11444 Pedro Alves <palves@redhat.com>
11445
11446 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11447 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11448
11449 2015-10-19 Josh Stone <jistone@redhat.com>
11450
11451 * gdb.base/catch-syscall.c: Include <sched.h>.
11452 (unknown_syscall): New variable.
11453 (main): Trigger a vfork and an unknown syscall.
11454 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11455 (unknown_syscall_number): Likewise.
11456 (check_call_to_syscall): Accept an optional syscall pattern.
11457 (check_return_from_syscall): Likewise.
11458 (check_continue): Likewise.
11459 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11460 (test_catch_syscall_skipping_return): New test toggling off 'catch
11461 syscall' to step over the syscall return, then toggling back on.
11462 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11463 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11464 (do_syscall_tests): Call test_catch_syscall_without_args and
11465 test_catch_syscall_mid_vfork.
11466 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11467 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11468
11469 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11470
11471 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11472 print g_vE): Add new pass patterns.
11473 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11474 print various symbol names for vptr fields.
11475
11476 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11477
11478 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11479 results.
11480
11481 2015-10-12 Yao Qi <yao.qi@linaro.org>
11482
11483 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11484
11485 2015-10-12 Yao Qi <yao.qi@linaro.org>
11486
11487 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11488 is aarch64*-*-linux*.
11489
11490 2015-10-12 Yao Qi <yao.qi@linaro.org>
11491
11492 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11493 (can_relocate_bcond_true): ... it.
11494 (can_relocate_bcond_false): New function.
11495 (foo): Likewise.
11496 (can_relocate_bl): Likewise.
11497 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11498 can_relocate_bl.
11499
11500 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11501
11502 * gdb.base/nested-addr.c: New file.
11503 * gdb.base/nested-addr.exp: New testcase.
11504
11505 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11506
11507 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11508 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11509 its output. Ignore the output of "record goto begin" and instead
11510 check that GDB is replaying.
11511
11512 2015-10-09 Pedro Alves <palves@redhat.com>
11513
11514 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11515 (top level): Use it in the run with no args test.
11516
11517 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11518
11519 * gdb.dlang/properties.exp: New file.
11520
11521 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11522
11523 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11524 whether or not address 0x1000 is mapped on the target.
11525
11526 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11527
11528 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11529 build.
11530
11531 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11532
11533 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11534 instruction-history test.
11535
11536 2015-09-28 Doug Evans <dje@google.com>
11537
11538 * gdb.base/gcore.c (array_func): Add reference to static_array.
11539
11540 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11541
11542 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11543 source line.
11544
11545 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11546
11547 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11548 short or char as base type.
11549
11550 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11551
11552 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11553 to allow any size enum.
11554
11555 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11556
11557 * gdb.ada/array_ptr_renaming.exp: New testcase.
11558 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11559 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11560
11561 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11562
11563 * gdb.trace/ftrace-lock.c: New file.
11564 * gdb.trace/ftrace-lock.exp: New file.
11565
11566 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11567
11568 * gdb.arch/insn-reloc.c: New file.
11569 * gdb.arch/ftrace-insn-reloc.exp: New file.
11570
11571 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11572
11573 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11574 instruction.
11575 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11576 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11577 * gdb.trace/range-stepping.c: Likewise.
11578 * gdb.trace/trace-break.c: Likewise.
11579 * gdb.trace/trace-mt.c (thread_function): Likewise.
11580 * gdb.trace/ftrace.c (marker): Likewise.
11581 * gdb.trace/trace-condition.c (marker): Likewise.
11582 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11583 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11584 is_aarch64_target.
11585
11586 2015-09-18 Doug Evans <xdje42@gmail.com>
11587
11588 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11589 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11590
11591 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11592
11593 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11594 the breakpoint.
11595
11596 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11597
11598 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11599 the pending breakpoint. Remove timeout override for "Run till
11600 MI pending breakpoint on pendfunc3 on thread 2" test.
11601
11602 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11603
11604 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11605 filename pattern.
11606
11607 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11608
11609 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11610 in breakpoint filename pattern.
11611
11612 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11613
11614 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11615
11616 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11617
11618 * gdb.linespec/explicit.exp: Check for readline support for
11619 tab-completion tests. Fix obvious typo.
11620
11621 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11622
11623 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11624 and replay.
11625
11626 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11627
11628 * gdb.btrace/non-stop.c: New.
11629 * gdb.btrace/non-stop.exp: New.
11630
11631 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11632 Yao Qi <yao.qi@linaro.org>
11633
11634 * gdb.trace/trace-condition.c: New file.
11635 * gdb.trace/trace-condition.exp: New file.
11636
11637 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11638
11639 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11640 for testing bytecode compilation.
11641
11642 2015-09-16 Pedro Alves <palves@redhat.com>
11643 Sandra Loosemore <sandra@codesourcery.com>
11644
11645 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11646 (SECONDS): Redefine.
11647 (main): Call pthread_kill and alarm early.
11648 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11649 support.
11650 (test): If the target can't hardware step and doesn't support
11651 displaced stepping, increase the timeout.
11652
11653 2015-09-16 Pedro Alves <palves@redhat.com>
11654
11655 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11656 (enable_debug): New procedures.
11657 (test): Use them. Bail out if waiting for threads fails.
11658 (top level): Bail out if a test fails.
11659
11660 2015-09-16 Yao Qi <yao.qi@linaro.org>
11661
11662 * gdb.asm/asm-source.exp: Set asm-arch for
11663 aarch64*-*-* target.
11664 * gdb.asm/aarch64.inc: New file.
11665
11666 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11667
11668 * gdb.ada/array_of_variable_length.exp: New testcase.
11669 * gdb.ada/array_of_variable_length/foo.adb: New file.
11670 * gdb.ada/array_of_variable_length/pck.adb: New file.
11671 * gdb.ada/array_of_variable_length/pck.ads: New file.
11672
11673 2015-09-15 Doug Evans <dje@google.com>
11674
11675 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11676 of function static local variable.
11677
11678 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11679
11680 * gdb.threads/tls-so_extern.exp: New test file.
11681 * gdb.threads/tls-so_extern.c: New test file.
11682 * gdb.threads/tls-so_extern_main.c: New test file.
11683
11684 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11685
11686 * gdb.opt/solib-intra-step-lib.c: New file.
11687 * gdb.opt/solib-intra-step-main.c: New file.
11688 * gdb.opt/solib-intra-step.exp: New file.
11689
11690 2015-09-15 Pedro Alves <palves@redhat.com>
11691
11692 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11693 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11694
11695 2015-09-14 Pedro Alves <palves@redhat.com>
11696
11697 * gdb.base/hook-stop-continue.c: Delete.
11698 * gdb.base/hook-stop-continue.exp: Delete.
11699 * gdb.base/hook-stop-frame.c: Delete.
11700 * gdb.base/hook-stop-frame.exp: Delete.
11701 * gdb.base/hook-stop.c: New file.
11702 * gdb.base/hook-stop.exp: New file.
11703
11704 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11705
11706 * gdb.ada/access_to_packed_array.exp: New testcase.
11707 * gdb.ada/access_to_packed_array/foo.adb: New file.
11708 * gdb.ada/access_to_packed_array/pack.adb: New file.
11709 * gdb.ada/access_to_packed_array/pack.ads: New file.
11710
11711 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11712
11713 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11714 buffer size test.
11715
11716 2015-09-11 Don Breazeal <donb@codesourcery.com>
11717
11718 * gdb.base/foll-exec.c: Add copyright header. Fix
11719 formatting issues.
11720 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11721 (do_exec_tests): Use clean_restart in place of zap_session,
11722 and for test initialization. Fix formatting issues. Use
11723 fail in place of perror.
11724 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11725 an expect statement to match an expression with output from
11726 the program under debug.
11727 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11728 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11729 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11730 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11731 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11732
11733 2015-09-09 Doug Evans <dje@google.com>
11734
11735 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11736
11737 2015-09-09 Doug Evans <dje@google.com>
11738
11739 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11740
11741 2015-09-09 Doug Evans <dje@google.com>
11742
11743 * gdb.base/savedregs.exp: Fix typo.
11744
11745 2015-09-09 Pedro Alves <palves@redhat.com>
11746
11747 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11748
11749 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11750
11751 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11752 command actually switches threads. Give up on remaining
11753 tests if target fails to stop at breakpoint.
11754
11755 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11756
11757 * gdb.ada/funcall_char.exp: New testcase.
11758 * gdb.ada/funcall_char/foo.adb: New file.
11759
11760 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11761
11762 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11763 expected outputs. Add two testcases for completing ambiguous
11764 functions.
11765 * gdb.ada/complete/aux_pck.adb: New file.
11766 * gdb.ada/complete/aux_pck.ads: New file.
11767 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11768 Ambiguous_Func functions.
11769 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11770 * gdb.ada/complete/pck.adb: Likewise.
11771
11772 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11773
11774 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11775 failures to run the test program under GDB.
11776
11777 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
11778
11779 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11780 to C.
11781
11782 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11783
11784 * gdb.base/run-after-attach.exp: New test file.
11785 * gdb.base/run-after-attach.c: New test file.
11786
11787 2015-08-26 Don Breazeal <donb@codesourcery.com>
11788
11789 * gdb.base/foll-exec-2.c: New test program.
11790 * gdb.base/foll-exec-2.exp: New test.
11791
11792 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11793
11794 * gdb.base/nested-subp1.exp: New file.
11795 * gdb.base/nested-subp1.c: New file.
11796 * gdb.base/nested-subp2.exp: New file.
11797 * gdb.base/nested-subp2.c: New file.
11798 * gdb.base/nested-subp3.exp: New file.
11799 * gdb.base/nested-subp3.c: New file.
11800
11801 2015-08-24 Pedro Alves <palves@redhat.com>
11802
11803 * gdb.server/connect-without-multi-process.c: New file.
11804 * gdb.server/connect-without-multi-process.exp: New file.
11805
11806 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11807
11808 * gdb.opt/inline-markers.c: Make z int.
11809
11810 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11811
11812 * gdb.opt/inline-markers.c: Make z volatile.
11813
11814 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11815
11816 * gdb.opt/inline-bt.c: New volatile global z.
11817 * gdb.opt/inline-cmds.c: Likewise.
11818 * gdb.opt/inline-locals.c: Likewise.
11819 * gdb.opt/inline-markers.c: New extern global z.
11820 (marker): Use z.
11821 (inline_fn): Likewise.
11822
11823 2015-08-24 Pedro Alves <palves@redhat.com>
11824
11825 * config/m32r-stub.exp: Remove file.
11826 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11827 * gdb.base/call-rt-st.exp: Likewise.
11828 * gdb.base/call-strs.exp: Likewise.
11829 * gdb.base/default.exp: Remove references to h8300-*-hms and
11830 *-*-udi*.
11831 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11832
11833 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11834
11835 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11836 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11837 and "return" use KFAIL when GDB can not read/write the vector
11838 return value.
11839
11840 2015-08-21 Gary Benson <gbenson@redhat.com>
11841
11842 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11843
11844 2015-08-20 Pedro Alves <palves@redhat.com>
11845
11846 * gdb.server/solib-list.exp: No longer expect an interior stop in
11847 non-stop mode.
11848
11849 2015-08-20 Pedro Alves <palves@redhat.com>
11850
11851 * gdb.server/connect-stopped-target.c: New file.
11852 * gdb.server/connect-stopped-target.exp: New file.
11853
11854 2015-08-20 Pedro Alves <palves@redhat.com>
11855
11856 * gdb.dwarf2/comp-unit-lang.exp: New file.
11857 * gdb.dwarf2/comp-unit-lang.c: New file.
11858
11859 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11860
11861 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11862 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11863
11864 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11865
11866 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11867 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11868
11869 2015-08-18 Doug Evans <dje@google.com>
11870 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11871
11872 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11873 skip_python_tests. New arg prompt_regexp.
11874 (skip_python_tests): New function.
11875 * lib/mi-support.exp (mi_skip_python_tests): New function.
11876 * gdb.python/py-mi-objfile-gdb.py: New file.
11877 * gdb.python/py-mi-objfile.c: New file.
11878 * gdb.python/py-mi-objfile.exp: New file.
11879
11880 2015-08-17 Keith Seitz <keiths@redhat.com>
11881
11882 * gdb.linespec/explicit.exp: Move strace test from here ...
11883 * gdb.trace/strace.exp: ... to here.
11884
11885 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11886
11887 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11888 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11889
11890 2015-08-14 Doug Evans <xdje42@gmail.com>
11891
11892 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11893 inferior before selecting a new file.
11894
11895 2015-08-14 Doug Evans <xdje42@gmail.com>
11896
11897 * gdb.mi/mi-disassemble.exp: Update.
11898 * gdb.base/disasm-optim.S: New file.
11899 * gdb.base/disasm-optim.c: New file.
11900 * gdb.base/disasm-optim.h: New file.
11901 * gdb.base/disasm-optim.exp: New file.
11902
11903 2015-08-14 Keith Seitz <keiths@redhat.com>
11904
11905 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11906 "evaluated-by".
11907
11908 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11909
11910 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11911
11912 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11913
11914 * gdb.ada/fun_renaming.exp: New testcase.
11915 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11916 * gdb.ada/fun_renaming/pack.adb: New file.
11917 * gdb.ada/fun_renaming/pack.ads: New file.
11918
11919 2015-08-12 Keith Seitz <keiths@redhat.com>
11920
11921 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11922 gdb_get_line_number.
11923
11924 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11925
11926 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11927 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11928 gdb.base/dso2dso.exp: New files.
11929
11930 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11931 Pedro Alves <palves@redhat.com>
11932 Keith Seitz <keiths@redhat.com>
11933
11934 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11935 GDBFLAGS.
11936
11937 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11938
11939 * gdb.base/gdbhistsize-history.exp
11940 (test_histsize_history_setting): Use save_vars.
11941 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11942 Use save_vars.
11943 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11944 * gdb.base/readline.exp: Use save_vars.
11945
11946 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11947
11948 * lib/gdb.exp (save_vars): New proc.
11949
11950 2015-08-11 Keith Seitz <keiths@redhat.com>
11951
11952 * gdb.base/help.exp: Update help_breakpoint_text.
11953
11954 2015-08-11 Keith Seitz <keiths@redhat.com>
11955
11956 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11957 (at toplevel): Call test_explicit_breakpoints.
11958 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11959 breakpoints.
11960 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11961 breakpoint conditions, "-cond".
11962
11963 2015-08-11 Keith Seitz <keiths@redhat.com>
11964
11965 * gdb.linespec/3explicit.c: New file.
11966 * gdb.linespec/cpexplicit.cc: New file.
11967 * gdb.linespec/cpexplicit.exp: New file.
11968 * gdb.linespec/explicit.c: New file.
11969 * gdb.linespec/explicit.exp: New file.
11970 * gdb.linespec/explicit2.c: New file.
11971 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11972 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11973 before using in the matching pattern.
11974 Clarify that `prefix' is a regular expression.
11975
11976 2015-08-11 Keith Seitz <keiths@redhat.com>
11977
11978 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11979 test.
11980 Add tests for missing ",FMT" and ",".
11981
11982 2015-08-10 Doug Evans <dje@google.com>
11983 Keith Seitz <keiths@redhat.com>
11984
11985 PR gdb/17960
11986 * gdb.base/completion.exp: Add location completer tests.
11987
11988 2015-08-07 Pedro Alves <palves@redhat.com>
11989
11990 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11991 tests here.
11992 (top level): Run do_test with and without displaced stepping.
11993
11994 2015-08-07 Pedro Alves <palves@redhat.com>
11995
11996 * gdb.base/valgrind-disp-step.c: New file.
11997 * gdb.base/valgrind-disp-step.exp: New file.
11998
11999 2015-08-07 Pedro Alves <palves@redhat.com>
12000
12001 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12002 Delete function.
12003 (main): Add alarm. Run an infinite loop instead of calling
12004 wait_threads.
12005 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12006 comment.
12007 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12008 Delete function.
12009 (main): Add alarm. Run an infinite loop instead of calling
12010 wait_threads.
12011 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12012 comment.
12013
12014 2015-08-07 Pedro Alves <palves@redhat.com>
12015
12016 * gdb.base/checkpoint-ns.exp: New file.
12017 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12018 standard_testfile.
12019
12020 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12021
12022 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12023 * gdb.btrace/instruction_history.exp: Update.
12024 * gdb.btrace/tsx.exp: New.
12025 * gdb.btrace/tsx.c: New.
12026
12027 2015-08-06 Pedro Alves <palves@redhat.com>
12028
12029 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12030 increase timeout.
12031 * gdb.reverse/until-precsave.exp: Bump timeouts.
12032
12033 2015-08-06 Pedro Alves <palves@redhat.com>
12034
12035 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12036
12037 2015-08-06 Pedro Alves <palves@redhat.com>
12038
12039 PR gdb/18749
12040 * gdb.threads/process-dies-while-handling-bp.c: New file.
12041 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12042
12043 2015-08-06 Pedro Alves <palves@redhat.com>
12044
12045 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12046 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12047
12048 2015-08-05 Pedro Alves <palves@redhat.com>
12049
12050 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12051 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12052
12053 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12054
12055 * gdb.base/bp-permanent.exp: Report test as unsupported if
12056 the target cannot stop at the permanent breakpoint.
12057
12058 2015-08-03 Doug Evans <dje@google.com>
12059
12060 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12061 10000.
12062
12063 2015-08-03 Doug Evans <dje@google.com>
12064
12065 * Makefile.in (workers/%.worker, build-perf): New rule.
12066 (GDB_PERFTEST_MODE): New variable.
12067 (check-perf): Use it.
12068 (clean): Clean up gdb.perf parallel build subdirs.
12069 * lib/build-piece.exp: New file.
12070 * lib/gdb.exp (make_gdb_parallel_path): New function
12071 (standard_output_file, standard_temp_file): Call it.
12072 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12073 of $GDB_PARALLEL.
12074 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12075
12076 2015-08-03 Doug Evans <dje@google.com>
12077
12078 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12079 (LOG_FILE_NAME): New global.
12080 (TextReporter.__init__): Initialize self.txt_sum.
12081 (TextReporter.report): Add support for multiple data-points.
12082 Move report to perftest.sum, put raw data in perftest.log.
12083 (TextReporter.start): Open sum and log files.
12084 (TextReporter.end): Close sum and log files.
12085 * gdb.perf/lib/perftest/testresult.py
12086 (SingleStatisticTestResult.record): Handle multiple data-points.
12087
12088 2015-07-31 Pedro Alves <palves@redhat.com>
12089
12090 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12091 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12092 kill_wait_spawned_process instead of explicit "kill -9".
12093 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12094 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12095 kill_wait_spawned_process.
12096 * gdb.base/attach-twice.exp: Likewise.
12097 * gdb.base/attach.exp: Likewise.
12098 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12099 gdb_test_multiple.
12100 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12101 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12102 kill_wait_spawned_process.
12103 * gdb.base/valgrind-infcall.exp: Likewise.
12104 * gdb.multi/multi-attach.exp: Likewise.
12105 * gdb.python/py-prompt.exp: Likewise.
12106 * gdb.python/py-sync-interp.exp: Likewise.
12107 * gdb.server/ext-attach.exp: Likewise.
12108 * gdb.threads/attach-into-signal.exp (corefunc): Use
12109 spawn_wait_for_attach, spawn_id_get_pid and
12110 kill_wait_spawned_process.
12111 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12112 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12113 spawn_id_get_pid and kill_wait_spawned_process.
12114 * gdb.threads/attach-stopped.exp (corefunc): Use
12115 spawn_wait_for_attach, spawn_id_get_pid and
12116 kill_wait_spawned_process.
12117 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12118 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12119 kill_wait_spawned_process instead of explicit "kill -9".
12120 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12121 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12122 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12123 processes. Don't map cygwin/windows pids here. Now returns a
12124 spawn id list.
12125
12126 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12127
12128 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12129 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12130 correct patch.
12131
12132 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12133
12134 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12135
12136 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12137
12138 Reapply:
12139 2014-05-21 Mark Wielaard <mjw@redhat.com>
12140
12141 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12142
12143 2015-07-30 Pedro Alves <palves@redhat.com>
12144
12145 * linux-low.c (handle_extended_wait): Set the child's last
12146 reported status to TARGET_WAITKIND_STOPPED.
12147
12148 2015-07-30 Pedro Alves <palves@redhat.com>
12149
12150 PR threads/18600
12151 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12152 only shows inferior 1.
12153
12154 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12155 Pedro Alves <palves@redhat.com>
12156
12157 PR threads/18600
12158 * gdb.threads/fork-plus-threads.c: New file.
12159 * gdb.threads/fork-plus-threads.exp: New file.
12160
12161 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12162
12163 * gdb.base/batch-preserve-term-settings.exp
12164 (test_terminal_settings_preserved_after_cli_exit): Use
12165 send_quit_command.
12166
12167 2015-07-29 Pedro Alves <palves@redhat.com>
12168 Don Breazeal <donb@codesourcery.com>
12169
12170 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12171 output from both inferior_spawn_id and gdb_spawn_id.
12172
12173 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12174
12175 * gdb.threads/attach-into-signal.exp (corefunc): Use
12176 with_test_prefix on nested loops, uniquefying the test messages.
12177
12178 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12179
12180 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12181 commit.
12182
12183 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12184
12185 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12186 New proc.
12187 (test_terminal_settings_preserved_after_sigterm): New test.
12188
12189 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12190
12191 * gdb.base/batch-preserve-term-settings.exp
12192 (test_terminal_settings_preserved_after_cli_exit): New test.
12193
12194 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12195
12196 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12197 manipulation of saved_gdbflags.
12198 (test_terminal_settings_preserved): Remove global declaration of
12199 the unused variable pagination_prompt. Remove manipulation of
12200 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12201 GDBFLAGS.
12202
12203 2015-07-29 Pedro Alves <palves@redhat.com>
12204
12205 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12206
12207 2015-07-29 Pedro Alves <palves@redhat.com>
12208
12209 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12210 at the top.
12211
12212 2015-07-29 Pedro Alves <palves@redhat.com>
12213
12214 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12215 (main): Call gdb_unbuffer_output.
12216 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12217 (main): Call gdb_unbuffer_output.
12218 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12219 (main): Call gdb_unbuffer_output.
12220 * gdb.base/call-strs.exp: Adjust to step over the
12221 gdb_unbuffer_output call.
12222 * gdb.base/catch-gdb-caused-signals.c: Include
12223 "../lib/unbuffer_output.c".
12224 (main): Call gdb_unbuffer_output.
12225 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12226 (main): Call gdb_unbuffer_output.
12227 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12228 (main): Call gdb_unbuffer_output.
12229 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12230 (main): Call gdb_unbuffer_output.
12231 * gdb.base/shlib-call.exp: Adjust to step over the
12232 gdb_unbuffer_output call.
12233 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12234 (main): Call gdb_unbuffer_output.
12235 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12236 (main): Call gdb_unbuffer_output.
12237 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12238 (main): Rename to ...
12239 (test): ... this.
12240 (main): Reimplement.
12241 * gdb.base/varargs.exp: Run to test instead of to main.
12242 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12243 (main): Call gdb_unbuffer_output.
12244
12245 2015-07-29 Pedro Alves <palves@redhat.com>
12246
12247 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12248 factore out from mi_continue_dprintf. For call-style dprintfs,
12249 expect dprintf output out of $inferior_spawn_id.
12250 (mi_continue_dprintf): Use mi_expect_dprintf.
12251 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12252 (main): Call gdb_unbuffer_output.
12253
12254 2015-07-29 Pedro Alves <palves@redhat.com>
12255
12256 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12257 (default_mi_gdb_start): Set inferior_spawn_id instead of
12258 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12259 gdb_spawn_id.
12260 (mi_gdb_test): Always expect inferior output from both
12261 $inferior_spawn_id and $gdb_spawn_id.
12262
12263 2015-07-29 Pedro Alves <palves@redhat.com>
12264
12265 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12266 send_inferior and $inferior_spawn_id.
12267
12268 2015-07-29 Pedro Alves <palves@redhat.com>
12269
12270 * gdb.gdb/complaints.exp (test_initial_complaints)
12271 (test_serial_complaints, test_short_complaints): Use
12272 gdb_test_stdio.
12273 (test_empty_complaint): Handle $inferior_spawn_id !=
12274 $gdb_spawn_id.
12275
12276 2015-07-29 Pedro Alves <palves@redhat.com>
12277
12278 * gdb.base/varargs.exp: Use gdb_test_stdio.
12279
12280 2015-07-29 Pedro Alves <palves@redhat.com>
12281
12282 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12283
12284 2015-07-29 Pedro Alves <palves@redhat.com>
12285
12286 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12287
12288 2015-07-29 Pedro Alves <palves@redhat.com>
12289
12290 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12291 parameter into two new parameters, "inf_result" and "gdb_result".
12292 Expect inferior output and gdb output from $inferior_spawn_id and
12293 $gdb_spawn_id, respectively. Adjust all callers.
12294
12295 2015-07-29 Pedro Alves <palves@redhat.com>
12296
12297 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12298 of gdb_test_sequence.
12299
12300 2015-07-29 Pedro Alves <palves@redhat.com>
12301
12302 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12303 (saw_spurious_output): Expect inferior output from
12304 $inferior_spawn_id. Use gdb_test_stdio.
12305
12306 2015-07-29 Pedro Alves <palves@redhat.com>
12307
12308 * gdb.base/dprintf.exp: Use standard_testfile. Change
12309 prepare_for_testing call.
12310 (srcfile): Don't set.
12311 (restart): New procedure.
12312 (test_dprintf): New procecure, use to continue over dprintfs.
12313 (test_call, test_agent): New procedures, tests moved here.
12314 Restart gdb and recreate dprintfs. Adjust expected output.
12315
12316 2015-07-29 Pedro Alves <palves@redhat.com>
12317
12318 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12319
12320 2015-07-29 Pedro Alves <palves@redhat.com>
12321
12322 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12323
12324 2015-07-29 Pedro Alves <palves@redhat.com>
12325
12326 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12327 gdb_test_stdio.
12328
12329 2015-07-29 Pedro Alves <palves@redhat.com>
12330
12331 * lib/gdb.exp (gdb_test_stdio): New procedure.
12332
12333 2015-07-29 Pedro Alves <palves@redhat.com>
12334
12335 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12336
12337 2015-07-29 Pedro Alves <palves@redhat.com>
12338
12339 * gdb.base/call-signal-resume.exp: Remove check for
12340 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12341 * gdb.base/unwindonsignal.exp: Likewise.
12342 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12343 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12344
12345 2015-07-29 Pedro Alves <palves@redhat.com>
12346
12347 * gdb.base/siginfo-addr.c (pass): New function.
12348 (handler): Call it iff si_addr is correct.
12349 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12350 Set a breakpoint at "pass" and continue to it.
12351
12352 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12353
12354 * gdb.python/py-objfile.exp: Make some tests have unique names.
12355 * gdb.python/py-pp-registration.exp: Likewise.
12356
12357 2015-07-28 Pedro Alves <palves@redhat.com>
12358
12359 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12360
12361 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12362
12363 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12364
12365 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12366
12367 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12368
12369 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12370
12371 * gdb.base/gdb-sigterm-2.exp: New test.
12372
12373 2015-07-25 Doug Evans <xdje42@gmail.com>
12374
12375 Revert:
12376 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12377 (workers/%.worker, build-perf): New rule.
12378 (GDB_PERFTEST_MODE): New variable.
12379 (check-perf): Use it.
12380 (clean): Clean up gdb.perf parallel build subdirs.
12381 * lib/build-piece.exp: New file.
12382 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12383 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12384 name.
12385 (standard_temp_file): Ditto.
12386 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12387 of $GDB_PARALLEL.
12388
12389 2015-07-24 Doug Evans <dje@google.com>
12390
12391 * gdb.perf/lib/perftest/utils.py: New file.
12392 * gdb.perf/gm-hello.cc: New file.
12393 * gdb.perf/gm-pervasive-typedef.cc: New file.
12394 * gdb.perf/gm-pervasive-typedef.h: New file.
12395 * gdb.perf/gm-std.cc: New file.
12396 * gdb.perf/gm-std.h: New file.
12397 * gdb.perf/gm-use-cerr.cc: New file.
12398 * gdb.perf/gm-utils.h: New file.
12399 * gdb.perf/gmonster-null-lookup.py: New file.
12400 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12401 * gdb.perf/gmonster-print-cerr.py: New file.
12402 * gdb.perf/gmonster-ptype-string.py: New file.
12403 * gdb.perf/gmonster-runto-main.py: New file.
12404 * gdb.perf/gmonster-select-file.py: New file.
12405 * gdb.perf/gmonster1-null-lookup.exp: New file.
12406 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12407 * gdb.perf/gmonster1-print-cerr.exp: New file.
12408 * gdb.perf/gmonster1-ptype-string.exp: New file.
12409 * gdb.perf/gmonster1-runto-main.exp: New file.
12410 * gdb.perf/gmonster1-select-file.exp: New file.
12411 * gdb.perf/gmonster1.cc: New file.
12412 * gdb.perf/gmonster1.exp: New file.
12413 * gdb.perf/gmonster2-null-lookup.exp: New file.
12414 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12415 * gdb.perf/gmonster2-print-cerr.exp: New file.
12416 * gdb.perf/gmonster2-ptype-string.exp: New file.
12417 * gdb.perf/gmonster2-runto-main.exp: New file.
12418 * gdb.perf/gmonster2-select-file.exp: New file.
12419 * gdb.perf/gmonster2.cc: New file.
12420 * gdb.perf/gmonster2.exp: New file.
12421
12422 2015-07-24 Doug Evans <dje@google.com>
12423
12424 * gdb.perf/README: New file.
12425 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12426 * lib/gen-perf-test.exp: New file.
12427
12428 2015-07-24 Doug Evans <dje@google.com>
12429
12430 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12431 (PerfTest::startup): New function.
12432 (PerfTest::run): Return result of calling body.
12433 (PerfTest::assemble): Rewrite.
12434 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12435 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12436 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12437 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12438 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12439
12440 2015-07-24 Doug Evans <dje@google.com>
12441
12442 * lib/gdb.exp (clean_restart): Make executable optional.
12443
12444 2015-07-24 Doug Evans <dje@google.com>
12445
12446 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12447 compiler_info references.
12448 * gdb.cp/temargs.exp: Ditto.
12449 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12450 (get_compiler_info): Early exit if already computed. Set compiler_info
12451 to "unknown" if there was a problem.
12452 (test_compiler_info): Add function comment. Call get_compiler_info.
12453
12454 2015-07-24 Doug Evans <dje@google.com>
12455
12456 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12457 (workers/%.worker, build-perf): New rule.
12458 (GDB_PERFTEST_MODE): New variable.
12459 (check-perf): Use it.
12460 (clean): Clean up gdb.perf parallel build subdirs.
12461 * lib/build-piece.exp: New file.
12462 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12463 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12464 name.
12465 (standard_temp_file): Ditto.
12466 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12467 of $GDB_PARALLEL.
12468
12469 2015-07-24 Doug Evans <dje@google.com>
12470
12471 * lib/future.exp (gdb_default_target_compile): New option
12472 "early_flags".
12473 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12474 --as-needed.
12475
12476 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12477
12478 * gdb.base/catch-syscall.exp: Call gdb_exit before
12479 gdb_skip_xml_test.
12480
12481 2015-07-24 Pedro Alves <palves@redhat.com>
12482
12483 * gdb.python/py-events.exp: Accept output between the stop event
12484 and the prompt.
12485 * gdb.python/py-evsignal.exp: Likewise.
12486 * gdb.python/py-evthreads.exp: Likewise.
12487
12488 2015-07-24 Pedro Alves <palves@redhat.com>
12489
12490 PR gdb/18717
12491 * gdb.threads/non-ldr-exit.c: New file.
12492 * gdb.threads/non-ldr-exit.exp: New file.
12493
12494 2015-07-24 Yao Qi <yao.qi@linaro.org>
12495
12496 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12497 restarting process.
12498
12499 2015-07-24 Yao Qi <yao.qi@linaro.org>
12500
12501 * gdb.server/ext-restart.exp: New file.
12502
12503 2015-07-24 Yao Qi <yao.qi@linaro.org>
12504
12505 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12506 argument options.
12507 * gdb.server/ext-wrapper.exp: New file.
12508
12509 2015-07-23 Doug Evans <dje@google.com>
12510
12511 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12512 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12513
12514 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12515
12516 * gdb.ada/var_arr_typedef.exp: New testcase.
12517 * gdb.ada/var_arr_typedef/pack.adb: New file.
12518 * gdb.ada/var_arr_typedef/pack.ads: New file.
12519 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12520
12521 2015-07-20 Joel Brobecker <brobecker@adacore.com>
12522
12523 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12524
12525 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12526
12527 * gdb.arch/i386-biarch-core.exp: Replace istarget
12528 by "complete set gnutarget". Remove expectation for the "core-file"
12529 command.
12530
12531 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12532
12533 Revert the previous commit:
12534 Tests for validate symbol file using build-id.
12535
12536 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12537
12538 Tests for validate symbol file using build-id.
12539 * gdb.base/solib-mismatch-lib.c: New file.
12540 * gdb.base/solib-mismatch-libmod.c: New file.
12541 * gdb.base/solib-mismatch.c: New file.
12542 * gdb.base/solib-mismatch.exp: New file.
12543
12544 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12545
12546 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12547 nios2-*-linux*.
12548 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12549 * gdb.base/siginfo.exp: Likewise.
12550 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12551
12552 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12553
12554 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12555 Move it to ...
12556 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12557 ... here.
12558 * gdb.trace/range-stepping.exp: Check that the target supports
12559 range stepping.
12560
12561 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12562
12563 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12564
12565 2015-07-14 Pedro Alves <palves@redhat.com>
12566
12567 * gdb.base/killed-outside.exp: New file.
12568 * gdb.base/killed-outside.c: New file.
12569
12570 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12571
12572 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12573 (n at main): New.
12574 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12575
12576 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12577
12578 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12579 infcall tests instead of setting up for KFAIL.
12580
12581 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12582
12583 * gdb.btrace/record_goto-step.exp: New.
12584
12585 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12586
12587 PR compile/18484
12588 * gdb.compile/compile.c (struct struct_type): Add volatile to
12589 selffield's type.
12590 * gdb.compile/compile.exp
12591 (compile code struct_object.selffield = &struct_object): Skip further
12592 struct_object tests if this one xfails.
12593
12594 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
12595
12596 PR exp/18617
12597 * gdb.trace/ax.exp: Add test.
12598
12599 2015-07-07 Yao Qi <yao.qi@linaro.org>
12600
12601 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12602 instead of istarget "aarch64*-*-*".
12603 * gdb.arch/aarch64-fp.exp: Likewise.
12604 * gdb.base/float.exp: Likewise.
12605 * gdb.reverse/aarch64.exp: Likewise.
12606 * lib/gdb.exp (is_aarch64_target): New proc.
12607
12608 2015-07-07 Yao Qi <yao.qi@linaro.org>
12609
12610 * lib/gdb.exp (is_aarch32_target): New proc.
12611 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12612 instead of "istarget "arm*-*-*"".
12613 * gdb.arch/arm-disp-step.exp: Likewise.
12614 * gdb.arch/thumb-bx-pc.exp: Likewise.
12615 * gdb.arch/thumb-prologue.exp: Likewise.
12616 * gdb.arch/thumb-singlestep.exp: Likewise.
12617 * gdb.base/disp-step-syscall.exp: Likewise.
12618 * gdb.base/float.exp: Likewise.
12619
12620 2015-07-07 Yao Qi <yao.qi@linaro.org>
12621
12622 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12623 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12624
12625 2015-07-07 Yao Qi <yao.qi@linaro.org>
12626
12627 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12628 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12629 if it exists.
12630 * gdb.multi/multi-arch.exp: Likewise.
12631
12632 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12633
12634 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12635 print.
12636
12637 2015-07-07 Yao Qi <yao.qi@linaro.org>
12638
12639 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12640
12641 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12642
12643 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12644 '[' and ']' characters.
12645
12646 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12647
12648 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12649
12650 2015-06-29 Pedro Alves <palves@redhat.com>
12651
12652 PR threads/18127
12653 * gdb.threads/hand-call-new-thread.c: New file.
12654 * gdb.threads/hand-call-new-thread.c: New file.
12655
12656 2015-06-26 Keith Seitz <keiths@redhat.com>
12657 Doug Evans <dje@google.com>
12658
12659 PR 16253
12660 * gdb.cp/var-tag-2.cc: New file.
12661 * gdb.cp/var-tag-3.cc: New file.
12662 * gdb.cp/var-tag-4.cc: New file.
12663 * gdb.cp/var-tag.cc: New file.
12664 * gdb.cp/var-tag.exp: New file.
12665
12666 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12667
12668 * gdb.base/history-duplicates.exp: New test.
12669
12670 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12671
12672 * gdb.base/completion.exp: Test the completion of the "focus"
12673 command.
12674
12675 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12676
12677 * gdb.arch/amd64-prologue-skip.S: New file.
12678 * gdb.arch/amd64-prologue-skip.exp: New file.
12679
12680 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12681
12682 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12683 is_address_zero_readable check.
12684
12685 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12686
12687 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12688 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12689
12690 2015-06-24 Yao Qi <yao.qi@linaro.org>
12691
12692 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12693 linux targets.
12694
12695 2015-06-24 Yao Qi <yao.qi@linaro.org>
12696
12697 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12698 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12699 * gdb.base/siginfo-thread.exp: Likewise.
12700
12701 2015-06-22 Yao Qi <yao.qi@linaro.org>
12702
12703 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12704
12705 2015-06-22 Yao Qi <yao.qi@linaro.org>
12706
12707 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12708 aarch64*-*-*.
12709 (skip_hw_watchpoint_tests): Likewise.
12710
12711 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12712
12713 * gdb.base/gdbinit-history.exp: Test the interaction between
12714 setting GDBHISTSIZE and setting the history size via .gdbinit.
12715
12716 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12717
12718 PR gdb/16999
12719 * gdb.base/gdbhistsize-history.exp: New test.
12720
12721 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12722
12723 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12724 with GDBHISTSIZE.
12725 * gdb.base/readline.exp: Likewise.
12726
12727 2015-06-17 Yao Qi <yao.qi@linaro.org>
12728
12729 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12730 line.
12731
12732 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12733
12734 * gdb.base/gdbinit-history.exp: Add test case to check that
12735 an unlimited history file does not get truncated on exit.
12736
12737 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12738
12739 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12740 (VECTOR): New macro. Use it...
12741 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12742 ...for these typedefs.
12743 (int8, char1, int1, double1): New typedefs.
12744 (struct just_int2, struct two_int2): New structures.
12745 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12746 (add_structvecs, add_singlevecs): New functions.
12747 (main): Call add_some_intvecs twice.
12748 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12749 the compile and exit upon failure. Try compiling for the "native"
12750 architecture. Test inferior function calls with vector arguments
12751 and vector return value handling with "finish" and "return".
12752
12753 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12754
12755 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12756 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12757 PE file.
12758 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12759
12760 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12761
12762 PR breakpoints/16465
12763 * gdb.mi/mi-dprintf-pending.c: New file.
12764 * gdb.mi/mi-dprintf-pending.exp: New test.
12765 * gdb.mi/mi-dprintf-pendshr.c: New file.
12766
12767 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12768 Mircea Gherzan <mircea.gherzan@intel.com>
12769
12770 * gdb.arch/i386-mpx-map.c: New file.
12771 * gdb.arch/i386-mpx-map.exp: New File.
12772
12773 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12774
12775 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12776 * gdb.arch/i386-mpx.exp: Indentation fixed.
12777
12778 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12779
12780 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12781 function and improved indentation.
12782 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12783 gdb_test_multiple. Added additional tests to skip the test.
12784
12785 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12786
12787 * gdb.arch/i386-avx512.c: Change path in include file.
12788 * gdb.arch/i386-avx512.exp: Change include dir path
12789 compilation flag.
12790 * gdb.arch/i386-mpx.c: Change path in include file.
12791 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12792 flag.
12793
12794 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12795
12796 * gdb.compile/compile-print.exp (compile print *vararray@3)
12797 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12798
12799 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12800
12801 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12802 (do not keep jit in memory): ... this.
12803 (expect 5): Change it to ...
12804 (expect no 5): ... this.
12805
12806 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12807
12808 PR gdb/15564
12809 * gdb.mi/mi-detach.exp: New file.
12810
12811 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12812
12813 PR symtab/18392
12814 * gdb.arch/amd64-tailcall-self.S: New file.
12815 * gdb.arch/amd64-tailcall-self.c: New file.
12816 * gdb.arch/amd64-tailcall-self.exp: New file.
12817
12818 2015-05-28 Don Breazeal <donb@codesourcery.com>
12819
12820 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12821 tests for remote targets by checking is_target_gdbserver.
12822
12823 2015-05-27 Doug Evans <dje@google.com>
12824
12825 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12826 * gdb.dwarf2/opaque-type-lookup.c: New file.
12827 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12828
12829 2015-05-26 Doug Evans <dje@google.com>
12830
12831 * gdb.cp/iostream.cc: New file.
12832 * gdb.cp/iostream.exp: New file.
12833
12834 2015-05-26 Doug Evans <dje@google.com>
12835
12836 * gdb.dwarf2/dw2-op-call.exp: Update.
12837 * gdb.dwarf2/dw4-sig-types.exp: Update.
12838 * gdb.dwarf2/implptr.exp: Update.
12839 * gdb.mi/mi-cmd-param-changed.exp: Update.
12840
12841 2015-05-26 Doug Evans <dje@google.com>
12842
12843 * gdb.python/py-lazy-string.c: New file.
12844 * gdb.python/py-lazy-string.exp: New file.
12845 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12846 (main): Update. Add estring3.
12847 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12848 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12849
12850 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12851 Yao Qi <yao.qi@linaro.org>
12852
12853 * gdb.reverse/aarch64.c: New.
12854 * gdb.reverse/aarch64.exp: New.
12855
12856 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12857
12858 * lib/gdb.exp (supports_process_record): Return true for
12859 aarch64*-linux*.
12860 (supports_reverse): Likewise.
12861
12862 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12863
12864 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12865 Use with_test_prefix.
12866
12867 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12868
12869 * gdb.base/completion.exp: Add test for completion of layout
12870 names.
12871
12872 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12873
12874 * lib/gdb.exp (skip_tui_tests): New proc.
12875 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12876
12877 2015-05-19 Pedro Alves <palves@redhat.com>
12878
12879 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12880 Save the whole env array instead of just HOME. Unset HISTSIZE in
12881 the environment while testing. Restore whole environment
12882 afterwards.
12883
12884 2015-05-16 Doug Evans <xdje42@gmail.com>
12885
12886 * gdb.guile/scm-ports.c: New file.
12887 * gdb.guile/scm-ports.exp: Add memory port tests.
12888
12889 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12890
12891 * gdb.compile/compile-print.c: New file.
12892 * gdb.compile/compile-print.exp: New file.
12893
12894 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12895
12896 * gdb.compile/compile-ops.exp: Cast param to void.
12897 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12898 (compile code struct_object.selffield = &struct_object): Add xfail.
12899
12900 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12901
12902 * gdb.ada/arr_enum_with_gap: New testcase.
12903
12904 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12905
12906 * gdb.ada/byte_packed_arr: New testcase.
12907
12908 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12909
12910 * gdb.ada/pckd_neg: New testcase.
12911
12912 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12913
12914 PR gdb/17820
12915 * gdb.base/gdbinit-history.exp: New test.
12916 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12917 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12918
12919 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12920
12921 * gdb.python/py-xmethods.cc: Enhance test case.
12922 * gdb.python/py-xmethods.exp: New tests.
12923 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12924 function.
12925 (B_indexoper): Likewise.
12926 (global_dm_list) : Add new xmethod worker functions.
12927
12928 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12929
12930 * gdb.base/coredump-filter.exp: Correctly unset
12931 "coredump_var_addr" array.
12932
12933 2015-05-08 Pedro Alves <palves@redhat.com>
12934
12935 * gdb.server/non-existing-program.exp: Unset spawn_id.
12936
12937 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12938
12939 PR python/18291
12940 * gdb.python/py-xmethods.exp: Add tests.
12941
12942 2015-05-08 Yao Qi <yao.qi@linaro.org>
12943
12944 PR gdb/18208
12945 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12946 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12947 function set_coredump_filter, and remove remote_exec call.
12948 Remove argument ipid. Callers update.
12949 (top level): Don't get inferior's PID.
12950
12951 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12952
12953 * gdb.base/watch_thread_num.exp: Skip test on targets without
12954 access watchpoints.
12955
12956 2015-05-06 Pedro Alves <palves@redhat.com>
12957
12958 PR server/18081
12959 * gdb.server/non-existing-program.exp: New file.
12960
12961 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12962
12963 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12964
12965 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12966
12967 * gdb.ada/out_of_line_in_inlined: New testcase.
12968
12969 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12970
12971 * gdb.ada/var_rec_arr: New testcase.
12972
12973 2015-04-30 Yao Qi <yao.qi@linaro.org>
12974
12975 * gdb.base/break-idempotent.exp: If
12976 skip_hw_watchpoint_multi_tests returns true, skip the tests
12977 on "rwatch" and "awatch".
12978
12979 2015-04-30 Yao Qi <yao.qi@linaro.org>
12980
12981 * gdb.base/relativedebug.exp: Invoke gdb command
12982 "info sharedlibrary", and if libc.so doesn't have debug info,
12983 skip the test.
12984
12985 2015-04-29 Doug Evans <dje@google.com>
12986
12987 * gdb.python/py-xmethods.exp: Add ptype tests.
12988 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12989 get_result_type method.
12990
12991 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12992
12993 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12994 the target does not support hardware watchpoints.
12995
12996 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12997
12998 * gdb.base/break-always.exp: Abort testing if writing to memory
12999 causes an error.
13000
13001 2015-04-28 Doug Evans <dje@google.com>
13002
13003 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13004 * gdb.python/py-pp-registration.exp: ... here. New file.
13005 * gdb.python/py-pp-registration.c: New file.
13006 * gdb.python/py-pp-registration.py: New file.
13007
13008 2015-04-28 Doug Evans <dje@google.com>
13009
13010 * gdb.python/py-bad-printers.c: New file.
13011 * gdb.python/py-bad-printers.py: New file.
13012 * gdb.python/py-bad-printers.exp: New file.
13013
13014 2015-04-28 Sasha Smundak <asmundak@google.com>
13015
13016 * gdb.python/py-type.exp: New test.
13017
13018 2015-04-28 Andy Wingo <wingo@igalia.com>
13019
13020 * gdb.python/py-parameter.exp:
13021 * gdb.guile/scm-parameter.exp: Escape the path that we are
13022 matching against, as it might contain characters that are special
13023 to regular expressions.
13024
13025 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13026
13027 * gdb.ada/rec_comp: New testcase.
13028
13029 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13030
13031 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13032 before using it.
13033
13034 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13035
13036 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13037 new tests for verilog output.
13038
13039 2015-04-24 Yao Qi <yao.qi@linaro.org>
13040
13041 * boards/remote-gdbserver-on-localhost.exp: New file.
13042
13043 2015-04-23 Pedro Alves <palves@redhat.com>
13044
13045 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13046 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13047 "end of file", remove $inferior_spawn_id from the indirect list.
13048
13049 2015-04-23 Pedro Alves <palves@redhat.com>
13050
13051 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13052
13053 2015-04-23 Pedro Alves <palves@redhat.com>
13054
13055 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13056 on $any_spawn_id instead of only on $gdb_spawn_id.
13057
13058 2015-04-21 Pierre Muller <muller@sourceware.org>
13059
13060 PR pascal/17815
13061 * lib/pascal.exp (gpc_compile): Add new option "class".
13062 (fpc_compile): Likewise.
13063 * gdb.pascal/case-insensitive-symbols.pas: New file.
13064 * gdb.pascal/case-insensitive-symbols.exp: New file.
13065
13066 2015-04-20 Gary Benson <gbenson@redhat.com>
13067
13068 * gdb.base/attach.exp: Fix three extended remote failures.
13069
13070 2015-04-17 Gary Benson <gbenson@redhat.com>
13071
13072 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13073 the main executable over the remote protocol.
13074
13075 2015-04-16 Pedro Alves <palves@redhat.com>
13076
13077 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13078 a new gdbserver if gdbserver_reconnect_p is set.
13079
13080 2015-04-16 Pedro Alves <palves@redhat.com>
13081
13082 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13083 is set, don't exit gdbserver.
13084
13085 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13086
13087 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13088 appropriate .insn, such that an older assembler can be used.
13089 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13090 the z/Architecture instruction set on 31-bit targets as well.
13091
13092 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13093
13094 * gdb.go/handcall.exp: Remove all logic related to the first
13095 breakpoint and rely on go_runto_main instead.
13096 * gdb.go/strings.exp: Likewise.
13097 * gdb.go/unsafe.exp: Likewise.
13098 * gdb.go/hello.exp: Likewise. Also rename the remaining
13099 breakpoint marker to "breakpoint 1".
13100 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13101 * gdb.go/strings.go: Likewise.
13102 * gdb.go/unsafe.go: Likewise.
13103 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13104 "set breakpoint 2 here" and rename the remaining breakpoint marker
13105 to "breakpoint 1".
13106
13107 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13108
13109 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13110 if itertools.imap is not present.
13111 * gdb.python/py-objfile.exp: Add parentheses.
13112 * gdb.python/py-type.exp: Same.
13113 * gdb.python/py-unwind-maint.py: Same.
13114
13115 2015-04-15 Yao Qi <yao.qi@linaro.org>
13116
13117 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13118 of ":$ptr_size" and set its form explicitly.
13119
13120 2015-04-15 Pedro Alves <palves@redhat.com>
13121 Yao Qi <yao.qi@linaro.org>
13122
13123 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13124 timeout by factor of 4.
13125 (test_regular_watch): Likewise.
13126 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13127 * gdb.reverse/sigall-reverse.exp: Likewise.
13128 * gdb.reverse/until-precsave.exp: Likewise.
13129 * lib/gdb.exp (with_timeout_factor): New proc.
13130 (gdb_expect): Move some code to ...
13131 (get_largest_timeout): ... here. New procedure.
13132
13133 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13134
13135 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13136
13137 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13138
13139 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13140 to write to the .text section.
13141
13142 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13143
13144 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13145 Handle the case of targets that do not provide PID information.
13146
13147 2015-04-13 Yao Qi <yao.qi@linaro.org>
13148
13149 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13150 and use expect instead of gdb_expect.
13151
13152 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13153
13154 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13155 "coredump_var_addr" to avoid naming conflict with other testcases.
13156
13157 2015-04-10 Pedro Alves <palves@redhat.com>
13158
13159 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13160 gdb_test_sequence and gdb_assert.
13161
13162 2015-04-10 Pedro Alves <palves@redhat.com>
13163
13164 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13165 test messages that don't include the breakpoint address.
13166
13167 2015-04-10 Yao Qi <yao.qi@linaro.org>
13168
13169 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13170 false for some offset and width combinations which aren't
13171 supported by linux kernel.
13172
13173 2015-04-10 Pedro Alves <palves@redhat.com>
13174
13175 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13176 procedure, factored out from ...
13177 (top level): ... here. Add "set displaced-stepping" testing axis.
13178 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13179 parameter "displaced". Use it.
13180 (top level): Use foreach and add "set displaced-stepping" testing
13181 axis.
13182
13183 2015-04-10 Pedro Alves <palves@redhat.com>
13184
13185 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13186 Remove comment.
13187 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13188 both the address of the instruction that triggers the watchpoint
13189 and the address of the instruction immediately after, and use
13190 those addresses for the test. Fix comment.
13191
13192 2015-04-10 Pedro Alves <palves@redhat.com>
13193
13194 * gdb.base/sigstep.exp (breakpoint_to_handler)
13195 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13196 Test "backtrace" in handler.
13197 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13198 (top level): Add new "displaced" test axis to
13199 breakpoint_to_handler, breakpoint_to_handler_entry and
13200 breakpoint_over_handler.
13201
13202 2015-04-10 Pedro Alves <palves@redhat.com>
13203
13204 PR gdb/18216
13205 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13206
13207 2015-04-10 Yao Qi <yao.qi@linaro.org>
13208
13209 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13210 (test_add_rn_pc): New function.
13211 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13212 (top level): Invoke test_add_rn_pc.
13213
13214 2015-04-10 Pedro Alves <palves@redhat.com>
13215
13216 PR gdb/13858
13217 * gdb.base/step-over-no-symbols.exp: New file.
13218
13219 2015-04-09 Andy Wingo <wingo@igalia.com>
13220
13221 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13222 after the Python tests.
13223
13224 2015-04-08 Keith Seitz <keiths@redhat.com>
13225
13226 PR python/16699
13227 * gdb.python/py-completion.exp: New tests for completion.
13228 * gdb.python/py-completion.py (CompleteLimit1): New class.
13229 (CompleteLimit2): Likewise.
13230 (CompleteLimit3): Likewise.
13231 (CompleteLimit4): Likewise.
13232 (CompleteLimit5): Likewise.
13233 (CompleteLimit6): Likewise.
13234 (CompleteLimit7): Likewise.
13235
13236 2015-04-08 Pedro Alves <palves@redhat.com>
13237
13238 PR gdb/18214
13239 PR gdb/18216
13240 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13241 function.
13242 (main): Install it as SIGUSR1 handler.
13243 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13244 parameter. Always use "setup" as prefix. Toggle "set
13245 displaced-stepping" off/on depending on global. Don't switch to
13246 thread 1 here.
13247 (top level): Add displaced stepping "off/on" test axis. Update
13248 "setup" calls. Wrap each subtest with with_test_prefix. Test
13249 continuing with a queued signal in each thread.
13250
13251 2015-04-08 Pedro Alves <palves@redhat.com>
13252
13253 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13254 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13255 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13256 Return early if running to main fails.
13257 * gdb.trace/while-stepping.exp: Likewise.
13258
13259 2015-04-07 Pedro Alves <palves@redhat.com>
13260
13261 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13262 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13263 interact with inferior program.
13264
13265 2015-04-07 Pedro Alves <palves@redhat.com>
13266
13267 * lib/gdb.exp (inferior_spawn_id): New global.
13268 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13269 spawn id after processing the user code.
13270 (default_gdb_start): Set inferior_spawn_id.
13271 (send_inferior): New procedure.
13272 * lib/gdbserver-support.exp (gdbserver_start): Set
13273 inferior_spawn_id.
13274 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13275
13276 2015-04-07 Pedro Alves <palves@redhat.com>
13277
13278 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13279 * lib/gdbserver-support.exp (gdbserver_start): Make
13280 $server_spawn_id global.
13281 (gdbserver_start): Don't wait for gdbserver's spawn id with
13282 expect_background.
13283 (close_gdbserver): New procedure.
13284 (gdb_exit): Rename the default version and reimplement.
13285
13286 2015-04-07 Pedro Alves <palves@redhat.com>
13287
13288 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13289 append the substituted item, not the original item.
13290
13291 2015-04-07 Pedro Alves <palves@redhat.com>
13292
13293 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13294 gdb_expect.
13295
13296 2015-04-07 Pedro Alves <palves@redhat.com>
13297
13298 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13299 output appearing once only.
13300
13301 2015-04-07 Pedro Alves <palves@redhat.com>
13302
13303 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13304 that doesn't expect anything. Return early if running to main
13305 fails.
13306
13307 2015-04-07 Yao Qi <yao.qi@linaro.org>
13308
13309 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13310 (child_function): Call alarm.
13311 (main): Move call to alarm into the loop.
13312 * gdb.threads/non-stop-fair-events.exp: Build program with
13313 -DTIMEOUT=$timeout.
13314
13315 2015-04-06 Doug Evans <xdje42@gmail.com>
13316
13317 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13318 Fix dest parameter to board_info.
13319 (fpc_compile): Ditto.
13320 (gdb_compile_pascal): Rename dest arg to destfile.
13321
13322 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13323
13324 * gdb.ada/funcall_ref.exp: New file.
13325 * gdb.ada/funcall_ref/foo.adb: New file.
13326
13327 2015-04-02 Yao Qi <yao.qi@linaro.org>
13328
13329 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13330 is remote.
13331
13332 2015-04-02 Gary Benson <gbenson@redhat.com>
13333
13334 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13335
13336 2015-04-01 Sasha Smundak <asmundak@google.com>
13337
13338 * gdb.python/py-unwind-maint.c: New file.
13339 * gdb.python/py-unwind-maint.exp: New test.
13340 * gdb.python/py-unwind-maint.py: New file.
13341 * gdb.python/py-unwind.c: New file.
13342 * gdb.python/py-unwind.exp: New test.
13343 * gdb.python/py-unwind.py: New test.
13344
13345 2015-04-01 Pedro Alves <palves@redhat.com>
13346
13347 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13348 to fail instead of non-existent $test.
13349
13350 2015-04-01 Pedro Alves <palves@redhat.com>
13351
13352 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13353 GDBFLAGS if not empty.
13354
13355 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13356
13357 * gdb.ada/complete.exp: Remove "multi_line".
13358 * gdb.ada/info_exc.exp: Remove "multi_line".
13359 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13360 * gdb.ada/ptype_field.exp: Remove "multi_line".
13361 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13362 * gdb.ada/tagged.exp: Remove "multi_line".
13363 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13364 [multi_line ...]
13365 * gdb.btrace/delta.exp: Likewise.
13366 * gdb.btrace/exception.exp: Likewise.
13367 * gdb.btrace/function_call_history.exp: Likewise.
13368 * gdb.btrace/instruction_history.exp: Likewise.
13369 * gdb.btrace/nohist.exp: Likewise.
13370 * gdb.btrace/record_goto.exp: Likewise.
13371 * gdb.btrace/segv.exp: Likewise.
13372 * gdb.btrace/stepi.exp: Likewise.
13373 * gdb.btrace/tailcall.exp: Likewise.
13374 * gdb.btrace/unknown_functions.exp: Likewise.
13375 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13376 * lib/gdb.exp: Add the "multi_line" helper.
13377
13378 2015-04-01 Pedro Alves <palves@redhat.com>
13379
13380 * gdb.threads/tid-reuse.c: New file.
13381 * gdb.threads/tid-reuse.exp: New file.
13382
13383 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13384
13385 PR corefiles/16092
13386 * gdb.base/coredump-filter.c: New file.
13387 * gdb.base/coredump-filter.exp: Likewise.
13388
13389 2015-03-27 Petr Machata <pmachata@redhat.com>
13390
13391 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13392 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13393 (Dwarf::assemble): Initialize them.
13394 (Dwarf::lines): New function.
13395
13396 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13397
13398 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13399 SYMBOL_PREFIX for x86_64-*-cygwin.
13400
13401 2015-03-26 Andy Wingo <wingo@igalia.com>
13402
13403 PR symtab/18148
13404 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13405 const_value but not a location.
13406 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13407 location defined in non-main CUs are visible.
13408
13409 2015-03-26 Yao Qi <yao.qi@linaro.org>
13410
13411 PR testsuite/18139
13412 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13413 Add a line number entry for the same line.
13414 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13415 Add a line number entry for the same line.
13416
13417 2015-03-26 Yao Qi <yao.qi@linaro.org>
13418
13419 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13420 .int 0.
13421 (func): Likewise. Add .Lfunc_1 label.
13422 Use .Lfunc_1 label.
13423 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13424 .int 0.
13425 (func): Likewise.
13426 Use .Lfunc_1 label.
13427
13428 2015-03-26 Yao Qi <yao.qi@linaro.org>
13429
13430 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13431 Call gdb_compile instead to compile each .s files without debug
13432 information.
13433
13434 2015-03-26 Yao Qi <yao.qi@linaro.org>
13435
13436 * gdb.base/savedregs.exp (process_saved_regs): Make
13437 "Saved registers:" optional in the pattern.
13438
13439 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13440
13441 * gdb.btrace/next.exp: Merged into step.exp.
13442 * gdb.btrace/finish.exp: Merged into step.exp.
13443 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13444 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13445 "record goto" and checking the exact replay position.
13446 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13447 check for "Recording format" in "info record" output.
13448 * gdb.btrace/record_goto.exp: Choose test file based on target.
13449 * gdb.btrace/x86-record_goto.S: Renamed into ...
13450 * gdb.btrace/x86_64-record_goto.S: ... this.
13451 * gdb.btrace/i686-record_goto.S: New.
13452 * gdb.btrace/x86-tailcall.S: Renamed into ...
13453 * gdb.btrace/x86_64-tailcall.S: ... this.
13454 * gdb.btrace/i686-tailcall.S: New.
13455 * gdb.btrace/x86-tailcall.c: Renamed into ...
13456 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13457 separate statements. Update test.
13458 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13459 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13460 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13461 * gdb.btrace/tailcall.exp: Choose test file based on target.
13462 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13463
13464 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13465
13466 * gdb.btrace/exception.exp: Increase BTS buffer size.
13467
13468 2015-03-24 Pedro Alves <palves@redhat.com>
13469
13470 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13471
13472 2015-03-24 Pedro Alves <palves@redhat.com>
13473
13474 * gdb.threads/schedlock.exp (test_step): No longer expect that
13475 "set scheduler-locking step" with "next" over a function call runs
13476 threads unlocked.
13477
13478 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13479
13480 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13481
13482 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13483
13484 PR breakpoints/16466
13485 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13486 * gdb.mi/mi-pending.c (thread_func): New function.
13487 (int main): Add threading support required.
13488 * gdb.mi/mi-pending.exp: Add tests for this issue.
13489 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13490 (pendfunc2): Remove stdio dependency.
13491 * gdb.mi/mi-pendshr2.c: New file.
13492
13493 2015-03-23 Keith Seitz <keiths@redhat.com>
13494
13495 * gdb.linespec/keywords.c: New file.
13496 * gdb.linespec/keywords.exp: New file.
13497
13498 2015-03-23 Keith Seitz <keiths@redhat.com>
13499
13500 PR gdb/18021
13501 * gdb.dwarf2/staticvirtual.exp: New test.
13502
13503 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13504
13505 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13506 * README: Remove HP-UX and gdb.hp.
13507 (configuration):
13508 * configure: Regenerate.
13509 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13510 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13511 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13512 gdb.hp/gdb.defects/Makefile.
13513 * gdb.hp/Makefile.in: File deleted.
13514 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13515 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13516 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13517 * gdb.hp/gdb.aCC/run.c: File deleted.
13518 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13519 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13520 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13521 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13522 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13523 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13524 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13525 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13526 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13527 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13528 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13529 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13530 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13531 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13532 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13533 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13534 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13535 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13536 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13537 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13538 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13539 * gdb.hp/gdb.compat/average.c: File deleted.
13540 * gdb.hp/gdb.compat/sum.c: File deleted.
13541 * gdb.hp/gdb.compat/xdb.c: File deleted.
13542 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13543 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13544 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13545 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13546 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13547 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13548 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13549 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13550 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13551 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13552 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13553 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13554 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13555 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13556 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13557 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13558 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13559 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13560 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13561 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13562 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13563 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13564 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13565 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13566 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13567 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13568 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13569 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13570 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13571 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13572 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13573 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13574 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13575 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13576 * gdb.hp/tools/odump: File deleted.
13577
13578 2015-03-19 Pedro Alves <palves@redhat.com>
13579
13580 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13581 (saw_thread_3): New globals.
13582 (top level): Increment them when an event for the corresponding
13583 thread is seen.
13584 (no thread starvation): New test.
13585
13586 2015-03-19 Pedro Alves <palves@redhat.com>
13587
13588 * gdb.threads/continue-pending-status.c: New file.
13589 * gdb.threads/continue-pending-status.exp: New file.
13590
13591 2015-03-18 Pedro Alves <palves@redhat.com>
13592
13593 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13594 Use gdb_is_target_remote instead of is_remote. Use
13595 gdb_test_multiple instead of gdb_expect. Exit early if
13596 gdb_test_multiple hits its internal matches. Tighten stepi tests
13597 expected output. Fail on exit with any signal, instead of just
13598 SIGILL.
13599
13600 2015-03-18 Yao Qi <yao.qi@linaro.org>
13601
13602 PR tdep/18107
13603 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13604 variable.
13605 * gdb.base/catch-syscall.exp: Don't skip it on
13606 aarch64*-*-linux* target. Remove elements in all_syscalls.
13607 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13608 target.
13609 (setup_all_syscalls): New proc.
13610
13611 2015-03-16 Yao Qi <yao.qi@linaro.org>
13612
13613 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13614 (top level): Skip tests if valid_addr_p returns false for
13615 $cmd1 or $cmd2.
13616
13617 2015-03-11 Andy Wingo <wingo@igalia.com>
13618
13619 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13620
13621 2015-03-11 Yao Qi <yao.qi@linaro.org>
13622
13623 * gdb.base/catch-syscall.exp: Fix typo in comments.
13624
13625 2015-03-11 Yao Qi <yao.qi@linaro.org>
13626
13627 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13628
13629 2015-03-09 Pedro Alves <palves@redhat.com>
13630
13631 * dg-extract-results.py: Delete.
13632
13633 2015-03-09 Pedro Alves <palves@redhat.com>
13634
13635 Merge dg-extract-results.sh from GCC upstream (r218843).
13636
13637 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13638 * dg-extract-results.sh: Use --text with grep to avoid issues with
13639 binary files. Fall back to cat -v, if that doesn't work.
13640
13641 2015-03-05 Pedro Alves <palves@redhat.com>
13642
13643 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13644
13645 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13646
13647 * lib/mi-support.exp (mi_expect_interrupt): Accept
13648 alternative event for when in all-stop mode.
13649
13650 2015-03-04 Pedro Alves <palves@redhat.com>
13651
13652 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13653
13654 2015-03-04 Mark Kettenis <kettenis@gnu.org>
13655
13656 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13657
13658 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13659
13660 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13661 regexps for GDB's current line display, accept a hex address
13662 preceding the line number.
13663
13664 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13665
13666 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13667 the 'arch1' variable for "s390*-linux*" targets.
13668
13669 2015-03-04 Pedro Alves <palves@redhat.com>
13670
13671 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13672 (main): Pass missing retval argument to pthread_join call.
13673
13674 2015-03-02 Pedro Alves <palves@redhat.com>
13675
13676 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13677 (top level): Call do_test with non-stop as well.
13678
13679 2015-03-02 Pedro Alves <palves@redhat.com>
13680
13681 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13682 -1.
13683
13684 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13685
13686 * gdb.arch/s390-vregs.exp: New test.
13687 * gdb.arch/s390-vregs.S: New file.
13688
13689 2015-02-27 Pedro Alves <palves@redhat.com>
13690
13691 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13692 call to catch_command_errors.
13693 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13694 catch_command_errors.
13695
13696 2015-02-27 Pedro Alves <palves@redhat.com>
13697
13698 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13699 "true" for boolean result.
13700 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13701 prototype of main.
13702
13703 2015-02-27 Pedro Alves <palves@redhat.com>
13704
13705 * lib/unbuffer_output.c: New file.
13706 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13707 (main): Call gdb_unbuffer_output.
13708
13709 2015-02-27 Yao Qi <yao.qi@linaro.org>
13710
13711 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13712 target.
13713
13714 2015-02-26 Doug Evans <dje@google.com>
13715
13716 * gdb.cp/class2.cc (Dbase, D): New classes.
13717 (main): New local delta.
13718 * gdb.cp/class2.exp: Test printing delta.
13719 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13720 (dynbar): New global.
13721 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13722
13723 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13724
13725 * gdb.compile/compile-ifunc.c: New file.
13726 * gdb.compile/compile-ifunc.exp: New file.
13727
13728 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13729
13730 * gdb.base/structs.exp: Check for correct struct on finish.
13731
13732 2015-02-26 Yao Qi <yao.qi@linaro.org>
13733
13734 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13735 is zero.
13736
13737 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13738
13739 * gdb.arch/cordic.ko.bz2: New file.
13740 * gdb.arch/cordic.ko.debug.bz2: New file.
13741 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13742
13743 2015-02-25 Yao Qi <yao.qi@linaro.org>
13744
13745 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13746 aarch64*-*-* target.
13747
13748 2015-02-23 Pedro Alves <palves@redhat.com>
13749
13750 * lib/gdb.exp (delete_breakpoints): Rewrite using
13751 gdb_test_multiple.
13752
13753 2015-02-23 Pedro Alves <palves@redhat.com>
13754
13755 * gdb.base/info-os.c: Include stdlib.h.
13756
13757 2015-02-22 Doug Evans <xdje42@gmail.com>
13758
13759 PR symtab/17855
13760 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13761 is read after symbols have been re-read.
13762 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13763 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13764
13765 2015-02-21 Doug Evans <dje@google.com>
13766
13767 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13768
13769 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13770
13771 PR corefiles/17808
13772 * gdb.arch/i386-biarch-core.core.bz2: New file.
13773 * gdb.arch/i386-biarch-core.exp: New file.
13774
13775 2015-02-21 Pedro Alves <palves@redhat.com>
13776
13777 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13778 runto_main fails.
13779
13780 2015-02-20 Pedro Alves <palves@redhat.com>
13781
13782 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13783 info probes.
13784
13785 2015-02-20 Pedro Alves <palves@redhat.com>
13786
13787 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13788
13789 2015-02-20 Pedro Alves <palves@redhat.com>
13790
13791 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13792 clean_restart before gdb_target_supports_trace.
13793
13794 2015-02-20 Pedro Alves <palves@redhat.com>
13795
13796 PR threads/18006
13797 * gdb.threads/clone-thread_db.c: New file.
13798 * gdb.threads/clone-thread_db.exp: New file.
13799
13800 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13801
13802 PR breakpoints/16812
13803 * gdb.base/catch-gdb-caused-signals.c: New file.
13804 * gdb.base/catch-gdb-caused-signals.exp: New file.
13805
13806 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13807
13808 * configure: Regenerated.
13809 * configure.ac: Use GDB_AC_TRANSFORM.
13810 * aclocal.m4: sinclude ../transform.m4.
13811
13812 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13813
13814 * lib/dtrace.exp: New file.
13815 * gdb.base/dtrace-probe.exp: Likewise.
13816 * gdb.base/dtrace-probe.d: Likewise.
13817 * gdb.base/dtrace-probe.c: Likewise.
13818 * lib/pdtrace.in: Likewise.
13819 * configure.ac: Output variables with the transformed names of
13820 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13821 * configure: Regenerated.
13822
13823 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13824
13825 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13826 expected message when trying to access $_probe_* convenience
13827 variables while not on a probe.
13828
13829 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13830
13831 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13832
13833 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13834
13835 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13836 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13837
13838 2015-02-10 Doug Evans <xdje42@gmail.com>
13839
13840 * lib/gdb.exp (gdb_load): Always return a result.
13841
13842 2015-02-10 Pedro Alves <palves@redhat.com>
13843
13844 * gdb.threads/signal-sigtrap.c: New file.
13845 * gdb.threads/signal-sigtrap.exp: New file.
13846
13847 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13848
13849 * gdb.trace/no-attach-trace.c: New file.
13850 * gdb.trace/no-attach-trace.exp: New file.
13851
13852 2015-02-09 Mark Wielaard <mjw@redhat.com>
13853
13854 * gdb.dwarf2/atomic.c: New file.
13855 * gdb.dwarf2/atomic-type.exp: Likewise.
13856
13857 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13858
13859 * gdb.btrace/buffer-size.exp: Update "info record" output.
13860 * gdb.btrace/delta.exp: Update "info record" output.
13861 * gdb.btrace/enable.exp: Update "info record" output.
13862 * gdb.btrace/finish.exp: Update "info record" output.
13863 * gdb.btrace/instruction_history.exp: Update "info record" output.
13864 * gdb.btrace/next.exp: Update "info record" output.
13865 * gdb.btrace/nexti.exp: Update "info record" output.
13866 * gdb.btrace/step.exp: Update "info record" output.
13867 * gdb.btrace/stepi.exp: Update "info record" output.
13868 * gdb.btrace/nohist.exp: Update "info record" output.
13869
13870 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13871
13872 * gdb.btrace/buffer-size: New.
13873
13874 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13875
13876 * gdb.btrace/delta.exp: Update "info record" output.
13877 * gdb.btrace/enable.exp: Update "info record" output.
13878 * gdb.btrace/finish.exp: Update "info record" output.
13879 * gdb.btrace/instruction_history.exp: Update "info record" output.
13880 * gdb.btrace/next.exp: Update "info record" output.
13881 * gdb.btrace/nexti.exp: Update "info record" output.
13882 * gdb.btrace/step.exp: Update "info record" output.
13883 * gdb.btrace/stepi.exp: Update "info record" output.
13884 * gdb.btrace/nohist.exp: Update "info record" output.
13885
13886 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13887
13888 PR gdb/15678
13889 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13890
13891 2015-02-06 Pedro Alves <palves@redhat.com>
13892
13893 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13894 macro.
13895 (seconds_left, again): New globals.
13896 (main): Wait seconds_left in a 1-second sleep loop instead of
13897 sleeping 180 seconds. If 'again' is set, reset the seconds
13898 counter.
13899 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13900 'again' in the inferior before detaching. Print the seconds left.
13901 (options): New global.
13902 (top level): Build program with -DTIMEOUT=$timeout.
13903
13904 2015-02-06 Pedro Alves <palves@redhat.com>
13905
13906 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13907 determine how many seconds to pass to 'alarm'.
13908 * gdb.base/gdb-sigterm.exp (top level): Build program with
13909 -DTIMEOUT=$timeout.
13910 (do_test): Return success/failure indication. Add more verbose
13911 logging. Don't fail if 200 single steps are seen. Instead, fail
13912 when the test times out.
13913 (passes): New global.
13914 (top level): Break the testing loop if testing fails on any
13915 iteration. Use gdb_assert.
13916
13917 2015-02-04 Don Breazeal <donb@codesourcery.com>
13918
13919 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13920 and initialize them.
13921 (ipc_cleanup): New function.
13922 (main): Don't declare shmid, semid, and msqid. Add a call to
13923 atexit so that we call ipc_cleanup on exit.
13924
13925 2015-02-04 Pedro Alves <palves@redhat.com>
13926
13927 * boards/native-extended-gdbserver.exp: Remove any target variant
13928 specifications from the board name before clearing the isremote
13929 flag from board_info.
13930
13931 2015-01-31 Doug Evans <xdje42@gmail.com>
13932
13933 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13934
13935 2015-01-31 Gary Benson <gbenson@redhat.com>
13936
13937 * gdb.base/completion.exp: Disable completion limiting for
13938 existing tests. Add new tests to check completion limiting.
13939 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13940
13941 2015-01-31 Doug Evans <xdje42@gmail.com>
13942
13943 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13944
13945 2015-01-31 Doug Evans <xdje42@gmail.com>
13946
13947 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13948 entries. Duplicate file section script entries.
13949 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13950 inlined entries. Add test for safe-path rejection.
13951 * gdb.python/py-section-script.c: Add duplicate inlined section script
13952 entries. Duplicate file section script entries.
13953 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13954 inlined entries. Add test for safe-path rejection.
13955
13956 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13957
13958 * gdb.ada/disc_arr_bound: New testcase.
13959
13960 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13961
13962 * gdb.ada/mi_var_array: New testcase.
13963
13964 2015-01-27 Doug Evans <dje@google.com>
13965
13966 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13967 Add test for objfile.filename, objfile.username after objfile
13968 has been unloaded.
13969
13970 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13971
13972 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13973 the second test to print the name attribute of value
13974 returned by the call to gdb.lookup_type, and adjust
13975 the expected output accordingly.
13976
13977 2015-01-25 Mark Wielaard <mjw@redhat.com>
13978
13979 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13980 * gdb.base/disp-step-fork.c: Include unistd.h.
13981 * gdb.base/siginfo-obj.c: Include stdio.h.
13982 * gdb.base/siginfo-thread.c: Likewise.
13983 * gdb.mi/non-stop.c: Include unistd.h.
13984 * gdb.mi/nsthrexec.c: Include stdio.h.
13985 * gdb.mi/pthreads.c: Include unistd.h.
13986 * gdb.modula2/unbounded1.c (main): Declare returns int.
13987 * gdb.reverse/consecutive-reverse.c: Likewise.
13988 * gdb.threads/create-fail.c: Include unistd.h.
13989 * gdb.threads/killed.c: Likewise.
13990 * gdb.threads/linux-dp.c: Likewise.
13991 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13992 * gdb.threads/non-ldr-exc-2.c: Likewise.
13993 * gdb.threads/non-ldr-exc-3.c: Likewise.
13994 * gdb.threads/non-ldr-exc-4.c: Likewise.
13995 * gdb.threads/pthreads.c: Include unistd.h.
13996 (main): Declare returns int.
13997 * gdb.threads/tls-main.c (foo): New declaration.
13998 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13999
14000 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14001
14002 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14003 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14004
14005 2015-01-15 Mark Wielaard <mjw@redhat.com>
14006
14007 * gdb.base/noreturn-return.c: New file.
14008 * gdb.base/noreturn-return.exp: New file.
14009 * gdb.base/noreturn-finish.c: New file.
14010 * gdb.base/noreturn-finish.exp: New file.
14011
14012 2015-01-23 Pedro Alves <palves@redhat.com>
14013
14014 * gdb.threads/continue-pending-after-query.c: New file.
14015 * gdb.threads/continue-pending-after-query.exp: New file.
14016
14017 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14018 Simon Marchi <simon.marchi@ericsson.com>
14019
14020 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14021 * gdb.base/valgrind-db-attach.exp: Same.
14022 * gdb.base/valgrind-infcall.exp: Same.
14023 * lib/mi-support.exp (default_mi_gdb_start): Same.
14024 * lib/prompt.exp (default_prompt_gdb_start): Same.
14025 * lib/gdb.exp (default_gdb_spawn): Same.
14026 (gdb_interact): New.
14027
14028
14029 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14030
14031 * gdb.compile/compile.exp (pointer to jit function): New test.
14032
14033 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14034
14035 * lib/gdb.exp (supports_process_record): Return true for
14036 powerpc*-*-linux*.
14037 (supports_reverse): Likewise.
14038
14039 2015-01-15 Don Breazeal <donb@codesourcery.com>
14040
14041 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14042 instead of checking whether the target board is remote and
14043 use spawn_wait_for_attach instead of exec/sleep.
14044 * gdb.base/attach-twice.exp: Likewise.
14045
14046 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14047
14048 * gdb.ada/var_arr_attrs: New testcase.
14049
14050 2015-01-14 Pedro Alves <palves@redhat.com>
14051 Joel Brobecker <brobecker@adacore.com>
14052
14053 PR gdb/17525
14054 * gdb.base/bp-cmds-execution-x-script.c: New file.
14055 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14056 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14057
14058 2015-01-14 Pedro Alves <palves@redhat.com>
14059
14060 PR cli/17828
14061 * gdb.base/batch-preserve-term-settings.c: New file.
14062 * gdb.base/batch-preserve-term-settings.exp: New file.
14063
14064 2015-01-13 Doug Evans <dje@google.com>
14065
14066 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14067 binary.
14068
14069 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14070
14071 * Makefile.in (clean mostlyclean): Do not delete *.py.
14072
14073 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14074
14075 * gdb.python/py-lookup-type.exp: New file.
14076
14077 2015-01-12 Pedro Alves <palves@redhat.com>
14078
14079 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14080 restore GDBFLAGS before returning.
14081
14082 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14083
14084 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14085 is_amd64_regs_target and is_x86_like_target.
14086
14087 2015-01-11 Doug Evans <xdje42@gmail.com>
14088
14089 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14090 is given without an explicit form.
14091 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14092 attributes.
14093 * gdb.dwarf/corrupt.exp: Ditto.
14094 * gdb.dwarf2/enum-type.exp: Ditto.
14095 * gdb.trace/entry-values.exp: Ditto.
14096 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14097
14098 2015-01-11 Doug Evans <xdje42@gmail.com>
14099
14100 PR gdb/15830
14101 * gdb.base/maint.exp: Remove references to "maint demangle".
14102 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14103 Add tests for explicitly specifying language to demangle.
14104 * gdb.dlang/demangle.exp: Ditto.
14105
14106 2015-01-09 Pedro Alves <palves@redhat.com>
14107
14108 * gdb.threads/non-stop-fair-events.c: New file.
14109 * gdb.threads/non-stop-fair-events.exp: New file.
14110
14111 2015-01-09 Pedro Alves <palves@redhat.com>
14112
14113 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14114 the global scope. Set a breakpoint after all threads are started
14115 rather than stepping over two source lines. Expect the prompt.
14116 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14117 global.
14118 (NUM): Now 15.
14119 (main): Use threads_started_barrier to wait for all threads to
14120 start. Main thread no longer calls thread_function. Exit after
14121 180 seconds.
14122 (loop): New function.
14123 (thread_function): Wait on threads_started_barrier barrier. Call
14124 'loop' at each iteration.
14125 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14126 threads have started, instead of hardcoding number of "next"
14127 steps. Use an access watchpoint instead of a write watchpoint.
14128
14129 2015-01-09 Pedro Alves <palves@redhat.com>
14130
14131 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14132 (thread_func): Wait on barrier.
14133 (main): Wait for all threads to start before stopping GDB.
14134 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14135 global.
14136 (thread1_func, thread2_func): Wait on barrier.
14137 (main): Wait for all threads to start before stopping GDB.
14138 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14139 New global.
14140 (thread1_func, thread2_func): Wait on barrier.
14141 (main): Wait for all threads to start before stopping GDB.
14142
14143 2015-01-09 Pedro Alves <palves@redhat.com>
14144
14145 * gdb.threads/attach-many-short-lived-threads.c: New file.
14146 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14147
14148 2014-01-09 Pedro Alves <palves@redhat.com>
14149
14150 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14151 instead of to thread 2.
14152 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14153 Add barrier around each pthread_create call instead of around all
14154 calls.
14155 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14156 Set a break on thread_function and have the child threads hit it
14157 one at at a time.
14158
14159 2015-01-09 Pedro Alves <palves@redhat.com>
14160
14161 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14162 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14163 false.
14164 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14165 checking whether the target board is remote.
14166 * gdb.multi/multi-attach.exp: Likewise.
14167 * gdb.python/py-sync-interp.exp: Likewise.
14168 * gdb.server/ext-attach.exp: Likewise.
14169 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14170 tests that need to attach, instead of checking whether the target
14171 board is remote at the top of the file.
14172
14173 2015-01-08 Yao Qi <yao@codesourcery.com>
14174
14175 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14176
14177 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14178
14179 Fix testcase compilation.
14180 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14181
14182 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14183
14184 * gdb.python/py-type.exp: Add a couple test about empty
14185 array creation, and negative-length array creation.
14186
14187 2015-01-02 Doug Evans <xdje42@gmail.com>
14188
14189 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14190
14191 2015-01-02 Doug Evans <dje@google.com>
14192
14193 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14194
14195 2014-12-29 Yao Qi <yao@codesourcery.com>
14196
14197 * gdb.trace/entry-values.exp: Update comments. Rename variable
14198 bar_call_foo to returned_from_foo.
14199
14200 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14201
14202 PR gdb/17394
14203 * gdb.linespec/break-asm-file.c: New file.
14204 * gdb.linespec/break-asm-file.exp: New file.
14205 * gdb.linespec/break-asm-file0.s: New file.
14206 * gdb.linespec/break-asm-file1.s: New file.
14207
14208 2014-12-18 Nigel Stephens <nigel@mips.com>
14209 Maciej W. Rozycki <macro@codesourcery.com>
14210
14211 * gdb.base/float.exp: Handle the new output from "info float" on
14212 MIPS targets.
14213
14214 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14215
14216 Fix MinGW compilation.
14217 * gdb.compile/compile-ops.exp: Update untested message if
14218 !skip_compile_feature_tests.
14219 * gdb.compile/compile-setjmp.exp: Likewise.
14220 * gdb.compile/compile-tls.exp: Likewise.
14221 * gdb.compile/compile.exp: Likewise.
14222 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14223 supported on this host".
14224
14225 2014-12-16 Doug Evans <xdje42@gmail.com>
14226
14227 * boards/stabs.exp: New file.
14228
14229 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14230
14231 * gdb.base/completion.exp: Adjust to format changes of "maint
14232 print user-registers".
14233
14234 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14235
14236 PR server/17457
14237 * gdb.arch/aarch64-fp.c: New file.
14238 * gdb.arch/aarch64-fp.exp: New file.
14239
14240 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14241
14242 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14243 r210637, r210913, r211666, r215400, r215817).
14244
14245 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14246 * dg-extract-results.py: New file.
14247 * dg-extract-results.sh: Use it if the environment seems
14248 suitable.
14249
14250 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14251
14252 * dg-extract-results.py (parse_run): Handle warnings that
14253 are printed before a test harness is run.
14254
14255 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14256
14257 * dg-extract-results.py (Named): Remove __cmp__ method.
14258 (output_variation): Use a key to sort variation.harnesses.
14259
14260 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14261
14262 * dg-extract-results.py: For Python 3, force sys.stdout to
14263 handle surrogate escape sequences.
14264 (safe_open): New function.
14265 (output_segment, main): Use it.
14266
14267 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14268
14269 * dg-extract-results.py (Prog.result_re): Include options
14270 in test name.
14271
14272 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14273
14274 * dg-extract-results.py (output_variation): Always sort if
14275 do_sum.
14276
14277 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14278
14279 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14280 as long as we get pagination notifications.
14281
14282 2014-12-15 Jason Merrill <jason@redhat.com>
14283
14284 * Makefile.in (check-gdb.%): Restore.
14285 * README: Mention it.
14286
14287 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14288
14289 * gdb.ada/str_uninit: New testcase.
14290
14291 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14292
14293 PR symtab/17642
14294 * gdb.base/vla-stub-define.c: New file.
14295 * gdb.base/vla-stub.c: New file.
14296 * gdb.base/vla-stub.exp: New file.
14297
14298 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14299 Jan Kratochvil <jan.kratochvil@redhat.com>
14300 Tom Tromey <tromey@redhat.com>
14301
14302 * configure.ac: Add gdb.compile/.
14303 * configure: Regenerate.
14304 * gdb.compile/Makefile.in: New file.
14305 * gdb.compile/compile-ops.exp: New file.
14306 * gdb.compile/compile-ops.c: New file.
14307 * gdb.compile/compile-tls.c: New file.
14308 * gdb.compile/compile-tls.exp: New file.
14309 * gdb.compile/compile-constvar.S: New file.
14310 * gdb.compile/compile-constvar.c: New file.
14311 * gdb.compile/compile-mod.c: New file.
14312 * gdb.compile/compile-nodebug.c: New file.
14313 * gdb.compile/compile-setjmp-mod.c: New file.
14314 * gdb.compile/compile-setjmp.c: New file.
14315 * gdb.compile/compile-setjmp.exp: New file.
14316 * gdb.compile/compile-shlib.c: New file.
14317 * gdb.compile/compile.c: New file.
14318 * gdb.compile/compile.exp: New file.
14319 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14320
14321 2014-12-12 Tom Tromey <tromey@redhat.com>
14322
14323 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14324 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14325
14326 2014-12-12 Doug Evans <dje@google.com>
14327
14328 * lib/gdb-python.exp (get_python_valueof): New function.
14329 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14330
14331 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14332
14333 * gdb.base/completion.exp: Add test for completion of "info
14334 registers ".
14335
14336 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14337
14338 * gdb.base/func-ptrs.c: New file.
14339 * gdb.base/func-ptrs.exp: New file.
14340
14341 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14342
14343 PR breakpoints/17012
14344 * gdb.base/dprintf-detach.c: New file.
14345 * gdb.base/dprintf-detach.exp: New file.
14346
14347 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14348
14349 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14350 * lib/gdb.exp (target_is_gdbserver): New procedure.
14351
14352 2014-12-08 Doug Evans <dje@google.com>
14353
14354 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14355
14356 2014-12-05 Yao Qi <yao@codesourcery.com>
14357
14358 * gdb.guile/scm-error.exp: Remove the third argument to
14359 gdb_remote_download.
14360 * gdb.guile/scm-frame-args.exp: Likewise.
14361 * gdb.guile/scm-section-script.exp: Likewise.
14362
14363 2014-12-05 Yao Qi <yao@codesourcery.com>
14364
14365 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14366
14367 2014-12-04 Doug Evans <dje@google.com>
14368
14369 * gdb.python/py-objfile.exp: Add tests for
14370 objfile.add_separate_debug_file.
14371
14372 2014-12-04 Doug Evans <dje@google.com>
14373
14374 * lib/gdb.exp (get_build_id): New function.
14375 (build_id_debug_filename_get): Rewrite to use it.
14376 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14377
14378 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14379
14380 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14381 `method(long)', not just 0x0.
14382 * gdb.cp/nsalias.exp: Align code labels to 4.
14383 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14384 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14385 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14386 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14387 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14388 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14389
14390 2014-12-02 Doug Evans <dje@google.com>
14391
14392 PR symtab/17602
14393 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14394 * gdb.cp/anon-ns2.cc: ... here. New file.
14395 * gdb.cp/anon-ns.exp: Update.
14396
14397 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14398
14399 * gdb.python/py-events.py (inferior_call_handler): New.
14400 (register_changed_handler, memory_changed_handler): New.
14401 (test_events.invoke): Register new handlers.
14402 * gdb.python/py-events.exp: Add tests for inferior call,
14403 memory_changed and register_changed events.
14404
14405 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14406
14407 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14408 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14409 if the linker doesn't understand this.
14410
14411 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14412
14413 * gdb.python/python.exp: Change expected reply to help().
14414
14415 2014-12-01 Yao Qi <yao@codesourcery.com>
14416
14417 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14418 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14419 * configure: Re-generated.
14420
14421 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14422
14423 * gdb.cp/chained-calls.cc: New file.
14424 * gdb.cp/chained-calls.exp: New file.
14425 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14426
14427 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14428
14429 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14430 * gdb.dwarf2/symtab-producer.exp: Same.
14431 * gdb.gdb/python-interrupts.exp: Same.
14432 * gdb.gdb/python-selftest.exp: Same.
14433 * gdb.python/py-linetable.exp: Same.
14434 * gdb.python/py-type.exp: Same.
14435 * gdb.python/py-value-cc.exp: Same.
14436 * gdb.python/py-value.exp: Same.
14437
14438 2014-11-28 Yao Qi <yao@codesourcery.com>
14439
14440 * gdb.base/break-probes.exp: Match library name prefixed with
14441 sysroot.
14442
14443 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14444
14445 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14446 test expected output. Add parentheses for the call to print.
14447 Remove L suffix from integers.
14448
14449 2014-11-26 Doug Evans <dje@google.com>
14450
14451 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14452
14453 2014-11-22 Yao Qi <yao@codesourcery.com>
14454
14455 * gdb.trace/entry-values.c: Remove asms.
14456 (foo): Add foo_label.
14457 (bar): Add bar_label.
14458 * gdb.trace/entry-values.exp: Remove code computing foo's
14459 length and bar's length.
14460 (Dwarf::assemble): Invoke function_range for bar and use
14461 MACRO_AT_func for foo.
14462
14463 2014-11-22 Yao Qi <yao@codesourcery.com>
14464
14465 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14466 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14467 Use .Lgcc43_procstart instead of gcc43.
14468
14469 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14470
14471 * gdb.ada/n_arr_bound: New testcase.
14472
14473 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14474
14475 PR breakpoints/10737
14476 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14477 test_catch_syscall_multi_arch.
14478 (test_catch_syscall_multi_arch): New function.
14479
14480 2014-11-20 Doug Evans <xdje42@gmail.com>
14481
14482 * gdb.base/maint.exp: Update expected output.
14483
14484 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14485
14486 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14487 4-byte instruction on S390.
14488
14489 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14490
14491 * gdb.ada/arr_arr: New testcase.
14492
14493 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14494
14495 * gdb.ada/pkd_arr_elem: New Testcase.
14496
14497 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14498
14499 * gdb.reverse/break-precsave: Expect completion message for
14500 core file reads.
14501 * gdb.reverse/consecutive-precsave.exp: Likewise.
14502 * gdb.reverse/finish-precsave.exp: Likewise.
14503 * gdb.reverse/i386-precsave.exp: Likewise.
14504 * gdb.reverse/machinestate-precsave.exp: Likewise.
14505 * gdb.reverse/sigall-precsave.exp: Likewise.
14506 * gdb.reverse/solib-precsave.exp: Likewise.
14507 * gdb.reverse/step-precsave.exp: Likewise.
14508 * gdb.reverse/until-precsave.exp: Likewise.
14509 * gdb.reverse/watch-precsave.exp: Likewise.
14510
14511 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14512
14513 * gdb.base/bp-permanent.c: Include unistd.h.
14514 * gdb.python/py-framefilter-mi.c (main): Add return type.
14515 * gdb.python/py-framefilter.c (main): Likewise.
14516 * gdb.trace/actions-changed.c (main): Likewise.
14517
14518 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14519
14520 * gdb.mi/until.c: Add eye-catchers.
14521 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14522 line numbers.
14523
14524 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14525
14526 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14527 function header variants in break1.c.
14528 * gdb.base/ena-dis-br.exp: Likewise.
14529 * gdb.base/hbreak2.exp: Likewise.
14530 * gdb.reverse/until-precsave.exp: Drop references to removed
14531 non-prototype function header variants in ur1.c.
14532 * gdb.reverse/until-reverse.exp: Likewise.
14533
14534 2014-11-17 Petr Machata <pmachata@redhat.com>
14535
14536 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14537 ${_cu_offset_size} bytes abbrev offset.
14538
14539 2014-11-15 Doug Evans <xdje42@gmail.com>
14540
14541 PR symtab/17559
14542 * gdb.base/line-symtabs.exp: New file.
14543 * gdb.base/line-symtabs.c: New file.
14544 * gdb.base/line-symtabs.h: New file.
14545
14546 2014-11-14 Yao Qi <yao@codesourcery.com>
14547
14548 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14549 (func): Add label func_label.
14550 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14551 Replace low_pc and high_pc with MACRO_AT_range.
14552 Replace name, low_pc and high_pc with MACRO_AT_func.
14553
14554 2014-11-14 Yao Qi <yao@codesourcery.com>
14555
14556 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14557 Replace name, low_pc and high_pc with MACRO_AT_func.
14558
14559 2014-11-14 Yao Qi <yao@codesourcery.com>
14560
14561 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14562 produce debug information.
14563 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14564
14565 2014-11-14 Yao Qi <yao@codesourcery.com>
14566
14567 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14568 object and get function length.
14569 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14570 with MACRO_AT_func.
14571 (top-level): Replace gdb_compile and clean_restart with
14572 prepare_for_testing.
14573 * gdb.dwarf2/main.c (main): Add label main_label.
14574
14575 2014-11-14 Yao Qi <yao@codesourcery.com>
14576
14577 * lib/dwarf.exp (function_range): New procedure.
14578 (Dwarf::_handle_macro_at_func): New procedure.
14579 (Dwarf::_handle_macro_at_range): New procedure.
14580 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14581
14582 2014-11-14 Yao Qi <yao@codesourcery.com>
14583
14584 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14585 (_handle_attribute): New procedure.
14586
14587 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14588
14589 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14590 * gdb.base/call-sc.c (zed): Likewise.
14591 * gdb.base/checkpoint.c (main): Likewise.
14592 * gdb.base/dump.c (main): Likewise.
14593 * gdb.base/gcore.c (main): Likewise.
14594 * gdb.base/huge.c (main): Likewise.
14595 * gdb.base/multi-forks.c (main): Likewise.
14596 * gdb.base/pr10179-a.c (main): Likewise.
14597 * gdb.base/savedregs.c (main): Likewise.
14598 * gdb.base/sigaltstack.c (main): Likewise.
14599 * gdb.base/siginfo.c (main): Likewise.
14600 * gdb.base/structs.c (zed): Likewise.
14601 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14602 * gdb.mi/mi-syn-frame.c (main): Likewise.
14603 * gdb.mi/until.c (foo, main): Likewise.
14604 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14605 * gdb.base/solib-weak.c (foo): Declare.
14606 * gdb.base/attach-twice.c: Include stdio.h.
14607 * gdb.base/weaklib1.c: Likewise.
14608 * gdb.base/weaklib2.c: Likewise.
14609 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14610 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14611 unistd.h.
14612 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14613 * gdb.mi/mi-exit-code.c: Likewise.
14614 * gdb.base/break-interp-lib.c: Include string.h.
14615 * gdb.base/coremaker.c: Likewise.
14616 * gdb.base/testenv.c: Likewise.
14617 * gdb.python/py-finish-breakpoint.c: Likewise.
14618 * gdb.base/inferior-died.c: Include sys/wait.h.
14619 * gdb.base/fileio.c: Include time.h.
14620 * gdb.base/async-shell.c: Include unistd.h.
14621 * gdb.base/dprintf-non-stop.c: Likewise.
14622 * gdb.base/info-os.c: Likewise.
14623 * gdb.mi/mi-console.c: Likewise.
14624 * gdb.mi/watch-nonstop.c: Likewise.
14625 * gdb.python/py-events.c: Likewise.
14626 * gdb.base/async.c (baz): Move up before its invocation.
14627 * gdb.base/code_elim2.c (my_global_func): Likewise.
14628 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14629 * gdb.base/advance.c (func2): Likewise.
14630
14631 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14632
14633 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14634 variant.
14635 * gdb.base/annota3.c: Likewise.
14636 * gdb.base/async.c: Likewise.
14637 * gdb.base/average.c: Likewise.
14638 * gdb.base/call-ar-st.c: Likewise.
14639 * gdb.base/call-rt-st.c: Likewise.
14640 * gdb.base/call-sc.c: Likewise.
14641 * gdb.base/call-strs.c: Likewise.
14642 * gdb.base/ending-run.c: Likewise.
14643 * gdb.base/execd-prog.c: Likewise.
14644 * gdb.base/exprs.c: Likewise.
14645 * gdb.base/foll-exec.c: Likewise.
14646 * gdb.base/foll-fork.c: Likewise.
14647 * gdb.base/foll-vfork.c: Likewise.
14648 * gdb.base/funcargs.c: Likewise.
14649 * gdb.base/gcore.c: Likewise.
14650 * gdb.base/jump.c: Likewise.
14651 * gdb.base/langs0.c: Likewise.
14652 * gdb.base/langs1.c: Likewise.
14653 * gdb.base/langs2.c: Likewise.
14654 * gdb.base/mips_pro.c: Likewise.
14655 * gdb.base/nodebug.c: Likewise.
14656 * gdb.base/opaque0.c: Likewise.
14657 * gdb.base/opaque1.c: Likewise.
14658 * gdb.base/recurse.c: Likewise.
14659 * gdb.base/run.c: Likewise.
14660 * gdb.base/scope0.c: Likewise.
14661 * gdb.base/scope1.c: Likewise.
14662 * gdb.base/setshow.c: Likewise.
14663 * gdb.base/setvar.c: Likewise.
14664 * gdb.base/shmain.c: Likewise.
14665 * gdb.base/shr1.c: Likewise.
14666 * gdb.base/shr2.c: Likewise.
14667 * gdb.base/sigall.c: Likewise.
14668 * gdb.base/signals.c: Likewise.
14669 * gdb.base/so-indr-cl.c: Likewise.
14670 * gdb.base/solib2.c: Likewise.
14671 * gdb.base/structs.c: Likewise.
14672 * gdb.base/sum.c: Likewise.
14673 * gdb.base/vforked-prog.c: Likewise.
14674 * gdb.base/watchpoint.c: Likewise.
14675 * gdb.reverse/shr2.c: Likewise.
14676 * gdb.reverse/until-reverse.c: Likewise.
14677 * gdb.reverse/ur1.c: Likewise.
14678 * gdb.reverse/watch-reverse.c: Likewise.
14679
14680 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14681
14682 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14683 variant.
14684 * gdb.base/sepdebug.exp: Drop references to removed code.
14685
14686 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14687
14688 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14689 variant. Preserve original line numbering.
14690 * gdb.base/list1.c: Likewise.
14691
14692 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14693
14694 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14695 variant.
14696 * gdb.base/break1.c: Likewise.
14697 * gdb.base/break.exp: Drop references to removed code.
14698
14699 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14700
14701 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14702 variant.
14703
14704 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14705
14706 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14707
14708 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14709
14710 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14711 logic into perform_all_tests() and invoke it with and without
14712 function header prototypes.
14713 (do_function_calls): Remove conditional XFAIL for PR 5318.
14714 (rerun_and_prepare): Remove duplicate code.
14715 (perform_all_tests): New. Main logic moved here.
14716
14717 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14718
14719 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14720 code guarded by #ifdef NO_PROTOTYPES.
14721 (t_double_many_args): Likewise.
14722 (DEF_FUNC_MANY_ARGS_1): Likewise.
14723 (DEF_FUNC_VALUES_1): Likewise.
14724 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14725 guarded by #ifdef PROTOTYPES.
14726
14727 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14728
14729 * gdb.mi/mi-console.c: Add eye-catcher.
14730 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14731 instead of literal line number.
14732
14733 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14734
14735 * gdb.base/shr2.c: Add eye-catcher.
14736 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14737 line number.
14738
14739 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14740
14741 * gdb.base/jump.c: Add eye-catchers.
14742 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14743 numbers.
14744
14745 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14746
14747 * gdb.base/execd-prog.c: Add eye-catchers.
14748 * gdb.base/foll-exec.c: Likewise.
14749 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14750 line numbers.
14751
14752 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14753
14754 * gdb.base/ending-run.c: Add eye-catchers.
14755 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14756 literal line numbers.
14757
14758 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14759
14760 * gdb.base/call-rt-st.c: Add eye-catchers.
14761 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14762 literal line numbers.
14763
14764 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14765
14766 * gdb.base/call-ar-st.c: Add eye-catchers.
14767 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14768 literal line numbers.
14769
14770 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14771
14772 * gdb.base/average.c: Add eye-catchers.
14773 * gdb.base/sum.c: Likewise.
14774 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14775 regexps dynamically.
14776
14777 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14778
14779 * gdb.base/solib1.c: Add eye-catchers.
14780 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14781 literal line numbers.
14782
14783 2014-11-12 Pedro Alves <palves@redhat.com>
14784
14785 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14786 leader has exited.
14787
14788 2014-11-12 Pedro Alves <palves@redhat.com>
14789
14790 * gdb.arch/i386-bp_permanent.c: New file.
14791 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14792 (srcfile): Set to i386-bp_permanent.c.
14793 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14794 that stepi does not execute the 'leave' instruction, instead of
14795 testing it does execute.
14796 * gdb.base/bp-permanent.c: New file.
14797 * gdb.base/bp-permanent.exp: New file.
14798
14799 2014-11-10 Doug Evans <xdje42@gmail.com>
14800
14801 PR symtab/17564
14802 * gdb.base/symtab-search-order.exp: New file.
14803 * gdb.base/symtab-search-order.c: New file.
14804 * gdb.base/symtab-search-order-1.c: New file.
14805 * gdb.base/symtab-search-order-shlib-1.c: New file.
14806
14807 2014-11-07 Pedro Alves <palves@redhat.com>
14808
14809 PR gdb/17511
14810 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14811 i?86-*-linux*.
14812
14813 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14814
14815 PR c++/17494
14816 * gdb.cp/pr17494.cc: New file.
14817 * gdb.cp/pr17494.exp: New file.
14818
14819 2014-11-02 Yao Qi <yao@codesourcery.com>
14820
14821 * gdb.python/python.exp: Get working directory and match the
14822 output of "set extended-prompt \\w " with it.
14823
14824 2014-10-30 Doug Evans <dje@google.com>
14825
14826 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14827 in objfiles.
14828 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14829 in progspaces.
14830
14831 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14832
14833 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14834 * gdb.base/realname-expand.exp: Likewise.
14835 * gdb.linespec/macro-relative.exp: Likewise.
14836
14837 2014-10-29 Pedro Alves <palves@redhat.com>
14838
14839 PR gdb/17408
14840 * gdb.threads/schedlock.c (some_function): New function.
14841 (call_function): New global.
14842 (MAYBE_CALL_SOME_FUNCTION): New macro.
14843 (thread_function): Call it.
14844 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14845 and use it instead of a global counter. Adjust all callers.
14846 (get_current_thread): Use "find current thread" for test message
14847 here rather than having all callers pass down the same string.
14848 (goto_loop): New procedure, factored out from ...
14849 (my_continue): ... this.
14850 (step_ten_loops): Change parameter from test message to command to
14851 use. Adjust.
14852 (list_count): Delete global.
14853 (check_result): New procedure, factored out from duplicate top
14854 level code.
14855 (continue tests): Wrap in with_test_prefix.
14856 (test_step): New procedure, factored out from duplicate top level
14857 code.
14858 (top level): Test "step" in combination with all scheduler-locking
14859 modes. Test "next" in combination with all scheduler-locking
14860 modes, and in combination with stepping over a function call or
14861 not.
14862 * gdb.threads/next-bp-other-thread.c: New file.
14863 * gdb.threads/next-bp-other-thread.exp: New file.
14864
14865 2014-10-29 Pedro Alves <palves@redhat.com>
14866
14867 PR python/17372
14868 * gdb.python/python.exp: Test a multi-line command that spawns
14869 interactive Python.
14870 * gdb.base/multi-line-starts-subshell.exp: New file.
14871
14872 2014-10-29 Yao Qi <yao@codesourcery.com>
14873
14874 * gdb.base/fileio.exp: Make directories on host.
14875
14876 2014-10-29 Yao Qi <yao@codesourcery.com>
14877
14878 * gdb.base/fileio.c (test_write): Close the file.
14879
14880 2014-10-28 Pedro Alves <palves@redhat.com>
14881
14882 PR gdb/12623
14883 * gdb.base/sigstep.c (no_handler): New global.
14884 (main): If 'no_handler is true, set the signal handlers to
14885 SIG_IGN.
14886 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14887 with_sw_watch and no_handler parameters. Handle them.
14888 (top level) <stepping over handler when stopped at a breakpoint
14889 test>: Add a test axis for testing with a software watchpoint, and
14890 another for testing with the signal handler set to SIG_IGN.
14891 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14892 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14893
14894 2014-10-28 Pedro Alves <palves@redhat.com>
14895
14896 PR gdb/17511
14897 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14898 * gdb.base/sigstep.exp (other_handler_location): New global.
14899 (advance): Support stepping into the signal handler, and running
14900 commands while in the handler.
14901 (in_handler_map): New global.
14902 (top level): In the advance test, add combinations for getting
14903 into the handler with stepping commands, and for running commands
14904 in the handler. Add comment descripting the advancei tests.
14905
14906 2014-10-28 Pedro Alves <palves@redhat.com>
14907
14908 * gdb.base/sigstep.exp: Use build_executable instead of
14909 prepare_for_testing.
14910 (top level): Move code that starts GDB, runs to main and creates a
14911 display to ...
14912 (restart): ... this new procedure.
14913 (top level): Move backtrace from signal handler test to ...
14914 (validate_backtrace): ... this new procedure.
14915 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14916 with_test_prefix. Always restart GDB.
14917 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14918 with_test_prefix. Always restart GDB. No need to delete
14919 breakpoints after the test.
14920 (test_skip_handler): Remove prefix parameter.
14921 (skip_over_handler, breakpoint_to_handler)
14922 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14923 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14924 restart GDB. No need to delete breakpoints after the test.
14925 (top level): Use foreach to call the test procedures with
14926 different commands.
14927
14928 2014-10-28 Pedro Alves <palves@redhat.com>
14929
14930 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14931 instead of GNATS numbers.
14932 * gdb.base/sigbpt.exp: Likewise.
14933 * gdb.base/siginfo.exp: Likewise.
14934 * gdb.base/sigstep.exp: Likewise.
14935
14936 2014-10-27 Pedro Alves <palves@redhat.com>
14937
14938 * gdb.base/sigstep.c (dummy): New global.
14939 (main): Issue a couple writes to the new global.
14940 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14941 procedures.
14942 (skip_over_handler): Use test_skip_handler.
14943 (top level): Call skip_over_handler for stepi and nexti too.
14944 (breakpoint_over_handler): Use test_skip_handler.
14945 (top level): Call breakpoint_over_handler for stepi and nexti too.
14946
14947 2014-10-27 Yao Qi <yao@codesourcery.com>
14948
14949 * gdb.trace/tfile.c (adjust_function_address)
14950 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14951 function descriptor.
14952
14953 2014-10-24 Don Breazeal <donb@codesourcery.com>
14954
14955 * gdb.base/foll-fork.exp (test_follow_fork,
14956 catch_fork_child_follow): Check for updated fork messages emitted
14957 from infrun.c.
14958 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14959 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14960 vfork_and_exec_child_follow_through_step): Check for updated vfork
14961 messages emitted from infrun.c.
14962
14963 2014-10-24 Pedro Alves <palves@redhat.com>
14964
14965 * gdb.base/corefile.exp: Remove references to ultrix.
14966 * gdb.base/interrupt.exp: Likewise.
14967 * gdb.base/whatis.exp: Likewise.
14968 * gdb.gdb/selftest.exp: Likewise.
14969 * gdb.threads/manythreads.exp: Likewise.
14970 * gdb.threads/print-threads.exp: Likewise.
14971 * gdb.threads/pthreads.exp:: Likewise.
14972 * gdb.threads/schedlock.exp: Likewise.
14973
14974 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14975
14976 * gdb.cp/non-trivial-retval.cc: Add a test case.
14977 * gdb.cp/non-trivial-retval.exp: Add a test.
14978
14979 2014-10-20 Yao Qi <yao@codesourcery.com>
14980
14981 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14982 * gdb.python/py-objfile-script-gdb.py: New file.
14983 * gdb.python/py-objfile-script.exp: Update reference to
14984 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14985 of remote_download. Remove the dest file.
14986
14987 2014-10-20 Yao Qi <yao@codesourcery.com>
14988
14989 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14990 * gdb.base/step-line.exp: Likewise.
14991 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14992 * gdb.dwarf2/dw2-basic.exp: Likewise.
14993 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14994 * gdb.dwarf2/dw2-filename.exp: Likewise.
14995 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14996 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14997 * gdb.dwarf2/dw2-producer.exp: Likewise.
14998 * gdb.dwarf2/mac-fileno.exp: Likewise.
14999 * gdb.python/py-frame-args.exp: Likewise.
15000 * gdb.python/py-framefilter.exp: Likewise.
15001 * gdb.python/py-mi.exp: Likewise.
15002 * gdb.python/py-objfile-script.exp: Likewise
15003 * gdb.python/py-pp-integral.exp: Likewise.
15004 * gdb.python/py-pp-re-notag.exp: Likewise.
15005 * gdb.python/py-prettyprint.exp: Likewise.
15006 * gdb.python/py-section-script.exp: Likewise.
15007 * gdb.python/py-typeprint.exp: Likewise.
15008 * gdb.python/py-xmethods.exp: Likewise.
15009 * gdb.stabs/weird.exp: Likewise.
15010 * gdb.xml/tdesc-regs.exp: Likewise.
15011
15012 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15013
15014 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15015 (out_cu): Use addr_len for the size of addresses.
15016 (out_line): Likewise. Size DW_LNE_set_address instruction
15017 according to addr_len.
15018 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15019 (FUNC): Add START_INSNS to definition.
15020
15021 2014-10-18 Yao Qi <yao@codesourcery.com>
15022
15023 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15024 gdb_has_argv0 return true.
15025 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15026 check [target_info exists noargs], check [gdb_has_argv0]
15027 instead.
15028 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15029 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15030 procedures.
15031
15032 2014-10-17 Doug Evans <dje@google.com>
15033
15034 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15035 event.
15036 * gdb.python/py-events.py: Add clear_objfiles event.
15037
15038 2014-10-17 Doug Evans <dje@google.com>
15039
15040 * gdb.python/py-objfile.exp: Test progspace attribute.
15041
15042 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15043
15044 * gdb.guile/scm-breakpoint.exp: Do not assume any
15045 directory separators when matching source file paths.
15046 * gdb.python/py-breakpoint.exp: Likewise.
15047 * gdb.reverse/break-precsave.exp: Likewise.
15048 * gdb.reverse/break-reverse.exp: Likewise.
15049 * gdb.reverse/consecutive-precsave.exp: Likewise.
15050 * gdb.reverse/finish-precsave.exp: Likewise.
15051 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15052 * gdb.reverse/finish-reverse.exp: Likewise.
15053 * gdb.reverse/i386-precsave.exp: Likewise.
15054 * gdb.reverse/i387-env-reverse.exp: Likewise.
15055 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15056 * gdb.reverse/machinestate-precsave.exp: Likewise.
15057 * gdb.reverse/machinestate.exp: Likewise.
15058 * gdb.reverse/sigall-precsave.exp: Likewise.
15059 * gdb.reverse/solib-precsave.exp: Likewise.
15060 * gdb.reverse/step-precsave.exp: Likewise.
15061 * gdb.reverse/until-precsave.exp: Likewise.
15062 * gdb.reverse/watch-precsave.exp: Likewise.
15063 * gdb.reverse/watch-reverse.exp: Likewise.
15064
15065 2014-10-17 Yao Qi <yao@codesourcery.com>
15066
15067 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15068 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15069
15070 2014-10-17 Pedro Alves <palves@redhat.com>
15071
15072 PR gdb/17471
15073 * gdb.base/bg-execution-repeat.c: New file.
15074 * gdb.base/bg-execution-repeat.exp: New file.
15075
15076 2014-10-17 Pedro Alves <palves@redhat.com>
15077
15078 PR gdb/17300
15079 * gdb.base/continue-all-already-running.c: New file.
15080 * gdb.base/continue-all-already-running.exp: New file.
15081
15082 2014-10-17 Pedro Alves <palves@redhat.com>
15083
15084 PR gdb/17472
15085 * gdb.base/annota-input-while-running.c: New file.
15086 * gdb.base/annota-input-while-running.exp: New file.
15087
15088 2014-10-17 Pedro Alves <palves@redhat.com>
15089
15090 * gdb.base/callfuncs.exp: emove references to osf.
15091 * gdb.base/sigall.exp: Likewise.
15092 * gdb.gdb/selftest.exp: Likewise.
15093 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15094 * gdb.mi/non-stop.c: Likewise.
15095 * gdb.mi/pthreads.c: Likewise.
15096 * gdb.reverse/sigall-precsave.exp: Likewise.
15097 * gdb.reverse/sigall-reverse.exp: Likewise.
15098 * gdb.threads/pthreads.c: Likewise.
15099 * gdb.threads/pthreads.exp: Likewise.
15100
15101 2014-10-17 Yao Qi <yao@codesourcery.com>
15102
15103 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15104 check 'target_info exists noargs'.
15105 (test_command_prompt_position): Likewise.
15106 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15107 Remove "set args".
15108 (progvar_simple_while_test): Likewise.
15109 (progvar_complex_if_while_test): Likewise.
15110 (if_while_breakpoint_command_test): Likewise.
15111 (infrun_breakpoint_command_test): Likewise.
15112 (breakpoint_command_test): Likewise.
15113 (watchpoint_command_test): Likewise.
15114 (bp_deleted_in_command_test): Likewise.
15115 (temporary_breakpoint_commands): Likewise.
15116
15117 2014-10-16 Yao Qi <yao@codesourcery.com>
15118
15119 * gdb.base/remotetimeout.exp: Remove noargs checking.
15120
15121 2014-10-15 Pedro Alves <palves@redhat.com>
15122
15123 PR breakpoints/9649
15124 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15125 * gdb.base/breakpoint-in-ro-region.exp
15126 (probe_target_hardware_step): New procedure.
15127 (top level): Probe hardware stepping and hardware breakpoint
15128 support. Test stepping through a read-only region, with both
15129 "breakpoint auto-hw" on and off and both "always-inserted" on and
15130 off.
15131
15132 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15133
15134 * gdb.dlang/demangle.exp: Update for demangling changes.
15135
15136 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15137
15138 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15139 * gdb.cp/non-trivial-retval.exp: Add new tests.
15140
15141 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15142
15143 PR c++/13403
15144 PR c++/15154
15145 * gdb.cp/non-trivial-retval.cc: New file.
15146 * gdb.cp/non-trivial-retval.exp: New file.
15147
15148 2014-10-15 Yao Qi <yao@codesourcery.com>
15149
15150 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15151 remote host.
15152
15153 2014-10-15 Yao Qi <yao@codesourcery.com>
15154
15155 * gdb.python/py-symbol.exp: Match file base name if host is
15156 remote, otherwise match file name with dir name.
15157 * gdb.python/py-symtab.exp: Likewise.
15158 * gdb.python/python.exp: Likewise.
15159
15160 2014-10-15 Yao Qi <yao@codesourcery.com>
15161
15162 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15163 pattern.
15164 * gdb.python/py-symtab.exp: Likewise.
15165 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15166 locationn.
15167
15168 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15169
15170 * gdb.ada/addr_arith: New testcase.
15171
15172 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15173
15174 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15175 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15176 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15177 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15178
15179 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15180
15181 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15182 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15183 * gdb.arch/stap-eval-lang-ada.exp: New file.
15184
15185 2014-10-14 Yao Qi <yao@codesourcery.com>
15186
15187 * gdb.mi/mi-var-child.c (nothing1): New function.
15188 (nothing2): New function.
15189 (do_children_tests): Set function pointers by nothing1 and
15190 nothing2.
15191 * gdb.mi/mi-var-child.exp: Step over new added statements.
15192 Update test to match the new output.
15193 * gdb.mi/var-cmd.c (nothing1): New function.
15194 (nothing2): New function.
15195 (do_children_tests): Set function pointers by nothing1 and
15196 nothing2.
15197 * gdb.mi/mi-var-display.exp: Update test to match output.
15198 Step to the line specified by $line_dct_nothing.
15199 Increase the number of lines to step.
15200
15201 2014-10-14 Yao Qi <yao@codesourcery.com>
15202
15203 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15204 tests.
15205 * gdb.mi/mi2-var-child.exp: Likewise.
15206
15207 2014-10-13 Doug Evans <dje@google.com>
15208
15209 * gdb.python/py-objfile.exp: Change name of file name test.
15210
15211 2014-10-13 Doug Evans <dje@google.com>
15212
15213 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15214 from the start of the CU.
15215
15216 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15217 Yao Qi <yao@codesourcery.com>
15218
15219 Fix "save breakpoints" for "catch" command.
15220 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15221 Remove -nonewline. Match also the added "main" line.
15222
15223 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15224
15225 Fix "save breakpoints" for "disable $bpnum" command.
15226 * gdb.base/save-bp.c (main): Add label.
15227 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15228
15229 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15230
15231 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15232
15233 2014-10-11 Yao Qi <yao@codesourcery.com>
15234
15235 * gdb.server/server-kill.exp: Execute command
15236 "set remote trace-status-packet on" before "tstatus".
15237
15238 2014-10-11 Yao Qi <yao@codesourcery.com>
15239
15240 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15241 (main): Call getppid.
15242 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15243 and continue to it. Read variable "server_pid".
15244
15245 2014-10-11 Yao Qi <yao@codesourcery.com>
15246
15247 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15248
15249 2014-10-11 Yao Qi <yao@codesourcery.com>
15250
15251 * gdb.threads/thread-find.exp: Don't execute command
15252 "info threads".
15253 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15254 * gdb.threads/linux-dp.exp: Don't check the condition
15255 $threads_created equals to zero.
15256
15257 2014-10-10 Pedro Alves <palves@redhat.com>
15258
15259 * gdb.base/bigcore.exp: Remove references to IRIX.
15260 * gdb.base/funcargs.exp: Likewise.
15261 * gdb.base/interrupt.exp: Likewise.
15262 * gdb.base/mips_pro.exp: Likewise.
15263 * gdb.base/nodebug.exp: Likewise.
15264 * gdb.base/setvar.exp: Likewise.
15265 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15266
15267 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15268 Pedro Alves <palves@redhat.com>
15269
15270 PR symtab/14466
15271 * gdb.base/vdso-warning.c: New file.
15272 * gdb.base/vdso-warning.exp: New file.
15273
15274 2014-10-02 Doug Evans <dje@google.com>
15275
15276 * gdb.base/structs.c (main): Don't run forever.
15277
15278 2014-10-02 Pedro Alves <palves@redhat.com>
15279
15280 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15281 (top level) <stop threads 1, stop threads 2>: Use it.
15282
15283 2014-10-02 Pedro Alves <palves@redhat.com>
15284
15285 * gdb.threads/break-while-running.exp (test): Add new
15286 'update_thread_list' argument. Skip "info threads" if false.
15287 (top level): Add new 'update_thread_list' axis.
15288
15289 2014-10-02 Pedro Alves <palves@redhat.com>
15290
15291 PR breakpoints/17431
15292 * gdb.base/execl-update-breakpoints.c: New file.
15293 * gdb.base/execl-update-breakpoints.exp: New file.
15294
15295 2014-10-01 Pedro Alves <palves@redhat.com>
15296
15297 * gdb.base/breakpoint-in-ro-region.c: New file.
15298 * gdb.base/breakpoint-in-ro-region.exp: New file.
15299
15300 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15301
15302 * gdb.mi/mi-exit-code.exp: New file.
15303 * gdb.mi/mi-exit-code.c: New file.
15304
15305 2014-09-30 Yao Qi <yao@codesourcery.com>
15306
15307 * lib/prelink-support.exp (build_executable_own_libs): Error if
15308 the target isn't native.
15309
15310 2014-09-30 Yao Qi <yao@codesourcery.com>
15311
15312 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15313 false.
15314
15315 2014-09-22 Pedro Alves <palves@redhat.com>
15316
15317 * gdb.threads/break-while-running.exp: New file.
15318 * gdb.threads/break-while-running.c: New file.
15319
15320 2014-09-19 Yao Qi <yao@codesourcery.com>
15321
15322 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15323 Invoke test. Restart GDB with --readnow and invoke test again.
15324
15325 2014-09-19 Yao Qi <yao@codesourcery.com>
15326
15327 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15328 proc set_breakpoint_on_gcd_function. Invoke
15329 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15330 invoke set_breakpoint_on_gcd_function again.
15331
15332 2014-09-18 Doug Evans <dje@google.com>
15333
15334 * gdb.dwarf2/symtab-producer.exp: New file.
15335
15336 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15337
15338 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15339 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15340 * gdb.base/global-var-nested-by-dso.c: Likewise.
15341 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15342
15343 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15344 Pedro Alves <palves@redhat.com>
15345
15346 * gdb.base/watch-bitfields.exp: Pass string other than test file
15347 name to prepare_for_testing.
15348 (watch): New procedure.
15349 (expect_watchpoint): Use with_test_prefix.
15350 (top level): Factor out tests to ...
15351 (test_watch_location, test_regular_watch): ... these new
15352 procedures, and use with_test_prefix and gdb_continue_to_end.
15353
15354 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15355
15356 PR breakpoints/12526
15357 * gdb.base/watch-bitfields.exp: New file.
15358 * gdb.base/watch-bitfields.c: New file.
15359
15360 2014-09-16 Pedro Alves <palves@redhat.com>
15361
15362 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15363 software and hardware addresses, not software address against
15364 itself.
15365
15366 2014-09-16 Pedro Alves <palves@redhat.com>
15367
15368 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15369 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15370
15371 2014-09-16 Pedro Alves <palves@redhat.com>
15372
15373 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15374 files.
15375 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15376 "*-*-vxworks*" throughout.
15377 * gdb.base/break.exp: Likewise.
15378 * gdb.base/default.exp: Likewise.
15379 * gdb.base/scope.exp: Likewise.
15380 * gdb.base/sepdebug.exp: Likewise.
15381 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15382 throughout.
15383 * gdb.base/run.c: Likewise.
15384 * gdb.base/sepdebug.c: Likewise.
15385 * gdb.hp/gdb.aCC/run.c: Likewise.
15386 * gdb.reverse/until-reverse.c: Likewise.
15387 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15388
15389 2014-09-16 Yao Qi <yao@codesourcery.com>
15390
15391 * boards/local-remote-host-native.exp: New file.
15392
15393 2014-09-14 Doug Evans <xdje42@gmail.com>
15394
15395 * gdb.threads/queue-signal.c (thread_count): New variable.
15396 (thread_count_mutex, thread_count_condvar): New variables.
15397 (incr_thread_count, wait_all_threads_running): New functions.
15398 (main): Wait for all threads to be in their thread functions.
15399
15400 2014-09-13 Doug Evans <xdje42@gmail.com>
15401
15402 * gdb.threads/queue-signal.c: New file.
15403 * gdb.threads/queue-signal.exp: New file.
15404
15405 2014-09-13 Doug Evans <xdje42@gmail.com>
15406
15407 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15408 be consistent with what default_gdb_init uses.
15409 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15410 the plain text of the prompt. Add some logging printfs.
15411 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15412
15413 2014-09-12 Pedro Alves <palves@redhat.com>
15414
15415 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15416 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15417 * gdb.arch/i386-size-overlap.exp: Likewise.
15418 * gdb.arch/i386-size.exp: Likewise.
15419 * gdb.arch/i386-unwind.exp: Likewise.
15420 * gdb.base/a2-run.exp: Likewise.
15421 * gdb.base/break.exp: Likewise.
15422 * gdb.base/charset.exp: Likewise.
15423 * gdb.base/chng-syms.exp: Likewise.
15424 * gdb.base/commands.exp: Likewise.
15425 * gdb.base/dbx.exp: Likewise.
15426 * gdb.base/find.exp: Likewise.
15427 * gdb.base/funcargs.exp: Likewise.
15428 * gdb.base/jit-simple.exp: Likewise.
15429 * gdb.base/reread.exp: Likewise.
15430 * gdb.base/sepdebug.exp: Likewise.
15431 * gdb.base/step-bt.exp: Likewise.
15432 * gdb.cp/mb-inline.exp: Likewise.
15433 * gdb.cp/mb-templates.exp: Likewise.
15434 * gdb.objc/basicclass.exp: Likewise.
15435 * gdb.threads/killed.exp: Likewise.
15436
15437 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15438
15439 PR tdep/17379
15440 * gdb.arch/powerpc-stackless.S: New file.
15441 * gdb.arch/powerpc-stackless.exp: New file.
15442
15443 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15444
15445 * gdb.base/attach.c: Include unistd.h.
15446 (main): Call alarm. Add label postloop.
15447 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15448 gdb_breakpoint, gdb_continue_to_breakpoint.
15449 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15450
15451 2014-09-11 Pedro Alves <palves@redhat.com>
15452
15453 PR gdb/17347
15454 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15455 * gdb.base/attach.exp (test_command_line_attach_run): New
15456 procedure.
15457 (top level): Call it.
15458
15459 2014-09-11 Pedro Alves <palves@redhat.com>
15460
15461 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15462 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15463 (do_command_attach_tests): Use spawn_wait_for_attach.
15464 * gdb.base/solib-overlap.exp: Likewise.
15465 * gdb.multi/multi-attach.exp: Likewise.
15466 * gdb.python/py-prompt.exp: Likewise.
15467 * gdb.python/py-sync-interp.exp: Likewise.
15468 * gdb.server/ext-attach.exp: Likewise.
15469
15470 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15471
15472 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15473 command in testcase. Simplify testcase.
15474
15475 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15476
15477 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15478
15479 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15480
15481 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15482
15483 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15484
15485 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15486
15487 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15488
15489 * gdb.dwarf2/dynarr-ptr.c: New file.
15490 * gdb.dwarf2/dynarr-ptr.exp: New file.
15491
15492 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15493
15494 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15495 of 30 rather than hardcoding 120 for a slow test case. Take the
15496 `gdb,timeout' target setting into account for this calculation.
15497 Don't extend the timeout for the test cases that don't need it.
15498
15499 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15500
15501 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15502 a factor of 2 for a slow test case. Take the `gdb,timeout'
15503 target setting into account for this calculation.
15504 * gdb.reverse/until-precsave.exp: Increase the timeout by
15505 a factor of 15 and 3 respectively rather than adding 120
15506 for a pair of slow test cases. Take the `gdb,timeout'
15507 target setting into account for this calculation.
15508
15509 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15510
15511 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15512 timeout, don't pass one down to gdb_expect.
15513 (gdb_expect): Rework timeout selection.
15514
15515 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15516
15517 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15518 exception on timeout.
15519 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15520 (gdbserver_start_extended): Catch any `gdbserver_start' error
15521 exceptions.
15522 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15523 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15524 `gdbserver_gdb_load' error exceptions.
15525
15526 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15527
15528 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15529 120 on waiting for the TCP socket to open.
15530
15531 2014-09-09 Doug Evans <xdje42@gmail.com>
15532
15533 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15534 _caller_matches, _any_caller_is, _any_caller_matches.
15535
15536 2014-09-09 Doug Evans <xdje42@gmail.com>
15537
15538 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15539
15540 2014-09-09 Yao Qi <yao@codesourcery.com>
15541
15542 * gdb.mi/mi-var-display.exp: Set print symbol off.
15543
15544 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15545
15546 PR gdb/17035
15547 * gdb.base/commands.exp: Add tests to verify user-defined
15548 commands with empty bodies.
15549 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15550 python commands in `show user command`.
15551 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15552 scheme commands in `show user command`.
15553
15554 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15555
15556 PR python/17355
15557 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15558 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15559 * gdb.python/py-framefilter-invalidarg.exp: New file.
15560 * gdb.python/py-framefilter-invalidarg.py: New file.
15561
15562 2014-09-06 Doug Evans <xdje42@gmail.com>
15563
15564 PR 15276
15565 * gdb.python/py-caller-is.c: New file.
15566 * gdb.python/py-caller-is.exp: New file.
15567
15568 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15569
15570 PR gdb/17235
15571 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15572 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15573
15574 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15575
15576 PR fortran/17237
15577 * gdb.fortran/print-formatted.exp: New file.
15578 * gdb.fortran/print-formatted.f90: Likewise.
15579
15580 2014-09-03 Sasha Smundak <asmundak@google.com>
15581
15582 * gdb.python/py-frame.exp: Test Frame.read_register.
15583
15584 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15585
15586 PR python/16699
15587 * gdb.python/py-completion.exp: New file.
15588 * gdb.python/py-completion.py: Likewise.
15589
15590 2014-08-28 Doug Evans <dje@google.com>
15591
15592 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15593 eax,etc. are live with values set by gdb and thus the compiler can't
15594 use them.
15595 * gdb.arch/i386-pseudo.c (main): Ditto.
15596
15597 2014-08-27 Doug Evans <dje@google.com>
15598
15599 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15600
15601 2014-08-25 Doug Evans <dje@google.com>
15602
15603 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15604 (main): Ditto.
15605
15606 2014-08-25 Doug Evans <dje@google.com>
15607
15608 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15609
15610 2014-08-24 Yao Qi <yao@codesourcery.com>
15611
15612 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15613 symbol off.
15614 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15615
15616 2014-08-22 Doug Evans <dje@google.com>
15617
15618 PR 17276
15619 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15620 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15621 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15622
15623 2014-08-22 Yao Qi <yao@codesourcery.com>
15624
15625 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15626 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15627 * gdb.python/python.exp: Likewise. Use .py file on the host
15628 instead of the build.
15629
15630 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15631
15632 * gdb.threads/gcore-stale-thread.c: New file.
15633 * gdb.threads/gcore-stale-thread.exp: New file.
15634
15635 2014-08-21 Pedro Alves <palves@redhat.com>
15636
15637 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15638 * gdb.base/gcore-relro-pie.exp: Likewise.
15639 * gdb.base/gcore-relro.exp: Likewise.
15640 * gdb.base/gcore.exp: Likewise.
15641 * gdb.base/print-symbol-loading.exp: Likewise.
15642 * gdb.threads/gcore-thread.exp: Likewise.
15643 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15644
15645 2014-08-20 Pedro Alves <palves@redhat.com>
15646 Jan Kratochvil <jan.kratochvil@redhat.com>
15647
15648 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15649 configure.
15650 (EXPECT): Handle READ1 being set.
15651 (all): Depend on EXTRA_RULES.
15652 (check-read1, expect-read1, read1.so, read1): New rules.
15653 * README (Testsuite Parameters): Document the READ1 make variable.
15654 (Race detection): New section.
15655 * configure: Regenerate.
15656 * configure.ac: If build==host==target, and running under a
15657 GNU/glibc system, add read1 to the extra Makefile rules.
15658 (EXTRA_RULES): AC_SUBST it.
15659 * lib/read1.c: New file.
15660
15661 2014-08-20 Joel Brobecker <brobecker@adacore.com>
15662
15663 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15664 the handling of variables declared as a typedef to an array
15665 which a DW_AT_data_location attribute.
15666
15667 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
15668 Pedro Alves <palves@redhat.com>
15669
15670 PR symtab/14604
15671 PR symtab/14605
15672 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15673 gdb_test.
15674
15675 2014-08-19 Pedro Alves <palves@redhat.com>
15676
15677 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15678
15679 2014-08-19 Yao Qi <yao@codesourcery.com>
15680
15681 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15682 right line.
15683
15684 2014-08-18 David Blaikie <dblaikie@gmail.com>
15685
15686 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15687
15688 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15689
15690 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15691 attribute in array range.
15692
15693 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15694
15695 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15696
15697 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15698
15699 PR c++/17132
15700 * gdb.cp/pr17132.cc: New file.
15701 * gdb.cp/pr17132.exp: New file.
15702
15703 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15704
15705 * gdb.python/py-xmethods.py (A_getarrayind)
15706 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15707 Use 'print' with function call syntax.
15708 (E_method_matcher.match): Fix tab vs space indentation mixup.
15709
15710 2014-08-15 Yao Qi <yao@codesourcery.com>
15711
15712 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15713 false.
15714
15715 2014-08-15 Yao Qi <yao@codesourcery.com>
15716
15717 * gdb.cp/casts.exp: Set print symbol off.
15718 * gdb.cp/class2.exp: Likewise.
15719 * gdb.cp/overload.exp: Likewise.
15720 * gdb.cp/templates.exp: Likewise.
15721
15722 2014-08-11 Doug Evans <dje@google.com>
15723
15724 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15725 (test_load_shlib): Update.
15726
15727 2014-08-09 Yao Qi <yao@codesourcery.com>
15728
15729 * gdb.base/display.exp: Invoke is_address_zero_readable.
15730 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15731 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15732 * gdb.base/hbreak-unmapped.exp: Return if
15733 is_address_zero_readable returns true.
15734 * gdb.base/signest.exp: Likewise.
15735 * gdb.base/signull.exp: Likewise.
15736 * gdb.base/sigbpt.exp: Likewise.
15737 * gdb.guile/scm-disasm.exp: Do the test if
15738 is_address_zero_readable returns false.
15739 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15740 * gdb.python/py-arch.exp: Likewise.
15741 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15742 * lib/gdb.exp (is_address_zero_readable): New proc.
15743
15744 2014-08-09 Yao Qi <yao@codesourcery.com>
15745
15746 PR testsuite/13443
15747 * gdb.mi/mi-var-display.exp: Make test messages unique.
15748
15749 2014-08-04 Tom Tromey <tromey@redhat.com>
15750
15751 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15752 target 0".
15753
15754 2014-08-04 Tom Tromey <tromey@redhat.com>
15755
15756 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15757 "target_resume".
15758
15759 2014-08-01 Joel Brobecker <brobecker@adacore.com>
15760
15761 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15762 inner_vla_struct_object_size.
15763 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15764 as xfail.
15765
15766 2014-07-30 Pedro Alves <palves@redhat.com>
15767
15768 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15769 comment.
15770
15771 2014-07-29 Yao Qi <yao@codesourcery.com>
15772
15773 PR gdb/17206
15774 * gdb.base/until-nodebug.exp: New.
15775
15776 2014-07-28 Doug Evans <xdje42@gmail.com>
15777
15778 PR guile/17203
15779 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15780 previously existing parameter, and previously ambiguously spelled
15781 parameter.
15782
15783 2014-07-28 Will Newton <will.newton@linaro.org>
15784
15785 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15786
15787 2014-07-26 Ludovic Courtès <ludo@gnu.org>
15788 Doug Evans <xdje42@gmail.com>
15789
15790 PR guile/17146
15791 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15792
15793 2014-07-25 Pedro Alves <palves@redhat.com>
15794
15795 * gdb.threads/signal-command-handle-nopass.c: New file.
15796 * gdb.threads/signal-command-handle-nopass.exp: New file.
15797 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15798 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15799 * gdb.threads/signal-delivered-right-thread.c: New file.
15800 * gdb.threads/signal-delivered-right-thread.exp: New file.
15801
15802 2014-07-25 Pedro Alves <palves@redhat.com>
15803
15804 * gdb.base/double-prompt-target-event-error.exp
15805 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15806 match.
15807 (cancel_pagination_in_target_event): Rework double prompt
15808 detection.
15809 * gdb.base/paginate-after-ctrl-c-running.exp
15810 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15811 <return>' match.
15812 * gdb.base/paginate-bg-execution.exp
15813 (test_bg_execution_pagination_return)
15814 (test_bg_execution_pagination_cancel): Remove '-notransfer
15815 <return>' matches.
15816 * gdb.base/paginate-execution-startup.exp
15817 (test_fg_execution_pagination_return)
15818 (test_fg_execution_pagination_cancel): Remove '-notransfer
15819 <return>' matches.
15820 * gdb.base/paginate-inferior-exit.exp
15821 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15822 match.
15823 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15824 * lib/gdb.exp (pagination_prompt): Run text through
15825 string_to_regexp.
15826 (gdb_test_multiple): Match $pagination_prompt instead of
15827 "<return>".
15828 (string_to_regexp): Move to lib/gdb-utils.exp.
15829
15830 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15831
15832 * gdb.arch/amd64-entry-value-paramref.S: New file.
15833 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15834 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15835 * gdb.arch/amd64-optimout-repeat.S: New file.
15836 * gdb.arch/amd64-optimout-repeat.c: New file.
15837 * gdb.arch/amd64-optimout-repeat.exp: New file.
15838
15839 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15840
15841 PR gdb/17170
15842 * gdb.base/statistics.exp: New file.
15843
15844 2014-07-17 Doug Evans <dje@google.com>
15845
15846 PR gdb/17170
15847 * gdb.base/maint.exp: Update testing of per-command stats.
15848
15849 2014-07-16 Pedro Alves <palves@redhat.com>
15850
15851 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15852 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15853 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15854 (tfile_write_buf): New functions.
15855 (add_memory_block): Rewrite using the above.
15856 (adjust_function_address): New function.
15857 (FUNCTION_ADDRESS): New macro.
15858 (write_basic_trace_file): Remove short_x local, and use
15859 tfile_write_16. Change type of func_addr local to unsigned long
15860 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15861 here. Cast argument of add_memory_block to char pointer.
15862 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15863 (main): Remove parameters.
15864 * gdb.trace/tfile.exp: Remove nowarnings.
15865
15866 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15867
15868 * gdb.base/debug-expr.exp: Test string evaluation with
15869 "debug expression" on.
15870
15871 2014-07-15 Pedro Alves <palves@redhat.com>
15872
15873 * gdb.base/reread.exp: Use clean_restart.
15874
15875 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15876
15877 * gdb.arch/avr-flash-qualifer.c: New.
15878 * gdb.arch/avr-flash-qualifer.exp: New.
15879
15880 2014-07-14 Pedro Alves <palves@redhat.com>
15881
15882 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15883 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15884
15885 2014-07-14 Pedro Alves <palves@redhat.com>
15886
15887 * gdb.base/double-prompt-target-event-error.c: New file.
15888 * gdb.base/double-prompt-target-event-error.exp: New file.
15889
15890 2014-07-14 Pedro Alves <palves@redhat.com>
15891
15892 PR gdb/17072
15893 * gdb.base/paginate-inferior-exit.c: New file.
15894 * gdb.base/paginate-inferior-exit.exp: New file.
15895
15896 2014-07-14 Pedro Alves <palves@redhat.com>
15897
15898 PR gdb/17072
15899 * gdb.base/paginate-bg-execution.c: New file.
15900 * gdb.base/paginate-bg-execution.exp: New file.
15901
15902 2014-07-14 Pedro Alves <palves@redhat.com>
15903
15904 PR gdb/17072
15905 * gdb.base/paginate-execution-startup.c: New file.
15906 * gdb.base/paginate-execution-startup.exp: New file.
15907 * lib/gdb.exp (pagination_prompt): New global.
15908 (default_gdb_spawn): New procedure, factored out from
15909 default_gdb_spawn.
15910 (default_gdb_start): Adjust to call default_gdb_spawn.
15911 (gdb_spawn): New procedure.
15912
15913 2014-07-14 Pedro Alves <palves@redhat.com>
15914
15915 * lib/gdb.exp (gdb_assert): New procedure.
15916 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15917
15918 2014-07-14 Pedro Alves <palves@redhat.com>
15919
15920 * gdb.base/execution-termios.c: New file.
15921 * gdb.base/execution-termios.exp: New file.
15922
15923 2014-07-14 Tom Tromey <tromey@redhat.com>
15924
15925 * gdb.cp/vla-cxx.cc: New file.
15926 * gdb.cp/vla-cxx.exp: New file.
15927
15928 2014-07-14 Tom Tromey <tromey@redhat.com>
15929
15930 * gdb.reverse/rerun-prec.c: New file.
15931 * gdb.reverse/rerun-prec.exp: New file.
15932
15933 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15934 Maciej W. Rozycki <macro@codesourcery.com>
15935
15936 * lib/gdb-utils.exp: New file.
15937 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15938 inline `gdb_init_command' processing.
15939 (gdb_start_cmd): Likewise.
15940 * lib/mi-support.exp (mi_run_cmd): Likewise.
15941 * README: Document `gdb_init_command' and `gdb_init_commands'.
15942
15943 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15944
15945 Fix false FAIL running under a very long directory name.
15946 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15947 and "set print elements 10000". Twice.
15948
15949 2014-07-11 Yao Qi <yao@codesourcery.com>
15950
15951 * gdb.base/exprs.exp: "set print symbol off".
15952
15953 2014-07-11 Pedro Alves <palves@redhat.com>
15954
15955 * gdb.threads/kill.c: New file.
15956 * gdb.threads/kill.exp: New file.
15957
15958 2014-07-10 Yao Qi <yao@codesourcery.com>
15959
15960 * gdb.trace/tfile.c (write_basic_trace_file)
15961 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15962 address written to trace file.
15963
15964 2014-07-09 Pedro Alves <palves@redhat.com>
15965
15966 * gdb.base/attach-wait-input.exp: New file.
15967 * gdb.base/attach-wait-input.c: New file.
15968
15969 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15970
15971 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15972 setting up test structures.
15973 (main): Call new test function.
15974 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15975 test function, continue into test function and walk test
15976 structures.
15977
15978 2014-07-02 Yao Qi <yao@codesourcery.com>
15979
15980 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15981 'bar_start' at the beginning of functions 'foo' and 'bar'
15982 respectively.
15983 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15984 instead of 'foo' and 'bar'.
15985
15986 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15987
15988 * gdb.btrace/segv.exp: New.
15989 * gdb.btrace/segv.c: New.
15990
15991 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15992
15993 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15994 instruction.
15995
15996 2014-06-30 Mark Wielaard <mjw@redhat.com>
15997
15998 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15999 vulture, vilify, villar): New volatile array constants.
16000 (vindictive, vegetation): New const volatile array constants.
16001 * gdb.base/volatile.exp: Test volatile and const volatile array
16002 types.
16003
16004 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16005
16006 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16007 target lacks support for awatch, rwatch, or hbreak.
16008
16009 2014-06-27 Yao Qi <yao@codesourcery.com>
16010
16011 * gdb.multi/dummy-frame-restore.exp: New.
16012 * gdb.multi/dummy-frame-restore.c: New.
16013
16014 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16015
16016 * gdb.btrace/gcore.exp: New.
16017
16018 2014-06-23 Pedro Alves <palves@redhat.com>
16019
16020 * gdb.base/watchpoint-reuse-slot.c: New file.
16021 * gdb.base/watchpoint-reuse-slot.exp: New file.
16022
16023 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16024
16025 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16026 progspace's filename in 'info', 'enable' and 'disable' command
16027 tests.
16028
16029 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16030
16031 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16032 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16033 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16034
16035 2014-06-20 Gary Benson <gbenson@redhat.com>
16036
16037 * gdb.arch/i386-avx.exp: Fix include file location.
16038 * gdb.arch/i386-sse.exp: Likewise.
16039
16040 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16041
16042 * gdb.dlang/expression.exp: New file.
16043
16044 2014-06-19 Pedro Alves <palves@redhat.com>
16045
16046 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16047 out from ...
16048 (top level): ... here. Iterate running tests under different
16049 scheduler-locking settings.
16050
16051 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16052
16053 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16054 to DW_FORM_addr and use non-zero addresses.
16055
16056 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16057
16058 PR gdb/17017
16059 * gdb.python/py-xmethods.cc: Add global function call counters and
16060 increment them in their respective functions. Remove "cout"
16061 statements.
16062 * gdb.python/py-xmethods.exp: Make tests check the global function
16063 call counters instead of depending on inferior IO.
16064
16065 2014-06-18 Don Breazeal <donb@codesourcery.com>
16066
16067 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16068 Deleted procedure.
16069 (explicit_fork_parent_follow): Deleted procedure.
16070 (explicit_fork_child_follow): Deleted procedure.
16071 (test_follow_fork): New procedure.
16072 (do_fork_tests): Replace calls to deleted procedures with
16073 calls to test_follow_fork and reset GDB for subsequent
16074 procedure calls.
16075
16076 2014-06-17 Yao Qi <yao@codesourcery.com>
16077
16078 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16079 CP1252.
16080
16081 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16082
16083 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16084 Initialize ptr and S explicitly.
16085 (skip_type_update_when_not_use_rtti_test): Likewise.
16086
16087 2014-06-16 Keith Seitz <keiths@redhat.com>
16088
16089 PR mi/15863
16090 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16091 the inferior is started.
16092
16093 2014-06-16 Pedro Alves <palves@redhat.com>
16094
16095 * gdb.base/break-main-file-remove-fail.c: New file.
16096 * gdb.base/break-main-file-remove-fail.exp: New file.
16097 * gdb.base/break-unload-file.exp: Use build_executable instead of
16098 prepare_for_testing.
16099 (test_break): New parameter "initial_load". Handle it.
16100 (top level): Add initial_load cmdline/file axis.
16101
16102 2014-06-12 Tom Tromey <tromey@redhat.com>
16103
16104 * gdb.base/completion.exp: Don't use directory name in test.
16105
16106 2014-06-09 Gary Benson <gbenson@redhat.com>
16107
16108 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16109 separate the always-available ANSI-standard signals from the
16110 signals that require checking.
16111 (main): Likewise.
16112 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16113 Likewise.
16114 (main): Likewise.
16115
16116 2014-06-07 Keith Seitz <keiths@redhat.com>
16117
16118 Revert:
16119 PR c++/16253
16120 * gdb.cp/var-tag.cc: New file.
16121 * gdb.cp/var-tag.exp: New file.
16122 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16123 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16124 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16125 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16126
16127 2014-06-06 Doug Evans <xdje42@gmail.com>
16128
16129 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16130
16131 2014-06-06 Pedro Alves <palves@redhat.com>
16132
16133 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16134 in target debug output instead of looking at RSP packets,
16135 disabling the test on any target that uses hardware stepping.
16136 Update comments.
16137
16138 2014-06-06 Pedro Alves <palves@redhat.com>
16139
16140 * gdb.base/break-unload-file.exp: Fix typo.
16141
16142 2014-06-06 Yao Qi <yao@codesourcery.com>
16143
16144 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16145 from "jit_function" to "^jit_function".
16146
16147 2014-06-06 Yao Qi <yao@codesourcery.com>
16148
16149 * gdb.base/async.c (foo): Add one statement.
16150 * gdb.base/async.exp: Get the next instruction address and
16151 match the output of "nexti" by instruction address. Match
16152 the hex address in the output of "finish".
16153
16154 2014-06-06 Gary Benson <gbenson@redhat.com>
16155
16156 * gdb.base/call-signals.c: Remove preprocessor conditionals
16157 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16158 SIGSEGV and SIGTERM.
16159 * gdb.base/sigall.c: Likewise.
16160 * gdb.base/unwindonsignal.c: Likewise.
16161 * gdb.reverse/sigall-reverse.c: Likewise.
16162
16163 2014-06-06 Yao Qi <yao@codesourcery.com>
16164
16165 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16166 readable, skip the test.
16167
16168 2014-06-06 Yao Qi <yao@codesourcery.com>
16169
16170 * gdb.threads/staticthreads.c (thread_function): Move the line
16171 setting breakpoint on forward.
16172 * gdb.threads/staticthreads.exp: Update comments.
16173
16174 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16175
16176 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16177 "history-append! type error".
16178
16179 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16180
16181 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16182 erroneous dprintf expected input.
16183
16184 2014-06-04 Doug Evans <xdje42@gmail.com>
16185
16186 * gdb.guile/scm-generics.exp: Delete.
16187
16188 2014-06-04 Doug Evans <xdje42@gmail.com>
16189
16190 * gdb.guile/scm-breakpoint.exp: Update.
16191 Add tests for breakpoint registration.
16192
16193 2014-06-04 Tom Tromey <tromey@redhat.com>
16194
16195 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16196 VLA-in-union.
16197 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16198 inner_vla_struct, vla_union types. Initialize objects of those
16199 types and compute their sizes.
16200
16201 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16202 Hui Zhu <hui@codesourcery.com>
16203
16204 * gdb.base/fileio.exp: Add test for shell not available as well as
16205 available.
16206 * gdb.base/fileio.c (test_system): Check for shell twice.
16207
16208 2014-06-04 Yao Qi <yao@codesourcery.com>
16209
16210 * gdb.base/auto-connect-native-target.exp: Remove redundant
16211 space from the regexp pattern.
16212
16213 2014-06-04 Yao Qi <yao@codesourcery.com>
16214
16215 * gdb.base/default.exp: Replace "child" with "native" in
16216 regexp pattern.
16217
16218 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16219
16220 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16221 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16222 * gdb.python/py-xmethods.py: Python script supporting the
16223 new testcase and tests.
16224
16225 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16226 Pedro Alves <palves@redhat.com>
16227
16228 PR breakpoints/17000
16229 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16230 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16231
16232 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16233
16234 * gdb.base/subst.exp: Add tests to verify partial path matching
16235 output.
16236
16237 2014-06-03 Pedro Alves <palves@redhat.com>
16238
16239 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16240 target that doesn't use software single-stepping.
16241
16242 2014-06-03 Pedro Alves <palves@redhat.com>
16243
16244 PR breakpoints/17000
16245 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16246 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16247
16248 2014-06-02 Doug Evans <xdje42@gmail.com>
16249
16250 * gdb.guile/scm-parameter.exp: New file.
16251
16252 2014-06-02 Doug Evans <xdje42@gmail.com>
16253
16254 * gdb.guile/scm-cmd.c: New file.
16255 * gdb.guile/scm-cmd.exp: New file.
16256
16257 2014-06-02 Doug Evans <xdje42@gmail.com>
16258
16259 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16260 pretty-printer lookup.
16261 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16262 (make-pp_s-printer): Call it.
16263 (make-pretty-printer-from-dict): New function.
16264 (lookup-pretty-printer-maker-from-dict): New function.
16265 (*pretty-printer*): Simplify.
16266 (make-objfile-pp_s-printer): New function.
16267 (install-objfile-pretty-printers!): New function.
16268 (make-progspace-pp_s-printer): New function.
16269 (install-progspace-pretty-printers!): New function.
16270 * gdb.guile/scm-progspace.c: New file.
16271 * gdb.guile/scm-progspace.exp: New file.
16272
16273 2014-06-02 Pedro Alves <palves@redhat.com>
16274
16275 * gdb.base/dprintf-bp-same-addr.c: New file.
16276 * gdb.base/dprintf-bp-same-addr.exp: New file.
16277
16278 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16279
16280 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16281 * gdb.arch/powerpc-power.s: Likewise.
16282
16283 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16284
16285 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16286
16287 2014-06-01 Yao Qi <yao@codesourcery.com>
16288
16289 * gdb.base/watchpoint.exp (test_watch_location): Check null
16290 pointer can be dereferenced. If not, do the test, otherwise
16291 skip it.
16292
16293 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16294
16295 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16296 results.
16297 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16298
16299 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16300
16301 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16302 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16303 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16304 * gdb.arch/amd64-invalid-stack-top.c: New file.
16305 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16306
16307 2014-05-30 Pedro Alves <palves@redhat.com>
16308
16309 PR breakpoints/17000
16310 * gdb.base/sss-bp-on-user-bp.c: New file.
16311 * gdb.base/sss-bp-on-user-bp.exp: New file.
16312
16313 2014-05-30 David Blaikie <dblaikie@gmail.com>
16314
16315 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16316 gnu_inline semantics via attribute.
16317 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16318 source explicitly specifies the required semantics.
16319
16320 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16321
16322 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16323
16324 2014-05-29 Pedro Alves <palves@redhat.com>
16325 Tom Tromey <tromey@redhat.com>
16326
16327 * gdb.base/async-shell.exp: Don't enable target-async.
16328 * gdb.base/async.exp
16329 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16330 parameter. Adjust.
16331 (top level): Don't test with "target-async".
16332 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16333 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16334 * gdb.base/inferior-died.exp: Don't enable target-async.
16335 * gdb.base/interrupt-noterm.exp: Likewise.
16336 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16337 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16338 * gdb.mi/mi-nonstop.exp: Likewise.
16339 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16340 * gdb.mi/mi-nsintrall.exp: Likewise.
16341 * gdb.mi/mi-nsmoribund.exp: Likewise.
16342 * gdb.mi/mi-nsthrexec.exp: Likewise.
16343 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16344 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16345 * gdb.python/py-evsignal.exp: Don't enable target-async.
16346 * gdb.python/py-evthreads.exp: Likewise.
16347 * gdb.python/py-prompt.exp: Likewise.
16348 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16349 * gdb.server/solib-list.exp: Don't enable target-async.
16350 * gdb.threads/thread-specific-bp.exp: Likewise.
16351 * lib/mi-support.exp: Adjust to use mi-async.
16352
16353 2014-05-29 Pedro Alves <palves@redhat.com>
16354
16355 PR gdb/13860
16356 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16357 reason, even in sync mode.
16358
16359 2014-05-29 Pedro Alves <palves@redhat.com>
16360 Hui Zhu <hui@codesourcery.com>
16361
16362 PR PR15693
16363 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16364 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16365 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16366 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16367
16368 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16369
16370 * config/monitor.exp (gdb_target_monitor): Replace use of
16371 "set remotebaud" by "set serial baud".
16372
16373 2014-05-26 Andy Wingo <wingo@igalia.com>
16374
16375 * gdb.guile/scm-breakpoint.exp:
16376 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16377 properties instead of gdb-object-properties.
16378
16379 2014-05-26 Yao Qi <yao@codesourcery.com>
16380
16381 * gdb.server/no-thread-db.exp: Specify source file name
16382 explicitly when setting a breakpoint.
16383
16384 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16385
16386 * gdb.btrace/vdso.c: New.
16387 * gdb.btrace/vdso.exp: New.
16388
16389 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16390
16391 * gdb.base/gcore.exp (capture_command_output): Move ...
16392 * lib/gdb.exp (capture_command_output): ... here.
16393
16394 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16395
16396 * gdb.btrace/data.exp: Test memory access during btrace replay.
16397
16398 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16399
16400 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16401
16402 2014-05-21 Pedro Alves <palves@redhat.com>
16403
16404 PR gdb/13860
16405 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16406 (top level): Test that output related to execution commands is
16407 sent to the console with CLI commands, but not with MI commands.
16408 Test that breakpoint events are always mirrored to the console.
16409 Also expect the new source line to be output after a "next" in
16410 async mode too. Make it a pass/fail test.
16411 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16412 output.
16413 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16414
16415 2014-05-21 Pedro Alves <palves@redhat.com>
16416
16417 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16418 Use them to test variations of "list" after reaching a breakpoint.
16419 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16420 Test "list" with listsize 10 after reaching a breakpoint.
16421 * gdb.python/python.exp (decode_line current location line
16422 number): Adjust expected line number.
16423
16424 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16425
16426 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16427 behavior for $args, pass it directly to "run".
16428
16429 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16430
16431 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16432 30000 to 65536.
16433
16434 2014-05-21 Pedro Alves <palves@redhat.com>
16435
16436 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16437 auto-connect-native-target off".
16438 * gdb.base/auto-connect-native-target.c: New file.
16439 * gdb.base/auto-connect-native-target.exp: New file.
16440
16441 2014-05-21 Pedro Alves <palves@redhat.com>
16442
16443 * gdb.base/default.exp: Test "target native" instead of "target
16444 child".
16445
16446 2014-05-21 Mark Wielaard <mjw@redhat.com>
16447
16448 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16449
16450 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16451
16452 Fix TLS access for -static -pthread.
16453 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16454 <HAVE_TLS> (thread_function, main): Initialize it.
16455 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16456 Add clean_restart.
16457 <$have_tls != "">: Check TLSVAR.
16458
16459 2014-05-21 Pedro Alves <palves@redhat.com>
16460
16461 * gdb.base/dcache-line-read-error.c: New.
16462 * gdb.base/dcache-line-read-error.exp: New.
16463
16464 2014-05-20 Pedro Alves <palves@redhat.com>
16465
16466 * gdb.base/compare-sections.c: New file.
16467 * gdb.base/compare-sections.exp: New file.
16468
16469 2014-05-20 Pedro Alves <palves@redhat.com>
16470
16471 * gdb.base/break-idempotent.c: New file.
16472 * gdb.base/break-idempotent.exp: New file.
16473
16474 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16475
16476 * gdb.btrace/nohist.exp: New.
16477
16478 2014-05-20 Yao Qi <yao@codesourcery.com>
16479
16480 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16481 gdb.reverse directory and gdb_reverse_timeout exists in board
16482 setting.
16483 * README: Document gdb_reverse_timeout.
16484
16485 2014-05-20 Yao Qi <yao@codesourcery.com>
16486
16487 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16488 'test_file_name'. Treat args as a string instead of a list.
16489 (gdb_init): Rename argument 'args' by 'test_file_name'.
16490
16491 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16492
16493 * gdb.arch/powerpc-power.exp: New file.
16494 * gdb.arch/powerpc-power.s: New file.
16495
16496 2014-05-16 Doug Evans <dje@google.com>
16497
16498 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16499 * gdb.base/completion.exp: Check that all expected files exist
16500 before doing file completion.
16501
16502 2014-05-16 Doug Evans <dje@google.com>
16503
16504 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16505 Update.
16506 (do_syscall_tests_without_xml): Update.
16507
16508 2014-05-16 Pedro Alves <palves@redhat.com>
16509
16510 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16511 instead of "unknown output after running".
16512
16513 2014-05-16 Yao Qi <yao@codesourcery.com>
16514
16515 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16516 file1.txt from host at the end.
16517 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16518
16519 2014-05-15 Doug Evans <dje@google.com>
16520
16521 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16522 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16523 loading file. Add test for TU lookup.
16524
16525 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16526
16527 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16528 calling "-exec-arguments" or "set args" before running the
16529 inferior.
16530
16531 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16532
16533 * lib/mi-support.exp (mi_expect_stop): Expect message for
16534 inferiors that exit with non-zero exit code.
16535
16536 2014-05-14 Yao Qi <yao@codesourcery.com>
16537
16538 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16539 match absolute path on remote host.
16540 (test_file_list_exec_source_files): Remove "/" from the
16541 pattern.
16542
16543 2014-05-14 Yao Qi <yao@codesourcery.com>
16544
16545 * boards/local-remote-host-notty.exp (${board}_file): New
16546 proc.
16547
16548 2014-05-07 Kyle McMartin <kyle@redhat.com>
16549
16550 Pushed by Joel Brobecker <brobecker@adacore.com>.
16551 * gdb.arch/aarch64-atomic-inst.c: New file.
16552 * gdb.arch/aarch64-atomic-inst.exp: New file.
16553
16554 2014-05-07 Yao Qi <yao@codesourcery.com>
16555
16556 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16557 in current context" too.
16558
16559 2014-05-05 Keith Seitz <keiths@redhat.com>
16560
16561 * gdb.linespec/ls-dollar.exp: Add test for linespec
16562 file:convenience_variable.
16563
16564 2014-05-05 Yao Qi <yao@codesourcery.com>
16565
16566 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16567 traceframes into tfile and ctf trace files. Read data from
16568 trace file and test collected data.
16569 (gdb_collect_locals_test): Likewise.
16570 (gdb_unavailable_registers_test): Likewise.
16571 (gdb_unavailable_floats): Likewise.
16572 (gdb_collect_globals_test): Likewise.
16573 (top-level): Append "ctf" to trace_file_targets if GDB
16574 supports.
16575
16576 2014-05-05 Yao Qi <yao@codesourcery.com>
16577
16578 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16579 code to ...
16580 (gdb_collect_args_test_1): ... it. New proc.
16581 (gdb_collect_locals_test): Move some code to ...
16582 (gdb_collect_locals_test_1): ... it. New proc.
16583 (gdb_unavailable_registers_test): Move some code to ...
16584 (gdb_unavailable_registers_test_1): ... it. New proc.
16585 (gdb_unavailable_floats): Move some code to ...
16586 (gdb_unavailable_floats_1): ... it. New proc.
16587
16588 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16589
16590 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16591 probes to test for bitness recognition.
16592 * gdb.arch/amd64-stap-optional-prefix.exp
16593 (test_probe_value_without_reg): New procedure.
16594 Add code to test for different kinds of bitness.
16595
16596 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16597
16598 PR breakpoints/16889
16599 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16600 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16601
16602 2014-05-01 Pedro Alves <palves@redhat.com>
16603
16604 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16605 gdb_file_cmd if no file is specified.
16606 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16607 last_loaded_file to set the remote exec-file.
16608
16609 2014-05-01 Pedro Alves <palves@redhat.com>
16610
16611 * boards/local-remote-host.exp: New file.
16612
16613 2014-05-01 Pedro Alves <palves@redhat.com>
16614
16615 * boards/local-remote-host.exp: Rename to ...
16616 * boards/local-remote-host-notty.exp: ... this.
16617
16618 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16619
16620 * gdb.ada/dyn_arrayidx: New testcase.
16621
16622 2014-04-26 Yao Qi <yao@codesourcery.com>
16623
16624 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16625 and compute the length of function main. Save it in
16626 $main_length.
16627 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16628 (top-level): Use gdb_compile to compile objects into
16629 executable and restart GDB. Remove invocation to
16630 prepare_for_testing.
16631
16632 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16633 Pedro Alves <palves@redhat.com>
16634
16635 PR server/16255
16636 * gdb.multi/multi-attach.c: New file.
16637 * gdb.multi/multi-attach.exp: New file.
16638
16639 2014-04-25 Pedro Alves <palves@redhat.com>
16640
16641 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16642 user.
16643 (top level): Test that "set remote conditional-breakpoints-packet
16644 off" works as intended.
16645 * gdb.base/dprintf.exp: Test that "set remote
16646 breakpoint-commands-packet off" works as intended.
16647 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16648 New function.
16649 (top level): Call it.
16650 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16651 remote fast-tracepoints-packet off" works as intended.
16652 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16653 * lib/gdb.exp (gdb_is_target_remote): ... here.
16654
16655 2014-04-24 David Blaikie <dblaikie@gmail.com>
16656
16657 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16658 ensure clang would not discard them.
16659 * gdb.base/gdbvars.c: Ditto.
16660 * gdb.base/memattr.c: Ditto.
16661 * gdb.base/whatis.c: Ditto.
16662 * gdb.python/py-prettyprint.c: Ditto.
16663 * gdb.trace/actions.c: Ditto.
16664 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16665 ensure clang would not discard it.
16666
16667 2014-04-24 David Blaikie <dblaikie@gmail.com>
16668
16669 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16670 clang to emit the full definition of type required by the test
16671 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16672
16673 2014-04-24 David Blaikie <dblaikie@gmail.com>
16674
16675 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16676 coax Clang into emitting the definition of the type.
16677 * gdb.cp/pr10728-x.h (y): Ditto.
16678 * gdb.cp/pr10728-y.cc (y): Ditto.
16679
16680 2014-04-24 David Blaikie <dblaikie@gmail.com>
16681
16682 * gdb.base/label.exp: XFAIL label related tests under Clang.
16683 * gdb.cp/cplabel.exp: Ditto.
16684 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16685 under Clang those using labels.
16686
16687 2014-04-25 Yao Qi <yao@codesourcery.com>
16688
16689 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16690 double_label.
16691 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16692 partial_label and double_label.
16693
16694 2014-04-24 David Blaikie <dblaikie@gmail.com>
16695
16696 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16697
16698 2014-04-24 David Blaikie <dblaikie@gmail.com>
16699
16700 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16701 of the function to work across GCC and Clang.
16702 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16703 pointer types (const void ** const V void **).
16704
16705 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
16706 Walfred Tedeschi <walfred.tedeschi@intel.com>
16707
16708 * Makefile.in (EXECUTABLES): Added i386-avx512.
16709 * gdb.arch/i386-avx512.c: New file.
16710 * gdb.arch/i386-avx512.exp: Likewise.
16711
16712 2014-04-23 Keith Seitz <keiths@redhat.com>
16713
16714 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16715 (mi_make_breakpoint_table): New procedure.
16716 (mi_create_breakpoint): Use mi_make_breakpoint
16717 and return the result.
16718 (mi_make_breakpoint): New procedure.
16719 (mi_build_kv_pairs): New procedure.
16720
16721 * gdb.mi/mi-break.exp: Remove unused globals,
16722 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16723 All callers updated.
16724 * gdb.mi/mi-dprintf.exp: Use variable to track command
16725 number.
16726 Update all callers of mi_create_breakpoint and use
16727 mi_make_breakpoint_table.
16728 Remove any unused global variables.
16729 * gdb.mi/mi-nonstop.exp: Likewise.
16730 * gdb.mi/mi-nsintrall.exp: Likewise.
16731 * gdb.mi/mi-nsmoribund.exp: Likewise.
16732 * gdb.mi/mi-nsthrexec.exp: Likewise.
16733 * gdb.mi/mi-reverse.exp: Likewise.
16734 * gdb.mi/mi-simplerun.exp: Likewise.
16735 * gdb.mi/mi-stepn.exp: Likewise.
16736 * gdb.mi/mi-syn-frame.exp: Likewise.
16737 * gdb.mi/mi-until.exp: Likewise.
16738 * gdb.mi/mi-var-cp.exp: Likewise.
16739 * gdb.mi/mi-var-display.exp: Likewise.
16740 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16741 * gdb.mi/mi2-var-child.exp: Likewise.
16742 * gdb.mi/mi-vla-c99.exp: Likewise.
16743 * lib/mi-support.exp: Likewise.
16744
16745 From Ian Lance Taylor <iant@cygnus.com>:
16746 * lib/gdb.exp (parse_args): New procedure.
16747
16748 2014-04-23 Pedro Alves <palves@redhat.com>
16749
16750 * gdb.base/break-unload-file.c: New file.
16751 * gdb.base/break-unload-file.exp: New file.
16752 * gdb.base/sym-file-lib.c (baz): New function.
16753 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16754 field.
16755 (load): Store the segment's mapped size.
16756 (unload): New function.
16757 (unload_shlib): New function.
16758 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16759 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16760 set a breakpoint at baz, and call it.
16761 * gdb.base/sym-file.exp: New tests for stale breakpoint
16762 instructions.
16763
16764 2014-04-23 Pedro Alves <palves@redhat.com>
16765
16766 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16767 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16768 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16769 * gdb.base/hbreak-unmapped.c: New file.
16770 * gdb.base/hbreak-unmapped.exp: New file.
16771 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16772 * lib/gdb.exp (gdb_is_target_remote): ... here.
16773
16774 2014-04-22 Pedro Alves <palves@redhat.com>
16775
16776 * gdb.base/consecutive-step-over.c: New file.
16777 * gdb.base/consecutive-step-over.exp: New file.
16778
16779 2014-04-22 Pedro Alves <palves@redhat.com>
16780
16781 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16782 instead of send_gdb/gdb_expect.
16783
16784 2014-04-22 Yao Qi <yao@codesourcery.com>
16785
16786 * lib/trace-support.exp (generate_tracefile): New procedure.
16787 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16788 return 0.
16789 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16790 if generate_tracefile returns 1.
16791
16792 2014-04-18 Tom Tromey <palves@redhat.com>
16793 Pedro alves <tromey@redhat.com>
16794
16795 PR backtrace/15558
16796 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16797 with a backtrace limit.
16798 * gdb.python/py-frame-inline.exp: Test running to an inline
16799 function with a backtrace limit, and printing the newest frame.
16800 * gdb.python/py-frame-inline.c (main): Call f.
16801
16802 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16803
16804 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16805
16806 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16807
16808 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16809 Drop prefix from unsupported source file path.
16810
16811 2014-04-17 Yao Qi <yao@codesourcery.com>
16812
16813 * lib/gdb.exp (with_target_charset): New proc.
16814 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16815 with_target_charset.
16816 (test_print_strings): Likewise.
16817 (test_repeat_bytes): Likewise.
16818 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16819 for some tests.
16820
16821 2014-04-16 Keith Seitz <keiths@redhat.com>
16822
16823 PR gdb/15827
16824 * gdb.dwarf2/corrupt.c: New file.
16825 * gdb.dwarf2/corrupt.exp: New file.
16826
16827 2014-04-16 Keith Seitz <keiths@redhat.com>
16828
16829 PR c++/16597
16830 * gdb.cp/namelessclass.cc: New file.
16831 * gdb.cp/namelessclass.exp: New file.
16832 * gdb.cp/namelessclass.S: New file.
16833
16834 2014-04-16 Doug Evans <dje@google.com>
16835
16836 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16837 Add comment.
16838 (gdbserver_default_get_comm_port): New function.
16839 (gdbserver_start): Check if board file provided
16840 "gdbserver,get_comm_port" and use it if so.
16841 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16842 (gdb,socketport): Set to "stdio".
16843 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16844 (stdio_gdbserver_template): Delete.
16845 (${board}_get_remote_address): Update.
16846 (${board}_build_remote_cmd): Delete.
16847 (${board}_get_comm_port): New function.
16848 (${board}_spawn): Update.
16849 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16850 Delete.
16851 (${board}_get_remote_address): Update.
16852 (${board}_get_comm_port): New function.
16853
16854 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16855
16856 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16857 appearing in any order.
16858
16859 2014-04-15 Doug Evans <dje@google.com>
16860
16861 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16862 uninitialized value of "description".
16863
16864 2014-04-15 Keith Seitz <keiths@redhat.com>
16865
16866 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16867 Remove unused globals.
16868 (test_running_the_program): Likewise.
16869 (test_controlled_execution): Likewise.
16870 (test_controlling_breakpoints): Likewise.
16871 (test_program_termination): Likewise.
16872
16873 2014-04-15 Keith Seitz <keiths@redhat.com>
16874
16875 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16876 unused globals.
16877 (test_rbreak_creation_and_listing): Likewise.
16878 (test_ignore_count): Likewise.
16879 (test_error): Likewise.
16880
16881 2014-04-15 Pedro Alves <palves@redhat.com>
16882
16883 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16884 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16885 sym-file-loader.c.
16886 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16887 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16888 to sym-file-loader.c.
16889 (struct library): Forward declare.
16890 (load_shlib, lookup_function): Change prototypes.
16891 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16892 (translate_offset): Remove declarations.
16893 (get_text_addr): New declaration.
16894 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16895 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16896 sym-file-loader.h.
16897 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16898 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16899 here from sym-file-loader.h.
16900 (struct library): New structure.
16901 (load_shlib, lookup_function): Change prototypes and adjust to
16902 work with a struct library.
16903 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16904 (translate_offset): Make static.
16905 (get_text_addr): New function.
16906 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16907
16908 2014-04-15 Pedro Alves <palves@redhat.com>
16909
16910 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16911
16912 2014-04-15 Pedro Alves <palves@redhat.com>
16913
16914 * gdb.base/sym-file-loader.c: Include <limits.h>.
16915 (SELF_LINK): New define.
16916 (get_origin): New function.
16917 (load_shlib): Use it.
16918 * gdb.base/sym-file.exp: Don't early return if the target is
16919 remote. Use runto_main, and issue fail is that fails. Use
16920 gdb_load_shlibs.
16921 (shlib_name): Delete.
16922 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16923
16924 2014-04-15 Pedro Alves <palves@redhat.com>
16925
16926 * gdb.base/sym-file.exp: Remove regex characters from test
16927 message. Don't refer to breakpoint numbers in test messages.
16928
16929 2014-04-14 Keith Seitz <keiths@redhat.com>
16930
16931 PR c++/16253
16932 * gdb.cp/var-tag.cc: New file.
16933 * gdb.cp/var-tag.exp: New file.
16934 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16935 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16936 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16937 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16938
16939 2014-04-14 Tom Tromey <tromey@redhat.com>
16940
16941 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16942 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16943 type.
16944 * gdb.cp/enum-class.exp: New file.
16945 * gdb.cp/enum-class.cc: New file.
16946
16947 2014-04-14 Tom Tromey <tromey@redhat.com>
16948
16949 * gdb.dwarf2/enum-type.exp: New file.
16950
16951 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16952
16953 * gdb.mi/mi-vla-c99.exp: New file.
16954 * gdb.mi/vla.c: New file.
16955
16956 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16957
16958 * gdb.base/vla-datatypes.c: New file.
16959 * gdb.base/vla-datatypes.exp: New file.
16960
16961 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16962
16963 * gdb.base/vla-ptr.c: New file.
16964 * gdb.base/vla-ptr.exp: New file.
16965
16966 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16967
16968 * gdb.dwarf2/count.exp: New file.
16969
16970 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16971
16972 * gdb.base/vla-sideeffect.c: New file.
16973 * gdb.base/vla-sideeffect.exp: New file.
16974
16975 2014-04-14 David Blaikie <dblaikie@gmail.com>
16976
16977 * gdb.mi/non-stop.c: Add return value for non-void function return
16978 statement.
16979 * gdb.threads/staticthreads.c: Ditto.
16980
16981 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16982 Doug Evans <xdje42@gmail.com>
16983
16984 * gdb.guile/scm-value.c: Improve test case.
16985 * gdb.guile/scm-value.exp: Add new test.
16986
16987 2014-04-11 David Blaikie <dblaikie@gmail.com>
16988
16989 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16990 override Clang's default.
16991
16992 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16993
16994 Revert the following changes (regressions):
16995
16996 * gdb.base/vla-sideeffect.c: New file.
16997 * gdb.base/vla-sideeffect.exp: New file.
16998
16999 * gdb.dwarf2/count.exp: New file.
17000
17001 * gdb.base/vla-multi.c: New file.
17002 * gdb.base/vla-multi.exp: New file.
17003
17004 * gdb.base/vla-ptr.c: New file.
17005 * gdb.base/vla-ptr.exp: New file.
17006
17007 * gdb.base/vla-datatypes.c: New file.
17008 * gdb.base/vla-datatypes.exp: New file.
17009
17010 * gdb.mi/mi-vla-c99.exp: New file.
17011 * gdb.mi/vla.c: New file.
17012
17013 2014-04-11 Keith Seitz <keiths@redhat.com>
17014
17015 PR c++/16675
17016 * gdb.cp/cpsizeof.exp: New file.
17017 * gdb.cp/cpsizeof.cc: New file.
17018
17019 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17020
17021 * gdb.mi/mi-vla-c99.exp: New file.
17022 * gdb.mi/vla.c: New file.
17023
17024 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17025
17026 * gdb.base/vla-datatypes.c: New file.
17027 * gdb.base/vla-datatypes.exp: New file.
17028
17029 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17030
17031 * gdb.base/vla-ptr.c: New file.
17032 * gdb.base/vla-ptr.exp: New file.
17033
17034 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17035
17036 * gdb.base/vla-multi.c: New file.
17037 * gdb.base/vla-multi.exp: New file.
17038
17039 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17040
17041 * gdb.dwarf2/count.exp: New file.
17042
17043 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17044
17045 * gdb.base/vla-sideeffect.c: New file.
17046 * gdb.base/vla-sideeffect.exp: New file.
17047
17048 2014-04-11 Yao Qi <yao@codesourcery.com>
17049
17050 * gdb.base/completion.exp: Check file exists before running tests
17051 on file completion.
17052
17053 2014-04-10 Pedro Alves <palves@redhat.com>
17054
17055 * gdb.base/cond-eval-mode.c: New file.
17056 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17057 prepare_for_testing to build the new file. Check result of
17058 runto_main.
17059 (test_break, test_watch): New procedures.
17060 (top level): Use them.
17061
17062 2014-04-08 Pierre Muller <muller@sourceware.org>
17063
17064 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17065 Ctrl-V use for mingw hosts.
17066
17067 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17068
17069 * gdb.python/py-value.c: Improve test case.
17070 * gdb.python/py-value.exp: Add new test.
17071
17072 2014-04-07 David Blaikie <dblaikie@gmail.com>
17073
17074 * lib/compiler.c: Identify the clang compiler.
17075 * lib/compiler.cc: Ditto.
17076
17077 2014-04-03 Yao Qi <yao@codesourcery.com>
17078
17079 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17080
17081 2014-04-01 Anton Blanchard <anton@samba.org>
17082
17083 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17084 messages unique.
17085
17086 2014-04-01 Anton Blanchard <anton@samba.org>
17087
17088 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17089 prepare_for_testing.
17090
17091 2014-04-01 Anton Blanchard <anton@samba.org>
17092
17093 * gdb.arch/ppc64-atomic-inst.c: Remove.
17094 * gdb.arch/ppc64-atomic-inst.S: New file.
17095 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17096
17097 2014-03-31 Doug Evans <dje@google.com>
17098
17099 * gdb.base/print-symbol-loading-lib.c: New file.
17100 * gdb.base/print-symbol-loading-main.c: New file.
17101 * gdb.base/print-symbol-loading.exp: New file.
17102
17103 2014-03-31 Yao Qi <yao@codesourcery.com>
17104
17105 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17106
17107 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17108
17109 * gdb.ada/mi_dyn_arr: New testcase.
17110
17111 2014-03-27 Doug Evans <dje@google.com>
17112
17113 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17114
17115 2014-03-27 Yao Qi <yao@codesourcery.com>
17116
17117 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17118 if target is nios2-*-*.
17119
17120 2014-03-26 Yao Qi <yao@codesourcery.com>
17121
17122 * lib/gdb.exp (readline_is_used): New proc.
17123 * gdb.base/completion.exp: Move tests on command complete up.
17124 Skip the rest of tests if readline is not used.
17125 * gdb.ada/complete.exp: Skp the test if readline is not
17126 used.
17127 * gdb.base/filesym.exp: Likewise.
17128 * gdb.base/macscp.exp: Likewise.
17129 * gdb.base/readline-ask.exp: Likewise.
17130 * gdb.base/readline.exp: Likewise.
17131 * gdb.python/py-cmd.exp: Likewise.
17132 * gdb.trace/tfile.exp: Likewise.
17133
17134 2014-03-26 Yao Qi <yao@codesourcery.com>
17135
17136 * gdb.base/macscp.exp: Fix code format issues.
17137
17138 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17139
17140 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17141 * gdb.asm/powerpc64le.inc: New file.
17142
17143 2014-03-25 Pedro Alves <palves@redhat.com>
17144 Doug Evans <dje@google.com>
17145
17146 * gdb.base/source-execution.c: New file.
17147 * gdb.base/source-execution.exp: New file.
17148 * gdb.base/source-execution.gdb: New file.
17149
17150 2014-03-24 Doug Evans <dje@google.com>
17151
17152 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17153 using fission.
17154
17155 2014-03-24 Hui Zhu <hui@codesourcery.com>
17156 Pedro Alves <palves@redhat.com>
17157
17158 PR breakpoints/16101
17159 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17160 test pass/fail messages. Detect missing support for dprintf when
17161 breakpoints are actually inserted.
17162 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17163 breakpoints are actually inserted.
17164 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17165 fails.
17166
17167 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17168
17169 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17170
17171 2014-03-22 Doug Evans <xdje42@gmail.com>
17172
17173 * gdb.python/python.exp (python not supported): Verify multi-line
17174 python command issues an error.
17175 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17176 guile command issues an error.
17177
17178 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17179
17180 * gdb.threads/thread-specific.exp: Handle the lack of usable
17181 $this_breakpoint and $this_thread.
17182
17183 2014-03-21 Hui Zhu <hui@codesourcery.com>
17184
17185 * gdb.base/attach.exp (do_command_attach_tests): New.
17186
17187 2014-03-20 Tom Tromey <tromey@redhat.com>
17188 Pedro Alves <palves@redhat.com>
17189
17190 PR cli/15718
17191 * gdb.base/condbreak-call-false.c: New file.
17192 * gdb.base/condbreak-call-false.exp: New file.
17193
17194 2014-03-20 Pedro Alves <palves@redhat.com>
17195
17196 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17197 Delete.
17198 (block_signals, unblock_signals): Delete.
17199 (child_function_2, main): Remove references to deleted variable
17200 and functions.
17201
17202 2014-03-20 Pedro Alves <palves@redhat.com>
17203
17204 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17205 Use pthread_kill to signal thread 2.
17206 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17207 Adjust to make the test send itself a signal rather than using the
17208 host's "kill" command.
17209
17210 2014-03-20 Pedro Alves <palves@redhat.com>
17211
17212 * gdb.threads/multiple-step-overs.c: New file.
17213 * gdb.threads/multiple-step-overs.exp: New file.
17214 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17215 Adjust expected infrun debug output.
17216
17217 2014-03-20 Pedro Alves <palves@redhat.com>
17218
17219 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17220 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17221
17222 2014-03-20 Pedro Alves <palves@redhat.com>
17223
17224 PR breakpoints/7143
17225 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17226 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17227 of gdb_test_multiple.
17228 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17229 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17230
17231 2014-03-20 Pedro Alves <palves@redhat.com>
17232
17233 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17234 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17235
17236 2014-03-19 Pedro Alves <palves@redhat.com>
17237
17238 * gdb.base/async.exp: Remove early return.
17239
17240 2014-03-19 Pedro Alves <palves@redhat.com>
17241
17242 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17243
17244 2014-03-19 Pedro Alves <palves@redhat.com>
17245
17246 * gdb.base/async.exp (test_background): Expect \r\n after
17247 "completed." in the fail pattern.
17248
17249 2014-03-19 Pedro Alves <palves@redhat.com>
17250
17251 * gdb.base/async.exp (test_background): New procedure.
17252 Use it for all background execution command tests.
17253
17254 2014-03-19 Pedro Alves <palves@redhat.com>
17255
17256 * gdb.base/async.exp: Use prepare_for_testing.
17257
17258 2014-03-19 Pedro Alves <palves@redhat.com>
17259
17260 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17261 the same line.
17262
17263 2014-03-19 Pedro Alves <palves@redhat.com>
17264
17265 * gdb.base/async.c (main): Add "jump here" and "until here" line
17266 marker comments.
17267 * gdb.base/async.exp (jump_here): New global.
17268 (jump& test): Use it.
17269 (until_here): New global.
17270 (until& test): Use it.
17271
17272 2014-03-19 Pedro Alves <palves@redhat.com>
17273
17274 * gdb.base/async.exp: Don't frob gdb_protocol.
17275
17276 2014-03-18 Doug Evans <xdje42@gmail.com>
17277
17278 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17279 Fix spelling of exec-done-display.
17280
17281 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17282
17283 PR gdb/15358
17284 * gdb.base/gdb-sigterm.c: New file.
17285 * gdb.base/gdb-sigterm.exp: New file.
17286
17287 2014-03-18 Pedro Alves <palves@redhat.com>
17288
17289 PR gdb/13860
17290 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17291 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17292 solib-event.
17293
17294 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17295
17296 * gdb.ada/pckd_arr_ren: New testcase.
17297
17298 2014-03-13 Doug Evans <xdje42@gmail.com>
17299
17300 PR guile/16612
17301 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17302 collect after discarding symbols.
17303
17304 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17305 Doug Evans <xdje42@gmail.com>
17306
17307 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17308 to history survives a gc.
17309
17310 2014-03-13 Pedro Alves <palves@redhat.com>
17311
17312 * gdb.base/default.exp: Don't test "target procfs".
17313
17314 2014-03-13 Pedro Alves <palves@redhat.com>
17315
17316 * gdb.base/default.exp: Update "target child" and "target procfs"
17317 tests to not expect "Unix".
17318
17319 2014-03-12 Tom Tromey <tromey@redhat.com>
17320
17321 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17322 New procs. Add target-async tests.
17323 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17324 Add target-async tests.
17325
17326 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17327
17328 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17329 'func_start' and 'func_end' for the beginning and end of the
17330 function code, respectively.
17331 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17332 'func_end' instead of 'func' and 'main'.
17333
17334 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17335
17336 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17337 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17338 generate the debug info assembler source.
17339
17340 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17341
17342 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17343 * gdb.dwarf2/arr-subrange.exp: Likewise.
17344 * gdb.dwarf2/dwz.exp: Likewise.
17345 * gdb.dwarf2/method-ptr.exp: Likewise.
17346 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17347 * gdb.dwarf2/subrange.exp: Likewise.
17348 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17349 * gdb.dwarf2/implptrpiece.exp: Likewise.
17350 * gdb.dwarf2/nostaticblock.exp: Likewise.
17351
17352 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17353
17354 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17355 directory to absolute path name arguments.
17356
17357 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17358
17359 * gdb.ada/tagged_access: New testcase.
17360
17361 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17362
17363 * gdb.btrace/data.exp: Update expected output.
17364
17365 2014-03-06 Yao Qi <yao@codesourcery.com>
17366
17367 * gdb.trace/pr16508.exp: New file.
17368
17369 2014-03-05 Pedro Alves <palves@redhat.com>
17370
17371 PR gdb/16575
17372 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17373 procedure.
17374 (top level): Adjust to use it. Add tests that exercise breakpoint
17375 interaction with the code-cache.
17376
17377 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17378
17379 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17380 test for 'history-append!'.
17381
17382 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17383
17384 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17385 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17386 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17387 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17388 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17389 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17390
17391 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17392
17393 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17394 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17395 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17396
17397 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17398
17399 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17400
17401 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17402
17403 * gdb.dwarf2/arr-stride.c: New file.
17404 * gdb.dwarf2/arr-stride.exp: New file.
17405
17406 2014-02-26 Pedro Alves <palves@redhat.com>
17407
17408 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17409 that won't ever trigger. Make sure that GDB reports the correct
17410 breakpoint that caused the stop.
17411
17412 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17413
17414 PR gdb/16626
17415 * gdb.base/auto-load-script: New file.
17416 * gdb.base/auto-load.c: New file.
17417 * gdb.base/auto-load.exp: New file.
17418
17419 PR gdb/16626
17420 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17421
17422 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17423
17424 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17425 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17426
17427 2014-02-24 Doug Evans <dje@google.com>
17428
17429 * lib/gdb.exp (run_on_host): Log error output if program fails.
17430
17431 2014-02-21 Pedro Alves <palves@redhat.com>
17432
17433 * gdb.threads/step-after-sr-lock.c: Rename to ...
17434 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17435 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17436 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17437 ... this.
17438
17439 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17440
17441 PR tdep/16397
17442 * gdb.arch/amd64-stap-special-operands.exp: New file.
17443 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17444 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17445 * gdb.arch/amd64-stap-triplet.S: Likewise.
17446 * gdb.arch/amd64-stap-triplet.c: Likewise.
17447
17448 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17449
17450 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17451 in .section pseudo-op.
17452
17453 2014-02-20 lin zuojian <manjian2006@gmail.com>
17454 Joel Brobecker <brobecker@adacore.com>
17455 Doug Evans <xdje42@gmail.com>
17456
17457 PR symtab/16581
17458 * gdb.dwarf2/dw2-icycle.S: New file.
17459 * gdb.dwarf2/dw2-icycle.c: New file.
17460 * gdb.dwarf2/dw2-icycle.exp: New file.
17461
17462 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17463
17464 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17465 operations on gdb.Value objects.
17466 * gdb.python/py-value-cc.exp: Add new test to test operations on
17467 gdb.Value objects.
17468
17469 2014-02-18 Doug Evans <dje@google.com>
17470
17471 * Makefile.in (TESTS): New variable.
17472 (expanded_tests, expanded_tests_or_none): New variables
17473 (check-single): Pass $(expanded_tests_or_none) to runtest.
17474 (check-parallel): Only run tests in $(TESTS) if non-empty.
17475 (check/no-matching-tests-found): New rule.
17476 * README: Document TESTS makefile variable.
17477
17478 2014-02-18 Doug Evans <dje@google.com>
17479
17480 * Makefile.in (check-parallel): rm -rf outputs temp.
17481
17482 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17483
17484 Fix "ERROR: no fileid for" in the testsuite.
17485 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17486
17487 2014-02-12 Doug Evans <dje@google.com>
17488
17489 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17490 (MISCELLANEOUS): New variable.
17491 (clean): rm -rf $(MISCELLANEOUS).
17492 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17493 dwp live in the same directory as symlinks, with each symlink pointed
17494 to a differently named file in a different directory.
17495
17496 2014-02-11 Doug Evans <dje@google.com>
17497
17498 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17499 of Tcl file commands.
17500
17501 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17502
17503 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17504 "kill -SIGUSR1 -1".
17505
17506 2014-02-10 Joel Brobecker <brobecker@adacore.com>
17507
17508 * gdb.ada/tick_length_array_enum_idx: New testcase.
17509
17510 2014-02-10 Doug Evans <xdje42@gmail.com>
17511
17512 * configure.ac (AC_OUTPUT): Add gdb.guile.
17513 * configure: Regenerate.
17514 * lib/gdb-guile.exp: New file.
17515 * lib/gdb.exp (get_target_charset): New function.
17516 * gdb.base/help.exp: Update expected output from "apropos apropos".
17517 * gdb.guile/Makefile.in: New file.
17518 * gdb.guile/guile.exp: New file.
17519 * gdb.guile/scm-arch.c: New file.
17520 * gdb.guile/scm-arch.exp: New file.
17521 * gdb.guile/scm-block.c: New file.
17522 * gdb.guile/scm-block.exp: New file.
17523 * gdb.guile/scm-breakpoint.c: New file.
17524 * gdb.guile/scm-breakpoint.exp: New file.
17525 * gdb.guile/scm-disasm.c: New file.
17526 * gdb.guile/scm-disasm.exp: New file.
17527 * gdb.guile/scm-equal.c: New file.
17528 * gdb.guile/scm-equal.exp: New file.
17529 * gdb.guile/scm-error.exp: New file.
17530 * gdb.guile/scm-error.scm: New file.
17531 * gdb.guile/scm-frame-args.c: New file.
17532 * gdb.guile/scm-frame-args.exp: New file.
17533 * gdb.guile/scm-frame-args.scm: New file.
17534 * gdb.guile/scm-frame-inline.c: New file.
17535 * gdb.guile/scm-frame-inline.exp: New file.
17536 * gdb.guile/scm-frame.c: New file.
17537 * gdb.guile/scm-frame.exp: New file.
17538 * gdb.guile/scm-generics.exp: New file.
17539 * gdb.guile/scm-gsmob.exp: New file.
17540 * gdb.guile/scm-iterator.c: New file.
17541 * gdb.guile/scm-iterator.exp: New file.
17542 * gdb.guile/scm-math.c: New file.
17543 * gdb.guile/scm-math.exp: New file.
17544 * gdb.guile/scm-objfile-script-gdb.in: New file.
17545 * gdb.guile/scm-objfile-script.c: New file.
17546 * gdb.guile/scm-objfile-script.exp: New file.
17547 * gdb.guile/scm-objfile.c: New file.
17548 * gdb.guile/scm-objfile.exp: New file.
17549 * gdb.guile/scm-ports.exp: New file.
17550 * gdb.guile/scm-pretty-print.c: New file.
17551 * gdb.guile/scm-pretty-print.exp: New file.
17552 * gdb.guile/scm-pretty-print.scm: New file.
17553 * gdb.guile/scm-section-script.c: New file.
17554 * gdb.guile/scm-section-script.exp: New file.
17555 * gdb.guile/scm-section-script.scm: New file.
17556 * gdb.guile/scm-symbol.c: New file.
17557 * gdb.guile/scm-symbol.exp: New file.
17558 * gdb.guile/scm-symtab-2.c: New file.
17559 * gdb.guile/scm-symtab.c: New file.
17560 * gdb.guile/scm-symtab.exp: New file.
17561 * gdb.guile/scm-type.c: New file.
17562 * gdb.guile/scm-type.exp: New file.
17563 * gdb.guile/scm-value-cc.cc: New file.
17564 * gdb.guile/scm-value-cc.exp: New file.
17565 * gdb.guile/scm-value.c: New file.
17566 * gdb.guile/scm-value.exp: New file.
17567 * gdb.guile/source2.scm: New file.
17568 * gdb.guile/types-module.cc: New file.
17569 * gdb.guile/types-module.exp: New file.
17570
17571 2014-02-10 Yao Qi <yao@codesourcery.com>
17572
17573 PR testsuite/16543
17574 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17575 * configure: Regenerated.
17576 * Makefile.in: New file.
17577
17578 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17579
17580 * gdb.python/py-framefilter.exp: Fix typo.
17581
17582 2014-02-08 Yao Qi <yao@codesourcery.com>
17583
17584 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17585 that no =breakpoint-modified is emitted when breakpoints are
17586 modified through MI commands.
17587
17588 2014-02-07 Pedro Alves <pedro@codesourcery.com>
17589 Pedro Alves <palves@redhat.com>
17590
17591 * gdb.threads/step-after-sr-lock.c: New file.
17592 * gdb.threads/step-after-sr-lock.exp: New file.
17593
17594 2014-02-07 Pedro Alves <palves@redhat.com>
17595
17596 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17597
17598 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17599
17600 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17601 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17602
17603 2014-02-06 Doug Evans <xdje42@gmail.com>
17604
17605 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17606 output.
17607
17608 * gdb.gdb/python-interrupts.exp: New file.
17609
17610 2014-02-05 Yao Qi <yao@codesourcery.com>
17611
17612 * gdb.trace/report.exp (use_collected_data): Test the output
17613 of "info threads" and "info inferiors".
17614
17615 2014-02-05 Yao Qi <yao@codesourcery.com>
17616
17617 Revert this patch:
17618
17619 2013-05-24 Yao Qi <yao@codesourcery.com>
17620
17621 * gdb.trace/tfile.exp: Test inferior and thread.
17622
17623 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17624
17625 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17626 on a function.
17627 * gdb.base/step-bt.c: Call hello via function pointer to make
17628 sure its first instruction is executed on powerpc64le-linux.
17629
17630 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17631
17632 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17633
17634 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17635
17636 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17637 of the test patterns for use on little-endian systems.
17638
17639 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17640
17641 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17642 (decimal_vector): Fix for little-endian.
17643
17644 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17645
17646 * gdb.arch/sparc-sysstep.exp: New file.
17647 * gdb.arch/sparc-sysstep.c: Likewise.
17648
17649 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17650
17651 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17652
17653 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17654
17655 2014-01-23 Tom Tromey <tromey@redhat.com>
17656
17657 * gdb.ada/array_char_idx: New testcase.
17658
17659 2014-01-23 Tom Tromey <tromey@redhat.com>
17660
17661 PR python/16487:
17662 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17663 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17664 classes.
17665
17666 2014-01-23 Tom Tromey <tromey@redhat.com>
17667
17668 PR python/16491:
17669 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17670 string from an inferior frame.
17671 * gdb.python/py-framefilter-mi.exp: Update.
17672
17673 2014-01-22 Doug Evans <dje@google.com>
17674
17675 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17676
17677 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17678
17679 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17680
17681 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17682
17683 * gdb.trace/entry-values.exp: Remove excess space character from
17684 regex patterns. Handle s390 call instruction.
17685
17686 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17687
17688 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17689 define "*_start" label. Make "name" static.
17690 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17691 ${name} by references to ${name}_start.
17692
17693 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17694
17695 * gdb.base/info-macros.exp: Remove "debug" from the compile
17696 options.
17697
17698 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17699
17700 * gdb.dlang/demangle.exp: New file.
17701
17702 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17703
17704 * gdb.dlang/primitive-types.exp: New file.
17705
17706 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17707
17708 * configure.ac: Create gdb.dlang/Makefile.
17709 * configure: Regenerate.
17710 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17711 * gdb.dlang/Makefile.in: New file.
17712 * lib/d-support.exp: New file.
17713 * lib/gdb.exp (skip_d_tests): New proc.
17714
17715 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17716
17717 * gdb.btrace/delta.exp: Check reverse stepi.
17718 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17719 * gdb.btrace/finish.exp: New.
17720 * gdb.btrace/next.exp: New.
17721 * gdb.btrace/nexti.exp: New.
17722 * gdb.btrace/record_goto.c: Add comments.
17723 * gdb.btrace/step.exp: New.
17724 * gdb.btrace/stepi.exp: New.
17725 * gdb.btrace/multi-thread-step.c: New.
17726 * gdb.btrace/multi-thread-step.exp: New.
17727 * gdb.btrace/rn-dl-bind.c: New.
17728 * gdb.btrace/rn-dl-bind.exp: New.
17729 * gdb.btrace/data.c: New.
17730 * gdb.btrace/data.exp: New.
17731 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17732
17733 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17734
17735 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17736 * gdb.btrace/exception.exp: Update.
17737 * gdb.btrace/instruction_history.exp: Update.
17738 * gdb.btrace/record_goto.exp: Update.
17739 * gdb.btrace/tailcall.exp: Update.
17740 * gdb.btrace/unknown_functions.exp: Update.
17741 * gdb.btrace/delta.exp: New.
17742
17743 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17744
17745 * gdb.btrace/record_goto.exp: Add backtrace test.
17746 * gdb.btrace/tailcall.exp: Add backtrace test.
17747
17748 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17749
17750 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17751 * gdb.btrace/record_goto.c: New.
17752 * gdb.btrace/record_goto.exp: New.
17753 * gdb.btrace/x86-record_goto.S: New.
17754
17755 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17756
17757 * gdb.btrace/function_call_history.exp: Update tests.
17758 * gdb.btrace/instruction_history.exp: Update tests.
17759
17760 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17761
17762 * gdb.btrace/function_call_history.exp: Fix expected field
17763 order for "record function-call-history".
17764 Add new tests for "record function-call-history /c".
17765 * gdb.btrace/exception.cc: New.
17766 * gdb.btrace/exception.exp: New.
17767 * gdb.btrace/tailcall.exp: New.
17768 * gdb.btrace/x86-tailcall.S: New.
17769 * gdb.btrace/x86-tailcall.c: New.
17770 * gdb.btrace/unknown_functions.c: New.
17771 * gdb.btrace/unknown_functions.exp: New.
17772 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17773
17774 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17775
17776 * gdb.btrace/instruction_history.exp: Update.
17777 * gdb.btrace/function_call_history.exp: Update.
17778
17779 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17780
17781 * gdb.btrace/function_call_history.exp: Fix expected function
17782 trace.
17783 * gdb.btrace/instruction_history.exp: Initialize traced.
17784 Remove traced_functions.
17785
17786 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17787
17788 * gdb.btrace/function_call_history.exp: Update
17789 * gdb.btrace/instruction_history.exp: Update.
17790
17791 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17792
17793 * gdb.btrace/enable.exp: Update expected text.
17794
17795 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17796
17797 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17798 bytes.
17799
17800 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17801
17802 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17803
17804 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17805
17806 * lib/gdb.exp (supports_process_record): Return true for
17807 arm*-linux*. (supports_reverse): Likewise.
17808
17809 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17810
17811 PR python/15464
17812 PR python/16113
17813 * gdb.python/py-type.c: Enhance test case.
17814 * gdb.python/py-value-cc.cc: Likewise
17815 * gdb.python/py-type.exp: Add new tests.
17816 * gdb.python/py-value-cc.exp: Likewise
17817
17818 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17819 Pedro Alves <palves@redhat.com>
17820
17821 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17822 Make "name" extern.
17823 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17824 references to ${name}_start by references to ${name}.
17825
17826 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17827
17828 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17829
17830 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17831
17832 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17833
17834 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17835 Pedro Alves <palves@redhat.com>
17836
17837 * gdb.mi/mi-info-os.exp: Connect to the target with
17838 mi_gdb_target_load.
17839
17840 2014-01-08 Pedro Alves <palves@redhat.com>
17841
17842 * gdb.threads/reconnect-signal.c: New file.
17843 * gdb.threads/reconnect-signal.exp: New file.
17844
17845 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17846
17847 * gdb.base/source-dir.exp: New file.
17848
17849 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17850
17851 * gdb.ada/mi_interface: New testcase.
17852
17853 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17854
17855 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17856 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17857 gdb.ada/pp-rec-component/pck.ads: New files.
17858
17859 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17860
17861 * gdb.python/py-pp-integral.c: New file.
17862 * gdb.python/py-pp-integral.py: New file.
17863 * gdb.python/py-pp-integral.exp: New file.
17864
17865 For older changes see ChangeLog-1993-2013.
17866 \f
17867 ;; Local Variables:
17868 ;; mode: change-log
17869 ;; left-margin: 8
17870 ;; fill-column: 74
17871 ;; version-control: never
17872 ;; End:
17873
17874 Copyright 2014-2019 Free Software Foundation, Inc.
17875 Copying and distribution of this file, with or without modification,
17876 are permitted provided the copyright notice and this notice are preserved.
This page took 0.373988 seconds and 5 git commands to generate.