b31e8dd61154667de37a6ac0a9cd5b9a2cf8f062
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-12-11 Tom Tromey <tom@tromey.com>
2
3 * gdb.tui/resize.exp: Fix regexp.
4 * gdb.tui/regs.exp: Fix regexps.
5 * gdb.tui/main.exp: Fix regexp.
6
7 2019-12-11 Tom Tromey <tom@tromey.com>
8
9 * gdb.tui/resize.exp: Update.
10 * gdb.tui/empty.exp (layouts): Update.
11
12 2019-12-11 Tom Tromey <tom@tromey.com>
13
14 * gdb.tui/regs.exp: Update.
15 * gdb.tui/empty.exp (layouts): Update.
16 * gdb.tui/basic.exp: Update.
17 * lib/tuiterm.exp (_check_box): Don't check bottom border.
18
19 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
20
21 * gdb.base/options.exp: Add -raw-values in the print completion list.
22 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
23
24 2019-12-10 Kevin Buettner <kevinb@redhat.com>
25
26 * gdb.threads/omp-par-scope.c: New file.
27 * gdb/threads/omp-par-scope.exp: New file.
28
29 2019-12-10 Kevin Buettner <kevinb@redhat.com>
30
31 * lib/gdb.exp (support_nested_function_tests): New proc.
32
33 2019-12-10 Kevin Buettner <kevinb@redhat.com>
34
35 * lib/gdb.exp (gdb_compile_openmp): New proc.
36 (build_executable_from_specs): Add an "openmp" option.
37 (gdb_compile_pthreads): Add non-executable case.
38
39 2019-12-10 Tom Tromey <tromey@adacore.com>
40
41 * gdb.ada/unchecked_union.exp: New file.
42 * gdb.ada/unchecked_union/pck.adb: New file.
43 * gdb.ada/unchecked_union/pck.ads: New file.
44 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
45 * gdb-utils.exp (string_to_regexp): Also quote "?".
46
47 2019-12-10 George Barrett <bob@bob131.so>
48
49 Test scripted probe breakpoints.
50 * gdb.guile/scm-breakpoint.c (main): Add probe point.
51 * gdb.python/py-breakpoint.c (main): Likewise.
52 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
53 specifier test.
54 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
55
56 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
57
58 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
59 an rvalue parameter.
60 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
61 parameter.
62
63 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
64
65 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
66 modules.
67
68 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
69
70 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
71 broken version of GCC.
72
73 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
74
75 * gdb.fortran/info-modules.exp: Rewrite to make use of new
76 sym-info-cmds library.
77 * gdb.fortran/info-types.exp: Likewise.
78 * lib/sym-info-cmds.exp: New file.
79
80 2019-12-08 Tom de Vries <tdevries@suse.de>
81
82 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
83
84 2019-12-07 Keith Seitz <keiths@redhat.com>
85
86 * gdb.base/corefile-buildid-shlib-shr.c: New file.
87 * gdb.base/corefile-buildid-shlib.c: New file.
88 * gdb.base/corefile-buildid.c: New file.
89 * gdb.base/corefile-buildid.exp: New file.
90
91 2019-12-06 Tom de Vries <tdevries@suse.de>
92
93 * gdb.dwarf2/varval.exp: Add decl before def test.
94
95 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
96
97 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
98
99 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
100
101 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
102 CV and reference conversion for overload resolution.
103 * gdb.cp/rvalue-ref-overload.exp: Test it.
104
105 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
106
107 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
108 * gdb.base/frameapply.exp: Test faas without command.
109
110 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
111
112 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
113 Fortran tests.
114 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
115 order.
116
117 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
118
119 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
120 casting to type with no kind specified.
121 (test_basic_parsing_of_type_kinds): Additional tests for types
122 with no kind specified, and add tests for single/double
123 precision/complex types.
124
125 2019-12-04 Tom Tromey <tromey@adacore.com>
126
127 * gdb.base/endianity.c (struct other) <x>: New field.
128 (main): Initialize it.
129 * gdb.base/endianity.exp: Update.
130
131 2019-12-04 Tom Tromey <tromey@adacore.com>
132
133 * gdb.ada/scalar_storage/storage.adb: New file.
134 * gdb.ada/scalar_storage/pck.adb: New file.
135 * gdb.ada/scalar_storage/pck.ads: New file.
136 * gdb.ada/scalar_storage.exp: New file.
137
138 2019-12-04 Tom Tromey <tromey@adacore.com>
139
140 * gdb.base/endianity.c (struct otherendian) <f>: New field.
141 (main): Initialize it.
142 * gdb.base/endianity.exp: Update.
143
144 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
145
146 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
147
148 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
149
150 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
151 -symbol-info-module-functions and -symbol-info-module-variables.
152
153 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
154
155 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
156
157 2019-12-01 Richard Bunt <richard.bunt@arm.com>
158 Andrew Burgess <andrew.burgess@embecosm.com>
159
160 * gdb.fortran/derived-type-striding.exp: New file.
161 * gdb.fortran/derived-type-striding.f90: New file.
162 * gdb.fortran/array-slices.exp: New file.
163 * gdb.fortran/array-slices.f90: New file.
164
165 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
166
167 * gdb.base/define.exp: Test . in command names.
168 * gdb.base/setshow.exp: Update test, as . is now part of
169 command name.
170
171 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
172
173 * gdb.base/define-prefix.exp: New file.
174
175 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
176
177 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
178 compile.
179 (skip_btrace_pt_tests): Likewise.
180
181 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
182
183 * gdb.fortran/info-modules.exp: Compile source files in correct
184 order.
185
186 2019-11-27 Kevin Buettner <kevinb@redhat.com>
187
188 * gdb.dwarf2/imported-unit.exp: New file.
189 * gdb.dwarf2/imported-unit.c: New file.
190
191 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
192
193 * gdb.mi/mi-fortran-modules-2.f90: New file.
194 * gdb.mi/mi-fortran-modules.exp: New file.
195 * gdb.mi/mi-fortran-modules.f90: New file.
196
197 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
198
199 * gdb.mi/mi-sym-info-1.c: New file.
200 * gdb.mi/mi-sym-info-2.c: New file.
201 * gdb.mi/mi-sym-info.exp: New file.
202
203 2019-11-22 Tom Tromey <tromey@adacore.com>
204
205 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
206 * gdb.ada/tasks/foo.adb: Add another stopping location.
207
208 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
209
210 * gdb.base/endianity.c: New test.
211 * gdb.base/endianity.exp: New file.
212
213 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
214
215 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
216
217 2019-11-21 Tom de Vries <tdevries@suse.de>
218
219 PR gdb/24956
220 * gdb.base/ui-redirect.exp: Test output of user-defined command.
221
222 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
223
224 * gdb.python/py-progspace.exp: Add missing parentheses on some
225 'print' commands.
226
227 2019-11-19 Tom Tromey <tom@tromey.com>
228
229 * gdb.tui/winheight.exp: New file.
230
231 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
232
233 * gdb.base/ctf-whatis.c: Delete.
234 * gdb.base/ctf-whatis.exp: Delete.
235 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
236
237 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
238
239 * gdb.base/ctf-cvexpr.exp: Delete.
240 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
241
242 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
243
244 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
245 the compiler. Clean up header comment a little.
246 * gdb.base/ctf-ptype.exp: Likewise.
247 * gdb.base/ctf-whatis.exp: Likewise.
248 * lib/gdb.exp (skip_ctf_tests): New proc.
249
250 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
251
252 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
253 * gdb.tui/corefile-run.exp: New file.
254
255 2019-11-14 Tom Tromey <tromey@adacore.com>
256
257 * gdb.base/gdbvars.exp (test_convenience_variables): Add
258 regression tests.
259
260 2019-11-12 Tom Tromey <tom@tromey.com>
261
262 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
263 after any command. Expect prompt after WAIT_FOR is seen.
264 (enter_tui): Enable resize messages.
265 (command): Expect command in output.
266 (get_line): Avoid error when cursor appears to be off-screen.
267 (dump_screen): Include screen size in title.
268 (_do_resize): New proc, from "resize".
269 (resize): Rewrite. Do resize in two steps.
270 * gdb.tui/empty.exp (layouts): Fix entries.
271 (check_boxes): Remove xfail.
272 (check_text): Dump screen on failure.
273
274 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
275
276 * gdb.python/py-symbol.exp: Add test for
277 gdb.lookup_static_symbols.
278
279 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
280
281 * gdb.python/py-symbol.c: Declare and call function from new
282 py-symbol-2.c file.
283 * gdb.python/py-symbol.exp: Compile both source files, and add new
284 tests for gdb.lookup_static_symbol.
285 * gdb.python/py-symbol-2.c: New file.
286
287 2019-11-02 Tom de Vries <tdevries@suse.de>
288
289 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
290 * gdb.base/anon.exp: Same.
291 * gdb.base/auto-connect-native-target.exp: Same.
292 * gdb.base/call-ar-st.exp: Same.
293 * gdb.base/catch-syscall.exp: Same.
294 * gdb.base/commands.exp: Same.
295 * gdb.base/default.exp: Same.
296 * gdb.base/display.exp: Same.
297 * gdb.base/float.exp: Same.
298 * gdb.base/foll-fork.exp: Same.
299 * gdb.base/help.exp: Same.
300 * gdb.base/info-macros.exp: Same.
301 * gdb.base/info-proc.exp: Same.
302 * gdb.base/info-target.exp: Same.
303 * gdb.base/long_long.exp: Same.
304 * gdb.base/macscp.exp: Same.
305 * gdb.base/memattr.exp: Same.
306 * gdb.base/nofield.exp: Same.
307 * gdb.base/pointers.exp: Same.
308 * gdb.base/printcmds.exp: Same.
309 * gdb.base/ptype.exp: Same.
310 * gdb.base/restore.exp: Same.
311 * gdb.base/return.exp: Same.
312 * gdb.base/scope.exp: Same.
313 * gdb.base/set-noassign.exp: Same.
314 * gdb.base/setshow.exp: Same.
315 * gdb.base/shlib-call.exp: Same.
316 * gdb.base/signals.exp: Same.
317 * gdb.base/sigstep.exp: Same.
318 * gdb.base/skip.exp: Same.
319 * gdb.base/solib-symbol.exp: Same.
320 * gdb.base/stap-probe.exp: Same.
321 * gdb.base/step-line.exp: Same.
322 * gdb.base/step-test.exp: Same.
323 * gdb.base/style.exp: Same.
324 * gdb.base/varargs.exp: Same.
325 * gdb.base/vla-datatypes.exp: Same.
326 * gdb.base/vla-ptr.exp: Same.
327 * gdb.base/vla-sideeffect.exp: Same.
328 * gdb.base/volatile.exp: Same.
329 * gdb.base/watch-cond-infcall.exp: Same.
330 * gdb.base/watchpoint.exp: Same.
331
332 2019-11-02 Tom de Vries <tdevries@suse.de>
333
334 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
335 * gdb.cp/cpexprs.exp: Same.
336 * gdb.cp/except-multi-location.exp: Same.
337 * gdb.cp/exceptprint.exp: Same.
338 * gdb.cp/gdb2384.exp: Same.
339 * gdb.cp/inherit.exp: Same.
340 * gdb.cp/m-static.exp: Same.
341 * gdb.cp/meth-typedefs.exp: Same.
342 * gdb.cp/misc.exp: Same.
343 * gdb.cp/namespace.exp: Same.
344 * gdb.cp/non-trivial-retval.exp: Same.
345 * gdb.cp/overload.exp: Same.
346 * gdb.cp/pr17132.exp: Same.
347 * gdb.cp/re-set-overloaded.exp: Same.
348 * gdb.cp/rvalue-ref-types.exp: Same.
349 * gdb.cp/templates.exp: Same.
350
351 2019-11-01 Luis Machado <luis.machado@linaro.org>
352
353 PR gdb/25124
354
355 * gdb.arch/pr25124.S: New file.
356 * gdb.arch/pr25124.exp: New file.
357
358 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
359
360 * gdb.fortran/info-modules.exp: Update expected results, and add
361 additional tests for 'info module functinos', and 'info module
362 variables'.
363 * gdb.fortran/info-types.exp: Update expected results.
364 * gdb.fortran/info-types.f90: Extend testcase with additional
365 module variables and functions.
366
367 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
368
369 * gdb.fortran/info-modules.exp: New file.
370 * gdb.fortran/info-types.exp: Build with new file.
371 * gdb.fortran/info-types.f90: Include and use new module.
372 * gdb.fortran/info-types-2.f90: New file.
373
374 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
375
376 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
377 * gdb.base/settings.exp: Test all settings types using
378 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
379 that now verifies that the value of "maint show" is the same as
380 returned by the settings functions. Test the type of the
381 maintenance settings.
382 * gdb.base/default.exp: Update show_conv_list.
383
384 2019-10-31 Tom de Vries <tdevries@suse.de>
385
386 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
387 gdb_test.
388 * gdb.arch/amd64-disp-step.exp: Same.
389 * gdb.asm/asm-source.exp: Same.
390 * gdb.btrace/buffer-size.exp: Same.
391 * gdb.btrace/cpu.exp: Same.
392 * gdb.btrace/enable.exp: Same.
393 * gdb.dwarf2/count.exp: Same.
394 * gdb.dwarf2/dw2-ranges-func.exp: Same.
395 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
396 * gdb.fortran/vla-datatypes.exp: Same.
397 * gdb.fortran/vla-history.exp: Same.
398 * gdb.fortran/vla-ptype.exp: Same.
399 * gdb.fortran/vla-value.exp: Same.
400 * gdb.fortran/whatis_type.exp: Same.
401 * gdb.guile/guile.exp: Same.
402 * gdb.multi/tids.exp: Same.
403 * gdb.python/py-finish-breakpoint.exp: Same.
404 * gdb.python/py-framefilter.exp: Same.
405 * gdb.python/py-pp-registration.exp: Same.
406 * gdb.python/py-xmethods.exp: Same.
407 * gdb.python/python.exp: Same.
408 * gdb.server/connect-with-no-symbol-file.exp: Same.
409 * gdb.server/no-thread-db.exp: Same.
410 * gdb.server/run-without-local-binary.exp: Same.
411 * gdb.stabs/weird.exp: Same.
412 * gdb.threads/attach-many-short-lived-threads.exp: Same.
413 * gdb.threads/thread-find.exp: Same.
414 * gdb.threads/tls-shared.exp: Same.
415 * gdb.threads/tls.exp: Same.
416 * gdb.threads/wp-replication.exp: Same.
417 * gdb.trace/ax.exp: Same.
418 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
419
420 2019-10-31 Tom de Vries <tdevries@suse.de>
421
422 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
423 * gdb.ada/array_subscript_addr.exp: Same.
424 * gdb.ada/arrayidx.exp: Same.
425 * gdb.ada/arrayparam.exp: Same.
426 * gdb.ada/arrayptr.exp: Same.
427 * gdb.ada/boolean_expr.exp: Same.
428 * gdb.ada/call_pn.exp: Same.
429 * gdb.ada/complete.exp: Same.
430 * gdb.ada/fixed_cmp.exp: Same.
431 * gdb.ada/fun_addr.exp: Same.
432 * gdb.ada/funcall_param.exp: Same.
433 * gdb.ada/interface.exp: Same.
434 * gdb.ada/mod_from_name.exp: Same.
435 * gdb.ada/null_array.exp: Same.
436 * gdb.ada/packed_array.exp: Same.
437 * gdb.ada/packed_tagged.exp: Same.
438 * gdb.ada/print_chars.exp: Same.
439 * gdb.ada/print_pc.exp: Same.
440 * gdb.ada/ptype_arith_binop.exp: Same.
441 * gdb.ada/ptype_field.exp: Same.
442 * gdb.ada/ptype_tagged_param.exp: Same.
443 * gdb.ada/rec_return.exp: Same.
444 * gdb.ada/ref_tick_size.exp: Same.
445 * gdb.ada/str_ref_cmp.exp: Same.
446 * gdb.ada/taft_type.exp: Same.
447 * gdb.ada/tagged.exp: Same.
448 * gdb.ada/type_coercion.exp: Same.
449 * gdb.ada/uninitialized_vars.exp: Same.
450
451 2019-10-30 Tom de Vries <tdevries@suse.de>
452
453 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
454
455 2019-10-26 Tom de Vries <tdevries@suse.de>
456
457 * gdb.base/bigcore.c: Fix typos in comments.
458 * gdb.base/ctf-ptype.c: Same.
459 * gdb.base/long_long.c: Same.
460 * gdb.dwarf2/dw2-op-out-param.S: Same.
461 * gdb.python/py-evthreads.c: Same.
462 * gdb.reverse/i387-stack-reverse.c: Same.
463 * gdb.trace/tfile.c: Same.
464 * lib/compiler.c: Same.
465 * lib/compiler.cc: Same.
466
467 2019-10-25 Tom de Vries <tdevries@suse.de>
468
469 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
470 gdb_test_multiple calls.
471 * gdb.reverse/sigall-reverse.exp: Same.
472 * gdb.reverse/solib-precsave.exp: Same.
473 * gdb.reverse/solib-reverse.exp: Same.
474 * gdb.reverse/until-precsave.exp: Same.
475 * gdb.reverse/until-reverse.exp: Same.
476
477 2019-10-24 Tom de Vries <tdevries@suse.de>
478
479 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
480 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
481 kfail using -wrap pattern flag and convenience variable
482 gdb_test_name.
483
484 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
485
486 * gdb.python/py-progspace.exp: Add tests for the
487 Progspace.block_for_pc method.
488
489 2019-10-23 Tom Tromey <tom@tromey.com>
490
491 * configure: Rebuild.
492 * aclocal.m4: Use m4_include, not sinclude.
493
494 2019-10-21 Tom de Vries <tdevries@suse.de>
495
496 * gdb.base/infcall-nested-structs.c: Add
497 __attribute__((noinline,noclone)) to all functions.
498 (call_all): Add missing variable initialization. Simplify return value.
499 (breakpt): Increment volatile variable, to prevent call from being
500 optimized out.
501 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
502
503 2019-10-17 Tom de Vries <tdevries@suse.de>
504
505 * gdb.fortran/module.exp: Allow info variables to print info for files
506 other than module.f90.
507
508 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
509
510 * gdb.fortran/module.exp: Extend with 'info variables' test.
511
512 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
513
514 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
515 F77_FOR_TARGET.
516
517 2019-10-16 Tom de Vries <tdevries@suse.de>
518
519 PR tdep/25096
520 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
521
522 2019-10-16 Tom de Vries <tdevries@suse.de>
523
524 PR tdep/24104
525 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
526 Add KFAIL for PR tdep/25096.
527
528 2019-10-16 Tom de Vries <tdevries@suse.de>
529
530 PR testsuite/25059
531 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
532
533 2019-10-16 Tom de Vries <tdevries@suse.de>
534
535 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
536 as signed.
537
538 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
539
540 * gdb.mi/list-thread-groups-available.exp: Read entries one by
541 one instead of increasing timeout.
542
543 2019-10-13 Tom de Vries <tdevries@suse.de>
544
545 PR record/25038
546 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
547 * gdb.reverse/sigall-reverse.exp: Same.
548 * gdb.reverse/solib-precsave.exp: Same.
549 * gdb.reverse/solib-reverse.exp: Same.
550 * gdb.reverse/step-precsave.exp: Same.
551 * gdb.reverse/until-precsave.exp: Same.
552 * gdb.reverse/until-reverse.exp: Same.
553 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
554
555 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
556
557 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
558 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
559 (cmp_struct_05_01, cmp_struct_static_02_01)
560 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
561 comparisons.
562
563 2019-10-10 Tom de Vries <tdevries@suse.de>
564
565 PR testsuite/24888
566 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
567 gnatlink.
568
569 2019-10-09 Tom de Vries <tdevries@suse.de>
570
571 PR testsuite/25048
572 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
573
574 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
575
576 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
577 exceptions due to missing debug information.
578
579 2019-10-07 Tom de Vries <tdevries@suse.de>
580
581 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
582
583 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
584
585 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
586 * gdb.base/annota1.exp: Update to use gdb_test_name.
587
588 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
589
590 * gdb.base/ctf-whatis.exp: New file.
591 * gdb.base/ctf-whatis.c: New file.
592 * gdb.base/ctf-ptype.exp: New file.
593 * gdb.base/ctf-ptype.c: New file.
594 * gdb.base/ctf-constvars.exp: New file.
595 * gdb.base/ctf-constvars.c: New file.
596 * gdb.base/ctf-cvexpr.exp: New file.
597
598 2019-10-04 Tom de Vries <tdevries@suse.de>
599
600 * gdb.cp/local-static.c (main): Move declaration of int i out of the
601 for loop.
602
603 2019-10-03 Tom Tromey <tom@tromey.com>
604
605 PR rust/24976:
606 * gdb.rust/simple.rs (Union2): New type.
607 (main): Use Union2.
608 * gdb.rust/simple.exp: Add test.
609
610 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
611
612 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
613 nested function prefix.
614
615 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
616 Richard Bunt <richard.bunt@arm.com>
617 Andrew Burgess <andrew.burgess@embecosm.com>
618
619 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
620 nested functions.
621 * gdb.fortran/nested-funcs.f90: Update expected results.
622 * gdb.fortran/nested-funcs-2.exp: New file.
623 * gdb.fortran/nested-funcs-2.f90: New file.
624
625 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
626
627 * gdb.python/py-parameter.exp: Make test names unique.
628 * gdb.python/py-template.exp: Likewise.
629 * gdb.python/py-value.exp: Likewise.
630
631 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
632
633 * gdb.base/break-interp.exp: Reduce test name duplication.
634 * gdb.base/call-sc.exp: Likewise.
635 * gdb.base/callfuncs.exp: Likewise.
636 * gdb.base/charset.exp: Likewise.
637 * gdb.base/dump.exp: Likewise.
638 * gdb.base/ena-dis-br.exp: Likewise.
639 * gdb.base/relational.exp: Likewise.
640 * gdb.base/step-over-syscall.exp: Likewise.
641 * gdb.base/structs.exp: Likewise.
642
643 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
644
645 * gdb.linespec/explicit.exp: Make test names unique.
646 * gdb.linespec/ls-errs.exp: Likewise.
647
648 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
649
650 * gdb.reverse/break-precsave.exp: Make test names unique.
651 * gdb.reverse/break-reverse.exp: Likewise.
652 * gdb.reverse/finish-precsave.exp: Likewise.
653 * gdb.reverse/finish-reverse.exp: Likewise.
654 * gdb.reverse/machinestate-precsave.exp: Likewise.
655 * gdb.reverse/machinestate.exp: Likewise.
656 * gdb.reverse/readv-reverse.exp: Likewise.
657 * gdb.reverse/recvmsg-reverse.exp: Likewise.
658 * gdb.reverse/sigall-precsave.exp: Likewise.
659 * gdb.reverse/sigall-reverse.exp: Likewise.
660 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
661 * gdb.reverse/watch-precsave.exp: Likewise.
662 * gdb.reverse/watch-reverse.exp: Likewise.
663
664 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
665
666 * gdb.threads/stop-with-handle.c: New file.
667 * gdb.threads/stop-with-handle.exp: New file.
668
669 2019-10-03 Tom de Vries <tdevries@suse.de>
670
671 PR testsuite/25059
672 * gdb.base/list-missing-source.exp: Allowing the "Compilation
673 directory" line to be missing.
674
675 2019-10-03 Tom de Vries <tdevries@suse.de>
676
677 PR testsuite/25059
678 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
679 type optional.
680
681 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
682
683 * gdb.python/py-format-string.c (string.h): New include.
684 (main): Fill a_struct_with_union.the_union.an_int with bytes of
685 the same value, for endianness-independence.
686 * gdb.python/py-format-string.exp (default_regexp_dict)
687 (test_pretty_structs, test_format): Adjust expected output to the
688 changed initialization.
689
690 2019-10-02 Tom Tromey <tromey@adacore.com>
691
692 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
693
694 2019-10-02 Pedro Alves <palves@redhat.com>
695 Andrew Burgess <andrew.burgess@embecosm.com>
696
697 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
698 "print-file-var.h".
699 (this_version_id) Use ATTRIBUTE_VISIBILITY.
700 (get_version_1): Print this_version_id and its address.
701 Add extern "C" wrappers around interface functions.
702 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
703 "print-file-var.h".
704 (this_version_id) Use ATTRIBUTE_VISIBILITY.
705 (get_version_2): Print this_version_id and its address.
706 Add extern "C" wrappers around interface functions.
707 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
708 <stddef.h> and "print-file-var.h".
709 Add extern "C" wrappers around interface functions.
710 [VERSION_ID_MAIN] (this_version_id): Define.
711 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
712 * gdb.base/print-file-var.h: Add some #defines to simplify setting
713 up extern "C" blocks.
714 * gdb.base/print-file-var.exp (test): New, factored out from top
715 level.
716 (top level): Test all combinations of attribute hidden or not,
717 dlopen or not, and this_version_id symbol in main file or not.
718 Compile tests as both C++ and C, make test names unique.
719
720 2019-10-01 Tom Tromey <tom@tromey.com>
721
722 * gdb.base/style.exp: Test "show logging filename".
723
724 2019-10-01 Tom Tromey <tom@tromey.com>
725
726 * lib/gdb-utils.exp (style): Handle "metadata" argument.
727 * gdb.base/style.exp: Add metadata style test.
728
729 2019-10-01 Tom Tromey <tom@tromey.com>
730
731 * gdb.base/style.exp: Test "pwd".
732
733 2019-10-01 Tom Tromey <tom@tromey.com>
734
735 * gdb.base/style.exp: Update tests.
736
737 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
738
739 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
740 'six' to unsigned.
741 (s1): Initialize fields 'four' and 'six' instead of 'three' and
742 'five'. Use an all-ones bit pattern for each.
743 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
744 to its changed values.
745
746 2019-09-30 Tom Tromey <tromey@adacore.com>
747
748 * gdb.rust/traits.rs: Disable all warnings.
749
750 2019-09-29 Tom de Vries <tdevries@suse.de>
751
752 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
753
754 2019-09-29 Tom de Vries <tdevries@suse.de>
755
756 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
757
758 2019-09-27 Tom de Vries <tdevries@suse.de>
759
760 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
761
762 2019-09-27 Tom de Vries <tdevries@suse.de>
763
764 PR record/23188
765 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
766
767 2019-09-26 Tom Tromey <tromey@adacore.com>
768
769 * gdb.ada/py_taft.exp: New file.
770 * gdb.ada/py_taft/main.adb: New file.
771 * gdb.ada/py_taft/pkg.adb: New file.
772 * gdb.ada/py_taft/pkg.ads: New file.
773
774 2019-09-24 Tom de Vries <tdevries@suse.de>
775
776 PR gdb/24598
777 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
778
779 2019-09-22 Tom de Vries <tdevries@suse.de>
780
781 * gdb.base/restore.exp: Allow register variables to be optimized out at
782 -O0.
783
784 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
785
786 * gdb.arch/spu-info.exp: Remove file.
787 * gdb.arch/spu-info.c: Remove file.
788 * gdb.arch/spu-ls.exp: Remove file.
789 * gdb.arch/spu-ls.c: Remove file.
790
791 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
792 * gdb.asm/spu.inc: Remove file.
793
794 * gdb.base/dump.exp: Remove support for spu*-*-*.
795 * gdb.base/stack-checking.exp: Likewise.
796 * gdb.base/overlays.exp: Likewise.
797 * gdb.base/ovlymgr.c: Likewise.
798 * gdb.base/spu.ld: Remove file.
799
800 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
801 * gdb.cp/cpexprs.exp: Likewise.
802 * gdb.cp/exception.exp: Likewise.
803 * gdb.cp/gdb2495.exp: Likewise.
804 * gdb.cp/mb-templates.exp: Likewise.
805 * gdb.cp/pr9167.exp: Likewise.
806 * gdb.cp/userdef.exp: Likewise.
807
808 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
809
810 * gdb.cell: Remove directory.
811 * lib/cell.exp: Remove file.
812
813 2019-09-19 Tom de Vries <tdevries@suse.de>
814
815 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
816
817 2019-09-19 Tom de Vries <tdevries@suse.de>
818
819 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
820
821 2019-09-19 Tom de Vries <tdevries@suse.de>
822
823 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
824 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
825 (gdb_target_cmd): ... here.
826 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
827 value 2.
828
829 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
830
831 * gdb.base/source-dir.exp: Avoid having directory names in test
832 names.
833
834 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
835
836 * gdb.base/source-dir.exp: Add extra test for mapped compilation
837 directory.
838
839 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
840
841 * gdb.base/list-missing-source.exp: New file.
842
843 2019-09-14 Tom de Vries <tdevries@suse.de>
844
845 PR teststuite/24599
846 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
847 * lib/ada.exp (gnatmake_version_at_least): New proc.
848
849 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
850
851 * gdb.base/maint.exp: Use exec_has_index_section.
852
853 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
854
855 * gdb.base/maint.exp: Add test for 'maint info sections'.
856
857 2019-09-12 Tom de Vries <tdevries@suse.de>
858
859 * gdb.base/store.exp: Allow register variables to be optimized out at
860 -O0.
861
862 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
863
864 * gdb.ada/rdv_wait.exp: Update to new task names.
865 * gdb.base/task_switch_in_core.exp: Likewise.
866 * gdb.base/info_sources_base.c: Likewise.
867
868 2019-09-10 Tom Tromey <tromey@adacore.com>
869
870 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
871
872 2019-09-10 Tom Tromey <tromey@adacore.com>
873
874 * gdb.ada/dgopt.exp: New file.
875 * gdb.ada/dgopt/x.adb: New file.
876
877 2019-09-08 Tom Tromey <tom@tromey.com>
878
879 * gdb.tui/resize.exp: Remove setup_xfail.
880 * gdb.tui/regs.exp: Remove setup_xfail.
881 * gdb.tui/basic.exp: Remove setup_xfail.
882
883 2019-09-06 David Blaikie <dblaikie@gmail.com>
884
885 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
886 * gdb.cp/cplabel.exp: Ditto.
887 * gdb.linespec/ls-errs.exp: Ditto.
888
889 2019-09-05 Tom de Vries <tdevries@suse.de>
890
891 * lib/gdb.exp (cmp_file_string): New proc.
892 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
893 runto_main. Verify save breakpoints output.
894
895 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
896
897 * gdb.base/info-var.exp: Test info variables without running
898 to main, to avoid expect's buffer overflow.
899
900 2019-09-03 Tom Tromey <tromey@adacore.com>
901
902 * gdb.ada/bias.exp: New file.
903 * gdb.ada/bias/bias.adb: New file.
904 * gdb.ada/print_chars.exp: Add regression test.
905 * gdb.ada/print_chars/foo.adb (My_Character): New type.
906 (MC): New variable.
907
908 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
909
910 * gdb.base/argv0-symlink.exp: Run only on native target
911 and local host.
912
913 2019-08-29 Tom de Vries <tdevries@suse.de>
914
915 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
916 diverse debug info.
917 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
918
919 2019-08-28 Tom de Vries <tdevries@suse.de>
920
921 * gdb.base/info-var.exp: Allow info variables to print info for files
922 other than info-var-f1.c and info-var-f2.c.
923
924 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
925
926 * gdb.fortran/info-types.exp: Add module.
927 * gdb.fortran/info-types.f90: Update expected results.
928
929 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
930
931 * gdb.fortran/info-types.exp: New file.
932 * gdb.fortran/info-types.f90: New file.
933 * lib/fortran.exp (fortran_character1): New proc.
934
935 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
936
937 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
938 functions'. Reindent as needed.
939 * gdb.base/info-var-f1.c: New file.
940 * gdb.base/info-var-f2.c: New file.
941 * gdb.base/info-var.exp: New file.
942 * gdb.base/info-var.h: New file.
943
944 2019-08-26 Tom de Vries <tdevries@suse.de>
945
946 PR c++/24852
947 * gdb.cp/no-libstdcxx-probe.exp: New test.
948
949 2019-08-26 Tom de Vries <tdevries@suse.de>
950
951 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
952 * tests need to be skipped.
953 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
954 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
955 mi_skip_libstdcxx_probe_tests.
956
957 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
958
959 * gdb.python/py-xmethods.exp: Use raw strings when passing
960 arguments to SimpleXMethodMatcher.
961
962 2019-08-22 Tom de Vries <tdevries@suse.de>
963
964 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
965 more informative.
966
967 2019-08-21 Pedro Alves <palves@redhat.com>
968
969 * gdb.base/with.exp: Test "with" with no arguments.
970
971 2019-08-21 Tom de Vries <tdevries@suse.de>
972
973 * gdb.base/gdb-caching-proc.exp: Sort files.
974
975 2019-08-20 Tom de Vries <tdevries@suse.de>
976
977 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
978 compilation.
979
980 2019-08-16 Tom de Vries <tdevries@suse.de>
981
982 * gdb.base/compare-sections.exp ("after run to main"): Allow
983 mismatched read-only sections for PIE executables.
984
985 2019-08-16 Tom Tromey <tom@tromey.com>
986
987 * lib/tuiterm.exp (_csi_Z): New proc.
988 * gdb.tui/basic.exp: Update window positions.
989 * gdb.tui/empty.exp: Update window positions.
990
991 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
992
993 * gdb.base/examine-backward.exp: Correct regexp for
994 "examine 3 bytes backward from ${address_zero}".
995
996 2019-08-15 Tom Tromey <tom@tromey.com>
997
998 * gdb.tui/empty.exp: Enable resizing tests.
999
1000 2019-08-15 Tom Tromey <tromey@adacore.com>
1001
1002 * gdb.ada/char_enum.exp: Add regression tests.
1003 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1004 and '0'.
1005 (Char, Gchar): Update.
1006 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1007
1008 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1009
1010 * gdb.python/python.exp: Expect a leading underscore on
1011 GdbOutput{,Error}File.
1012
1013 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1014
1015 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1016 Windows host.
1017
1018 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1019
1020 * gdb.base/batch-preserve-term-settings.exp
1021 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1022
1023 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1024
1025 * lib/gdb.exp: When running on a mingw target, replace
1026 /x/ with x:/.
1027
1028 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1029
1030 * gdb.arch/aarch64-prologue.c: New test.
1031 * gdb.arch/aarch64-prologue.exp: New file.
1032
1033 2019-08-13 Tom de Vries <tdevries@suse.de>
1034
1035 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1036 Thread.
1037
1038 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1039
1040 * gdb.python/py-completion.exp: Download the .py file to the host
1041 and use its host pathname. Conditionalize tests that use
1042 tab completion and manipulate files on the build machine.
1043 * gdb.python/py-events.exp: Download the .py file to the host
1044 and use its host pathname.
1045 * gdb.python/py-evsignal.exp: Likewise.
1046 * gdb.python/py-evthreads.exp: Likewise.
1047 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1048 pathname syntax.
1049 * gdb.python/py-framefilter.exp: Download the .py file to the right
1050 place on the host. Match Windows pathname syntax.
1051 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1052 .py file to the host and use its host pathname.
1053 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1054 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1055 build pathname. Skip symlink test on Windows host. Add missing
1056 newline at end of file.
1057 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1058 and use its host pathname.
1059 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1060 * gdb.python/py-section-script.exp: Use host location of binfile
1061 on safe-path. Use correct path separator on Windows host.
1062 Reorder alternatives in gdb_test_multiple to prevent matching
1063 the wrong alternative on success.
1064 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1065
1066 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1067
1068 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1069 expect the GDB inferior to no longer immediately stop after
1070 being resumed with "signal SIGINT".
1071
1072 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1073
1074 * gdb.linespec/break-ask.exp: Generalize regexps to match
1075 Windows pathnames too.
1076
1077 2019-08-08 Tom de Vries <tdevries@suse.de>
1078
1079 PR testsuite/24862
1080 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1081
1082 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1083
1084 * gdb.base/style.exp: Update tests for help doc new invariants.
1085 * gdb.base/help.exp: Likewise.
1086
1087 2019-08-06 Tom Tromey <tom@tromey.com>
1088
1089 * gdb.base/style.exp: Add disassemble test.
1090 * gdb.base/style.c (some_called_function): New function.
1091 (main): Use it.
1092
1093 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1094
1095 * gdb.python/py-block.exp: Test dictionary access on blocks.
1096
1097 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1098
1099 PR gdb/24863
1100 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1101 -list-thread-groups --available test when running under
1102 check-read1.
1103
1104 2019-08-05 Tom de Vries <tdevries@suse.de>
1105
1106 PR testsuite/24863
1107 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1108 * gdb.base/help.exp: Use with_read1_timeout_factor.
1109 * gdb.base/info-macros.exp: Same.
1110 * gdb.cp/nested-types.exp: Same.
1111
1112 2019-08-05 Tom de Vries <tdevries@suse.de>
1113
1114 * lib/gdb.exp (version_at_least): Factor out of ...
1115 (tcl_version_at_least): ... here.
1116 (gdb_compile): Fail if pie results in non-PIE executable.
1117 (readelf_version, readelf_prints_pie): New proc.
1118 (exec_is_pie): Return -1 if unknown.
1119
1120 2019-08-05 Tom de Vries <tdevries@suse.de>
1121
1122 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1123
1124 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1125
1126 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1127
1128 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1129
1130 * lib/completion-support.exp (test_gdb_complete_none): Skip
1131 tab completion tests if no readline support.
1132 (test_gdb_complete_unique_re): Likewise.
1133 (test_gdb_complete_multiple): Likewise.
1134
1135 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1136
1137 * gdb.base/info_sources.exp: New file.
1138 * gdb.base/info_sources.c: New file.
1139 * gdb.base/info_sources_base.c: New file.
1140
1141 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1142
1143 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1144 prefix argument.
1145 (test_exit_status): Add prefix argument.
1146
1147 2019-08-01 Tom de Vries <tdevries@suse.de>
1148
1149 PR testsuite/24863
1150 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1151 calling exp_continue for new thread and thread exited messages.
1152
1153 2019-08-01 Tom de Vries <tdevries@suse.de>
1154
1155 PR testsuite/24863
1156 * gdb.base/structs.exp: Fix check-read1 timeout using
1157 gdb_test_sequence.
1158 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1159
1160 2019-08-01 Tom de Vries <tdevries@suse.de>
1161
1162 PR testsuite/24863
1163 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1164 line.
1165
1166 2019-08-01 Tom de Vries <tdevries@suse.de>
1167
1168 PR testsuite/24863
1169 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1170
1171 2019-07-30 Tom Tromey <tromey@adacore.com>
1172
1173 * gdb.ada/display_nested.exp: New file.
1174 * gdb.ada/display_nested/foo.adb: New file.
1175 * gdb.ada/display_nested/pack.adb: New file.
1176 * gdb.ada/display_nested/pack.ads: New file.
1177
1178 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1179
1180 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1181 namespace.
1182 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1183
1184 2019-07-30 Tom de Vries <tdevries@suse.de>
1185
1186 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1187 instead.
1188
1189 2019-07-30 Tom de Vries <tdevries@suse.de>
1190
1191 PR testsuite/24834
1192 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1193 (exec_is_pie): New proc.
1194
1195 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1196
1197 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1198
1199 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1200
1201 * gdb.python/py-objfile.c: Add global and static vars.
1202 * gdb.python/py-objfile.exp: Test new functions Objfile.
1203 lookup_global_symbol and lookup_static_symbol.
1204
1205 2019-07-29 Tom Tromey <tom@tromey.com>
1206
1207 * lib/tuiterm.exp (Term::_csi_@): New proc.
1208 (Term::_csi_X): Don't move cursor.
1209
1210 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1211
1212 * gdb.base/options.exp: Update backtrace - completion to
1213 new option -frame-info.
1214 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1215 Test new 'set print frame-info'. Test backtrace -frame-info
1216 overriding 'set print frame-info'.
1217 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1218 Test new 'set print frame-info'.
1219 Verify consistency of backtrace with and without filters, with and
1220 without -no-filters.
1221 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1222 default.
1223
1224 2019-07-29 Tom de Vries <tdevries@suse.de>
1225
1226 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1227 no arguments".
1228
1229 2019-07-29 Tom de Vries <tdevries@suse.de>
1230
1231 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1232 is a substring of the first for "complete non-unique file name".
1233
1234 2019-07-29 Tom de Vries <tdevries@suse.de>
1235
1236 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1237 with ".*".
1238
1239 2019-07-29 Tom de Vries <tdevries@suse.de>
1240
1241 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1242 Pass prompt_regexp parameter to gdb_test_multiple calls.
1243
1244 2019-07-29 Tom de Vries <tdevries@suse.de>
1245
1246 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1247 print registers" regexps.
1248
1249 2019-07-29 Tom de Vries <tdevries@suse.de>
1250
1251 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1252
1253 2019-07-29 Tom de Vries <tdevries@suse.de>
1254
1255 PR gdb/24855
1256 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1257 (skip_python_tests_prompt): Add prompt_regexp argument to
1258 gdb_test_multiple calls.
1259
1260 2019-07-27 Tom Tromey <tom@tromey.com>
1261
1262 * gdb.tui/main.exp: New file.
1263
1264 2019-07-27 Tom Tromey <tom@tromey.com>
1265
1266 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1267 optional.
1268 * gdb.tui/empty.exp: New file.
1269
1270 2019-07-27 Tom Tromey <tom@tromey.com>
1271
1272 * lib/tuiterm.exp (spawn): New proc.
1273 (Term::resize): New proc.
1274 * gdb.tui/resize.exp: New file.
1275
1276 2019-07-27 Tom Tromey <tom@tromey.com>
1277
1278 * gdb.tui/list.exp: New file.
1279
1280 2019-07-27 Tom Tromey <tom@tromey.com>
1281
1282 * gdb.tui/regs.exp: New file.
1283
1284 2019-07-27 Tom Tromey <tom@tromey.com>
1285
1286 * gdb.tui/basic.exp: Add "layout split" test.
1287
1288 2019-07-27 Tom Tromey <tom@tromey.com>
1289
1290 * gdb.tui/basic.exp: Add "layout asm" test.
1291
1292 2019-07-27 Tom Tromey <tom@tromey.com>
1293
1294 * lib/tuiterm.exp: New file.
1295 * gdb.tui/basic.exp: New file.
1296
1297 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1298
1299 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1300 Enable tests associated with this flag. Adjust regex
1301 referencing "foo_low" to now refer to "foo_cold" instead.
1302
1303 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1304
1305 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1306 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1307 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1308 foo_cold. Revise comments to match.
1309 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1310 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1311 were wrapped into this proc; Call do_test in loop from outermost
1312 level.
1313 (foo_low): Rename all occurrences to "foo_cold".
1314 (backtrace from baz): New test.
1315 (x2/i foo_cold): New test.
1316 (info line *foo_cold): New test.
1317
1318 2019-07-26 Tom de Vries <tdevries@suse.de>
1319
1320 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1321
1322 2019-07-25 Tom de Vries <tdevries@suse.de>
1323
1324 PR testsuite/24830
1325 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1326 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1327 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1328 (skip_libstdcxx_probe_tests): ... here.
1329 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1330
1331 2019-07-24 Tom de Vries <tdevries@suse.de>
1332
1333 PR testsuite/24807
1334 * gdb.objc/basicclass.m: Include stdio.h.
1335 * gdb.objc/nondebug.m: Same.
1336 * gdb.objc/objcdecode.m: Same.
1337
1338 2019-07-24 Tom de Vries <tdevries@suse.de>
1339
1340 PR testsuite/24612
1341 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1342 additional_flags.
1343
1344 2019-07-24 Tom de Vries <tdevries@suse.de>
1345
1346 PR testsuite/24831
1347 * gdb.multi/tids.exp: Update error messages for info threads.
1348
1349 2019-07-24 Tom de Vries <tdevries@suse.de>
1350
1351 * gdb.base/info-types.exp: Allow info types to print info for more than
1352 one file.
1353
1354 2019-07-23 Tom de Vries <tdevries@suse.de>
1355
1356 PR testsuite/24842
1357 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1358 gdb_spawn_with_cmdline_opts.
1359
1360 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1361
1362 * gdb.arch/arm-cmse-sgstubs.c: New test.
1363 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1364
1365 2019-07-23 Tom de Vries <tdevries@suse.de>
1366
1367 PR testsuite/24711
1368 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1369 issuing next command.
1370
1371 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1372
1373 * gdb.ada/info_auto_lang.exp: Update expected results.
1374 * gdb.base/info-types.c: Add additional types to check.
1375 * gdb.base/info-types.exp: Update expected results.
1376
1377 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1378
1379 * gdb.base/info-types.c: New file.
1380 * gdb.base/info-types.exp: New file.
1381
1382 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1383
1384 * gdb.arch/riscv-bp-infcall.c: New file.
1385 * gdb.arch/riscv-bp-infcall.exp: New file.
1386
1387 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1388
1389 PR breakpoints/24541
1390 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1391
1392 2019-07-14 Tom de Vries <tdevries@suse.de>
1393
1394 PR testsuite/24760
1395 * gdb.objc/basicclass.exp: Fix unterminated string.
1396
1397 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1398 Andrew Burgess <andrew.burgess@embecosm.com>
1399
1400 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1401 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1402 negative bounds.
1403 * gdb.fortran/vla-value.exp: Print elements of an array with
1404 negative bounds.
1405 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1406 testing.
1407
1408 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1409
1410 * gdb.base/options.exp (expect_string): Dequote strings in
1411 results.
1412 (test-string): Test strings with different quoting and reindent.
1413
1414 2019-07-10 Tom Tromey <tromey@adacore.com>
1415
1416 * gdb.ada/mi_ex_cond.exp: Update expected results.
1417 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1418 * gdb.ada/mi_catch_ex.exp: Update expected results.
1419 * gdb.ada/mi_catch_assert.exp: Update expected results.
1420 * gdb.ada/catch_ex.exp (catch_exception_info)
1421 (catch_exception_entry, catch_assert_entry)
1422 (catch_unhandled_entry): Update.
1423 * gdb.ada/catch_assert_if.exp: Update expected results.
1424
1425 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1426 Stephen Roberts <stephen.roberts@arm.com>
1427
1428 * gdb.base/define.exp: Restore original prompt.
1429
1430 2019-07-09 Pedro Alves <palves@redhat.com>
1431
1432 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1433 breakpoints" output.
1434 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1435 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1436 throw" creates breakpoint.
1437 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1438 'type="catchpoint"'.
1439
1440 2019-07-09 Pedro Alves <palves@redhat.com>
1441
1442 PR c++/15468
1443 * gdb.cp/except-multi-location-lib.cc: New.
1444 * gdb.cp/except-multi-location-main.cc: New.
1445 * gdb.cp/except-multi-location.exp: New.
1446
1447 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1448
1449 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1450 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1451 argument and update callers.
1452
1453 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1454
1455 * gdb.arch/amd64-break-on-asm-line.S: New file.
1456 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1457
1458 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1459
1460 * gdb.base/printcmds.exp: Test printing C string and
1461 C wide string convenience vars without transiting via the inferior.
1462 Also make test names unique.
1463
1464 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1465
1466 PR breakpoints/25011
1467 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1468
1469 2019-07-04 Pedro Alves <palves@redhat.com>
1470
1471 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1472 body returned ok(0), break(3) or continue(4).
1473 * gdb.testsuite/foreach_with_prefix.exp: New file.
1474
1475 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1476
1477 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1478
1479 2019-07-03 Pedro Alves <palves@redhat.com>
1480
1481 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1482 "return -code".
1483
1484 2019-07-03 Pedro Alves <palves@redhat.com>
1485
1486 PR cli/24732
1487 * gdb.base/shell.exp: Load completion-support.exp.
1488 Adjust expected error output. Add completion tests.
1489
1490 2019-07-03 Pedro Alves <palves@redhat.com>
1491
1492 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1493 string_to_regexp.
1494
1495 2019-07-03 Pedro Alves <palves@redhat.com>
1496
1497 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1498 (expect_integer): Adjust to expect "-string".
1499 (expect_string): New.
1500 (all_options): Expect "-string".
1501 (test-flag, test-boolean): Adjust to expect "-string".
1502 (test-string): New proc.
1503 (top level): Call it.
1504
1505 2019-07-03 Pedro Alves <palves@redhat.com>
1506
1507 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1508 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1509 the expected output in the success.
1510
1511 2019-07-03 Pedro Alves <palves@redhat.com>
1512
1513 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1514 Split one gdb_test_multiple call in two to avoid a race.
1515
1516 2019-07-03 Pedro Alves <palves@redhat.com>
1517
1518 * gdb.base/with.c: New file.
1519 * gdb.base/with.exp: New file.
1520
1521 2019-07-03 Pedro Alves <palves@redhat.com>
1522
1523 * gdb.base/settings.exp: Replace all references to "maint
1524 test-settings set" with references to "maint set test-settings",
1525 and all references to "maint test-settings show" with references
1526 to "maint show test-settings".
1527
1528 2019-07-03 Pedro Alves <palves@redhat.com>
1529
1530 * gdb.base/settings.exp (test-string): Adjust expected out when
1531 testing "maint test-settings show filename"
1532
1533 2019-07-02 Pedro Alves <palves@redhat.com>
1534
1535 * gdb.base/options.exp (test-info-threads): New procedure.
1536 (top level): Call it.
1537
1538 2019-06-28 Tom Tromey <tromey@adacore.com>
1539
1540 * gdb.dwarf2/ada-linkage-name.c: New file.
1541 * gdb.dwarf2/ada-linkage-name.exp: New file.
1542
1543 2019-06-27 Tom Tromey <tromey@adacore.com>
1544
1545 PR c++/20020:
1546 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1547
1548 2019-06-26 Tom de Vries <tdevries@suse.de>
1549
1550 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1551
1552 2019-06-26 Tom de Vries <tdevries@suse.de>
1553
1554 * gdb.base/index-cache.exp: Add back missing debug option.
1555
1556 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1557
1558 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1559
1560 2019-06-25 Tom de Vries <tdevries@suse.de>
1561
1562 PR testsuite/24727
1563 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1564
1565 2019-06-24 Tom de Vries <tdevries@suse.de>
1566
1567 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1568
1569 2019-06-24 Tom de Vries <tdevries@suse.de>
1570
1571 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1572 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1573 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1574
1575 2019-06-24 Tom de Vries <tdevries@suse.de>
1576
1577 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1578
1579 2019-06-21 Tom de Vries <tdevries@suse.de>
1580
1581 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1582
1583 2019-06-21 Tom de Vries <tdevries@suse.de>
1584
1585 PR testsuite/24518
1586 PR ada/24713
1587 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1588 index.
1589
1590 2019-06-19 Tom Tromey <tromey@adacore.com>
1591
1592 * gdb.ada/length_cond.exp: Add intro comment.
1593
1594 2019-06-19 Tom Tromey <tromey@adacore.com>
1595
1596 * gdb.ada/length_cond.exp: New file.
1597 * gdb.ada/length_cond/length_cond.adb: New file.
1598 * gdb.ada/length_cond/pck.adb: New file.
1599 * gdb.ada/length_cond/pck.ads: New file.
1600
1601 2019-06-18 Tom de Vries <tdevries@suse.de>
1602
1603 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1604
1605 2019-06-18 Tom Tromey <tromey@adacore.com>
1606
1607 * gdb.base/list0.h: Add comment explaining control character.
1608
1609 2019-06-18 Tom de Vries <tdevries@suse.de>
1610
1611 * boards/fission.exp: Break up long debug_flags line.
1612
1613 2019-06-16 Tom de Vries <tdevries@suse.de>
1614
1615 PR gdb/24445
1616 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1617 generated index.
1618
1619 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1620
1621 PR gdb/24686
1622 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1623 improve detection of bug gdb/24541.
1624
1625 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1626
1627 PR gdb/24669
1628 * gdb.base/index-cache.exp (uses_readnow,
1629 expecting_index_cache_use): Define global variable.
1630 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1631 expecting_index_cache_use.
1632
1633 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1634 Andrew Burgess <andrew.burgess@embecosm.com>
1635
1636 * gdb.fortran/pointers.f90: New file.
1637 * gdb.fortran/print_type.exp: New file.
1638 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1639 * gdb.fortran/vla-type.exp: Likewise.
1640 * gdb.fortran/vla-value.exp: Likewise.
1641 * gdb.mi/mi-vla-fortran.exp: Likewise.
1642
1643 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1644
1645 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1646 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1647 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1648 as a stop reason.
1649
1650 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1651
1652 * gdb.base/annota1.exp: Update expected results.
1653 * gdb.cp/annota2.exp: Likewise.
1654 * gdb.cp/annota3.exp: Likewise.
1655
1656 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1657
1658 * gdb.base/style-logging.exp: Remove path from test name.
1659
1660 2019-06-14 Tom Tromey <tromey@adacore.com>
1661
1662 PR gdb/24502:
1663 * gdb.base/style-logging.exp: New file.
1664
1665 2019-06-14 Tom Tromey <tromey@adacore.com>
1666
1667 * gdb.base/symfile-warn.exp: New file.
1668 * gdb.base/symfile-warn.c: New file.
1669
1670 2019-06-14 Tom Tromey <tromey@adacore.com>
1671
1672 * gdb.base/annotate-symlink.exp: New file.
1673
1674 2019-06-14 Tom Tromey <tromey@adacore.com>
1675
1676 * gdb.ada/set_wstr.exp: Add reassignment test.
1677
1678 2019-06-14 Tom Tromey <tromey@adacore.com>
1679
1680 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1681 'unchecked_access and 'unrestricted_access as well.
1682
1683 2019-06-14 Tom Tromey <tromey@adacore.com>
1684
1685 PR ada/24539:
1686 * gdb.ada/vla.exp: Update tests.
1687 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1688 pragma.
1689
1690 2019-06-13 Pedro Alves <palves@redhat.com>
1691
1692 * gdb.base/settings.exp (test-integer): Test junk after
1693 "unlimited".
1694
1695 2019-06-13 Pedro Alves <palves@redhat.com>
1696
1697 * gdb.base/options.exp (test-thread-apply): New.
1698 (top level): Call it.
1699
1700 2019-06-13 Pedro Alves <palves@redhat.com>
1701
1702 * gdb.base/options.exp (test-frame-apply): New.
1703 (top level): Test print commands with different "frame apply"
1704 prefixes.
1705
1706 2019-06-13 Pedro Alves <palves@redhat.com>
1707
1708 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1709 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1710 'max_completions' parameter and handle it.
1711 (test_gdb_completion_offers_commands): New.
1712
1713 2019-06-13 Pedro Alves <palves@redhat.com>
1714
1715 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1716
1717 2019-06-13 Pedro Alves <palves@redhat.com>
1718
1719 * gdb.base/options.exp (test-backtrace): New.
1720 (top level): Call it.
1721
1722 2019-06-13 Pedro Alves <palves@redhat.com>
1723
1724 * gdb.guile/scm-frame-args.exp: Use "set print
1725 raw-frame-arguments" instead of "set print raw frame-arguments".
1726 * gdb.python/py-frame-args.exp: Likewise.
1727
1728 2019-06-13 Pedro Alves <palves@redhat.com>
1729
1730 * gdb.compile/compile.exp: Adjust expected output to option
1731 processing changes.
1732
1733 2019-06-13 Pedro Alves <palves@redhat.com>
1734
1735 * gdb.base/options.exp: Build executable.
1736 (test-print): New procedure.
1737 (top level): Call it, once for "print" and another for "compile
1738 print".
1739
1740 2019-06-13 Pedro Alves <palves@redhat.com>
1741
1742 * gdb.base/options.c: New file.
1743 * gdb.base/options.exp: New file.
1744
1745 2019-06-13 Pedro Alves <palves@redhat.com>
1746
1747 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1748 that "o" is ambiguous.
1749
1750 2019-06-13 Pedro Alves <palves@redhat.com>
1751
1752 * gdb.base/settings.c: New file.
1753 * gdb.base/settings.exp: New file.
1754
1755 2019-06-13 Pedro Alves <palves@redhat.com>
1756
1757 * gdb.base/completion.exp: Fix comment typo.
1758
1759 2019-06-13 Pedro Alves <palves@redhat.com>
1760
1761 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1762 foo --1" test.
1763
1764 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1765
1766 * gdb.fortran/block-data.f: New.
1767 * gdb.fortran/block-data.exp: New.
1768
1769 2019-06-11 Tom de Vries <tdevries@suse.de>
1770
1771 PR testsuite/24521
1772 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1773 message.
1774
1775 2019-06-11 Tom de Vries <tdevries@suse.de>
1776
1777 PR testsuite/24521
1778 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1779
1780 2019-06-11 Tom de Vries <tdevries@suse.de>
1781
1782 * boards/readnow.exp: New file.
1783
1784 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1785
1786 * gdb.fortran/vla-sizeof.exp: Update expected results.
1787
1788 2019-06-06 Amos Bird <amosbird@gmail.com>
1789
1790 * gdb.base/annota1.exp (thread_switch): Add test for
1791 thread-exited annotation.
1792
1793 2019-06-06 Tom Tromey <tromey@adacore.com>
1794
1795 * gdb.base/maint.exp: Expect command started/finished output.
1796
1797 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1798
1799 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1800 comment.
1801 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1802
1803 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1804
1805 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1806 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1807 * gdb.arch/riscv-unwind-long-insn.c: New file.
1808 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1809
1810 2019-06-04 Christian Biesinger <cbiesinger@google.com>
1811
1812 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
1813
1814 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1815
1816 * lib/gdb.exp (help_list_trailer): New regexp variable
1817 factorizing the help trailer message.
1818 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1819 arg to allow to better factorize various tests.
1820 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1821 (test_prefix_command_help): Use help_list_trailer.
1822 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1823 * gdb.guile/scm-cmd.exp: Likewise.
1824 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1825 * gdb.base/help.exp: Use test_user_defined_class_help.
1826 * gdb.base/style.exp: Add tests for styling of help and apropos.
1827 * lib/gdb-utils.exp (style): Add title and highlight styles.
1828
1829 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1830
1831 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1832 $_shell_exitsignal.
1833 * gdb.base/default.exp: Update for new convenience variables.
1834
1835 2019-05-29 Tom Tromey <tromey@adacore.com>
1836
1837 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1838 to "break complete ada" test case's regexp.
1839
1840 2019-05-29 Tom Tromey <tromey@adacore.com>
1841
1842 PR c++/20020:
1843 * gdb.cp/constexpr-field.exp: New file.
1844 * gdb.cp/constexpr-field.cc: New file.
1845
1846 2019-05-29 Tom Tromey <tromey@adacore.com>
1847
1848 * gdb.base/finish.exp (finish_no_print): New proc.
1849 (finish_tests): Call it.
1850
1851 2019-05-24 Tom de Vries <tdevries@suse.de>
1852
1853 * gdb.dwarf2/gdb-add-index.exp: New file.
1854
1855 2019-05-22 Tom Tromey <tromey@adacore.com>
1856
1857 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1858 * gdb.base/style.exp: Use "style".
1859 * lib/gdb-utils.exp (style): New proc.
1860
1861 2019-05-22 Tom de Vries <tdevries@suse.de>
1862
1863 * gdb.base/align.exp: Require c++11.
1864
1865 2019-05-22 Tom de Vries <tdevries@suse.de>
1866
1867 PR testsuite/24586
1868 * gdb.python/py-mi-var-info-path-expression.exp: Call
1869 mi_skip_python_tests to check if python is supported.
1870
1871 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1872
1873 * gdb.arch/aarch64-pauth.c: New test.
1874 * gdb.arch/aarch64-pauth.exp: New file.
1875
1876 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1877
1878 * README (Re-running Tests Outside The Testsuite): New section.
1879
1880 2019-05-21 Tom de Vries <tdevries@suse.de>
1881
1882 * gdb.arch/amd64-eval.exp: Require c++11.
1883 * gdb.base/max-depth.exp: Same.
1884 * gdb.compile/compile-cplus-array-decay.exp: Same.
1885 * gdb.cp/meth-typedefs.exp: Same.
1886 * gdb.cp/subtypes.exp: Same.
1887 * gdb.cp/temargs.exp: Same.
1888
1889 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1890
1891 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1892
1893 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1894
1895 PR gdb/18644
1896 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1897 * gdb.fortran/printing-types.exp: Add new test.
1898 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1899 testing.
1900 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1901 setup_kfail call.
1902
1903 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1904
1905 * README (Running the Testsuite): Change example.
1906 (Testsuite Parameters): Remove TRANSCRIPT.
1907 * lib/gdb.exp: Remove TRANSCRIPT check.
1908
1909 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1910
1911 * README (Testsuite Parameters): Add replay logging to
1912 GDBSERVER_DEBUG.
1913 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1914 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1915 as a comma separated list.
1916 (gdb_debug_init): Override procedure.
1917
1918 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1919
1920 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1921 (gdb_write_cmd_file): New procedure.
1922 * lib/gdbserver-support.exp (gdbserver_start): Call
1923 gdbserver_write_cmd_file.
1924 (gdbserver_write_cmd_file): New procedure.
1925
1926 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1927
1928 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1929 (delete_breakpoints): Likewise.
1930 (gdb_run_cmd): Likewise.
1931 (gdb_start_cmd): Likewise.
1932 (gdb_starti_cmd): Likewise.
1933 (gdb_internal_error_resync): Likewise.
1934 (gdb_test_multiple): Likewise.
1935 (gdb_reinitialize_dir): Likewise.
1936 (default_gdb_exit): Likewise.
1937 (gdb_file_cmd): Mark kill as optional.
1938 (default_gdb_start): Call gdb_stdin_log_init.
1939 (send_gdb): Call gdb_stdin_log_write.
1940 (rerun_to_main): Mark Y as an answer.
1941 (gdb_stdin_log_init): New function.
1942 (gdb_stdin_log_write): Likewise.
1943
1944 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1945
1946 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1947 * gdb.base/debug-expr.exp: Likewise.
1948 * gdb.base/foll-fork.exp: Likewise.
1949 * gdb.base/foll-vfork.exp: Likewise.
1950 * gdb.base/fork-print-inferior-events.exp: Likewise.
1951 * gdb.base/gdb-sigterm.exp: Likewise.
1952 * gdb.base/gdbinit-history.exp: Likewise.
1953 * gdb.base/osabi.exp: Likewise.
1954 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1955 * gdb.base/ui-redirect.exp: Likewise.
1956 * gdb.gdb/unittest.exp: Likewise.
1957 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1958 * gdb.mi/mi-watch.exp: Likewise.
1959 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1960 * gdb.mi/user-selected-context-sync.exp: Likewise.
1961 * gdb.python/python.exp: Disable debug test when debugging.
1962 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1963 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1964 Likewise.
1965 * gdb.threads/stepi-random-signal.exp: Likewise.
1966
1967 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1968
1969 * Makefile.in: Pass through GDB_DEBUG.
1970 * README (Testsuite Parameters): Add GDB_DEBUG.
1971 (gdb,debug): Add board setting.
1972 * lib/gdb.exp (default_gdb_start): Start debugging.
1973 (gdb_debug_enabled): New procedure.
1974 (gdb_debug_init): Likewise.
1975
1976 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1977
1978 * Makefile.in: Pass through GDB_DEBUG.
1979 * README (Testsuite Parameters): Add GDB_DEBUG.
1980 (gdb,debug): Add board setting.
1981 * lib/gdb.exp (default_gdb_start): Start debugging.
1982 (gdb_debug_enabled): New procedure.
1983 (gdb_debug_init): Likewise.
1984
1985 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1986
1987 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1988
1989 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1990
1991 * gdb.base/ui-redirect.exp: Test redirection.
1992
1993 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1994
1995 * gdb.mi/mi-complete.exp: New file.
1996 * gdb.mi/mi-complete.cc: Likewise.
1997
1998 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1999
2000 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2001 indexed and sliced arrays, and pointers to arrays.
2002
2003 2019-05-14 Tom Tromey <tromey@adacore.com>
2004
2005 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2006 styling test.
2007
2008 2019-05-14 Tom de Vries <tdevries@suse.de>
2009
2010 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2011 selection entry encoding.
2012
2013 2019-05-10 Tom Tromey <tromey@adacore.com>
2014
2015 * gdb.ada/info_exc.exp: Add "complete" test.
2016
2017 2019-05-09 Tom de Vries <tdevries@suse.de>
2018
2019 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2020 CU-relative.
2021
2022 2019-05-09 Tom de Vries <tdevries@suse.de>
2023
2024 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2025 CU-relative.
2026
2027 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2028
2029 * gdb.ada/frame_arg_lang.exp: New testcase.
2030 * gdb.ada/frame_arg_lang/bla.adb: New file.
2031 * gdb.ada/frame_arg_lang/pck.ads: New file.
2032 * gdb.ada/frame_arg_lang/pck.adb: New file.
2033 * gdb.ada/frame_arg_lang/foo.c: New file.
2034
2035 2019-05-08 Tom Tromey <tromey@adacore.com>
2036
2037 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2038
2039 2019-05-08 Tom Tromey <tromey@adacore.com>
2040
2041 * gdb.base/ptype-offsets.exp: Update tests.
2042
2043 2019-05-08 Tom Tromey <tromey@adacore.com>
2044
2045 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2046 cases.
2047 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2048 "short".
2049
2050 2019-05-08 Tom Tromey <tromey@adacore.com>
2051
2052 * gdb.ada/vla.exp: New file.
2053 * gdb.ada/vla/vla.adb: New file.
2054
2055 2019-05-07 Tom de Vries <tdevries@suse.de>
2056
2057 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2058
2059 2019-05-07 Tom de Vries <tdevries@suse.de>
2060
2061 PR testsuite/24522
2062 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2063 section.
2064
2065 2019-05-07 Tom de Vries <tdevries@suse.de>
2066
2067 PR testsuite/24522
2068 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2069 .debug_aranges section.
2070
2071 2019-05-07 Tom de Vries <tdevries@suse.de>
2072
2073 PR testsuite/24159
2074 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2075
2076 2019-05-06 Tom de Vries <tdevries@suse.de>
2077
2078 * lib/gdb.exp (exec_has_index_section): New proc.
2079 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2080 section.
2081
2082 2019-05-04 Tom de Vries <tdevries@suse.de>
2083
2084 * boards/cc-with-debug-names.exp: New file.
2085
2086 2019-05-03 Tom Tromey <tromey@adacore.com>
2087
2088 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2089 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2090 * gdb.ada/char_enum.exp: Add test.
2091
2092 2019-05-03 Tom de Vries <tdevries@suse.de>
2093
2094 * boards/cc-with-gdb-index.exp: New file.
2095
2096 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2097
2098 * gdb.rust/simple.exp: Add new test case.
2099 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2100 (main): Initialise an instance of the new struct.
2101
2102 2019-05-01 Tom Tromey <tromey@adacore.com>
2103
2104 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2105 record.
2106 (NPR): New variable.
2107 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2108 test.
2109
2110 2019-05-01 Tom Tromey <tromey@adacore.com>
2111
2112 * gdb.ada/packed_array_assign.exp: Add packed assignment
2113 regression test.
2114
2115 2019-05-01 Tom de Vries <tdevries@suse.de>
2116
2117 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2118
2119 2019-05-01 Tom de Vries <tdevries@suse.de>
2120
2121 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2122
2123 2019-04-30 Ali Tamur <tamur@google.com>
2124
2125 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2126
2127 2019-04-30 Tom Tromey <tromey@adacore.com>
2128
2129 * lib/ada.exp (find_ada_tool): New proc.
2130 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2131 * gdb.ada/catch_ex_std.exp: New file.
2132 * gdb.ada/catch_ex_std/foo.adb: New file.
2133 * gdb.ada/catch_ex_std/some_package.adb: New file.
2134 * gdb.ada/catch_ex_std/some_package.ads: New file.
2135
2136 2019-04-30 Tom Tromey <tromey@adacore.com>
2137
2138 PR c++/24470:
2139 * gdb.cp/temargs.cc: Add test code from PR.
2140
2141 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2142
2143 * gdb.fortran/vla-datatypes.exp: Update expected results.
2144 * gdb.fortran/vla-ptype.exp: Likewise.
2145 * gdb.fortran/vla-type.exp: Likewise.
2146 * gdb.fortran/vla-value.exp: Likewise.
2147
2148 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2149
2150 * gdb.fortran/ptr-indentation.exp: Update expected results.
2151 * gdb.fortran/ptype-on-functions.exp: Likewise.
2152 * gdb.fortran/vla-ptr-info.exp: Likewise.
2153 * gdb.fortran/vla-value.exp: Likewise.
2154
2155 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2156
2157 * gdb.fortran/ptype-on-functions.exp: New file.
2158 * gdb.fortran/ptype-on-functions.f90: New file.
2159
2160 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2161
2162 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2163 case void string.
2164
2165 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2166
2167 * gdb.fortran/complex.exp: Expand.
2168 * gdb.fortran/complex.f: Renamed to...
2169 * gdb.fortran/complex.f90: ...this, and extended to add more
2170 complex values.
2171
2172 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2173
2174 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2175 MODULO, CMPLX.
2176
2177 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2178 Richard Bunt <richard.bunt@arm.com>
2179
2180 * gdb.base/max-depth.c: New file.
2181 * gdb.base/max-depth.exp: New file.
2182 * gdb.python/py-nested-maps.c: New file.
2183 * gdb.python/py-nested-maps.exp: New file.
2184 * gdb.python/py-nested-maps.py: New file.
2185 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2186 (test_all_common): Call test_max_depth.
2187 * gdb.fortran/max-depth.exp: New file.
2188 * gdb.fortran/max-depth.f90: New file.
2189 * gdb.go/max-depth.exp: New file.
2190 * gdb.go/max-depth.go: New file.
2191 * gdb.modula2/max-depth.exp: New file.
2192 * gdb.modula2/max-depth.c: New file.
2193 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2194
2195 2019-04-29 Tom de Vries <tdevries@suse.de>
2196
2197 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2198
2199 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2200
2201 * gdb.base/callexit.exp: Test may-call-functions off.
2202
2203 2019-04-25 Keith Seitz <keiths@redhat.com>
2204
2205 PR c++/24367
2206 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2207 (another_incomplete_struct, test_incomplete): New definitions.
2208 (main): Use new definitions.
2209 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2210 functions.
2211
2212 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2213
2214 PR corefiles/11608
2215 PR corefiles/18187
2216 * gdb.base/coredump-filter-build-id.exp: New file.
2217
2218 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2219
2220 * Makefile.in: Pass through GDBSERVER_DEBUG.
2221 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2222 (gdbserver,debug): Add board setting.
2223 * gdb.trace/tspeed.exp: Skip when debugging.
2224 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2225 * lib/gdbserver-support.exp: Likewise
2226
2227 2019-04-24 Tom Tromey <tromey@adacore.com>
2228
2229 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2230 Rust.
2231
2232 2019-04-24 Tom Tromey <tromey@adacore.com>
2233
2234 * gdb.arch/amd64-eval.exp: Test bitfield return.
2235 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2236 (class Foo) <return_bitfields>: New method.
2237 (main): Call it.
2238
2239 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2240
2241 * gdb.cp/many-args.cc: New file.
2242 * gdb.cp/many-args.exp: New file.
2243
2244 2019-04-23 Tom de Vries <tdevries@suse.de>
2245
2246 PR gdb/24433
2247 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2248
2249 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2250
2251 * gdb.trace/backtrace.exp: Use nopie flag.
2252 * gdb.trace/circ.exp: Likewise.
2253 * gdb.trace/collection.exp: Likewise.
2254 * gdb.trace/ftrace.exp: Likewise.
2255 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2256 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2257 * gdb.trace/qtro.exp: Likewise.
2258 * gdb.trace/read-memory.exp: Likewise.
2259 * gdb.trace/report.exp: Likewise.
2260 * gdb.trace/tfile.exp: Likewise.
2261 * gdb.trace/tfind.exp: Likewise.
2262 * gdb.trace/unavailable.exp: Likewise.
2263
2264 2019-04-22 Pedro Alves <palves@redhat.com>
2265
2266 * gdb.base/solib-probes-nosharedlibrary.c,
2267 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2268
2269 2019-04-19 Tom Tromey <tromey@adacore.com>
2270
2271 * gdb.ada/ptype_union.c: New file.
2272 * gdb.ada/ptype_union.exp: New file.
2273
2274 2019-04-19 Tom Tromey <tromey@adacore.com>
2275
2276 PR symtab/24423:
2277 * gdb.base/list0.h (foo): Add a control-l character.
2278
2279 2019-04-18 Tom de Vries <tdevries@suse.de>
2280
2281 PR gdb/24433
2282 * boards/local-board.exp: Set sysroot to "".
2283
2284 2019-04-18 Tom de Vries <tdevries@suse.de>
2285 Pedro Alves <palves@redhat.com>
2286
2287 PR gdb/24454
2288 * gdb.threads/vfork-follow-child-exec.c: New file.
2289 * gdb.threads/vfork-follow-child-exec.exp: New file.
2290 * gdb.threads/vfork-follow-child-exit.c: New file.
2291 * gdb.threads/vfork-follow-child-exit.exp: New file.
2292
2293 2019-04-15 Leszek Swirski <leszeks@google.com>
2294
2295 * gdb.arch/amd64-eval.cc: New file.
2296 * gdb.arch/amd64-eval.exp: New file.
2297
2298 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2299
2300 * gdb.server/sysroot.c: New test.
2301 * gdb.server/sysroot.exp: New file.
2302 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2303 matching param.
2304
2305 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2306
2307 * gdb.base/align.exp: Extend test to cover structures containing
2308 only static fields.
2309
2310 2019-04-11 Tom de Vries <tdevries@suse.de>
2311
2312 * boards/cc-with-dwz-m.exp: New file.
2313 * boards/cc-with-dwz.exp: New file.
2314 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2315
2316 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2317
2318 * gdb.base/start-cpp.exp: New file.
2319 * gdb.base/start-cpp.cc: New file.
2320
2321 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2322
2323 * gdb.python/py-thrhandle.exp: Adjust tests to call
2324 thread_from_handle instead of thread_from_thread_handle.
2325
2326 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2327
2328 * gdb.python/py-thrhandle.exp: Add tests for
2329 gdb.InferiorThread.handle.
2330
2331 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2332
2333 * gdb.python/py-function.exp: Check calling helper function from
2334 all languages.
2335 * lib/gdb.exp (gdb_supported_languages): New proc.
2336
2337 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2338
2339 * gdb.base/complex-parts.c: New file.
2340 * gdb.base/complex-parts.exp: New file.
2341
2342 2019-04-01 Tom Tromey <tromey@adacore.com>
2343
2344 PR symtab/23331:
2345 * gdb.dwarf2/dw2-ranges-main.c: New file.
2346 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2347 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2348
2349 2019-03-30 Simon Marchi <simark@simark.ca>
2350
2351 * gdb.base/default.exp: Add values for $_gdb_major and
2352 $_gdb_minor.
2353
2354 2019-03-29 Tom Tromey <tromey@adacore.com>
2355
2356 * gdb.base/help.exp: Tighten apropos regexp.
2357
2358 2019-03-29 Keith Seitz <keiths@redhat.com>
2359
2360 * gdb.fortran/array-bounds.exp: New file.
2361 * gdb.fortran/array-bounds.f90: New file.
2362
2363 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2364
2365 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2366
2367 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2368
2369 * gdb.multi/hello.c (main): Increase alarm timer.
2370
2371 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2372
2373 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2374 factor when no hardware watchpoint support.
2375
2376 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2377 Pedro Alves <palves@redhat.com>
2378
2379 * boards/local-board.exp: set sysroot to /.
2380
2381 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2382
2383 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2384 in child.
2385
2386 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2387
2388 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2389 field.
2390 (make_container): Initialise new field.
2391 * gdb.python/py-prettyprint.exp: Add new tests.
2392 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2393 <display_hint>: New method.
2394
2395 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2396
2397 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2398 gdb_continue_to_breakpoint more throughout this test.
2399 (run_lang_tests) Supply unique test names, and use
2400 gdb_test_no_output.
2401
2402 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2403
2404 * gdb.base/finish-pretty.exp: Update expected results.
2405 * gdb.base/pretty-print.c: New file.
2406 * gdb.base/pretty-print.exp: New file.
2407
2408 2019-03-25 Pedro Alves <palves@redhat.com>
2409
2410 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2411 move comments outside list. Append '-i "" eof' section.
2412
2413 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2414
2415 PR testsuite/25016
2416 * README: Add pie options.
2417 * gdb.base/break-interp.exp: Ensure pie is disabled.
2418 * gdb.base/dump.exp: Likewise.
2419 * lib/gdb.exp (gdb_compile): Add pie option.
2420
2421 2019-03-19 Tom Tromey <tromey@adacore.com>
2422
2423 * gdb.mi/mi2-cli-display.c: New file.
2424 * gdb.mi/mi2-cli-display.exp: New file.
2425
2426 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2427 Tom Tromey <tromey@adacore.com>
2428
2429 * gdb.ada/ptype_array/pck.adb: New file.
2430 * gdb.ada/ptype_array/pck.ads: New file.
2431 * gdb.ada/ptype_array/foo.adb: New file.
2432 * gdb.ada/ptype_array.exp: New file.
2433
2434 2019-03-14 Tom Tromey <tromey@adacore.com>
2435
2436 * gdb.base/style.exp: Add "set style sources" test.
2437
2438 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2439
2440 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2441 * mi-breakpoint-multiple-locations.exp: ... this.
2442 (make_breakpoints_pattern): New proc.
2443 (do_test): Add mi_version parameter, test -break-insert,
2444 -break-info and =breakpoint-created.
2445
2446 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2447
2448 * config/default.exp: Remove 'load_lib gdb.exp'.
2449 * config/monitor.exp: Likewise.
2450 * config/sid.exp: Likewise.
2451 * config/sim.exp: Likewise.
2452 * config/slite.exp: Likewise.
2453 * config/unix.exp: Likewise.
2454 * gdb.base/default.exp: Remove unhelpful comment.
2455
2456 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2457
2458 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2459
2460 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2461
2462 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2463
2464 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2465
2466 * gdb.fortran/type-kinds.exp: Update expected results.
2467
2468 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2469
2470 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2471
2472 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2473
2474 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2475 function.
2476 (test_basic_parsing_of_type_kinds): Expand types tested.
2477 (test_parsing_invalid_type_kinds): New function.
2478
2479 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2480
2481 * gdb.fortran/intrinsics.exp: New file.
2482 * gdb.fortran/intrinsics.f90: New file.
2483 * gdb.fortran/type-kinds.exp: New file.
2484
2485 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2486
2487 * gdb.fortran/dot-ops.exp: New file.
2488
2489 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2490
2491 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2492 Check upper and lower case logical literals.
2493
2494 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2495
2496 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2497 Remove duplicate tests.
2498
2499 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2500
2501 * lib/gdb.exp (builtin_cd): rename of cd.
2502 (cd): Override builtin.
2503
2504 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2505
2506 * gdb.fortran/function-calls.exp: New file.
2507 * gdb.fortran/function-calls.f90: New test.
2508
2509 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2510
2511 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2512 on user program standard output.
2513 * gdb.fortran/short-circuit-argument-list.f90: Record function
2514 calls.
2515
2516 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2517
2518 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2519 failure.
2520
2521 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2522
2523 PR gdb/8527
2524 * gdb.base/interrupt-daemon-attach.c,
2525 gdb.base/interrupt-daemon-attach.exp: New test.
2526
2527 2019-02-27 Pedro Alves <palves@redhat.com>
2528
2529 * gdb.base/page.exp: Add tests for "set width/height -1".
2530
2531 2019-02-27 Pedro Alves <palves@redhat.com>
2532
2533 * gdb.base/page.exp: Add tests for "set/show width/height" with
2534 "infinite" values.
2535
2536 2019-02-27 Tom Tromey <tromey@adacore.com>
2537
2538 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2539 2.4.
2540 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2541 workaround.
2542
2543 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2544
2545 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2546 tests for structs with static members.
2547
2548 2019-02-26 Tom Tromey <tromey@adacore.com>
2549
2550 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2551 ValueError, not TypeError.
2552
2553 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2554
2555 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2556 call from main program.
2557
2558 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2559
2560 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2561 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2562 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2563 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2564 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2565
2566 2019-02-22 Keith Seitz <keiths@redhat.com>
2567
2568 PR symtab/23853
2569 * gdb.base/symlink-sourcefile.c: New file.
2570 * gdb.base/symlink-sourcefile.exp: New file.
2571
2572 2019-02-20 Tom Tromey <tom@tromey.com>
2573
2574 * gdb.base/info_qt.exp: Update.
2575
2576 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2577
2578 * gdb.base/source.exp: Move "error in sourced script" code to
2579 the end.
2580 * gdb.base/source-error.gdb: Move contents to
2581 source-error-1.gdb. Add new code to source source-error-1.gdb.
2582 * gdb.base/source-error-1.gdb: New file, from previous
2583 source-error.gdb.
2584
2585 2019-02-17 Tom Tromey <tom@tromey.com>
2586
2587 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2588 for macro styling.
2589 * gdb.base/style.c (SOME_MACRO): New macro.
2590
2591 2019-02-17 Tom Tromey <tom@tromey.com>
2592
2593 * gdb.base/style.exp: Add line-wrapping tests.
2594 * gdb.base/page.exp: Add test for quitting during pagination.
2595
2596 2019-02-17 Joel Brobecker <brobecker@adacore.com>
2597
2598 * gdb.ada/big_packed_array: New testcase.
2599 * gdb.ada/homonym.exp: Fix incorrect expected output for
2600 "break <homonym__get_value>" test.
2601
2602 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
2603
2604 PR breakpoints/21870
2605 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2606 and prepare_for_testing. Add comment.
2607 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2608 redundant cleanup call. Clean up comment.
2609
2610 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
2611
2612 PR breakpoints/21870
2613 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2614 * gdb.arch/aarch64-dbreg-contents.c: New file.
2615
2616 2019-02-10 Joel Brobecker <brobecker@adacore.com>
2617
2618 * gdb.ada/mi_ref_changeable: New testcase.
2619
2620 2019-02-07 Alan Hayward <alan.hayward@arm.com>
2621
2622 * gdb.base/attach.exp: Add double attach test.
2623
2624 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2625
2626 * lib/gdb.exp (default_gdb_start): Don't match pagination
2627 prompt.
2628 (gdb_init): Set stty_init.
2629
2630 2019-01-27 Tom Tromey <tom@tromey.com>
2631
2632 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2633 skip_python_tests.
2634
2635 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2636
2637 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2638 New structure.
2639 (struct struct_static_02_02): Likewise.
2640 (struct struct_static_02_03): Likewise.
2641 (struct struct_static_02_04): Likewise.
2642 (struct struct_static_04_01): Likewise.
2643 (struct struct_static_04_02): Likewise.
2644 (struct struct_static_04_03): Likewise.
2645 (struct struct_static_04_04): Likewise.
2646 (struct struct_static_06_01): Likewise.
2647 (struct struct_static_06_02): Likewise.
2648 (struct struct_static_06_03): Likewise.
2649 (struct struct_static_06_04): Likewise.
2650 (cmp_struct_static_02_01): Likewise.
2651 (cmp_struct_static_02_02): Likewise.
2652 (cmp_struct_static_02_03): Likewise.
2653 (cmp_struct_static_02_04): Likewise.
2654 (cmp_struct_static_04_01): Likewise.
2655 (cmp_struct_static_04_02): Likewise.
2656 (cmp_struct_static_04_03): Likewise.
2657 (cmp_struct_static_04_04): Likewise.
2658 (cmp_struct_static_06_01): Likewise.
2659 (cmp_struct_static_06_02): Likewise.
2660 (cmp_struct_static_06_03): Likewise.
2661 (cmp_struct_static_06_04): Likewise.
2662 (call_all): Test new structs.
2663 * gdb.base/infcall-nested-structs.exp: Likewise.
2664
2665 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2666 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2667
2668 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2669 * gdb.base/stack-protector.c: New test.
2670 * gdb.base/stack-protector.exp: New file.
2671 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2672 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2673 option.
2674 (gdb_compile): Remove stack protector for GCC and prevent
2675 recursion.
2676
2677 2019-01-16 Keith Seitz <keiths@redhat.com>
2678
2679 PR gdb/23773
2680 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2681
2682 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2683
2684 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2685 aliases.
2686 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2687 tests.
2688 * gdb.arch/powerpc-vector-regs.c: New file.
2689 * gdb.arch/powerpc-vector-regs.exp: New file.
2690
2691 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2692
2693 * gdb.arch/altivec-regs.exp: Fix the list passed to
2694 gdb_expect_list when testing "info vector".
2695
2696 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2697
2698 * gdb.base/style.exp: Don't include path in testname.
2699
2700 2019-01-10 Keith Seitz <keiths@redhat.com>
2701
2702 PR gdb/23712
2703 PR symtab/23010
2704 * gdb.dwarf2/multidictionary.exp: New file.
2705
2706 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2707
2708 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2709 (test_gnuv3_style_demangling): ... this.
2710 (test_lucid_style_demangling): Remove.
2711 (test_arm_style_demangling): Remove.
2712 (test_hp_style_demangling): Remove.
2713 (do_tests): Remove calls to the above.
2714
2715 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2716
2717 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2718 case.
2719
2720 2019-01-06 Tom Tromey <tom@tromey.com>
2721
2722 PR gdb/28155:
2723 * gdb.dwarf2/typedef-void-finish.exp: New file.
2724
2725 2018-12-28 Tom Tromey <tom@tromey.com>
2726 Simon Marchi <simark@simark.ca>
2727
2728 * gdb.base/jit-exec.exp: New file.
2729 * gdb.base/jit-exec.c: New file.
2730 * gdb.base/jit-execd.c: New file.
2731
2732 2018-12-28 Tom Tromey <tom@tromey.com>
2733
2734 * gdb.base/style.exp: Update test to check for address styling.
2735
2736 2018-12-28 Tom Tromey <tom@tromey.com>
2737
2738 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2739 message.
2740
2741 2018-12-28 Tom Tromey <tom@tromey.com>
2742
2743 * gdb.base/style.exp: Add test for version number styling.
2744
2745 2018-12-28 Tom Tromey <tom@tromey.com>
2746
2747 * gdb.base/style.exp: Add test for print_address_symbolic.
2748
2749 2018-12-28 Tom Tromey <tom@tromey.com>
2750
2751 * gdb.base/style.exp: Add test for breakpoint setting.
2752
2753 2018-12-28 Tom Tromey <tom@tromey.com>
2754
2755 * gdb.base/style.exp: Add test for variable names.
2756
2757 2018-12-28 Tom Tromey <tom@tromey.com>
2758
2759 * gdb.base/style.exp: New file.
2760 * gdb.base/style.c: New file.
2761
2762 2018-12-28 Tom Tromey <tom@tromey.com>
2763
2764 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2765 "dumb".
2766 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2767 the TERM environment variable.
2768
2769 2018-12-27 Tom Tromey <tom@tromey.com>
2770
2771 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2772 pagination test.
2773
2774 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2775
2776 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2777 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2778
2779 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2780
2781 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2782 Filename a.adb changed to bp_fun_addr.adb.
2783 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2784
2785 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2786
2787 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2788 non-PIE executables.
2789 * README: Mention the gdb,nopie_flag board setting.
2790 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2791 non-PIE executable.
2792 * gdb.arch/amd64-entry-value.exp: Likewise.
2793 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2794 * gdb.arch/i386-float.exp: Likewise.
2795 * gdb.arch/i386-signal.exp: Likewise.
2796 * gdb.mi/mi-reg-undefined.exp: Likewise.
2797
2798 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2799
2800 PR gdb/23974
2801 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2802
2803 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2804
2805 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2806 Update order of results accordingly.
2807
2808 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2809
2810 * gdb.base/annota1.exp: Update a test regexp.
2811
2812 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2813
2814 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2815
2816 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2817
2818 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2819 (reuse_time): Initialize to REUSE_TIME_CAP.
2820 (check_rc): New function.
2821 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2822 Check pthread_create rc.
2823 (spawner_thread_func): Check pthread_create and pthread_join rc.
2824
2825 2018-12-08 Pedro Alves <palves@redhat.com>
2826
2827 * gdb.base/list.exp (test_forward_search): Rename to ...
2828 (test_forward_reverse_search): ... this. Also test reverse-search
2829 and the forward-search alias.
2830
2831 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2832
2833 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2834 local timeout variable before return, and remove all local timeout
2835 variable entirely.
2836 (gdb_load): Likewise.
2837
2838 2018-12-01 Tom de Vries <tdevries@suse.de>
2839
2840 * gdb.base/gdb-caching-proc.exp: New file.
2841
2842 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2843
2844 * Makefile.in (TIMESTAMP): New variable.
2845 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2846 command.
2847 (check-single-racy): Likewise.
2848 (check/%.exp): Likewise.
2849 (check-racy/%.exp): Likewise.
2850 (workers/%.worker): Likewise.
2851 (build-perf): Likewise.
2852 (check-perf): Likewise.
2853 * README: Describe new "TS" and "TS_FORMAT" variables.
2854 * print-ts.py: New file.
2855
2856 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2857
2858 PR python/23714
2859 * gdb.python/python.exp: Test command repetition after
2860 gdb.execute.
2861
2862 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2863
2864 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2865 is correctly aligned.
2866
2867 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2868
2869 * gdb.ada/info_auto_lang.exp: New testcase.
2870 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2871 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2872 * gdb.ada/info_auto_lang/some_c.c: New file.
2873
2874 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2875
2876 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2877 FUNC_lang language syntax.
2878
2879 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2880
2881 * gdb.base/info_minsym.c: New file.
2882 * gdb.base/info_minsym.exp: New file.
2883
2884 2018-11-19 Tom Tromey <tom@tromey.com>
2885
2886 PR rust/23625:
2887 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2888 * gdb.rust/expr.exp: Update expected output. Change one test.
2889
2890 2018-11-19 Tom Tromey <tom@tromey.com>
2891
2892 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2893
2894 2018-11-19 Pedro Alves <palves@redhat.com>
2895
2896 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2897 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2898 see the expected warning.
2899
2900 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2901
2902 PR gdb/22736:
2903 * gdb.cp/infcall-nodebug-lib.c: New test.
2904 * gdb.cp/infcall-nodebug-main.c: New test.
2905 * gdb.cp/infcall-nodebug.exp: New file.
2906
2907 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2908
2909 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2910 completer tests.
2911
2912 2018-11-09 Tom de Vries <tdevries@suse.de>
2913
2914 * gdb.base/msym-lang.c: New test.
2915 * gdb.base/msym-lang.exp: New file.
2916 * gdb.base/msym-lang-main.c: New test.
2917
2918 2018-11-08 Tom Tromey <tom@tromey.com>
2919
2920 PR gdb/23555:
2921 PR gdb/23838:
2922 * gdb.base/warning.exp: New file.
2923
2924 2018-11-08 Jan Beulich <jbeulich@suse.com>
2925
2926 * testsuite/gdb.arch/i386-avx512.c,
2927 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2928
2929 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2930
2931 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2932 point hardware.
2933
2934 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2935
2936 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2937 * gdb.dwarf2/missing-type-name.exp: New file.
2938
2939 2018-11-06 Tom de Vries <tdevries@suse.de>
2940
2941 * gdb.base/many-headers.c: New test.
2942 * gdb.base/many-headers.exp: New file.
2943
2944 2018-11-06 Jim Wilson <jimw@sifive.com>
2945
2946 * gdb.base/code_elim.exp: For riscv, set additional_flags
2947 to include -msmall-data-limit=0.
2948
2949 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2950
2951 * gdb.ada/watch_minus_l: New testcase.
2952
2953 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2954
2955 * gdb.arch/aix-sighandle.c: New file.
2956 * gdb.arch/aix-sighandle.exp: New file.
2957
2958 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2959
2960 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2961 registers being unions.
2962
2963 2018-10-31 Tom de Vries <tdevries@suse.de>
2964
2965 * lib/valgrind.exp: New file.
2966 (vgdb_start, vgdb_stop): New procs, factored out of ...
2967 * gdb.base/valgrind-bt.exp: ... here, ...
2968 * gdb.base/valgrind-disp-step.exp: ... here and ...
2969 * gdb.base/valgrind-infcall.exp: ... here.
2970
2971 2018-10-31 Tom de Vries <tdevries@suse.de>
2972
2973 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2974
2975 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2976
2977 * gdb.dwarf2/void-type.c: New file.
2978 * gdb.dwarf2/void-type.exp: New file.
2979
2980 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2981
2982 * gdb.base/info_qt.c: New file.
2983 * gdb.base/info_qt.exp: New file.
2984
2985 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2986
2987 * gdb.arch/powerpc-htm-regs.c: New file.
2988 * gdb.arch/powerpc-htm-regs.exp: New file.
2989
2990 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2991
2992 * gdb.arch/powerpc-tar.c: New file.
2993 * gdb.arch/powerpc-tar.exp: New file.
2994
2995 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2996
2997 * gdb.arch/powerpc-ppr-dscr.c: New file.
2998 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2999
3000 2018-10-25 Tom de Vries <tdevries@suse.de>
3001
3002 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3003
3004 2018-10-24 Tom de Vries <tdevries@suse.de>
3005
3006 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3007 longer exists error.
3008
3009 2018-10-24 Tom de Vries <tdevries@suse.de>
3010
3011 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3012
3013 2018-10-24 Tom de Vries <tdevries@suse.de>
3014
3015 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3016 --db-attach in valgrind.
3017
3018 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3019
3020 * gdb.arch/riscv-reg-aliases.c: New file.
3021 * gdb.arch/riscv-reg-aliases.exp: New file.
3022
3023 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3024
3025 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3026
3027 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3028
3029 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3030
3031 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3032
3033 * gdb.cp/ovldbreak.exp: Fix regexps.
3034
3035 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3036
3037 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3038
3039 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3040
3041 PR cli/23785
3042 * gdb.base/restore.exp: New test to check if "restore" with an
3043 invalid file doesn't segfault.
3044
3045 2018-10-18 Tom de Vries <tdevries@suse.de>
3046
3047 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3048 * gdb.ada/excep_handle.exp: Same.
3049 * gdb.ada/mi_string_access.exp: Same.
3050 * gdb.ada/mi_var_union.exp: Same.
3051 * gdb.arch/arc-analyze-prologue.exp: Same.
3052 * gdb.arch/arc-decode-insn.exp: Same.
3053 * gdb.base/readnever.exp: Same.
3054 * gdb.fortran/printing-types.exp: Same.
3055 * gdb.guile/scm-lazy-string.exp: Same.
3056
3057 2018-10-16 Tom de Vries <tdevries@suse.de>
3058
3059 PR gdb/23730
3060 * gdb.base/catch-follow-exec.c: Add copyright notice.
3061 * gdb.base/catch-follow-exec.exp: Rewrite to use
3062 gdb_spawn_with_cmdline_opts. Require gdb-native.
3063
3064 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3065
3066 * gdb.trace/actions-changed.exp: Check for arch support.
3067 * gdb.trace/actions.exp: Likewise.
3068 * gdb.trace/ax.exp: Likewise.
3069 * gdb.trace/backtrace.exp: Likewise.
3070 * gdb.trace/change-loc.exp: Likewise.
3071 * gdb.trace/deltrace.exp: Likewise.
3072 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3073 * gdb.trace/ftrace.exp: Likewise.
3074 * gdb.trace/infotrace.exp: Check for arch support.
3075 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3076 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3077 * gdb.trace/mi-tsv-changed.exp: Likewise.
3078 * gdb.trace/packetlen.exp: Likewise.
3079 * gdb.trace/passc-dyn.exp: Likewise.
3080 * gdb.trace/passcount.exp: Likewise.
3081 * gdb.trace/pending.exp: Likewise.
3082 * gdb.trace/range-stepping.exp: Check for shlib support.
3083 * gdb.trace/report.exp: Check for arch support.
3084 * gdb.trace/save-trace.exp: Likewise.
3085 * gdb.trace/signal.exp: Check for signal support.
3086 * gdb.trace/tfind.exp: Check for arch support.
3087 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3088 * gdb.trace/trace-common.h: Add comment.
3089 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3090 * gdb.trace/trace-enable-disable.exp: Likewise.
3091 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3092 * gdb.trace/tracecmd.exp: Check for arch support.
3093 * gdb.trace/tspeed.exp: Check for shlib and target support.
3094 * gdb.trace/tstatus.exp: Check for arch support.
3095 * gdb.trace/tsv.exp: Likewise.
3096 * gdb.trace/while-dyn.exp: Likewise.
3097 * gdb.trace/while-stepping.exp: Likewise.
3098 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3099
3100 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3101
3102 * gdb.trace/tspeed.exp: Remove nowarnings.
3103 (prepare_for_trace_test): Declare "global ipalib".
3104 * gdb.trace/tspeed.c: Include unistd.h.
3105 (main): Remove superfluous printf argument.
3106
3107 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3108
3109 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3110 directory prefix on the filename.
3111
3112 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3113
3114 * gdb.gdb/unittest.exp: Update expected message informing that
3115 selftests have been disabled.
3116 * gdb.server/unittest.exp: Likewise.
3117
3118 2018-10-09 Tom de Vries <tdevries@suse.de>
3119
3120 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3121 with runto_main.
3122
3123 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3124
3125 PR c++/16841
3126 * gdb.cp/virtbase2.cc: New file.
3127 * gdb.cp/virtbase2.exp: New file.
3128
3129 2018-10-06 Tom Tromey <tom@tromey.com>
3130
3131 PR python/19399:
3132 * gdb.python/py-inferior.exp: Add architecture test.
3133
3134 2018-10-06 Tom Tromey <tom@tromey.com>
3135
3136 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3137 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3138
3139 2018-10-06 Tom Tromey <tom@tromey.com>
3140
3141 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3142 of a "throw" catchpoint.
3143
3144 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3145
3146 * gdb.base/info-proc.exp: Update string expected from "help info
3147 proc".
3148
3149 2018-10-04 Tom Tromey <tom@tromey.com>
3150
3151 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3152 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3153 (test_initial_complaints, test_empty_complaints): Update.
3154 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3155
3156 2018-10-04 Tom Tromey <tom@tromey.com>
3157
3158 PR cli/19551:
3159 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3160 * lib/gdb.exp (gdb_file_cmd): Update.
3161 * gdb.stabs/weird.exp (print_weird_var): Update.
3162 * gdb.server/solib-list.exp: Update.
3163 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3164 * gdb.mi/mi-cli.exp: Update.
3165 * gdb.linespec/linespec.exp: Update.
3166 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3167 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3168 * gdb.cp/cp-relocate.exp: Update.
3169 * gdb.base/sym-file.exp: Update.
3170 * gdb.base/relocate.exp: Update.
3171 * gdb.base/readnever.exp: Update.
3172 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3173 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3174 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3175 * gdb.base/code_elim.exp: Update.
3176 * gdb.base/break-unload-file.exp (test_break): Update.
3177 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3178 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3179 Update.
3180 * gdb.base/attach.exp (do_attach_tests): Update.
3181 * gdb.base/sepdebug.exp: Update.
3182 * gdb.python/py-section-script.exp: Update.
3183
3184 2018-10-04 Tom Tromey <tom@tromey.com>
3185
3186 PR cli/22234:
3187 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3188 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3189 output.
3190
3191 2018-10-04 Tom Tromey <tom@tromey.com>
3192
3193 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3194 set width and height to 0.
3195 (test_command_line_attach_run): Use -quiet.
3196
3197 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3198
3199 * lib/gdb.exp (skip_ifunc_tests): New.
3200 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3201 other compile failures.
3202 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3203
3204 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3205
3206 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3207 is_amd64_regs_target.
3208
3209 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3210
3211 * gdb.arch/aarch64-sighandler-regs.c: New test.
3212 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3213 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3214
3215 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3216
3217 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3218 assembly.
3219
3220 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3221
3222 * gdb.base/frame-selection.exp: New file.
3223 * gdb.base/frame-selection.c: New file.
3224
3225 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3226
3227 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3228 pthread barrier.
3229 (main): Likewise.
3230
3231 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3232
3233 * gdb.base/large-frame-1.c: New file.
3234 * gdb.base/large-frame-2.c: New file.
3235 * gdb.base/large-frame.exp: New file.
3236 * gdb.base/large-frame.h: New file.
3237
3238 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3239
3240 PR gdb/20948
3241 * gdb.base/write_mem.exp: New test.
3242 * gdb.base/write_mem.c: Likewise.
3243
3244 2018-09-23 Tom Tromey <tom@tromey.com>
3245
3246 PR python/18852:
3247 * gdb.python/py-parameter.exp: Add test for parameter that throws
3248 on "set".
3249
3250 2018-09-23 Tom Tromey <tom@tromey.com>
3251
3252 PR python/17284:
3253 * gdb.python/py-template.exp (test_template_arg): Add test for
3254 negative template argument number.
3255
3256 2018-09-23 Tom Tromey <tom@tromey.com>
3257
3258 PR python/14062:
3259 * gdb.python/python.exp: Add test for post_event error.
3260
3261 2018-09-23 Tom Tromey <tom@tromey.com>
3262
3263 PR python/18170:
3264 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3265 convert pointers to int and long.
3266
3267 2018-09-23 Tom Tromey <tom@tromey.com>
3268
3269 PR python/20126:
3270 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3271 signed-ness conversion tests.
3272
3273 2018-09-23 Tom Tromey <tom@tromey.com>
3274
3275 PR python/18352;
3276 * gdb.python/py-value.exp (test_float_conversion): New proc.
3277 Use it.
3278
3279 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3280
3281 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3282
3283 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3284
3285 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3286 no readline.
3287 * gdb.base/utf8-identifiers.exp: Likewise.
3288 * gdb.cp/cpcompletion.exp: Likewise.
3289 * gdb.linespec/cpcompletion.exp: Likewise.
3290 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3291 * gdb.linespec/cpls-ops.exp: Likewise.
3292
3293 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3294 Chris January <chris.january@arm.com>
3295
3296 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3297 * gdb.fortran/short-circuit-argument-list.exp: New file.
3298 * gdb.fortran/short-circuit-argument-list.f90: New test.
3299
3300 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3301
3302 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3303 "arch=" keyword when executing "-stack-list-frames".
3304
3305 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3306
3307 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3308 "arch=" keyword when executing "-stack-list-frames".
3309
3310 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3311
3312 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3313 break ada".
3314
3315 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3316
3317 PR python/23669
3318 * gdb.python/python.exp: Test gdb.execute("show commands").
3319
3320 2018-09-16 Tom Tromey <tom@tromey.com>
3321
3322 * gdb.base/new-ui.exp (do_execution_tests): Update.
3323 * gdb.base/dbx.exp (test_breakpoints): Update.
3324
3325 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3326
3327 * lib/gdb.exp (gdb_simple_compile): Add proc.
3328 (is_elf_target): Use gdb_simple_compile.
3329 (skip_altivec_tests): Likewise.
3330 (skip_vsx_tests): Likewise.
3331 (skip_tsx_tests): Likewise.
3332 (skip_btrace_tests): Likewise.
3333 (skip_btrace_pt_tests): Likewise.
3334 (gdb_can_simple_compile): Likewise.
3335 (gdb_has_argv0): Likewise.
3336 (gdb_target_symbol_prefix): Likewise.
3337 (target_supports_scheduler_locking): Likewise.
3338
3339 2018-09-13 Tom Tromey <tom@tromey.com>
3340
3341 * Makefile.in (TAGS): Recognize proc_with_prefix and
3342 gdb_caching_proc.
3343
3344 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3345
3346 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3347 method.
3348
3349 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3350
3351 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3352 and a few other Inferior properties when the Inferior is no
3353 longer valid.
3354
3355 2018-09-13 Tom Tromey <tom@tromey.com>
3356
3357 PR rust/23650:
3358 * gdb.rust/simple.exp: Add test for enum field access error.
3359
3360 2018-09-13 Tom Tromey <tom@tromey.com>
3361
3362 PR rust/23626:
3363 * gdb.rust/simple.rs (EmptyEnum): New type.
3364 (main): Use it.
3365 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3366
3367 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3368
3369 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3370 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3371 * gdb.python/py-symtab.exp: Update test printing an objfile.
3372
3373 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3374
3375 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3376 object.
3377
3378 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3379
3380 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3381 (support_complex_tests): Use gdb_can_simple_compile.
3382 (is_ilp32_target): Likewise.
3383 (is_lp64_target): Likewise.
3384 (is_64_target): Likewise.
3385 (is_amd64_regs_target): Likewise.
3386 (is_aarch32_target): Likewise.
3387 (gdb_int128_helper): Likewise.
3388
3389 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3390
3391 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3392
3393 2018-09-10 Jerome Guitton <guitton@adacore.com>
3394
3395 * gdb.ada/same_component_name: Add test for case of tagged record
3396 with variable-length fields.
3397
3398 2018-09-10 Xavier Roirand <roirand@adacore.com>
3399
3400 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3401 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3402 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3403 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3404
3405 2018-09-10 Xavier Roirand <roirand@adacore.com>
3406
3407 * gdb.ada/mi_string_access.exp: New testcase.
3408 * gdb.ada/mi_string_access/bar.adb: New file.
3409 * gdb.ada/mi_string_access/pck.adb: New file.
3410 * gdb.ada/mi_string_access/pck.asd: New file.
3411
3412 2018-09-10 Xavier Roirand <roirand@adacore.com>
3413
3414 * gdb.ada/mi_var_union.exp: New testcase.
3415 * gdb.ada/mi_var_union/bar.adb: New file.
3416 * gdb.ada/mi_var_union/pck.adb: New file.
3417 * gdb.ada/mi_var_union/pck.asd: New file.
3418
3419 2018-09-08 Tom Tromey <tom@tromey.com>
3420
3421 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3422
3423 2018-09-08 Tom Tromey <tom@tromey.com>
3424
3425 PR python/16047:
3426 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3427 (register_pretty_printers): Register new printer.
3428 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3429 test.
3430 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3431 (an_int_type3): New global.
3432
3433 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3434
3435 * gdb.ada/expr_with_funcall: New testcase.
3436
3437 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3438
3439 * gdb.ada/packed_array_assign: New testcase.
3440
3441 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3442
3443 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3444 names, and add test prefixes to make test names unique.
3445
3446 2018-09-05 Tom de Vries <tdevries@suse.de>
3447
3448 * gdb.dwarf2/varval.exp: Add test.
3449
3450 2018-09-04 Gary Benson <gbenson@redhat.com>
3451
3452 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3453 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3454
3455 2018-08-31 Tom Tromey <tom@tromey.com>
3456
3457 * gdb.rust/simple.rs: Rename second variable "v".
3458
3459 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3460
3461 * gdb.base/funcargs.c (use_a): New function.
3462 (recurse): Call use_a.
3463
3464 2018-08-29 Keith Seitz <keiths@redhat.com>
3465
3466 * gdb.compile/compile-cplus-anonymous.cc: New file.
3467 * gdb.compile/compile-cplus-anonymous.exp: New file.
3468 * gdb.compile/compile-cplus-array-decay.cc: New file.
3469 * gdb.compile/compile-cplus-array-decay.exp: New file.
3470 * gdb.compile/compile-cplus-inherit.cc: New file.
3471 * gdb.compile/compile-cplus-inherit.exp: New file.
3472 * gdb.compile/compile-cplus-member.cc: New file.
3473 * gdb.compile/compile-cplus-member.exp: New file.
3474 * gdb.compile/compile-cplus-method.cc: New file.
3475 * gdb.compile/compile-cplus-method.exp: New file.
3476 * gdb.compile/compile-cplus-mod.c: "New" file.
3477 * gdb.compile/compile-cplus-namespace.cc: New file.
3478 * gdb.compile/compile-cplus-namespace.exp: New file.
3479 * gdb.compile/compile-cplus-nested.cc: New file.
3480 * gdb.compile/compile-cplus-nested.exp: New file.
3481 * gdb.compile/compile-cplus-print.c: "New" file.
3482 * gdb.compile/compile-cplus-print.exp: "New" file.
3483 * gdb.compile/compile-cplus-virtual.cc: New file.
3484 * gdb.compile/compile-cplus-virtual.exp: New file.
3485 * gdb.compile/compile-cplus.c: "New" file.
3486 * gdb.compile/compile-cplus.exp: "New" file.
3487 * lib/compile-support.exp: New file.
3488
3489 2018-08-16 Gary Benson <gbenson@redhat.com>
3490
3491 PR gdb/13000:
3492 * gdb.base/batch-exit-status.exp: New file.
3493 * gdb.base/batch-exit-status.good-commands: Likewise.
3494 * gdb.base/batch-exit-status.bad-commands: Likewise.
3495
3496 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3497
3498 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3499 (struct struct02): Likewise.
3500 (struct struct03): Likewise.
3501 (struct struct04): Likewise.
3502 (struct struct_01_01): New struct.
3503 (struct struct_01_02): Likewise.
3504 (struct struct_01_03): Likewise.
3505 (struct struct_01_04): Likewise.
3506 (struct struct_02_01): Likewise.
3507 (struct struct_02_02): Likewise.
3508 (struct struct_02_03): Likewise.
3509 (struct struct_02_04): Likewise.
3510 (struct struct_04_01): Likewise.
3511 (struct struct_04_02): Likewise.
3512 (struct struct_04_03): Likewise.
3513 (struct struct_04_04): Likewise.
3514 (struct struct_05_01): Likewise.
3515 (struct struct_05_02): Likewise.
3516 (struct struct_05_03): Likewise.
3517 (struct struct_05_04): Likewise.
3518 (cmp_struct01): Remove function.
3519 (cmp_struct02): Likewise.
3520 (cmp_struct03): Likewise.
3521 (cmp_struct04): Likewise.
3522 (cmp_struct_01_01): Add Function.
3523 (cmp_struct_01_02): Likewise.
3524 (cmp_struct_01_03): Likewise.
3525 (cmp_struct_01_04): Likewise.
3526 (cmp_struct_02_01): Likewise.
3527 (cmp_struct_02_02): Likewise.
3528 (cmp_struct_02_03): Likewise.
3529 (cmp_struct_02_04): Likewise.
3530 (cmp_struct_04_01): Likewise.
3531 (cmp_struct_04_02): Likewise.
3532 (cmp_struct_04_03): Likewise.
3533 (cmp_struct_04_04): Likewise.
3534 (cmp_struct_05_01): Likewise.
3535 (cmp_struct_05_02): Likewise.
3536 (cmp_struct_05_03): Likewise.
3537 (cmp_struct_05_04): Likewise.
3538 (call_all): Add new structs.
3539 * gdb.base/infcall-nested-structs.exp: Likewise.
3540
3541 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3542
3543 * gdb.python/py-framefilter-mi.exp: Update regexp to
3544 check for "arch" field in frame output.
3545
3546 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3547
3548 * gdb.dwarf2/dw2-ranges-func.c: New file.
3549 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3550
3551 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3552
3553 * gdb.base/term.exp: Compare terminal settings with values from
3554 the inferior.
3555 * gdb.base/term.c: Get and set terminal settings.
3556
3557 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3558
3559 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3560 accommodate new "arch" field in frame output.
3561 * gdb.mi/mi-return.exp: Likewise.
3562 * gdb.mi/mi-stack.exp: Likewise.
3563 * gdb.mi/mi-syn-frame.exp: Likewise.
3564 * gdb.mi/user-selected-context-sync.exp: Likewise.
3565
3566 2018-08-19 Michael Spang <spang@google.com>
3567
3568 PR gdb/11786
3569 * gdb.base/gcore-tls-pie.c: New file.
3570 * gdb.base/gcore-tls-pie.exp: New file.
3571
3572 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3573
3574 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3575 * gdb.dwarf2/varval.c: New file.
3576 * gdb.dwarf2/varval.exp: New file.
3577
3578 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3579
3580 PR gdb/18931
3581 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3582
3583 2018-08-16 Keith Seitz <keiths@redhat.com>
3584
3585 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3586 tests expected to pass.
3587
3588 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3589
3590 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3591 -data-disassemble -a.
3592 (test_disassembly_bogus_args): Likewise.
3593
3594 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3595
3596 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3597
3598 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3599
3600 * gdb.base/vla-optimized-out.exp: Add new test.
3601
3602 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3603
3604 * gdb.base/vla-optimized-out-o3.exp: Delete.
3605 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3606 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3607 deleted tests.
3608
3609 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3610
3611 PR gdb/18050:
3612 * gdb.server/extended-remote-restart.c: New file.
3613 * gdb.server/extended-remote-restart.exp: New file.
3614
3615 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3616
3617 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3618 "set variable index = 42".
3619
3620 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3621
3622 * boards/index-cache-gdb.exp: New file.
3623 * gdb.dwarf2/index-cache.exp: New file.
3624 * gdb.dwarf2/index-cache.c: New file.
3625 * gdb.base/maint.exp: Check if we are using the index cache.
3626
3627 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3628
3629 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3630 MAKEFLAGS.
3631
3632 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3633
3634 * dg-extract-results.sh: Move to toplevel contrib.
3635 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3636 * Makefile.in (check-parallel-racy): Likewise.
3637
3638 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3639
3640 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3641 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3642 tests if the target supports scheduler locking.
3643
3644 2018-08-04 Tom de Vries <tdevries@suse.de>
3645
3646 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3647
3648 2018-08-02 Tom Tromey <tom@tromey.com>
3649
3650 PR symtab/16842.
3651 * gdb.cp/temargs.exp: Test "info address" of a template
3652 parameter.
3653
3654 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3655
3656 * gdb.python/py-mi-var-info-path-expression.c: New file.
3657 * gdb.python/py-mi-var-info-path-expression.py: New file.
3658 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3659
3660 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3661
3662 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3663 error after "cannot resolve name" string.
3664
3665 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3666
3667 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3668 started.
3669 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3670
3671 2018-07-28 Tom de Vries <tdevries@suse.de>
3672
3673 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3674
3675 2018-07-26 Tom de Vries <tdevries@suse.de>
3676
3677 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3678
3679 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3680
3681 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3682 is visible.
3683
3684 2018-07-26 Tom de Vries <tdevries@suse.de>
3685
3686 PR breakpoints/23366
3687 * gdb.base/catch-follow-exec.c: New test.
3688 * gdb.base/catch-follow-exec.exp: New file.
3689
3690 2018-07-25 Tom de Vries <tdevries@suse.de>
3691
3692 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3693 vla-optimized-out.c.
3694
3695 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3696
3697 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3698 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3699
3700 2018-07-20 Tom de Vries <tdevries@suse.de>
3701
3702 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3703 NOCLONE macro.
3704 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3705
3706 2018-07-19 Tom de Vries <tdevries@suse.de>
3707
3708 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3709 regular expression.
3710
3711 2018-07-18 Tom de Vries <tdevries@suse.de>
3712
3713 * gdb.base/vla-optimized-out.c: New test.
3714 * gdb.base/vla-optimized-out.exp: New file.
3715
3716 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3717
3718 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3719 message "No address associated with hostname" when gdbserver
3720 cannot resolve the hostname.
3721
3722 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3723
3724 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3725 Add some test prefixes to make tests unique.
3726
3727 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3728
3729 * gdb.base/frameapply.c: New file.
3730 * gdb.base/frameapply.exp: New file.
3731
3732 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3733
3734 * gdb.base/skip.exp: Update expected error message.
3735
3736 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3737 Jan Kratochvil <jan.kratochvil@redhat.com>
3738 Paul Fertser <fercerpav@gmail.com>
3739 Tsutomu Seki <sekiriki@gmail.com>
3740
3741 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3742 parameter.
3743 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3744 by default.
3745 * boards/native-gdbserver.exp: Likewise.
3746 * gdb.server/run-without-local-binary.exp: Improve regexp used
3747 for detecting when a remote debugging connection succeeds.
3748 * gdb.server/server-connect.exp: New file.
3749 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3750 Do not prefix the port number with ":".
3751 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3752 support for detecting and using it. Add '$debughost_gdbserver'
3753 to the list of arguments used to start gdbserver. Handle case
3754 when gdbserver cannot resolve a network name.
3755
3756 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3757
3758 PR c++/23373
3759 * gdb.base/ptype-offsets.cc (struct static_member): New
3760 struct.
3761 (main) <stmember>: New variable.
3762 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3763 with a static member in it.
3764
3765 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3766
3767 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3768 watchpoints enabled and disabled.
3769
3770 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3771
3772 * gdb.base/examine-backward.exp: Still run tests around address
3773 0x0, even if address 0x0 is not readable. Update the pattern for
3774 matching address 0x0 in expected output.
3775
3776 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3777
3778 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3779 malloc/free.
3780
3781 2018-07-04 Tom de Vries <tdevries@suse.de>
3782
3783 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3784
3785 2018-07-02 Maciej W. Rozycki <macro@mips.com>
3786
3787 PR tdep/8282
3788 * gdb.arch/mips-disassembler-options.exp: New test.
3789 * gdb.arch/mips-disassembler-options.s: New test source.
3790
3791 2018-06-29 Pedro Alves <palves@redhat.com>
3792
3793 * gdb.threads/names.exp: Adjust expected "info threads" output.
3794
3795 2018-06-29 Pedro Alves <palves@redhat.com>
3796
3797 * gdb.opt/inline-break.exp (line number, address): Add "info
3798 break" tests.
3799
3800 2018-06-29 Pedro Alves <palves@redhat.com>
3801
3802 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3803 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3804 number and address and running to them.
3805
3806 2018-06-29 Richard Bunt <richard.bunt@arm.com>
3807
3808 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3809
3810 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3811
3812 * lib/compiler.c: Remove executable permission flag.
3813
3814 2018-06-28 Richard Bunt <richard.bunt@arm.com>
3815
3816 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3817 code.
3818 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3819
3820 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3821
3822 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3823
3824 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3825
3826 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3827 address argument is omitted.
3828
3829 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3830
3831 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3832
3833 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
3834
3835 PR gdb/21695
3836 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3837 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3838
3839 2018-06-26 Tom Tromey <tom@tromey.com>
3840
3841 PR rust/22574:
3842 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3843 * gdb.rust/simple.rs (struct SimpleLayout): New.
3844
3845 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3846
3847 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3848 "info registers" output.
3849
3850 2018-06-21 Richard Bunt <richard.bunt@arm.com>
3851
3852 * gdb.base/watchpoint-hw-attach.c: New test.
3853 * gdb.base/watchpoint-hw-attach.exp: New file.
3854
3855 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3856
3857 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3858 through /bin/sh.
3859 * boards/dwarf4-gdb-index.exp: Likewise.
3860 * boards/fission-dwp.exp: Likewise.
3861
3862 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3863
3864 * gdb.base/float128.exp: Add comment and improved fail message
3865 to the failure case of "print large128" test.
3866
3867 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3868
3869 * configure.ac: Remove AC_PREREQ.
3870 * configure: Re-generate.
3871
3872 2018-06-19 Pedro Alves <palves@redhat.com>
3873
3874 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3875 (func_extern_caller): New.
3876 (main): Call func_extern_caller.
3877 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3878 logic change.
3879
3880 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3881
3882 PR gdb/16841
3883 * gdb.cp/typedef-base.cc: New file.
3884 * gdb.cp/typedef-base.exp: New file.
3885
3886 2018-06-18 Tom de Vries <tdevries@suse.de>
3887
3888 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3889
3890 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3891 Richard Bunt <Richard.Bunt@arm.com>
3892
3893 * gdb.threads/attach-slow-waitpid.c: New file.
3894 * gdb.threads/attach-slow-waitpid.exp: New file.
3895 * gdb.threads/slow-waitpid.c: New file.
3896
3897 2018-06-14 Pedro Alves <palves@redhat.com>
3898
3899 * gdb.base/fork-running-state.c: Include <errno.h>.
3900 (exit_if_relative_exits): New.
3901 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3902 exits.
3903 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3904 child exits.
3905
3906 2018-06-14 Tom de Vries <tdevries@suse.de>
3907
3908 PR cli/22573
3909 * gdb.base/finish-pretty.c: New test.
3910 * gdb.base/finish-pretty.exp: New file.
3911
3912 2018-06-14 Pedro Alves <palves@redhat.com>
3913
3914 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3915 gdb's expected startup output.
3916
3917 2018-06-14 Pedro Alves <palves@redhat.com>
3918
3919 * lib/selftest-support.exp (selftest_setup): Remove inlined
3920 function handling.
3921
3922 2018-06-14 Tom de Vries <tdevries@suse.de>
3923
3924 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3925 matching of breakpoint printing.
3926
3927 2018-06-13 Tom de Vries <tdevries@suse.de>
3928
3929 PR testsuite/23269
3930 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3931 (fork_child): ... here, and ...
3932 (fork_parent): ... here.
3933
3934 2018-06-12 Tom de Vries <tdevries@suse.de>
3935
3936 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3937
3938 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3939 Stephen Roberts <stephen.roberts@arm.com>
3940
3941 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3942 rewrite test to describe action performed, rather than possible
3943 failure.
3944
3945 2018-06-08 Gary Benson <gbenson@redhat.com>
3946
3947 * gdb.threads/check-libthread-db.exp: New file.
3948 * gdb.threads/check-libthread-db.c: Likewise.
3949
3950 2018-06-05 Tom Tromey <tom@tromey.com>
3951
3952 * gdb.base/default.exp: Update expected "show version" output.
3953
3954 2018-06-05 Tom Tromey <tom@tromey.com>
3955
3956 PR cli/12326:
3957 * gdb.cp/static-print-quit.exp: Update.
3958 * lib/gdb.exp (pagination_prompt): Update.
3959 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3960 * gdb.python/python.exp: Update.
3961
3962 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3963
3964 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3965
3966 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3967
3968 * gdb.ada/bp_fun_addr: New testcase.
3969
3970 2018-06-01 Tom Tromey <tom@tromey.com>
3971
3972 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3973 results.
3974 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3975 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3976 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3977 * gdb.base/maint.exp (maint_pass_if): Update.
3978
3979 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3980
3981 * gdb.base/endian.exp: New test.
3982 * gdb.base/endian.c: New test source.
3983
3984 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3985
3986 PR gdb/23203
3987 * gdb.base/bt-selected-frame.c: New file.
3988 * gdb.base/bt-selected-frame.exp: New file.
3989 * lib/gdb.exp (get_current_frame_number): New function.
3990
3991 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3992 Pedro Alves <palves@redhat.com>
3993
3994 * gdb.threads/tls-core.c: Include <stdlib.h>
3995 (thread_proc): Call `abort'.
3996 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3997 (tls_core_test): New procedure, bits factored out from ...
3998 (top level): ... here. Test both native cores and gcore cores.
3999
4000 2018-05-23 Tom Tromey <tom@tromey.com>
4001
4002 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4003
4004 2018-05-23 Tom Tromey <tom@tromey.com>
4005
4006 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4007 symfile_complaints.
4008 (test_short_complaints): Likewise.
4009 (test_empty_complaints): Likewise.
4010 (test_initial_complaints): Update.
4011
4012 2018-05-23 Tom Tromey <tom@tromey.com>
4013
4014 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4015
4016 2018-05-23 Tom Tromey <tom@tromey.com>
4017
4018 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4019 (test_short_complaints): Update.
4020
4021 2018-05-22 Pedro Alves <palves@redhat.com>
4022
4023 * gdb.base/remote.exp: Only gdb_start after compiling the
4024 testcase. Issue "disconnect" before testing "set remote" command
4025 defaults. Issue clean_restart before running to main.
4026
4027 2018-05-22 Pedro Alves <palves@redhat.com>
4028
4029 * gdb.base/remote.exp: Adjust expected output of "show remote
4030 memory-write-packet-size". Add tests for "set remote
4031 memory-write-packet-size 0" and "set remote
4032 memory-write-packet-size fixed/limit".
4033
4034 2018-05-22 Pedro Alves <palves@redhat.com>
4035
4036 PR gdb/22973
4037 * gdb.base/utf8-identifiers.c: New file.
4038 * gdb.base/utf8-identifiers.exp: New file.
4039
4040 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4041
4042 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4043
4044 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4045
4046 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4047
4048 2018-05-18 Tom Tromey <tom@tromey.com>
4049
4050 * gdb.base/ptype-offsets.exp: Update.
4051
4052 2018-05-17 Keith Seitz <keiths@redhat.com>
4053
4054 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4055 in expected breakpoint stop locations.
4056 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4057 move to proper scope to test variable values.
4058 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4059 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4060 New functions.
4061 (main): Call not_inline_func3.
4062 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4063 inline_func1, inline_func2, and inline_func3. Test that when each
4064 breakpoint is hit, GDB properly reports both the stop location
4065 and the backtrace. Repeat tests for temporary breakpoints.
4066
4067 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4068
4069 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4070 rather then trying to access it in determining whether the PID
4071 of `gdbserver' could have been retrieved.
4072
4073 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4074
4075 * gdb.arch/amd64-init-x87-values.S: New file.
4076 * gdb.arch/amd64-init-x87-values.exp: New file.
4077
4078 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4079
4080 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4081
4082 2018-05-04 Tom Tromey <tom@tromey.com>
4083
4084 PR python/22730:
4085 * gdb.python/python.exp: Test multi-line execute.
4086
4087 2018-05-04 Tom Tromey <tom@tromey.com>
4088
4089 PR python/22731:
4090 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4091
4092 2018-05-04 Tom Tromey <tom@tromey.com>
4093
4094 PR gdb/11750:
4095 * gdb.base/define.exp: Test defining a user command inside a user
4096 command.
4097 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4098
4099 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4100 Pedro Alves <palves@redhat.com>
4101
4102 PR breakpoints/19806 and support for PR external/20207.
4103 * gdb.base/watchpoint-unaligned.c: New file.
4104 * gdb.base/watchpoint-unaligned.exp: New file.
4105
4106 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4107
4108 * gdb.base/maint.exp: Make test names unique, use
4109 test_prefix_command_help to test 'help maint info', and remove
4110 repeated test of 'help maint'.
4111
4112 2018-05-04 Tom Tromey <tom@tromey.com>
4113
4114 PR gdb/22619:
4115 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4116 behavior.
4117
4118 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4119
4120 * gdb.base/maint.exp: Process output from 'maint print registers'
4121 line at a time.
4122
4123 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4124
4125 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4126 timeout.
4127
4128 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4129
4130 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4131 filter pattern.
4132
4133 2018-05-02 Pedro Alves <palves@redhat.com>
4134
4135 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4136 to_log_command renames.
4137 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4138
4139 2018-05-02 Tom Tromey <tom@tromey.com>
4140
4141 * gdb.python/py-parameter.exp: Set test message.
4142
4143 2018-05-02 Tom Tromey <tom@tromey.com>
4144
4145 PR python/20084:
4146 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4147 PARAM_ZUINTEGER_UNLIMITED tests.
4148
4149 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4150
4151 PR rust/23124
4152 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4153 when casting.
4154
4155 2018-04-30 Tom Tromey <tom@tromey.com>
4156
4157 * gdb.python/py-type.exp: Check align attribute.
4158 * gdb.python/py-type.c: New "aligncheck" global.
4159
4160 2018-04-30 Tom Tromey <tom@tromey.com>
4161
4162 PR exp/17095:
4163 * gdb.dwarf2/dw2-align.exp: New file.
4164 * gdb.cp/align.exp: New file.
4165 * gdb.base/align.exp: New file.
4166 * lib/gdb.exp (gdb_int128_helper): New proc.
4167 (has_int128_c, has_int128_cxx): New caching procs.
4168
4169 2018-04-27 Tom Tromey <tom@tromey.com>
4170
4171 PR rust/22545:
4172 * gdb.rust/simple.exp: Add inclusive range tests.
4173
4174 2018-04-26 Pedro Alves <palves@redhat.com>
4175
4176 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4177 ifunc breakpoint locations correctly of ifunc breakpoints set
4178 while the program resolves the ifunc.
4179
4180 2018-04-26 Pedro Alves <palves@redhat.com>
4181
4182 * gdb.base/gnu-ifunc-final.c: New file.
4183 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4184 * gdb.base/gnu-ifunc.exp (executable): Delete.
4185 (staticexecutable): Adjust.
4186 (lib_opts, exec_opts): Delete.
4187 (make_binsuffix, build, set-break): New procedures.
4188 (misc_tests): New, with tests factored out from the top level.
4189 (top level): Test different combinations of ifunc resolver name,
4190 resolver with and with debug info, and ifunc target with and
4191 without debug info. Wrap static tests with with_target_prefix.
4192
4193 2018-04-26 Pedro Alves <palves@redhat.com>
4194
4195 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4196 return type" warnings.
4197
4198 2018-04-25 Pedro Alves <palves@redhat.com>
4199
4200 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4201 killed".
4202 * gdb.base/kill-after-signal.exp: Likewise.
4203 * gdb.threads/kill.exp: Likewise.
4204
4205 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4206 Sergio Durigan Junior <sergiodj@redhat.com>
4207 Pedro Alves <palves@redhat.com>
4208
4209 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4210 regexps to expect for '[Inferior ... detached]' as well.
4211 * gdb.base/attach.exp: Likewise.
4212 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4213 "gdb_continue_to_end".
4214 (test_catch_syscall_with_wrong_args): Likewise.
4215 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4216 ']'. Don't set 'verbose' on.
4217 * gdb.base/foll-vfork.exp: Likewise.
4218 * gdb.base/fork-print-inferior-events.c: New file.
4219 * gdb.base/fork-print-inferior-events.exp: New file.
4220 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4221 '[Inferior ... has been killed]' message.
4222 * gdb.base/kill-after-signal.exp: Likewise.
4223 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4224 detach message.
4225 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4226 message.
4227 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4228 regexps to expect for '[Inferior ... detached]' as well.
4229 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4230
4231 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4232
4233 PR gdb/23104
4234 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4235
4236 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4237
4238 * gdb.threads/multiple-successive-infcall.c: New test.
4239 * gdb.threads/multiple-successive-infcall.exp: New file.
4240
4241 2018-04-17 Tom Tromey <tom@tromey.com>
4242
4243 * gdb.rust/simple.rs (Union): New type.
4244 (main): New local "u".
4245 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4246
4247 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4248
4249 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4250 number information in output of "whereis" command.
4251 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4252
4253 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4254
4255 * gdb.ada/info_types.exp: Adjust expected output to the line
4256 numbers now printed by "info var/func/type".
4257 * gdb.base/completion.exp: Likewise.
4258 * gdb.base/included.exp: Likewise.
4259 * gdb.cp/cp-relocate.exp: Likewise.
4260 * gdb.cp/cplusfuncs.exp: Likewise.
4261 * gdb.cp/namespace.exp: Likewise.
4262 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4263
4264 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4265
4266 * gdb.btrace/cpu.exp: New.
4267
4268 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4269
4270 * gdb.base/step-indirect-call-thunk.exp: New.
4271 * gdb.base/step-indirect-call-thunk.c: New.
4272 * gdb.reverse/step-indirect-call-thunk.exp: New.
4273 * gdb.reverse/step-indirect-call-thunk.c: New.
4274
4275 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4276
4277 * gdb.base/pie-fork.c: New file.
4278 * gdb.base/pie-fork.exp: New file.
4279
4280 2018-04-11 Tom Tromey <tom@tromey.com>
4281
4282 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4283
4284 2018-04-10 Pedro Alves <palves@redhat.com>
4285
4286 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4287 exits. Instead loop running forever.
4288 (fork_parent): Run forever too.
4289
4290 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4291
4292 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4293 mi_continue_to_line.
4294 * gdb.mi/mi-stack.c (callee4): Add comment.
4295
4296 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4297
4298 * gdb.mi/mi-stack.exp: Fix indentation.
4299
4300 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4301
4302 PR gdb/22979
4303 * gdb.arch/amd64-osabi.exp: New file.
4304
4305 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4306
4307 PR gdb/22980
4308 * gdb.base/osabi.exp: New file.
4309
4310 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4311
4312 * gdb.cp/static-typedef-print.exp: New file.
4313 * gdb.cp/static-typedef-print.cc: New file.
4314
4315 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4316
4317 * gdb.ada/varsize_limit: New testcase.
4318
4319 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4320
4321 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4322
4323 * gdb.ada/notcplusplus: New testcase.
4324
4325 * gdb.base/c-linkage-name.c: New file.
4326 * gdb.base/c-linkage-name.exp: New testcase.
4327
4328 2018-03-26 Tom Tromey <tom@tromey.com>
4329
4330 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4331 * gdb.python/py-framefilter.py (name_error): New global.
4332 (ErrorInName.function): Use name_error.
4333
4334 2018-03-26 Tom Tromey <tom@tromey.com>
4335
4336 PR backtrace/15582:
4337 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4338
4339 2018-03-23 Keith Seitz <keiths@redhat.com>
4340
4341 PR c++/22968
4342 * gdb.cp/subtypes.exp: New file.
4343 * gdb.cp/subtypes.h: New file.
4344 * gdb.cp/subtypes.cc: New file.
4345 * gdb.cp/subtypes-2.cc: New file.
4346
4347 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4348
4349 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4350 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4351 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4352 -nostartfiles when compiling the test. Confirm that all registers
4353 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4354
4355 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4356
4357 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4358 option, syntax was wrong anyway.
4359 * gdb.arch/arm-disp-step.exp: Likewise.
4360 * gdb.arch/sparc64-regs.exp: Likewise.
4361 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4362 option, syntax was wrong anyway, switch to use
4363 prepare_for_testing.
4364 * gdb.arch/i386-disp-step.exp: Likewise.
4365
4366 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4367
4368 * gdb.ada/exec_changed.exp: Replace "target_info exists
4369 use_gdb_stub" by "use_gdb_stub".
4370 * gdb.ada/start.exp: Likewise.
4371 * gdb.base/async-shell.exp: Likewise.
4372 * gdb.base/attach-pie-misread.exp: Likewise.
4373 * gdb.base/attach-wait-input.exp: Likewise.
4374 * gdb.base/break-entry.exp: Likewise.
4375 * gdb.base/break-interp.exp: Likewise.
4376 * gdb.base/dprintf-detach.exp: Likewise.
4377 * gdb.base/nostdlib.exp: Likewise.
4378 * gdb.base/solib-nodir.exp: Likewise.
4379 * gdb.base/statistics.exp: Likewise.
4380 * gdb.base/testenv.exp: Likewise.
4381 * gdb.mi/mi-exec-run.exp: Likewise.
4382 * gdb.mi/mi-start.exp: Likewise.
4383 * gdb.multi/dummy-frame-restore.exp: Likewise.
4384 * gdb.multi/multi-arch-exec.exp: Likewise.
4385 * gdb.multi/multi-arch.exp: Likewise.
4386 * gdb.multi/tids.exp: Likewise.
4387 * gdb.multi/watchpoint-multi.exp: Likewise.
4388 * gdb.python/py-events.exp: Likewise.
4389 * gdb.threads/attach-into-signal.exp: Likewise.
4390 * gdb.threads/attach-stopped.exp: Likewise.
4391 * gdb.threads/threadapply.exp: Likewise.
4392 * lib/selftest-support.exp: Likewise.
4393
4394 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4395
4396 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4397
4398 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4399
4400 * gdb.perf/template-breakpoints.cc: New file.
4401 * gdb.perf/template-breakpoints.exp: New file.
4402 * gdb.perf/template-breakpoints.py: New file.
4403
4404 2018-03-19 Tom Tromey <tom@tromey.com>
4405
4406 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4407 y0.
4408 * gdb.rust/simple.exp: Test bare identifier form of struct
4409 initializer.
4410
4411 2018-03-19 Tom Tromey <tom@tromey.com>
4412
4413 * gdb.gdb/observer.exp: Remove.
4414
4415 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4416
4417 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4418 "qualified" option when setting breakpoints.
4419 * gdb.trace/backtrace.exp: Likewise.
4420 * gdb.trace/circ.exp: Likewise.
4421 * gdb.trace/collection.exp: Likewise.
4422 * gdb.trace/disconnected-tracing.exp: Likewise.
4423 * gdb.trace/ftrace-lock.exp: Likewise.
4424 * gdb.trace/ftrace.exp: Likewise.
4425 * gdb.trace/infotrace.exp: Likewise.
4426 * gdb.trace/packetlen.exp: Likewise.
4427 * gdb.trace/passc-dyn.exp: Likewise.
4428 * gdb.trace/qtro.exp: Likewise.
4429 * gdb.trace/read-memory.exp: Likewise.
4430 * gdb.trace/report.exp: Likewise.
4431 * gdb.trace/signal.exp: Likewise.
4432 * gdb.trace/status-stop.exp: Likewise.
4433 * gdb.trace/strace.exp: Likewise.
4434 * gdb.trace/tfind.exp: Likewise.
4435 * gdb.trace/trace-break.exp: Likewise.
4436 * gdb.trace/trace-condition.exp: Likewise.
4437 * gdb.trace/trace-mt.exp: Likewise.
4438 * gdb.trace/tstatus.exp: Likewise.
4439 * gdb.trace/tsv.exp: Likewise.
4440 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4441 * gdb.trace/unavailable.exp: Likewise.
4442 * gdb.trace/while-dyn.exp: Likewise.
4443
4444 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4445
4446 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4447 that libinproctrace is copied to the target.
4448
4449 2018-03-14 Tom Tromey <tom@tromey.com>
4450
4451 PR cli/14977:
4452 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4453 a null pointer.
4454 * gdb.base/wchar.exp: Likewise.
4455
4456 2018-03-14 Tom Tromey <tom@tromey.com>
4457
4458 PR cli/19918:
4459 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4460 flag.
4461
4462 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4463
4464 PR gdb/22841
4465 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4466 "target" to remote_exec.
4467
4468 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4469
4470 PR gdb/22841
4471 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4472 ${board}_upload): Remove.
4473
4474 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4475
4476 * gdb.cp/watch-cp.cc: New test.
4477 * gdb.cp/watch-cp.exp: New file.
4478
4479 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4480
4481 * gdb.base/infcall-nested-structs.exp: New file.
4482 * gdb.base/infcall-nested-structs.c: New file.
4483 * gdb.base/float.exp: Add riscv support.
4484
4485 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4486
4487 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4488 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4489
4490 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4491
4492 * gdb.server/abspath.exp: New file.
4493 * lib/gdb.exp (with_cwd): New procedure.
4494
4495 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4496
4497 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4498 use it.
4499 (gdb_is_target_remote_prompt): New proc.
4500 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4501 (gdb_is_target_native): Pass prompt parameter to
4502 gdb_is_target_1.
4503
4504 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4505
4506 * gdb.base/load-command.c: New file.
4507 * gdb.base/load-command.exp: New file.
4508 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4509 (gdb_is_target_1): ...this, and generalize for other targets
4510 than just remote.
4511 (gdb_is_target_remote): Use gdb_is_target_1.
4512 (gdb_is_target_native): use gdb_is_target_1.
4513
4514 2018-02-26 Tom Tromey <tom@tromey.com>
4515
4516 PR python/16497:
4517 * gdb.python/py-framefilter.exp: Update test.
4518
4519 2018-02-26 Tom Tromey <tom@tromey.com>
4520
4521 * gdb.dwarf2/variant.c: New file.
4522 * gdb.dwarf2/variant.exp: New file.
4523
4524 2018-02-26 Tom Tromey <tom@tromey.com>
4525
4526 * gdb.rust/simple.exp: Accept more possible results in enum test.
4527
4528 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4529
4530 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4531 parentheses.
4532
4533 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4534
4535 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4536 name of a variable: $actual_linejj -> $actual_line.
4537
4538 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4539
4540 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4541
4542 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4543
4544 * gdb.btrace/buffer-size.exp: Do not force BTS.
4545
4546 2018-02-14 Pedro Alves <palves@redhat.com>
4547
4548 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4549 getting a "Quit".
4550
4551 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4552
4553 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4554 Fix test name.
4555
4556 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4557
4558 * gdb.cp/m-static.exp: Check type of optimized out static
4559 member.
4560
4561 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4562
4563 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4564 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4565
4566 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4567 Leszek Swirski <leszeks@google.com>
4568
4569 * gdb.python/py-prettyprint.c
4570 (struct to_string_returns_value_inner,
4571 struct to_string_returns_value_wrapper): New.
4572 (main): Add tsrvw variable.
4573 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4574 ToStringReturnsValueWrapper): New classes.
4575 (register_pretty_printers): Register new pretty-printers.
4576 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4577 recursive pretty printer.
4578 * gdb.python/py-mi.exp: Likewise.
4579
4580 2018-02-01 Leszek Swirski <leszeks@google.com>
4581
4582 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4583 functions with the same name as an include file are parsed
4584 correctly.
4585
4586 2018-02-01 Yao Qi <yao.qi@linaro.org>
4587
4588 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4589 "\[^\r\n\]*".
4590
4591 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4592
4593 * gdb.arch/powerpc-prologue-frame.s: New file.
4594 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4595 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4596
4597 2018-01-31 Joel Brobecker <brobecker@adacore.com>
4598
4599 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4600
4601 2018-01-30 Pedro Alves <palves@redhat.com>
4602
4603 PR gdb/13211
4604 * gdb.base/interrupt-daemon.c: New.
4605 * gdb.base/interrupt-daemon.exp: New.
4606 * gdb.multi/multi-term-settings.c: New.
4607 * gdb.multi/multi-term-settings.exp: New.
4608
4609 2018-01-30 Joel Brobecker <brobecker@adacore.com>
4610
4611 * gdb.base/break.exp: Save the location where the breakpoint
4612 on break.c:47 was actually inserted when debugging the version
4613 compiled at -O2 and use it in the expected output of the "info
4614 break" test performed soon after.
4615
4616 2018-01-22 Pedro Alves <palves@redhat.com>
4617 Sergio Durigan Junior <sergiodj@redhat.com>
4618
4619 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4620 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4621
4622 2018-01-22 Joel Brobecker <brobecker@adacore.com>
4623
4624 * gdb.base/break-include.c, gdb.base/break-include.inc,
4625 gdb.base/break-include.exp: New files.
4626 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4627 line number now being the actual line number where the breakpoint
4628 was inserted.
4629 * gdb.mi/mi-break.exp: Likewise.
4630 * gdb.mi/mi-reverse.exp: Likewise.
4631 * gdb.mi/mi-simplerun.exp: Ditto.
4632
4633 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4634
4635 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4636 varobj.
4637 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4638
4639 2018-01-21 Don Breazeal <donb@codesourcery.com>
4640 Andrew Burgess <andrew.burgess@embecosm.com>
4641
4642 * gdb.mi/basics.c: Add new global.
4643 * gdb.mi/mi-frame-regs.exp: New file.
4644 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4645 case.
4646
4647 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4648
4649 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4650 non-parameter, and on an unknown symbol.
4651
4652 2018-01-19 Tom Tromey <tom@tromey.com>
4653
4654 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4655 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4656
4657 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4658
4659 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4660 setrlimit and chdir to int.
4661
4662 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4663
4664 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4665 function.
4666 (my_tend): Likewise.
4667 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4668 rationale of avoiding FP- and vector instructions.
4669
4670 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4671
4672 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4673 "info reg" with "\[ \t\]*".
4674 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4675 "\[ \t\]+".
4676 * gdb.arch/s390-multiarch.exp: Ditto.
4677 * gdb.base/pc-fp.exp: Ditto.
4678 * gdb.reverse/i386-precsave.exp: Ditto.
4679 * gdb.reverse/i386-reverse.exp: Ditto.
4680 * gdb.reverse/i387-env-reverse.exp: Ditto.
4681 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4682
4683 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4684
4685 * lib/gdb.exp (gdb_compile): Re-enable use of
4686 universal_compile_options for languages other than Rust.
4687
4688 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4689
4690 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4691
4692 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4693
4694 PR gdb/16577
4695 * gdb.base/solib-vanish.exp: New.
4696 * gdb.base/solib-vanish-main.c: New.
4697 * gdb.base/solib-vanish-lib1.c: New.
4698 * gdb.base/solib-vanish-lib2.c: New.
4699
4700 2018-01-17 Yao Qi <yao.qi@linaro.org>
4701
4702 * gdb.compile/compile.exp: Match the address printed for
4703 frame in the output of command "bt".
4704
4705 2018-01-15 Tom Tromey <tom@tromey.com>
4706
4707 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4708 compute sp_reg.
4709
4710 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4711
4712 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4713 to prepare.
4714 (prepare): Return 0 on error, 1 on success.
4715
4716 2018-01-12 Pedro Alves <palves@redhat.com>
4717
4718 * gdb.base/continue-after-aborted-step-over.c: New.
4719 * gdb.base/continue-after-aborted-step-over.exp: New.
4720
4721 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4722
4723 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4724 options when not creating an executable.
4725
4726 2018-01-11 Pedro Alves <palves@redhat.com>
4727
4728 PR remote/22597
4729 * gdb.server/stop-reply-no-thread.c: New file.
4730 * gdb.server/stop-reply-no-thread.exp: New file.
4731
4732 2018-01-10 Pedro Alves <palves@redhat.com>
4733
4734 PR gdb/22670
4735 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4736 functions too. Test setting breakpoints and printing C functions
4737 with no debug info too.
4738 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4739
4740 2018-01-10 Pedro Alves <palves@redhat.com>
4741
4742 PR gdb/22670
4743 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4744 a fail.
4745
4746 2018-01-10 Pedro Alves <palves@redhat.com>
4747
4748 PR gdb/22670
4749 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4750
4751 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4752
4753 * gdb.server/unittest.exp: Match the output in non-development
4754 mode.
4755
4756 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4757
4758 * gdb.gdb/unittest.exp: Match output in non-development mode.
4759
4760 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4761
4762 * gdb.ada/access_tagged_param.exp: Relax expected output
4763 for value of "ObjL" in "continue" to pck.inspect breakpoint
4764 test.
4765
4766 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4767
4768 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4769 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
4770
4771 2018-01-05 Pedro Alves <palves@redhat.com>
4772
4773 PR gdb/18653
4774 * gdb.base/libsegfault.exp: New.
4775
4776 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4777
4778 PR gdb/22670
4779 * gdb.ada/access_tagged_param.exp: New file.
4780 * gdb.ada/access_tagged_param/foo.adb: New file.
4781
4782 2018-01-05 Pedro Alves <palves@redhat.com>
4783
4784 PR gdb/22670
4785 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4786 exercise lower case too, and to exercise both full matching and
4787 wild matching.
4788
4789 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4790
4791 * gdb.ada/rename_subscript_param: New testcase.
4792
4793 2018-01-05 Jerome Guitton <guitton@adacore.com>
4794
4795 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4796
4797 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4798
4799 * gdb.ada/convvar_comp: New testcase.
4800
4801 2018-01-05 Xavier Roirand <roirand@adacore.com>
4802
4803 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4804 (My_Table): New global variable.
4805 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4806
4807 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4808
4809 PR gdb/22670
4810 * gdb.ada/maint_with_ada: New testcase.
4811
4812 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4813
4814 PR gdb/22670
4815 * gdb.ada/bp_c_mixed_case: New testcase.
4816
4817 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4818
4819 PR gdb/22670
4820 * gdb.ada/complete.exp: Add "complete break ada" test.
4821
4822 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4823
4824 PR gdb/22670
4825 * gdb.ada/info_addr_mixed_case: New testcase.
4826
4827 2018-01-03 Xavier Roirand <roirand@adacore.com>
4828
4829 * gdb.ada/excep_handle.exp: New testcase.
4830 * gdb.ada/excep_handle/foo.adb: New file.
4831 * gdb.ada/excep_handle/pck.ads: New file.
4832
4833 2018-01-03 Joel Brobecker <brobecker@adacore.com>
4834
4835 * gdb.base/step-line.c: Add extra empty line in copyright header.
4836 * gdb.base/step-line.inp: Likewise.
4837
4838 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4839
4840 * gdb.ada/dyn_stride.exp: Add slice test.
4841
4842 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4843
4844 * gdb.ada/dyn_stride: New testcase.
4845
4846 2017-12-27 Stafford Horne <shorne@gmail.com>
4847
4848 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4849 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4850
4851 2017-12-27 Stafford Horne <shorne@gmail.com>
4852
4853 * gdb.base/reggroups.c: New file.
4854 * gdb.base/reggroups.exp: New file.
4855
4856 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4857
4858 * gdb.dwarf2/ada-valprint-error.c: New file.
4859 * gdb.dwarf2/ada-valprint-error.exp: New file.
4860
4861 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4862
4863 * gdb.ada/assign_arr: New testcase.
4864
4865 2017-12-18 Xavier Roirand <roirand@adacore.com>
4866
4867 * gdb.ada/funcall_ptr: New testcase.
4868
4869 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4870
4871 PR cli/16224
4872 * gdb.base/ptype-offsets.cc: New file.
4873 * gdb.base/ptype-offsets.exp: New file.
4874
4875 2017-12-15 Yao Qi <yao.qi@linaro.org>
4876
4877 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4878 if XML is disabled.
4879
4880 2017-12-15 Xavier Roirand <roirand@adacore.com>
4881
4882 * gdb.ada/same_component_name: New testcase.
4883
4884 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4885
4886 * gdb.ada/str_binop_equal: New testcase.
4887
4888 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4889
4890 * gdb.ada/task_switch_in_core: New testcase.
4891
4892 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4893
4894 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4895 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4896 call test_bkpt_qualified.
4897 (test_bkpt_qualified): New proc.
4898
4899 2017-12-13 Pedro Alves <palves@redhat.com>
4900
4901 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4902 Tighten regexp by matching with an anchor.
4903
4904 2017-12-13 Pedro Alves <palves@redhat.com>
4905
4906 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4907 ("expression with namespace"): New set of tests.
4908 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4909 (Nested::Test_NS::qux): New.
4910 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4911 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4912
4913 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4914
4915 * gdb.base/server-del-break.c: New file.
4916 * gdb.base/server-del-break.exp: New file.
4917
4918 2017-12-12 Stafford Horne <shorne@gmail.com>
4919
4920 * gdb.xml/tdesc-regs.exp: Add or1k support.
4921
4922 2017-12-12 Stafford Horne <shorne@gmail.com>
4923
4924 * gdb.base/bp-permanent.c: Define nop of or1k.
4925
4926 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4927
4928 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4929 output with components being reordered.
4930
4931 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4932
4933 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4934 output with components being reordered.
4935
4936 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4937 Pedro Alves <palves@redhat.com>
4938
4939 * gdb.base/maint.exp (check for .gdb_index): Check also for
4940 .debug_names.
4941 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4942 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4943 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4944 (.gdb_index used after symbol reloading): Support also .debug_names.
4945 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4946
4947 2017-12-08 Yao Qi <yao.qi@linaro.org>
4948
4949 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4950 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4951
4952 2017-12-08 Yao Qi <yao.qi@linaro.org>
4953
4954 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4955 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4956
4957 2017-12-08 Yao Qi <yao.qi@linaro.org>
4958
4959 * gdb.arch/aarch64-tagged-pointer.c: New file.
4960 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4961
4962 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4963
4964 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4965 "int".
4966
4967 2017-12-07 Keith Seitz <keiths@redhat.com>
4968
4969 PR breakpoints/22569
4970 * gdb.linespec/ls-errs.exp: Change expected result of "break
4971 -source this file has spaces.c -line 3".
4972 Check that an explicit source file followed by whitespace is
4973 identified as an invalid explicit location.
4974
4975 2017-12-07 Keith Seitz <keiths@redhat.com>
4976
4977 * gdb.cp/nested-types.cc: New file.
4978 * gdb.cp/nested-types.exp: New file.
4979 * lib/cp-support.exp: Load data-structures.exp library.
4980 (debug_cp_test_ptype_class): New global.
4981 (cp_ptype_class_verbose, next_line): New procedures.
4982 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4983 Add and document new return value.
4984 Switch the list of lines to a queue.
4985 Add support for new `type' key for nested type definitions.
4986 Add debugging/troubleshooting messages.
4987 * lib/data-structures.exp: New file.
4988
4989 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4990
4991 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4992 with proc_with_prefix, don't use with_test_prefix.
4993
4994 2017-12-07 Tom Tromey <tom@tromey.com>
4995
4996 * gdb.base/break.exp: Add test for empty "commands".
4997
4998 2017-12-07 Yao Qi <yao.qi@linaro.org>
4999
5000 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5001 malloc and catch syscall.
5002
5003 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5004
5005 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5006 tests for explicit locations.
5007
5008 2017-12-06 Pedro Alves <palves@redhat.com>
5009
5010 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5011 force-disabling XML descriptions.
5012
5013 2017-12-04 Pedro Alves <palves@redhat.com>
5014
5015 PR gdb/22499
5016 * gdb.arch/amd64-disp-step-avx.S: New file.
5017 * gdb.arch/amd64-disp-step-avx.exp: New file.
5018
5019 2017-12-03 Pedro Alves <palves@redhat.com>
5020
5021 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5022 and <string.h>.
5023 (parent_function): Print distinct messages when waitpid fails, or
5024 the child exits with a signal, or the child exits for an unhandled
5025 reason.
5026 * gdb.threads/process-dies-while-detaching.exp
5027 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5028 it. Wait for both inferior output and GDB's prompt. Use an
5029 indirect spawn id list.
5030 (do_detach): New parameter 'child_exit'. Use it to compute
5031 expected inferior output.
5032 (test_detach, test_detach_watch, test_detach_killed_outside):
5033 Adjust to pass down the expected child exit kind.
5034
5035 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5036 Sergio Durigan Junior <sergiodj@redhat.com>
5037 Pedro Alves <palves@redhat.com>
5038
5039 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5040
5041 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5042
5043 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5044 to 'symbol-file' and 'add-symbol-file' can be
5045 position-independent.
5046
5047 2017-12-01 Yao Qi <yao.qi@linaro.org>
5048
5049 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5050 the URL in copyright header.
5051 * gdb.arch/aarch64-fp.exp: Likewise.
5052 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5053 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5054 * gdb.base/expand-psymtabs.exp: Likewise.
5055 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5056 * gdb.fortran/common-block.exp: Likewise.
5057 * gdb.fortran/common-block.f90: Likewise.
5058 * gdb.fortran/logical.exp: Likewise.
5059 * gdb.fortran/vla-datatypes.f90: Likewise.
5060 * gdb.fortran/vla-sub.f90: Likewise.
5061
5062 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5063
5064 * gdb.ada/repeat_dyn: New testcase.
5065
5066 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5067
5068 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5069 Update for changed thread numbering.
5070 * gdb.cell/bt.exp: Update for changed GDB output.
5071
5072 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5073
5074 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5075 setting isremote by hand.
5076 * boards/dwarf4-gdb-index.exp: Likewise.
5077 * boards/fission.exp: Likewise.
5078 * boards/stabs.exp: Likewise.
5079
5080 2017-11-30 Pedro Alves <palves@redhat.com>
5081
5082 * gdb.linespec/cpls-ops.exp
5083 (check_explicit_skips_function_argument): Extract the underlying
5084 type of size_t instead of hardcoding it.
5085
5086 2017-11-29 Pedro Alves <palves@redhat.com>
5087
5088 PR c++/19436
5089 * gdb.linespec/cpls-abi-tag.cc: New file.
5090 * gdb.linespec/cpls-abi-tag.exp: New file.
5091
5092 2017-11-29 Pedro Alves <palves@redhat.com>
5093
5094 * gdb.base/langs.exp: Use -qualified.
5095 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5096 it.
5097 * gdb.cp/namespace.exp: Use -qualified.
5098 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5099 (overload-3, template-overload, template-ret-type, const-overload)
5100 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5101 procedures.
5102 (test_driver): Call them.
5103 * gdb.cp/save-bp-qualified.cc: New.
5104 * gdb.cp/save-bp-qualified.exp: New.
5105 * gdb.linespec/explicit.exp: Test -qualified.
5106 * lib/completion-support.exp (completion::explicit_opts_list): Add
5107 "-qualified".
5108 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5109
5110 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5111
5112 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5113
5114 2017-11-29 Tom Tromey <tom@tromey.com>
5115
5116 * gdb.base/relocate.exp: Update invalid argument test.
5117 Add new tests for invalid arguments.
5118
5119 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5120
5121 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5122 Return 0 as a long.
5123 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5124
5125 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5126
5127 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5128 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5129 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5130 func ().
5131 * gdb.cp/shadow.cc (B.func): Return 0.
5132
5133 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5134
5135 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5136 expected output in gdb_expect call to allow the exception
5137 message to be present as well. Fix syntax confusion to avoid
5138 TCL thinking that exception_name is an array.
5139
5140 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5141
5142 * gdb.arch/spu-info.c: Include <unistd.h>.
5143 (do_signal_test): Fix broken calls to write.
5144 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5145 Fix checks for empty mailboxes. Update signal tests for corrected
5146 do_signal_test routine. Allow nonzero event status.
5147 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5148 * gdb.cell/arch.exp: Use standard_output_file.
5149 * gdb.cell/break.exp: Likewise.
5150 * gdb.cell/bt.exp: Likewise.
5151 * gdb.cell/core.exp: Likewise.
5152 * gdb.cell/dwarfaddr.exp: Likewise.
5153 * gdb.cell/ea-cache.exp: Likewise.
5154 * gdb.cell/ea-standalone.exp: Likewise.
5155 * gdb.cell/f-regs.exp: Likewise.
5156 * gdb.cell/fork.exp: Likewise.
5157 * gdb.cell/gcore.exp: Likewise.
5158 * gdb.cell/mem-access.exp: Likewise.
5159 * gdb.cell/ptype.exp: Likewise.
5160 * gdb.cell/registers.exp: Likewise.
5161 * gdb.cell/sizeof.exp: Likewise.
5162 * gdb.cell/solib-symbol.exp: Likewise.
5163 * gdb.cell/solib.exp: Likewise.
5164
5165 2017-11-25 Pedro Alves <palves@redhat.com>
5166
5167 * gdb.base/complete-empty.exp: New file.
5168 * gdb.base/completion.exp: Adjust.
5169
5170 2017-11-25 Pedro Alves <palves@redhat.com>
5171
5172 * gdb.linespec/cpls-ops.cc: New file.
5173 * gdb.linespec/cpls-ops.exp: New file.
5174 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5175 factored out from ...
5176 (test_complete_prefix_range): ... this.
5177
5178 2017-11-24 Pedro Alves <palves@redhat.com>
5179
5180 * gdb.linespec/cpcompletion.exp: New file.
5181 * gdb.linespec/cpls-hyphen.cc: New file.
5182 * gdb.linespec/cpls.cc: New file.
5183 * gdb.linespec/cpls2.cc: New file.
5184 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5185 test to use test_gdb_complete_unique. Add label completion,
5186 keyword completion and explicit location completion tests.
5187 * lib/completion-support.exp: New file.
5188
5189 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5190
5191 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5192 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5193 when hitting an exception catchpoint.
5194
5195 2017-11-22 Yao Qi <yao.qi@linaro.org>
5196
5197 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5198
5199 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5200
5201 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5202 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5203 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5204
5205 2017-11-22 Yao Qi <yao.qi@linaro.org>
5206
5207 * gdb.base/info-os.exp: Pass pthreads.
5208 * gdb.multi/multi-attach.exp: Likewise.
5209
5210 2017-11-22 Yao Qi <yao.qi@linaro.org>
5211
5212 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5213 compiler.
5214
5215 2017-11-22 Yao Qi <yao.qi@linaro.org>
5216
5217 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5218 * gdb.base/break-interp.exp: Likewise.
5219 * gdb.base/jit-attach-pie.exp: Likewise.
5220
5221 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5222
5223 * gdb.base/float128.c (large128): New variable.
5224 * gdb.base/float128.exp: Add test to print largest __float128 value.
5225
5226 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5227
5228 * gdb.arch/vsx-regs.exp: Update register content checks.
5229
5230 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5231
5232 * gdb.arch/ppc-longdouble.exp: New file.
5233 * gdb.arch/ppc-longdouble.c: Likewise.
5234
5235 2017-11-21 Pedro Alves <palves@redhat.com>
5236
5237 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5238
5239 2017-11-20 Pedro Alves <palves@redhat.com>
5240
5241 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5242 (long_double_typedef): New typedefs.
5243 Use DEF on double and long double.
5244 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5245 cases.
5246 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5247 and 'long_double_ptr_same_size' locals. Use them to decide
5248 whether cast from array/function to float is valid/invalid.
5249
5250 2017-11-17 Tom Tromey <tom@tromey.com>
5251
5252 * gdb.rust/traits.rs: New file.
5253 * gdb.rust/traits.exp: New file.
5254
5255 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5256
5257 * gdb.ada/minsyms: New testcase.
5258
5259 2017-11-16 Pedro Alves <palves@redhat.com>
5260
5261 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5262 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5263
5264 2017-11-16 Pedro Alves <palves@redhat.com>
5265
5266 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5267 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5268
5269 2017-11-16 Pedro Alves <palves@redhat.com>
5270
5271 * gdb.server/reconnect-ctrl-c.c: New file.
5272 * gdb.server/reconnect-ctrl-c.exp: New file.
5273
5274 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5275
5276 * gdb.python/py-rbreak.exp: New file.
5277 * gdb.python/py-rbreak.c: New file.
5278 * gdb.python/py-rbreak-func2.c: New file.
5279
5280 2017-11-16 Pedro Alves <palves@redhat.com>
5281
5282 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5283 pattern.
5284 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5285 GDB.
5286
5287 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5288
5289 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5290 regex.
5291
5292 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5293
5294 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5295 test names.
5296
5297 2017-11-09 Pedro Alves <palves@redhat.com>
5298
5299 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5300 factored out from ...
5301 (top level): ... here, and adjusted to avoid expecting beyond the
5302 prompt in a single gdb_test_multiple.
5303
5304 2017-11-09 Pedro Alves <palves@redhat.com>
5305
5306 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5307 output.
5308 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5309 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5310 * gdb.server/ext-run.exp ("kill" test): Likewise.
5311 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5312
5313 2017-11-09 Pedro Alves <palves@redhat.com>
5314
5315 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5316 match till end of line.
5317
5318 2017-11-09 Pedro Alves <palves@redhat.com>
5319
5320 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5321
5322 2017-11-09 Pedro Alves <palves@redhat.com>
5323
5324 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5325 New procedures, factored out from ...
5326 (top level): ... here, and adjusted to avoid expecting beyond the
5327 prompt in one go.
5328
5329 2017-11-09 Pedro Alves <palves@redhat.com>
5330
5331 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5332 output. Fix '?' match.
5333
5334 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5335
5336 * gdb.ada/scoped_watch: New testcase.
5337 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5338 which is actually correct.
5339 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5340 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5341
5342 2017-11-08 Pedro Alves <palves@redhat.com>
5343
5344 * gdb.gdb/complaints.exp (test_initial_complaints)
5345 (test_serial_complaints, test_short_complaints): Call
5346 complaint_internal instead of complaint.
5347
5348 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5349
5350 * gdb.threads/tls-core.c: New file.
5351 * gdb.threads/tls-core.exp: Likewise.
5352
5353 2017-11-08 Pedro Alves <palves@redhat.com>
5354
5355 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5356 (p Exported_Capitalized): New test.
5357 (p exported_capitalized): New test.
5358
5359 2017-11-07 Pedro Alves <palves@redhat.com>
5360
5361 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5362
5363 2017-11-07 Pedro Alves <palves@redhat.com>
5364
5365 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5366 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5367 (disable_invalid, disable_inverted, disable_negative): New
5368 procedures.
5369 ("bad numbers"): New set of tests.
5370
5371 2017-11-07 Pedro Alves <palves@redhat.com>
5372
5373 * gdb.cp/ena-dis-br-range.exp: Add tests.
5374
5375 2017-11-07 Pedro Alves <palves@redhat.com>
5376
5377 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5378
5379 2017-11-07 Xavier Roirand <roirand@adacore.com>
5380 Pedro Alves <palves@redhat.com>
5381
5382 * gdb.base/ena-dis-br.exp: Add reference to
5383 gdb.cp/ena-dis-br-range.exp.
5384 * gdb.cp/ena-dis-br-range.exp: New file.
5385 * gdb.cp/ena-dis-br-range.cc: New file.
5386
5387 2017-11-06 Pedro Alves <palves@redhat.com>
5388
5389 * gdb.base/attach-non-pgrp-leader.c: New.
5390 * gdb.base/attach-non-pgrp-leader.exp: New.
5391
5392 2017-11-06 Pedro Alves <palves@redhat.com>
5393
5394 * configure.ac: No longer check for termio.h and sgtty.h.
5395 * configure: Regenerate.
5396 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5397 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5398 Remove termio and sgtty code.
5399
5400 2017-11-03 Yao Qi <yao.qi@linaro.org>
5401
5402 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5403 in GDB is disabled.
5404
5405 2017-11-03 Yao Qi <yao.qi@linaro.org>
5406
5407 * gdb.python/py-thrhandle.exp: Skip it if python is not
5408 enabled.
5409
5410 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5411
5412 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5413 as a breakpoint command.
5414
5415 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5416
5417 PR python/21213
5418 * gdb.python/py-infthread.exp: Test calling
5419 InferiorThread.inferior () multiple times in a row.
5420
5421 2017-10-27 Keith Seitz <keiths@redhat.com>
5422
5423 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5424 Test "info break" for every inlined function breakpoint.
5425
5426 2017-10-27 Yao Qi <yao.qi@linaro.org>
5427
5428 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5429
5430 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5431
5432 * gdb.cp/classes.exp (test_static_members): Test printing
5433 Outer::instance.
5434 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5435 (Inner::instance, Outer::instance): New.
5436
5437 2017-10-24 Pedro Alves <palves@redhat.com>
5438
5439 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5440 extra console" test in two stages.
5441
5442 2017-10-24 Pedro Alves <palves@redhat.com>
5443
5444 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5445
5446 2017-10-24 Pedro Alves <palves@redhat.com>
5447
5448 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5449 loop.
5450
5451 2017-10-24 Pedro Alves <palves@redhat.com>
5452
5453 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5454 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5455
5456 2017-10-24 Pedro Alves <palves@redhat.com>
5457
5458 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5459 parameter and handle it. Don't output read value in test name.
5460
5461 2017-10-24 Pedro Alves <palves@redhat.com>
5462
5463 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5464 custom test name.
5465
5466 2017-10-24 Pedro Alves <palves@redhat.com>
5467
5468 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5469 include the unstable output directory name in the test's name.
5470 (initial_setup_simple) <'set args'>: Use custom test name.
5471
5472 2017-10-24 Pedro Alves <palves@redhat.com>
5473
5474 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5475 with explicit test name.
5476
5477 2017-10-20 Pedro Alves <palves@redhat.com>
5478
5479 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5480 'wait -i'. Use gdb_assert and remote_close.
5481
5482 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5483
5484 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5485 number from variable rather than hard-coded.
5486
5487 2017-10-19 Pedro Alves <palves@redhat.com>
5488
5489 * gdb.base/long-inferior-output.c: New file.
5490 * gdb.base/long-inferior-output.exp: New file.
5491
5492 2017-11-18 Keith Seitz <keiths@redhat.com>
5493
5494 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5495 method.
5496 (main): Call it.
5497 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5498 Add additional user-defined conversion operator tests.
5499
5500 2017-10-17 Pedro Alves <palves@redhat.com>
5501
5502 * boards/native-stdio-gdbserver.exp: Load "local-board".
5503
5504 2017-10-17 Pedro Alves <palves@redhat.com>
5505
5506 * gdb.base/quit-live.c: New file.
5507 * gdb.base/quit-live.exp: New file.
5508
5509 2017-10-16 Keith Seitz <keiths@redhat.com>
5510
5511 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5512 (class_with_protected_typedef, class_with_private_typedef)
5513 (struct_with_public_typedef, struct_with_protected_typedef)
5514 (struct_with_private_typedef): New classes/structs.
5515 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5516 typedefs and access specifiers.
5517
5518 2017-10-16 Pedro Alves <palves@redhat.com>
5519 Simon Marchi <simon.marchi@polymtl.ca>
5520
5521 * README (Local vs Remote vs Native): New section.
5522 * boards/local-board.exp: New file, with bits factored out from
5523 ...
5524 * boards/native-extended-gdbserver.exp: ... here. Load
5525 "local-board".
5526 * boards/native-gdbserver.exp: Load "local-board".
5527 (${board}_spawn, ${board}_exec): Delete.
5528 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5529 ...
5530 * boards/stdio-gdbserver-base.exp: ... this new file.
5531 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5532 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5533 procedure.
5534 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5535 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5536 stdio_gdbserver_command.
5537 (${board}_get_remote_address, ${board}_get_comm_port)
5538 (${board}_download, ${board}_upload): Delete.
5539 (get_target_remote_pipe_cmd): New.
5540
5541 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5542
5543 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5544 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5545 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5546 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5547 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5548 remove with_test_prefix.
5549
5550 2017-10-13 Pedro Alves <palves@redhat.com>
5551
5552 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5553 * gdb.base/annota1.exp: Use it instead of is_remote.
5554 * gdb.base/annota3.exp: Use it instead of is_remote.
5555 * gdb.cp/annota2.exp: Use it instead of is_remote.
5556 * gdb.cp/annota3.exp: Use it instead of is_remote.
5557 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5558
5559 2017-10-13 Pedro Alves <palves@redhat.com>
5560
5561 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5562 (test_num_test_vars, run_and_count_vars, find_env)
5563 (test_set_unset_env, test_inherit_env_var): New procedures.
5564 (top level): Use them.
5565
5566 2017-10-13 Pedro Alves <palves@redhat.com>
5567
5568 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5569 also skip on stub-like targets.
5570
5571 2017-10-13 Pedro Alves <palves@redhat.com>
5572
5573 PR gdb/22293
5574 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5575 (top level): Move some tests to ...
5576 (test_not_found): ... this new procedure.
5577 (top level): Call it.
5578
5579 2017-10-13 Pedro Alves <palves@redhat.com>
5580
5581 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5582 expect different "info terminal" output if testing with a
5583 non-native target.
5584
5585 2017-10-13 Pedro Alves <palves@redhat.com>
5586 Simon Marchi <simon.marchi@polymtl.ca>
5587
5588 PR python/12966
5589 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5590
5591 2017-10-13 Pedro Alves <palves@redhat.com>
5592
5593 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5594 already.
5595
5596 2017-10-13 Pedro Alves <palves@redhat.com>
5597
5598 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5599 is_remote.
5600
5601 2017-10-13 Pedro Alves <palves@redhat.com>
5602
5603 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5604 is_remote.
5605
5606 2017-10-13 Pedro Alves <palves@redhat.com>
5607
5608 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5609 is set.
5610 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5611 instead of is_remote.
5612
5613 2017-10-13 Pedro Alves <palves@redhat.com>
5614
5615 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5616 (top level): Add comment.
5617
5618 2017-10-13 Pedro Alves <palves@redhat.com>
5619
5620 * gdb.base/remote.exp (top level): Fix comment typo and add
5621 missing return.
5622
5623 2017-10-13 Pedro Alves <palves@redhat.com>
5624 Simon Marchi <simon.marchi@polymtl.ca>
5625
5626 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5627 calls and add comments. Skip test if use_gdb_stub is set.
5628 (top level): Use "set cwd" command instead of "cd" command.
5629
5630 2017-10-13 Pedro Alves <palves@redhat.com>
5631
5632 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5633 is_remote target check.
5634
5635 2017-10-13 Pedro Alves <palves@redhat.com>
5636
5637 * gdb.base/scope.exp: Use build_executable + clean_restart +
5638 gdb_file_cmd instead of prepare_for_testing and no longer skip
5639 "before run" tests on is_remote target boards. Update comments.
5640 * boards/native-extended-gdbserver.exp
5641 (extended_gdbserver_load_last_file): New, factored out from ...
5642 (gdb_load): ... this. Move further below and add comment.
5643 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5644
5645 2017-10-12 Pedro Alves <palves@redhat.com>
5646
5647 * gdb.base/attach.exp: Remove references to gdb64.
5648 * gdb.base/dbx.exp: Remove references to gdb64.
5649
5650 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5651 Pedro Alves <palves@redhat.com>
5652
5653 * gdb.base/label.exp: Remove is_remote target check.
5654
5655 2017-10-12 Pedro Alves <palves@redhat.com>
5656
5657 * gdb.base/auvx.exp (coredir): Update comment.
5658 (top level) <core_works>: Use "set cwd" command instead of "cd"
5659 command.
5660
5661 2017-10-12 Pedro Alves <palves@redhat.com>
5662 Simon Marchi <simon.marchi@polymtl.ca>
5663
5664 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5665 target boards.
5666
5667 2017-10-12 Pedro Alves <palves@redhat.com>
5668 Simon Marchi <simon.marchi@polymtl.ca>
5669
5670 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5671 Instead skip if there's any gdb_protocol set.
5672
5673 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5674 Pedro Alves <palves@redhat.com>
5675
5676 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5677
5678 2017-10-12 Pedro Alves <palves@redhat.com>
5679 Simon Marchi <simon.marchi@polymtl.ca>
5680
5681 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5682 instead of on dejagnu remote boards.
5683
5684 2017-10-12 Pedro Alves <palves@redhat.com>
5685 Simon Marchi <simon.marchi@polymtl.ca>
5686
5687 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5688 checks. Use build_executable + clean_restart instead of
5689 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5690 of enabling non-stop after starting gdb.
5691
5692 2017-10-12 Pedro Alves <palves@redhat.com>
5693
5694 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5695 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5696 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5697 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5698
5699 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5700
5701 * gdb.arch/arc-tdesc-cpu.exp: New file.
5702 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5703
5704 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5705
5706 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5707
5708 2017-10-10 Pedro Alves <palves@redhat.com>
5709
5710 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5711 expect CLI output.
5712
5713 2017-10-10 Pedro Alves <palves@redhat.com>
5714
5715 * lib/selftest-support.exp (selftest_setup): Update for
5716 captured_command_loop's prototype change.
5717
5718 2017-10-09 Pedro Alves <palves@redhat.com>
5719
5720 Test both arch1=>arch2 and arch2=>arch1.
5721
5722 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5723 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5724 factored out to...
5725 (append_arch1_options, append_arch2_options, append_arch_options)
5726 (build_executables): New procedures.
5727 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5728 local.
5729 (top level): Add new 'first_arch' testing axis.
5730
5731 2017-10-09 Pedro Alves <palves@redhat.com>
5732
5733 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5734 (barrier): New.
5735 (thread_start, all_started): New functions.
5736 (main): Spawn new thread and wait until it is scheduled.
5737 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5738 option.
5739 (do_test): Add 'selected_thread' parameter. Run to all_started
5740 instead of main. Explicitly set the breakpoint at main. Switch
5741 to the SELECTED_THREAD thread.
5742 (top level): Test handling the exec event with either the main
5743 thread or the second thread selected.
5744
5745 2017-10-09 Pedro Alves <palves@redhat.com>
5746
5747 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5748 logic. Move STOP marker after the value checks.
5749 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5750 regexp.
5751
5752 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5753
5754 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5755
5756 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5757
5758 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5759 integer-to-dfp conversion.
5760 * gdb.base/dfp-test.exp: Likewise.
5761
5762 2017-10-04 Pedro Alves <palves@redhat.com>
5763
5764 * gdb.multi/hangout.c: Include <unistd.h>.
5765 (hangout_loop): New function.
5766 (main): Call alarm. Call hangout_loop in a loop.
5767 * gdb.multi/hello.c: Include <unistd.h>.
5768 (hello_loop): New function.
5769 (main): Call alarm. Call hangout_loop in a loop.
5770 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5771 inferior with the other selected.
5772
5773 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5774
5775 * gdb.mi/list-thread-groups-available.exp: New file.
5776 * gdb.mi/list-thread-groups-available.c: New file.
5777
5778 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5779
5780 * gdb.base/set-cwd.exp: Make it available on
5781 native-extended-gdbserver.
5782
5783 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5784
5785 * gdb.base/set-cwd.c: New file.
5786 * gdb.base/set-cwd.exp: Likewise.
5787
5788 2017-10-02 Tom Tromey <tom@tromey.com>
5789
5790 PR rust/22236:
5791 * gdb.rust/simple.rs (main): New variable "fslice".
5792 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5793
5794 2017-10-02 Tom Tromey <tom@tromey.com>
5795
5796 * gdb.rust/simple.exp: Test ptype of a slice.
5797
5798 2017-10-02 Tom Tromey <tom@tromey.com>
5799
5800 * gdb.rust/simple.exp: Test index of slice.
5801
5802 2017-09-27 Tom Tromey <tom@tromey.com>
5803
5804 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5805
5806 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5807 Pedro Alves <palves@redhat.com>
5808
5809 * gdb.base/compare-sections.exp (get value of read-only section): Read
5810 as unsigned value.
5811 (corrupt read-only section): Likewise and don't set written if patching
5812 failed.
5813
5814 2017-09-21 Kevin Buettner <kevinb@redhat.com>
5815
5816 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5817 files.
5818
5819 2017-09-20 Pedro Alves <palves@redhat.com>
5820
5821 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5822 symbol names in gdb's output.
5823 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5824
5825 2017-09-20 Pedro Alves <palves@redhat.com>
5826
5827 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5828 Rename to ...
5829 (test_list_ambiguous_symbol): ... this and add a symbol name
5830 parameter. Adjust.
5831 (test_list_ambiguous_function): Reimplement on top of
5832 test_list_ambiguous_symbol and also test listing ambiguous
5833 variables.
5834 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5835 (ambiguous_fun): ... this.
5836 (ambiguous_var): New.
5837 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5838 (ambiguous_fun): ... this.
5839 (ambiguous_var): New.
5840
5841 2017-09-19 John Baldwin <jhb@FreeBSD.org>
5842
5843 * gdb.base/starti.c: New file.
5844 * gdb.base/starti.exp: New file.
5845 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5846
5847 2017-09-14 Pedro Alves <palves@redhat.com>
5848
5849 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5850 (top level): Use it instead of runto.
5851
5852 2017-09-11 Tom Tromey <tom@tromey.com>
5853
5854 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5855
5856 2017-09-11 Tom Tromey <tom@tromey.com>
5857
5858 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5859 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5860
5861 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5862
5863 * gdb.fortran/printing-types.exp: New file.
5864 * gdb.fortran/printing-types.exp: New file.
5865
5866 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5867
5868 * gdb.fortran/vla-ptype.exp: Fix typos.
5869 * gdb.fortran/vla-value.exp: Same.
5870
5871 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5872
5873 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5874 * gdb.mi/mi-var-child-f.exp: Likewise.
5875 * gdb.mi/mi-vla-fortran.exp: Likewise.
5876
5877 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5878 Christoph Weinmann <christoph.t.weinmann@intel.com>
5879 Bernhard Heckel <bernhard.heckel@intel.com>
5880
5881 * gdb.fortran/ptr-indentation.f90: New file.
5882 * gdb.fortran/ptr-indentation.exp: New file.
5883
5884 2017-09-05 Tom Tromey <tom@tromey.com>
5885
5886 PR gdb/22010:
5887 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5888
5889 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5890
5891 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5892
5893 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5894
5895 * gdb.threads/tls-nodebug-pie.c: New file.
5896 * gdb.threads/tls-nodebug-pie.exp: New file.
5897
5898 2017-09-05 Tom Tromey <tom@tromey.com>
5899
5900 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5901 for rust.
5902
5903 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5904
5905 * gdb.multi/multi-arch-exec.exp: Test with different
5906 "follow-exec-mode" settings.
5907 (do_test): New procedure.
5908
5909 2017-09-04 Pedro Alves <palves@redhat.com>
5910
5911 * gdb.base/func-static.c (S::method const, S::method volatile)
5912 (S::method volatile const): New methods.
5913 (c_s, v_s, cv_s): New instances.
5914 (main): Call method() on them.
5915 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5916 (cannot_resolve): New procedure.
5917 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5918 print-quote-unquoted columns.
5919 (do_test): Test printing each scope too.
5920
5921 2017-09-04 Pedro Alves <palves@redhat.com>
5922
5923 * gdb.base/local-static.exp: Also test with
5924 class::method::variable wholly quoted.
5925 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5926
5927 2017-09-04 Pedro Alves <palves@redhat.com>
5928
5929 * gdb.base/local-static.c: New.
5930 * gdb.base/local-static.cc: New.
5931 * gdb.base/local-static.exp: New.
5932
5933 2017-09-04 Pedro Alves <palves@redhat.com>
5934
5935 * gdb.asm/asm-source.exp: Add casts to int.
5936 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5937 (dataglobal64_1, dataglobal64_2): New globals.
5938 * gdb.base/nodebug.exp: Test different expressions involving the
5939 new globals, with print, whatis and ptype. Add casts to int.
5940 * gdb.base/solib-display.exp: Add casts to int.
5941 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5942 * gdb.cp/m-static.exp: Add cast to int.
5943 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5944 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5945 tls variable with no debug info without a cast. Test with a cast
5946 to int too.
5947 * gdb.trace/entry-values.exp: Add casts.
5948
5949 2017-09-04 Pedro Alves <palves@redhat.com>
5950
5951 * gdb.base/nodebug.exp: Test that ptype's error about functions
5952 with unknown return type includes the function name too.
5953
5954 2017-09-04 Pedro Alves <palves@redhat.com>
5955
5956 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5957 return type of munmap in infcall.
5958 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5959 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5960 type of ftell in infcall.
5961 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5962 type of getpid in infcall.
5963 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5964 infcall.
5965 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5966 Bail on failure to extract the pid.
5967 * gdb.base/nodebug.c: #include <stdint.h>.
5968 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5969 New functions.
5970 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5971 Change expected output of print/whatis/ptype with functions with
5972 no debug info. Test all supported languages. Call
5973 test_call_promotion.
5974 * gdb.compile/compile.exp: Adjust expected output to expect
5975 warning.
5976 * gdb.threads/siginfo-threads.exp: Likewise.
5977
5978 2017-09-04 Pedro Alves <palves@redhat.com>
5979
5980 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5981 "prototypes". Test calling float functions via prototyped and
5982 unprototyped function pointers.
5983 (perform_all_tests): New parameter "prototypes". Pass it down.
5984 (top level): Pass down "prototypes" parameter to
5985 perform_all_tests.
5986
5987 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5988
5989 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5990 Test with nested loops.
5991
5992 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5993
5994 * gdb.base/commands.exp: Call the new procedures.
5995 (loop_break_test, loop_continue_test): New procedures.
5996
5997 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5998
5999 * gdb.base/commands.exp: Call new procedure.
6000 (define_if_without_arg_test): New procedure.
6001
6002 2017-09-04 Pedro Alves <palves@redhat.com>
6003
6004 * gdb.base/list-ambiguous.exp: New file.
6005 * gdb.base/list-ambiguous0.c: New file.
6006 * gdb.base/list-ambiguous1.c: New file.
6007 * gdb.base/list.exp (test_list_range): Adjust expected output.
6008
6009 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6010
6011 * gdb.base/share-env-with-gdbserver.c: New file.
6012 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6013
6014 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6015
6016 * gdb.base/commands.exp (gdbvar_simple_if_test,
6017 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6018 progvar_simple_if_test, progvar_simple_while_test,
6019 progvar_complex_if_while_test, user_defined_command_test,
6020 user_defined_command_args_eval,
6021 user_defined_command_args_stack_test,
6022 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6023 temporary_breakpoint_commands,
6024 gdb_test_no_prompt, redefine_hook_test,
6025 redefine_backtrace_test): Remove "global gdb_prompt".
6026
6027 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6028
6029 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6030 New proc, call it from toplevel.
6031
6032 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6033
6034 PR remote/21852
6035 * gdb.server/normal.c: New file, copied from gdb.base.
6036 * gdb.server/run-without-local-binary.exp: New file.
6037
6038 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6039
6040 * gdb.arch/sparc64-adi.exp: New file.
6041 * gdb.arch/sparc64-adi.c: New file.
6042
6043 2017-08-22 Pedro Alves <palves@redhat.com>
6044
6045 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6046 (top level): Add "list all overloads" tests.
6047
6048 2017-08-22 Tom Tromey <tom@tromey.com>
6049
6050 * gdb.gdb/xfullpath.exp: Remove.
6051
6052 2017-08-21 Pedro Alves <palves@redhat.com>
6053
6054 PR gdb/19487
6055 * gdb.base/symbol-alias.c: New.
6056 * gdb.base/symbol-alias2.c: New.
6057 * gdb.base/symbol-alias.exp: New.
6058
6059 2017-08-21 Pedro Alves <palves@redhat.com>
6060
6061 * gdb.base/dfp-test.c
6062 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6063 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6064 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6065 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6066 * gdb.base/whatis-ptype-typedefs.c: New.
6067 * gdb.base/whatis-ptype-typedefs.exp: New.
6068 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6069 (an_int, an_int_type, an_int_type2): New globals.
6070 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6071 involving typedefs and cast expressions.
6072 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6073 (lookup_typedefs_function): New.
6074 (typedefs_pretty_printers_dict): New.
6075 (top level): Register lookup_typedefs_function in
6076 gdb.pretty_printers.
6077
6078 2017-08-18 Yao Qi <yao.qi@linaro.org>
6079
6080 * gdb.server/unittest.exp: New.
6081
6082 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6083
6084 PR gdb/21954
6085 * gdb.base/environ.exp: Add test to check if 'unset environment'
6086 works.
6087
6088 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6089
6090 * lib/gdb.exp (universal_compile_options): New caching proc.
6091 (gdb_compile): Suppress GCC's coloring of messages.
6092
6093 2017-08-14 Tom Tromey <tom@tromey.com>
6094
6095 PR gdb/21675:
6096 * gdb.base/printcmds.exp (test_radices): New function.
6097 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6098 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6099 * lib/gdb.exp (get_integer_valueof): Use p/d.
6100
6101 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6102
6103 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6104 characters.
6105
6106 2017-08-05 Tom Tromey <tom@tromey.com>
6107
6108 * gdb.rust/simple.exp: Allow String to appear in a different
6109 namespace.
6110
6111 2017-07-26 Yao Qi <yao.qi@linaro.org>
6112
6113 * gdb.gdb/unittest.exp: Invoke command
6114 "maintenance check xml-descriptions".
6115
6116 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6117
6118 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6119 calling context.
6120 (hex128): Drop erroneous calculation of parameters.
6121
6122 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6123
6124 * gdb.python/py-unwind.exp: Disable stack protection when
6125 building test file.
6126
6127 2017-07-20 Pedro Alves <palves@redhat.com>
6128
6129 * gdb.base/default.exp (set language): Adjust expected output.
6130
6131 2017-07-20 Pedro Alves <palves@redhat.com>
6132
6133 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6134 (test_minsym): ... this, and make static.
6135 (get_pck__foo__bar__minsym): Rename to ...
6136 (get_test_minsym): ... this.
6137 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6138 symbol names and comments.
6139 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6140 (get_test_minsym): ... this.
6141 (pck__foo__bar__minsym__2): Rename to ...
6142 (test_minsym): ... this.
6143 (main): Adjust.
6144
6145 2017-07-17 Pedro Alves <palves@redhat.com>
6146
6147 * gdb.base/completion.exp: Adjust expected output.
6148 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6149 the completer works.
6150
6151 2017-07-17 Pedro Alves <palves@redhat.com>
6152
6153 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6154
6155 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6156
6157 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6158
6159 2017-07-14 Tom Tromey <tom@tromey.com>
6160
6161 PR rust/21764:
6162 * gdb.rust/simple.exp: Add tests.
6163
6164 2017-07-14 Tom Tromey <tom@tromey.com>
6165
6166 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6167
6168 2017-07-14 Pedro Alves <palves@redhat.com>
6169
6170 * gdb.linespec/base/one/thefile.cc (z1): New function.
6171 * gdb.linespec/base/two/thefile.cc (z2): New function.
6172 * gdb.linespec/linespec.exp: Add tests.
6173
6174 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6175
6176 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6177 to mi_create_breakpoint.
6178
6179 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6180
6181 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6182 mi_create_breakpoint.
6183
6184 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6185
6186 * gdb.dlang/demangle.exp: Update for demangling changes.
6187
6188 2017-07-09 Tom Tromey <tom@tromey.com>
6189
6190 * gdb.dwarf2/shortpiece.exp: New file.
6191
6192 2017-07-06 David Blaikie <dblaikie@gmail.com>
6193
6194 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6195 built from fissiont-multi-cu{1,2}.c.
6196 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6197 except putting 'main' and 'func' in separate CUs in the same DWO file.
6198 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6199 test.
6200 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6201 test.
6202
6203 2017-07-06 Pedro Alves <palves@redhat.com>
6204
6205 * gdb.python/py-unwind.exp: Test flushregs.
6206
6207 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6208
6209 PR cli/21688
6210 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6211 tests for alias commands and trailing whitespace.
6212
6213 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6214
6215 PR cli/21688
6216 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6217 procedure. Call it.
6218
6219 2017-06-29 Pedro Alves <palves@redhat.com>
6220
6221 * gdb.base/printcmds.exp: Add tests.
6222
6223 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6224
6225 PR gdb/21337
6226 * gdb.base/reread-readsym.exp: New file.
6227 * gdb.base/reread-readsym.c: New file.
6228
6229 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6230
6231 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6232 subpattern.
6233
6234 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6235
6236 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6237 extended mnemonic.
6238 * gdb.arch/powerpc-power9.s: Likewise.
6239
6240 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6241
6242 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6243 on 32-bit x86 targets. Exploit is_*_target macros where
6244 appropriate.
6245
6246 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6247
6248 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6249 register pieces.
6250
6251 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6252
6253 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6254 located in one or more DWARF pieces.
6255
6256 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6257
6258 * lib/gdb.exp (get_endianness): New proc.
6259 * gdb.arch/aarch64-fp.exp: Use it.
6260 * gdb.arch/altivec-regs.exp: Likewise.
6261 * gdb.arch/e500-regs.exp: Likewise.
6262 * gdb.arch/vsx-regs.exp: Likewise.
6263 * gdb.base/dump.exp: Likewise.
6264 * gdb.base/funcargs.exp: Likewise.
6265 * gdb.base/gnu_vector.exp: Likewise.
6266 * gdb.dwarf2/formdata16.exp: Likewise.
6267 * gdb.dwarf2/implptrpiece.exp: Likewise.
6268 * gdb.dwarf2/nonvar-access.exp: Likewise.
6269 * gdb.python/py-inferior.exp: Likewise.
6270 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6271
6272 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6273
6274 PR gdb/21226
6275 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6276 stack value pieces are taken from the LSB end.
6277
6278 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6279
6280 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6281 variable at nonzero offset.
6282
6283 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6284
6285 * gdb.dwarf2/var-access.c: New file.
6286 * gdb.dwarf2/var-access.exp: New test.
6287 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6288
6289 2017-06-12 Tom Tromey <tom@tromey.com>
6290
6291 * gdb.dwarf2/formdata16.exp: Add tests.
6292
6293 2017-06-12 Tom Tromey <tom@tromey.com>
6294
6295 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6296
6297 2017-06-12 Tom Tromey <tom@tromey.com>
6298
6299 PR exp/16225:
6300 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6301 * gdb.arch/vsx-regs.exp: Update tests.
6302 * gdb.arch/s390-vregs.exp (hex128): New proc.
6303 Update test.
6304 * gdb.arch/altivec-regs.exp: Update tests.
6305
6306 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6307
6308 * gdb.base/startup-with-shell.c: New file.
6309 * gdb.base/startup-with-shell.exp: Likewise.
6310
6311 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6312
6313 * gdb.server/non-existing-program.exp: Update regex in order to
6314 reflect the fact that gdbserver is now using fork_inferior (with a
6315 shell) to startup the inferior.
6316
6317 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6318
6319 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6320 support function calls from GDB.
6321
6322 2017-05-21 Tom Tromey <tom@tromey.com>
6323
6324 PR rust/21466:
6325 * gdb.rust/unsized.exp: New file.
6326 * gdb.rust/unsized.rs: New file.
6327
6328 2017-05-19 Tom Tromey <tom@tromey.com>
6329
6330 PR rust/21484:
6331 * gdb.rust/watch.exp: New file.
6332 * gdb.rust/watch.rs: New file.
6333
6334 2017-05-18 Tom Tromey <tom@tromey.com>
6335
6336 * gdb.rust/simple.exp: Allow Box to be qualified.
6337
6338 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6339
6340 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6341
6342 2017-05-18 Pedro Alves <palves@redhat.com>
6343
6344 * gdb.base/fileio.c (test_write, test_read, test_close)
6345 (test_fstat): Don't print 'ret' in the fail path.
6346
6347 2017-05-18 Pedro Alves <palves@redhat.com>
6348
6349 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6350 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6351 (test_system, test_rename, test_unlink, test_time): Change
6352 prototypes.
6353 * gdb.base/fileio.exp (stop_msg): Adjust.
6354
6355 2017-05-18 Pedro Alves <palves@redhat.com>
6356
6357 * gdb.base/fileio.c (null_str): New global.
6358 (test_stat): Use it.
6359 * gdb.base/fileio.exp: Remove nowarnings.
6360
6361 2017-05-17 Yao Qi <yao.qi@linaro.org>
6362
6363 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6364
6365 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6366
6367 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6368 argument command.
6369 (top-level): Invoke test_set_inferior_tty.
6370
6371 2017-05-04 Pedro Alves <palves@redhat.com>
6372
6373 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6374 Add parens to print call for Python 3.
6375
6376 2017-05-03 Keith Seitz <keiths@redhat.com>
6377
6378 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6379 (main): Call it.
6380
6381 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6382
6383 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6384 to prev and next.
6385
6386 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6387
6388 * gdb.python/py-record-btrace.exp: Remove test for
6389 gdb.BtraceInstruction.error.
6390
6391 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6392
6393 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6394
6395 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6396
6397 * gdb.python/py-record-btrace-threads.c: New file.
6398 * gdb.python/py-record-btrace-threads.exp: New file.
6399
6400 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6401
6402 PR testsuite/8595
6403 * gdb.base/environ.exp: Make test available in all architectures.
6404 Move bits related to "info program" testing to
6405 gdb.base/info-program.exp. Rewrite tests to use the two new
6406 procedures mentione below.
6407 (test_set_show_env_var) New procedure.
6408 (test_set_show_env_var_equal): Likewise.
6409 * gdb.base/info-program.exp: New file.
6410
6411 2017-04-27 Keith Seitz <keiths@redhat.com>
6412
6413 * gdb.cp/oranking.cc (test15): New function.
6414 (main): Call test15 and declare additional variables for testing.
6415 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6416 "p foo101('abc')" tests.
6417 Add tests for cv qualifier overloads.
6418 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6419 "lvalue reference overload" test.
6420 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6421 "print value of f1 on Child&& in f2" test.
6422
6423 2017-04-19 Pedro Alves <palves@redhat.com>
6424
6425 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6426 procedure.
6427 (top level): Call it.
6428 * lib/gdb.exp (gdb_define_cmd): New procedure.
6429
6430 2017-04-12 Pedro Alves <palves@redhat.com>
6431
6432 PR gdb/21323
6433 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6434 (wchar): New global.
6435 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6436 (do_test_wide_char, wide_char_types_no_program, top level): Add
6437 wchar_t testing.
6438
6439 2017-04-12 Pedro Alves <palves@redhat.com>
6440
6441 PR c++/21323
6442 * gdb.cp/wide_char_types.c: New file.
6443 * gdb.cp/wide_char_types.exp: New file.
6444
6445 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6446
6447 PR gdb/21352
6448 * gdb.trace/tsv.exp: Add test for "tsave -r".
6449
6450 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6451
6452 * gdb.dlang/watch-loc.c: New file.
6453 * gdb.dlang/watch-loc.exp: New file.
6454
6455 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6456
6457 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6458
6459 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6460
6461 * gdb.arch/arc-analyze-prologue.S: New file.
6462 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6463
6464 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6465
6466 * gdb.arch/arc-decode-insn.S: New file.
6467 * gdb.arch/arc-decode-insn.exp: Likewise.
6468
6469 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6470
6471 PR tdep/20928
6472 * gdb.arch/sparc64-regs.exp: New file.
6473 * gdb.arch/sparc64-regs.S: Likewise.
6474
6475 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6476
6477 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6478 and memory view on Python 3.
6479
6480 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6481 Keith Seitz <keiths@redhat.com>
6482
6483 PR gdb/14441
6484 * gdb.cp/demangle.exp: Add rvalue reference tests.
6485 * gdb.cp/rvalue-ref-casts.cc: New file.
6486 * gdb.cp/rvalue-ref-casts.exp: New file.
6487 * gdb.cp/rvalue-ref-overload.cc: New file.
6488 * gdb.cp/rvalue-ref-overload.exp: New file.
6489 * gdb.cp/rvalue-ref-params.cc: New file.
6490 * gdb.cp/rvalue-ref-params.exp: New file.
6491 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6492 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6493 * gdb.cp/rvalue-ref-types.cc: New file.
6494 * gdb.cp/rvalue-ref-types.exp: New file.
6495 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6496 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6497
6498 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6499
6500 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6501 New procedure.
6502
6503 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6504
6505 * lib/mi-support.exp (mi_gdb_test): Add additional message
6506 for unexpected output.
6507
6508 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6509
6510 * gdb.base/examine-backward.c (Barrier): New character array
6511 constant, to ensure that TestStrings is preceded by a string
6512 terminator.
6513
6514 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6515
6516 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6517 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6518 and implicit pointer into such a location.
6519
6520 2017-03-16 Doug Evans <dje@google.com>
6521
6522 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6523
6524 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6525
6526 * gdb.cp/m-static.exp: Fix expectation for prototype of
6527 test5.single_constructor and single_constructor::single_constructor.
6528
6529 2017-03-16 Doug Evans <dje@google.com>
6530
6531 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6532 * gdb.guile/scm-lazy-string.c: New file.
6533 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6534 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6535 for pointer, array, typedef lazy strings.
6536
6537 2017-03-16 Doug Evans <dje@google.com>
6538
6539 PR python/17728, python/18439, python/18779
6540 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6541 * gdb.python/py-lazy-string.c (pointer): New typedef.
6542 (main): New locals ptr, array, typedef_ptr.
6543 * gdb.python/py-value.exp: Move lazy string tests to ...
6544 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6545 array, typedef lazy strings.
6546
6547 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6548
6549 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6550 Add optional 'test' parameter.
6551
6552 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6553
6554 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6555 Skip for versions of DejaGnu < 1.5.
6556
6557 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6558
6559 * lib/gdb.exp (dejagnu_version): New proc.
6560 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6561 Use dejagnu_version.
6562
6563 2017-03-10 Keith Seitz <keiths@redhat.com>
6564
6565 PR c++/8128
6566 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6567 type from destructor regexps.
6568 Add a branch which actually passes the test.
6569 Adjust "ptype t5i" test names.
6570
6571 2017-03-08 Pedro Alves <palves@redhat.com>
6572
6573 * gdb.base/step-over-exit.exp: Add explicit test message.
6574
6575 2017-03-08 Pedro Alves <palves@redhat.com>
6576
6577 PR gdb/18360
6578 * gdb.threads/interrupt-while-step-over.c: New file.
6579 * gdb.threads/interrupt-while-step-over.exp: New file.
6580
6581 2017-03-08 Pedro Alves <palves@redhat.com>
6582
6583 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6584 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6585
6586 2017-03-08 Pedro Alves <palves@redhat.com>
6587
6588 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6589 PKRU as not supported as a PASS.
6590
6591 2017-03-08 Pedro Alves <palves@redhat.com>
6592
6593 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6594 prefix instead of $binfile1/$binfile2.
6595 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6596 in test message.
6597 * gdb.python/py-completion.exp: Use "load python file" as test
6598 messages instead of unstable path names.
6599
6600 2017-03-08 Pedro Alves <palves@redhat.com>
6601 Jan Kratochvil <jan.kratochvil@redhat.com>
6602
6603 PR cli/21218
6604 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6605 New proc.
6606 (top level): Call it.
6607
6608 2017-03-08 Pedro Alves <palves@redhat.com>
6609
6610 PR tui/21216
6611 * gdb.tui/tui-nl-filtered-output.exp: New file.
6612
6613 2017-03-08 Pedro Alves <palves@redhat.com>
6614
6615 * gdb.base/completion.exp: Move TUI completion tests to ...
6616 * gdb.tui/completion.exp: ... this new file.
6617
6618 2017-03-08 Pedro Alves <palves@redhat.com>
6619
6620 * gdb.base/tui-disasm-long-lines.c,
6621 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6622 gdb.base/tui-layout.exp: Move to ...
6623 * gdb.tui/: ... this new directory.
6624
6625 2017-03-07 Pedro Alves <palves@redhat.com>
6626
6627 * gdb.base/tui-layout.c: New file.
6628 * gdb.base/tui-layout.exp: New file.
6629
6630 2017-03-07 Pedro Alves <palves@redhat.com>
6631
6632 * gdb.base/tui-layout.c: Rename to ...
6633 * gdb.base/tui-disasm-long-lines.c: ... this.
6634 * gdb.base/tui-layout.exp: Rename to ...
6635 * gdb.base/tui-disasm-long-lines.exp: ... this.
6636
6637 2017-03-07 Pedro Alves <palves@redhat.com>
6638
6639 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6640
6641 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6642
6643 * i386-mpx-call.c: New file.
6644 * i386-mpx-call.exp: New file.
6645
6646 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6647
6648 * gdb.arch/powerpc-power.exp: Delete test.
6649 * gdb.arch/powerpc-power.s: Likewise.
6650 * gdb.disasm/disassembler-options.exp: New test.
6651 * gdb.arch/powerpc-altivec.exp: Likewise.
6652 * gdb.arch/powerpc-altivec.s: Likewise.
6653 * gdb.arch/powerpc-altivec2.exp: Likewise.
6654 * gdb.arch/powerpc-altivec2.s: Likewise.
6655 * gdb.arch/powerpc-altivec3.exp: Likewise.
6656 * gdb.arch/powerpc-altivec3.s: Likewise.
6657 * gdb.arch/powerpc-power7.exp: Likewise.
6658 * gdb.arch/powerpc-power7.s: Likewise.
6659 * gdb.arch/powerpc-power8.exp: Likewise.
6660 * gdb.arch/powerpc-power8.s: Likewise.
6661 * gdb.arch/powerpc-power9.exp: Likewise.
6662 * gdb.arch/powerpc-power9.s: Likewise.
6663 * gdb.arch/powerpc-vsx.exp: Likewise.
6664 * gdb.arch/powerpc-vsx.s: Likewise.
6665 * gdb.arch/powerpc-vsx2.exp: Likewise.
6666 * gdb.arch/powerpc-vsx2.s: Likewise.
6667 * gdb.arch/powerpc-vsx3.exp: Likewise.
6668 * gdb.arch/powerpc-vsx3.s: Likewise.
6669 * gdb.arch/arm-disassembler-options.exp: Likewise.
6670 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6671 * gdb.arch/s390-disassembler-options.exp: Likewise.
6672
6673 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
6674
6675 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6676 (check_supported_features): ... this. Changed return type to void.
6677 (supports_rdseed): New static global.
6678 (rdseed): Check supports_rdseed.
6679 (initialize): Call check_supported_features.
6680
6681 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6682
6683 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6684 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6685 and lqarx/stqcx.
6686 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6687 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6688
6689 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6690
6691 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6692 uppercase.
6693
6694 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6695
6696 * gdb.dwarf2/formdata16.c: New file.
6697 * gdb.dwarf2/formdata16.exp: New file.
6698 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6699
6700 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6701
6702 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6703 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6704 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6705 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6706 DW_AT_GNU_*.
6707
6708 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6709
6710 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6711
6712 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6713
6714 PR gdb/21164
6715 * gdb.base/maint.exp: Add testcases for when the commands do
6716 not have arguments.
6717
6718 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6719
6720 * gdb.cp/chained-calls.exp: Use p instead of P.
6721
6722 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6723
6724 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6725 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6726
6727 2017-02-14 Tom Tromey <tom@tromey.com>
6728
6729 PR python/13598:
6730 * gdb.python/py-events.exp: Add before_prompt event tests.
6731
6732 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6733
6734 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6735
6736 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6737
6738 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6739 (main): Call my_unique_function_name.
6740 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6741 completion of patterns with a single match.
6742 Add missing -re switches to gdb_test_multiple calls.
6743
6744 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6745
6746 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6747 return if core file is not recognized.
6748
6749 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6750
6751 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6752 and extra UIs.
6753
6754 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6755
6756 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6757 proc_with_prefix.
6758
6759 2017-02-10 Tom Tromey <tom@tromey.com>
6760
6761 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6762
6763 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
6764
6765 PR gdb/21122
6766 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6767
6768 2017-02-08 Jerome Guitton <guitton@adacore.com>
6769
6770 * gdb.base/define.exp: Add test for command abbreviations
6771 in define.
6772
6773 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
6774
6775 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6776 * gdb.reverse/insn-reverse-x86.c: New file.
6777
6778 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6779
6780 PR tdep/20936
6781 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6782
6783 2017-02-03 Tom Tromey <tom@tromey.com>
6784
6785 PR rust/21097:
6786 * gdb.rust/simple.exp: Add new tests.
6787
6788 2017-02-02 Pedro Alves <palves@redhat.com>
6789
6790 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6791 tests.
6792
6793 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6794
6795 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6796 taking a 2-byte value out of a 4-byte DWARF implicit value on
6797 big-endian targets.
6798 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6799 logic. Add test cases for DW_OP_implicit.
6800
6801 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6802
6803 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6804
6805 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6806
6807 * gdb.btrace/enable.exp: Call gdb_exit before
6808 skip_gdbserver_tests.
6809
6810 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6811
6812 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6813 GDBFLAGS.
6814
6815 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6816
6817 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6818 the test is skipped.
6819 * gdb.btrace/data.exp: Likewise.
6820 * gdb.btrace/delta.exp: Likewise.
6821 * gdb.btrace/dlopen.exp: Likewise.
6822 * gdb.btrace/enable-running.exp: Likewise.
6823 * gdb.btrace/enable.exp: Likewise.
6824 * gdb.btrace/exception.exp: Likewise.
6825 * gdb.btrace/function_call_history.exp: Likewise.
6826 * gdb.btrace/gcore.exp: Likewise.
6827 * gdb.btrace/instruction_history.exp: Likewise.
6828 * gdb.btrace/multi-thread-step.exp: Likewise.
6829 * gdb.btrace/nohist.exp: Likewise.
6830 * gdb.btrace/non-stop.exp: Likewise.
6831 * gdb.btrace/reconnect.exp: Likewise.
6832 * gdb.btrace/record_goto-step.exp: Likewise.
6833 * gdb.btrace/record_goto.exp: Likewise.
6834 * gdb.btrace/rn-dl-bind.exp: Likewise.
6835 * gdb.btrace/segv.exp: Likewise.
6836 * gdb.btrace/step.exp: Likewise.
6837 * gdb.btrace/stepi.exp: Likewise.
6838 * gdb.btrace/tailcall-only.exp: Likewise.
6839 * gdb.btrace/tailcall.exp: Likewise.
6840 * gdb.btrace/tsx.exp: Likewise.
6841 * gdb.btrace/unknown_functions.exp: Likewise.
6842 * gdb.btrace/vdso.exp: Likewise.
6843
6844 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6845
6846 * gdb.btrace/enable-running.c: New.
6847 * gdb.btrace/enable-running.exp: New.
6848
6849 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6850
6851 * gdb.arch/amd64-gs_base.c: New file.
6852 * gdb.arch/amd64-gs_base.exp: New file.
6853
6854 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6855
6856 * lib/memory.exp: Remove spurious empty newlines.
6857
6858 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6859
6860 * gdb.python/py-bad-printers.exp: Load python file using "source".
6861 * gdb.python/py-events.exp: Likewise.
6862 * gdb.python/py-evsignal.exp: Likewise.
6863 * gdb.python/py-evthreads.exp: Likewise.
6864 * gdb.python/py-frame-args.exp: Likewise.
6865 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6866 * gdb.python/py-framefilter-mi.exp: Likewise.
6867 * gdb.python/py-framefilter.exp: Likewise.
6868 * gdb.python/py-mi.exp: Likewise.
6869 * gdb.python/py-pp-maint.exp: Likewise.
6870 * gdb.python/py-pp-registration.exp: Likewise.
6871 * gdb.python/py-prettyprint.exp: Likewise.
6872 (run_lang_tests): Likewise.
6873 * gdb.python/py-typeprint.exp: Likewise.
6874
6875 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6876
6877 * lib/memory.exp: New file.
6878 * lib/gdb.exp: Load memory.exp.
6879 * gdb.base/memattr.exp (delete_memory): Move proc to
6880 lib/memory.exp and rename to delete_memory_regions.
6881 Replace delete_memory with delete_memory_regions.
6882 Cleanup memory regions before tests.
6883 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6884 before tests.
6885
6886 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6887
6888 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6889 files.
6890 (initialize): New function conditionally defined.
6891 (testcases): Move within conditional block.
6892 (main): Call initialize.
6893 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6894 of gdb.reverse/insn-reverse.c.
6895 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6896 gdb.reverse/insn-reverse.c.
6897
6898 2017-01-26 Yao Qi <yao.qi@linaro.org>
6899
6900 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6901 disassemble on address 0.
6902
6903 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6904 Yao Qi <yao.qi@linaro.org>
6905
6906 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6907 * gdb.dwarf2/implptr-64bit.S: Remove.
6908 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6909 variables in caller's context. Add DW_OP_implicit_value.
6910
6911 2017-01-25 Yao Qi <yao.qi@linaro.org>
6912
6913 * lib/dwarf.exp (Dwarf::_location): Handle
6914 DW_OP_GNU_implicit_pointer with proper size.
6915
6916 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6917
6918 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6919 and add untested calls.
6920
6921 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6922
6923 * gdb.python/python.exp: Check line number against what GDB thinks
6924 the line number is for func1.
6925
6926 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6927
6928 * gdb.dlang/debug-expr.exp: New file.
6929
6930 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6931
6932 Fix test names for the following files:
6933
6934 * gdb.ada/exec_changed.exp
6935 * gdb.ada/info_types.exp
6936 * gdb.arch/aarch64-atomic-inst.exp
6937 * gdb.arch/aarch64-fp.exp
6938 * gdb.arch/altivec-abi.exp
6939 * gdb.arch/altivec-regs.exp
6940 * gdb.arch/amd64-byte.exp
6941 * gdb.arch/amd64-disp-step.exp
6942 * gdb.arch/amd64-dword.exp
6943 * gdb.arch/amd64-entry-value-inline.exp
6944 * gdb.arch/amd64-entry-value-param.exp
6945 * gdb.arch/amd64-entry-value-paramref.exp
6946 * gdb.arch/amd64-entry-value.exp
6947 * gdb.arch/amd64-i386-address.exp
6948 * gdb.arch/amd64-invalid-stack-middle.exp
6949 * gdb.arch/amd64-invalid-stack-top.exp
6950 * gdb.arch/amd64-optimout-repeat.exp
6951 * gdb.arch/amd64-prologue-skip.exp
6952 * gdb.arch/amd64-prologue-xmm.exp
6953 * gdb.arch/amd64-stap-special-operands.exp
6954 * gdb.arch/amd64-stap-wrong-subexp.exp
6955 * gdb.arch/amd64-tailcall-cxx.exp
6956 * gdb.arch/amd64-tailcall-noret.exp
6957 * gdb.arch/amd64-tailcall-ret.exp
6958 * gdb.arch/amd64-tailcall-self.exp
6959 * gdb.arch/amd64-word.exp
6960 * gdb.arch/arm-bl-branch-dest.exp
6961 * gdb.arch/arm-disp-step.exp
6962 * gdb.arch/arm-neon.exp
6963 * gdb.arch/arm-single-step-kernel-helper.exp
6964 * gdb.arch/avr-flash-qualifier.exp
6965 * gdb.arch/disp-step-insn-reloc.exp
6966 * gdb.arch/e500-abi.exp
6967 * gdb.arch/e500-regs.exp
6968 * gdb.arch/ftrace-insn-reloc.exp
6969 * gdb.arch/i386-avx512.exp
6970 * gdb.arch/i386-bp_permanent.exp
6971 * gdb.arch/i386-byte.exp
6972 * gdb.arch/i386-cfi-notcurrent.exp
6973 * gdb.arch/i386-disp-step.exp
6974 * gdb.arch/i386-dr3-watch.exp
6975 * gdb.arch/i386-float.exp
6976 * gdb.arch/i386-gnu-cfi.exp
6977 * gdb.arch/i386-mpx-map.exp
6978 * gdb.arch/i386-mpx-sigsegv.exp
6979 * gdb.arch/i386-mpx-simple_segv.exp
6980 * gdb.arch/i386-mpx.exp
6981 * gdb.arch/i386-permbkpt.exp
6982 * gdb.arch/i386-prologue.exp
6983 * gdb.arch/i386-signal.exp
6984 * gdb.arch/i386-size-overlap.exp
6985 * gdb.arch/i386-unwind.exp
6986 * gdb.arch/i386-word.exp
6987 * gdb.arch/mips-fcr.exp
6988 * gdb.arch/powerpc-d128-regs.exp
6989 * gdb.arch/powerpc-stackless.exp
6990 * gdb.arch/ppc64-atomic-inst.exp
6991 * gdb.arch/s390-stackless.exp
6992 * gdb.arch/s390-tdbregs.exp
6993 * gdb.arch/s390-vregs.exp
6994 * gdb.arch/sparc-sysstep.exp
6995 * gdb.arch/thumb-bx-pc.exp
6996 * gdb.arch/thumb-singlestep.exp
6997 * gdb.arch/thumb2-it.exp
6998 * gdb.arch/vsx-regs.exp
6999 * gdb.asm/asm-source.exp
7000 * gdb.base/a2-run.exp
7001 * gdb.base/advance.exp
7002 * gdb.base/all-bin.exp
7003 * gdb.base/anon.exp
7004 * gdb.base/args.exp
7005 * gdb.base/arithmet.exp
7006 * gdb.base/async-shell.exp
7007 * gdb.base/async.exp
7008 * gdb.base/attach-pie-noexec.exp
7009 * gdb.base/attach-twice.exp
7010 * gdb.base/auto-load.exp
7011 * gdb.base/bang.exp
7012 * gdb.base/bitfields.exp
7013 * gdb.base/break-always.exp
7014 * gdb.base/break-caller-line.exp
7015 * gdb.base/break-entry.exp
7016 * gdb.base/break-inline.exp
7017 * gdb.base/break-on-linker-gcd-function.exp
7018 * gdb.base/break-probes.exp
7019 * gdb.base/break.exp
7020 * gdb.base/breakpoint-shadow.exp
7021 * gdb.base/call-ar-st.exp
7022 * gdb.base/call-sc.exp
7023 * gdb.base/call-signal-resume.exp
7024 * gdb.base/call-strs.exp
7025 * gdb.base/callfuncs.exp
7026 * gdb.base/catch-fork-static.exp
7027 * gdb.base/catch-gdb-caused-signals.exp
7028 * gdb.base/catch-load.exp
7029 * gdb.base/catch-signal-fork.exp
7030 * gdb.base/catch-signal.exp
7031 * gdb.base/catch-syscall.exp
7032 * gdb.base/charset.exp
7033 * gdb.base/checkpoint.exp
7034 * gdb.base/chng-syms.exp
7035 * gdb.base/code-expr.exp
7036 * gdb.base/code_elim.exp
7037 * gdb.base/commands.exp
7038 * gdb.base/completion.exp
7039 * gdb.base/complex.exp
7040 * gdb.base/cond-expr.exp
7041 * gdb.base/condbreak.exp
7042 * gdb.base/consecutive.exp
7043 * gdb.base/continue-all-already-running.exp
7044 * gdb.base/coredump-filter.exp
7045 * gdb.base/corefile.exp
7046 * gdb.base/dbx.exp
7047 * gdb.base/debug-expr.exp
7048 * gdb.base/define.exp
7049 * gdb.base/del.exp
7050 * gdb.base/disabled-location.exp
7051 * gdb.base/disasm-end-cu.exp
7052 * gdb.base/disasm-optim.exp
7053 * gdb.base/display.exp
7054 * gdb.base/duplicate-bp.exp
7055 * gdb.base/ena-dis-br.exp
7056 * gdb.base/ending-run.exp
7057 * gdb.base/enumval.exp
7058 * gdb.base/environ.exp
7059 * gdb.base/eu-strip-infcall.exp
7060 * gdb.base/eval-avoid-side-effects.exp
7061 * gdb.base/eval-skip.exp
7062 * gdb.base/exitsignal.exp
7063 * gdb.base/expand-psymtabs.exp
7064 * gdb.base/filesym.exp
7065 * gdb.base/find-unmapped.exp
7066 * gdb.base/finish.exp
7067 * gdb.base/float.exp
7068 * gdb.base/foll-exec-mode.exp
7069 * gdb.base/foll-exec.exp
7070 * gdb.base/foll-fork.exp
7071 * gdb.base/fortran-sym-case.exp
7072 * gdb.base/freebpcmd.exp
7073 * gdb.base/func-ptr.exp
7074 * gdb.base/func-ptrs.exp
7075 * gdb.base/funcargs.exp
7076 * gdb.base/gcore-buffer-overflow.exp
7077 * gdb.base/gcore-relro-pie.exp
7078 * gdb.base/gcore-relro.exp
7079 * gdb.base/gcore.exp
7080 * gdb.base/gdb1090.exp
7081 * gdb.base/gdb11530.exp
7082 * gdb.base/gdb11531.exp
7083 * gdb.base/gdb1821.exp
7084 * gdb.base/gdbindex-stabs.exp
7085 * gdb.base/gdbvars.exp
7086 * gdb.base/hbreak.exp
7087 * gdb.base/hbreak2.exp
7088 * gdb.base/included.exp
7089 * gdb.base/infcall-input.exp
7090 * gdb.base/inferior-died.exp
7091 * gdb.base/infnan.exp
7092 * gdb.base/info-macros.exp
7093 * gdb.base/info-os.exp
7094 * gdb.base/info-proc.exp
7095 * gdb.base/info-shared.exp
7096 * gdb.base/info-target.exp
7097 * gdb.base/infoline.exp
7098 * gdb.base/interp.exp
7099 * gdb.base/interrupt.exp
7100 * gdb.base/jit-reader.exp
7101 * gdb.base/jit-simple.exp
7102 * gdb.base/kill-after-signal.exp
7103 * gdb.base/kill-detach-inferiors-cmd.exp
7104 * gdb.base/label.exp
7105 * gdb.base/langs.exp
7106 * gdb.base/ldbl_e308.exp
7107 * gdb.base/line-symtabs.exp
7108 * gdb.base/linespecs.exp
7109 * gdb.base/list.exp
7110 * gdb.base/long_long.exp
7111 * gdb.base/longest-types.exp
7112 * gdb.base/maint.exp
7113 * gdb.base/max-value-size.exp
7114 * gdb.base/memattr.exp
7115 * gdb.base/mips_pro.exp
7116 * gdb.base/morestack.exp
7117 * gdb.base/moribund-step.exp
7118 * gdb.base/multi-forks.exp
7119 * gdb.base/nested-addr.exp
7120 * gdb.base/nextoverexit.exp
7121 * gdb.base/noreturn-finish.exp
7122 * gdb.base/noreturn-return.exp
7123 * gdb.base/nostdlib.exp
7124 * gdb.base/offsets.exp
7125 * gdb.base/opaque.exp
7126 * gdb.base/pc-fp.exp
7127 * gdb.base/permissions.exp
7128 * gdb.base/print-symbol-loading.exp
7129 * gdb.base/prologue-include.exp
7130 * gdb.base/psymtab.exp
7131 * gdb.base/ptype.exp
7132 * gdb.base/random-signal.exp
7133 * gdb.base/randomize.exp
7134 * gdb.base/range-stepping.exp
7135 * gdb.base/readline-ask.exp
7136 * gdb.base/recpar.exp
7137 * gdb.base/recurse.exp
7138 * gdb.base/relational.exp
7139 * gdb.base/restore.exp
7140 * gdb.base/return-nodebug.exp
7141 * gdb.base/return.exp
7142 * gdb.base/run-after-attach.exp
7143 * gdb.base/save-bp.exp
7144 * gdb.base/scope.exp
7145 * gdb.base/sect-cmd.exp
7146 * gdb.base/set-lang-auto.exp
7147 * gdb.base/set-noassign.exp
7148 * gdb.base/setvar.exp
7149 * gdb.base/sigall.exp
7150 * gdb.base/sigbpt.exp
7151 * gdb.base/siginfo-addr.exp
7152 * gdb.base/siginfo-infcall.exp
7153 * gdb.base/siginfo-obj.exp
7154 * gdb.base/siginfo.exp
7155 * gdb.base/signals-state-child.exp
7156 * gdb.base/signest.exp
7157 * gdb.base/sigstep.exp
7158 * gdb.base/sizeof.exp
7159 * gdb.base/skip.exp
7160 * gdb.base/solib-corrupted.exp
7161 * gdb.base/solib-nodir.exp
7162 * gdb.base/solib-search.exp
7163 * gdb.base/stack-checking.exp
7164 * gdb.base/stale-infcall.exp
7165 * gdb.base/stap-probe.exp
7166 * gdb.base/start.exp
7167 * gdb.base/step-break.exp
7168 * gdb.base/step-bt.exp
7169 * gdb.base/step-line.exp
7170 * gdb.base/step-over-exit.exp
7171 * gdb.base/step-over-syscall.exp
7172 * gdb.base/step-resume-infcall.exp
7173 * gdb.base/step-test.exp
7174 * gdb.base/store.exp
7175 * gdb.base/structs3.exp
7176 * gdb.base/sym-file.exp
7177 * gdb.base/symbol-without-target_section.exp
7178 * gdb.base/term.exp
7179 * gdb.base/testenv.exp
7180 * gdb.base/ui-redirect.exp
7181 * gdb.base/until.exp
7182 * gdb.base/unwindonsignal.exp
7183 * gdb.base/value-double-free.exp
7184 * gdb.base/vla-datatypes.exp
7185 * gdb.base/vla-ptr.exp
7186 * gdb.base/vla-sideeffect.exp
7187 * gdb.base/volatile.exp
7188 * gdb.base/watch-cond-infcall.exp
7189 * gdb.base/watch-cond.exp
7190 * gdb.base/watch-non-mem.exp
7191 * gdb.base/watch-read.exp
7192 * gdb.base/watch-vfork.exp
7193 * gdb.base/watchpoint-cond-gone.exp
7194 * gdb.base/watchpoint-delete.exp
7195 * gdb.base/watchpoint-hw-hit-once.exp
7196 * gdb.base/watchpoint-hw.exp
7197 * gdb.base/watchpoint-stops-at-right-insn.exp
7198 * gdb.base/watchpoints.exp
7199 * gdb.base/wchar.exp
7200 * gdb.base/whatis-exp.exp
7201 * gdb.btrace/buffer-size.exp
7202 * gdb.btrace/data.exp
7203 * gdb.btrace/delta.exp
7204 * gdb.btrace/dlopen.exp
7205 * gdb.btrace/enable.exp
7206 * gdb.btrace/exception.exp
7207 * gdb.btrace/function_call_history.exp
7208 * gdb.btrace/gcore.exp
7209 * gdb.btrace/instruction_history.exp
7210 * gdb.btrace/nohist.exp
7211 * gdb.btrace/reconnect.exp
7212 * gdb.btrace/record_goto-step.exp
7213 * gdb.btrace/record_goto.exp
7214 * gdb.btrace/rn-dl-bind.exp
7215 * gdb.btrace/segv.exp
7216 * gdb.btrace/step.exp
7217 * gdb.btrace/stepi.exp
7218 * gdb.btrace/tailcall-only.exp
7219 * gdb.btrace/tailcall.exp
7220 * gdb.btrace/tsx.exp
7221 * gdb.btrace/unknown_functions.exp
7222 * gdb.btrace/vdso.exp
7223 * gdb.compile/compile-ifunc.exp
7224 * gdb.compile/compile-ops.exp
7225 * gdb.compile/compile-print.exp
7226 * gdb.compile/compile-setjmp.exp
7227 * gdb.cp/abstract-origin.exp
7228 * gdb.cp/ambiguous.exp
7229 * gdb.cp/annota2.exp
7230 * gdb.cp/annota3.exp
7231 * gdb.cp/anon-ns.exp
7232 * gdb.cp/anon-struct.exp
7233 * gdb.cp/anon-union.exp
7234 * gdb.cp/arg-reference.exp
7235 * gdb.cp/baseenum.exp
7236 * gdb.cp/bool.exp
7237 * gdb.cp/breakpoint.exp
7238 * gdb.cp/bs15503.exp
7239 * gdb.cp/call-c.exp
7240 * gdb.cp/casts.exp
7241 * gdb.cp/chained-calls.exp
7242 * gdb.cp/class2.exp
7243 * gdb.cp/classes.exp
7244 * gdb.cp/cmpd-minsyms.exp
7245 * gdb.cp/converts.exp
7246 * gdb.cp/cp-relocate.exp
7247 * gdb.cp/cpcompletion.exp
7248 * gdb.cp/cpexprs.exp
7249 * gdb.cp/cplabel.exp
7250 * gdb.cp/cplusfuncs.exp
7251 * gdb.cp/cpsizeof.exp
7252 * gdb.cp/ctti.exp
7253 * gdb.cp/derivation.exp
7254 * gdb.cp/destrprint.exp
7255 * gdb.cp/dispcxx.exp
7256 * gdb.cp/enum-class.exp
7257 * gdb.cp/exception.exp
7258 * gdb.cp/exceptprint.exp
7259 * gdb.cp/expand-psymtabs-cxx.exp
7260 * gdb.cp/expand-sals.exp
7261 * gdb.cp/extern-c.exp
7262 * gdb.cp/filename.exp
7263 * gdb.cp/formatted-ref.exp
7264 * gdb.cp/fpointer.exp
7265 * gdb.cp/gdb1355.exp
7266 * gdb.cp/gdb2495.exp
7267 * gdb.cp/hang.exp
7268 * gdb.cp/impl-this.exp
7269 * gdb.cp/infcall-dlopen.exp
7270 * gdb.cp/inherit.exp
7271 * gdb.cp/iostream.exp
7272 * gdb.cp/koenig.exp
7273 * gdb.cp/local.exp
7274 * gdb.cp/m-data.exp
7275 * gdb.cp/m-static.exp
7276 * gdb.cp/mb-ctor.exp
7277 * gdb.cp/mb-inline.exp
7278 * gdb.cp/mb-templates.exp
7279 * gdb.cp/member-name.exp
7280 * gdb.cp/member-ptr.exp
7281 * gdb.cp/meth-typedefs.exp
7282 * gdb.cp/method.exp
7283 * gdb.cp/method2.exp
7284 * gdb.cp/minsym-fallback.exp
7285 * gdb.cp/misc.exp
7286 * gdb.cp/namelessclass.exp
7287 * gdb.cp/namespace-enum.exp
7288 * gdb.cp/namespace-nested-import.exp
7289 * gdb.cp/namespace.exp
7290 * gdb.cp/nextoverthrow.exp
7291 * gdb.cp/no-dmgl-verbose.exp
7292 * gdb.cp/non-trivial-retval.exp
7293 * gdb.cp/noparam.exp
7294 * gdb.cp/nsdecl.exp
7295 * gdb.cp/nsimport.exp
7296 * gdb.cp/nsnested.exp
7297 * gdb.cp/nsnoimports.exp
7298 * gdb.cp/nsrecurs.exp
7299 * gdb.cp/nsstress.exp
7300 * gdb.cp/nsusing.exp
7301 * gdb.cp/operator.exp
7302 * gdb.cp/oranking.exp
7303 * gdb.cp/overload-const.exp
7304 * gdb.cp/overload.exp
7305 * gdb.cp/ovldbreak.exp
7306 * gdb.cp/ovsrch.exp
7307 * gdb.cp/paren-type.exp
7308 * gdb.cp/parse-lang.exp
7309 * gdb.cp/pass-by-ref.exp
7310 * gdb.cp/pr-1023.exp
7311 * gdb.cp/pr-1210.exp
7312 * gdb.cp/pr-574.exp
7313 * gdb.cp/pr10687.exp
7314 * gdb.cp/pr12028.exp
7315 * gdb.cp/pr17132.exp
7316 * gdb.cp/pr17494.exp
7317 * gdb.cp/pr9067.exp
7318 * gdb.cp/pr9167.exp
7319 * gdb.cp/pr9631.exp
7320 * gdb.cp/printmethod.exp
7321 * gdb.cp/psmang.exp
7322 * gdb.cp/psymtab-parameter.exp
7323 * gdb.cp/ptype-cv-cp.exp
7324 * gdb.cp/ptype-flags.exp
7325 * gdb.cp/re-set-overloaded.exp
7326 * gdb.cp/ref-types.exp
7327 * gdb.cp/rtti.exp
7328 * gdb.cp/scope-err.exp
7329 * gdb.cp/shadow.exp
7330 * gdb.cp/smartp.exp
7331 * gdb.cp/static-method.exp
7332 * gdb.cp/static-print-quit.exp
7333 * gdb.cp/temargs.exp
7334 * gdb.cp/templates.exp
7335 * gdb.cp/try_catch.exp
7336 * gdb.cp/typedef-operator.exp
7337 * gdb.cp/typeid.exp
7338 * gdb.cp/userdef.exp
7339 * gdb.cp/using-crash.exp
7340 * gdb.cp/var-tag.exp
7341 * gdb.cp/virtbase.exp
7342 * gdb.cp/virtfunc.exp
7343 * gdb.cp/virtfunc2.exp
7344 * gdb.cp/vla-cxx.exp
7345 * gdb.disasm/t01_mov.exp
7346 * gdb.disasm/t02_mova.exp
7347 * gdb.disasm/t03_add.exp
7348 * gdb.disasm/t04_sub.exp
7349 * gdb.disasm/t05_cmp.exp
7350 * gdb.disasm/t06_ari2.exp
7351 * gdb.disasm/t07_ari3.exp
7352 * gdb.disasm/t08_or.exp
7353 * gdb.disasm/t09_xor.exp
7354 * gdb.disasm/t10_and.exp
7355 * gdb.disasm/t11_logs.exp
7356 * gdb.disasm/t12_bit.exp
7357 * gdb.disasm/t13_otr.exp
7358 * gdb.dlang/circular.exp
7359 * gdb.dwarf2/arr-stride.exp
7360 * gdb.dwarf2/arr-subrange.exp
7361 * gdb.dwarf2/atomic-type.exp
7362 * gdb.dwarf2/bad-regnum.exp
7363 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7364 * gdb.dwarf2/callframecfa.exp
7365 * gdb.dwarf2/clztest.exp
7366 * gdb.dwarf2/corrupt.exp
7367 * gdb.dwarf2/data-loc.exp
7368 * gdb.dwarf2/dup-psym.exp
7369 * gdb.dwarf2/dw2-anon-mptr.exp
7370 * gdb.dwarf2/dw2-anonymous-func.exp
7371 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7372 * gdb.dwarf2/dw2-bad-unresolved.exp
7373 * gdb.dwarf2/dw2-basic.exp
7374 * gdb.dwarf2/dw2-canonicalize-type.exp
7375 * gdb.dwarf2/dw2-case-insensitive.exp
7376 * gdb.dwarf2/dw2-common-block.exp
7377 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7378 * gdb.dwarf2/dw2-compressed.exp
7379 * gdb.dwarf2/dw2-const.exp
7380 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7381 * gdb.dwarf2/dw2-cu-size.exp
7382 * gdb.dwarf2/dw2-dup-frame.exp
7383 * gdb.dwarf2/dw2-entry-value.exp
7384 * gdb.dwarf2/dw2-icycle.exp
7385 * gdb.dwarf2/dw2-ifort-parameter.exp
7386 * gdb.dwarf2/dw2-inline-break.exp
7387 * gdb.dwarf2/dw2-inline-param.exp
7388 * gdb.dwarf2/dw2-intercu.exp
7389 * gdb.dwarf2/dw2-intermix.exp
7390 * gdb.dwarf2/dw2-lexical-block-bare.exp
7391 * gdb.dwarf2/dw2-linkage-name-trust.exp
7392 * gdb.dwarf2/dw2-minsym-in-cu.exp
7393 * gdb.dwarf2/dw2-noloc.exp
7394 * gdb.dwarf2/dw2-op-call.exp
7395 * gdb.dwarf2/dw2-op-out-param.exp
7396 * gdb.dwarf2/dw2-opt-structptr.exp
7397 * gdb.dwarf2/dw2-param-error.exp
7398 * gdb.dwarf2/dw2-producer.exp
7399 * gdb.dwarf2/dw2-ranges-base.exp
7400 * gdb.dwarf2/dw2-ref-missing-frame.exp
7401 * gdb.dwarf2/dw2-reg-undefined.exp
7402 * gdb.dwarf2/dw2-regno-invalid.exp
7403 * gdb.dwarf2/dw2-restore.exp
7404 * gdb.dwarf2/dw2-restrict.exp
7405 * gdb.dwarf2/dw2-single-line-discriminators.exp
7406 * gdb.dwarf2/dw2-strp.exp
7407 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7408 * gdb.dwarf2/dw2-unresolved.exp
7409 * gdb.dwarf2/dw2-var-zero-addr.exp
7410 * gdb.dwarf2/dw4-sig-types.exp
7411 * gdb.dwarf2/dwz.exp
7412 * gdb.dwarf2/dynarr-ptr.exp
7413 * gdb.dwarf2/enum-type.exp
7414 * gdb.dwarf2/gdb-index.exp
7415 * gdb.dwarf2/implptr-64bit.exp
7416 * gdb.dwarf2/implptr-optimized-out.exp
7417 * gdb.dwarf2/implptr.exp
7418 * gdb.dwarf2/implref-array.exp
7419 * gdb.dwarf2/implref-const.exp
7420 * gdb.dwarf2/implref-global.exp
7421 * gdb.dwarf2/implref-struct.exp
7422 * gdb.dwarf2/mac-fileno.exp
7423 * gdb.dwarf2/main-subprogram.exp
7424 * gdb.dwarf2/member-ptr-forwardref.exp
7425 * gdb.dwarf2/method-ptr.exp
7426 * gdb.dwarf2/missing-sig-type.exp
7427 * gdb.dwarf2/nonvar-access.exp
7428 * gdb.dwarf2/opaque-type-lookup.exp
7429 * gdb.dwarf2/pieces-optimized-out.exp
7430 * gdb.dwarf2/pieces.exp
7431 * gdb.dwarf2/pr10770.exp
7432 * gdb.dwarf2/pr13961.exp
7433 * gdb.dwarf2/staticvirtual.exp
7434 * gdb.dwarf2/subrange.exp
7435 * gdb.dwarf2/symtab-producer.exp
7436 * gdb.dwarf2/trace-crash.exp
7437 * gdb.dwarf2/typeddwarf.exp
7438 * gdb.dwarf2/valop.exp
7439 * gdb.dwarf2/watch-notconst.exp
7440 * gdb.fortran/array-element.exp
7441 * gdb.fortran/charset.exp
7442 * gdb.fortran/common-block.exp
7443 * gdb.fortran/complex.exp
7444 * gdb.fortran/derived-type-function.exp
7445 * gdb.fortran/derived-type.exp
7446 * gdb.fortran/logical.exp
7447 * gdb.fortran/module.exp
7448 * gdb.fortran/multi-dim.exp
7449 * gdb.fortran/nested-funcs.exp
7450 * gdb.fortran/print-formatted.exp
7451 * gdb.fortran/subarray.exp
7452 * gdb.fortran/vla-alloc-assoc.exp
7453 * gdb.fortran/vla-datatypes.exp
7454 * gdb.fortran/vla-history.exp
7455 * gdb.fortran/vla-ptr-info.exp
7456 * gdb.fortran/vla-ptype-sub.exp
7457 * gdb.fortran/vla-ptype.exp
7458 * gdb.fortran/vla-sizeof.exp
7459 * gdb.fortran/vla-type.exp
7460 * gdb.fortran/vla-value-sub-arbitrary.exp
7461 * gdb.fortran/vla-value-sub-finish.exp
7462 * gdb.fortran/vla-value-sub.exp
7463 * gdb.fortran/vla-value.exp
7464 * gdb.fortran/whatis_type.exp
7465 * gdb.go/chan.exp
7466 * gdb.go/handcall.exp
7467 * gdb.go/hello.exp
7468 * gdb.go/integers.exp
7469 * gdb.go/methods.exp
7470 * gdb.go/package.exp
7471 * gdb.go/strings.exp
7472 * gdb.go/types.exp
7473 * gdb.go/unsafe.exp
7474 * gdb.guile/scm-arch.exp
7475 * gdb.guile/scm-block.exp
7476 * gdb.guile/scm-breakpoint.exp
7477 * gdb.guile/scm-cmd.exp
7478 * gdb.guile/scm-disasm.exp
7479 * gdb.guile/scm-equal.exp
7480 * gdb.guile/scm-frame-args.exp
7481 * gdb.guile/scm-frame-inline.exp
7482 * gdb.guile/scm-frame.exp
7483 * gdb.guile/scm-iterator.exp
7484 * gdb.guile/scm-math.exp
7485 * gdb.guile/scm-objfile.exp
7486 * gdb.guile/scm-ports.exp
7487 * gdb.guile/scm-symbol.exp
7488 * gdb.guile/scm-symtab.exp
7489 * gdb.guile/scm-value-cc.exp
7490 * gdb.guile/types-module.exp
7491 * gdb.linespec/break-ask.exp
7492 * gdb.linespec/cpexplicit.exp
7493 * gdb.linespec/explicit.exp
7494 * gdb.linespec/keywords.exp
7495 * gdb.linespec/linespec.exp
7496 * gdb.linespec/ls-dollar.exp
7497 * gdb.linespec/ls-errs.exp
7498 * gdb.linespec/skip-two.exp
7499 * gdb.linespec/thread.exp
7500 * gdb.mi/mi-async.exp
7501 * gdb.mi/mi-basics.exp
7502 * gdb.mi/mi-break.exp
7503 * gdb.mi/mi-catch-load.exp
7504 * gdb.mi/mi-cli.exp
7505 * gdb.mi/mi-cmd-param-changed.exp
7506 * gdb.mi/mi-console.exp
7507 * gdb.mi/mi-detach.exp
7508 * gdb.mi/mi-disassemble.exp
7509 * gdb.mi/mi-eval.exp
7510 * gdb.mi/mi-file-transfer.exp
7511 * gdb.mi/mi-file.exp
7512 * gdb.mi/mi-fill-memory.exp
7513 * gdb.mi/mi-inheritance-syntax-error.exp
7514 * gdb.mi/mi-linespec-err-cp.exp
7515 * gdb.mi/mi-logging.exp
7516 * gdb.mi/mi-memory-changed.exp
7517 * gdb.mi/mi-read-memory.exp
7518 * gdb.mi/mi-record-changed.exp
7519 * gdb.mi/mi-reg-undefined.exp
7520 * gdb.mi/mi-regs.exp
7521 * gdb.mi/mi-return.exp
7522 * gdb.mi/mi-reverse.exp
7523 * gdb.mi/mi-simplerun.exp
7524 * gdb.mi/mi-solib.exp
7525 * gdb.mi/mi-stack.exp
7526 * gdb.mi/mi-stepi.exp
7527 * gdb.mi/mi-syn-frame.exp
7528 * gdb.mi/mi-until.exp
7529 * gdb.mi/mi-var-block.exp
7530 * gdb.mi/mi-var-child.exp
7531 * gdb.mi/mi-var-cmd.exp
7532 * gdb.mi/mi-var-cp.exp
7533 * gdb.mi/mi-var-display.exp
7534 * gdb.mi/mi-var-invalidate.exp
7535 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7536 * gdb.mi/mi-vla-fortran.exp
7537 * gdb.mi/mi-watch.exp
7538 * gdb.mi/mi2-var-child.exp
7539 * gdb.mi/user-selected-context-sync.exp
7540 * gdb.modula2/unbounded-array.exp
7541 * gdb.multi/dummy-frame-restore.exp
7542 * gdb.multi/multi-arch-exec.exp
7543 * gdb.multi/multi-arch.exp
7544 * gdb.multi/tids.exp
7545 * gdb.multi/watchpoint-multi.exp
7546 * gdb.opencl/callfuncs.exp
7547 * gdb.opencl/convs_casts.exp
7548 * gdb.opencl/datatypes.exp
7549 * gdb.opencl/operators.exp
7550 * gdb.opencl/vec_comps.exp
7551 * gdb.opt/clobbered-registers-O2.exp
7552 * gdb.opt/inline-break.exp
7553 * gdb.opt/inline-bt.exp
7554 * gdb.opt/inline-cmds.exp
7555 * gdb.opt/inline-locals.exp
7556 * gdb.pascal/case-insensitive-symbols.exp
7557 * gdb.pascal/floats.exp
7558 * gdb.pascal/gdb11492.exp
7559 * gdb.python/lib-types.exp
7560 * gdb.python/py-arch.exp
7561 * gdb.python/py-as-string.exp
7562 * gdb.python/py-bad-printers.exp
7563 * gdb.python/py-block.exp
7564 * gdb.python/py-breakpoint-create-fail.exp
7565 * gdb.python/py-breakpoint.exp
7566 * gdb.python/py-caller-is.exp
7567 * gdb.python/py-cmd.exp
7568 * gdb.python/py-explore-cc.exp
7569 * gdb.python/py-explore.exp
7570 * gdb.python/py-finish-breakpoint.exp
7571 * gdb.python/py-finish-breakpoint2.exp
7572 * gdb.python/py-frame-args.exp
7573 * gdb.python/py-frame-inline.exp
7574 * gdb.python/py-frame.exp
7575 * gdb.python/py-framefilter-mi.exp
7576 * gdb.python/py-infthread.exp
7577 * gdb.python/py-lazy-string.exp
7578 * gdb.python/py-linetable.exp
7579 * gdb.python/py-mi-events.exp
7580 * gdb.python/py-mi-objfile.exp
7581 * gdb.python/py-mi.exp
7582 * gdb.python/py-objfile.exp
7583 * gdb.python/py-pp-integral.exp
7584 * gdb.python/py-pp-maint.exp
7585 * gdb.python/py-pp-re-notag.exp
7586 * gdb.python/py-pp-registration.exp
7587 * gdb.python/py-recurse-unwind.exp
7588 * gdb.python/py-strfns.exp
7589 * gdb.python/py-symbol.exp
7590 * gdb.python/py-symtab.exp
7591 * gdb.python/py-sync-interp.exp
7592 * gdb.python/py-typeprint.exp
7593 * gdb.python/py-unwind-maint.exp
7594 * gdb.python/py-unwind.exp
7595 * gdb.python/py-value-cc.exp
7596 * gdb.python/py-xmethods.exp
7597 * gdb.reverse/amd64-tailcall-reverse.exp
7598 * gdb.reverse/break-precsave.exp
7599 * gdb.reverse/break-reverse.exp
7600 * gdb.reverse/consecutive-precsave.exp
7601 * gdb.reverse/consecutive-reverse.exp
7602 * gdb.reverse/finish-precsave.exp
7603 * gdb.reverse/finish-reverse-bkpt.exp
7604 * gdb.reverse/finish-reverse.exp
7605 * gdb.reverse/fstatat-reverse.exp
7606 * gdb.reverse/getresuid-reverse.exp
7607 * gdb.reverse/i386-precsave.exp
7608 * gdb.reverse/i386-reverse.exp
7609 * gdb.reverse/i386-sse-reverse.exp
7610 * gdb.reverse/i387-env-reverse.exp
7611 * gdb.reverse/i387-stack-reverse.exp
7612 * gdb.reverse/insn-reverse.exp
7613 * gdb.reverse/machinestate-precsave.exp
7614 * gdb.reverse/machinestate.exp
7615 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7616 * gdb.reverse/pipe-reverse.exp
7617 * gdb.reverse/readv-reverse.exp
7618 * gdb.reverse/recvmsg-reverse.exp
7619 * gdb.reverse/rerun-prec.exp
7620 * gdb.reverse/s390-mvcle.exp
7621 * gdb.reverse/step-precsave.exp
7622 * gdb.reverse/step-reverse.exp
7623 * gdb.reverse/time-reverse.exp
7624 * gdb.reverse/until-precsave.exp
7625 * gdb.reverse/until-reverse.exp
7626 * gdb.reverse/waitpid-reverse.exp
7627 * gdb.reverse/watch-precsave.exp
7628 * gdb.reverse/watch-reverse.exp
7629 * gdb.rust/generics.exp
7630 * gdb.rust/methods.exp
7631 * gdb.rust/modules.exp
7632 * gdb.rust/simple.exp
7633 * gdb.server/connect-with-no-symbol-file.exp
7634 * gdb.server/ext-attach.exp
7635 * gdb.server/ext-restart.exp
7636 * gdb.server/ext-wrapper.exp
7637 * gdb.server/file-transfer.exp
7638 * gdb.server/server-exec-info.exp
7639 * gdb.server/server-kill.exp
7640 * gdb.server/server-mon.exp
7641 * gdb.server/wrapper.exp
7642 * gdb.stabs/exclfwd.exp
7643 * gdb.stabs/gdb11479.exp
7644 * gdb.threads/clone-new-thread-event.exp
7645 * gdb.threads/corethreads.exp
7646 * gdb.threads/current-lwp-dead.exp
7647 * gdb.threads/dlopen-libpthread.exp
7648 * gdb.threads/gcore-thread.exp
7649 * gdb.threads/sigstep-threads.exp
7650 * gdb.threads/watchpoint-fork.exp
7651 * gdb.trace/actions-changed.exp
7652 * gdb.trace/backtrace.exp
7653 * gdb.trace/change-loc.exp
7654 * gdb.trace/circ.exp
7655 * gdb.trace/collection.exp
7656 * gdb.trace/disconnected-tracing.exp
7657 * gdb.trace/ftrace.exp
7658 * gdb.trace/mi-trace-frame-collected.exp
7659 * gdb.trace/mi-trace-unavailable.exp
7660 * gdb.trace/mi-traceframe-changed.exp
7661 * gdb.trace/mi-tsv-changed.exp
7662 * gdb.trace/no-attach-trace.exp
7663 * gdb.trace/passc-dyn.exp
7664 * gdb.trace/qtro.exp
7665 * gdb.trace/range-stepping.exp
7666 * gdb.trace/read-memory.exp
7667 * gdb.trace/save-trace.exp
7668 * gdb.trace/signal.exp
7669 * gdb.trace/status-stop.exp
7670 * gdb.trace/tfile.exp
7671 * gdb.trace/trace-break.exp
7672 * gdb.trace/trace-buffer-size.exp
7673 * gdb.trace/trace-condition.exp
7674 * gdb.trace/tracefile-pseudo-reg.exp
7675 * gdb.trace/tstatus.exp
7676 * gdb.trace/unavailable.exp
7677 * gdb.trace/while-dyn.exp
7678 * gdb.trace/while-stepping.exp
7679
7680 2016-12-22 Doug Evans <xdje42@gmail.com>
7681
7682 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7683 and msymbols.
7684
7685 2016-12-19 Yao Qi <yao.qi@linaro.org>
7686
7687 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7688 (test_with_self): Don't call do_steps_and_nexts, and remove
7689 code about stepping into xmalloc.
7690
7691 2016-12-09 Yao Qi <yao.qi@linaro.org>
7692
7693 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7694
7695 2016-12-09 Yao Qi <yao.qi@linaro.org>
7696
7697 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7698
7699 2016-12-09 Pedro Alves <palves@redhat.com>
7700
7701 * gdb.base/all-architectures-0.exp: New file.
7702 * gdb.base/all-architectures-1.exp: New file.
7703 * gdb.base/all-architectures-2.exp: New file.
7704 * gdb.base/all-architectures-3.exp: New file.
7705 * gdb.base/all-architectures-4.exp: New file.
7706 * gdb.base/all-architectures-5.exp: New file.
7707 * gdb.base/all-architectures-6.exp: New file.
7708 * gdb.base/all-architectures-7.exp: New file.
7709 * gdb.base/all-architectures.exp.in: New file.
7710
7711 2016-12-09 Yao Qi <yao.qi@linaro.org>
7712
7713 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7714
7715 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7716
7717 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7718 possible.
7719 Remove useless pattern-matching code.
7720
7721 2016-12-02 Pedro Alves <palves@redhat.com>
7722
7723 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7724 procedure.
7725 (top level): Call it.
7726
7727 2016-12-02 Pedro Alves <palves@redhat.com>
7728
7729 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7730 New procedure.
7731 (top level): Call it.
7732
7733 2016-12-02 Pedro Alves <palves@redhat.com>
7734
7735 PR cli/20559
7736 * gdb.base/commands.exp (user_defined_command_args_eval): New
7737 procedure.
7738 (top level): Call it.
7739
7740 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7741
7742 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7743 timeout handling.
7744
7745 2016-12-02 Tom Tromey <tom@tromey.com>
7746
7747 * gdb.dwarf2/main-subprogram.c: New file.
7748 * gdb.dwarf2/main-subprogram.exp: New file.
7749
7750 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7751
7752 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7753 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7754 gdb_test_no_output for a couple of cases.
7755 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7756
7757 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7758
7759 Fix test names and standardize compilation error messages throughout
7760 the following files:
7761
7762 * gdb.ada/start.exp
7763 * gdb.arch/alpha-step.exp
7764 * gdb.arch/e500-prologue.exp
7765 * gdb.arch/ftrace-insn-reloc.exp
7766 * gdb.arch/gdb1291.exp
7767 * gdb.arch/gdb1431.exp
7768 * gdb.arch/gdb1558.exp
7769 * gdb.arch/i386-dr3-watch.exp
7770 * gdb.arch/i386-sse-stack-align.exp
7771 * gdb.arch/ia64-breakpoint-shadow.exp
7772 * gdb.arch/pa-nullify.exp
7773 * gdb.arch/powerpc-aix-prologue.exp
7774 * gdb.arch/thumb-bx-pc.exp
7775 * gdb.base/annota1.exp
7776 * gdb.base/annota3.exp
7777 * gdb.base/arrayidx.exp
7778 * gdb.base/assign.exp
7779 * gdb.base/attach.exp
7780 * gdb.base/auxv.exp
7781 * gdb.base/bang.exp
7782 * gdb.base/bfp-test.exp
7783 * gdb.base/bigcore.exp
7784 * gdb.base/bitfields2.exp
7785 * gdb.base/break-fun-addr.exp
7786 * gdb.base/break-probes.exp
7787 * gdb.base/call-rt-st.exp
7788 * gdb.base/callexit.exp
7789 * gdb.base/catch-fork-kill.exp
7790 * gdb.base/charset.exp
7791 * gdb.base/checkpoint.exp
7792 * gdb.base/comprdebug.exp
7793 * gdb.base/constvars.exp
7794 * gdb.base/coredump-filter.exp
7795 * gdb.base/cursal.exp
7796 * gdb.base/cvexpr.exp
7797 * gdb.base/detach.exp
7798 * gdb.base/display.exp
7799 * gdb.base/dmsym.exp
7800 * gdb.base/dprintf-pending.exp
7801 * gdb.base/dso2dso.exp
7802 * gdb.base/dtrace-probe.exp
7803 * gdb.base/dump.exp
7804 * gdb.base/enum_cond.exp
7805 * gdb.base/exe-lock.exp
7806 * gdb.base/exec-invalid-sysroot.exp
7807 * gdb.base/execl-update-breakpoints.exp
7808 * gdb.base/exprs.exp
7809 * gdb.base/fileio.exp
7810 * gdb.base/find.exp
7811 * gdb.base/finish.exp
7812 * gdb.base/fixsection.exp
7813 * gdb.base/foll-vfork.exp
7814 * gdb.base/frame-args.exp
7815 * gdb.base/gcore.exp
7816 * gdb.base/gdb1250.exp
7817 * gdb.base/global-var-nested-by-dso.exp
7818 * gdb.base/gnu-ifunc.exp
7819 * gdb.base/hashline1.exp
7820 * gdb.base/hashline2.exp
7821 * gdb.base/hashline3.exp
7822 * gdb.base/hbreak-in-shr-unsupported.exp
7823 * gdb.base/huge.exp
7824 * gdb.base/infcall-input.exp
7825 * gdb.base/info-fun.exp
7826 * gdb.base/info-shared.exp
7827 * gdb.base/jit-simple.exp
7828 * gdb.base/jit-so.exp
7829 * gdb.base/jit.exp
7830 * gdb.base/jump.exp
7831 * gdb.base/label.exp
7832 * gdb.base/lineinc.exp
7833 * gdb.base/logical.exp
7834 * gdb.base/longjmp.exp
7835 * gdb.base/macscp.exp
7836 * gdb.base/miscexprs.exp
7837 * gdb.base/new-ui-echo.exp
7838 * gdb.base/new-ui-pending-input.exp
7839 * gdb.base/new-ui.exp
7840 * gdb.base/nodebug.exp
7841 * gdb.base/nofield.exp
7842 * gdb.base/offsets.exp
7843 * gdb.base/overlays.exp
7844 * gdb.base/pending.exp
7845 * gdb.base/pointers.exp
7846 * gdb.base/pr11022.exp
7847 * gdb.base/printcmds.exp
7848 * gdb.base/prologue.exp
7849 * gdb.base/ptr-typedef.exp
7850 * gdb.base/realname-expand.exp
7851 * gdb.base/relativedebug.exp
7852 * gdb.base/relocate.exp
7853 * gdb.base/remote.exp
7854 * gdb.base/reread.exp
7855 * gdb.base/return2.exp
7856 * gdb.base/savedregs.exp
7857 * gdb.base/sep.exp
7858 * gdb.base/sepdebug.exp
7859 * gdb.base/sepsymtab.exp
7860 * gdb.base/set-inferior-tty.exp
7861 * gdb.base/setshow.exp
7862 * gdb.base/shlib-call.exp
7863 * gdb.base/sigaltstack.exp
7864 * gdb.base/siginfo-addr.exp
7865 * gdb.base/signals.exp
7866 * gdb.base/signull.exp
7867 * gdb.base/sigrepeat.exp
7868 * gdb.base/so-impl-ld.exp
7869 * gdb.base/solib-display.exp
7870 * gdb.base/solib-overlap.exp
7871 * gdb.base/solib-search.exp
7872 * gdb.base/solib-symbol.exp
7873 * gdb.base/structs.exp
7874 * gdb.base/structs2.exp
7875 * gdb.base/symtab-search-order.exp
7876 * gdb.base/twice.exp
7877 * gdb.base/unload.exp
7878 * gdb.base/varargs.exp
7879 * gdb.base/watchpoint-solib.exp
7880 * gdb.base/watchpoint.exp
7881 * gdb.base/whatis.exp
7882 * gdb.base/wrong_frame_bt_full.exp
7883 * gdb.btrace/dlopen.exp
7884 * gdb.cell/ea-standalone.exp
7885 * gdb.cell/ea-test.exp
7886 * gdb.cp/dispcxx.exp
7887 * gdb.cp/gdb2384.exp
7888 * gdb.cp/method2.exp
7889 * gdb.cp/nextoverthrow.exp
7890 * gdb.cp/pr10728.exp
7891 * gdb.disasm/am33.exp
7892 * gdb.disasm/h8300s.exp
7893 * gdb.disasm/mn10300.exp
7894 * gdb.disasm/sh3.exp
7895 * gdb.dwarf2/dw2-dir-file-name.exp
7896 * gdb.fortran/complex.exp
7897 * gdb.fortran/library-module.exp
7898 * gdb.guile/scm-pretty-print.exp
7899 * gdb.guile/scm-symbol.exp
7900 * gdb.guile/scm-type.exp
7901 * gdb.guile/scm-value.exp
7902 * gdb.linespec/linespec.exp
7903 * gdb.mi/gdb701.exp
7904 * gdb.mi/gdb792.exp
7905 * gdb.mi/mi-breakpoint-changed.exp
7906 * gdb.mi/mi-dprintf-pending.exp
7907 * gdb.mi/mi-dprintf.exp
7908 * gdb.mi/mi-exit-code.exp
7909 * gdb.mi/mi-pending.exp
7910 * gdb.mi/mi-solib.exp
7911 * gdb.mi/new-ui-mi-sync.exp
7912 * gdb.mi/pr11022.exp
7913 * gdb.mi/user-selected-context-sync.exp
7914 * gdb.opt/solib-intra-step.exp
7915 * gdb.python/py-events.exp
7916 * gdb.python/py-finish-breakpoint.exp
7917 * gdb.python/py-mi.exp
7918 * gdb.python/py-prettyprint.exp
7919 * gdb.python/py-shared.exp
7920 * gdb.python/py-symbol.exp
7921 * gdb.python/py-template.exp
7922 * gdb.python/py-type.exp
7923 * gdb.python/py-value.exp
7924 * gdb.reverse/solib-precsave.exp
7925 * gdb.reverse/solib-reverse.exp
7926 * gdb.server/solib-list.exp
7927 * gdb.stabs/weird.exp
7928 * gdb.threads/reconnect-signal.exp
7929 * gdb.threads/stepi-random-signal.exp
7930 * gdb.trace/actions.exp
7931 * gdb.trace/ax.exp
7932 * gdb.trace/backtrace.exp
7933 * gdb.trace/change-loc.exp
7934 * gdb.trace/deltrace.exp
7935 * gdb.trace/ftrace-lock.exp
7936 * gdb.trace/ftrace.exp
7937 * gdb.trace/infotrace.exp
7938 * gdb.trace/mi-tracepoint-changed.exp
7939 * gdb.trace/packetlen.exp
7940 * gdb.trace/passcount.exp
7941 * gdb.trace/pending.exp
7942 * gdb.trace/range-stepping.exp
7943 * gdb.trace/report.exp
7944 * gdb.trace/stap-trace.exp
7945 * gdb.trace/tfind.exp
7946 * gdb.trace/trace-break.exp
7947 * gdb.trace/trace-condition.exp
7948 * gdb.trace/trace-enable-disable.exp
7949 * gdb.trace/trace-mt.exp
7950 * gdb.trace/tracecmd.exp
7951 * gdb.trace/tspeed.exp
7952 * gdb.trace/tsv.exp
7953 * lib/perftest.exp
7954
7955 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7956
7957 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7958 with gdb_test_no_output.
7959 Use command as test name.
7960
7961 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7962
7963 Fix test names starting with uppercase throughout the files.
7964
7965 * gdb.ada/assign_1.exp
7966 * gdb.ada/boolean_expr.exp
7967 * gdb.base/arrayidx.exp
7968 * gdb.base/del.exp
7969 * gdb.base/gcore-buffer-overflow.exp
7970 * gdb.base/testenv.exp
7971 * gdb.compile/compile.exp
7972 * gdb.python/py-framefilter-invalidarg.exp
7973 * gdb.python/py-framefilter.exp
7974
7975 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7976
7977 Fix test names starting with uppercase throughout the files.
7978
7979 * gdb.ada/array_return.exp
7980 * gdb.ada/expr_delims.exp
7981 * gdb.ada/mi_dyn_arr.exp
7982 * gdb.ada/mi_interface.exp
7983 * gdb.ada/mi_var_array.exp
7984 * gdb.ada/watch_arg.exp
7985 * gdb.arch/alpha-step.exp
7986 * gdb.arch/altivec-regs.exp
7987 * gdb.arch/e500-regs.exp
7988 * gdb.arch/powerpc-d128-regs.exp
7989 * gdb.base/arrayidx.exp
7990 * gdb.base/break.exp
7991 * gdb.base/checkpoint.exp
7992 * gdb.base/debug-expr.exp
7993 * gdb.base/dmsym.exp
7994 * gdb.base/radix.exp
7995 * gdb.base/sepdebug.exp
7996 * gdb.base/testenv.exp
7997 * gdb.base/watch_thread_num.exp
7998 * gdb.base/watchpoint-cond-gone.exp
7999 * gdb.cell/break.exp
8000 * gdb.cell/ea-cache.exp
8001 * gdb.compile/compile.exp
8002 * gdb.cp/gdb2495.exp
8003 * gdb.gdb/selftest.exp
8004 * gdb.gdb/xfullpath.exp
8005 * gdb.go/hello.exp
8006 * gdb.go/integers.exp
8007 * gdb.objc/basicclass.exp
8008 * gdb.pascal/hello.exp
8009 * gdb.pascal/integers.exp
8010 * gdb.python/py-breakpoint.exp
8011 * gdb.python/py-cmd.exp
8012 * gdb.python/py-linetable.exp
8013 * gdb.python/py-xmethods.exp
8014 * gdb.python/python.exp
8015 * gdb.reverse/consecutive-precsave.exp
8016 * gdb.reverse/finish-precsave.exp
8017 * gdb.reverse/i386-precsave.exp
8018 * gdb.reverse/machinestate-precsave.exp
8019 * gdb.reverse/sigall-precsave.exp
8020 * gdb.reverse/solib-precsave.exp
8021 * gdb.reverse/step-precsave.exp
8022 * gdb.reverse/until-precsave.exp
8023 * gdb.reverse/watch-precsave.exp
8024 * gdb.threads/leader-exit.exp
8025 * gdb.threads/pthreads.exp
8026 * gdb.threads/wp-replication.exp
8027 * gdb.trace/actions.exp
8028 * gdb.trace/mi-tsv-changed.exp
8029 * gdb.trace/tsv.exp
8030
8031 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8032
8033 Fix test names starting with uppercase throughout the files.
8034
8035 * gdb.arch/i386-bp_permanent.exp
8036 * gdb.arch/i386-gnu-cfi.exp
8037 * gdb.base/disasm-end-cu.exp
8038 * gdb.base/macscp.exp
8039 * gdb.base/pending.exp
8040 * gdb.base/watch_thread_num.exp
8041 * gdb.cp/exception.exp
8042 * gdb.cp/gdb2495.exp
8043 * gdb.cp/local.exp
8044 * gdb.python/py-evsignal.exp
8045 * gdb.python/python.exp
8046 * gdb.trace/tracecmd.exp
8047
8048 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8049
8050 Fix test names starting with uppercase throughout the files.
8051
8052 * gdb.base/charset.exp
8053 * gdb.base/eval.exp
8054 * gdb.base/multi-forks.exp
8055 * gdb.guile/scm-progspace.exp
8056 * gdb.opencl/datatypes.exp
8057 * gdb.python/py-block.exp
8058 * gdb.python/py-function.exp
8059 * gdb.python/py-symbol.exp
8060 * gdb.python/py-symtab.exp
8061 * gdb.python/py-xmethods.exp
8062 * gdb.reverse/break-precsave.exp
8063 * gdb.reverse/break-reverse.exp
8064 * gdb.reverse/consecutive-precsave.exp
8065 * gdb.reverse/consecutive-reverse.exp
8066 * gdb.reverse/finish-precsave.exp
8067 * gdb.reverse/finish-reverse-bkpt.exp
8068 * gdb.reverse/finish-reverse.exp
8069 * gdb.reverse/fstatat-reverse.exp
8070 * gdb.reverse/getresuid-reverse.exp
8071 * gdb.reverse/i386-precsave.exp
8072 * gdb.reverse/i386-reverse.exp
8073 * gdb.reverse/i386-sse-reverse.exp
8074 * gdb.reverse/i387-stack-reverse.exp
8075 * gdb.reverse/insn-reverse.exp
8076 * gdb.reverse/machinestate-precsave.exp
8077 * gdb.reverse/machinestate.exp
8078 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8079 * gdb.reverse/pipe-reverse.exp
8080 * gdb.reverse/readv-reverse.exp
8081 * gdb.reverse/recvmsg-reverse.exp
8082 * gdb.reverse/rerun-prec.exp
8083 * gdb.reverse/s390-mvcle.exp
8084 * gdb.reverse/sigall-precsave.exp
8085 * gdb.reverse/sigall-reverse.exp
8086 * gdb.reverse/solib-precsave.exp
8087 * gdb.reverse/solib-reverse.exp
8088 * gdb.reverse/step-precsave.exp
8089 * gdb.reverse/step-reverse.exp
8090 * gdb.reverse/time-reverse.exp
8091 * gdb.reverse/until-precsave.exp
8092 * gdb.reverse/until-reverse.exp
8093 * gdb.reverse/waitpid-reverse.exp
8094 * gdb.reverse/watch-precsave.exp
8095 * gdb.reverse/watch-reverse.exp
8096
8097 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8098
8099 Fix test names starting with uppercase throughout the files.
8100
8101 * gdb.arch/i386-mpx-simple_segv.exp
8102 * gdb.arch/i386-mpx.exp
8103 * gdb.arch/i386-permbkpt.exp
8104 * gdb.arch/pa-nullify.exp
8105 * gdb.arch/powerpc-d128-regs.exp
8106 * gdb.arch/vsx-regs.exp
8107 * gdb.base/bfp-test.exp
8108 * gdb.base/break.exp
8109 * gdb.base/breakpoint-shadow.exp
8110 * gdb.base/callfuncs.exp
8111 * gdb.base/charset.exp
8112 * gdb.base/commands.exp
8113 * gdb.base/completion.exp
8114 * gdb.base/dfp-test.exp
8115 * gdb.base/echo.exp
8116 * gdb.base/ending-run.exp
8117 * gdb.base/eval.exp
8118 * gdb.base/expand-psymtabs.exp
8119 * gdb.base/float128.exp
8120 * gdb.base/floatn.exp
8121 * gdb.base/foll-exec-mode.exp
8122 * gdb.base/gdb1056.exp
8123 * gdb.base/gdb11531.exp
8124 * gdb.base/kill-after-signal.exp
8125 * gdb.base/multi-forks.exp
8126 * gdb.base/overlays.exp
8127 * gdb.base/pending.exp
8128 * gdb.base/sepdebug.exp
8129 * gdb.base/testenv.exp
8130 * gdb.base/valgrind-db-attach.exp
8131 * gdb.base/watch_thread_num.exp
8132 * gdb.base/watchpoint-cond-gone.exp
8133 * gdb.base/watchpoint.exp
8134 * gdb.base/watchpoints.exp
8135 * gdb.cp/arg-reference.exp
8136 * gdb.cp/baseenum.exp
8137 * gdb.cp/operator.exp
8138 * gdb.cp/shadow.exp
8139 * gdb.dwarf2/dw2-op-out-param.exp
8140 * gdb.dwarf2/dw2-reg-undefined.exp
8141 * gdb.go/chan.exp
8142 * gdb.go/hello.exp
8143 * gdb.go/integers.exp
8144 * gdb.go/methods.exp
8145 * gdb.go/package.exp
8146 * gdb.guile/scm-parameter.exp
8147 * gdb.guile/scm-progspace.exp
8148 * gdb.guile/scm-value.exp
8149 * gdb.mi/mi-pending.exp
8150 * gdb.mi/user-selected-context-sync.exp
8151 * gdb.multi/multi-attach.exp
8152 * gdb.multi/tids.exp
8153 * gdb.opt/clobbered-registers-O2.exp
8154 * gdb.pascal/floats.exp
8155 * gdb.pascal/integers.exp
8156 * gdb.python/py-block.exp
8157 * gdb.python/py-events.exp
8158 * gdb.python/py-parameter.exp
8159 * gdb.python/py-symbol.exp
8160 * gdb.python/py-symtab.exp
8161 * gdb.python/py-type.exp
8162 * gdb.python/py-value.exp
8163 * gdb.python/py-xmethods.exp
8164 * gdb.python/python.exp
8165 * gdb.reverse/break-precsave.exp
8166 * gdb.reverse/consecutive-precsave.exp
8167 * gdb.reverse/finish-precsave.exp
8168 * gdb.reverse/i386-precsave.exp
8169 * gdb.reverse/machinestate-precsave.exp
8170 * gdb.reverse/sigall-precsave.exp
8171 * gdb.reverse/solib-precsave.exp
8172 * gdb.reverse/step-precsave.exp
8173 * gdb.reverse/until-precsave.exp
8174 * gdb.reverse/watch-precsave.exp
8175 * gdb.server/ext-attach.exp
8176 * gdb.server/ext-restart.exp
8177 * gdb.server/ext-run.exp
8178 * gdb.server/ext-wrapper.exp
8179 * gdb.stabs/gdb11479.exp
8180 * gdb.stabs/weird.exp
8181 * gdb.threads/attach-many-short-lived-threads.exp
8182 * gdb.threads/kill.exp
8183 * gdb.threads/watchpoint-fork.exp
8184
8185 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8186
8187 Fix test names starting with uppercase throughout all the files below.
8188
8189 * gdb.ada/array_return.exp
8190 * gdb.ada/catch_ex.exp
8191 * gdb.ada/info_exc.exp
8192 * gdb.ada/mi_catch_ex.exp
8193 * gdb.ada/mi_dyn_arr.exp
8194 * gdb.ada/mi_ex_cond.exp
8195 * gdb.ada/mi_exc_info.exp
8196 * gdb.ada/mi_interface.exp
8197 * gdb.ada/mi_task_arg.exp
8198 * gdb.ada/mi_task_info.exp
8199 * gdb.ada/mi_var_array.exp
8200 * gdb.arch/alpha-step.exp
8201 * gdb.arch/amd64-disp-step.exp
8202 * gdb.arch/arm-disp-step.exp
8203 * gdb.arch/disp-step-insn-reloc.exp
8204 * gdb.arch/e500-prologue.exp
8205 * gdb.arch/ftrace-insn-reloc.exp
8206 * gdb.arch/gdb1558.exp
8207 * gdb.arch/i386-bp_permanent.exp
8208 * gdb.arch/i386-disp-step.exp
8209 * gdb.arch/i386-float.exp
8210 * gdb.arch/i386-gnu-cfi.exp
8211 * gdb.arch/ia64-breakpoint-shadow.exp
8212 * gdb.arch/mips16-thunks.exp
8213 * gdb.arch/pa-nullify.exp
8214 * gdb.arch/powerpc-aix-prologue.exp
8215 * gdb.arch/powerpc-power.exp
8216 * gdb.arch/ppc-dfp.exp
8217 * gdb.arch/s390-tdbregs.exp
8218 * gdb.arch/spu-info.exp
8219 * gdb.arch/spu-ls.exp
8220 * gdb.arch/thumb-bx-pc.exp
8221 * gdb.base/advance.exp
8222 * gdb.base/annota-input-while-running.exp
8223 * gdb.base/arrayidx.exp
8224 * gdb.base/asmlabel.exp
8225 * gdb.base/async.exp
8226 * gdb.base/attach-wait-input.exp
8227 * gdb.base/auto-connect-native-target.exp
8228 * gdb.base/batch-preserve-term-settings.exp
8229 * gdb.base/bfp-test.exp
8230 * gdb.base/bigcore.exp
8231 * gdb.base/bp-permanent.exp
8232 * gdb.base/break-always.exp
8233 * gdb.base/break-fun-addr.exp
8234 * gdb.base/break-idempotent.exp
8235 * gdb.base/break-main-file-remove-fail.exp
8236 * gdb.base/break-probes.exp
8237 * gdb.base/break-unload-file.exp
8238 * gdb.base/break.exp
8239 * gdb.base/call-ar-st.exp
8240 * gdb.base/call-rt-st.exp
8241 * gdb.base/call-sc.exp
8242 * gdb.base/call-signal-resume.exp
8243 * gdb.base/call-strs.exp
8244 * gdb.base/callexit.exp
8245 * gdb.base/callfuncs.exp
8246 * gdb.base/catch-gdb-caused-signals.exp
8247 * gdb.base/catch-signal-siginfo-cond.exp
8248 * gdb.base/catch-syscall.exp
8249 * gdb.base/compare-sections.exp
8250 * gdb.base/cond-eval-mode.exp
8251 * gdb.base/condbreak-call-false.exp
8252 * gdb.base/consecutive-step-over.exp
8253 * gdb.base/cursal.exp
8254 * gdb.base/disabled-location.exp
8255 * gdb.base/disasm-end-cu.exp
8256 * gdb.base/display.exp
8257 * gdb.base/double-prompt-target-event-error.exp
8258 * gdb.base/dprintf-bp-same-addr.exp
8259 * gdb.base/dprintf-detach.exp
8260 * gdb.base/dprintf-next.exp
8261 * gdb.base/dprintf-non-stop.exp
8262 * gdb.base/dprintf-pending.exp
8263 * gdb.base/dso2dso.exp
8264 * gdb.base/ending-run.exp
8265 * gdb.base/enum_cond.exp
8266 * gdb.base/examine-backward.exp
8267 * gdb.base/exe-lock.exp
8268 * gdb.base/exec-invalid-sysroot.exp
8269 * gdb.base/execl-update-breakpoints.exp
8270 * gdb.base/execution-termios.exp
8271 * gdb.base/fileio.exp
8272 * gdb.base/fixsection.exp
8273 * gdb.base/foll-exec-mode.exp
8274 * gdb.base/foll-exec.exp
8275 * gdb.base/fork-running-state.exp
8276 * gdb.base/frame-args.exp
8277 * gdb.base/fullpath-expand.exp
8278 * gdb.base/func-ptr.exp
8279 * gdb.base/gcore-relro-pie.exp
8280 * gdb.base/gdb1090.exp
8281 * gdb.base/gdb1555.exp
8282 * gdb.base/global-var-nested-by-dso.exp
8283 * gdb.base/gnu-ifunc.exp
8284 * gdb.base/hbreak-in-shr-unsupported.exp
8285 * gdb.base/hbreak-unmapped.exp
8286 * gdb.base/hook-stop.exp
8287 * gdb.base/infcall-input.exp
8288 * gdb.base/info-fun.exp
8289 * gdb.base/info-shared.exp
8290 * gdb.base/interrupt-noterm.exp
8291 * gdb.base/jit-so.exp
8292 * gdb.base/jit.exp
8293 * gdb.base/line-symtabs.exp
8294 * gdb.base/list.exp
8295 * gdb.base/longjmp.exp
8296 * gdb.base/macscp.exp
8297 * gdb.base/max-value-size.exp
8298 * gdb.base/nodebug.exp
8299 * gdb.base/nofield.exp
8300 * gdb.base/overlays.exp
8301 * gdb.base/paginate-after-ctrl-c-running.exp
8302 * gdb.base/paginate-bg-execution.exp
8303 * gdb.base/paginate-inferior-exit.exp
8304 * gdb.base/pending.exp
8305 * gdb.base/pr11022.exp
8306 * gdb.base/printcmds.exp
8307 * gdb.base/ptr-typedef.exp
8308 * gdb.base/ptype.exp
8309 * gdb.base/randomize.exp
8310 * gdb.base/range-stepping.exp
8311 * gdb.base/realname-expand.exp
8312 * gdb.base/relativedebug.exp
8313 * gdb.base/remote.exp
8314 * gdb.base/savedregs.exp
8315 * gdb.base/sepdebug.exp
8316 * gdb.base/set-noassign.exp
8317 * gdb.base/shlib-call.exp
8318 * gdb.base/shreloc.exp
8319 * gdb.base/sigaltstack.exp
8320 * gdb.base/sigbpt.exp
8321 * gdb.base/siginfo-addr.exp
8322 * gdb.base/siginfo-obj.exp
8323 * gdb.base/siginfo-thread.exp
8324 * gdb.base/signest.exp
8325 * gdb.base/signull.exp
8326 * gdb.base/sigrepeat.exp
8327 * gdb.base/skip.exp
8328 * gdb.base/so-impl-ld.exp
8329 * gdb.base/solib-corrupted.exp
8330 * gdb.base/solib-disc.exp
8331 * gdb.base/solib-display.exp
8332 * gdb.base/solib-overlap.exp
8333 * gdb.base/solib-search.exp
8334 * gdb.base/solib-symbol.exp
8335 * gdb.base/source-execution.exp
8336 * gdb.base/sss-bp-on-user-bp-2.exp
8337 * gdb.base/sss-bp-on-user-bp.exp
8338 * gdb.base/stack-checking.exp
8339 * gdb.base/stale-infcall.exp
8340 * gdb.base/step-break.exp
8341 * gdb.base/step-line.exp
8342 * gdb.base/step-over-exit.exp
8343 * gdb.base/step-test.exp
8344 * gdb.base/structs.exp
8345 * gdb.base/sym-file.exp
8346 * gdb.base/symtab-search-order.exp
8347 * gdb.base/term.exp
8348 * gdb.base/type-opaque.exp
8349 * gdb.base/unload.exp
8350 * gdb.base/until-nodebug.exp
8351 * gdb.base/until.exp
8352 * gdb.base/unwindonsignal.exp
8353 * gdb.base/watch-cond.exp
8354 * gdb.base/watch-non-mem.exp
8355 * gdb.base/watch_thread_num.exp
8356 * gdb.base/watchpoint-reuse-slot.exp
8357 * gdb.base/watchpoint-solib.exp
8358 * gdb.base/watchpoint.exp
8359 * gdb.btrace/dlopen.exp
8360 * gdb.cell/arch.exp
8361 * gdb.cell/break.exp
8362 * gdb.cell/bt.exp
8363 * gdb.cell/core.exp
8364 * gdb.cell/data.exp
8365 * gdb.cell/dwarfaddr.exp
8366 * gdb.cell/ea-cache.exp
8367 * gdb.cell/ea-standalone.exp
8368 * gdb.cell/ea-test.exp
8369 * gdb.cell/f-regs.exp
8370 * gdb.cell/fork.exp
8371 * gdb.cell/gcore.exp
8372 * gdb.cell/mem-access.exp
8373 * gdb.cell/ptype.exp
8374 * gdb.cell/registers.exp
8375 * gdb.cell/sizeof.exp
8376 * gdb.cell/solib-symbol.exp
8377 * gdb.cell/solib.exp
8378 * gdb.compile/compile-tls.exp
8379 * gdb.cp/exception.exp
8380 * gdb.cp/gdb2495.exp
8381 * gdb.cp/local.exp
8382 * gdb.cp/mb-inline.exp
8383 * gdb.cp/mb-templates.exp
8384 * gdb.cp/pr10687.exp
8385 * gdb.cp/pr9167.exp
8386 * gdb.cp/scope-err.exp
8387 * gdb.cp/templates.exp
8388 * gdb.cp/virtfunc.exp
8389 * gdb.dwarf2/dw2-dir-file-name.exp
8390 * gdb.dwarf2/dw2-single-line-discriminators.exp
8391 * gdb.fortran/complex.exp
8392 * gdb.fortran/library-module.exp
8393 * gdb.guile/guile.exp
8394 * gdb.guile/scm-cmd.exp
8395 * gdb.guile/scm-frame-inline.exp
8396 * gdb.guile/scm-objfile.exp
8397 * gdb.guile/scm-pretty-print.exp
8398 * gdb.guile/scm-symbol.exp
8399 * gdb.guile/scm-type.exp
8400 * gdb.guile/scm-value.exp
8401 * gdb.linespec/keywords.exp
8402 * gdb.linespec/ls-errs.exp
8403 * gdb.linespec/macro-relative.exp
8404 * gdb.linespec/thread.exp
8405 * gdb.mi/mi-breakpoint-changed.exp
8406 * gdb.mi/mi-dprintf-pending.exp
8407 * gdb.mi/mi-fullname-deleted.exp
8408 * gdb.mi/mi-logging.exp
8409 * gdb.mi/mi-pending.exp
8410 * gdb.mi/mi-solib.exp
8411 * gdb.mi/new-ui-mi-sync.exp
8412 * gdb.mi/user-selected-context-sync.exp
8413 * gdb.multi/dummy-frame-restore.exp
8414 * gdb.multi/multi-arch-exec.exp
8415 * gdb.multi/remove-inferiors.exp
8416 * gdb.multi/watchpoint-multi-exit.exp
8417 * gdb.opt/solib-intra-step.exp
8418 * gdb.perf/backtrace.exp
8419 * gdb.perf/single-step.exp
8420 * gdb.perf/skip-command.exp
8421 * gdb.perf/skip-prologue.exp
8422 * gdb.perf/solib.exp
8423 * gdb.python/lib-types.exp
8424 * gdb.python/py-as-string.exp
8425 * gdb.python/py-bad-printers.exp
8426 * gdb.python/py-block.exp
8427 * gdb.python/py-breakpoint.exp
8428 * gdb.python/py-cmd.exp
8429 * gdb.python/py-events.exp
8430 * gdb.python/py-evthreads.exp
8431 * gdb.python/py-finish-breakpoint.exp
8432 * gdb.python/py-finish-breakpoint2.exp
8433 * gdb.python/py-frame-inline.exp
8434 * gdb.python/py-frame.exp
8435 * gdb.python/py-inferior.exp
8436 * gdb.python/py-infthread.exp
8437 * gdb.python/py-mi.exp
8438 * gdb.python/py-objfile.exp
8439 * gdb.python/py-pp-maint.exp
8440 * gdb.python/py-pp-registration.exp
8441 * gdb.python/py-prettyprint.exp
8442 * gdb.python/py-recurse-unwind.exp
8443 * gdb.python/py-shared.exp
8444 * gdb.python/py-symbol.exp
8445 * gdb.python/py-symtab.exp
8446 * gdb.python/py-template.exp
8447 * gdb.python/py-type.exp
8448 * gdb.python/py-unwind-maint.exp
8449 * gdb.python/py-unwind.exp
8450 * gdb.python/py-value.exp
8451 * gdb.python/python.exp
8452 * gdb.reverse/finish-reverse-bkpt.exp
8453 * gdb.reverse/insn-reverse.exp
8454 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8455 * gdb.reverse/solib-precsave.exp
8456 * gdb.reverse/solib-reverse.exp
8457 * gdb.stabs/gdb11479.exp
8458 * gdb.stabs/weird.exp
8459 * gdb.threads/fork-child-threads.exp
8460 * gdb.threads/fork-plus-threads.exp
8461 * gdb.threads/fork-thread-pending.exp
8462 * gdb.threads/forking-threads-plus-breakpoint.exp
8463 * gdb.threads/hand-call-in-threads.exp
8464 * gdb.threads/interrupted-hand-call.exp
8465 * gdb.threads/linux-dp.exp
8466 * gdb.threads/local-watch-wrong-thread.exp
8467 * gdb.threads/next-while-other-thread-longjmps.exp
8468 * gdb.threads/non-ldr-exit.exp
8469 * gdb.threads/pending-step.exp
8470 * gdb.threads/print-threads.exp
8471 * gdb.threads/process-dies-while-detaching.exp
8472 * gdb.threads/process-dies-while-handling-bp.exp
8473 * gdb.threads/pthreads.exp
8474 * gdb.threads/queue-signal.exp
8475 * gdb.threads/reconnect-signal.exp
8476 * gdb.threads/signal-command-handle-nopass.exp
8477 * gdb.threads/signal-command-multiple-signals-pending.exp
8478 * gdb.threads/signal-delivered-right-thread.exp
8479 * gdb.threads/signal-sigtrap.exp
8480 * gdb.threads/sigthread.exp
8481 * gdb.threads/staticthreads.exp
8482 * gdb.threads/stepi-random-signal.exp
8483 * gdb.threads/thread-unwindonsignal.exp
8484 * gdb.threads/thread_check.exp
8485 * gdb.threads/thread_events.exp
8486 * gdb.threads/tid-reuse.exp
8487 * gdb.threads/tls-nodebug.exp
8488 * gdb.threads/tls-shared.exp
8489 * gdb.threads/tls-so_extern.exp
8490 * gdb.threads/tls.exp
8491 * gdb.threads/wp-replication.exp
8492 * gdb.trace/actions-changed.exp
8493 * gdb.trace/actions.exp
8494 * gdb.trace/backtrace.exp
8495 * gdb.trace/change-loc.exp
8496 * gdb.trace/collection.exp
8497 * gdb.trace/deltrace.exp
8498 * gdb.trace/disconnected-tracing.exp
8499 * gdb.trace/entry-values.exp
8500 * gdb.trace/ftrace-lock.exp
8501 * gdb.trace/ftrace.exp
8502 * gdb.trace/infotrace.exp
8503 * gdb.trace/mi-trace-frame-collected.exp
8504 * gdb.trace/mi-trace-unavailable.exp
8505 * gdb.trace/mi-traceframe-changed.exp
8506 * gdb.trace/mi-tracepoint-changed.exp
8507 * gdb.trace/mi-tsv-changed.exp
8508 * gdb.trace/no-attach-trace.exp
8509 * gdb.trace/packetlen.exp
8510 * gdb.trace/passc-dyn.exp
8511 * gdb.trace/passcount.exp
8512 * gdb.trace/pending.exp
8513 * gdb.trace/pr16508.exp
8514 * gdb.trace/qtro.exp
8515 * gdb.trace/range-stepping.exp
8516 * gdb.trace/read-memory.exp
8517 * gdb.trace/report.exp
8518 * gdb.trace/save-trace.exp
8519 * gdb.trace/signal.exp
8520 * gdb.trace/stap-trace.exp
8521 * gdb.trace/status-stop.exp
8522 * gdb.trace/strace.exp
8523 * gdb.trace/tfile.exp
8524 * gdb.trace/tfind.exp
8525 * gdb.trace/trace-break.exp
8526 * gdb.trace/trace-condition.exp
8527 * gdb.trace/trace-enable-disable.exp
8528 * gdb.trace/trace-mt.exp
8529 * gdb.trace/tracecmd.exp
8530 * gdb.trace/tracefile-pseudo-reg.exp
8531 * gdb.trace/tspeed.exp
8532 * gdb.trace/tstatus.exp
8533 * gdb.trace/tsv.exp
8534 * gdb.trace/unavailable.exp
8535 * gdb.trace/while-dyn.exp
8536 * gdb.trace/while-stepping.exp
8537 * lib/gdb-guile.exp
8538 * lib/gdb.exp
8539 * lib/mi-support.exp
8540 * lib/pascal.exp
8541 * lib/perftest.exp
8542 * lib/prelink-support.exp
8543 * lib/selftest-support.exp
8544
8545 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8546
8547 * Makefile.in: Include disable-implicit-rules.mk.
8548
8549 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8550
8551 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8552 non-byte-aligned bit fields.
8553
8554 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8555
8556 PR gdb/12616
8557 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8558 respects the DW_AT_data_bit_offset attribute.
8559
8560 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8561
8562 * gdb.base/default.exp: Fix output of "set language".
8563
8564 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8565
8566 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8567 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8568 make.
8569 * configure.ac: Remove checks for the make program.
8570 * configure: Re-generate.
8571
8572 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8573
8574 * gdb.python/py-recurse-unwind.c (main): Add loop.
8575 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8576 to read_register() and gdb.parse_and_eval(). Make each code
8577 call a separate case that can be individually tested.
8578 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8579 proc. Call cont_and_backtrace for each of the code paths that
8580 we want to test in the unwinder.
8581
8582 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8583
8584 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8585 the definition of struct S.
8586
8587 2016-11-11 Catherine Moore <clm@codesourcery.com>
8588
8589 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8590
8591 2016-11-09 Pedro Alves <palves@redhat.com>
8592
8593 * gdb.base/commands.exp (runto_or_return): New procedure.
8594 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8595 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8596 (progvar_simple_while_test, progvar_complex_if_while_test)
8597 (if_while_breakpoint_command_test)
8598 (infrun_breakpoint_command_test, breakpoint_command_test)
8599 (user_defined_command_test, watchpoint_command_test)
8600 (test_command_prompt_position, redefine_hook_test)
8601 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8602 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8603 multi_line_input and multi_line. Remove gdb_expect and
8604 gdb_stop_suppressing_tests uses.
8605 * lib/gdb.exp (valnum_re): New global.
8606 (multi_line_input): New procedure.
8607
8608 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8609
8610 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8611 Remove.
8612 (test_setup): Define with proc_with_prefix.
8613 (test_cli_inferior): Likewise.
8614 (test_cli_thread): Likewise.
8615 (test_cli_frame): Likewise.
8616 (test_cli_select_frame): Likewise.
8617 (test_cli_up_down): Likewise.
8618 (test_mi_thread_select): Likewise.
8619 (test_mi_stack_select_frame): Likewise.
8620 (test_cli_in_mi_inferior): Likewise.
8621 (test_cli_in_mi_thread): Likewise.
8622 (test_cli_in_mi_frame): Likewise.
8623 (top level): Do not use with_test_prefix_procname.
8624
8625 2016-11-09 Pedro Alves <palves@redhat.com>
8626
8627 * gdb.base/commands.exp (gdbvar_simple_if_test)
8628 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8629 (progvar_simple_if_test, progvar_simple_while_test)
8630 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8631 (infrun_breakpoint_command_test, breakpoint_command_test)
8632 (user_defined_command_test, watchpoint_command_test)
8633 (test_command_prompt_position, deprecated_command_test)
8634 (bp_deleted_in_command, temporary_breakpoint_commands)
8635 (stray_arg0_test, source_file_with_indented_comment)
8636 (recursive_source_test, if_commands_test)
8637 (error_clears_commands_left, redefine_hook_test)
8638 (redefine_backtrace_test): Use proc_with_prefix.
8639 * lib/gdb.exp (proc_with_prefix): New proc.
8640
8641 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8642
8643 * gdb.base/tui-layout.c: New file.
8644 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8645 disassembly window contains very long lines.
8646
8647 2016-11-08 Tom Tromey <tom@tromey.com>
8648
8649 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8650 depend on Python 2.
8651
8652 2016-11-08 Tom Tromey <tom@tromey.com>
8653
8654 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8655 New method.
8656
8657 2016-10-29 Manish Goregaokar <manish@mozilla.com>
8658
8659 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
8660
8661 2016-10-27 Manish Goregaokar <manish@mozilla.com>
8662
8663 * gdb.rust/simple.rs: Add test for univariant enums without
8664 discriminants and for encoded struct-like enums.
8665
8666 2016-10-28 Pedro Alves <palves@redhat.com>
8667
8668 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8669 gdb_test_multiple, tighten regexps and match symtabs and line
8670 tables incrementally.
8671
8672 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
8673
8674 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8675 general.
8676
8677 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8678
8679 * gdb.base/exec-invalid-sysroot.exp: New file.
8680
8681 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8682
8683 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8684
8685 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8686
8687 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8688
8689 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8690
8691 * gdb.base/killed-outside.exp: Remove $options from a call to
8692 `prepare_for_testing'.
8693
8694 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8695
8696 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8697 Change test message.
8698
8699 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8700
8701 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8702 Update comment.
8703
8704 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8705
8706 * gdb.trace/mi-trace-save.exp: New file.
8707
8708 2016-10-13 Yao Qi <yao.qi@linaro.org>
8709
8710 * gdb.base/code_elim.exp (get_var_address): Remove.
8711 * gdb.base/relocate.exp: Likewise.
8712 * gdb.base/shreloc.exp: Likewise.
8713 * lib/gdb.exp (get_var_address): New.
8714
8715 2016-10-13 Yao Qi <yao.qi@linaro.org>
8716
8717 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8718 floating point tests if $skip_float_test is false.
8719
8720 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
8721
8722 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8723 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8724 argc values.
8725 Add 1 to argc so we guarantee distinct initial/modified argc values.
8726
8727 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8728
8729 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8730
8731 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8732
8733 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8734 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8735 * gdb.arch/vsx-regs.exp: Likewise.
8736
8737 2016-10-07 Yao Qi <yao.qi@linaro.org>
8738
8739 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8740
8741 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8742
8743 * gdb.python/python.exp: Test decode_line("*0").
8744
8745 2016-10-06 Doug Evans <dje@google.com>
8746
8747 * gdb.python/py-value.exp (test_value_creation): Add test for large
8748 unsigned 64-bit value.
8749
8750 2016-10-06 Tom Tromey <tom@tromey.com>
8751
8752 * gdb.compile/compile.exp: Change java tests to rust.
8753 * gdb.base/setshow.exp: Change java tests to rust.
8754 * gdb.base/default.exp: Remove java from language list.
8755 * README (Examples): Update language example.
8756 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8757 test.
8758 * lib/gdb.exp (skip_java_tests): Remove.
8759 * lib/java.exp: Remove.
8760 * gdb.java: Remove.
8761
8762 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8763
8764 * gdb.arch/mips-fcr.exp: New test.
8765 * gdb.arch/mips-fcr.c: Source for the new test.
8766
8767 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8768
8769 * gdb.base/solib-disc.exp: Use `standard_output_file'
8770 throughout.
8771
8772 2016-10-06 Pedro Alves <palves@redhat.com>
8773
8774 * gdb.base/jit-simple-dl.c: New file.
8775 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8776 * gdb.base/jit-simple.c: ... this.
8777 * gdb.base/jit-simple.exp (jit_run): Delete.
8778 (build_jit): New proc.
8779 (jit_test_reread): Recompile either the main program or the shared
8780 library, depending on what is being tested. Skip changing address
8781 if caller wants to. Compare before/after addresses. If testing
8782 standalone, explicitly load the binary. Test "maint info
8783 breakpoints".
8784 (top level): Add "standalone vs shared lib" and "change address"
8785 vs "same address" axes.
8786
8787 2016-10-06 Pedro Alves <palves@redhat.com>
8788
8789 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8790 call.
8791 (jit_run): Delete.
8792 (jit_test_reread): Use with_test_prefix. Reload the main binary
8793 explicitly. Compare the before/after addresses of the JIT
8794 descriptor.
8795
8796 2016-08-15 Doug Evans <dje@google.com>
8797
8798 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8799 for single bitfields is bool.
8800 * gdb.xml/tdesc-regs.exp: Ditto.
8801
8802 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8803
8804 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8805
8806 2016-10-05 Yao Qi <yao.qi@linaro.org>
8807
8808 * lib/gdb.exp (support_complex_tests): Return zero if
8809 gdb_skip_float_test return true.
8810
8811 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8812 Simon Marchi <simon.marchi@ericsson.com>
8813
8814 PR gdb/20487
8815 * gdb.mi/user-selected-context-sync.exp: New file.
8816 * gdb.mi/user-selected-context-sync.c: New file.
8817
8818 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8819 Simon Marchi <simon.marchi@ericsson.com>
8820
8821 PR gdb/20487
8822 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8823 =thread-select-event check.
8824
8825 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8826
8827 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8828 the compulsory L operand changes.
8829 * gdb.arch/powerpc-power.s: Likewise.
8830
8831 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8832
8833 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8834 * gdb.base/jit-attach-pie.c: New file.
8835 * gdb.base/jit-attach-pie.exp: New file.
8836
8837 2016-09-28 Pedro Alves <palves@redhat.com>
8838
8839 * gdb.base/infcall-input.c: New file.
8840 * gdb.base/infcall-input.exp: New file.
8841
8842 2016-09-22 Yao Qi <yao.qi@linaro.org>
8843
8844 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8845 (gdb_exit): Rename it to ...
8846 (gdbserver_gdb_exit): ... Close GDBserver.
8847 (gdb_exit): New proc, call gdbserver_gdb_exit.
8848 (mi_gdb_exit): Likewise.
8849
8850 2016-09-22 Yao Qi <yao.qi@linaro.org>
8851
8852 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8853 path.
8854 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8855 Remove duplication.
8856
8857 2016-09-22 Yao Qi <yao.qi@linaro.org>
8858
8859 * lib/gdbserver-support.exp: Check the existence of
8860 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8861
8862 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8863
8864 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8865
8866 2016-09-21 Tom Tromey <tom@tromey.com>
8867
8868 PR gdb/20604:
8869 * gdb.base/quit.exp: New file.
8870
8871 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8872
8873 * .gitignore: New file.
8874
8875 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8876
8877 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8878 throughout.
8879
8880 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8881
8882 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8883
8884 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8885
8886 * gdb.cp/casts.cc (decltype): Move it ...
8887 (main): ... with its call to ...
8888 * gdb.cp/casts03.cc: ... a new file.
8889 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8890
8891 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8892
8893 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8894
8895 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8896
8897 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8898 and sync up the test with tests in gas/testsuite/gas/ppc.
8899 * gdb.arch/powerpc-power.exp: Likewise.
8900
8901 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8902
8903 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8904
8905 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8906 Jan Kratochvil <jan.kratochvil@redhat.com>
8907
8908 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8909 make m1's definition to be different from m2's. Use 'dummy' as an
8910 argument for probe 'two'.
8911
8912 2016-09-10 Jon Beniston <jon@beniston.com>
8913
8914 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8915 for sim target.
8916
8917 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8918
8919 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8920 variable declaration.
8921 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8922 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8923 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8924 received HWCAP as its argument.
8925
8926 2016-09-06 Pedro Alves <palves@redhat.com>
8927
8928 * gdb.base/new-ui-pending-input.c: New file.
8929 * gdb.base/new-ui-pending-input.exp: New file.
8930 * gdb.exp (clear_gdb_spawn_id): New procedure.
8931 (with_spawn_id): Check whether gdb_spawn_id exists before
8932 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8933 on exit.
8934
8935 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8936
8937 * gdb.base/float128.c: New file.
8938 * gdb.base/float128.exp: Likewise.
8939 * gdb.base/floatn.c: Likewise.
8940 * gdb.base/floatn.exp: Likewise.
8941
8942 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8943
8944 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8945
8946 2016-09-05 Pedro Alves <palves@redhat.com>
8947
8948 PR backtrace/19927
8949 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8950 unwinders are immediately called as side effect of "source" or
8951 "disable unwinder" commands.
8952 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8953
8954 2016-09-02 Yao Qi <yao.qi@linaro.org>
8955
8956 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8957 is true and $type is "float" or "double".
8958
8959 2016-09-02 Yao Qi <yao.qi@linaro.org>
8960
8961 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8962 true.
8963 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8964 * gdb.base/call-rt-st.exp: Likewise.
8965 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8966 return value instead of gdb,skip_float_test.
8967 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8968 (do_function_calls): Use its return value instead of
8969 gdb,skip_float_test.
8970 * gdb.base/finish.exp: Likewise.
8971 * gdb.base/funcargs.exp: Likewise.
8972 * gdb.base/return.exp: Likewise.
8973 * gdb.base/return2.exp: Likewise.
8974 * gdb.base/varargs.exp: Likewise.
8975 * lib/gdb.exp (gdb_skip_float_test): Change it to
8976 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8977
8978 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8979
8980 * gdb.multi/tids.exp: Test "thread apply all".
8981
8982 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8983
8984 * gdb.base/default.exp (tty): Remove.
8985
8986 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8987
8988 * gdb.python/py-recurse-unwind.c: New file.
8989 * gdb.python/py-recurse-unwind.py: New file.
8990 * gdb.python/py-recurse-unwind.exp: New file.
8991
8992 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8993
8994 * gdb.base/set-inferior-tty.exp: New file.
8995 * gdb.base/set-inferior-tty.c: New file.
8996
8997 2016-08-23 Pedro Alves <palves@redhat.com>
8998
8999 PR gdb/20494
9000 * gdb.base/new-ui-echo.c: New file.
9001 * gdb.base/new-ui-echo.exp: New file.
9002
9003 2016-08-23 Yao Qi <yao.qi@linaro.org>
9004
9005 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9006 gdbserver_spawn.
9007 * gdb.server/connect-without-multi-process.exp (do_test):
9008 Likewise.
9009
9010 2016-08-23 Yao Qi <yao.qi@linaro.org>
9011
9012 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9013 standalone_txt. Delete gdb_txt and standalone_txt on host
9014 and target. Spawn the binary on target. Copy files from
9015 target to host.
9016
9017 2016-08-22 Pedro Alves <palves@redhat.com>
9018
9019 PR gdb/20505
9020 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9021 with_test_prefix. Factor out bits to ...
9022 (test_no_vdso): ... this new procedure.
9023
9024 2016-08-19 Carl Love <cel@us.ibm.com>
9025
9026 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9027 maintaining separate logic for constructing the output path.
9028 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9029 * gdb.arch/ppc-dfp.exp: Likewise.
9030 * gdb.arch/ppc-fp.exp: Likewise.
9031 * gdb.arch/vsx-regs.exp: Likewise.
9032 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9033 binprefix for generating the additional binary files.
9034
9035 2016-08-19 Pedro Alves <palves@redhat.com>
9036
9037 * gdb.trace/mi-trace-frame-collected.exp
9038 (test_trace_frame_collected): On x32, expect two registers.
9039
9040 2016-08-18 Carl Love <cel@us.ibm.com>
9041
9042 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9043 and sync up the test with tests in gas/testsuite/gas/ppc.
9044 * gdb.arch/powerpc-power.exp: Likewise.
9045
9046 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9047
9048 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9049 expected error message.
9050
9051 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9052
9053 * gdb.multi/remove-inferiors.exp: New file.
9054 * gdb.multi/remove-inferiors.c: New file.
9055
9056 2016-08-12 Yao Qi <yao.qi@linaro.org>
9057
9058 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9059 argument list.
9060
9061 2016-08-10 Pedro Alves <palves@redhat.com>
9062
9063 PR gdb/19187
9064 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9065 setup_kfails.
9066
9067 2016-08-09 Pedro Alves <palves@redhat.com>
9068 Simon Marchi <simon.marchi@ericsson.com>
9069
9070 PR gdb/20418
9071 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9072 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9073
9074 2016-08-09 Pedro Alves <palves@redhat.com>
9075
9076 PR mi/20431
9077 * gdb.mi/mi-cmd-error.exp: New file.
9078
9079 2016-08-09 Pedro Alves <palves@redhat.com>
9080
9081 PR gdb/18653
9082 * gdb.base/signals-state-child.c: New file.
9083 * gdb.base/signals-state-child.exp: New file.
9084 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9085
9086 2016-08-09 Pedro Alves <palves@redhat.com>
9087
9088 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9089
9090 2016-08-03 Tom Tromey <tom@tromey.com>
9091
9092 PR python/18565:
9093 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9094
9095 2016-08-01 Yao Qi <yao.qi@linaro.org>
9096
9097 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9098 variable mode to "multi-process" if $multi_process is 1, otherwise
9099 set it to "single-process".
9100
9101 2016-08-01 Yao Qi <yao.qi@linaro.org>
9102
9103 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9104 * gdb.cp/cpexprs.exp: Likewise.
9105 * gdb.cp/m-static.exp: Likewise.
9106
9107 2016-07-26 Tom Tromey <tom@tromey.com>
9108
9109 PR python/20190:
9110 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9111 test.
9112
9113 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9114
9115 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9116 selecting assembly source files.
9117 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9118 assembly source files.
9119 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9120 assembly source files.
9121 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9122 selecting assembly source files.
9123
9124 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9125
9126 * gdb.base/new-ui.exp (do_test_invalid_args): New
9127 procedure.
9128
9129 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9130
9131 * gdb.btrace/reconnect.c: New file.
9132 * gdb.btrace/reconnect.exp: New file.
9133
9134 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9135
9136 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9137 to test_catch_syscall_group.
9138 (test_catch_syscall_group): New.
9139
9140 2016-07-21 Tom Tromey <tom@tromey.com>
9141
9142 * gdb.rust/simple.rs (main): Use empty struct expression.
9143 * gdb.rust/simple.exp: Add tests for empty struct expression.
9144
9145 2016-07-21 Yao Qi <yao.qi@linaro.org>
9146
9147 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9148 if gdb_skip_xml_test is true on some targets.
9149
9150 2016-07-21 Yao Qi <yao.qi@linaro.org>
9151
9152 * gdb.server/solib-list.exp: Unset last_loaded_file.
9153
9154 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9155
9156 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9157 "step into captured_main (args)".
9158
9159 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9160
9161 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9162
9163 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9164
9165 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9166
9167 2016-07-19 Pedro Alves <palves@redhat.com>
9168
9169 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9170 * gdb.opt/inline-bt.exp: Likewise.
9171 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9172 additional_flags=-Winline.
9173 * gdb.opt/inline-locals.exp: Likewise.
9174 * gdb.opt/inline-markers.c (ATTR): Define.
9175 (inlined_fn): Use it.
9176
9177 2016-07-19 Yao Qi <yao.qi@linaro.org>
9178
9179 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9180 (test_with_self): Remove some code. Remove argument executable.
9181 (top-level): Use do_self_tests.
9182
9183 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9184 Don Breazeal <donb@codesourcery.com>
9185
9186 * gdb.base/maint.exp: Escape paths used in regular expressions.
9187 * gdb.stabs/weird.exp: Likewise.
9188
9189 2016-07-13 Tom Tromey <tom@tromey.com>
9190
9191 PR python/15620, PR python/18620:
9192 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9193 (test_bkpt_events): New procs.
9194
9195 2016-07-13 Tom Tromey <tom@tromey.com>
9196
9197 PR python/17698:
9198 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9199 test.
9200 (test_watchpoints): Likewise.
9201 (test_bkpt_pending): New proc.
9202
9203 2016-07-13 Tom Tromey <tom@tromey.com>
9204
9205 PR cli/18053:
9206 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9207 completion test.
9208
9209 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9210
9211 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9212 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9213 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9214 f_label.
9215 (g): Rename g_end_lbl to g_label.
9216 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9217 low_pc and high_pc.
9218 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9219
9220 2016-07-12 Tom Tromey <tom@tromey.com>
9221
9222 PR python/19293:
9223 * gdb.python/py-unwind-maint.exp: Update tests.
9224
9225 2016-07-12 Yao Qi <yao.qi@linaro.org>
9226
9227 * lib/selftest-support.exp (selftest_setup): Match the output
9228 when captured_main is inlined.
9229
9230 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9231
9232 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9233 New variables.
9234 (print this%a, print this%b, print this): New tests.
9235 * gdb.fortran/derived-types.f90 (this): New object and
9236 initialization.
9237
9238 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9239
9240 * gdb.ada/arraydim.exp: Remove extra directory level in build
9241 directory.
9242
9243 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9244
9245 * lib/ada.exp: Remove extra directory level in build directory.
9246 * gdb.ada/cond_lang.exp: Likewise.
9247 * gdb.ada/exec_changed.exp: Likewise.
9248 * gdb.ada/lang_switch.exp: Likewise.
9249
9250 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9251
9252 * simple.rs: Add test for raw pointer subscripting.
9253 * simple.exp: Add test expectations.
9254
9255 2016-07-05 Yao Qi <yao.qi@linaro.org>
9256
9257 * gdb.mi/mi-reverse.exp: Match =record-started output.
9258
9259 2016-07-01 Pedro Alves <palves@redhat.com>
9260
9261 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9262 procedure.
9263 (jit_reader_test): Test the jit reader's unwinder.
9264 * gdb.base/jithost.c (jit_function_00_code): New global.
9265 (main): Use memcpy to fill in the mmapped code, instead of poking
9266 bytes manually here.
9267 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9268 value.
9269 (read_debug_info): Save the function's range.
9270 (read_sp): New function.
9271 (unwind_frame): Use it. Also unwind RBP.
9272 (get_frame_id): Use read_sp.
9273 (gdb_init_reader): Use calloc instead of malloc.
9274 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9275 parameter. Use gdb_test_multiple.
9276
9277 2016-07-01 Pedro Alves <palves@redhat.com>
9278 Antoine Tremblay <antoine.tremblay@ericsson.com>
9279
9280 * gdb.threads/process-dies-while-detaching.c: New file.
9281 * gdb.threads/process-dies-while-detaching.exp: New file.
9282
9283 2016-07-01 Pedro Alves <palves@redhat.com>
9284
9285 * gdb.multi/watchpoint-multi-exit.c: New file.
9286 * gdb.multi/watchpoint-multi-exit.exp: New file.
9287
9288 2016-06-30 Pedro Alves <palves@redhat.com>
9289
9290 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9291 unset inferior_spawn_id.
9292
9293 2016-06-30 Pedro Alves <palves@redhat.com>
9294
9295 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9296 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9297
9298 2016-06-29 Yao Qi <yao.qi@linaro.org>
9299
9300 * gdb.base/return.c: Add copyright header.
9301
9302 2016-06-29 Tom Tromey <tom@tromey.com>
9303
9304 PR python/20129:
9305 * gdb.python/py-framefilter.exp: Add tests for setting priority
9306 and disabling of non-existent frame filter.
9307
9308 2016-06-29 Yao Qi <yao.qi@linaro.org>
9309
9310 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9311 0x0f07ff.
9312
9313 2016-06-28 Yao Qi <yao.qi@linaro.org>
9314
9315 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9316 triplets. Start gdb, execute catch syscall, and continue. Check
9317 gdb's output to determine catch syscall is supported.
9318
9319 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9320
9321 * gdb.rust/simple.rs: Add test for returning unit in a function.
9322 * gdb.rust/simple.exp: Add expectation for functions returning
9323 unit.
9324
9325 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9326
9327 * gdb.python/py-breakpoint-create-fail.c,
9328 gdb.python/py-breakpoint-create-fail.exp,
9329 gdb.python/py-breakpoint-create-fail.py: New testcase.
9330
9331 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9332
9333 PR gdb/20239
9334 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9335 * gdb.rust/simple.exp: Add test expectations for new NonZero
9336 tests.
9337
9338 2016-06-24 David Taylor <dtaylor@emc.com>
9339
9340 * gdb.base/offsets.exp: New file.
9341 * gdb.base/offsets.c: New file.
9342
9343 2016-06-23 Tom Tromey <tom@tromey.com>
9344
9345 PR gdb/16483:
9346 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9347 before any filters are loaded.
9348
9349 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9350
9351 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9352 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9353 structs.
9354 * gdb.fortran/derived-type-function.exp: New file.
9355 * gdb.fortran/derived-type-function.f90: New file.
9356
9357
9358 2016-06-21 Pedro Alves <palves@redhat.com>
9359
9360 * gdb.base/new-ui.exp: New file.
9361 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9362 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9363 (with_spawn_id): New procedure.
9364
9365 2016-06-21 Pedro Alves <palves@redhat.com>
9366
9367 * gdb.mi/mi-exec-run.exp: New file.
9368
9369 2016-06-21 Pedro Alves <palves@redhat.com>
9370
9371 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9372 breakpoint command's output on the main UI.
9373 (test_break): New procedure, factored out from calls in the top
9374 level.
9375 (top level): Use foreach_with_prefix to test MI as main UI and as
9376 separate UI.
9377
9378 2016-06-21 Pedro Alves <palves@redhat.com>
9379
9380 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9381 (test_awatch_creation_and_listing)
9382 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9383 Remove 'type' parameter.
9384 (test_watchpoint_all): New parameter mi_mode. Remove
9385 with_test_prefix.
9386 (top level): Use foreach_with_prefix, and add main/separate UI MI
9387 testing axis.
9388
9389 2016-06-21 Pedro Alves <palves@redhat.com>
9390
9391 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9392 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9393 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9394 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9395 (gdb_main_spawn_id, mi_spawn_id): Declare and
9396 comment.
9397 (mi_create_inferior_pty): New procedure,
9398 factored out from default_mi_gdb_start.
9399 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9400 procedures.
9401 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9402 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9403 Use mi_create_inferior_pty.
9404 (mi_gdb_start): Use eval to pass down args list.
9405
9406 2016-06-21 Pedro Alves <palves@redhat.com>
9407
9408 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9409 * gdb.opt/inline-cmds.exp: Add MI tests.
9410
9411 2016-06-21 Pedro Alves <palves@redhat.com>
9412
9413 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9414
9415 2016-06-21 Pedro Alves <palves@redhat.com>
9416
9417 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9418 (top level): Use it instead of mi_execute_to.
9419
9420 2016-06-21 Pedro Alves <palves@redhat.com>
9421
9422 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9423 (cont_handler_str): New.
9424 (signal_stop_handler): Set stop_handler_str instead of printing to
9425 stdout.
9426 (continue_handler): Set cont_handler_str instead of printing to
9427 stdout.
9428 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9429 mi_send_resuming_command. Print stop_handler_str and
9430 cont_handler_str instead of expecting the python events print
9431 directly.
9432
9433 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9434
9435 * gdb.base/jit-reader.exp: New file.
9436 * gdb.base/jithost.c: New file.
9437 * gdb.base/jithost.h: New file.
9438 * gdb.base/jitreader.c : New file.
9439 * gdb.base/jit-protocol.h: New file.
9440
9441 2016-06-17 Yao Qi <yao.qi@linaro.org>
9442
9443 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9444 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9445 and detach-on-fork. Adjust tests.
9446 (top level): Invoke break_cond_on_syscall with combinations of
9447 syscall, follow-fork-mode and detach-on-fork.
9448
9449 2016-06-17 Yao Qi <yao.qi@linaro.org>
9450
9451 * gdb.base/step-over-exit.c: New.
9452 * gdb.base/step-over-exit.exp: New.
9453
9454 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9455
9456 * gdb.base/float.exp: Add target check for nds32*-*-*.
9457 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9458
9459 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9460
9461 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9462 for unsupported target features.
9463 * gdb.base/call-rt-st.exp: Likewise.
9464 * gdb.base/call-sc.exp: Likewise.
9465 * gdb.base/call-signal-resume.exp: Likewise.
9466 * gdb.base/call-strs.exp: Likewise.
9467 * gdb.base/callexit.exp: Likewise.
9468 * gdb.base/callfuncs.exp: Likewise.
9469 * gdb.base/nodebug.exp: Likewise.
9470 * gdb.base/printcmds.exp: Likewise.
9471 * gdb.base/ptype.exp: Likewise.
9472 * gdb.base/structs.exp: Likewise.
9473 * gdb.base/unwindonsignal.exp: Likewise.
9474 * gdb.cp/gdb2495.exp: Likewise.
9475 * gdb.cp/templates.exp: Likewise.
9476 * gdb.cp/virtfunc.exp: Likewise.
9477 * gdb.threads/hand-call-in-threads.exp: Likewise.
9478 * gdb.threads/interrupted-hand-call.exp: Likewise.
9479 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9480
9481 2016-06-10 Tom Tromey <tom@tromey.com>
9482
9483 PR rust/20110:
9484 * gdb.rust/expr.exp: Add test for integer constant larger than
9485 i32.
9486
9487 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9488
9489 * gdb.fortran/nested-funcs.exp: New.
9490 * gdb.fortran/nested-funcs.f90: New.
9491
9492 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9493
9494 * gdb.base/examine-backward.c: New file.
9495 * gdb.base/examine-backward.exp: New file.
9496
9497 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9498
9499 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9500 matching.
9501
9502 2016-06-02 Tom Tromey <tom@tromey.com>
9503
9504 PR python/18984:
9505 * gdb.python/py-shared.exp: Add solib_name test.
9506
9507 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9508
9509 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9510
9511 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9512
9513 PR c++/19893
9514 * gdb.dwarf2/implref.exp: Rename to...
9515 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9516 * gdb.dwarf2/implref-array.c: New file.
9517 * gdb.dwarf2/implref-array.exp: Likewise.
9518 * gdb.dwarf2/implref-global.c: Likewise.
9519 * gdb.dwarf2/implref-global.exp: Likewise.
9520 * gdb.dwarf2/implref-struct.c: Likewise.
9521 * gdb.dwarf2/implref-struct.exp: Likewise.
9522
9523 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9524
9525 * gdb.trace/trace-condition.exp: Add 64bit tests.
9526
9527 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9528
9529 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9530 bits types.
9531 (main): Adapt to 8 to 64 bits types.
9532 * gdb.trace/trace-condition.exp: Add new tests.
9533
9534 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9535
9536 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9537
9538 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9539
9540 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9541 Move condition tests...
9542 * gdb.trace/trace-condition.exp: Here.
9543
9544 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9545
9546 * gdb.trace/trace-condition.exp: Add counter-case tests.
9547
9548 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9549
9550 PR c++/15231
9551 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9552 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9553
9554 2016-05-27 Pedro Alves <palves@redhat.com>
9555
9556 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9557 New procedure.
9558 (top level): Call it, and bail out of DejaGnu is known to be bad.
9559
9560 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9561
9562 * gdb.base/whatis.c: Extend the test case.
9563 * gdb.base/whatis.exp: Add additional tests.
9564
9565 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9566
9567 * gdb.fortran/type.f90: Add pointer variable.
9568 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9569
9570 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9571
9572 * gdb.fortran/vla-type.exp: Fix testcase name.
9573
9574 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9575
9576 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9577
9578 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9579
9580 * gdb.fortran/type.f90: Add nested structures.
9581 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9582 * gdb.fortran/derived-type.exp: Adapt expected output.
9583 * gdb.fortran/vla-type.exp: Adapt expected output.
9584
9585 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9586
9587 * gdb.fortran/whatis_type.exp: Adapt expected output.
9588
9589 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9590
9591 * gdb.fortran/print_type.exp: Fix expected output.
9592 * gdb.fortran/whatis_type.exp: Fix expected output.
9593
9594 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9595
9596 * gdb.fortran/whatis_type.exp: Use multi_line.
9597
9598 2016-05-24 Tom Tromey <tom@tromey.com>
9599
9600 PR python/17386:
9601 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9602 use value as an index.
9603
9604 2016-05-23 Tom Tromey <tom@tromey.com>
9605
9606 PR python/17981:
9607 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9608 no-breakpoint case.
9609
9610 2016-05-24 Pedro Alves <palves@redhat.com>
9611
9612 PR gdb/19828
9613 * gdb.threads/clone-attach-detach.c: New file.
9614 * gdb.threads/clone-attach-detach.exp: New file.
9615
9616 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9617
9618 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9619
9620 2016-05-23 Tom Tromey <tom@tromey.com>
9621
9622 PR python/19438, PR python/18393:
9623 * gdb.python/py-progspace.exp: Add "dir" test.
9624 * gdb.python/py-objfile.exp: Add "dir" test.
9625
9626 2016-05-23 Yao Qi <yao.qi@linaro.org>
9627
9628 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9629 * gdb.arch/thumb2-it.exp: Likewise.
9630
9631 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9632
9633 * gdb.mi/mi-threads-interrupt.c: New file.
9634 * gdb.mi/mi-threads-interrupt.exp: New file.
9635
9636 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9637
9638 PR gdb/18077
9639 * gdb.mi/mi-async-run.exp: New file.
9640 * gdb.mi/mi-async-run.c: New file.
9641
9642 2016-05-17 Tom Tromey <tom@tromey.com>
9643 Manish Goregaokar <manishsmail@gmail.com>
9644
9645 * lib/rust-support.exp: New file.
9646 * lib/gdb.exp (skip_rust_tests): New proc.
9647 (build_executable_from_specs): Handle rust.
9648 * lib/future.exp (gdb_find_rustc): New proc.
9649 (gdb_default_target_compile): Handle rust.
9650 * gdb.rust/expr.exp: New file.
9651 * gdb.rust/generics.exp: New file.
9652 * gdb.rust/generics.rs: New file.
9653 * gdb.rust/methods.exp: New file.
9654 * gdb.rust/methods.rs: New file.
9655 * gdb.rust/modules.exp: New file.
9656 * gdb.rust/modules.rs: New file.
9657 * gdb.rust/simple.exp: New file.
9658 * gdb.rust/simple.rs: New file.
9659
9660 2016-05-17 Tom Tromey <tom@tromey.com>
9661
9662 * gdb.base/default.exp (set language): Add rust.
9663
9664 2016-05-17 Tom Tromey <tom@tromey.com>
9665
9666 * gdb.gdb/unittest.exp: New file.
9667
9668 2016-05-16 Yao Qi <yao.qi@linaro.org>
9669
9670 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9671 shell_prompt. Update shell_prompt_re.
9672
9673 2016-05-12 Doug Evans <dje@google.com>
9674
9675 PR symtab/19999
9676 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9677 $options when building executable.
9678 * gdb.dwarf2/fission-loclists-pie.S: New file.
9679 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9680
9681 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9682
9683 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9684 of [is_remote target],
9685
9686 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9687
9688 * lib/gdb.exp (use_gdb_stub): New procedure.
9689
9690 2016-05-03 Yunlian Jiang <yunlian@google.com>
9691 Doug Evans <dje@google.com>
9692
9693 PR symtab/19914
9694 * gdb.dwarf2/dwp-sepdebug.c: New file.
9695 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9696
9697 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9698
9699 * gdb.base/detach.exp: Remove is_remote check.
9700
9701 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9702
9703 * gdb.base/annota-input-while-running.exp: Don't check for
9704 [is_remote target]. Enable annotations after running to main.
9705 Remove unused "set test..." line.
9706
9707 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9708
9709 * gdb.trace/trace-enable-disable.exp: New file.
9710 * gdb.trace/trace-enable-disable.c: New file.
9711
9712 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9713
9714 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9715 use it in info sharedlibrary test.
9716 * gdb.trace/ftrace-lock.exp: Likewise.
9717 * gdb.trace/ftrace.exp: Likewise.
9718 * gdb.trace/range-stepping.exp: Likewise.
9719 * gdb.trace/trace-break.exp: Likewise.
9720 * gdb.trace/trace-condition.exp: Likewise.
9721 * gdb.trace/trace-mt.exp: Likewise.
9722
9723 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9724
9725 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9726 (gdb_load_shlib): ... this.
9727 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9728 gdb_load_shlib.
9729 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9730 * gdb.base/ctxobj.exp: Likewise.
9731 * gdb.base/dprintf-pending.exp: Likewise.
9732 * gdb.base/dso2dso.exp: Likewise.
9733 * gdb.base/fixsection.exp: Likewise.
9734 * gdb.base/gcore-relro.exp: Likewise.
9735 * gdb.base/gdb1555.exp: Likewise.
9736 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9737 * gdb.base/gnu-ifunc.exp: Likewise.
9738 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9739 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9740 * gdb.base/pending.exp: Likewise.
9741 * gdb.base/print-file-var.exp: Likewise.
9742 * gdb.base/print-symbol-loading.exp: Likewise.
9743 * gdb.base/shlib-call.exp: Likewise.
9744 * gdb.base/shreloc.exp: Likewise.
9745 * gdb.base/so-impl-ld.exp: Likewise.
9746 * gdb.base/solib-disc.exp: Likewise.
9747 * gdb.base/solib-nodir.exp: Likewise.
9748 * gdb.base/solib-overlap.exp: Likewise.
9749 * gdb.base/solib-symbol.exp: Likewise.
9750 * gdb.base/solib-weak.exp (do_test): Likewise.
9751 * gdb.base/sym-file.exp: Likewise.
9752 * gdb.base/symtab-search-order.exp: Likewise.
9753 * gdb.base/type-opaque.exp: Likewise.
9754 * gdb.base/unload.exp: Likewise.
9755 * gdb.base/watchpoint-solib.exp: Likewise.
9756 * gdb.compile/compile.exp: Likewise.
9757 * gdb.cp/gdb2384.exp: Likewise.
9758 * gdb.cp/infcall-dlopen.exp: Likewise.
9759 * gdb.cp/re-set-overloaded.exp: Likewise.
9760 * gdb.fortran/library-module.exp: Likewise.
9761 * gdb.opt/solib-intra-step.exp: Likewise.
9762 * gdb.python/py-finish-breakpoint.exp: Likewise.
9763 * gdb.python/py-shared.exp: Likewise.
9764 * gdb.reverse/solib-precsave.exp: Likewise.
9765 * gdb.reverse/solib-reverse.exp: Likewise.
9766 * gdb.server/solib-list.exp: Likewise.
9767 * gdb.threads/dlopen-libpthread.exp: Likewise.
9768 * gdb.threads/tls-shared.exp: Likewise.
9769 * gdb.threads/tls-so_extern.exp: Likewise.
9770 * gdb.trace/change-loc.exp: Likewise.
9771 * gdb.trace/ftrace-lock.exp: Likewise.
9772 * gdb.trace/ftrace.exp: Likewise.
9773 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9774 * gdb.trace/pending.exp: Likewise.
9775 * gdb.trace/range-stepping.exp: Likewise.
9776 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9777 (strace_info_marker): Likewise.
9778 (strace_probe_marker): Likewise.
9779 (strace_trace_on_same_addr): Likewise.
9780 (strace_trace_on_diff_addr): Likewise.
9781 * gdb.trace/trace-break.exp: Likewise.
9782 * gdb.trace/trace-condition.exp: Likewise.
9783 * gdb.trace/trace-mt.exp: Likewise.
9784
9785 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9786
9787 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9788 result of gdb_remote_download.
9789 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9790 * gdb.base/dso2dso.exp: Likewise.
9791 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9792 * gdb.base/print-file-var.exp: Likewise.
9793 * gdb.base/shlib-call.exp: Likewise.
9794 * gdb.base/shreloc.exp: Likewise.
9795 * gdb.base/solib-overlap.exp: Likewise.
9796 * gdb.base/solib-weak.exp (do_test): Likewise.
9797 * gdb.base/unload.exp: Likewise.
9798
9799 2016-04-27 Yao Qi <yao.qi@linaro.org>
9800
9801 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9802 exists.
9803
9804 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9805
9806 * vla-type.exp: Print structure from toplevel.
9807
9808 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9809
9810 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9811 of dynamic types.
9812 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9813 of dynamic types.
9814
9815 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9816
9817 * gdb.fortran/vla-type.f90: New file.
9818 * gdb.fortran/vla-type.exp: New file.
9819
9820 2016-04-25 Yao Qi <yao.qi@linaro.org>
9821
9822 * gdb.base/branch-to-self.c: New file.
9823 * gdb.base/branch-to-self.exp: New file.
9824
9825 2016-04-22 Yao Qi <yao.qi@linaro.org>
9826
9827 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9828 more after $hex.
9829
9830 2016-04-22 Yao Qi <yao.qi@linaro.org>
9831
9832 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9833 * gdb.base/annota3.exp: Likewise.
9834
9835 2016-04-22 Yao Qi <yao.qi@linaro.org>
9836
9837 * gdb.reverse/step-precsave.exp: Do one step and test program
9838 stops in "callee" and do multiple steps until program goes out
9839 of "callee".
9840 * gdb.reverse/step-reverse.exp: Likewise.
9841
9842 2016-04-22 Yao Qi <yao.qi@linaro.org>
9843
9844 * gdb.trace/signal.exp: Also pass if
9845 $tracepoint_hits($i) > $iterations.
9846
9847 2016-04-22 Yao Qi <yao.qi@linaro.org>
9848
9849 * gdb.trace/signal.c: New file.
9850 * gdb.trace/signal.exp: New file.
9851
9852 2016-04-19 Doug Evans <xdje42@gmail.com>
9853
9854 * gdb.base/bad-file.exp: New file.
9855
9856 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9857
9858 * gdb.dwarf2/implref.exp: New file.
9859
9860 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9861
9862 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9863 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9864 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9865 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9866 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9867 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9868 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9869 * lib/fortran.exp (fortran_int4): New procedure.
9870 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9871 (fortran_logical4): Likewise.
9872
9873 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9874
9875 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9876
9877 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9878
9879 * lib/compiler.c: Add Intel specific preprocessor macros.
9880 * lib/compiler.cc: Likewise.
9881
9882 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
9883
9884 * gdb.server/connect-with-no-symbol-file.c: New file.
9885 * gdb.server/connect-with-no-symbol-file.exp: New file.
9886
9887 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9888
9889 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9890
9891 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9892
9893 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9894 standard output directory.
9895
9896 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9897
9898 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9899
9900 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9901
9902 * gdb.btrace/instruction_history.c (loop): Add declaration.
9903
9904 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9905
9906 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9907
9908 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9909
9910 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9911 parentheses to print.
9912 (continue_handler): Likewise.
9913
9914 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9915
9916 * gdb.server/solib-list.exp: Remove is_remote check.
9917 Pass shlib= to gdb_compile. Don't link shared library with
9918 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9919 Run binary filename through "readlink -f" on the target.
9920
9921 2016-04-08 Pedro Alves <palves@redhat.com>
9922
9923 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9924 interpreter filename as argument to gdbserver_spawn.
9925 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9926 Return empty if $last_loaded_file does not exist.
9927
9928 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9929
9930 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9931 * gdb.base/jit-main.c: Use exit after usage.
9932
9933 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9934
9935 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9936 GDBHISTSIZE prior to the tests.
9937 * gdb.base/gdbinit-history.exp: Likewise.
9938
9939 2016-04-07 Pedro Alves <palves@redhat.com>
9940
9941 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9942 instead of build_executable. Use gdb_load_shlibs.
9943
9944 2016-04-07 Yao Qi <yao.qi@linaro.org>
9945
9946 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9947 Execute "si" command.
9948
9949 2016-04-07 Yao Qi <yao.qi@linaro.org>
9950
9951 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9952 number instead of the comments on some line.
9953
9954 2016-04-06 Don Breazeal <donb@codesourcery.com>
9955
9956 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9957 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9958
9959 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9960
9961 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9962 standard_output_file. Remove unused binfile variable.
9963
9964 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9965
9966 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9967 * gdb.python/py-mi-objfile.exp: Match "list main" output
9968 in console format.
9969
9970 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9971
9972 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9973 absolute.
9974
9975 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9976
9977 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9978 absolute.
9979 * gdb.trace/ftrace.exp: Likewise.
9980 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9981 targets as well.
9982 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9983 (gdb_load_shlibs): Copy libraries to test directory when testing
9984 natively. Only set solib-search-path if testing remotely.
9985 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9986
9987 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9988
9989 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9990 gdb_download. Use it even if the target is not remote.
9991 * gdb.base/jit.exp (compile_jit_test): Likewise.
9992 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9993 output directory if the destination board is local, otherwise use
9994 the standard remote_download from DejaGnu.
9995 (gdb_download): Remove.
9996 (gdb_load_shlibs): Use gdb_remote_download instead of
9997 gdb_download.
9998 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9999 Use gdb_remote_download instead of gdb_download. Use it even if
10000 the target is not remote.
10001 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10002 instead of gdb_download.
10003
10004 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10005
10006 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10007 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10008 run.
10009
10010 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
10011
10012 PR gdb/19820
10013 * gdb.base/printcmds.exp: Add artificial arrays tests.
10014
10015 2016-03-31 Pedro Alves <palves@redhat.com>
10016
10017 PR gdb/19858
10018 * gdb.base/jit-main.c: Include unistd.h.
10019 (ATTACH): Define to 0 if not already defined.
10020 (wait_for_gdb, mypid): New globals.
10021 (WAIT_FOR_GDB): New macro.
10022 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10023 some breakpoint locations.
10024 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10025 New procedures.
10026 (one_jit_test): Add REATTACH parameter, and handle it. Use
10027 continue_to_test_location.
10028 (top level): Test attach, and adjusts calls to one_jit_test.
10029
10030 2016-03-31 Pedro Alves <palves@redhat.com>
10031
10032 PR gdb/19858
10033 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10034 BINSUFFIX parameter, and handle it.
10035 (top level): Adjust calls compile_jit_test.
10036
10037 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10038
10039 PR python/19743
10040 * gdb.python/py-mi-events-gdb.py: New file.
10041 * gdb.python/py-mi-events.c: New file.
10042 * gdb.python/py-mi-events.exp: New file.
10043
10044 2016-03-30 Yao Qi <yao.qi@linaro.org>
10045
10046 * gdb.reverse/until-precsave.exp: Match function name only.
10047 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10048 Move malloc to a condition block.
10049 * gdb.reverse/until-reverse.exp: Match function name only.
10050
10051 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10052
10053 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10054 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10055 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10056 variable for GPR 0 instead of assuming it is register 0.
10057 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10058 * lib/trace-support.exp: Add s390 registers.
10059
10060 2016-03-29 Yao Qi <yao.qi@linaro.org>
10061
10062 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10063
10064 2016-03-24 Yao Qi <yao.qi@linaro.org>
10065
10066 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10067 test message.
10068
10069 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10070
10071 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10072 maintaining separate logic for constructing the output path.
10073
10074 2016-03-16 Don Breazeal <donb@codesourcery.com>
10075
10076 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10077 Retry fork and waitpid on interrupted system call errors.
10078 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10079 Use with_timeout_factor to increase timeout by factor of 10.
10080
10081 2016-03-15 Don Breazeal <donb@codesourcery.com>
10082
10083 * gdb.cp/scope-err.cc: New test program.
10084 * gdb.cp/scope-err.exp: New test script.
10085 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10086 lines and "set breakpoint here" comment.
10087 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10088 Fixed some whitespace and format issues.
10089 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10090 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10091
10092 2016-03-15 Doug Evans <dje@google.com>
10093
10094 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10095 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10096 All callers updated. Add tests for enums, mixed flags register.
10097
10098 2016-03-15 Doug Evans <dje@google.com>
10099
10100 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10101 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10102
10103 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10104
10105 * gdb.base/default.exp: Add $_as_string to the list of expected
10106 convenience functions.
10107
10108 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10109
10110 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10111
10112 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10113
10114 * gdb.python/py-as-string.exp: New file.
10115 * gdb.python/py-as-string.c: New file.
10116
10117 2016-03-09 Pedro Alves <palves@redhat.com>
10118
10119 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10120 signal" -> "Thread NN received signal" output change.
10121 * gdb.threads/ia64-sigill.exp: Likewise.
10122 * gdb.threads/linux-dp.exp: Likewise.
10123 * gdb.threads/manythreads.exp: Likewise.
10124 * gdb.threads/pending-step.exp: Likewise.
10125 * gdb.threads/print-threads.exp: Likewise.
10126 * gdb.threads/sigstep-threads.exp: Likewise.
10127 * gdb.threads/staticthreads.exp: Likewise.
10128 * gdb.threads/tls.exp: Likewise.
10129
10130 2016-03-09 Pedro Alves <palves@redhat.com>
10131
10132 * gdb.base/command-line-input.exp: New file.
10133
10134 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10135
10136 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10137 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10138 * gdb.trace/pending.exp: Accept leading dot before function name.
10139 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10140 * lib/trace-support.exp: Set registers for ppc.
10141
10142 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10143
10144 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10145 use it for disassembly; accept .main in addition to main in backtrace.
10146
10147 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10148 Marcin Kościelnicki <koriakin@0x04.net>
10149
10150 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10151 (gdb_recursion_test_ptr): New global variable.
10152 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10153 gdb_recursion_test.
10154 (gdb_c_test): Ditto.
10155
10156 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10157
10158 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10159 ordering.
10160
10161 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10162
10163 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10164 (bar): Add bar_start_lbl label.
10165 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10166 of foo/bar for emitting DWARF and tracing.
10167
10168 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10169
10170 * analyze-racy-logs.py: Set executable bit.
10171
10172 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10173
10174 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10175 (CHECK_TARGET_TMP): Likewise.
10176 (check-single-racy): New rule.
10177 (check-parallel-racy): Likewise.
10178 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10179 (do-check-parallel-racy): New rule.
10180 (check-racy/%.exp): Likewise.
10181 * README (Racy testcases): New section.
10182 * analyze-racy-logs.py: New file.
10183
10184 2016-03-03 Doug Evans <dje@google.com>
10185
10186 * gdb.base/skip.exp: Use with_test_prefix.
10187
10188 2016-03-03 Yao Qi <yao.qi@linaro.org>
10189
10190 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10191 Invoke step_over_syscall "clone" and break_cond_on_syscall
10192 "clone".
10193 * gdb.base/step-over-clone.c: New file.
10194
10195 2016-03-03 Yao Qi <yao.qi@linaro.org>
10196
10197 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10198 code format.
10199
10200 2016-03-03 Yao Qi <yao.qi@linaro.org>
10201
10202 * gdb.base/disp-step-fork.c: Rename to ...
10203 * gdb.base/step-over-fork.c: ... it. New file.
10204 * gdb.base/disp-step-vfork.c: Rename to ...
10205 * gdb.base/step-over-vfork.c: ... it. New file.
10206 * gdb.base/disp-step-syscall.exp: Rename to ...
10207 * gdb.base/step-over-syscall.exp: ... it. New file.
10208 (disp_step_cross_syscall): Rename to ...
10209 (step_over_syscall): ... it.
10210
10211 2016-03-03 Yao Qi <yao.qi@linaro.org>
10212
10213 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10214 If target supports condition evaluation on target, invoke
10215 break_cond_on_syscall for fork and vfork.
10216
10217 2016-03-03 Yao Qi <yao.qi@linaro.org>
10218
10219 * gdb.base/disp-step-syscall.exp: Don't invoke
10220 support_displaced_stepping.
10221 (disp_step_cross_syscall): Test with displaced stepping off and
10222 on if supported.
10223
10224 2016-03-03 Yao Qi <yao.qi@linaro.org>
10225
10226 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10227 proc.
10228 (setup): New proc.
10229 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10230 and setup.
10231
10232 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10233
10234 * gdb.fortran/vla-history.exp: Remove breakpoint.
10235
10236 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10237
10238 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10239 exceeds timeout.
10240
10241 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10242
10243 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10244 breakpoint.
10245
10246 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10247
10248 * gdb.mi/vla.f90: Nullify pointer after declaration.
10249
10250 2016-03-01 Pedro Alves <palves@redhat.com>
10251
10252 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10253
10254 2016-03-01 Pedro Alves <palves@redhat.com>
10255
10256 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10257 before anything else.
10258 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10259 _GNU_SOURCE here.
10260 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10261 before anything else.
10262 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10263
10264 2016-03-01 Pedro Alves <palves@redhat.com>
10265
10266 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10267
10268 2016-03-01 Yao Qi <yao.qi@linaro.org>
10269
10270 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10271 prepare_for_testing.
10272
10273 2016-03-01 Yao Qi <yao.qi@linaro.org>
10274
10275 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10276
10277 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10278
10279 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10280 manually constructing the output path.
10281
10282 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10283
10284 * gdb.arch/s390-stackless.S: New.
10285 * gdb.arch/s390-stackless.exp: New.
10286
10287 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10288
10289 * gdb.dlang/circular.c: New file.
10290 * gdb.dlang/circular.exp: New file.
10291
10292 2016-02-26 Yao Qi <yao.qi@linaro.org>
10293
10294 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10295 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10296 (testcases): Update.
10297
10298 2016-02-26 Yao Qi <yao.qi@linaro.org>
10299
10300 * gdb.reverse/aarch64.c: Rename to ...
10301 * gdb.reverse/insn-reverse.c: ... it.
10302 * gdb.reverse/aarch64.exp: Rename to ...
10303 * gdb.reverse/insn-reverse.exp: ... it.
10304
10305 2016-02-26 Yao Qi <yao.qi@linaro.org>
10306
10307 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10308 (testcase_ftype): New.
10309 (testcases): New array.
10310 (n_testcases): New.
10311 (main): Call each element in testcases.
10312 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10313 (read_testcase): New.
10314 Do the tests in a loop.
10315
10316 2016-02-25 Yao Qi <yao.qi@linaro.org>
10317
10318 * gdb.base/branches.c: Remove.
10319
10320 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10321
10322 PR gdb/13808
10323 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10324
10325 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10326
10327 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10328
10329 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10330
10331 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10332 change x86_64 call_insn to 'callq'.
10333
10334 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10335
10336 * gdb.trace/tfile-avx.c: Move to...
10337 * gdb.trace/tracefile-pseudo-reg.c: Here.
10338 * gdb.trace/tfile-avx.exp: Move to...
10339 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10340
10341 2016-02-24 Gary Benson <gbenson@redhat.com>
10342
10343 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10344 message on attach.
10345
10346 2016-02-23 Doug Evans <dje@google.com>
10347
10348 * gdb.base/skip.c (test_skip): New function.
10349 (end_test_skip_file_and_function): New function.
10350 (test_skip_file_and_function): New function.
10351 * gdb.base/skip1.c (test_skip): New function.
10352 (skip1_test_skip_file_and_function): New function.
10353 * gdb.base/skip.exp: Add tests for new skip options.
10354 * gdb.base/skip-solib.exp: Update expected output.
10355 * gdb.perf/skip-command.cc: New file.
10356 * gdb.perf/skip-command.exp: New file.
10357 * gdb.perf/skip-command.py: New file.
10358
10359 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10360
10361 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10362 info registers pattern.
10363
10364 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10365
10366 * lib/future.exp: Add D support.
10367 (gdb_find_gdc): New proc.
10368 (gdb_default_target_compile): Add D support.
10369
10370 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10371
10372 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10373 user+system time.
10374 (trace_speed_test): Determine the iteration count for a time
10375 between 15..30 seconds.
10376
10377 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10378
10379 * gdb.arch/i386-mpx-sigsegv.c: New file.
10380 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10381 * gdb.arch/i386-mpx-simple_segv.c: New file.
10382 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10383
10384 2016-02-18 Yao Qi <yao.qi@linaro.org>
10385
10386 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10387 Don't call setup_kfail.
10388
10389 2016-02-18 Yao Qi <yao.qi@linaro.org>
10390
10391 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10392 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10393
10394 2016-02-16 Doug Evans <dje@google.com>
10395
10396 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10397 * gdb.base/skip1.c: Ditto.
10398 * gdb.base/skip.exp: Whitespace cleanup.
10399
10400 2016-02-16 Don Breazeal <donb@codesourcery.com>
10401
10402 PR remote/19496
10403 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10404 Remove kfail for PR remote/19496.
10405
10406 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10407
10408 * lib/gdb.exp (standard_temp_file): Return a path specific to
10409 the runtest invocation.
10410
10411 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10412
10413 * gdb.trace/save-trace.exp: Change relative path to be in the
10414 standard output directory.
10415
10416 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10417
10418 * gdb.arch/i386-prologue.c: Add missing prototypes.
10419
10420 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10421
10422 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10423 * gdb.arch/i386-prologue.exp: Likewise.
10424 * gdb.arch/i386-size.exp: Likewise.
10425
10426 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10427
10428 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10429 define object file path.
10430 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10431 file path.
10432 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10433 standard_output_file to define binfile.
10434
10435 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10436
10437 Fix compatibility with recent gfortran-5.3.1.
10438 * gdb.fortran/vla-history.exp (print vla1 allocated)
10439 (print vla2 allocated, print $2, print $3): Remove
10440 (print $4): Rename to ...
10441 (print $2): ... here.
10442 (print $9): Rename to ...
10443 (print $5): ... here.
10444 (print $10): Rename to ...
10445 (print $6): ... here.
10446 * gdb.fortran/vla.f90: Add pvla initialization.
10447
10448 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10449
10450 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10451 New test.
10452 * gdb.fortran/vla-value-sub.exp: Likewise.
10453
10454 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10455
10456 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10457
10458 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10459
10460 * i386-biarch-core.exp: Define corefile using
10461 standard_output_file.
10462
10463 2016-02-12 Yao Qi <yao.qi@linaro.org>
10464
10465 * gdb.arch/arm-single-step-kernel-helper.c: New.
10466 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10467
10468 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10469
10470 * gdb.btrace/tailcall-only.exp: New.
10471 * gdb.btrace/tailcall-only.c: New.
10472 * gdb.btrace/x86_64-tailcall-only.S: New.
10473 * gdb.btrace/i686-tailcall-only.S: New.
10474
10475 2016-02-11 Pedro Alves <palves@redhat.com>
10476
10477 * README (Parallel testing): Add missing double quotes.
10478
10479 2016-02-11 Pedro Alves <palves@redhat.com>
10480
10481 * README (Parallel testing): New section.
10482 (GDB_PARALLEL): Rewrite.
10483 (FORCE_PARALLEL): Document.
10484
10485 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10486
10487 * gdb.trace/tfile-avx.c: New test.
10488 * gdb.trace/tfile-avx.exp: New test.
10489
10490 2016-02-09 Keith Seitz <keiths@redhat.com>
10491
10492 PR breakpoints/19546
10493 * gdb.base/infcall-exec.c: New file.
10494 * gdb.base/infcall-exec2.c: New file.
10495 * gdb.base/infcall-exec.exp: New file.
10496
10497 2016-02-09 Keith Seitz <keiths@redhat.com>
10498
10499 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10500 (toplevel): Call test_bkpt_address.
10501
10502 2016-02-09 Keith Seitz <keiths@redhat.com>
10503
10504 PR python/19506
10505 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10506 (toplevel): Call test_bkpt_address.
10507
10508 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10509
10510 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10511 to AC_OUTPUT.
10512 * configure: Regenerate.
10513
10514 2016-02-09 Pedro Alves <palves@redhat.com>
10515
10516 PR breakpoints/19548
10517 * gdb.base/execl-update-breakpoints.c (some_function): New
10518 function.
10519 (main): Call it.
10520 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10521 Tighten expected GDB output.
10522
10523 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10524
10525 * Makefile.in (ALL_SUBDIRS): Remove.
10526 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10527 (distclean maintainer-clean realclean): Likewise.
10528 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10529 * configure: Regenerate.
10530 * gdb.ada/Makefile.in: Delete.
10531 * gdb.arch/Makefile.in: Likewise.
10532 * gdb.asm/Makefile.in: Likewise.
10533 * gdb.base/Makefile.in: Likewise.
10534 * gdb.btrace/Makefile.in: Likewise.
10535 * gdb.cell/Makefile.in: Likewise.
10536 * gdb.compile/Makefile.in: Likewise.
10537 * gdb.cp/Makefile.in: Likewise.
10538 * gdb.disasm/Makefile.in: Likewise.
10539 * gdb.dlang/Makefile.in: Likewise.
10540 * gdb.dwarf2/Makefile.in: Likewise.
10541 * gdb.fortran/Makefile.in: Likewise.
10542 * gdb.gdb/Makefile.in: Likewise.
10543 * gdb.go/Makefile.in: Likewise.
10544 * gdb.guile/Makefile.in: Likewise.
10545 * gdb.java/Makefile.in: Likewise.
10546 * gdb.linespec/Makefile.in: Likewise.
10547 * gdb.mi/Makefile.in: Likewise.
10548 * gdb.modula2/Makefile.in: Likewise.
10549 * gdb.multi/Makefile.in: Likewise.
10550 * gdb.objc/Makefile.in: Likewise.
10551 * gdb.opencl/Makefile.in: Likewise.
10552 * gdb.opt/Makefile.in: Likewise.
10553 * gdb.pascal/Makefile.in: Likewise.
10554 * gdb.perf/Makefile.in: Likewise.
10555 * gdb.python/Makefile.in: Likewise.
10556 * gdb.reverse/Makefile.in: Likewise.
10557 * gdb.server/Makefile.in: Likewise.
10558 * gdb.stabs/Makefile.in: Likewise.
10559 * gdb.threads/Makefile.in: Likewise.
10560 * gdb.trace/Makefile.in: Likewise.
10561 * gdb.xml/Makefile.in: Likewise.
10562 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10563 GDB_PARALLEL.
10564 (standard_output_file): Remove check for GDB_PARALLEL, always
10565 return path in outputs/$subdir/$testname.
10566
10567 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10568
10569 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10570 (site.exp): Assign abs_srcdir to tcl's srcdir.
10571
10572 2016-02-04 Yao Qi <yao.qi@linaro.org>
10573
10574 * gdb.base/foll-exec-mode.c: Include limits.h.
10575 (main): Add parameters argc and argv. Get directory from
10576 argv[0].
10577 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10578 compilation.
10579 * gdb.base/foll-exec.c: Include limits.h.
10580 (main): Add parameters argc and argv.
10581 Get directory from argv[0].
10582 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10583 Adjust tests on the number of lines as source code changed.
10584 * gdb.base/foll-vfork-exit.c: Include limits.h.
10585 (main): Add one line of statement before vfork.
10586 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10587 (main): Add parameters argc and argv. Get directory from
10588 argv[0].
10589 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10590 (setup_gdb): Set tbreak to skip some source lines.
10591 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10592 (main): Add parameters argc and argv. Get directory from
10593 argv[0].
10594 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10595 compilation.
10596 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10597 (main): Add parameters argc and argv. Get directory from
10598 argv[0].
10599 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10600 compilation.
10601
10602 2016-02-01 Doug Evans <dje@google.com>
10603
10604 * gdb.base/skip.exp: Clean up multiple references to same test name.
10605
10606 2016-02-01 Pedro Alves <palves@redhat.com>
10607
10608 PR remote/19496
10609 * gdb.threads/forking-threads-plus-breakpoint.exp
10610 (displaced_stepping_supported): New global.
10611 (probe_displaced_stepping_support): New procedure.
10612 (do_test): Add 'displaced' parameter, and use it.
10613 (top level): Check for displaced stepping support. Add displaced
10614 stepping on/off testing axis.
10615
10616 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10617
10618 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10619 pointer. Don't perform further tests on the unassociated pointer
10620 if the first test fails.
10621
10622 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10623
10624 * gdb.base/max-value-size.c: New file.
10625 * gdb.base/max-value-size.exp: New file.
10626 * gdb.base/huge.exp: Disable max-value-size for this test.
10627
10628 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10629
10630 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10631
10632 2016-01-28 Yao Qi <yao.qi@linaro.org>
10633
10634 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10635
10636 2016-01-25 Pedro Alves <palves@redhat.com>
10637
10638 PR threads/19461
10639 * gdb.base/fork-running-state.c: New file.
10640 * gdb.base/fork-running-state.exp: New file.
10641
10642 2016-01-25 Pedro Alves <palves@redhat.com>
10643
10644 PR gdb/19494
10645 * gdb.base/catch-fork-kill.c: New file.
10646 * gdb.base/catch-fork-kill.exp: New file.
10647
10648 2016-01-25 Pedro Alves <palves@redhat.com>
10649
10650 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10651 Delete, moved to lib/gdb.exp.
10652 * gdb.threads/forking-threads-plus-breakpoint.exp
10653 (foreach_with_prefix): Likewise.
10654 * gdb.threads/process-dies-while-handling-bp.exp
10655 (foreach_with_prefix): Likewise.
10656 * lib/gdb.exp (foreach_with_prefix): New procedure.
10657
10658 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10659
10660 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10661 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10662
10663 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10664
10665 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10666 endian targets.
10667
10668 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10669 Pedro Alves <palves@redhat.com>
10670
10671 Fix testsuite compatibility with Guile.
10672 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10673 number.
10674
10675 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10676
10677 Fix testsuite compatibility with Guile.
10678 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10679 (thread 1): New test for backtrace through signal handler.
10680
10681 2016-01-22 Yao Qi <yao.qi@linaro.org>
10682
10683 PR testsuite/19491
10684 * gdb.base/multi-forks.c: Include
10685 ../lib/unbuffer_output.c
10686 (main): Call gdb_unbuffer_output.
10687
10688 2016-01-21 Doug Evans <dje@google.com>
10689
10690 * lib/ada.exp (gdb_compile_ada): Fix typo.
10691
10692 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10693
10694 * gdb.base/break-fun-addr.exp: New file.
10695 * gdb.base/break-fun-addr1.c: New file.
10696 * gdb.base/break-fun-addr2.c: New file.
10697
10698 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10699
10700 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10701 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10702 enum flag values.
10703
10704 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10705
10706 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10707 when GDB can not set the vector return value. Add more comments
10708 for clarification.
10709
10710 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10711
10712 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10713 command.
10714
10715 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10716
10717 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10718
10719 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10720
10721 * Makefile.in (check-single): Pass --status to runtest.
10722 (check/%.exp): Likewise.
10723
10724 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10725
10726 * Makefile.in (check-parallel): Propagate return code from make
10727 do-check-parallel.
10728
10729 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10730
10731 * gdb.trace/ftrace.exp: Fix expected message on continue.
10732 * gdb.trace/pending.exp: Fix expected message on continue.
10733 * gdb.trace/trace-break.exp: Fix expected message on continue.
10734
10735 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10736
10737 * lib/gdb.exp (gdb_test): Remove unused global references.
10738
10739 2016-01-18 Pedro Alves <palves@redhat.com>
10740
10741 * gdb.base/async-shell.exp: Adjust expected output.
10742 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10743 * gdb.base/siginfo-thread.exp: Adjust expected output.
10744 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10745 * gdb.java/jnpe.exp: Adjust expected output.
10746 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10747 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10748 * gdb.threads/leader-exit.exp: Adjust expected output.
10749 * gdb.threads/manythreads.exp: Adjust expected output.
10750 * gdb.threads/pthreads.exp: Adjust expected output.
10751 * gdb.threads/schedlock.exp: Adjust expected output.
10752 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10753 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10754 expected output.
10755 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10756 output.
10757 * gdb.threads/sigthread.exp: Adjust expected output.
10758 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10759
10760 2016-01-18 Yao Qi <yao.qi@linaro.org>
10761
10762 * gdb.guile/scm-section-script.c: Replace @progbits with
10763 %progbits.
10764 * gdb.python/py-section-script.c: Likewise.
10765
10766 2016-01-15 Pedro Alves <palves@redhat.com>
10767
10768 * gdb.multi/tids.exp: Test star wildcard ranges.
10769
10770 2016-01-15 Pedro Alves <palves@redhat.com>
10771
10772 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10773 command from "thread apply" invocation.
10774 (thr_apply_info_thr_invalid): Default the expected output to the
10775 input tid list.
10776 (top level): Add tests that use convenience variables. Add tests
10777 for "thread apply" with a valid TID list, but missing the command.
10778
10779 2016-01-13 Pedro Alves <palves@redhat.com>
10780
10781 * gdb.base/default.exp: Expect $_gthread as well.
10782 * gdb.multi/tids.exp: Test $_gthread.
10783 * gdb.threads/thread-specific.exp: Test $_gthread.
10784
10785 2016-01-13 Pedro Alves <palves@redhat.com>
10786
10787 * gdb.multi/tids.exp: Test "info threads -gid".
10788
10789 2016-01-13 Pedro Alves <palves@redhat.com>
10790
10791 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10792 Breakpoint.thread.
10793 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10794
10795 2016-01-07 Pedro Alves <palves@redhat.com>
10796
10797 * gdb.base/break.exp: Adjust to output changes.
10798 * gdb.base/hbreak2.exp: Likewise.
10799 * gdb.base/sepdebug.exp: Likewise.
10800 * gdb.base/watch_thread_num.exp: Likewise.
10801 * gdb.linespec/keywords.exp: Likewise.
10802 * gdb.multi/info-threads.exp: Likewise.
10803 * gdb.threads/thread-find.exp: Likewise.
10804 * gdb.multi/tids.c: New file.
10805 * gdb.multi/tids.exp: New file.
10806
10807 2016-01-13 Pedro Alves <palves@redhat.com>
10808
10809 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10810
10811 2016-01-13 Pedro Alves <palves@redhat.com>
10812
10813 * gdb.base/default.exp: Expect $_inferior as well.
10814 * gdb.multi/base.exp: Test $_inferior.
10815
10816 2016-01-13 Pedro Alves <palves@redhat.com>
10817
10818 PR breakpoints/19388
10819 * gdb.base/catch-signal-siginfo-cond.c: New file.
10820 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10821
10822 2016-01-12 Josh Stone <jistone@redhat.com>
10823 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10824
10825 * gdb.base/catch-syscall.c (do_execve): New variable.
10826 (main): Conditionally trigger an execve.
10827 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10828 (test_catch_syscall_execve): New, check entry/return across execve.
10829 (do_syscall_tests): Call test_catch_syscall_execve.
10830
10831 2016-01-12 Pedro Alves <palves@redhat.com>
10832
10833 * gdb.base/random-signal.exp (do_test): New procedure, with body
10834 of testcase moved in.
10835
10836 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10837 Pedro Alves <palves@redhat.com>
10838
10839 * gdb.base/funcargs.exp (finish from indirectly called function):
10840 Reintroduce the case for 'First'.
10841
10842 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10843 Pedro Alves <palves@redhat.com>
10844
10845 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10846 (tcatch_vfork_then_child_follow_exec)
10847 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10848 identification.
10849
10850 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10851
10852 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10853 and repeats to unlimited.
10854 * gdb.python/py-value.exp: Likewise.
10855 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10856 and repeats to unlimited.
10857
10858 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10859
10860 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10861 and reordering the functions.
10862 * gdb.multi/hangout.c: Likewise.
10863 * gdb.multi/hello.c: Likewise.
10864
10865 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10866
10867 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10868 absolute.
10869 (SingleStatisticTestResult.report): Use dict.keys instead of
10870 dict.iterkeys.
10871
10872 2016-01-06 Pedro Alves <palves@redhat.com>
10873
10874 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10875
10876 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10877
10878 * gdb.btrace/dlopen.exp: New.
10879 * gdb.btrace/dlopen.c: New.
10880 * gdb.btrace/dlopen-dso.c: New.
10881
10882 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10883
10884 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10885 PATTERN argument is optional.
10886
10887 2015-12-24 Joel Brobecker <brobecker@adacore.com>
10888
10889 * lib/ada.exp (target_compile_ada_from_dir): New function.
10890 (gdb_compile_ada): Reimplement avoiding the use of project files.
10891 * gdb.ada/gnat_ada.gpr: Delete.
10892 * gdb.ada/cond_lang.exp: Adjust test to make path before
10893 filename optional.
10894 * gdb.ada/small_reg_param.exp: Likewise.
10895
10896 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10897
10898 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10899
10900 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10901
10902 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10903 case.
10904
10905 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10906
10907 * gdb.base/break.exp: Remove dead code.
10908 * gdb.base/sepdebug.exp: Likewise.
10909
10910 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10911
10912 * gdb.asm/asm-source.exp: Remove HP-UX references.
10913 * gdb.base/annota1.exp: Likewise.
10914 * gdb.base/annota3.exp: Likewise.
10915 * gdb.base/attach.exp: Likewise.
10916 * gdb.base/bigcore.exp: Likewise.
10917 * gdb.base/break.exp: Likewise.
10918 * gdb.base/call-ar-st.exp: Likewise.
10919 * gdb.base/callfuncs.exp: Likewise.
10920 * gdb.base/catch-fork-static.exp: Likewise.
10921 * gdb.base/display.exp: Likewise.
10922 * gdb.base/foll-exec-mode.exp: Likewise.
10923 * gdb.base/foll-exec.exp: Likewise.
10924 * gdb.base/foll-fork.exp: Likewise.
10925 * gdb.base/foll-vfork.exp: Likewise.
10926 * gdb.base/funcargs.exp: Likewise.
10927 * gdb.base/hbreak2.exp: Likewise.
10928 * gdb.base/inferior-died.exp: Likewise.
10929 * gdb.base/interrupt.exp: Likewise.
10930 * gdb.base/multi-forks.exp: Likewise.
10931 * gdb.base/nodebug.exp: Likewise.
10932 * gdb.base/sepdebug.exp: Likewise.
10933 * gdb.base/solib1.c: Likewise.
10934 * gdb.base/step-test.exp: Likewise.
10935 * gdb.mi/non-stop.c: Likewise.
10936 * gdb.mi/pthreads.c: Likewise.
10937 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10938 * gdb.threads/pthreads.c: Likewise.
10939 * gdb.threads/staticthreads.exp: Likewise.
10940 * lib/future.exp: Likewise.
10941 * lib/gdb.exp: Likewise.
10942 * gdb.base/so-indr-cl.c: Remove.
10943 * gdb.base/so-indr-cl.exp: Likewise.
10944 * gdb.base/solib.c: Likewise.
10945 * gdb.base/solib.exp: Likewise.
10946 * gdb.base/solib2.c: Likewise.
10947
10948 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10949
10950 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10951 * gdb.base/call-ar-st.exp: Likewise.
10952 * gdb.base/callfuncs.exp: Likewise.
10953 * gdb.base/condbreak.exp: Likewise.
10954 * gdb.base/constvars.exp: Likewise.
10955 * gdb.base/hbreak2.exp: Likewise.
10956 * gdb.base/langs.exp: Likewise.
10957 * gdb.base/list.exp: Likewise.
10958 * gdb.base/long_long.exp: Likewise.
10959 * gdb.base/ptype.exp: Likewise.
10960 * gdb.base/scope.exp: Likewise.
10961 * gdb.base/signals.exp: Likewise.
10962 * gdb.base/so-impl-ld.exp: Likewise.
10963 * gdb.base/varargs.exp: Likewise.
10964 * gdb.base/volatile.exp: Likewise.
10965 * gdb.base/whatis.exp: Likewise.
10966 * gdb.cp/cplusfuncs.exp: Likewise.
10967 * gdb.cp/inherit.exp: Likewise.
10968 * gdb.cp/local.exp: Likewise.
10969 * gdb.cp/member-ptr.exp: Likewise.
10970 * gdb.cp/method.exp: Likewise.
10971 * gdb.cp/overload.exp: Likewise.
10972 * gdb.cp/templates.exp: Likewise.
10973 * gdb.stabs/weird.exp: Likewise.
10974 * lib/compiler.c: Likewise.
10975 * lib/compiler.cc: Likewise.
10976 * lib/cp-support.exp: Likewise.
10977 * lib/gdb.exp: Likewise.
10978
10979 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10980
10981 * configure.ac: Remove HP-UX case.
10982 * configure: Regenerate.
10983
10984 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10985
10986 * lib/gdb.exp (gdb_compile): Add function doc.
10987
10988 2015-12-17 Pedro Alves <palves@redhat.com>
10989
10990 PR threads/19354
10991 * gdb.multi/info-threads.exp: New file.
10992
10993 2015-12-15 Yao Qi <yao.qi@linaro.org>
10994
10995 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10996 is aarch64*-*-*.
10997
10998 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10999
11000 * gdb.base/history-duplicates.exp: Skip if no readline support.
11001
11002 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11003
11004 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11005
11006 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11007
11008 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11009
11010 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11011
11012 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11013 ctrl-C if nointerrupts target property is set.
11014 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11015 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11016 * gdb.base/paginate-bg-execution.exp: Likewise.
11017 * gdb.base/paginate-execution-startup.exp: Likewise.
11018 * gdb.base/random-signal.exp: Likewise.
11019 * gdb.base/range-stepping.exp: Likewise.
11020 * gdb.cp/annota2.exp: Likewise.
11021 * gdb.cp/annota3.exp: Likewise.
11022 * gdb.gdb/selftest.exp: Likewise.
11023 * gdb.threads/continue-pending-status.exp: Likewise.
11024 * gdb.threads/leader-exit.exp: Likewise.
11025 * gdb.threads/manythreads.exp: Likewise.
11026 * gdb.threads/pthreads.exp: Likewise.
11027 * gdb.threads/schedlock.exp: Likewise.
11028 * gdb.threads/sigthread.exp: Likewise.
11029
11030 2015-12-11 Don Breazeal <donb@codesourcery.com>
11031
11032 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11033 remote.
11034 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11035 * gdb.base/foll-exec.exp (main): Enable for target remote.
11036 * gdb.base/foll-fork.exp (main): Likewise.
11037 * gdb.base/foll-vfork.exp (main): Likewise.
11038 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11039 (proc continue_to_exit_bp_loc): Use clean_restart.
11040 * gdb.base/pie-execl.exp (main): Disable for target remote.
11041 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11042 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11043 * gdb.threads/execl.exp (main): Likewise.
11044 * gdb.threads/fork-child-threads.exp (main): Likewise.
11045 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11046 remote.
11047 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11048 remote.
11049 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11050 pid.tid style ptids, instead of just tid.
11051 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11052 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11053 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11054 ptids, instead of just tid.
11055
11056 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11057
11058 * gdb.base/list.exp (test_list_forward): Add end of file error
11059 test.
11060 (test_repeat_list_command): Add end of file error test.
11061 (test_list_backwards): Add beginning of file error test.
11062
11063 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11064
11065 * gdb.base/list.exp (test_list_invalid_args): New function,
11066 defined, and called.
11067
11068 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11069
11070 * gdb.base/list.exp (test_list): Make test names unique.
11071
11072 2015-12-11 Yao Qi <yao.qi@linaro.org>
11073
11074 * gdb.base/coremaker2.c: Remove.
11075
11076 2015-12-10 Pedro Alves <palves@redhat.com>
11077
11078 * gdb.multi/base.exp: Remove stale "spaces" references.
11079
11080 2015-12-10 Pedro Alves <palves@redhat.com>
11081
11082 * gdb.multi/base.exp: Don't use nowarnings.
11083 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11084 * gdb.multi/hangout.c: Include stdio.h.
11085 * gdb.multi/hello.c: Include stdlib.h.
11086 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11087 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11088 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11089
11090 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11091
11092 * gdb.dwarf2/dw2-ranges-base.c: New file.
11093 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11094 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11095 support additional line table, and debug ranges generation.
11096 (Dwarf::ranges): New function, generate .debug_ranges.
11097 (Dwarf::lines): Support generating simple line table programs.
11098 (Dwarf::assemble): Initialise new namespace variables.
11099
11100 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11101
11102 * gdb.base/async.exp (proc test_background): Add case for
11103 asynchronous execution not supported.
11104
11105 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11106
11107 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11108 format and change test names to make them unique.
11109
11110 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11111 Pedro Alves <pedro@redhat.com>
11112
11113 PR gdb/18702
11114 Add checking of floatformats setup on x86_64 hosts.
11115 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11116 (smallval, bigval): New labels/constants.
11117 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11118 float" after loading bigval and smallval.
11119
11120 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11121
11122 * gdb.ada/fun_overload_menu.exp: New testcase.
11123 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11124
11125 2015-12-04 Josh Stone <jistone@redhat.com>
11126
11127 * gdb.base/catch-fork-static.exp: New.
11128
11129 2015-12-03 Yao Qi <yao.qi@linaro.org>
11130
11131 * gdb.base/sizeof.c: Don't include stdio.h and
11132 ../lib/unbuffer_output.c.
11133 (main): New variable 'size' and 'value'. Remove printf and
11134 gdb_unbuffer_output. Assign return value to size and value.
11135 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11136 at the beginning.
11137 (check_sizeof): Check the result by printing variable 'size'.
11138 (check_valueof): Check the result by printing variable 'value'.
11139
11140 2015-12-01 Yao Qi <yao.qi@linaro.org>
11141
11142 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11143 for aarch64*-*-linux* target.
11144
11145 2015-11-30 Pedro Alves <palves@redhat.com>
11146
11147 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11148
11149 2015-11-30 Pedro Alves <palves@redhat.com>
11150
11151 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11152 Handle non-stop mode vCont replies.
11153
11154 2015-11-30 Pedro Alves <palves@redhat.com>
11155
11156 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11157 prepare_for_testing. Start gdb with "set non-stop on" appended to
11158 GDBFLAGS. Lax expected stop output.
11159
11160 2015-11-27 Yao Qi <yao.qi@linaro.org>
11161
11162 * gdb.arch/arm-neon.exp: New.
11163 * gdb.arch/arm-neon.c: New.
11164
11165 2015-11-27 Yao Qi <yao.qi@linaro.org>
11166
11167 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11168
11169 2015-11-27 Yao Qi <yao.qi@linaro.org>
11170
11171 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11172 frames-invalid annotation.
11173
11174 2015-11-27 Yao Qi <yao.qi@linaro.org>
11175
11176 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11177
11178 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11179
11180 * gdb.threads/names.exp: New file.
11181 * gdb.threads/names.c: New file.
11182 * README: Mention gdb,no_thread_names.
11183
11184 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11185
11186 PR 19297
11187 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11188 support" error.
11189
11190 2015-11-24 Pedro Alves <palves@redhat.com>
11191
11192 PR 17539
11193 * gdb.base/display.exp: Expect displays to be sorted in ascending
11194 order. Use multi_line.
11195 * gdb.base/solib-display.exp: Likewise.
11196
11197 2015-11-24 Pedro Alves <palves@redhat.com>
11198
11199 PR 17539
11200 * gdb.base/display.exp: Expect displays to be sorted in ascending
11201 order. Use multi_line.
11202 * gdb.base/solib-display.exp: Likewise.
11203
11204 2015-11-24 Pedro Alves <palves@redhat.com>
11205
11206 PR 17539
11207 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11208 threads in ascending order.
11209 * gdb.base/foll-fork.exp: Likewise.
11210 * gdb.base/foll-vfork.exp: Likewise.
11211 * gdb.base/multi-forks.exp: Likewise.
11212 * gdb.mi/mi-nonstop.exp: Likewise.
11213 * gdb.mi/mi-nsintrall.exp: Likewise.
11214 * gdb.multi/base.exp: Likewise.
11215 * gdb.multi/multi-arch.exp: Likewise.
11216 * gdb.python/py-inferior.exp: Likewise.
11217 * gdb.threads/break-while-running.exp: Likewise.
11218 * gdb.threads/execl.exp: Likewise.
11219 * gdb.threads/gcore-thread.exp: Likewise.
11220 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11221 * gdb.threads/kill.exp: Likewise.
11222 * gdb.threads/linux-dp.exp: Likewise.
11223 * gdb.threads/multiple-step-overs.exp: Likewise.
11224 * gdb.threads/next-bp-other-thread.exp: Likewise.
11225 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11226 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11227 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11228 * gdb.threads/thread-find.exp: Likewise.
11229 * gdb.threads/tls.exp: Likewise.
11230 * lib/mi-support.exp (mi_reverse_list): Delete.
11231 (mi_check_thread_states): No longer reverse list.
11232
11233 2015-11-24 Pedro Alves <palves@redhat.com>
11234
11235 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11236 use lowercase.
11237
11238 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11239
11240 * gdb.trace/actions.c: Include trace-common.h.
11241 (main): Add a location for a fast tracepoint.
11242 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11243 the normal tracepoints.
11244 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11245
11246 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11247
11248 * save-trace.exp: Factor out code to these...
11249 (gdb_save_tracepoints): New.
11250 (gdb_load_tracepoints): New.
11251 (do_save_load_test): New.
11252
11253 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11254
11255 * gdb.base/asmlabel.exp: New test.
11256 * gdb.base/asmlabel.c: New test case.
11257
11258 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11259
11260 * gdb.base/wrong_frame_bt_full-main.c: New file.
11261 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11262 * gdb.base/wrong_frame_bt_full.exp: New file.
11263
11264 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11265
11266 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11267
11268 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11269
11270 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11271 pstate register when comparing registers values in
11272 sparc64-*-linux-gnu targets to avoid spurious differences.
11273
11274 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11275
11276 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11277
11278 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11279
11280 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11281 as type argument to gdb_compile.
11282 * gdb.base/nested-subp2.exp: Likewise.
11283 * gdb.base/nested-subp3.exp: Likewise.
11284
11285 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11286
11287 * lib/dwarf.exp (_note): Fix left shift of negative value.
11288 * gdb.trace/trace-condition.exp: Likewise.
11289
11290 2015-11-13 Yao Qi <yao.qi@linaro.org>
11291
11292 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11293 comments about d10v.
11294 (test_scalar_returns): Likewise.
11295 * gdb.base/d10v.ld: Remove.
11296 * gdb.base/overlays.exp: Remove the target triplet checking for
11297 d10v-*-*.
11298 * gdb.base/structs.exp (test_struct_returns): Remove the
11299 comments about d10v.
11300 (test_struct_calls): Likewise.
11301
11302 2015-11-13 Yao Qi <yao.qi@linaro.org>
11303
11304 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11305 * gdb.base/gnu_vector.c: Don't include stdio.h.
11306 (main): Don't print res and call add_some_intvecs.
11307
11308 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11309
11310 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11311 macro.
11312 (func5): Removed.
11313 (func4): Use FAST_TRACEPOINT_LABEL.
11314 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11315 macro.
11316 (func): Removed.
11317 (thread_function): Use FAST_TRACEPOINT_LABEL.
11318 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11319 (func): Remove.
11320 (marker): Use FAST_TRACEPOINT_LABEL.
11321 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11322 (pendfunc1): Remove.
11323 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11324 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11325 (foo): Remove.
11326 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11327 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11328 macro.
11329 (func): Remove.
11330 (marker): Use FAST_TRACEPOINT_LABEL.
11331 * gdb.trace/trace-common.h: New header.
11332 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11333 macro.
11334 (func): Remove.
11335 (marker): Use FAST_TRACEPOINT_LABEL.
11336 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11337 (func): Remove.
11338 (thread_function): Use FAST_TRACEPOINT_LABEL.
11339
11340 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11341
11342 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11343 in front.
11344 * gdb.trace/change-loc.exp: Use global pcreg definition.
11345 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11346 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11347 in front.
11348 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11349 * gdb.trace/pending.exp: Likewise.
11350 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11351 * gdb.trace/trace-break.exp: Likewise.
11352 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11353 in front.
11354 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11355 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11356 in front.
11357 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11358
11359 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11360
11361 * gdb.ada/fin_fun_out: New testcase.
11362
11363 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11364
11365 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11366 value associated with DW_AT_byte_size.
11367 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11368 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11369 DW_AT_upper_bound.
11370
11371 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11372
11373 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11374 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11375 version.
11376 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11377 gdb.dwarf2/dw2-canonicalize-type.exp,
11378 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11379 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11380 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11381 provided by gdb_target_symbol_prefix_flags_asm.
11382 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11383 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11384 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11385 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11386 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11387 macros where needed). Use this macro for symbols which require
11388 the prefix provided by SYMBOL_PREFIX.
11389
11390 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11391
11392 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11393 New procs.
11394 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11395 representing expressions, of more than one list element.
11396 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11397 to prepend linker symbol prefix to f.
11398 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11399 table_1 and table_2.
11400 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11401 Likewise, for f and g.
11402 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11403 for ptr.
11404 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11405 for main.
11406 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11407 table_1_ptr and table_2_ptr.
11408
11409 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11410 Joel Brobecker <brobecker@adacore.com>
11411
11412 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11413
11414 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11415
11416 * gdb.reverse/s390-mvcle.c: New test.
11417 * gdb.reverse/s390-mvcle.exp: New file.
11418 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11419
11420 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11421
11422 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11423
11424 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11425
11426 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11427 reaching marker2.
11428 * gdb.reverse/getresuid-reverse.exp: Likewise.
11429 * gdb.reverse/pipe-reverse.exp: Likewise.
11430 * gdb.reverse/readv-reverse.exp: Likewise.
11431 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11432 * gdb.reverse/time-reverse.exp: Likewise.
11433 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11434
11435 2015-10-30 Yao Qi <yao.qi@linaro.org>
11436
11437 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11438 (empty_cycle): Remove.
11439 (main): Don't call empty_cycle. Don't use watch_count_done.
11440 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11441 empty_cycle. Rewrite the code counting HW watchpoints.
11442
11443 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11444
11445 * gdb.reverse/fstatat-reverse.c: New test.
11446 * gdb.reverse/fstatat-reverse.exp: New file.
11447 * gdb.reverse/getresuid-reverse.c: New test.
11448 * gdb.reverse/getresuid-reverse.exp: New file.
11449 * gdb.reverse/pipe-reverse.c: New test.
11450 * gdb.reverse/pipe-reverse.exp: New file.
11451 * gdb.reverse/readv-reverse.c: New test.
11452 * gdb.reverse/readv-reverse.exp: New file.
11453 * gdb.reverse/recvmsg-reverse.c: New test.
11454 * gdb.reverse/recvmsg-reverse.exp: New file.
11455 * gdb.reverse/time-reverse.c: New test.
11456 * gdb.reverse/time-reverse.exp: New file.
11457 * gdb.reverse/waitpid-reverse.c: New test.
11458 * gdb.reverse/waitpid-reverse.exp: New file.
11459
11460 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11461
11462 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11463
11464 2015-10-26 Doug Evans <dje@google.com>
11465
11466 PR symtab/17391
11467 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11468 * gdb.dwarf2/bad-regnum.c: New file.
11469 * gdb.dwarf2/bad-regnum.exp: New file.
11470
11471 2015-10-26 Doug Evans <dje@google.com>
11472
11473 PR python/18938
11474 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11475 file.
11476
11477 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11478
11479 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11480 for a change by "Mention language in compile error message".
11481
11482 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11483
11484 PR python/18073
11485 * gdb.python/py-type.c (C::a_method): New.
11486 (C::a_const_method): New.
11487 (C::a_static_method): New.
11488 (a_function): New.
11489 * gdb.python/py-type.exp (test_fields): Test getting fields
11490 from function and method.
11491
11492 2015-10-21 Keven Boell <keven.boell@intel.com>
11493
11494 * gdb.fortran/vla-alloc-assoc.exp: New file.
11495 * gdb.fortran/vla-datatypes.exp: New file.
11496 * gdb.fortran/vla-datatypes.f90: New file.
11497 * gdb.fortran/vla-history.exp: New file.
11498 * gdb.fortran/vla-ptype-sub.exp: New file.
11499 * gdb.fortran/vla-ptype.exp: New file.
11500 * gdb.fortran/vla-sizeof.exp: New file.
11501 * gdb.fortran/vla-sub.f90: New file.
11502 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11503 * gdb.fortran/vla-value-sub-finish.exp: New file.
11504 * gdb.fortran/vla-value-sub.exp: New file.
11505 * gdb.fortran/vla-value.exp: New file.
11506 * gdb.fortran/vla-ptr-info.exp: New file.
11507 * gdb.mi/mi-vla-fortran.exp: New file.
11508 * gdb.mi/vla.f90: New file.
11509
11510 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11511
11512 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11513 of hardwired timeout value.
11514
11515 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11516 Pedro Alves <palves@redhat.com>
11517
11518 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11519 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11520
11521 2015-10-19 Josh Stone <jistone@redhat.com>
11522
11523 * gdb.base/catch-syscall.c: Include <sched.h>.
11524 (unknown_syscall): New variable.
11525 (main): Trigger a vfork and an unknown syscall.
11526 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11527 (unknown_syscall_number): Likewise.
11528 (check_call_to_syscall): Accept an optional syscall pattern.
11529 (check_return_from_syscall): Likewise.
11530 (check_continue): Likewise.
11531 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11532 (test_catch_syscall_skipping_return): New test toggling off 'catch
11533 syscall' to step over the syscall return, then toggling back on.
11534 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11535 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11536 (do_syscall_tests): Call test_catch_syscall_without_args and
11537 test_catch_syscall_mid_vfork.
11538 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11539 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11540
11541 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11542
11543 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11544 print g_vE): Add new pass patterns.
11545 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11546 print various symbol names for vptr fields.
11547
11548 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11549
11550 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11551 results.
11552
11553 2015-10-12 Yao Qi <yao.qi@linaro.org>
11554
11555 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11556
11557 2015-10-12 Yao Qi <yao.qi@linaro.org>
11558
11559 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11560 is aarch64*-*-linux*.
11561
11562 2015-10-12 Yao Qi <yao.qi@linaro.org>
11563
11564 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11565 (can_relocate_bcond_true): ... it.
11566 (can_relocate_bcond_false): New function.
11567 (foo): Likewise.
11568 (can_relocate_bl): Likewise.
11569 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11570 can_relocate_bl.
11571
11572 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11573
11574 * gdb.base/nested-addr.c: New file.
11575 * gdb.base/nested-addr.exp: New testcase.
11576
11577 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11578
11579 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11580 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11581 its output. Ignore the output of "record goto begin" and instead
11582 check that GDB is replaying.
11583
11584 2015-10-09 Pedro Alves <palves@redhat.com>
11585
11586 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11587 (top level): Use it in the run with no args test.
11588
11589 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11590
11591 * gdb.dlang/properties.exp: New file.
11592
11593 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11594
11595 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11596 whether or not address 0x1000 is mapped on the target.
11597
11598 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11599
11600 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11601 build.
11602
11603 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11604
11605 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11606 instruction-history test.
11607
11608 2015-09-28 Doug Evans <dje@google.com>
11609
11610 * gdb.base/gcore.c (array_func): Add reference to static_array.
11611
11612 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11613
11614 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11615 source line.
11616
11617 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11618
11619 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11620 short or char as base type.
11621
11622 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11623
11624 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11625 to allow any size enum.
11626
11627 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11628
11629 * gdb.ada/array_ptr_renaming.exp: New testcase.
11630 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11631 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11632
11633 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11634
11635 * gdb.trace/ftrace-lock.c: New file.
11636 * gdb.trace/ftrace-lock.exp: New file.
11637
11638 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11639
11640 * gdb.arch/insn-reloc.c: New file.
11641 * gdb.arch/ftrace-insn-reloc.exp: New file.
11642
11643 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11644
11645 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11646 instruction.
11647 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11648 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11649 * gdb.trace/range-stepping.c: Likewise.
11650 * gdb.trace/trace-break.c: Likewise.
11651 * gdb.trace/trace-mt.c (thread_function): Likewise.
11652 * gdb.trace/ftrace.c (marker): Likewise.
11653 * gdb.trace/trace-condition.c (marker): Likewise.
11654 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11655 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11656 is_aarch64_target.
11657
11658 2015-09-18 Doug Evans <xdje42@gmail.com>
11659
11660 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11661 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11662
11663 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11664
11665 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11666 the breakpoint.
11667
11668 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11669
11670 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11671 the pending breakpoint. Remove timeout override for "Run till
11672 MI pending breakpoint on pendfunc3 on thread 2" test.
11673
11674 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11675
11676 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11677 filename pattern.
11678
11679 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11680
11681 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11682 in breakpoint filename pattern.
11683
11684 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11685
11686 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11687
11688 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11689
11690 * gdb.linespec/explicit.exp: Check for readline support for
11691 tab-completion tests. Fix obvious typo.
11692
11693 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11694
11695 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11696 and replay.
11697
11698 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11699
11700 * gdb.btrace/non-stop.c: New.
11701 * gdb.btrace/non-stop.exp: New.
11702
11703 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11704 Yao Qi <yao.qi@linaro.org>
11705
11706 * gdb.trace/trace-condition.c: New file.
11707 * gdb.trace/trace-condition.exp: New file.
11708
11709 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11710
11711 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11712 for testing bytecode compilation.
11713
11714 2015-09-16 Pedro Alves <palves@redhat.com>
11715 Sandra Loosemore <sandra@codesourcery.com>
11716
11717 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11718 (SECONDS): Redefine.
11719 (main): Call pthread_kill and alarm early.
11720 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11721 support.
11722 (test): If the target can't hardware step and doesn't support
11723 displaced stepping, increase the timeout.
11724
11725 2015-09-16 Pedro Alves <palves@redhat.com>
11726
11727 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11728 (enable_debug): New procedures.
11729 (test): Use them. Bail out if waiting for threads fails.
11730 (top level): Bail out if a test fails.
11731
11732 2015-09-16 Yao Qi <yao.qi@linaro.org>
11733
11734 * gdb.asm/asm-source.exp: Set asm-arch for
11735 aarch64*-*-* target.
11736 * gdb.asm/aarch64.inc: New file.
11737
11738 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11739
11740 * gdb.ada/array_of_variable_length.exp: New testcase.
11741 * gdb.ada/array_of_variable_length/foo.adb: New file.
11742 * gdb.ada/array_of_variable_length/pck.adb: New file.
11743 * gdb.ada/array_of_variable_length/pck.ads: New file.
11744
11745 2015-09-15 Doug Evans <dje@google.com>
11746
11747 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11748 of function static local variable.
11749
11750 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11751
11752 * gdb.threads/tls-so_extern.exp: New test file.
11753 * gdb.threads/tls-so_extern.c: New test file.
11754 * gdb.threads/tls-so_extern_main.c: New test file.
11755
11756 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11757
11758 * gdb.opt/solib-intra-step-lib.c: New file.
11759 * gdb.opt/solib-intra-step-main.c: New file.
11760 * gdb.opt/solib-intra-step.exp: New file.
11761
11762 2015-09-15 Pedro Alves <palves@redhat.com>
11763
11764 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11765 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11766
11767 2015-09-14 Pedro Alves <palves@redhat.com>
11768
11769 * gdb.base/hook-stop-continue.c: Delete.
11770 * gdb.base/hook-stop-continue.exp: Delete.
11771 * gdb.base/hook-stop-frame.c: Delete.
11772 * gdb.base/hook-stop-frame.exp: Delete.
11773 * gdb.base/hook-stop.c: New file.
11774 * gdb.base/hook-stop.exp: New file.
11775
11776 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11777
11778 * gdb.ada/access_to_packed_array.exp: New testcase.
11779 * gdb.ada/access_to_packed_array/foo.adb: New file.
11780 * gdb.ada/access_to_packed_array/pack.adb: New file.
11781 * gdb.ada/access_to_packed_array/pack.ads: New file.
11782
11783 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11784
11785 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11786 buffer size test.
11787
11788 2015-09-11 Don Breazeal <donb@codesourcery.com>
11789
11790 * gdb.base/foll-exec.c: Add copyright header. Fix
11791 formatting issues.
11792 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11793 (do_exec_tests): Use clean_restart in place of zap_session,
11794 and for test initialization. Fix formatting issues. Use
11795 fail in place of perror.
11796 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11797 an expect statement to match an expression with output from
11798 the program under debug.
11799 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11800 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11801 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11802 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11803 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11804
11805 2015-09-09 Doug Evans <dje@google.com>
11806
11807 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11808
11809 2015-09-09 Doug Evans <dje@google.com>
11810
11811 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11812
11813 2015-09-09 Doug Evans <dje@google.com>
11814
11815 * gdb.base/savedregs.exp: Fix typo.
11816
11817 2015-09-09 Pedro Alves <palves@redhat.com>
11818
11819 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11820
11821 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11822
11823 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11824 command actually switches threads. Give up on remaining
11825 tests if target fails to stop at breakpoint.
11826
11827 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11828
11829 * gdb.ada/funcall_char.exp: New testcase.
11830 * gdb.ada/funcall_char/foo.adb: New file.
11831
11832 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11833
11834 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11835 expected outputs. Add two testcases for completing ambiguous
11836 functions.
11837 * gdb.ada/complete/aux_pck.adb: New file.
11838 * gdb.ada/complete/aux_pck.ads: New file.
11839 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11840 Ambiguous_Func functions.
11841 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11842 * gdb.ada/complete/pck.adb: Likewise.
11843
11844 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11845
11846 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11847 failures to run the test program under GDB.
11848
11849 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
11850
11851 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11852 to C.
11853
11854 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11855
11856 * gdb.base/run-after-attach.exp: New test file.
11857 * gdb.base/run-after-attach.c: New test file.
11858
11859 2015-08-26 Don Breazeal <donb@codesourcery.com>
11860
11861 * gdb.base/foll-exec-2.c: New test program.
11862 * gdb.base/foll-exec-2.exp: New test.
11863
11864 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11865
11866 * gdb.base/nested-subp1.exp: New file.
11867 * gdb.base/nested-subp1.c: New file.
11868 * gdb.base/nested-subp2.exp: New file.
11869 * gdb.base/nested-subp2.c: New file.
11870 * gdb.base/nested-subp3.exp: New file.
11871 * gdb.base/nested-subp3.c: New file.
11872
11873 2015-08-24 Pedro Alves <palves@redhat.com>
11874
11875 * gdb.server/connect-without-multi-process.c: New file.
11876 * gdb.server/connect-without-multi-process.exp: New file.
11877
11878 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11879
11880 * gdb.opt/inline-markers.c: Make z int.
11881
11882 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11883
11884 * gdb.opt/inline-markers.c: Make z volatile.
11885
11886 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11887
11888 * gdb.opt/inline-bt.c: New volatile global z.
11889 * gdb.opt/inline-cmds.c: Likewise.
11890 * gdb.opt/inline-locals.c: Likewise.
11891 * gdb.opt/inline-markers.c: New extern global z.
11892 (marker): Use z.
11893 (inline_fn): Likewise.
11894
11895 2015-08-24 Pedro Alves <palves@redhat.com>
11896
11897 * config/m32r-stub.exp: Remove file.
11898 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11899 * gdb.base/call-rt-st.exp: Likewise.
11900 * gdb.base/call-strs.exp: Likewise.
11901 * gdb.base/default.exp: Remove references to h8300-*-hms and
11902 *-*-udi*.
11903 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11904
11905 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11906
11907 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11908 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11909 and "return" use KFAIL when GDB can not read/write the vector
11910 return value.
11911
11912 2015-08-21 Gary Benson <gbenson@redhat.com>
11913
11914 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11915
11916 2015-08-20 Pedro Alves <palves@redhat.com>
11917
11918 * gdb.server/solib-list.exp: No longer expect an interior stop in
11919 non-stop mode.
11920
11921 2015-08-20 Pedro Alves <palves@redhat.com>
11922
11923 * gdb.server/connect-stopped-target.c: New file.
11924 * gdb.server/connect-stopped-target.exp: New file.
11925
11926 2015-08-20 Pedro Alves <palves@redhat.com>
11927
11928 * gdb.dwarf2/comp-unit-lang.exp: New file.
11929 * gdb.dwarf2/comp-unit-lang.c: New file.
11930
11931 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11932
11933 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11934 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11935
11936 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11937
11938 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11939 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11940
11941 2015-08-18 Doug Evans <dje@google.com>
11942 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11943
11944 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11945 skip_python_tests. New arg prompt_regexp.
11946 (skip_python_tests): New function.
11947 * lib/mi-support.exp (mi_skip_python_tests): New function.
11948 * gdb.python/py-mi-objfile-gdb.py: New file.
11949 * gdb.python/py-mi-objfile.c: New file.
11950 * gdb.python/py-mi-objfile.exp: New file.
11951
11952 2015-08-17 Keith Seitz <keiths@redhat.com>
11953
11954 * gdb.linespec/explicit.exp: Move strace test from here ...
11955 * gdb.trace/strace.exp: ... to here.
11956
11957 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11958
11959 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11960 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11961
11962 2015-08-14 Doug Evans <xdje42@gmail.com>
11963
11964 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11965 inferior before selecting a new file.
11966
11967 2015-08-14 Doug Evans <xdje42@gmail.com>
11968
11969 * gdb.mi/mi-disassemble.exp: Update.
11970 * gdb.base/disasm-optim.S: New file.
11971 * gdb.base/disasm-optim.c: New file.
11972 * gdb.base/disasm-optim.h: New file.
11973 * gdb.base/disasm-optim.exp: New file.
11974
11975 2015-08-14 Keith Seitz <keiths@redhat.com>
11976
11977 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11978 "evaluated-by".
11979
11980 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11981
11982 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11983
11984 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11985
11986 * gdb.ada/fun_renaming.exp: New testcase.
11987 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11988 * gdb.ada/fun_renaming/pack.adb: New file.
11989 * gdb.ada/fun_renaming/pack.ads: New file.
11990
11991 2015-08-12 Keith Seitz <keiths@redhat.com>
11992
11993 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11994 gdb_get_line_number.
11995
11996 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11997
11998 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11999 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12000 gdb.base/dso2dso.exp: New files.
12001
12002 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12003 Pedro Alves <palves@redhat.com>
12004 Keith Seitz <keiths@redhat.com>
12005
12006 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12007 GDBFLAGS.
12008
12009 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12010
12011 * gdb.base/gdbhistsize-history.exp
12012 (test_histsize_history_setting): Use save_vars.
12013 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12014 Use save_vars.
12015 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12016 * gdb.base/readline.exp: Use save_vars.
12017
12018 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12019
12020 * lib/gdb.exp (save_vars): New proc.
12021
12022 2015-08-11 Keith Seitz <keiths@redhat.com>
12023
12024 * gdb.base/help.exp: Update help_breakpoint_text.
12025
12026 2015-08-11 Keith Seitz <keiths@redhat.com>
12027
12028 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12029 (at toplevel): Call test_explicit_breakpoints.
12030 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12031 breakpoints.
12032 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12033 breakpoint conditions, "-cond".
12034
12035 2015-08-11 Keith Seitz <keiths@redhat.com>
12036
12037 * gdb.linespec/3explicit.c: New file.
12038 * gdb.linespec/cpexplicit.cc: New file.
12039 * gdb.linespec/cpexplicit.exp: New file.
12040 * gdb.linespec/explicit.c: New file.
12041 * gdb.linespec/explicit.exp: New file.
12042 * gdb.linespec/explicit2.c: New file.
12043 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12044 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12045 before using in the matching pattern.
12046 Clarify that `prefix' is a regular expression.
12047
12048 2015-08-11 Keith Seitz <keiths@redhat.com>
12049
12050 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12051 test.
12052 Add tests for missing ",FMT" and ",".
12053
12054 2015-08-10 Doug Evans <dje@google.com>
12055 Keith Seitz <keiths@redhat.com>
12056
12057 PR gdb/17960
12058 * gdb.base/completion.exp: Add location completer tests.
12059
12060 2015-08-07 Pedro Alves <palves@redhat.com>
12061
12062 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12063 tests here.
12064 (top level): Run do_test with and without displaced stepping.
12065
12066 2015-08-07 Pedro Alves <palves@redhat.com>
12067
12068 * gdb.base/valgrind-disp-step.c: New file.
12069 * gdb.base/valgrind-disp-step.exp: New file.
12070
12071 2015-08-07 Pedro Alves <palves@redhat.com>
12072
12073 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12074 Delete function.
12075 (main): Add alarm. Run an infinite loop instead of calling
12076 wait_threads.
12077 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12078 comment.
12079 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12080 Delete function.
12081 (main): Add alarm. Run an infinite loop instead of calling
12082 wait_threads.
12083 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12084 comment.
12085
12086 2015-08-07 Pedro Alves <palves@redhat.com>
12087
12088 * gdb.base/checkpoint-ns.exp: New file.
12089 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12090 standard_testfile.
12091
12092 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12093
12094 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12095 * gdb.btrace/instruction_history.exp: Update.
12096 * gdb.btrace/tsx.exp: New.
12097 * gdb.btrace/tsx.c: New.
12098
12099 2015-08-06 Pedro Alves <palves@redhat.com>
12100
12101 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12102 increase timeout.
12103 * gdb.reverse/until-precsave.exp: Bump timeouts.
12104
12105 2015-08-06 Pedro Alves <palves@redhat.com>
12106
12107 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12108
12109 2015-08-06 Pedro Alves <palves@redhat.com>
12110
12111 PR gdb/18749
12112 * gdb.threads/process-dies-while-handling-bp.c: New file.
12113 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12114
12115 2015-08-06 Pedro Alves <palves@redhat.com>
12116
12117 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12118 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12119
12120 2015-08-05 Pedro Alves <palves@redhat.com>
12121
12122 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12123 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12124
12125 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12126
12127 * gdb.base/bp-permanent.exp: Report test as unsupported if
12128 the target cannot stop at the permanent breakpoint.
12129
12130 2015-08-03 Doug Evans <dje@google.com>
12131
12132 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12133 10000.
12134
12135 2015-08-03 Doug Evans <dje@google.com>
12136
12137 * Makefile.in (workers/%.worker, build-perf): New rule.
12138 (GDB_PERFTEST_MODE): New variable.
12139 (check-perf): Use it.
12140 (clean): Clean up gdb.perf parallel build subdirs.
12141 * lib/build-piece.exp: New file.
12142 * lib/gdb.exp (make_gdb_parallel_path): New function
12143 (standard_output_file, standard_temp_file): Call it.
12144 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12145 of $GDB_PARALLEL.
12146 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12147
12148 2015-08-03 Doug Evans <dje@google.com>
12149
12150 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12151 (LOG_FILE_NAME): New global.
12152 (TextReporter.__init__): Initialize self.txt_sum.
12153 (TextReporter.report): Add support for multiple data-points.
12154 Move report to perftest.sum, put raw data in perftest.log.
12155 (TextReporter.start): Open sum and log files.
12156 (TextReporter.end): Close sum and log files.
12157 * gdb.perf/lib/perftest/testresult.py
12158 (SingleStatisticTestResult.record): Handle multiple data-points.
12159
12160 2015-07-31 Pedro Alves <palves@redhat.com>
12161
12162 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12163 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12164 kill_wait_spawned_process instead of explicit "kill -9".
12165 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12166 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12167 kill_wait_spawned_process.
12168 * gdb.base/attach-twice.exp: Likewise.
12169 * gdb.base/attach.exp: Likewise.
12170 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12171 gdb_test_multiple.
12172 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12173 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12174 kill_wait_spawned_process.
12175 * gdb.base/valgrind-infcall.exp: Likewise.
12176 * gdb.multi/multi-attach.exp: Likewise.
12177 * gdb.python/py-prompt.exp: Likewise.
12178 * gdb.python/py-sync-interp.exp: Likewise.
12179 * gdb.server/ext-attach.exp: Likewise.
12180 * gdb.threads/attach-into-signal.exp (corefunc): Use
12181 spawn_wait_for_attach, spawn_id_get_pid and
12182 kill_wait_spawned_process.
12183 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12184 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12185 spawn_id_get_pid and kill_wait_spawned_process.
12186 * gdb.threads/attach-stopped.exp (corefunc): Use
12187 spawn_wait_for_attach, spawn_id_get_pid and
12188 kill_wait_spawned_process.
12189 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12190 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12191 kill_wait_spawned_process instead of explicit "kill -9".
12192 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12193 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12194 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12195 processes. Don't map cygwin/windows pids here. Now returns a
12196 spawn id list.
12197
12198 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12199
12200 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12201 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12202 correct patch.
12203
12204 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12205
12206 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12207
12208 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12209
12210 Reapply:
12211 2014-05-21 Mark Wielaard <mjw@redhat.com>
12212
12213 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12214
12215 2015-07-30 Pedro Alves <palves@redhat.com>
12216
12217 * linux-low.c (handle_extended_wait): Set the child's last
12218 reported status to TARGET_WAITKIND_STOPPED.
12219
12220 2015-07-30 Pedro Alves <palves@redhat.com>
12221
12222 PR threads/18600
12223 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12224 only shows inferior 1.
12225
12226 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12227 Pedro Alves <palves@redhat.com>
12228
12229 PR threads/18600
12230 * gdb.threads/fork-plus-threads.c: New file.
12231 * gdb.threads/fork-plus-threads.exp: New file.
12232
12233 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12234
12235 * gdb.base/batch-preserve-term-settings.exp
12236 (test_terminal_settings_preserved_after_cli_exit): Use
12237 send_quit_command.
12238
12239 2015-07-29 Pedro Alves <palves@redhat.com>
12240 Don Breazeal <donb@codesourcery.com>
12241
12242 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12243 output from both inferior_spawn_id and gdb_spawn_id.
12244
12245 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12246
12247 * gdb.threads/attach-into-signal.exp (corefunc): Use
12248 with_test_prefix on nested loops, uniquefying the test messages.
12249
12250 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12251
12252 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12253 commit.
12254
12255 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12256
12257 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12258 New proc.
12259 (test_terminal_settings_preserved_after_sigterm): New test.
12260
12261 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12262
12263 * gdb.base/batch-preserve-term-settings.exp
12264 (test_terminal_settings_preserved_after_cli_exit): New test.
12265
12266 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12267
12268 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12269 manipulation of saved_gdbflags.
12270 (test_terminal_settings_preserved): Remove global declaration of
12271 the unused variable pagination_prompt. Remove manipulation of
12272 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12273 GDBFLAGS.
12274
12275 2015-07-29 Pedro Alves <palves@redhat.com>
12276
12277 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12278
12279 2015-07-29 Pedro Alves <palves@redhat.com>
12280
12281 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12282 at the top.
12283
12284 2015-07-29 Pedro Alves <palves@redhat.com>
12285
12286 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12287 (main): Call gdb_unbuffer_output.
12288 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12289 (main): Call gdb_unbuffer_output.
12290 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12291 (main): Call gdb_unbuffer_output.
12292 * gdb.base/call-strs.exp: Adjust to step over the
12293 gdb_unbuffer_output call.
12294 * gdb.base/catch-gdb-caused-signals.c: Include
12295 "../lib/unbuffer_output.c".
12296 (main): Call gdb_unbuffer_output.
12297 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12298 (main): Call gdb_unbuffer_output.
12299 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12300 (main): Call gdb_unbuffer_output.
12301 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12302 (main): Call gdb_unbuffer_output.
12303 * gdb.base/shlib-call.exp: Adjust to step over the
12304 gdb_unbuffer_output call.
12305 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12306 (main): Call gdb_unbuffer_output.
12307 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12308 (main): Call gdb_unbuffer_output.
12309 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12310 (main): Rename to ...
12311 (test): ... this.
12312 (main): Reimplement.
12313 * gdb.base/varargs.exp: Run to test instead of to main.
12314 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12315 (main): Call gdb_unbuffer_output.
12316
12317 2015-07-29 Pedro Alves <palves@redhat.com>
12318
12319 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12320 factore out from mi_continue_dprintf. For call-style dprintfs,
12321 expect dprintf output out of $inferior_spawn_id.
12322 (mi_continue_dprintf): Use mi_expect_dprintf.
12323 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12324 (main): Call gdb_unbuffer_output.
12325
12326 2015-07-29 Pedro Alves <palves@redhat.com>
12327
12328 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12329 (default_mi_gdb_start): Set inferior_spawn_id instead of
12330 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12331 gdb_spawn_id.
12332 (mi_gdb_test): Always expect inferior output from both
12333 $inferior_spawn_id and $gdb_spawn_id.
12334
12335 2015-07-29 Pedro Alves <palves@redhat.com>
12336
12337 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12338 send_inferior and $inferior_spawn_id.
12339
12340 2015-07-29 Pedro Alves <palves@redhat.com>
12341
12342 * gdb.gdb/complaints.exp (test_initial_complaints)
12343 (test_serial_complaints, test_short_complaints): Use
12344 gdb_test_stdio.
12345 (test_empty_complaint): Handle $inferior_spawn_id !=
12346 $gdb_spawn_id.
12347
12348 2015-07-29 Pedro Alves <palves@redhat.com>
12349
12350 * gdb.base/varargs.exp: Use gdb_test_stdio.
12351
12352 2015-07-29 Pedro Alves <palves@redhat.com>
12353
12354 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12355
12356 2015-07-29 Pedro Alves <palves@redhat.com>
12357
12358 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12359
12360 2015-07-29 Pedro Alves <palves@redhat.com>
12361
12362 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12363 parameter into two new parameters, "inf_result" and "gdb_result".
12364 Expect inferior output and gdb output from $inferior_spawn_id and
12365 $gdb_spawn_id, respectively. Adjust all callers.
12366
12367 2015-07-29 Pedro Alves <palves@redhat.com>
12368
12369 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12370 of gdb_test_sequence.
12371
12372 2015-07-29 Pedro Alves <palves@redhat.com>
12373
12374 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12375 (saw_spurious_output): Expect inferior output from
12376 $inferior_spawn_id. Use gdb_test_stdio.
12377
12378 2015-07-29 Pedro Alves <palves@redhat.com>
12379
12380 * gdb.base/dprintf.exp: Use standard_testfile. Change
12381 prepare_for_testing call.
12382 (srcfile): Don't set.
12383 (restart): New procedure.
12384 (test_dprintf): New procecure, use to continue over dprintfs.
12385 (test_call, test_agent): New procedures, tests moved here.
12386 Restart gdb and recreate dprintfs. Adjust expected output.
12387
12388 2015-07-29 Pedro Alves <palves@redhat.com>
12389
12390 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12391
12392 2015-07-29 Pedro Alves <palves@redhat.com>
12393
12394 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12395
12396 2015-07-29 Pedro Alves <palves@redhat.com>
12397
12398 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12399 gdb_test_stdio.
12400
12401 2015-07-29 Pedro Alves <palves@redhat.com>
12402
12403 * lib/gdb.exp (gdb_test_stdio): New procedure.
12404
12405 2015-07-29 Pedro Alves <palves@redhat.com>
12406
12407 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12408
12409 2015-07-29 Pedro Alves <palves@redhat.com>
12410
12411 * gdb.base/call-signal-resume.exp: Remove check for
12412 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12413 * gdb.base/unwindonsignal.exp: Likewise.
12414 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12415 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12416
12417 2015-07-29 Pedro Alves <palves@redhat.com>
12418
12419 * gdb.base/siginfo-addr.c (pass): New function.
12420 (handler): Call it iff si_addr is correct.
12421 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12422 Set a breakpoint at "pass" and continue to it.
12423
12424 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12425
12426 * gdb.python/py-objfile.exp: Make some tests have unique names.
12427 * gdb.python/py-pp-registration.exp: Likewise.
12428
12429 2015-07-28 Pedro Alves <palves@redhat.com>
12430
12431 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12432
12433 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12434
12435 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12436
12437 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12438
12439 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12440
12441 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12442
12443 * gdb.base/gdb-sigterm-2.exp: New test.
12444
12445 2015-07-25 Doug Evans <xdje42@gmail.com>
12446
12447 Revert:
12448 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12449 (workers/%.worker, build-perf): New rule.
12450 (GDB_PERFTEST_MODE): New variable.
12451 (check-perf): Use it.
12452 (clean): Clean up gdb.perf parallel build subdirs.
12453 * lib/build-piece.exp: New file.
12454 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12455 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12456 name.
12457 (standard_temp_file): Ditto.
12458 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12459 of $GDB_PARALLEL.
12460
12461 2015-07-24 Doug Evans <dje@google.com>
12462
12463 * gdb.perf/lib/perftest/utils.py: New file.
12464 * gdb.perf/gm-hello.cc: New file.
12465 * gdb.perf/gm-pervasive-typedef.cc: New file.
12466 * gdb.perf/gm-pervasive-typedef.h: New file.
12467 * gdb.perf/gm-std.cc: New file.
12468 * gdb.perf/gm-std.h: New file.
12469 * gdb.perf/gm-use-cerr.cc: New file.
12470 * gdb.perf/gm-utils.h: New file.
12471 * gdb.perf/gmonster-null-lookup.py: New file.
12472 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12473 * gdb.perf/gmonster-print-cerr.py: New file.
12474 * gdb.perf/gmonster-ptype-string.py: New file.
12475 * gdb.perf/gmonster-runto-main.py: New file.
12476 * gdb.perf/gmonster-select-file.py: New file.
12477 * gdb.perf/gmonster1-null-lookup.exp: New file.
12478 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12479 * gdb.perf/gmonster1-print-cerr.exp: New file.
12480 * gdb.perf/gmonster1-ptype-string.exp: New file.
12481 * gdb.perf/gmonster1-runto-main.exp: New file.
12482 * gdb.perf/gmonster1-select-file.exp: New file.
12483 * gdb.perf/gmonster1.cc: New file.
12484 * gdb.perf/gmonster1.exp: New file.
12485 * gdb.perf/gmonster2-null-lookup.exp: New file.
12486 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12487 * gdb.perf/gmonster2-print-cerr.exp: New file.
12488 * gdb.perf/gmonster2-ptype-string.exp: New file.
12489 * gdb.perf/gmonster2-runto-main.exp: New file.
12490 * gdb.perf/gmonster2-select-file.exp: New file.
12491 * gdb.perf/gmonster2.cc: New file.
12492 * gdb.perf/gmonster2.exp: New file.
12493
12494 2015-07-24 Doug Evans <dje@google.com>
12495
12496 * gdb.perf/README: New file.
12497 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12498 * lib/gen-perf-test.exp: New file.
12499
12500 2015-07-24 Doug Evans <dje@google.com>
12501
12502 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12503 (PerfTest::startup): New function.
12504 (PerfTest::run): Return result of calling body.
12505 (PerfTest::assemble): Rewrite.
12506 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12507 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12508 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12509 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12510 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12511
12512 2015-07-24 Doug Evans <dje@google.com>
12513
12514 * lib/gdb.exp (clean_restart): Make executable optional.
12515
12516 2015-07-24 Doug Evans <dje@google.com>
12517
12518 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12519 compiler_info references.
12520 * gdb.cp/temargs.exp: Ditto.
12521 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12522 (get_compiler_info): Early exit if already computed. Set compiler_info
12523 to "unknown" if there was a problem.
12524 (test_compiler_info): Add function comment. Call get_compiler_info.
12525
12526 2015-07-24 Doug Evans <dje@google.com>
12527
12528 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12529 (workers/%.worker, build-perf): New rule.
12530 (GDB_PERFTEST_MODE): New variable.
12531 (check-perf): Use it.
12532 (clean): Clean up gdb.perf parallel build subdirs.
12533 * lib/build-piece.exp: New file.
12534 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12535 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12536 name.
12537 (standard_temp_file): Ditto.
12538 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12539 of $GDB_PARALLEL.
12540
12541 2015-07-24 Doug Evans <dje@google.com>
12542
12543 * lib/future.exp (gdb_default_target_compile): New option
12544 "early_flags".
12545 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12546 --as-needed.
12547
12548 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12549
12550 * gdb.base/catch-syscall.exp: Call gdb_exit before
12551 gdb_skip_xml_test.
12552
12553 2015-07-24 Pedro Alves <palves@redhat.com>
12554
12555 * gdb.python/py-events.exp: Accept output between the stop event
12556 and the prompt.
12557 * gdb.python/py-evsignal.exp: Likewise.
12558 * gdb.python/py-evthreads.exp: Likewise.
12559
12560 2015-07-24 Pedro Alves <palves@redhat.com>
12561
12562 PR gdb/18717
12563 * gdb.threads/non-ldr-exit.c: New file.
12564 * gdb.threads/non-ldr-exit.exp: New file.
12565
12566 2015-07-24 Yao Qi <yao.qi@linaro.org>
12567
12568 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12569 restarting process.
12570
12571 2015-07-24 Yao Qi <yao.qi@linaro.org>
12572
12573 * gdb.server/ext-restart.exp: New file.
12574
12575 2015-07-24 Yao Qi <yao.qi@linaro.org>
12576
12577 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12578 argument options.
12579 * gdb.server/ext-wrapper.exp: New file.
12580
12581 2015-07-23 Doug Evans <dje@google.com>
12582
12583 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12584 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12585
12586 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12587
12588 * gdb.ada/var_arr_typedef.exp: New testcase.
12589 * gdb.ada/var_arr_typedef/pack.adb: New file.
12590 * gdb.ada/var_arr_typedef/pack.ads: New file.
12591 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12592
12593 2015-07-20 Joel Brobecker <brobecker@adacore.com>
12594
12595 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12596
12597 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12598
12599 * gdb.arch/i386-biarch-core.exp: Replace istarget
12600 by "complete set gnutarget". Remove expectation for the "core-file"
12601 command.
12602
12603 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12604
12605 Revert the previous commit:
12606 Tests for validate symbol file using build-id.
12607
12608 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12609
12610 Tests for validate symbol file using build-id.
12611 * gdb.base/solib-mismatch-lib.c: New file.
12612 * gdb.base/solib-mismatch-libmod.c: New file.
12613 * gdb.base/solib-mismatch.c: New file.
12614 * gdb.base/solib-mismatch.exp: New file.
12615
12616 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12617
12618 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12619 nios2-*-linux*.
12620 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12621 * gdb.base/siginfo.exp: Likewise.
12622 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12623
12624 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12625
12626 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12627 Move it to ...
12628 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12629 ... here.
12630 * gdb.trace/range-stepping.exp: Check that the target supports
12631 range stepping.
12632
12633 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12634
12635 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12636
12637 2015-07-14 Pedro Alves <palves@redhat.com>
12638
12639 * gdb.base/killed-outside.exp: New file.
12640 * gdb.base/killed-outside.c: New file.
12641
12642 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12643
12644 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12645 (n at main): New.
12646 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12647
12648 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12649
12650 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12651 infcall tests instead of setting up for KFAIL.
12652
12653 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12654
12655 * gdb.btrace/record_goto-step.exp: New.
12656
12657 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12658
12659 PR compile/18484
12660 * gdb.compile/compile.c (struct struct_type): Add volatile to
12661 selffield's type.
12662 * gdb.compile/compile.exp
12663 (compile code struct_object.selffield = &struct_object): Skip further
12664 struct_object tests if this one xfails.
12665
12666 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
12667
12668 PR exp/18617
12669 * gdb.trace/ax.exp: Add test.
12670
12671 2015-07-07 Yao Qi <yao.qi@linaro.org>
12672
12673 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12674 instead of istarget "aarch64*-*-*".
12675 * gdb.arch/aarch64-fp.exp: Likewise.
12676 * gdb.base/float.exp: Likewise.
12677 * gdb.reverse/aarch64.exp: Likewise.
12678 * lib/gdb.exp (is_aarch64_target): New proc.
12679
12680 2015-07-07 Yao Qi <yao.qi@linaro.org>
12681
12682 * lib/gdb.exp (is_aarch32_target): New proc.
12683 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12684 instead of "istarget "arm*-*-*"".
12685 * gdb.arch/arm-disp-step.exp: Likewise.
12686 * gdb.arch/thumb-bx-pc.exp: Likewise.
12687 * gdb.arch/thumb-prologue.exp: Likewise.
12688 * gdb.arch/thumb-singlestep.exp: Likewise.
12689 * gdb.base/disp-step-syscall.exp: Likewise.
12690 * gdb.base/float.exp: Likewise.
12691
12692 2015-07-07 Yao Qi <yao.qi@linaro.org>
12693
12694 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12695 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12696
12697 2015-07-07 Yao Qi <yao.qi@linaro.org>
12698
12699 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12700 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12701 if it exists.
12702 * gdb.multi/multi-arch.exp: Likewise.
12703
12704 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12705
12706 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12707 print.
12708
12709 2015-07-07 Yao Qi <yao.qi@linaro.org>
12710
12711 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12712
12713 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12714
12715 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12716 '[' and ']' characters.
12717
12718 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12719
12720 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12721
12722 2015-06-29 Pedro Alves <palves@redhat.com>
12723
12724 PR threads/18127
12725 * gdb.threads/hand-call-new-thread.c: New file.
12726 * gdb.threads/hand-call-new-thread.c: New file.
12727
12728 2015-06-26 Keith Seitz <keiths@redhat.com>
12729 Doug Evans <dje@google.com>
12730
12731 PR 16253
12732 * gdb.cp/var-tag-2.cc: New file.
12733 * gdb.cp/var-tag-3.cc: New file.
12734 * gdb.cp/var-tag-4.cc: New file.
12735 * gdb.cp/var-tag.cc: New file.
12736 * gdb.cp/var-tag.exp: New file.
12737
12738 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12739
12740 * gdb.base/history-duplicates.exp: New test.
12741
12742 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12743
12744 * gdb.base/completion.exp: Test the completion of the "focus"
12745 command.
12746
12747 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12748
12749 * gdb.arch/amd64-prologue-skip.S: New file.
12750 * gdb.arch/amd64-prologue-skip.exp: New file.
12751
12752 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12753
12754 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12755 is_address_zero_readable check.
12756
12757 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12758
12759 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12760 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12761
12762 2015-06-24 Yao Qi <yao.qi@linaro.org>
12763
12764 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12765 linux targets.
12766
12767 2015-06-24 Yao Qi <yao.qi@linaro.org>
12768
12769 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12770 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12771 * gdb.base/siginfo-thread.exp: Likewise.
12772
12773 2015-06-22 Yao Qi <yao.qi@linaro.org>
12774
12775 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12776
12777 2015-06-22 Yao Qi <yao.qi@linaro.org>
12778
12779 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12780 aarch64*-*-*.
12781 (skip_hw_watchpoint_tests): Likewise.
12782
12783 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12784
12785 * gdb.base/gdbinit-history.exp: Test the interaction between
12786 setting GDBHISTSIZE and setting the history size via .gdbinit.
12787
12788 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12789
12790 PR gdb/16999
12791 * gdb.base/gdbhistsize-history.exp: New test.
12792
12793 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12794
12795 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12796 with GDBHISTSIZE.
12797 * gdb.base/readline.exp: Likewise.
12798
12799 2015-06-17 Yao Qi <yao.qi@linaro.org>
12800
12801 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12802 line.
12803
12804 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12805
12806 * gdb.base/gdbinit-history.exp: Add test case to check that
12807 an unlimited history file does not get truncated on exit.
12808
12809 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12810
12811 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12812 (VECTOR): New macro. Use it...
12813 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12814 ...for these typedefs.
12815 (int8, char1, int1, double1): New typedefs.
12816 (struct just_int2, struct two_int2): New structures.
12817 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12818 (add_structvecs, add_singlevecs): New functions.
12819 (main): Call add_some_intvecs twice.
12820 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12821 the compile and exit upon failure. Try compiling for the "native"
12822 architecture. Test inferior function calls with vector arguments
12823 and vector return value handling with "finish" and "return".
12824
12825 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12826
12827 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12828 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12829 PE file.
12830 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12831
12832 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12833
12834 PR breakpoints/16465
12835 * gdb.mi/mi-dprintf-pending.c: New file.
12836 * gdb.mi/mi-dprintf-pending.exp: New test.
12837 * gdb.mi/mi-dprintf-pendshr.c: New file.
12838
12839 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12840 Mircea Gherzan <mircea.gherzan@intel.com>
12841
12842 * gdb.arch/i386-mpx-map.c: New file.
12843 * gdb.arch/i386-mpx-map.exp: New File.
12844
12845 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12846
12847 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12848 * gdb.arch/i386-mpx.exp: Indentation fixed.
12849
12850 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12851
12852 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12853 function and improved indentation.
12854 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12855 gdb_test_multiple. Added additional tests to skip the test.
12856
12857 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12858
12859 * gdb.arch/i386-avx512.c: Change path in include file.
12860 * gdb.arch/i386-avx512.exp: Change include dir path
12861 compilation flag.
12862 * gdb.arch/i386-mpx.c: Change path in include file.
12863 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12864 flag.
12865
12866 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12867
12868 * gdb.compile/compile-print.exp (compile print *vararray@3)
12869 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12870
12871 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12872
12873 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12874 (do not keep jit in memory): ... this.
12875 (expect 5): Change it to ...
12876 (expect no 5): ... this.
12877
12878 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12879
12880 PR gdb/15564
12881 * gdb.mi/mi-detach.exp: New file.
12882
12883 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12884
12885 PR symtab/18392
12886 * gdb.arch/amd64-tailcall-self.S: New file.
12887 * gdb.arch/amd64-tailcall-self.c: New file.
12888 * gdb.arch/amd64-tailcall-self.exp: New file.
12889
12890 2015-05-28 Don Breazeal <donb@codesourcery.com>
12891
12892 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12893 tests for remote targets by checking is_target_gdbserver.
12894
12895 2015-05-27 Doug Evans <dje@google.com>
12896
12897 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12898 * gdb.dwarf2/opaque-type-lookup.c: New file.
12899 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12900
12901 2015-05-26 Doug Evans <dje@google.com>
12902
12903 * gdb.cp/iostream.cc: New file.
12904 * gdb.cp/iostream.exp: New file.
12905
12906 2015-05-26 Doug Evans <dje@google.com>
12907
12908 * gdb.dwarf2/dw2-op-call.exp: Update.
12909 * gdb.dwarf2/dw4-sig-types.exp: Update.
12910 * gdb.dwarf2/implptr.exp: Update.
12911 * gdb.mi/mi-cmd-param-changed.exp: Update.
12912
12913 2015-05-26 Doug Evans <dje@google.com>
12914
12915 * gdb.python/py-lazy-string.c: New file.
12916 * gdb.python/py-lazy-string.exp: New file.
12917 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12918 (main): Update. Add estring3.
12919 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12920 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12921
12922 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12923 Yao Qi <yao.qi@linaro.org>
12924
12925 * gdb.reverse/aarch64.c: New.
12926 * gdb.reverse/aarch64.exp: New.
12927
12928 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12929
12930 * lib/gdb.exp (supports_process_record): Return true for
12931 aarch64*-linux*.
12932 (supports_reverse): Likewise.
12933
12934 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12935
12936 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12937 Use with_test_prefix.
12938
12939 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12940
12941 * gdb.base/completion.exp: Add test for completion of layout
12942 names.
12943
12944 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12945
12946 * lib/gdb.exp (skip_tui_tests): New proc.
12947 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12948
12949 2015-05-19 Pedro Alves <palves@redhat.com>
12950
12951 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12952 Save the whole env array instead of just HOME. Unset HISTSIZE in
12953 the environment while testing. Restore whole environment
12954 afterwards.
12955
12956 2015-05-16 Doug Evans <xdje42@gmail.com>
12957
12958 * gdb.guile/scm-ports.c: New file.
12959 * gdb.guile/scm-ports.exp: Add memory port tests.
12960
12961 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12962
12963 * gdb.compile/compile-print.c: New file.
12964 * gdb.compile/compile-print.exp: New file.
12965
12966 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12967
12968 * gdb.compile/compile-ops.exp: Cast param to void.
12969 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12970 (compile code struct_object.selffield = &struct_object): Add xfail.
12971
12972 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12973
12974 * gdb.ada/arr_enum_with_gap: New testcase.
12975
12976 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12977
12978 * gdb.ada/byte_packed_arr: New testcase.
12979
12980 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12981
12982 * gdb.ada/pckd_neg: New testcase.
12983
12984 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12985
12986 PR gdb/17820
12987 * gdb.base/gdbinit-history.exp: New test.
12988 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12989 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12990
12991 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12992
12993 * gdb.python/py-xmethods.cc: Enhance test case.
12994 * gdb.python/py-xmethods.exp: New tests.
12995 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12996 function.
12997 (B_indexoper): Likewise.
12998 (global_dm_list) : Add new xmethod worker functions.
12999
13000 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13001
13002 * gdb.base/coredump-filter.exp: Correctly unset
13003 "coredump_var_addr" array.
13004
13005 2015-05-08 Pedro Alves <palves@redhat.com>
13006
13007 * gdb.server/non-existing-program.exp: Unset spawn_id.
13008
13009 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13010
13011 PR python/18291
13012 * gdb.python/py-xmethods.exp: Add tests.
13013
13014 2015-05-08 Yao Qi <yao.qi@linaro.org>
13015
13016 PR gdb/18208
13017 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13018 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13019 function set_coredump_filter, and remove remote_exec call.
13020 Remove argument ipid. Callers update.
13021 (top level): Don't get inferior's PID.
13022
13023 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13024
13025 * gdb.base/watch_thread_num.exp: Skip test on targets without
13026 access watchpoints.
13027
13028 2015-05-06 Pedro Alves <palves@redhat.com>
13029
13030 PR server/18081
13031 * gdb.server/non-existing-program.exp: New file.
13032
13033 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13034
13035 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13036
13037 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13038
13039 * gdb.ada/out_of_line_in_inlined: New testcase.
13040
13041 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13042
13043 * gdb.ada/var_rec_arr: New testcase.
13044
13045 2015-04-30 Yao Qi <yao.qi@linaro.org>
13046
13047 * gdb.base/break-idempotent.exp: If
13048 skip_hw_watchpoint_multi_tests returns true, skip the tests
13049 on "rwatch" and "awatch".
13050
13051 2015-04-30 Yao Qi <yao.qi@linaro.org>
13052
13053 * gdb.base/relativedebug.exp: Invoke gdb command
13054 "info sharedlibrary", and if libc.so doesn't have debug info,
13055 skip the test.
13056
13057 2015-04-29 Doug Evans <dje@google.com>
13058
13059 * gdb.python/py-xmethods.exp: Add ptype tests.
13060 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13061 get_result_type method.
13062
13063 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13064
13065 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13066 the target does not support hardware watchpoints.
13067
13068 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13069
13070 * gdb.base/break-always.exp: Abort testing if writing to memory
13071 causes an error.
13072
13073 2015-04-28 Doug Evans <dje@google.com>
13074
13075 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13076 * gdb.python/py-pp-registration.exp: ... here. New file.
13077 * gdb.python/py-pp-registration.c: New file.
13078 * gdb.python/py-pp-registration.py: New file.
13079
13080 2015-04-28 Doug Evans <dje@google.com>
13081
13082 * gdb.python/py-bad-printers.c: New file.
13083 * gdb.python/py-bad-printers.py: New file.
13084 * gdb.python/py-bad-printers.exp: New file.
13085
13086 2015-04-28 Sasha Smundak <asmundak@google.com>
13087
13088 * gdb.python/py-type.exp: New test.
13089
13090 2015-04-28 Andy Wingo <wingo@igalia.com>
13091
13092 * gdb.python/py-parameter.exp:
13093 * gdb.guile/scm-parameter.exp: Escape the path that we are
13094 matching against, as it might contain characters that are special
13095 to regular expressions.
13096
13097 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13098
13099 * gdb.ada/rec_comp: New testcase.
13100
13101 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13102
13103 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13104 before using it.
13105
13106 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13107
13108 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13109 new tests for verilog output.
13110
13111 2015-04-24 Yao Qi <yao.qi@linaro.org>
13112
13113 * boards/remote-gdbserver-on-localhost.exp: New file.
13114
13115 2015-04-23 Pedro Alves <palves@redhat.com>
13116
13117 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13118 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13119 "end of file", remove $inferior_spawn_id from the indirect list.
13120
13121 2015-04-23 Pedro Alves <palves@redhat.com>
13122
13123 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13124
13125 2015-04-23 Pedro Alves <palves@redhat.com>
13126
13127 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13128 on $any_spawn_id instead of only on $gdb_spawn_id.
13129
13130 2015-04-21 Pierre Muller <muller@sourceware.org>
13131
13132 PR pascal/17815
13133 * lib/pascal.exp (gpc_compile): Add new option "class".
13134 (fpc_compile): Likewise.
13135 * gdb.pascal/case-insensitive-symbols.pas: New file.
13136 * gdb.pascal/case-insensitive-symbols.exp: New file.
13137
13138 2015-04-20 Gary Benson <gbenson@redhat.com>
13139
13140 * gdb.base/attach.exp: Fix three extended remote failures.
13141
13142 2015-04-17 Gary Benson <gbenson@redhat.com>
13143
13144 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13145 the main executable over the remote protocol.
13146
13147 2015-04-16 Pedro Alves <palves@redhat.com>
13148
13149 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13150 a new gdbserver if gdbserver_reconnect_p is set.
13151
13152 2015-04-16 Pedro Alves <palves@redhat.com>
13153
13154 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13155 is set, don't exit gdbserver.
13156
13157 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13158
13159 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13160 appropriate .insn, such that an older assembler can be used.
13161 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13162 the z/Architecture instruction set on 31-bit targets as well.
13163
13164 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13165
13166 * gdb.go/handcall.exp: Remove all logic related to the first
13167 breakpoint and rely on go_runto_main instead.
13168 * gdb.go/strings.exp: Likewise.
13169 * gdb.go/unsafe.exp: Likewise.
13170 * gdb.go/hello.exp: Likewise. Also rename the remaining
13171 breakpoint marker to "breakpoint 1".
13172 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13173 * gdb.go/strings.go: Likewise.
13174 * gdb.go/unsafe.go: Likewise.
13175 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13176 "set breakpoint 2 here" and rename the remaining breakpoint marker
13177 to "breakpoint 1".
13178
13179 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13180
13181 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13182 if itertools.imap is not present.
13183 * gdb.python/py-objfile.exp: Add parentheses.
13184 * gdb.python/py-type.exp: Same.
13185 * gdb.python/py-unwind-maint.py: Same.
13186
13187 2015-04-15 Yao Qi <yao.qi@linaro.org>
13188
13189 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13190 of ":$ptr_size" and set its form explicitly.
13191
13192 2015-04-15 Pedro Alves <palves@redhat.com>
13193 Yao Qi <yao.qi@linaro.org>
13194
13195 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13196 timeout by factor of 4.
13197 (test_regular_watch): Likewise.
13198 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13199 * gdb.reverse/sigall-reverse.exp: Likewise.
13200 * gdb.reverse/until-precsave.exp: Likewise.
13201 * lib/gdb.exp (with_timeout_factor): New proc.
13202 (gdb_expect): Move some code to ...
13203 (get_largest_timeout): ... here. New procedure.
13204
13205 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13206
13207 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13208
13209 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13210
13211 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13212 to write to the .text section.
13213
13214 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13215
13216 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13217 Handle the case of targets that do not provide PID information.
13218
13219 2015-04-13 Yao Qi <yao.qi@linaro.org>
13220
13221 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13222 and use expect instead of gdb_expect.
13223
13224 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13225
13226 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13227 "coredump_var_addr" to avoid naming conflict with other testcases.
13228
13229 2015-04-10 Pedro Alves <palves@redhat.com>
13230
13231 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13232 gdb_test_sequence and gdb_assert.
13233
13234 2015-04-10 Pedro Alves <palves@redhat.com>
13235
13236 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13237 test messages that don't include the breakpoint address.
13238
13239 2015-04-10 Yao Qi <yao.qi@linaro.org>
13240
13241 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13242 false for some offset and width combinations which aren't
13243 supported by linux kernel.
13244
13245 2015-04-10 Pedro Alves <palves@redhat.com>
13246
13247 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13248 procedure, factored out from ...
13249 (top level): ... here. Add "set displaced-stepping" testing axis.
13250 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13251 parameter "displaced". Use it.
13252 (top level): Use foreach and add "set displaced-stepping" testing
13253 axis.
13254
13255 2015-04-10 Pedro Alves <palves@redhat.com>
13256
13257 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13258 Remove comment.
13259 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13260 both the address of the instruction that triggers the watchpoint
13261 and the address of the instruction immediately after, and use
13262 those addresses for the test. Fix comment.
13263
13264 2015-04-10 Pedro Alves <palves@redhat.com>
13265
13266 * gdb.base/sigstep.exp (breakpoint_to_handler)
13267 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13268 Test "backtrace" in handler.
13269 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13270 (top level): Add new "displaced" test axis to
13271 breakpoint_to_handler, breakpoint_to_handler_entry and
13272 breakpoint_over_handler.
13273
13274 2015-04-10 Pedro Alves <palves@redhat.com>
13275
13276 PR gdb/18216
13277 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13278
13279 2015-04-10 Yao Qi <yao.qi@linaro.org>
13280
13281 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13282 (test_add_rn_pc): New function.
13283 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13284 (top level): Invoke test_add_rn_pc.
13285
13286 2015-04-10 Pedro Alves <palves@redhat.com>
13287
13288 PR gdb/13858
13289 * gdb.base/step-over-no-symbols.exp: New file.
13290
13291 2015-04-09 Andy Wingo <wingo@igalia.com>
13292
13293 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13294 after the Python tests.
13295
13296 2015-04-08 Keith Seitz <keiths@redhat.com>
13297
13298 PR python/16699
13299 * gdb.python/py-completion.exp: New tests for completion.
13300 * gdb.python/py-completion.py (CompleteLimit1): New class.
13301 (CompleteLimit2): Likewise.
13302 (CompleteLimit3): Likewise.
13303 (CompleteLimit4): Likewise.
13304 (CompleteLimit5): Likewise.
13305 (CompleteLimit6): Likewise.
13306 (CompleteLimit7): Likewise.
13307
13308 2015-04-08 Pedro Alves <palves@redhat.com>
13309
13310 PR gdb/18214
13311 PR gdb/18216
13312 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13313 function.
13314 (main): Install it as SIGUSR1 handler.
13315 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13316 parameter. Always use "setup" as prefix. Toggle "set
13317 displaced-stepping" off/on depending on global. Don't switch to
13318 thread 1 here.
13319 (top level): Add displaced stepping "off/on" test axis. Update
13320 "setup" calls. Wrap each subtest with with_test_prefix. Test
13321 continuing with a queued signal in each thread.
13322
13323 2015-04-08 Pedro Alves <palves@redhat.com>
13324
13325 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13326 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13327 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13328 Return early if running to main fails.
13329 * gdb.trace/while-stepping.exp: Likewise.
13330
13331 2015-04-07 Pedro Alves <palves@redhat.com>
13332
13333 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13334 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13335 interact with inferior program.
13336
13337 2015-04-07 Pedro Alves <palves@redhat.com>
13338
13339 * lib/gdb.exp (inferior_spawn_id): New global.
13340 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13341 spawn id after processing the user code.
13342 (default_gdb_start): Set inferior_spawn_id.
13343 (send_inferior): New procedure.
13344 * lib/gdbserver-support.exp (gdbserver_start): Set
13345 inferior_spawn_id.
13346 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13347
13348 2015-04-07 Pedro Alves <palves@redhat.com>
13349
13350 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13351 * lib/gdbserver-support.exp (gdbserver_start): Make
13352 $server_spawn_id global.
13353 (gdbserver_start): Don't wait for gdbserver's spawn id with
13354 expect_background.
13355 (close_gdbserver): New procedure.
13356 (gdb_exit): Rename the default version and reimplement.
13357
13358 2015-04-07 Pedro Alves <palves@redhat.com>
13359
13360 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13361 append the substituted item, not the original item.
13362
13363 2015-04-07 Pedro Alves <palves@redhat.com>
13364
13365 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13366 gdb_expect.
13367
13368 2015-04-07 Pedro Alves <palves@redhat.com>
13369
13370 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13371 output appearing once only.
13372
13373 2015-04-07 Pedro Alves <palves@redhat.com>
13374
13375 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13376 that doesn't expect anything. Return early if running to main
13377 fails.
13378
13379 2015-04-07 Yao Qi <yao.qi@linaro.org>
13380
13381 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13382 (child_function): Call alarm.
13383 (main): Move call to alarm into the loop.
13384 * gdb.threads/non-stop-fair-events.exp: Build program with
13385 -DTIMEOUT=$timeout.
13386
13387 2015-04-06 Doug Evans <xdje42@gmail.com>
13388
13389 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13390 Fix dest parameter to board_info.
13391 (fpc_compile): Ditto.
13392 (gdb_compile_pascal): Rename dest arg to destfile.
13393
13394 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13395
13396 * gdb.ada/funcall_ref.exp: New file.
13397 * gdb.ada/funcall_ref/foo.adb: New file.
13398
13399 2015-04-02 Yao Qi <yao.qi@linaro.org>
13400
13401 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13402 is remote.
13403
13404 2015-04-02 Gary Benson <gbenson@redhat.com>
13405
13406 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13407
13408 2015-04-01 Sasha Smundak <asmundak@google.com>
13409
13410 * gdb.python/py-unwind-maint.c: New file.
13411 * gdb.python/py-unwind-maint.exp: New test.
13412 * gdb.python/py-unwind-maint.py: New file.
13413 * gdb.python/py-unwind.c: New file.
13414 * gdb.python/py-unwind.exp: New test.
13415 * gdb.python/py-unwind.py: New test.
13416
13417 2015-04-01 Pedro Alves <palves@redhat.com>
13418
13419 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13420 to fail instead of non-existent $test.
13421
13422 2015-04-01 Pedro Alves <palves@redhat.com>
13423
13424 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13425 GDBFLAGS if not empty.
13426
13427 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13428
13429 * gdb.ada/complete.exp: Remove "multi_line".
13430 * gdb.ada/info_exc.exp: Remove "multi_line".
13431 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13432 * gdb.ada/ptype_field.exp: Remove "multi_line".
13433 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13434 * gdb.ada/tagged.exp: Remove "multi_line".
13435 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13436 [multi_line ...]
13437 * gdb.btrace/delta.exp: Likewise.
13438 * gdb.btrace/exception.exp: Likewise.
13439 * gdb.btrace/function_call_history.exp: Likewise.
13440 * gdb.btrace/instruction_history.exp: Likewise.
13441 * gdb.btrace/nohist.exp: Likewise.
13442 * gdb.btrace/record_goto.exp: Likewise.
13443 * gdb.btrace/segv.exp: Likewise.
13444 * gdb.btrace/stepi.exp: Likewise.
13445 * gdb.btrace/tailcall.exp: Likewise.
13446 * gdb.btrace/unknown_functions.exp: Likewise.
13447 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13448 * lib/gdb.exp: Add the "multi_line" helper.
13449
13450 2015-04-01 Pedro Alves <palves@redhat.com>
13451
13452 * gdb.threads/tid-reuse.c: New file.
13453 * gdb.threads/tid-reuse.exp: New file.
13454
13455 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13456
13457 PR corefiles/16092
13458 * gdb.base/coredump-filter.c: New file.
13459 * gdb.base/coredump-filter.exp: Likewise.
13460
13461 2015-03-27 Petr Machata <pmachata@redhat.com>
13462
13463 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13464 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13465 (Dwarf::assemble): Initialize them.
13466 (Dwarf::lines): New function.
13467
13468 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13469
13470 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13471 SYMBOL_PREFIX for x86_64-*-cygwin.
13472
13473 2015-03-26 Andy Wingo <wingo@igalia.com>
13474
13475 PR symtab/18148
13476 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13477 const_value but not a location.
13478 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13479 location defined in non-main CUs are visible.
13480
13481 2015-03-26 Yao Qi <yao.qi@linaro.org>
13482
13483 PR testsuite/18139
13484 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13485 Add a line number entry for the same line.
13486 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13487 Add a line number entry for the same line.
13488
13489 2015-03-26 Yao Qi <yao.qi@linaro.org>
13490
13491 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13492 .int 0.
13493 (func): Likewise. Add .Lfunc_1 label.
13494 Use .Lfunc_1 label.
13495 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13496 .int 0.
13497 (func): Likewise.
13498 Use .Lfunc_1 label.
13499
13500 2015-03-26 Yao Qi <yao.qi@linaro.org>
13501
13502 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13503 Call gdb_compile instead to compile each .s files without debug
13504 information.
13505
13506 2015-03-26 Yao Qi <yao.qi@linaro.org>
13507
13508 * gdb.base/savedregs.exp (process_saved_regs): Make
13509 "Saved registers:" optional in the pattern.
13510
13511 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13512
13513 * gdb.btrace/next.exp: Merged into step.exp.
13514 * gdb.btrace/finish.exp: Merged into step.exp.
13515 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13516 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13517 "record goto" and checking the exact replay position.
13518 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13519 check for "Recording format" in "info record" output.
13520 * gdb.btrace/record_goto.exp: Choose test file based on target.
13521 * gdb.btrace/x86-record_goto.S: Renamed into ...
13522 * gdb.btrace/x86_64-record_goto.S: ... this.
13523 * gdb.btrace/i686-record_goto.S: New.
13524 * gdb.btrace/x86-tailcall.S: Renamed into ...
13525 * gdb.btrace/x86_64-tailcall.S: ... this.
13526 * gdb.btrace/i686-tailcall.S: New.
13527 * gdb.btrace/x86-tailcall.c: Renamed into ...
13528 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13529 separate statements. Update test.
13530 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13531 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13532 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13533 * gdb.btrace/tailcall.exp: Choose test file based on target.
13534 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13535
13536 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13537
13538 * gdb.btrace/exception.exp: Increase BTS buffer size.
13539
13540 2015-03-24 Pedro Alves <palves@redhat.com>
13541
13542 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13543
13544 2015-03-24 Pedro Alves <palves@redhat.com>
13545
13546 * gdb.threads/schedlock.exp (test_step): No longer expect that
13547 "set scheduler-locking step" with "next" over a function call runs
13548 threads unlocked.
13549
13550 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13551
13552 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13553
13554 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13555
13556 PR breakpoints/16466
13557 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13558 * gdb.mi/mi-pending.c (thread_func): New function.
13559 (int main): Add threading support required.
13560 * gdb.mi/mi-pending.exp: Add tests for this issue.
13561 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13562 (pendfunc2): Remove stdio dependency.
13563 * gdb.mi/mi-pendshr2.c: New file.
13564
13565 2015-03-23 Keith Seitz <keiths@redhat.com>
13566
13567 * gdb.linespec/keywords.c: New file.
13568 * gdb.linespec/keywords.exp: New file.
13569
13570 2015-03-23 Keith Seitz <keiths@redhat.com>
13571
13572 PR gdb/18021
13573 * gdb.dwarf2/staticvirtual.exp: New test.
13574
13575 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13576
13577 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13578 * README: Remove HP-UX and gdb.hp.
13579 (configuration):
13580 * configure: Regenerate.
13581 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13582 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13583 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13584 gdb.hp/gdb.defects/Makefile.
13585 * gdb.hp/Makefile.in: File deleted.
13586 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13587 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13588 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13589 * gdb.hp/gdb.aCC/run.c: File deleted.
13590 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13591 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13592 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13593 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13594 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13595 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13596 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13597 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13598 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13599 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13600 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13601 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13602 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13603 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13604 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13605 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13606 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13607 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13608 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13609 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13610 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13611 * gdb.hp/gdb.compat/average.c: File deleted.
13612 * gdb.hp/gdb.compat/sum.c: File deleted.
13613 * gdb.hp/gdb.compat/xdb.c: File deleted.
13614 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13615 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13616 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13617 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13618 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13619 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13620 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13621 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13622 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13623 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13624 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13625 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13626 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13627 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13628 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13629 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13630 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13631 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13632 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13633 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13634 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13635 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13636 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13637 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13638 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13639 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13640 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13641 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13642 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13643 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13644 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13645 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13646 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13647 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13648 * gdb.hp/tools/odump: File deleted.
13649
13650 2015-03-19 Pedro Alves <palves@redhat.com>
13651
13652 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13653 (saw_thread_3): New globals.
13654 (top level): Increment them when an event for the corresponding
13655 thread is seen.
13656 (no thread starvation): New test.
13657
13658 2015-03-19 Pedro Alves <palves@redhat.com>
13659
13660 * gdb.threads/continue-pending-status.c: New file.
13661 * gdb.threads/continue-pending-status.exp: New file.
13662
13663 2015-03-18 Pedro Alves <palves@redhat.com>
13664
13665 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13666 Use gdb_is_target_remote instead of is_remote. Use
13667 gdb_test_multiple instead of gdb_expect. Exit early if
13668 gdb_test_multiple hits its internal matches. Tighten stepi tests
13669 expected output. Fail on exit with any signal, instead of just
13670 SIGILL.
13671
13672 2015-03-18 Yao Qi <yao.qi@linaro.org>
13673
13674 PR tdep/18107
13675 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13676 variable.
13677 * gdb.base/catch-syscall.exp: Don't skip it on
13678 aarch64*-*-linux* target. Remove elements in all_syscalls.
13679 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13680 target.
13681 (setup_all_syscalls): New proc.
13682
13683 2015-03-16 Yao Qi <yao.qi@linaro.org>
13684
13685 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13686 (top level): Skip tests if valid_addr_p returns false for
13687 $cmd1 or $cmd2.
13688
13689 2015-03-11 Andy Wingo <wingo@igalia.com>
13690
13691 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13692
13693 2015-03-11 Yao Qi <yao.qi@linaro.org>
13694
13695 * gdb.base/catch-syscall.exp: Fix typo in comments.
13696
13697 2015-03-11 Yao Qi <yao.qi@linaro.org>
13698
13699 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13700
13701 2015-03-09 Pedro Alves <palves@redhat.com>
13702
13703 * dg-extract-results.py: Delete.
13704
13705 2015-03-09 Pedro Alves <palves@redhat.com>
13706
13707 Merge dg-extract-results.sh from GCC upstream (r218843).
13708
13709 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13710 * dg-extract-results.sh: Use --text with grep to avoid issues with
13711 binary files. Fall back to cat -v, if that doesn't work.
13712
13713 2015-03-05 Pedro Alves <palves@redhat.com>
13714
13715 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13716
13717 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13718
13719 * lib/mi-support.exp (mi_expect_interrupt): Accept
13720 alternative event for when in all-stop mode.
13721
13722 2015-03-04 Pedro Alves <palves@redhat.com>
13723
13724 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13725
13726 2015-03-04 Mark Kettenis <kettenis@gnu.org>
13727
13728 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13729
13730 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13731
13732 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13733 regexps for GDB's current line display, accept a hex address
13734 preceding the line number.
13735
13736 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13737
13738 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13739 the 'arch1' variable for "s390*-linux*" targets.
13740
13741 2015-03-04 Pedro Alves <palves@redhat.com>
13742
13743 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13744 (main): Pass missing retval argument to pthread_join call.
13745
13746 2015-03-02 Pedro Alves <palves@redhat.com>
13747
13748 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13749 (top level): Call do_test with non-stop as well.
13750
13751 2015-03-02 Pedro Alves <palves@redhat.com>
13752
13753 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13754 -1.
13755
13756 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13757
13758 * gdb.arch/s390-vregs.exp: New test.
13759 * gdb.arch/s390-vregs.S: New file.
13760
13761 2015-02-27 Pedro Alves <palves@redhat.com>
13762
13763 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13764 call to catch_command_errors.
13765 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13766 catch_command_errors.
13767
13768 2015-02-27 Pedro Alves <palves@redhat.com>
13769
13770 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13771 "true" for boolean result.
13772 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13773 prototype of main.
13774
13775 2015-02-27 Pedro Alves <palves@redhat.com>
13776
13777 * lib/unbuffer_output.c: New file.
13778 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13779 (main): Call gdb_unbuffer_output.
13780
13781 2015-02-27 Yao Qi <yao.qi@linaro.org>
13782
13783 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13784 target.
13785
13786 2015-02-26 Doug Evans <dje@google.com>
13787
13788 * gdb.cp/class2.cc (Dbase, D): New classes.
13789 (main): New local delta.
13790 * gdb.cp/class2.exp: Test printing delta.
13791 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13792 (dynbar): New global.
13793 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13794
13795 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13796
13797 * gdb.compile/compile-ifunc.c: New file.
13798 * gdb.compile/compile-ifunc.exp: New file.
13799
13800 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13801
13802 * gdb.base/structs.exp: Check for correct struct on finish.
13803
13804 2015-02-26 Yao Qi <yao.qi@linaro.org>
13805
13806 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13807 is zero.
13808
13809 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13810
13811 * gdb.arch/cordic.ko.bz2: New file.
13812 * gdb.arch/cordic.ko.debug.bz2: New file.
13813 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13814
13815 2015-02-25 Yao Qi <yao.qi@linaro.org>
13816
13817 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13818 aarch64*-*-* target.
13819
13820 2015-02-23 Pedro Alves <palves@redhat.com>
13821
13822 * lib/gdb.exp (delete_breakpoints): Rewrite using
13823 gdb_test_multiple.
13824
13825 2015-02-23 Pedro Alves <palves@redhat.com>
13826
13827 * gdb.base/info-os.c: Include stdlib.h.
13828
13829 2015-02-22 Doug Evans <xdje42@gmail.com>
13830
13831 PR symtab/17855
13832 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13833 is read after symbols have been re-read.
13834 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13835 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13836
13837 2015-02-21 Doug Evans <dje@google.com>
13838
13839 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13840
13841 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13842
13843 PR corefiles/17808
13844 * gdb.arch/i386-biarch-core.core.bz2: New file.
13845 * gdb.arch/i386-biarch-core.exp: New file.
13846
13847 2015-02-21 Pedro Alves <palves@redhat.com>
13848
13849 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13850 runto_main fails.
13851
13852 2015-02-20 Pedro Alves <palves@redhat.com>
13853
13854 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13855 info probes.
13856
13857 2015-02-20 Pedro Alves <palves@redhat.com>
13858
13859 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13860
13861 2015-02-20 Pedro Alves <palves@redhat.com>
13862
13863 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13864 clean_restart before gdb_target_supports_trace.
13865
13866 2015-02-20 Pedro Alves <palves@redhat.com>
13867
13868 PR threads/18006
13869 * gdb.threads/clone-thread_db.c: New file.
13870 * gdb.threads/clone-thread_db.exp: New file.
13871
13872 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13873
13874 PR breakpoints/16812
13875 * gdb.base/catch-gdb-caused-signals.c: New file.
13876 * gdb.base/catch-gdb-caused-signals.exp: New file.
13877
13878 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13879
13880 * configure: Regenerated.
13881 * configure.ac: Use GDB_AC_TRANSFORM.
13882 * aclocal.m4: sinclude ../transform.m4.
13883
13884 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13885
13886 * lib/dtrace.exp: New file.
13887 * gdb.base/dtrace-probe.exp: Likewise.
13888 * gdb.base/dtrace-probe.d: Likewise.
13889 * gdb.base/dtrace-probe.c: Likewise.
13890 * lib/pdtrace.in: Likewise.
13891 * configure.ac: Output variables with the transformed names of
13892 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13893 * configure: Regenerated.
13894
13895 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13896
13897 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13898 expected message when trying to access $_probe_* convenience
13899 variables while not on a probe.
13900
13901 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13902
13903 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13904
13905 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13906
13907 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13908 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13909
13910 2015-02-10 Doug Evans <xdje42@gmail.com>
13911
13912 * lib/gdb.exp (gdb_load): Always return a result.
13913
13914 2015-02-10 Pedro Alves <palves@redhat.com>
13915
13916 * gdb.threads/signal-sigtrap.c: New file.
13917 * gdb.threads/signal-sigtrap.exp: New file.
13918
13919 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13920
13921 * gdb.trace/no-attach-trace.c: New file.
13922 * gdb.trace/no-attach-trace.exp: New file.
13923
13924 2015-02-09 Mark Wielaard <mjw@redhat.com>
13925
13926 * gdb.dwarf2/atomic.c: New file.
13927 * gdb.dwarf2/atomic-type.exp: Likewise.
13928
13929 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13930
13931 * gdb.btrace/buffer-size.exp: Update "info record" output.
13932 * gdb.btrace/delta.exp: Update "info record" output.
13933 * gdb.btrace/enable.exp: Update "info record" output.
13934 * gdb.btrace/finish.exp: Update "info record" output.
13935 * gdb.btrace/instruction_history.exp: Update "info record" output.
13936 * gdb.btrace/next.exp: Update "info record" output.
13937 * gdb.btrace/nexti.exp: Update "info record" output.
13938 * gdb.btrace/step.exp: Update "info record" output.
13939 * gdb.btrace/stepi.exp: Update "info record" output.
13940 * gdb.btrace/nohist.exp: Update "info record" output.
13941
13942 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13943
13944 * gdb.btrace/buffer-size: New.
13945
13946 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13947
13948 * gdb.btrace/delta.exp: Update "info record" output.
13949 * gdb.btrace/enable.exp: Update "info record" output.
13950 * gdb.btrace/finish.exp: Update "info record" output.
13951 * gdb.btrace/instruction_history.exp: Update "info record" output.
13952 * gdb.btrace/next.exp: Update "info record" output.
13953 * gdb.btrace/nexti.exp: Update "info record" output.
13954 * gdb.btrace/step.exp: Update "info record" output.
13955 * gdb.btrace/stepi.exp: Update "info record" output.
13956 * gdb.btrace/nohist.exp: Update "info record" output.
13957
13958 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13959
13960 PR gdb/15678
13961 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13962
13963 2015-02-06 Pedro Alves <palves@redhat.com>
13964
13965 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13966 macro.
13967 (seconds_left, again): New globals.
13968 (main): Wait seconds_left in a 1-second sleep loop instead of
13969 sleeping 180 seconds. If 'again' is set, reset the seconds
13970 counter.
13971 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13972 'again' in the inferior before detaching. Print the seconds left.
13973 (options): New global.
13974 (top level): Build program with -DTIMEOUT=$timeout.
13975
13976 2015-02-06 Pedro Alves <palves@redhat.com>
13977
13978 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13979 determine how many seconds to pass to 'alarm'.
13980 * gdb.base/gdb-sigterm.exp (top level): Build program with
13981 -DTIMEOUT=$timeout.
13982 (do_test): Return success/failure indication. Add more verbose
13983 logging. Don't fail if 200 single steps are seen. Instead, fail
13984 when the test times out.
13985 (passes): New global.
13986 (top level): Break the testing loop if testing fails on any
13987 iteration. Use gdb_assert.
13988
13989 2015-02-04 Don Breazeal <donb@codesourcery.com>
13990
13991 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13992 and initialize them.
13993 (ipc_cleanup): New function.
13994 (main): Don't declare shmid, semid, and msqid. Add a call to
13995 atexit so that we call ipc_cleanup on exit.
13996
13997 2015-02-04 Pedro Alves <palves@redhat.com>
13998
13999 * boards/native-extended-gdbserver.exp: Remove any target variant
14000 specifications from the board name before clearing the isremote
14001 flag from board_info.
14002
14003 2015-01-31 Doug Evans <xdje42@gmail.com>
14004
14005 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14006
14007 2015-01-31 Gary Benson <gbenson@redhat.com>
14008
14009 * gdb.base/completion.exp: Disable completion limiting for
14010 existing tests. Add new tests to check completion limiting.
14011 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14012
14013 2015-01-31 Doug Evans <xdje42@gmail.com>
14014
14015 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14016
14017 2015-01-31 Doug Evans <xdje42@gmail.com>
14018
14019 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14020 entries. Duplicate file section script entries.
14021 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14022 inlined entries. Add test for safe-path rejection.
14023 * gdb.python/py-section-script.c: Add duplicate inlined section script
14024 entries. Duplicate file section script entries.
14025 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14026 inlined entries. Add test for safe-path rejection.
14027
14028 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14029
14030 * gdb.ada/disc_arr_bound: New testcase.
14031
14032 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14033
14034 * gdb.ada/mi_var_array: New testcase.
14035
14036 2015-01-27 Doug Evans <dje@google.com>
14037
14038 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14039 Add test for objfile.filename, objfile.username after objfile
14040 has been unloaded.
14041
14042 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14043
14044 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14045 the second test to print the name attribute of value
14046 returned by the call to gdb.lookup_type, and adjust
14047 the expected output accordingly.
14048
14049 2015-01-25 Mark Wielaard <mjw@redhat.com>
14050
14051 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14052 * gdb.base/disp-step-fork.c: Include unistd.h.
14053 * gdb.base/siginfo-obj.c: Include stdio.h.
14054 * gdb.base/siginfo-thread.c: Likewise.
14055 * gdb.mi/non-stop.c: Include unistd.h.
14056 * gdb.mi/nsthrexec.c: Include stdio.h.
14057 * gdb.mi/pthreads.c: Include unistd.h.
14058 * gdb.modula2/unbounded1.c (main): Declare returns int.
14059 * gdb.reverse/consecutive-reverse.c: Likewise.
14060 * gdb.threads/create-fail.c: Include unistd.h.
14061 * gdb.threads/killed.c: Likewise.
14062 * gdb.threads/linux-dp.c: Likewise.
14063 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14064 * gdb.threads/non-ldr-exc-2.c: Likewise.
14065 * gdb.threads/non-ldr-exc-3.c: Likewise.
14066 * gdb.threads/non-ldr-exc-4.c: Likewise.
14067 * gdb.threads/pthreads.c: Include unistd.h.
14068 (main): Declare returns int.
14069 * gdb.threads/tls-main.c (foo): New declaration.
14070 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14071
14072 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14073
14074 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14075 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14076
14077 2015-01-15 Mark Wielaard <mjw@redhat.com>
14078
14079 * gdb.base/noreturn-return.c: New file.
14080 * gdb.base/noreturn-return.exp: New file.
14081 * gdb.base/noreturn-finish.c: New file.
14082 * gdb.base/noreturn-finish.exp: New file.
14083
14084 2015-01-23 Pedro Alves <palves@redhat.com>
14085
14086 * gdb.threads/continue-pending-after-query.c: New file.
14087 * gdb.threads/continue-pending-after-query.exp: New file.
14088
14089 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14090 Simon Marchi <simon.marchi@ericsson.com>
14091
14092 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14093 * gdb.base/valgrind-db-attach.exp: Same.
14094 * gdb.base/valgrind-infcall.exp: Same.
14095 * lib/mi-support.exp (default_mi_gdb_start): Same.
14096 * lib/prompt.exp (default_prompt_gdb_start): Same.
14097 * lib/gdb.exp (default_gdb_spawn): Same.
14098 (gdb_interact): New.
14099
14100
14101 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14102
14103 * gdb.compile/compile.exp (pointer to jit function): New test.
14104
14105 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14106
14107 * lib/gdb.exp (supports_process_record): Return true for
14108 powerpc*-*-linux*.
14109 (supports_reverse): Likewise.
14110
14111 2015-01-15 Don Breazeal <donb@codesourcery.com>
14112
14113 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14114 instead of checking whether the target board is remote and
14115 use spawn_wait_for_attach instead of exec/sleep.
14116 * gdb.base/attach-twice.exp: Likewise.
14117
14118 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14119
14120 * gdb.ada/var_arr_attrs: New testcase.
14121
14122 2015-01-14 Pedro Alves <palves@redhat.com>
14123 Joel Brobecker <brobecker@adacore.com>
14124
14125 PR gdb/17525
14126 * gdb.base/bp-cmds-execution-x-script.c: New file.
14127 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14128 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14129
14130 2015-01-14 Pedro Alves <palves@redhat.com>
14131
14132 PR cli/17828
14133 * gdb.base/batch-preserve-term-settings.c: New file.
14134 * gdb.base/batch-preserve-term-settings.exp: New file.
14135
14136 2015-01-13 Doug Evans <dje@google.com>
14137
14138 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14139 binary.
14140
14141 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14142
14143 * Makefile.in (clean mostlyclean): Do not delete *.py.
14144
14145 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14146
14147 * gdb.python/py-lookup-type.exp: New file.
14148
14149 2015-01-12 Pedro Alves <palves@redhat.com>
14150
14151 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14152 restore GDBFLAGS before returning.
14153
14154 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14155
14156 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14157 is_amd64_regs_target and is_x86_like_target.
14158
14159 2015-01-11 Doug Evans <xdje42@gmail.com>
14160
14161 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14162 is given without an explicit form.
14163 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14164 attributes.
14165 * gdb.dwarf/corrupt.exp: Ditto.
14166 * gdb.dwarf2/enum-type.exp: Ditto.
14167 * gdb.trace/entry-values.exp: Ditto.
14168 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14169
14170 2015-01-11 Doug Evans <xdje42@gmail.com>
14171
14172 PR gdb/15830
14173 * gdb.base/maint.exp: Remove references to "maint demangle".
14174 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14175 Add tests for explicitly specifying language to demangle.
14176 * gdb.dlang/demangle.exp: Ditto.
14177
14178 2015-01-09 Pedro Alves <palves@redhat.com>
14179
14180 * gdb.threads/non-stop-fair-events.c: New file.
14181 * gdb.threads/non-stop-fair-events.exp: New file.
14182
14183 2015-01-09 Pedro Alves <palves@redhat.com>
14184
14185 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14186 the global scope. Set a breakpoint after all threads are started
14187 rather than stepping over two source lines. Expect the prompt.
14188 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14189 global.
14190 (NUM): Now 15.
14191 (main): Use threads_started_barrier to wait for all threads to
14192 start. Main thread no longer calls thread_function. Exit after
14193 180 seconds.
14194 (loop): New function.
14195 (thread_function): Wait on threads_started_barrier barrier. Call
14196 'loop' at each iteration.
14197 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14198 threads have started, instead of hardcoding number of "next"
14199 steps. Use an access watchpoint instead of a write watchpoint.
14200
14201 2015-01-09 Pedro Alves <palves@redhat.com>
14202
14203 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14204 (thread_func): Wait on barrier.
14205 (main): Wait for all threads to start before stopping GDB.
14206 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14207 global.
14208 (thread1_func, thread2_func): Wait on barrier.
14209 (main): Wait for all threads to start before stopping GDB.
14210 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14211 New global.
14212 (thread1_func, thread2_func): Wait on barrier.
14213 (main): Wait for all threads to start before stopping GDB.
14214
14215 2015-01-09 Pedro Alves <palves@redhat.com>
14216
14217 * gdb.threads/attach-many-short-lived-threads.c: New file.
14218 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14219
14220 2014-01-09 Pedro Alves <palves@redhat.com>
14221
14222 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14223 instead of to thread 2.
14224 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14225 Add barrier around each pthread_create call instead of around all
14226 calls.
14227 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14228 Set a break on thread_function and have the child threads hit it
14229 one at at a time.
14230
14231 2015-01-09 Pedro Alves <palves@redhat.com>
14232
14233 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14234 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14235 false.
14236 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14237 checking whether the target board is remote.
14238 * gdb.multi/multi-attach.exp: Likewise.
14239 * gdb.python/py-sync-interp.exp: Likewise.
14240 * gdb.server/ext-attach.exp: Likewise.
14241 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14242 tests that need to attach, instead of checking whether the target
14243 board is remote at the top of the file.
14244
14245 2015-01-08 Yao Qi <yao@codesourcery.com>
14246
14247 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14248
14249 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14250
14251 Fix testcase compilation.
14252 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14253
14254 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14255
14256 * gdb.python/py-type.exp: Add a couple test about empty
14257 array creation, and negative-length array creation.
14258
14259 2015-01-02 Doug Evans <xdje42@gmail.com>
14260
14261 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14262
14263 2015-01-02 Doug Evans <dje@google.com>
14264
14265 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14266
14267 2014-12-29 Yao Qi <yao@codesourcery.com>
14268
14269 * gdb.trace/entry-values.exp: Update comments. Rename variable
14270 bar_call_foo to returned_from_foo.
14271
14272 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14273
14274 PR gdb/17394
14275 * gdb.linespec/break-asm-file.c: New file.
14276 * gdb.linespec/break-asm-file.exp: New file.
14277 * gdb.linespec/break-asm-file0.s: New file.
14278 * gdb.linespec/break-asm-file1.s: New file.
14279
14280 2014-12-18 Nigel Stephens <nigel@mips.com>
14281 Maciej W. Rozycki <macro@codesourcery.com>
14282
14283 * gdb.base/float.exp: Handle the new output from "info float" on
14284 MIPS targets.
14285
14286 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14287
14288 Fix MinGW compilation.
14289 * gdb.compile/compile-ops.exp: Update untested message if
14290 !skip_compile_feature_tests.
14291 * gdb.compile/compile-setjmp.exp: Likewise.
14292 * gdb.compile/compile-tls.exp: Likewise.
14293 * gdb.compile/compile.exp: Likewise.
14294 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14295 supported on this host".
14296
14297 2014-12-16 Doug Evans <xdje42@gmail.com>
14298
14299 * boards/stabs.exp: New file.
14300
14301 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14302
14303 * gdb.base/completion.exp: Adjust to format changes of "maint
14304 print user-registers".
14305
14306 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14307
14308 PR server/17457
14309 * gdb.arch/aarch64-fp.c: New file.
14310 * gdb.arch/aarch64-fp.exp: New file.
14311
14312 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14313
14314 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14315 r210637, r210913, r211666, r215400, r215817).
14316
14317 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14318 * dg-extract-results.py: New file.
14319 * dg-extract-results.sh: Use it if the environment seems
14320 suitable.
14321
14322 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14323
14324 * dg-extract-results.py (parse_run): Handle warnings that
14325 are printed before a test harness is run.
14326
14327 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14328
14329 * dg-extract-results.py (Named): Remove __cmp__ method.
14330 (output_variation): Use a key to sort variation.harnesses.
14331
14332 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14333
14334 * dg-extract-results.py: For Python 3, force sys.stdout to
14335 handle surrogate escape sequences.
14336 (safe_open): New function.
14337 (output_segment, main): Use it.
14338
14339 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14340
14341 * dg-extract-results.py (Prog.result_re): Include options
14342 in test name.
14343
14344 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14345
14346 * dg-extract-results.py (output_variation): Always sort if
14347 do_sum.
14348
14349 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14350
14351 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14352 as long as we get pagination notifications.
14353
14354 2014-12-15 Jason Merrill <jason@redhat.com>
14355
14356 * Makefile.in (check-gdb.%): Restore.
14357 * README: Mention it.
14358
14359 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14360
14361 * gdb.ada/str_uninit: New testcase.
14362
14363 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14364
14365 PR symtab/17642
14366 * gdb.base/vla-stub-define.c: New file.
14367 * gdb.base/vla-stub.c: New file.
14368 * gdb.base/vla-stub.exp: New file.
14369
14370 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14371 Jan Kratochvil <jan.kratochvil@redhat.com>
14372 Tom Tromey <tromey@redhat.com>
14373
14374 * configure.ac: Add gdb.compile/.
14375 * configure: Regenerate.
14376 * gdb.compile/Makefile.in: New file.
14377 * gdb.compile/compile-ops.exp: New file.
14378 * gdb.compile/compile-ops.c: New file.
14379 * gdb.compile/compile-tls.c: New file.
14380 * gdb.compile/compile-tls.exp: New file.
14381 * gdb.compile/compile-constvar.S: New file.
14382 * gdb.compile/compile-constvar.c: New file.
14383 * gdb.compile/compile-mod.c: New file.
14384 * gdb.compile/compile-nodebug.c: New file.
14385 * gdb.compile/compile-setjmp-mod.c: New file.
14386 * gdb.compile/compile-setjmp.c: New file.
14387 * gdb.compile/compile-setjmp.exp: New file.
14388 * gdb.compile/compile-shlib.c: New file.
14389 * gdb.compile/compile.c: New file.
14390 * gdb.compile/compile.exp: New file.
14391 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14392
14393 2014-12-12 Tom Tromey <tromey@redhat.com>
14394
14395 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14396 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14397
14398 2014-12-12 Doug Evans <dje@google.com>
14399
14400 * lib/gdb-python.exp (get_python_valueof): New function.
14401 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14402
14403 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14404
14405 * gdb.base/completion.exp: Add test for completion of "info
14406 registers ".
14407
14408 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14409
14410 * gdb.base/func-ptrs.c: New file.
14411 * gdb.base/func-ptrs.exp: New file.
14412
14413 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14414
14415 PR breakpoints/17012
14416 * gdb.base/dprintf-detach.c: New file.
14417 * gdb.base/dprintf-detach.exp: New file.
14418
14419 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14420
14421 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14422 * lib/gdb.exp (target_is_gdbserver): New procedure.
14423
14424 2014-12-08 Doug Evans <dje@google.com>
14425
14426 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14427
14428 2014-12-05 Yao Qi <yao@codesourcery.com>
14429
14430 * gdb.guile/scm-error.exp: Remove the third argument to
14431 gdb_remote_download.
14432 * gdb.guile/scm-frame-args.exp: Likewise.
14433 * gdb.guile/scm-section-script.exp: Likewise.
14434
14435 2014-12-05 Yao Qi <yao@codesourcery.com>
14436
14437 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14438
14439 2014-12-04 Doug Evans <dje@google.com>
14440
14441 * gdb.python/py-objfile.exp: Add tests for
14442 objfile.add_separate_debug_file.
14443
14444 2014-12-04 Doug Evans <dje@google.com>
14445
14446 * lib/gdb.exp (get_build_id): New function.
14447 (build_id_debug_filename_get): Rewrite to use it.
14448 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14449
14450 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14451
14452 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14453 `method(long)', not just 0x0.
14454 * gdb.cp/nsalias.exp: Align code labels to 4.
14455 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14456 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14457 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14458 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14459 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14460 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14461
14462 2014-12-02 Doug Evans <dje@google.com>
14463
14464 PR symtab/17602
14465 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14466 * gdb.cp/anon-ns2.cc: ... here. New file.
14467 * gdb.cp/anon-ns.exp: Update.
14468
14469 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14470
14471 * gdb.python/py-events.py (inferior_call_handler): New.
14472 (register_changed_handler, memory_changed_handler): New.
14473 (test_events.invoke): Register new handlers.
14474 * gdb.python/py-events.exp: Add tests for inferior call,
14475 memory_changed and register_changed events.
14476
14477 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14478
14479 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14480 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14481 if the linker doesn't understand this.
14482
14483 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14484
14485 * gdb.python/python.exp: Change expected reply to help().
14486
14487 2014-12-01 Yao Qi <yao@codesourcery.com>
14488
14489 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14490 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14491 * configure: Re-generated.
14492
14493 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14494
14495 * gdb.cp/chained-calls.cc: New file.
14496 * gdb.cp/chained-calls.exp: New file.
14497 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14498
14499 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14500
14501 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14502 * gdb.dwarf2/symtab-producer.exp: Same.
14503 * gdb.gdb/python-interrupts.exp: Same.
14504 * gdb.gdb/python-selftest.exp: Same.
14505 * gdb.python/py-linetable.exp: Same.
14506 * gdb.python/py-type.exp: Same.
14507 * gdb.python/py-value-cc.exp: Same.
14508 * gdb.python/py-value.exp: Same.
14509
14510 2014-11-28 Yao Qi <yao@codesourcery.com>
14511
14512 * gdb.base/break-probes.exp: Match library name prefixed with
14513 sysroot.
14514
14515 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14516
14517 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14518 test expected output. Add parentheses for the call to print.
14519 Remove L suffix from integers.
14520
14521 2014-11-26 Doug Evans <dje@google.com>
14522
14523 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14524
14525 2014-11-22 Yao Qi <yao@codesourcery.com>
14526
14527 * gdb.trace/entry-values.c: Remove asms.
14528 (foo): Add foo_label.
14529 (bar): Add bar_label.
14530 * gdb.trace/entry-values.exp: Remove code computing foo's
14531 length and bar's length.
14532 (Dwarf::assemble): Invoke function_range for bar and use
14533 MACRO_AT_func for foo.
14534
14535 2014-11-22 Yao Qi <yao@codesourcery.com>
14536
14537 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14538 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14539 Use .Lgcc43_procstart instead of gcc43.
14540
14541 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14542
14543 * gdb.ada/n_arr_bound: New testcase.
14544
14545 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14546
14547 PR breakpoints/10737
14548 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14549 test_catch_syscall_multi_arch.
14550 (test_catch_syscall_multi_arch): New function.
14551
14552 2014-11-20 Doug Evans <xdje42@gmail.com>
14553
14554 * gdb.base/maint.exp: Update expected output.
14555
14556 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14557
14558 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14559 4-byte instruction on S390.
14560
14561 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14562
14563 * gdb.ada/arr_arr: New testcase.
14564
14565 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14566
14567 * gdb.ada/pkd_arr_elem: New Testcase.
14568
14569 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14570
14571 * gdb.reverse/break-precsave: Expect completion message for
14572 core file reads.
14573 * gdb.reverse/consecutive-precsave.exp: Likewise.
14574 * gdb.reverse/finish-precsave.exp: Likewise.
14575 * gdb.reverse/i386-precsave.exp: Likewise.
14576 * gdb.reverse/machinestate-precsave.exp: Likewise.
14577 * gdb.reverse/sigall-precsave.exp: Likewise.
14578 * gdb.reverse/solib-precsave.exp: Likewise.
14579 * gdb.reverse/step-precsave.exp: Likewise.
14580 * gdb.reverse/until-precsave.exp: Likewise.
14581 * gdb.reverse/watch-precsave.exp: Likewise.
14582
14583 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14584
14585 * gdb.base/bp-permanent.c: Include unistd.h.
14586 * gdb.python/py-framefilter-mi.c (main): Add return type.
14587 * gdb.python/py-framefilter.c (main): Likewise.
14588 * gdb.trace/actions-changed.c (main): Likewise.
14589
14590 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14591
14592 * gdb.mi/until.c: Add eye-catchers.
14593 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14594 line numbers.
14595
14596 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14597
14598 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14599 function header variants in break1.c.
14600 * gdb.base/ena-dis-br.exp: Likewise.
14601 * gdb.base/hbreak2.exp: Likewise.
14602 * gdb.reverse/until-precsave.exp: Drop references to removed
14603 non-prototype function header variants in ur1.c.
14604 * gdb.reverse/until-reverse.exp: Likewise.
14605
14606 2014-11-17 Petr Machata <pmachata@redhat.com>
14607
14608 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14609 ${_cu_offset_size} bytes abbrev offset.
14610
14611 2014-11-15 Doug Evans <xdje42@gmail.com>
14612
14613 PR symtab/17559
14614 * gdb.base/line-symtabs.exp: New file.
14615 * gdb.base/line-symtabs.c: New file.
14616 * gdb.base/line-symtabs.h: New file.
14617
14618 2014-11-14 Yao Qi <yao@codesourcery.com>
14619
14620 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14621 (func): Add label func_label.
14622 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14623 Replace low_pc and high_pc with MACRO_AT_range.
14624 Replace name, low_pc and high_pc with MACRO_AT_func.
14625
14626 2014-11-14 Yao Qi <yao@codesourcery.com>
14627
14628 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14629 Replace name, low_pc and high_pc with MACRO_AT_func.
14630
14631 2014-11-14 Yao Qi <yao@codesourcery.com>
14632
14633 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14634 produce debug information.
14635 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14636
14637 2014-11-14 Yao Qi <yao@codesourcery.com>
14638
14639 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14640 object and get function length.
14641 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14642 with MACRO_AT_func.
14643 (top-level): Replace gdb_compile and clean_restart with
14644 prepare_for_testing.
14645 * gdb.dwarf2/main.c (main): Add label main_label.
14646
14647 2014-11-14 Yao Qi <yao@codesourcery.com>
14648
14649 * lib/dwarf.exp (function_range): New procedure.
14650 (Dwarf::_handle_macro_at_func): New procedure.
14651 (Dwarf::_handle_macro_at_range): New procedure.
14652 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14653
14654 2014-11-14 Yao Qi <yao@codesourcery.com>
14655
14656 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14657 (_handle_attribute): New procedure.
14658
14659 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14660
14661 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14662 * gdb.base/call-sc.c (zed): Likewise.
14663 * gdb.base/checkpoint.c (main): Likewise.
14664 * gdb.base/dump.c (main): Likewise.
14665 * gdb.base/gcore.c (main): Likewise.
14666 * gdb.base/huge.c (main): Likewise.
14667 * gdb.base/multi-forks.c (main): Likewise.
14668 * gdb.base/pr10179-a.c (main): Likewise.
14669 * gdb.base/savedregs.c (main): Likewise.
14670 * gdb.base/sigaltstack.c (main): Likewise.
14671 * gdb.base/siginfo.c (main): Likewise.
14672 * gdb.base/structs.c (zed): Likewise.
14673 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14674 * gdb.mi/mi-syn-frame.c (main): Likewise.
14675 * gdb.mi/until.c (foo, main): Likewise.
14676 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14677 * gdb.base/solib-weak.c (foo): Declare.
14678 * gdb.base/attach-twice.c: Include stdio.h.
14679 * gdb.base/weaklib1.c: Likewise.
14680 * gdb.base/weaklib2.c: Likewise.
14681 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14682 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14683 unistd.h.
14684 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14685 * gdb.mi/mi-exit-code.c: Likewise.
14686 * gdb.base/break-interp-lib.c: Include string.h.
14687 * gdb.base/coremaker.c: Likewise.
14688 * gdb.base/testenv.c: Likewise.
14689 * gdb.python/py-finish-breakpoint.c: Likewise.
14690 * gdb.base/inferior-died.c: Include sys/wait.h.
14691 * gdb.base/fileio.c: Include time.h.
14692 * gdb.base/async-shell.c: Include unistd.h.
14693 * gdb.base/dprintf-non-stop.c: Likewise.
14694 * gdb.base/info-os.c: Likewise.
14695 * gdb.mi/mi-console.c: Likewise.
14696 * gdb.mi/watch-nonstop.c: Likewise.
14697 * gdb.python/py-events.c: Likewise.
14698 * gdb.base/async.c (baz): Move up before its invocation.
14699 * gdb.base/code_elim2.c (my_global_func): Likewise.
14700 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14701 * gdb.base/advance.c (func2): Likewise.
14702
14703 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14704
14705 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14706 variant.
14707 * gdb.base/annota3.c: Likewise.
14708 * gdb.base/async.c: Likewise.
14709 * gdb.base/average.c: Likewise.
14710 * gdb.base/call-ar-st.c: Likewise.
14711 * gdb.base/call-rt-st.c: Likewise.
14712 * gdb.base/call-sc.c: Likewise.
14713 * gdb.base/call-strs.c: Likewise.
14714 * gdb.base/ending-run.c: Likewise.
14715 * gdb.base/execd-prog.c: Likewise.
14716 * gdb.base/exprs.c: Likewise.
14717 * gdb.base/foll-exec.c: Likewise.
14718 * gdb.base/foll-fork.c: Likewise.
14719 * gdb.base/foll-vfork.c: Likewise.
14720 * gdb.base/funcargs.c: Likewise.
14721 * gdb.base/gcore.c: Likewise.
14722 * gdb.base/jump.c: Likewise.
14723 * gdb.base/langs0.c: Likewise.
14724 * gdb.base/langs1.c: Likewise.
14725 * gdb.base/langs2.c: Likewise.
14726 * gdb.base/mips_pro.c: Likewise.
14727 * gdb.base/nodebug.c: Likewise.
14728 * gdb.base/opaque0.c: Likewise.
14729 * gdb.base/opaque1.c: Likewise.
14730 * gdb.base/recurse.c: Likewise.
14731 * gdb.base/run.c: Likewise.
14732 * gdb.base/scope0.c: Likewise.
14733 * gdb.base/scope1.c: Likewise.
14734 * gdb.base/setshow.c: Likewise.
14735 * gdb.base/setvar.c: Likewise.
14736 * gdb.base/shmain.c: Likewise.
14737 * gdb.base/shr1.c: Likewise.
14738 * gdb.base/shr2.c: Likewise.
14739 * gdb.base/sigall.c: Likewise.
14740 * gdb.base/signals.c: Likewise.
14741 * gdb.base/so-indr-cl.c: Likewise.
14742 * gdb.base/solib2.c: Likewise.
14743 * gdb.base/structs.c: Likewise.
14744 * gdb.base/sum.c: Likewise.
14745 * gdb.base/vforked-prog.c: Likewise.
14746 * gdb.base/watchpoint.c: Likewise.
14747 * gdb.reverse/shr2.c: Likewise.
14748 * gdb.reverse/until-reverse.c: Likewise.
14749 * gdb.reverse/ur1.c: Likewise.
14750 * gdb.reverse/watch-reverse.c: Likewise.
14751
14752 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14753
14754 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14755 variant.
14756 * gdb.base/sepdebug.exp: Drop references to removed code.
14757
14758 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14759
14760 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14761 variant. Preserve original line numbering.
14762 * gdb.base/list1.c: Likewise.
14763
14764 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14765
14766 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14767 variant.
14768 * gdb.base/break1.c: Likewise.
14769 * gdb.base/break.exp: Drop references to removed code.
14770
14771 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14772
14773 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14774 variant.
14775
14776 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14777
14778 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14779
14780 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14781
14782 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14783 logic into perform_all_tests() and invoke it with and without
14784 function header prototypes.
14785 (do_function_calls): Remove conditional XFAIL for PR 5318.
14786 (rerun_and_prepare): Remove duplicate code.
14787 (perform_all_tests): New. Main logic moved here.
14788
14789 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14790
14791 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14792 code guarded by #ifdef NO_PROTOTYPES.
14793 (t_double_many_args): Likewise.
14794 (DEF_FUNC_MANY_ARGS_1): Likewise.
14795 (DEF_FUNC_VALUES_1): Likewise.
14796 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14797 guarded by #ifdef PROTOTYPES.
14798
14799 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14800
14801 * gdb.mi/mi-console.c: Add eye-catcher.
14802 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14803 instead of literal line number.
14804
14805 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14806
14807 * gdb.base/shr2.c: Add eye-catcher.
14808 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14809 line number.
14810
14811 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14812
14813 * gdb.base/jump.c: Add eye-catchers.
14814 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14815 numbers.
14816
14817 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14818
14819 * gdb.base/execd-prog.c: Add eye-catchers.
14820 * gdb.base/foll-exec.c: Likewise.
14821 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14822 line numbers.
14823
14824 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14825
14826 * gdb.base/ending-run.c: Add eye-catchers.
14827 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14828 literal line numbers.
14829
14830 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14831
14832 * gdb.base/call-rt-st.c: Add eye-catchers.
14833 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14834 literal line numbers.
14835
14836 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14837
14838 * gdb.base/call-ar-st.c: Add eye-catchers.
14839 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14840 literal line numbers.
14841
14842 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14843
14844 * gdb.base/average.c: Add eye-catchers.
14845 * gdb.base/sum.c: Likewise.
14846 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14847 regexps dynamically.
14848
14849 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14850
14851 * gdb.base/solib1.c: Add eye-catchers.
14852 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14853 literal line numbers.
14854
14855 2014-11-12 Pedro Alves <palves@redhat.com>
14856
14857 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14858 leader has exited.
14859
14860 2014-11-12 Pedro Alves <palves@redhat.com>
14861
14862 * gdb.arch/i386-bp_permanent.c: New file.
14863 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14864 (srcfile): Set to i386-bp_permanent.c.
14865 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14866 that stepi does not execute the 'leave' instruction, instead of
14867 testing it does execute.
14868 * gdb.base/bp-permanent.c: New file.
14869 * gdb.base/bp-permanent.exp: New file.
14870
14871 2014-11-10 Doug Evans <xdje42@gmail.com>
14872
14873 PR symtab/17564
14874 * gdb.base/symtab-search-order.exp: New file.
14875 * gdb.base/symtab-search-order.c: New file.
14876 * gdb.base/symtab-search-order-1.c: New file.
14877 * gdb.base/symtab-search-order-shlib-1.c: New file.
14878
14879 2014-11-07 Pedro Alves <palves@redhat.com>
14880
14881 PR gdb/17511
14882 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14883 i?86-*-linux*.
14884
14885 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14886
14887 PR c++/17494
14888 * gdb.cp/pr17494.cc: New file.
14889 * gdb.cp/pr17494.exp: New file.
14890
14891 2014-11-02 Yao Qi <yao@codesourcery.com>
14892
14893 * gdb.python/python.exp: Get working directory and match the
14894 output of "set extended-prompt \\w " with it.
14895
14896 2014-10-30 Doug Evans <dje@google.com>
14897
14898 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14899 in objfiles.
14900 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14901 in progspaces.
14902
14903 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14904
14905 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14906 * gdb.base/realname-expand.exp: Likewise.
14907 * gdb.linespec/macro-relative.exp: Likewise.
14908
14909 2014-10-29 Pedro Alves <palves@redhat.com>
14910
14911 PR gdb/17408
14912 * gdb.threads/schedlock.c (some_function): New function.
14913 (call_function): New global.
14914 (MAYBE_CALL_SOME_FUNCTION): New macro.
14915 (thread_function): Call it.
14916 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14917 and use it instead of a global counter. Adjust all callers.
14918 (get_current_thread): Use "find current thread" for test message
14919 here rather than having all callers pass down the same string.
14920 (goto_loop): New procedure, factored out from ...
14921 (my_continue): ... this.
14922 (step_ten_loops): Change parameter from test message to command to
14923 use. Adjust.
14924 (list_count): Delete global.
14925 (check_result): New procedure, factored out from duplicate top
14926 level code.
14927 (continue tests): Wrap in with_test_prefix.
14928 (test_step): New procedure, factored out from duplicate top level
14929 code.
14930 (top level): Test "step" in combination with all scheduler-locking
14931 modes. Test "next" in combination with all scheduler-locking
14932 modes, and in combination with stepping over a function call or
14933 not.
14934 * gdb.threads/next-bp-other-thread.c: New file.
14935 * gdb.threads/next-bp-other-thread.exp: New file.
14936
14937 2014-10-29 Pedro Alves <palves@redhat.com>
14938
14939 PR python/17372
14940 * gdb.python/python.exp: Test a multi-line command that spawns
14941 interactive Python.
14942 * gdb.base/multi-line-starts-subshell.exp: New file.
14943
14944 2014-10-29 Yao Qi <yao@codesourcery.com>
14945
14946 * gdb.base/fileio.exp: Make directories on host.
14947
14948 2014-10-29 Yao Qi <yao@codesourcery.com>
14949
14950 * gdb.base/fileio.c (test_write): Close the file.
14951
14952 2014-10-28 Pedro Alves <palves@redhat.com>
14953
14954 PR gdb/12623
14955 * gdb.base/sigstep.c (no_handler): New global.
14956 (main): If 'no_handler is true, set the signal handlers to
14957 SIG_IGN.
14958 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14959 with_sw_watch and no_handler parameters. Handle them.
14960 (top level) <stepping over handler when stopped at a breakpoint
14961 test>: Add a test axis for testing with a software watchpoint, and
14962 another for testing with the signal handler set to SIG_IGN.
14963 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14964 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14965
14966 2014-10-28 Pedro Alves <palves@redhat.com>
14967
14968 PR gdb/17511
14969 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14970 * gdb.base/sigstep.exp (other_handler_location): New global.
14971 (advance): Support stepping into the signal handler, and running
14972 commands while in the handler.
14973 (in_handler_map): New global.
14974 (top level): In the advance test, add combinations for getting
14975 into the handler with stepping commands, and for running commands
14976 in the handler. Add comment descripting the advancei tests.
14977
14978 2014-10-28 Pedro Alves <palves@redhat.com>
14979
14980 * gdb.base/sigstep.exp: Use build_executable instead of
14981 prepare_for_testing.
14982 (top level): Move code that starts GDB, runs to main and creates a
14983 display to ...
14984 (restart): ... this new procedure.
14985 (top level): Move backtrace from signal handler test to ...
14986 (validate_backtrace): ... this new procedure.
14987 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14988 with_test_prefix. Always restart GDB.
14989 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14990 with_test_prefix. Always restart GDB. No need to delete
14991 breakpoints after the test.
14992 (test_skip_handler): Remove prefix parameter.
14993 (skip_over_handler, breakpoint_to_handler)
14994 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14995 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14996 restart GDB. No need to delete breakpoints after the test.
14997 (top level): Use foreach to call the test procedures with
14998 different commands.
14999
15000 2014-10-28 Pedro Alves <palves@redhat.com>
15001
15002 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15003 instead of GNATS numbers.
15004 * gdb.base/sigbpt.exp: Likewise.
15005 * gdb.base/siginfo.exp: Likewise.
15006 * gdb.base/sigstep.exp: Likewise.
15007
15008 2014-10-27 Pedro Alves <palves@redhat.com>
15009
15010 * gdb.base/sigstep.c (dummy): New global.
15011 (main): Issue a couple writes to the new global.
15012 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15013 procedures.
15014 (skip_over_handler): Use test_skip_handler.
15015 (top level): Call skip_over_handler for stepi and nexti too.
15016 (breakpoint_over_handler): Use test_skip_handler.
15017 (top level): Call breakpoint_over_handler for stepi and nexti too.
15018
15019 2014-10-27 Yao Qi <yao@codesourcery.com>
15020
15021 * gdb.trace/tfile.c (adjust_function_address)
15022 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15023 function descriptor.
15024
15025 2014-10-24 Don Breazeal <donb@codesourcery.com>
15026
15027 * gdb.base/foll-fork.exp (test_follow_fork,
15028 catch_fork_child_follow): Check for updated fork messages emitted
15029 from infrun.c.
15030 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15031 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15032 vfork_and_exec_child_follow_through_step): Check for updated vfork
15033 messages emitted from infrun.c.
15034
15035 2014-10-24 Pedro Alves <palves@redhat.com>
15036
15037 * gdb.base/corefile.exp: Remove references to ultrix.
15038 * gdb.base/interrupt.exp: Likewise.
15039 * gdb.base/whatis.exp: Likewise.
15040 * gdb.gdb/selftest.exp: Likewise.
15041 * gdb.threads/manythreads.exp: Likewise.
15042 * gdb.threads/print-threads.exp: Likewise.
15043 * gdb.threads/pthreads.exp:: Likewise.
15044 * gdb.threads/schedlock.exp: Likewise.
15045
15046 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15047
15048 * gdb.cp/non-trivial-retval.cc: Add a test case.
15049 * gdb.cp/non-trivial-retval.exp: Add a test.
15050
15051 2014-10-20 Yao Qi <yao@codesourcery.com>
15052
15053 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15054 * gdb.python/py-objfile-script-gdb.py: New file.
15055 * gdb.python/py-objfile-script.exp: Update reference to
15056 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15057 of remote_download. Remove the dest file.
15058
15059 2014-10-20 Yao Qi <yao@codesourcery.com>
15060
15061 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15062 * gdb.base/step-line.exp: Likewise.
15063 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15064 * gdb.dwarf2/dw2-basic.exp: Likewise.
15065 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15066 * gdb.dwarf2/dw2-filename.exp: Likewise.
15067 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15068 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15069 * gdb.dwarf2/dw2-producer.exp: Likewise.
15070 * gdb.dwarf2/mac-fileno.exp: Likewise.
15071 * gdb.python/py-frame-args.exp: Likewise.
15072 * gdb.python/py-framefilter.exp: Likewise.
15073 * gdb.python/py-mi.exp: Likewise.
15074 * gdb.python/py-objfile-script.exp: Likewise
15075 * gdb.python/py-pp-integral.exp: Likewise.
15076 * gdb.python/py-pp-re-notag.exp: Likewise.
15077 * gdb.python/py-prettyprint.exp: Likewise.
15078 * gdb.python/py-section-script.exp: Likewise.
15079 * gdb.python/py-typeprint.exp: Likewise.
15080 * gdb.python/py-xmethods.exp: Likewise.
15081 * gdb.stabs/weird.exp: Likewise.
15082 * gdb.xml/tdesc-regs.exp: Likewise.
15083
15084 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15085
15086 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15087 (out_cu): Use addr_len for the size of addresses.
15088 (out_line): Likewise. Size DW_LNE_set_address instruction
15089 according to addr_len.
15090 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15091 (FUNC): Add START_INSNS to definition.
15092
15093 2014-10-18 Yao Qi <yao@codesourcery.com>
15094
15095 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15096 gdb_has_argv0 return true.
15097 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15098 check [target_info exists noargs], check [gdb_has_argv0]
15099 instead.
15100 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15101 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15102 procedures.
15103
15104 2014-10-17 Doug Evans <dje@google.com>
15105
15106 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15107 event.
15108 * gdb.python/py-events.py: Add clear_objfiles event.
15109
15110 2014-10-17 Doug Evans <dje@google.com>
15111
15112 * gdb.python/py-objfile.exp: Test progspace attribute.
15113
15114 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15115
15116 * gdb.guile/scm-breakpoint.exp: Do not assume any
15117 directory separators when matching source file paths.
15118 * gdb.python/py-breakpoint.exp: Likewise.
15119 * gdb.reverse/break-precsave.exp: Likewise.
15120 * gdb.reverse/break-reverse.exp: Likewise.
15121 * gdb.reverse/consecutive-precsave.exp: Likewise.
15122 * gdb.reverse/finish-precsave.exp: Likewise.
15123 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15124 * gdb.reverse/finish-reverse.exp: Likewise.
15125 * gdb.reverse/i386-precsave.exp: Likewise.
15126 * gdb.reverse/i387-env-reverse.exp: Likewise.
15127 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15128 * gdb.reverse/machinestate-precsave.exp: Likewise.
15129 * gdb.reverse/machinestate.exp: Likewise.
15130 * gdb.reverse/sigall-precsave.exp: Likewise.
15131 * gdb.reverse/solib-precsave.exp: Likewise.
15132 * gdb.reverse/step-precsave.exp: Likewise.
15133 * gdb.reverse/until-precsave.exp: Likewise.
15134 * gdb.reverse/watch-precsave.exp: Likewise.
15135 * gdb.reverse/watch-reverse.exp: Likewise.
15136
15137 2014-10-17 Yao Qi <yao@codesourcery.com>
15138
15139 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15140 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15141
15142 2014-10-17 Pedro Alves <palves@redhat.com>
15143
15144 PR gdb/17471
15145 * gdb.base/bg-execution-repeat.c: New file.
15146 * gdb.base/bg-execution-repeat.exp: New file.
15147
15148 2014-10-17 Pedro Alves <palves@redhat.com>
15149
15150 PR gdb/17300
15151 * gdb.base/continue-all-already-running.c: New file.
15152 * gdb.base/continue-all-already-running.exp: New file.
15153
15154 2014-10-17 Pedro Alves <palves@redhat.com>
15155
15156 PR gdb/17472
15157 * gdb.base/annota-input-while-running.c: New file.
15158 * gdb.base/annota-input-while-running.exp: New file.
15159
15160 2014-10-17 Pedro Alves <palves@redhat.com>
15161
15162 * gdb.base/callfuncs.exp: emove references to osf.
15163 * gdb.base/sigall.exp: Likewise.
15164 * gdb.gdb/selftest.exp: Likewise.
15165 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15166 * gdb.mi/non-stop.c: Likewise.
15167 * gdb.mi/pthreads.c: Likewise.
15168 * gdb.reverse/sigall-precsave.exp: Likewise.
15169 * gdb.reverse/sigall-reverse.exp: Likewise.
15170 * gdb.threads/pthreads.c: Likewise.
15171 * gdb.threads/pthreads.exp: Likewise.
15172
15173 2014-10-17 Yao Qi <yao@codesourcery.com>
15174
15175 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15176 check 'target_info exists noargs'.
15177 (test_command_prompt_position): Likewise.
15178 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15179 Remove "set args".
15180 (progvar_simple_while_test): Likewise.
15181 (progvar_complex_if_while_test): Likewise.
15182 (if_while_breakpoint_command_test): Likewise.
15183 (infrun_breakpoint_command_test): Likewise.
15184 (breakpoint_command_test): Likewise.
15185 (watchpoint_command_test): Likewise.
15186 (bp_deleted_in_command_test): Likewise.
15187 (temporary_breakpoint_commands): Likewise.
15188
15189 2014-10-16 Yao Qi <yao@codesourcery.com>
15190
15191 * gdb.base/remotetimeout.exp: Remove noargs checking.
15192
15193 2014-10-15 Pedro Alves <palves@redhat.com>
15194
15195 PR breakpoints/9649
15196 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15197 * gdb.base/breakpoint-in-ro-region.exp
15198 (probe_target_hardware_step): New procedure.
15199 (top level): Probe hardware stepping and hardware breakpoint
15200 support. Test stepping through a read-only region, with both
15201 "breakpoint auto-hw" on and off and both "always-inserted" on and
15202 off.
15203
15204 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15205
15206 * gdb.dlang/demangle.exp: Update for demangling changes.
15207
15208 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15209
15210 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15211 * gdb.cp/non-trivial-retval.exp: Add new tests.
15212
15213 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15214
15215 PR c++/13403
15216 PR c++/15154
15217 * gdb.cp/non-trivial-retval.cc: New file.
15218 * gdb.cp/non-trivial-retval.exp: New file.
15219
15220 2014-10-15 Yao Qi <yao@codesourcery.com>
15221
15222 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15223 remote host.
15224
15225 2014-10-15 Yao Qi <yao@codesourcery.com>
15226
15227 * gdb.python/py-symbol.exp: Match file base name if host is
15228 remote, otherwise match file name with dir name.
15229 * gdb.python/py-symtab.exp: Likewise.
15230 * gdb.python/python.exp: Likewise.
15231
15232 2014-10-15 Yao Qi <yao@codesourcery.com>
15233
15234 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15235 pattern.
15236 * gdb.python/py-symtab.exp: Likewise.
15237 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15238 locationn.
15239
15240 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15241
15242 * gdb.ada/addr_arith: New testcase.
15243
15244 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15245
15246 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15247 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15248 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15249 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15250
15251 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15252
15253 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15254 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15255 * gdb.arch/stap-eval-lang-ada.exp: New file.
15256
15257 2014-10-14 Yao Qi <yao@codesourcery.com>
15258
15259 * gdb.mi/mi-var-child.c (nothing1): New function.
15260 (nothing2): New function.
15261 (do_children_tests): Set function pointers by nothing1 and
15262 nothing2.
15263 * gdb.mi/mi-var-child.exp: Step over new added statements.
15264 Update test to match the new output.
15265 * gdb.mi/var-cmd.c (nothing1): New function.
15266 (nothing2): New function.
15267 (do_children_tests): Set function pointers by nothing1 and
15268 nothing2.
15269 * gdb.mi/mi-var-display.exp: Update test to match output.
15270 Step to the line specified by $line_dct_nothing.
15271 Increase the number of lines to step.
15272
15273 2014-10-14 Yao Qi <yao@codesourcery.com>
15274
15275 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15276 tests.
15277 * gdb.mi/mi2-var-child.exp: Likewise.
15278
15279 2014-10-13 Doug Evans <dje@google.com>
15280
15281 * gdb.python/py-objfile.exp: Change name of file name test.
15282
15283 2014-10-13 Doug Evans <dje@google.com>
15284
15285 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15286 from the start of the CU.
15287
15288 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15289 Yao Qi <yao@codesourcery.com>
15290
15291 Fix "save breakpoints" for "catch" command.
15292 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15293 Remove -nonewline. Match also the added "main" line.
15294
15295 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15296
15297 Fix "save breakpoints" for "disable $bpnum" command.
15298 * gdb.base/save-bp.c (main): Add label.
15299 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15300
15301 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15302
15303 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15304
15305 2014-10-11 Yao Qi <yao@codesourcery.com>
15306
15307 * gdb.server/server-kill.exp: Execute command
15308 "set remote trace-status-packet on" before "tstatus".
15309
15310 2014-10-11 Yao Qi <yao@codesourcery.com>
15311
15312 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15313 (main): Call getppid.
15314 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15315 and continue to it. Read variable "server_pid".
15316
15317 2014-10-11 Yao Qi <yao@codesourcery.com>
15318
15319 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15320
15321 2014-10-11 Yao Qi <yao@codesourcery.com>
15322
15323 * gdb.threads/thread-find.exp: Don't execute command
15324 "info threads".
15325 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15326 * gdb.threads/linux-dp.exp: Don't check the condition
15327 $threads_created equals to zero.
15328
15329 2014-10-10 Pedro Alves <palves@redhat.com>
15330
15331 * gdb.base/bigcore.exp: Remove references to IRIX.
15332 * gdb.base/funcargs.exp: Likewise.
15333 * gdb.base/interrupt.exp: Likewise.
15334 * gdb.base/mips_pro.exp: Likewise.
15335 * gdb.base/nodebug.exp: Likewise.
15336 * gdb.base/setvar.exp: Likewise.
15337 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15338
15339 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15340 Pedro Alves <palves@redhat.com>
15341
15342 PR symtab/14466
15343 * gdb.base/vdso-warning.c: New file.
15344 * gdb.base/vdso-warning.exp: New file.
15345
15346 2014-10-02 Doug Evans <dje@google.com>
15347
15348 * gdb.base/structs.c (main): Don't run forever.
15349
15350 2014-10-02 Pedro Alves <palves@redhat.com>
15351
15352 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15353 (top level) <stop threads 1, stop threads 2>: Use it.
15354
15355 2014-10-02 Pedro Alves <palves@redhat.com>
15356
15357 * gdb.threads/break-while-running.exp (test): Add new
15358 'update_thread_list' argument. Skip "info threads" if false.
15359 (top level): Add new 'update_thread_list' axis.
15360
15361 2014-10-02 Pedro Alves <palves@redhat.com>
15362
15363 PR breakpoints/17431
15364 * gdb.base/execl-update-breakpoints.c: New file.
15365 * gdb.base/execl-update-breakpoints.exp: New file.
15366
15367 2014-10-01 Pedro Alves <palves@redhat.com>
15368
15369 * gdb.base/breakpoint-in-ro-region.c: New file.
15370 * gdb.base/breakpoint-in-ro-region.exp: New file.
15371
15372 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15373
15374 * gdb.mi/mi-exit-code.exp: New file.
15375 * gdb.mi/mi-exit-code.c: New file.
15376
15377 2014-09-30 Yao Qi <yao@codesourcery.com>
15378
15379 * lib/prelink-support.exp (build_executable_own_libs): Error if
15380 the target isn't native.
15381
15382 2014-09-30 Yao Qi <yao@codesourcery.com>
15383
15384 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15385 false.
15386
15387 2014-09-22 Pedro Alves <palves@redhat.com>
15388
15389 * gdb.threads/break-while-running.exp: New file.
15390 * gdb.threads/break-while-running.c: New file.
15391
15392 2014-09-19 Yao Qi <yao@codesourcery.com>
15393
15394 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15395 Invoke test. Restart GDB with --readnow and invoke test again.
15396
15397 2014-09-19 Yao Qi <yao@codesourcery.com>
15398
15399 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15400 proc set_breakpoint_on_gcd_function. Invoke
15401 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15402 invoke set_breakpoint_on_gcd_function again.
15403
15404 2014-09-18 Doug Evans <dje@google.com>
15405
15406 * gdb.dwarf2/symtab-producer.exp: New file.
15407
15408 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15409
15410 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15411 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15412 * gdb.base/global-var-nested-by-dso.c: Likewise.
15413 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15414
15415 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15416 Pedro Alves <palves@redhat.com>
15417
15418 * gdb.base/watch-bitfields.exp: Pass string other than test file
15419 name to prepare_for_testing.
15420 (watch): New procedure.
15421 (expect_watchpoint): Use with_test_prefix.
15422 (top level): Factor out tests to ...
15423 (test_watch_location, test_regular_watch): ... these new
15424 procedures, and use with_test_prefix and gdb_continue_to_end.
15425
15426 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15427
15428 PR breakpoints/12526
15429 * gdb.base/watch-bitfields.exp: New file.
15430 * gdb.base/watch-bitfields.c: New file.
15431
15432 2014-09-16 Pedro Alves <palves@redhat.com>
15433
15434 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15435 software and hardware addresses, not software address against
15436 itself.
15437
15438 2014-09-16 Pedro Alves <palves@redhat.com>
15439
15440 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15441 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15442
15443 2014-09-16 Pedro Alves <palves@redhat.com>
15444
15445 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15446 files.
15447 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15448 "*-*-vxworks*" throughout.
15449 * gdb.base/break.exp: Likewise.
15450 * gdb.base/default.exp: Likewise.
15451 * gdb.base/scope.exp: Likewise.
15452 * gdb.base/sepdebug.exp: Likewise.
15453 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15454 throughout.
15455 * gdb.base/run.c: Likewise.
15456 * gdb.base/sepdebug.c: Likewise.
15457 * gdb.hp/gdb.aCC/run.c: Likewise.
15458 * gdb.reverse/until-reverse.c: Likewise.
15459 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15460
15461 2014-09-16 Yao Qi <yao@codesourcery.com>
15462
15463 * boards/local-remote-host-native.exp: New file.
15464
15465 2014-09-14 Doug Evans <xdje42@gmail.com>
15466
15467 * gdb.threads/queue-signal.c (thread_count): New variable.
15468 (thread_count_mutex, thread_count_condvar): New variables.
15469 (incr_thread_count, wait_all_threads_running): New functions.
15470 (main): Wait for all threads to be in their thread functions.
15471
15472 2014-09-13 Doug Evans <xdje42@gmail.com>
15473
15474 * gdb.threads/queue-signal.c: New file.
15475 * gdb.threads/queue-signal.exp: New file.
15476
15477 2014-09-13 Doug Evans <xdje42@gmail.com>
15478
15479 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15480 be consistent with what default_gdb_init uses.
15481 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15482 the plain text of the prompt. Add some logging printfs.
15483 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15484
15485 2014-09-12 Pedro Alves <palves@redhat.com>
15486
15487 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15488 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15489 * gdb.arch/i386-size-overlap.exp: Likewise.
15490 * gdb.arch/i386-size.exp: Likewise.
15491 * gdb.arch/i386-unwind.exp: Likewise.
15492 * gdb.base/a2-run.exp: Likewise.
15493 * gdb.base/break.exp: Likewise.
15494 * gdb.base/charset.exp: Likewise.
15495 * gdb.base/chng-syms.exp: Likewise.
15496 * gdb.base/commands.exp: Likewise.
15497 * gdb.base/dbx.exp: Likewise.
15498 * gdb.base/find.exp: Likewise.
15499 * gdb.base/funcargs.exp: Likewise.
15500 * gdb.base/jit-simple.exp: Likewise.
15501 * gdb.base/reread.exp: Likewise.
15502 * gdb.base/sepdebug.exp: Likewise.
15503 * gdb.base/step-bt.exp: Likewise.
15504 * gdb.cp/mb-inline.exp: Likewise.
15505 * gdb.cp/mb-templates.exp: Likewise.
15506 * gdb.objc/basicclass.exp: Likewise.
15507 * gdb.threads/killed.exp: Likewise.
15508
15509 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15510
15511 PR tdep/17379
15512 * gdb.arch/powerpc-stackless.S: New file.
15513 * gdb.arch/powerpc-stackless.exp: New file.
15514
15515 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15516
15517 * gdb.base/attach.c: Include unistd.h.
15518 (main): Call alarm. Add label postloop.
15519 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15520 gdb_breakpoint, gdb_continue_to_breakpoint.
15521 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15522
15523 2014-09-11 Pedro Alves <palves@redhat.com>
15524
15525 PR gdb/17347
15526 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15527 * gdb.base/attach.exp (test_command_line_attach_run): New
15528 procedure.
15529 (top level): Call it.
15530
15531 2014-09-11 Pedro Alves <palves@redhat.com>
15532
15533 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15534 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15535 (do_command_attach_tests): Use spawn_wait_for_attach.
15536 * gdb.base/solib-overlap.exp: Likewise.
15537 * gdb.multi/multi-attach.exp: Likewise.
15538 * gdb.python/py-prompt.exp: Likewise.
15539 * gdb.python/py-sync-interp.exp: Likewise.
15540 * gdb.server/ext-attach.exp: Likewise.
15541
15542 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15543
15544 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15545 command in testcase. Simplify testcase.
15546
15547 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15548
15549 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15550
15551 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15552
15553 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15554
15555 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15556
15557 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15558
15559 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15560
15561 * gdb.dwarf2/dynarr-ptr.c: New file.
15562 * gdb.dwarf2/dynarr-ptr.exp: New file.
15563
15564 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15565
15566 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15567 of 30 rather than hardcoding 120 for a slow test case. Take the
15568 `gdb,timeout' target setting into account for this calculation.
15569 Don't extend the timeout for the test cases that don't need it.
15570
15571 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15572
15573 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15574 a factor of 2 for a slow test case. Take the `gdb,timeout'
15575 target setting into account for this calculation.
15576 * gdb.reverse/until-precsave.exp: Increase the timeout by
15577 a factor of 15 and 3 respectively rather than adding 120
15578 for a pair of slow test cases. Take the `gdb,timeout'
15579 target setting into account for this calculation.
15580
15581 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15582
15583 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15584 timeout, don't pass one down to gdb_expect.
15585 (gdb_expect): Rework timeout selection.
15586
15587 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15588
15589 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15590 exception on timeout.
15591 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15592 (gdbserver_start_extended): Catch any `gdbserver_start' error
15593 exceptions.
15594 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15595 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15596 `gdbserver_gdb_load' error exceptions.
15597
15598 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15599
15600 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15601 120 on waiting for the TCP socket to open.
15602
15603 2014-09-09 Doug Evans <xdje42@gmail.com>
15604
15605 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15606 _caller_matches, _any_caller_is, _any_caller_matches.
15607
15608 2014-09-09 Doug Evans <xdje42@gmail.com>
15609
15610 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15611
15612 2014-09-09 Yao Qi <yao@codesourcery.com>
15613
15614 * gdb.mi/mi-var-display.exp: Set print symbol off.
15615
15616 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15617
15618 PR gdb/17035
15619 * gdb.base/commands.exp: Add tests to verify user-defined
15620 commands with empty bodies.
15621 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15622 python commands in `show user command`.
15623 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15624 scheme commands in `show user command`.
15625
15626 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15627
15628 PR python/17355
15629 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15630 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15631 * gdb.python/py-framefilter-invalidarg.exp: New file.
15632 * gdb.python/py-framefilter-invalidarg.py: New file.
15633
15634 2014-09-06 Doug Evans <xdje42@gmail.com>
15635
15636 PR 15276
15637 * gdb.python/py-caller-is.c: New file.
15638 * gdb.python/py-caller-is.exp: New file.
15639
15640 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15641
15642 PR gdb/17235
15643 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15644 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15645
15646 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15647
15648 PR fortran/17237
15649 * gdb.fortran/print-formatted.exp: New file.
15650 * gdb.fortran/print-formatted.f90: Likewise.
15651
15652 2014-09-03 Sasha Smundak <asmundak@google.com>
15653
15654 * gdb.python/py-frame.exp: Test Frame.read_register.
15655
15656 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15657
15658 PR python/16699
15659 * gdb.python/py-completion.exp: New file.
15660 * gdb.python/py-completion.py: Likewise.
15661
15662 2014-08-28 Doug Evans <dje@google.com>
15663
15664 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15665 eax,etc. are live with values set by gdb and thus the compiler can't
15666 use them.
15667 * gdb.arch/i386-pseudo.c (main): Ditto.
15668
15669 2014-08-27 Doug Evans <dje@google.com>
15670
15671 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15672
15673 2014-08-25 Doug Evans <dje@google.com>
15674
15675 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15676 (main): Ditto.
15677
15678 2014-08-25 Doug Evans <dje@google.com>
15679
15680 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15681
15682 2014-08-24 Yao Qi <yao@codesourcery.com>
15683
15684 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15685 symbol off.
15686 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15687
15688 2014-08-22 Doug Evans <dje@google.com>
15689
15690 PR 17276
15691 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15692 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15693 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15694
15695 2014-08-22 Yao Qi <yao@codesourcery.com>
15696
15697 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15698 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15699 * gdb.python/python.exp: Likewise. Use .py file on the host
15700 instead of the build.
15701
15702 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15703
15704 * gdb.threads/gcore-stale-thread.c: New file.
15705 * gdb.threads/gcore-stale-thread.exp: New file.
15706
15707 2014-08-21 Pedro Alves <palves@redhat.com>
15708
15709 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15710 * gdb.base/gcore-relro-pie.exp: Likewise.
15711 * gdb.base/gcore-relro.exp: Likewise.
15712 * gdb.base/gcore.exp: Likewise.
15713 * gdb.base/print-symbol-loading.exp: Likewise.
15714 * gdb.threads/gcore-thread.exp: Likewise.
15715 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15716
15717 2014-08-20 Pedro Alves <palves@redhat.com>
15718 Jan Kratochvil <jan.kratochvil@redhat.com>
15719
15720 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15721 configure.
15722 (EXPECT): Handle READ1 being set.
15723 (all): Depend on EXTRA_RULES.
15724 (check-read1, expect-read1, read1.so, read1): New rules.
15725 * README (Testsuite Parameters): Document the READ1 make variable.
15726 (Race detection): New section.
15727 * configure: Regenerate.
15728 * configure.ac: If build==host==target, and running under a
15729 GNU/glibc system, add read1 to the extra Makefile rules.
15730 (EXTRA_RULES): AC_SUBST it.
15731 * lib/read1.c: New file.
15732
15733 2014-08-20 Joel Brobecker <brobecker@adacore.com>
15734
15735 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15736 the handling of variables declared as a typedef to an array
15737 which a DW_AT_data_location attribute.
15738
15739 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
15740 Pedro Alves <palves@redhat.com>
15741
15742 PR symtab/14604
15743 PR symtab/14605
15744 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15745 gdb_test.
15746
15747 2014-08-19 Pedro Alves <palves@redhat.com>
15748
15749 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15750
15751 2014-08-19 Yao Qi <yao@codesourcery.com>
15752
15753 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15754 right line.
15755
15756 2014-08-18 David Blaikie <dblaikie@gmail.com>
15757
15758 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15759
15760 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15761
15762 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15763 attribute in array range.
15764
15765 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15766
15767 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15768
15769 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15770
15771 PR c++/17132
15772 * gdb.cp/pr17132.cc: New file.
15773 * gdb.cp/pr17132.exp: New file.
15774
15775 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15776
15777 * gdb.python/py-xmethods.py (A_getarrayind)
15778 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15779 Use 'print' with function call syntax.
15780 (E_method_matcher.match): Fix tab vs space indentation mixup.
15781
15782 2014-08-15 Yao Qi <yao@codesourcery.com>
15783
15784 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15785 false.
15786
15787 2014-08-15 Yao Qi <yao@codesourcery.com>
15788
15789 * gdb.cp/casts.exp: Set print symbol off.
15790 * gdb.cp/class2.exp: Likewise.
15791 * gdb.cp/overload.exp: Likewise.
15792 * gdb.cp/templates.exp: Likewise.
15793
15794 2014-08-11 Doug Evans <dje@google.com>
15795
15796 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15797 (test_load_shlib): Update.
15798
15799 2014-08-09 Yao Qi <yao@codesourcery.com>
15800
15801 * gdb.base/display.exp: Invoke is_address_zero_readable.
15802 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15803 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15804 * gdb.base/hbreak-unmapped.exp: Return if
15805 is_address_zero_readable returns true.
15806 * gdb.base/signest.exp: Likewise.
15807 * gdb.base/signull.exp: Likewise.
15808 * gdb.base/sigbpt.exp: Likewise.
15809 * gdb.guile/scm-disasm.exp: Do the test if
15810 is_address_zero_readable returns false.
15811 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15812 * gdb.python/py-arch.exp: Likewise.
15813 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15814 * lib/gdb.exp (is_address_zero_readable): New proc.
15815
15816 2014-08-09 Yao Qi <yao@codesourcery.com>
15817
15818 PR testsuite/13443
15819 * gdb.mi/mi-var-display.exp: Make test messages unique.
15820
15821 2014-08-04 Tom Tromey <tromey@redhat.com>
15822
15823 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15824 target 0".
15825
15826 2014-08-04 Tom Tromey <tromey@redhat.com>
15827
15828 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15829 "target_resume".
15830
15831 2014-08-01 Joel Brobecker <brobecker@adacore.com>
15832
15833 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15834 inner_vla_struct_object_size.
15835 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15836 as xfail.
15837
15838 2014-07-30 Pedro Alves <palves@redhat.com>
15839
15840 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15841 comment.
15842
15843 2014-07-29 Yao Qi <yao@codesourcery.com>
15844
15845 PR gdb/17206
15846 * gdb.base/until-nodebug.exp: New.
15847
15848 2014-07-28 Doug Evans <xdje42@gmail.com>
15849
15850 PR guile/17203
15851 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15852 previously existing parameter, and previously ambiguously spelled
15853 parameter.
15854
15855 2014-07-28 Will Newton <will.newton@linaro.org>
15856
15857 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15858
15859 2014-07-26 Ludovic Courtès <ludo@gnu.org>
15860 Doug Evans <xdje42@gmail.com>
15861
15862 PR guile/17146
15863 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15864
15865 2014-07-25 Pedro Alves <palves@redhat.com>
15866
15867 * gdb.threads/signal-command-handle-nopass.c: New file.
15868 * gdb.threads/signal-command-handle-nopass.exp: New file.
15869 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15870 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15871 * gdb.threads/signal-delivered-right-thread.c: New file.
15872 * gdb.threads/signal-delivered-right-thread.exp: New file.
15873
15874 2014-07-25 Pedro Alves <palves@redhat.com>
15875
15876 * gdb.base/double-prompt-target-event-error.exp
15877 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15878 match.
15879 (cancel_pagination_in_target_event): Rework double prompt
15880 detection.
15881 * gdb.base/paginate-after-ctrl-c-running.exp
15882 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15883 <return>' match.
15884 * gdb.base/paginate-bg-execution.exp
15885 (test_bg_execution_pagination_return)
15886 (test_bg_execution_pagination_cancel): Remove '-notransfer
15887 <return>' matches.
15888 * gdb.base/paginate-execution-startup.exp
15889 (test_fg_execution_pagination_return)
15890 (test_fg_execution_pagination_cancel): Remove '-notransfer
15891 <return>' matches.
15892 * gdb.base/paginate-inferior-exit.exp
15893 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15894 match.
15895 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15896 * lib/gdb.exp (pagination_prompt): Run text through
15897 string_to_regexp.
15898 (gdb_test_multiple): Match $pagination_prompt instead of
15899 "<return>".
15900 (string_to_regexp): Move to lib/gdb-utils.exp.
15901
15902 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15903
15904 * gdb.arch/amd64-entry-value-paramref.S: New file.
15905 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15906 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15907 * gdb.arch/amd64-optimout-repeat.S: New file.
15908 * gdb.arch/amd64-optimout-repeat.c: New file.
15909 * gdb.arch/amd64-optimout-repeat.exp: New file.
15910
15911 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15912
15913 PR gdb/17170
15914 * gdb.base/statistics.exp: New file.
15915
15916 2014-07-17 Doug Evans <dje@google.com>
15917
15918 PR gdb/17170
15919 * gdb.base/maint.exp: Update testing of per-command stats.
15920
15921 2014-07-16 Pedro Alves <palves@redhat.com>
15922
15923 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15924 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15925 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15926 (tfile_write_buf): New functions.
15927 (add_memory_block): Rewrite using the above.
15928 (adjust_function_address): New function.
15929 (FUNCTION_ADDRESS): New macro.
15930 (write_basic_trace_file): Remove short_x local, and use
15931 tfile_write_16. Change type of func_addr local to unsigned long
15932 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15933 here. Cast argument of add_memory_block to char pointer.
15934 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15935 (main): Remove parameters.
15936 * gdb.trace/tfile.exp: Remove nowarnings.
15937
15938 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15939
15940 * gdb.base/debug-expr.exp: Test string evaluation with
15941 "debug expression" on.
15942
15943 2014-07-15 Pedro Alves <palves@redhat.com>
15944
15945 * gdb.base/reread.exp: Use clean_restart.
15946
15947 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15948
15949 * gdb.arch/avr-flash-qualifer.c: New.
15950 * gdb.arch/avr-flash-qualifer.exp: New.
15951
15952 2014-07-14 Pedro Alves <palves@redhat.com>
15953
15954 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15955 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15956
15957 2014-07-14 Pedro Alves <palves@redhat.com>
15958
15959 * gdb.base/double-prompt-target-event-error.c: New file.
15960 * gdb.base/double-prompt-target-event-error.exp: New file.
15961
15962 2014-07-14 Pedro Alves <palves@redhat.com>
15963
15964 PR gdb/17072
15965 * gdb.base/paginate-inferior-exit.c: New file.
15966 * gdb.base/paginate-inferior-exit.exp: New file.
15967
15968 2014-07-14 Pedro Alves <palves@redhat.com>
15969
15970 PR gdb/17072
15971 * gdb.base/paginate-bg-execution.c: New file.
15972 * gdb.base/paginate-bg-execution.exp: New file.
15973
15974 2014-07-14 Pedro Alves <palves@redhat.com>
15975
15976 PR gdb/17072
15977 * gdb.base/paginate-execution-startup.c: New file.
15978 * gdb.base/paginate-execution-startup.exp: New file.
15979 * lib/gdb.exp (pagination_prompt): New global.
15980 (default_gdb_spawn): New procedure, factored out from
15981 default_gdb_spawn.
15982 (default_gdb_start): Adjust to call default_gdb_spawn.
15983 (gdb_spawn): New procedure.
15984
15985 2014-07-14 Pedro Alves <palves@redhat.com>
15986
15987 * lib/gdb.exp (gdb_assert): New procedure.
15988 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15989
15990 2014-07-14 Pedro Alves <palves@redhat.com>
15991
15992 * gdb.base/execution-termios.c: New file.
15993 * gdb.base/execution-termios.exp: New file.
15994
15995 2014-07-14 Tom Tromey <tromey@redhat.com>
15996
15997 * gdb.cp/vla-cxx.cc: New file.
15998 * gdb.cp/vla-cxx.exp: New file.
15999
16000 2014-07-14 Tom Tromey <tromey@redhat.com>
16001
16002 * gdb.reverse/rerun-prec.c: New file.
16003 * gdb.reverse/rerun-prec.exp: New file.
16004
16005 2014-07-12 Maciej W. Rozycki <macro@mips.com>
16006 Maciej W. Rozycki <macro@codesourcery.com>
16007
16008 * lib/gdb-utils.exp: New file.
16009 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16010 inline `gdb_init_command' processing.
16011 (gdb_start_cmd): Likewise.
16012 * lib/mi-support.exp (mi_run_cmd): Likewise.
16013 * README: Document `gdb_init_command' and `gdb_init_commands'.
16014
16015 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16016
16017 Fix false FAIL running under a very long directory name.
16018 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16019 and "set print elements 10000". Twice.
16020
16021 2014-07-11 Yao Qi <yao@codesourcery.com>
16022
16023 * gdb.base/exprs.exp: "set print symbol off".
16024
16025 2014-07-11 Pedro Alves <palves@redhat.com>
16026
16027 * gdb.threads/kill.c: New file.
16028 * gdb.threads/kill.exp: New file.
16029
16030 2014-07-10 Yao Qi <yao@codesourcery.com>
16031
16032 * gdb.trace/tfile.c (write_basic_trace_file)
16033 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16034 address written to trace file.
16035
16036 2014-07-09 Pedro Alves <palves@redhat.com>
16037
16038 * gdb.base/attach-wait-input.exp: New file.
16039 * gdb.base/attach-wait-input.c: New file.
16040
16041 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16042
16043 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16044 setting up test structures.
16045 (main): Call new test function.
16046 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16047 test function, continue into test function and walk test
16048 structures.
16049
16050 2014-07-02 Yao Qi <yao@codesourcery.com>
16051
16052 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16053 'bar_start' at the beginning of functions 'foo' and 'bar'
16054 respectively.
16055 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16056 instead of 'foo' and 'bar'.
16057
16058 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16059
16060 * gdb.btrace/segv.exp: New.
16061 * gdb.btrace/segv.c: New.
16062
16063 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16064
16065 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16066 instruction.
16067
16068 2014-06-30 Mark Wielaard <mjw@redhat.com>
16069
16070 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16071 vulture, vilify, villar): New volatile array constants.
16072 (vindictive, vegetation): New const volatile array constants.
16073 * gdb.base/volatile.exp: Test volatile and const volatile array
16074 types.
16075
16076 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16077
16078 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16079 target lacks support for awatch, rwatch, or hbreak.
16080
16081 2014-06-27 Yao Qi <yao@codesourcery.com>
16082
16083 * gdb.multi/dummy-frame-restore.exp: New.
16084 * gdb.multi/dummy-frame-restore.c: New.
16085
16086 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16087
16088 * gdb.btrace/gcore.exp: New.
16089
16090 2014-06-23 Pedro Alves <palves@redhat.com>
16091
16092 * gdb.base/watchpoint-reuse-slot.c: New file.
16093 * gdb.base/watchpoint-reuse-slot.exp: New file.
16094
16095 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16096
16097 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16098 progspace's filename in 'info', 'enable' and 'disable' command
16099 tests.
16100
16101 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16102
16103 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16104 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16105 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16106
16107 2014-06-20 Gary Benson <gbenson@redhat.com>
16108
16109 * gdb.arch/i386-avx.exp: Fix include file location.
16110 * gdb.arch/i386-sse.exp: Likewise.
16111
16112 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16113
16114 * gdb.dlang/expression.exp: New file.
16115
16116 2014-06-19 Pedro Alves <palves@redhat.com>
16117
16118 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16119 out from ...
16120 (top level): ... here. Iterate running tests under different
16121 scheduler-locking settings.
16122
16123 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16124
16125 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16126 to DW_FORM_addr and use non-zero addresses.
16127
16128 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16129
16130 PR gdb/17017
16131 * gdb.python/py-xmethods.cc: Add global function call counters and
16132 increment them in their respective functions. Remove "cout"
16133 statements.
16134 * gdb.python/py-xmethods.exp: Make tests check the global function
16135 call counters instead of depending on inferior IO.
16136
16137 2014-06-18 Don Breazeal <donb@codesourcery.com>
16138
16139 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16140 Deleted procedure.
16141 (explicit_fork_parent_follow): Deleted procedure.
16142 (explicit_fork_child_follow): Deleted procedure.
16143 (test_follow_fork): New procedure.
16144 (do_fork_tests): Replace calls to deleted procedures with
16145 calls to test_follow_fork and reset GDB for subsequent
16146 procedure calls.
16147
16148 2014-06-17 Yao Qi <yao@codesourcery.com>
16149
16150 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16151 CP1252.
16152
16153 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16154
16155 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16156 Initialize ptr and S explicitly.
16157 (skip_type_update_when_not_use_rtti_test): Likewise.
16158
16159 2014-06-16 Keith Seitz <keiths@redhat.com>
16160
16161 PR mi/15863
16162 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16163 the inferior is started.
16164
16165 2014-06-16 Pedro Alves <palves@redhat.com>
16166
16167 * gdb.base/break-main-file-remove-fail.c: New file.
16168 * gdb.base/break-main-file-remove-fail.exp: New file.
16169 * gdb.base/break-unload-file.exp: Use build_executable instead of
16170 prepare_for_testing.
16171 (test_break): New parameter "initial_load". Handle it.
16172 (top level): Add initial_load cmdline/file axis.
16173
16174 2014-06-12 Tom Tromey <tromey@redhat.com>
16175
16176 * gdb.base/completion.exp: Don't use directory name in test.
16177
16178 2014-06-09 Gary Benson <gbenson@redhat.com>
16179
16180 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16181 separate the always-available ANSI-standard signals from the
16182 signals that require checking.
16183 (main): Likewise.
16184 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16185 Likewise.
16186 (main): Likewise.
16187
16188 2014-06-07 Keith Seitz <keiths@redhat.com>
16189
16190 Revert:
16191 PR c++/16253
16192 * gdb.cp/var-tag.cc: New file.
16193 * gdb.cp/var-tag.exp: New file.
16194 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16195 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16196 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16197 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16198
16199 2014-06-06 Doug Evans <xdje42@gmail.com>
16200
16201 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16202
16203 2014-06-06 Pedro Alves <palves@redhat.com>
16204
16205 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16206 in target debug output instead of looking at RSP packets,
16207 disabling the test on any target that uses hardware stepping.
16208 Update comments.
16209
16210 2014-06-06 Pedro Alves <palves@redhat.com>
16211
16212 * gdb.base/break-unload-file.exp: Fix typo.
16213
16214 2014-06-06 Yao Qi <yao@codesourcery.com>
16215
16216 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16217 from "jit_function" to "^jit_function".
16218
16219 2014-06-06 Yao Qi <yao@codesourcery.com>
16220
16221 * gdb.base/async.c (foo): Add one statement.
16222 * gdb.base/async.exp: Get the next instruction address and
16223 match the output of "nexti" by instruction address. Match
16224 the hex address in the output of "finish".
16225
16226 2014-06-06 Gary Benson <gbenson@redhat.com>
16227
16228 * gdb.base/call-signals.c: Remove preprocessor conditionals
16229 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16230 SIGSEGV and SIGTERM.
16231 * gdb.base/sigall.c: Likewise.
16232 * gdb.base/unwindonsignal.c: Likewise.
16233 * gdb.reverse/sigall-reverse.c: Likewise.
16234
16235 2014-06-06 Yao Qi <yao@codesourcery.com>
16236
16237 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16238 readable, skip the test.
16239
16240 2014-06-06 Yao Qi <yao@codesourcery.com>
16241
16242 * gdb.threads/staticthreads.c (thread_function): Move the line
16243 setting breakpoint on forward.
16244 * gdb.threads/staticthreads.exp: Update comments.
16245
16246 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16247
16248 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16249 "history-append! type error".
16250
16251 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16252
16253 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16254 erroneous dprintf expected input.
16255
16256 2014-06-04 Doug Evans <xdje42@gmail.com>
16257
16258 * gdb.guile/scm-generics.exp: Delete.
16259
16260 2014-06-04 Doug Evans <xdje42@gmail.com>
16261
16262 * gdb.guile/scm-breakpoint.exp: Update.
16263 Add tests for breakpoint registration.
16264
16265 2014-06-04 Tom Tromey <tromey@redhat.com>
16266
16267 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16268 VLA-in-union.
16269 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16270 inner_vla_struct, vla_union types. Initialize objects of those
16271 types and compute their sizes.
16272
16273 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16274 Hui Zhu <hui@codesourcery.com>
16275
16276 * gdb.base/fileio.exp: Add test for shell not available as well as
16277 available.
16278 * gdb.base/fileio.c (test_system): Check for shell twice.
16279
16280 2014-06-04 Yao Qi <yao@codesourcery.com>
16281
16282 * gdb.base/auto-connect-native-target.exp: Remove redundant
16283 space from the regexp pattern.
16284
16285 2014-06-04 Yao Qi <yao@codesourcery.com>
16286
16287 * gdb.base/default.exp: Replace "child" with "native" in
16288 regexp pattern.
16289
16290 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16291
16292 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16293 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16294 * gdb.python/py-xmethods.py: Python script supporting the
16295 new testcase and tests.
16296
16297 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16298 Pedro Alves <palves@redhat.com>
16299
16300 PR breakpoints/17000
16301 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16302 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16303
16304 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16305
16306 * gdb.base/subst.exp: Add tests to verify partial path matching
16307 output.
16308
16309 2014-06-03 Pedro Alves <palves@redhat.com>
16310
16311 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16312 target that doesn't use software single-stepping.
16313
16314 2014-06-03 Pedro Alves <palves@redhat.com>
16315
16316 PR breakpoints/17000
16317 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16318 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16319
16320 2014-06-02 Doug Evans <xdje42@gmail.com>
16321
16322 * gdb.guile/scm-parameter.exp: New file.
16323
16324 2014-06-02 Doug Evans <xdje42@gmail.com>
16325
16326 * gdb.guile/scm-cmd.c: New file.
16327 * gdb.guile/scm-cmd.exp: New file.
16328
16329 2014-06-02 Doug Evans <xdje42@gmail.com>
16330
16331 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16332 pretty-printer lookup.
16333 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16334 (make-pp_s-printer): Call it.
16335 (make-pretty-printer-from-dict): New function.
16336 (lookup-pretty-printer-maker-from-dict): New function.
16337 (*pretty-printer*): Simplify.
16338 (make-objfile-pp_s-printer): New function.
16339 (install-objfile-pretty-printers!): New function.
16340 (make-progspace-pp_s-printer): New function.
16341 (install-progspace-pretty-printers!): New function.
16342 * gdb.guile/scm-progspace.c: New file.
16343 * gdb.guile/scm-progspace.exp: New file.
16344
16345 2014-06-02 Pedro Alves <palves@redhat.com>
16346
16347 * gdb.base/dprintf-bp-same-addr.c: New file.
16348 * gdb.base/dprintf-bp-same-addr.exp: New file.
16349
16350 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16351
16352 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16353 * gdb.arch/powerpc-power.s: Likewise.
16354
16355 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16356
16357 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16358
16359 2014-06-01 Yao Qi <yao@codesourcery.com>
16360
16361 * gdb.base/watchpoint.exp (test_watch_location): Check null
16362 pointer can be dereferenced. If not, do the test, otherwise
16363 skip it.
16364
16365 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16366
16367 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16368 results.
16369 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16370
16371 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16372
16373 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16374 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16375 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16376 * gdb.arch/amd64-invalid-stack-top.c: New file.
16377 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16378
16379 2014-05-30 Pedro Alves <palves@redhat.com>
16380
16381 PR breakpoints/17000
16382 * gdb.base/sss-bp-on-user-bp.c: New file.
16383 * gdb.base/sss-bp-on-user-bp.exp: New file.
16384
16385 2014-05-30 David Blaikie <dblaikie@gmail.com>
16386
16387 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16388 gnu_inline semantics via attribute.
16389 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16390 source explicitly specifies the required semantics.
16391
16392 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16393
16394 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16395
16396 2014-05-29 Pedro Alves <palves@redhat.com>
16397 Tom Tromey <tromey@redhat.com>
16398
16399 * gdb.base/async-shell.exp: Don't enable target-async.
16400 * gdb.base/async.exp
16401 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16402 parameter. Adjust.
16403 (top level): Don't test with "target-async".
16404 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16405 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16406 * gdb.base/inferior-died.exp: Don't enable target-async.
16407 * gdb.base/interrupt-noterm.exp: Likewise.
16408 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16409 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16410 * gdb.mi/mi-nonstop.exp: Likewise.
16411 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16412 * gdb.mi/mi-nsintrall.exp: Likewise.
16413 * gdb.mi/mi-nsmoribund.exp: Likewise.
16414 * gdb.mi/mi-nsthrexec.exp: Likewise.
16415 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16416 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16417 * gdb.python/py-evsignal.exp: Don't enable target-async.
16418 * gdb.python/py-evthreads.exp: Likewise.
16419 * gdb.python/py-prompt.exp: Likewise.
16420 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16421 * gdb.server/solib-list.exp: Don't enable target-async.
16422 * gdb.threads/thread-specific-bp.exp: Likewise.
16423 * lib/mi-support.exp: Adjust to use mi-async.
16424
16425 2014-05-29 Pedro Alves <palves@redhat.com>
16426
16427 PR gdb/13860
16428 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16429 reason, even in sync mode.
16430
16431 2014-05-29 Pedro Alves <palves@redhat.com>
16432 Hui Zhu <hui@codesourcery.com>
16433
16434 PR PR15693
16435 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16436 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16437 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16438 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16439
16440 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16441
16442 * config/monitor.exp (gdb_target_monitor): Replace use of
16443 "set remotebaud" by "set serial baud".
16444
16445 2014-05-26 Andy Wingo <wingo@igalia.com>
16446
16447 * gdb.guile/scm-breakpoint.exp:
16448 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16449 properties instead of gdb-object-properties.
16450
16451 2014-05-26 Yao Qi <yao@codesourcery.com>
16452
16453 * gdb.server/no-thread-db.exp: Specify source file name
16454 explicitly when setting a breakpoint.
16455
16456 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16457
16458 * gdb.btrace/vdso.c: New.
16459 * gdb.btrace/vdso.exp: New.
16460
16461 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16462
16463 * gdb.base/gcore.exp (capture_command_output): Move ...
16464 * lib/gdb.exp (capture_command_output): ... here.
16465
16466 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16467
16468 * gdb.btrace/data.exp: Test memory access during btrace replay.
16469
16470 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16471
16472 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16473
16474 2014-05-21 Pedro Alves <palves@redhat.com>
16475
16476 PR gdb/13860
16477 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16478 (top level): Test that output related to execution commands is
16479 sent to the console with CLI commands, but not with MI commands.
16480 Test that breakpoint events are always mirrored to the console.
16481 Also expect the new source line to be output after a "next" in
16482 async mode too. Make it a pass/fail test.
16483 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16484 output.
16485 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16486
16487 2014-05-21 Pedro Alves <palves@redhat.com>
16488
16489 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16490 Use them to test variations of "list" after reaching a breakpoint.
16491 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16492 Test "list" with listsize 10 after reaching a breakpoint.
16493 * gdb.python/python.exp (decode_line current location line
16494 number): Adjust expected line number.
16495
16496 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16497
16498 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16499 behavior for $args, pass it directly to "run".
16500
16501 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16502
16503 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16504 30000 to 65536.
16505
16506 2014-05-21 Pedro Alves <palves@redhat.com>
16507
16508 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16509 auto-connect-native-target off".
16510 * gdb.base/auto-connect-native-target.c: New file.
16511 * gdb.base/auto-connect-native-target.exp: New file.
16512
16513 2014-05-21 Pedro Alves <palves@redhat.com>
16514
16515 * gdb.base/default.exp: Test "target native" instead of "target
16516 child".
16517
16518 2014-05-21 Mark Wielaard <mjw@redhat.com>
16519
16520 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16521
16522 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16523
16524 Fix TLS access for -static -pthread.
16525 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16526 <HAVE_TLS> (thread_function, main): Initialize it.
16527 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16528 Add clean_restart.
16529 <$have_tls != "">: Check TLSVAR.
16530
16531 2014-05-21 Pedro Alves <palves@redhat.com>
16532
16533 * gdb.base/dcache-line-read-error.c: New.
16534 * gdb.base/dcache-line-read-error.exp: New.
16535
16536 2014-05-20 Pedro Alves <palves@redhat.com>
16537
16538 * gdb.base/compare-sections.c: New file.
16539 * gdb.base/compare-sections.exp: New file.
16540
16541 2014-05-20 Pedro Alves <palves@redhat.com>
16542
16543 * gdb.base/break-idempotent.c: New file.
16544 * gdb.base/break-idempotent.exp: New file.
16545
16546 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16547
16548 * gdb.btrace/nohist.exp: New.
16549
16550 2014-05-20 Yao Qi <yao@codesourcery.com>
16551
16552 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16553 gdb.reverse directory and gdb_reverse_timeout exists in board
16554 setting.
16555 * README: Document gdb_reverse_timeout.
16556
16557 2014-05-20 Yao Qi <yao@codesourcery.com>
16558
16559 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16560 'test_file_name'. Treat args as a string instead of a list.
16561 (gdb_init): Rename argument 'args' by 'test_file_name'.
16562
16563 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16564
16565 * gdb.arch/powerpc-power.exp: New file.
16566 * gdb.arch/powerpc-power.s: New file.
16567
16568 2014-05-16 Doug Evans <dje@google.com>
16569
16570 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16571 * gdb.base/completion.exp: Check that all expected files exist
16572 before doing file completion.
16573
16574 2014-05-16 Doug Evans <dje@google.com>
16575
16576 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16577 Update.
16578 (do_syscall_tests_without_xml): Update.
16579
16580 2014-05-16 Pedro Alves <palves@redhat.com>
16581
16582 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16583 instead of "unknown output after running".
16584
16585 2014-05-16 Yao Qi <yao@codesourcery.com>
16586
16587 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16588 file1.txt from host at the end.
16589 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16590
16591 2014-05-15 Doug Evans <dje@google.com>
16592
16593 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16594 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16595 loading file. Add test for TU lookup.
16596
16597 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16598
16599 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16600 calling "-exec-arguments" or "set args" before running the
16601 inferior.
16602
16603 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16604
16605 * lib/mi-support.exp (mi_expect_stop): Expect message for
16606 inferiors that exit with non-zero exit code.
16607
16608 2014-05-14 Yao Qi <yao@codesourcery.com>
16609
16610 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16611 match absolute path on remote host.
16612 (test_file_list_exec_source_files): Remove "/" from the
16613 pattern.
16614
16615 2014-05-14 Yao Qi <yao@codesourcery.com>
16616
16617 * boards/local-remote-host-notty.exp (${board}_file): New
16618 proc.
16619
16620 2014-05-07 Kyle McMartin <kyle@redhat.com>
16621
16622 Pushed by Joel Brobecker <brobecker@adacore.com>.
16623 * gdb.arch/aarch64-atomic-inst.c: New file.
16624 * gdb.arch/aarch64-atomic-inst.exp: New file.
16625
16626 2014-05-07 Yao Qi <yao@codesourcery.com>
16627
16628 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16629 in current context" too.
16630
16631 2014-05-05 Keith Seitz <keiths@redhat.com>
16632
16633 * gdb.linespec/ls-dollar.exp: Add test for linespec
16634 file:convenience_variable.
16635
16636 2014-05-05 Yao Qi <yao@codesourcery.com>
16637
16638 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16639 traceframes into tfile and ctf trace files. Read data from
16640 trace file and test collected data.
16641 (gdb_collect_locals_test): Likewise.
16642 (gdb_unavailable_registers_test): Likewise.
16643 (gdb_unavailable_floats): Likewise.
16644 (gdb_collect_globals_test): Likewise.
16645 (top-level): Append "ctf" to trace_file_targets if GDB
16646 supports.
16647
16648 2014-05-05 Yao Qi <yao@codesourcery.com>
16649
16650 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16651 code to ...
16652 (gdb_collect_args_test_1): ... it. New proc.
16653 (gdb_collect_locals_test): Move some code to ...
16654 (gdb_collect_locals_test_1): ... it. New proc.
16655 (gdb_unavailable_registers_test): Move some code to ...
16656 (gdb_unavailable_registers_test_1): ... it. New proc.
16657 (gdb_unavailable_floats): Move some code to ...
16658 (gdb_unavailable_floats_1): ... it. New proc.
16659
16660 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16661
16662 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16663 probes to test for bitness recognition.
16664 * gdb.arch/amd64-stap-optional-prefix.exp
16665 (test_probe_value_without_reg): New procedure.
16666 Add code to test for different kinds of bitness.
16667
16668 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16669
16670 PR breakpoints/16889
16671 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16672 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16673
16674 2014-05-01 Pedro Alves <palves@redhat.com>
16675
16676 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16677 gdb_file_cmd if no file is specified.
16678 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16679 last_loaded_file to set the remote exec-file.
16680
16681 2014-05-01 Pedro Alves <palves@redhat.com>
16682
16683 * boards/local-remote-host.exp: New file.
16684
16685 2014-05-01 Pedro Alves <palves@redhat.com>
16686
16687 * boards/local-remote-host.exp: Rename to ...
16688 * boards/local-remote-host-notty.exp: ... this.
16689
16690 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16691
16692 * gdb.ada/dyn_arrayidx: New testcase.
16693
16694 2014-04-26 Yao Qi <yao@codesourcery.com>
16695
16696 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16697 and compute the length of function main. Save it in
16698 $main_length.
16699 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16700 (top-level): Use gdb_compile to compile objects into
16701 executable and restart GDB. Remove invocation to
16702 prepare_for_testing.
16703
16704 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16705 Pedro Alves <palves@redhat.com>
16706
16707 PR server/16255
16708 * gdb.multi/multi-attach.c: New file.
16709 * gdb.multi/multi-attach.exp: New file.
16710
16711 2014-04-25 Pedro Alves <palves@redhat.com>
16712
16713 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16714 user.
16715 (top level): Test that "set remote conditional-breakpoints-packet
16716 off" works as intended.
16717 * gdb.base/dprintf.exp: Test that "set remote
16718 breakpoint-commands-packet off" works as intended.
16719 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16720 New function.
16721 (top level): Call it.
16722 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16723 remote fast-tracepoints-packet off" works as intended.
16724 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16725 * lib/gdb.exp (gdb_is_target_remote): ... here.
16726
16727 2014-04-24 David Blaikie <dblaikie@gmail.com>
16728
16729 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16730 ensure clang would not discard them.
16731 * gdb.base/gdbvars.c: Ditto.
16732 * gdb.base/memattr.c: Ditto.
16733 * gdb.base/whatis.c: Ditto.
16734 * gdb.python/py-prettyprint.c: Ditto.
16735 * gdb.trace/actions.c: Ditto.
16736 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16737 ensure clang would not discard it.
16738
16739 2014-04-24 David Blaikie <dblaikie@gmail.com>
16740
16741 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16742 clang to emit the full definition of type required by the test
16743 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16744
16745 2014-04-24 David Blaikie <dblaikie@gmail.com>
16746
16747 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16748 coax Clang into emitting the definition of the type.
16749 * gdb.cp/pr10728-x.h (y): Ditto.
16750 * gdb.cp/pr10728-y.cc (y): Ditto.
16751
16752 2014-04-24 David Blaikie <dblaikie@gmail.com>
16753
16754 * gdb.base/label.exp: XFAIL label related tests under Clang.
16755 * gdb.cp/cplabel.exp: Ditto.
16756 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16757 under Clang those using labels.
16758
16759 2014-04-25 Yao Qi <yao@codesourcery.com>
16760
16761 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16762 double_label.
16763 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16764 partial_label and double_label.
16765
16766 2014-04-24 David Blaikie <dblaikie@gmail.com>
16767
16768 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16769
16770 2014-04-24 David Blaikie <dblaikie@gmail.com>
16771
16772 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16773 of the function to work across GCC and Clang.
16774 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16775 pointer types (const void ** const V void **).
16776
16777 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
16778 Walfred Tedeschi <walfred.tedeschi@intel.com>
16779
16780 * Makefile.in (EXECUTABLES): Added i386-avx512.
16781 * gdb.arch/i386-avx512.c: New file.
16782 * gdb.arch/i386-avx512.exp: Likewise.
16783
16784 2014-04-23 Keith Seitz <keiths@redhat.com>
16785
16786 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16787 (mi_make_breakpoint_table): New procedure.
16788 (mi_create_breakpoint): Use mi_make_breakpoint
16789 and return the result.
16790 (mi_make_breakpoint): New procedure.
16791 (mi_build_kv_pairs): New procedure.
16792
16793 * gdb.mi/mi-break.exp: Remove unused globals,
16794 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16795 All callers updated.
16796 * gdb.mi/mi-dprintf.exp: Use variable to track command
16797 number.
16798 Update all callers of mi_create_breakpoint and use
16799 mi_make_breakpoint_table.
16800 Remove any unused global variables.
16801 * gdb.mi/mi-nonstop.exp: Likewise.
16802 * gdb.mi/mi-nsintrall.exp: Likewise.
16803 * gdb.mi/mi-nsmoribund.exp: Likewise.
16804 * gdb.mi/mi-nsthrexec.exp: Likewise.
16805 * gdb.mi/mi-reverse.exp: Likewise.
16806 * gdb.mi/mi-simplerun.exp: Likewise.
16807 * gdb.mi/mi-stepn.exp: Likewise.
16808 * gdb.mi/mi-syn-frame.exp: Likewise.
16809 * gdb.mi/mi-until.exp: Likewise.
16810 * gdb.mi/mi-var-cp.exp: Likewise.
16811 * gdb.mi/mi-var-display.exp: Likewise.
16812 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16813 * gdb.mi/mi2-var-child.exp: Likewise.
16814 * gdb.mi/mi-vla-c99.exp: Likewise.
16815 * lib/mi-support.exp: Likewise.
16816
16817 From Ian Lance Taylor <iant@cygnus.com>:
16818 * lib/gdb.exp (parse_args): New procedure.
16819
16820 2014-04-23 Pedro Alves <palves@redhat.com>
16821
16822 * gdb.base/break-unload-file.c: New file.
16823 * gdb.base/break-unload-file.exp: New file.
16824 * gdb.base/sym-file-lib.c (baz): New function.
16825 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16826 field.
16827 (load): Store the segment's mapped size.
16828 (unload): New function.
16829 (unload_shlib): New function.
16830 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16831 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16832 set a breakpoint at baz, and call it.
16833 * gdb.base/sym-file.exp: New tests for stale breakpoint
16834 instructions.
16835
16836 2014-04-23 Pedro Alves <palves@redhat.com>
16837
16838 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16839 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16840 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16841 * gdb.base/hbreak-unmapped.c: New file.
16842 * gdb.base/hbreak-unmapped.exp: New file.
16843 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16844 * lib/gdb.exp (gdb_is_target_remote): ... here.
16845
16846 2014-04-22 Pedro Alves <palves@redhat.com>
16847
16848 * gdb.base/consecutive-step-over.c: New file.
16849 * gdb.base/consecutive-step-over.exp: New file.
16850
16851 2014-04-22 Pedro Alves <palves@redhat.com>
16852
16853 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16854 instead of send_gdb/gdb_expect.
16855
16856 2014-04-22 Yao Qi <yao@codesourcery.com>
16857
16858 * lib/trace-support.exp (generate_tracefile): New procedure.
16859 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16860 return 0.
16861 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16862 if generate_tracefile returns 1.
16863
16864 2014-04-18 Tom Tromey <palves@redhat.com>
16865 Pedro alves <tromey@redhat.com>
16866
16867 PR backtrace/15558
16868 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16869 with a backtrace limit.
16870 * gdb.python/py-frame-inline.exp: Test running to an inline
16871 function with a backtrace limit, and printing the newest frame.
16872 * gdb.python/py-frame-inline.c (main): Call f.
16873
16874 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16875
16876 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16877
16878 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16879
16880 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16881 Drop prefix from unsupported source file path.
16882
16883 2014-04-17 Yao Qi <yao@codesourcery.com>
16884
16885 * lib/gdb.exp (with_target_charset): New proc.
16886 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16887 with_target_charset.
16888 (test_print_strings): Likewise.
16889 (test_repeat_bytes): Likewise.
16890 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16891 for some tests.
16892
16893 2014-04-16 Keith Seitz <keiths@redhat.com>
16894
16895 PR gdb/15827
16896 * gdb.dwarf2/corrupt.c: New file.
16897 * gdb.dwarf2/corrupt.exp: New file.
16898
16899 2014-04-16 Keith Seitz <keiths@redhat.com>
16900
16901 PR c++/16597
16902 * gdb.cp/namelessclass.cc: New file.
16903 * gdb.cp/namelessclass.exp: New file.
16904 * gdb.cp/namelessclass.S: New file.
16905
16906 2014-04-16 Doug Evans <dje@google.com>
16907
16908 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16909 Add comment.
16910 (gdbserver_default_get_comm_port): New function.
16911 (gdbserver_start): Check if board file provided
16912 "gdbserver,get_comm_port" and use it if so.
16913 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16914 (gdb,socketport): Set to "stdio".
16915 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16916 (stdio_gdbserver_template): Delete.
16917 (${board}_get_remote_address): Update.
16918 (${board}_build_remote_cmd): Delete.
16919 (${board}_get_comm_port): New function.
16920 (${board}_spawn): Update.
16921 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16922 Delete.
16923 (${board}_get_remote_address): Update.
16924 (${board}_get_comm_port): New function.
16925
16926 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16927
16928 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16929 appearing in any order.
16930
16931 2014-04-15 Doug Evans <dje@google.com>
16932
16933 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16934 uninitialized value of "description".
16935
16936 2014-04-15 Keith Seitz <keiths@redhat.com>
16937
16938 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16939 Remove unused globals.
16940 (test_running_the_program): Likewise.
16941 (test_controlled_execution): Likewise.
16942 (test_controlling_breakpoints): Likewise.
16943 (test_program_termination): Likewise.
16944
16945 2014-04-15 Keith Seitz <keiths@redhat.com>
16946
16947 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16948 unused globals.
16949 (test_rbreak_creation_and_listing): Likewise.
16950 (test_ignore_count): Likewise.
16951 (test_error): Likewise.
16952
16953 2014-04-15 Pedro Alves <palves@redhat.com>
16954
16955 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16956 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16957 sym-file-loader.c.
16958 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16959 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16960 to sym-file-loader.c.
16961 (struct library): Forward declare.
16962 (load_shlib, lookup_function): Change prototypes.
16963 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16964 (translate_offset): Remove declarations.
16965 (get_text_addr): New declaration.
16966 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16967 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16968 sym-file-loader.h.
16969 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16970 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16971 here from sym-file-loader.h.
16972 (struct library): New structure.
16973 (load_shlib, lookup_function): Change prototypes and adjust to
16974 work with a struct library.
16975 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16976 (translate_offset): Make static.
16977 (get_text_addr): New function.
16978 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16979
16980 2014-04-15 Pedro Alves <palves@redhat.com>
16981
16982 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16983
16984 2014-04-15 Pedro Alves <palves@redhat.com>
16985
16986 * gdb.base/sym-file-loader.c: Include <limits.h>.
16987 (SELF_LINK): New define.
16988 (get_origin): New function.
16989 (load_shlib): Use it.
16990 * gdb.base/sym-file.exp: Don't early return if the target is
16991 remote. Use runto_main, and issue fail is that fails. Use
16992 gdb_load_shlibs.
16993 (shlib_name): Delete.
16994 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16995
16996 2014-04-15 Pedro Alves <palves@redhat.com>
16997
16998 * gdb.base/sym-file.exp: Remove regex characters from test
16999 message. Don't refer to breakpoint numbers in test messages.
17000
17001 2014-04-14 Keith Seitz <keiths@redhat.com>
17002
17003 PR c++/16253
17004 * gdb.cp/var-tag.cc: New file.
17005 * gdb.cp/var-tag.exp: New file.
17006 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17007 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17008 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17009 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17010
17011 2014-04-14 Tom Tromey <tromey@redhat.com>
17012
17013 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17014 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17015 type.
17016 * gdb.cp/enum-class.exp: New file.
17017 * gdb.cp/enum-class.cc: New file.
17018
17019 2014-04-14 Tom Tromey <tromey@redhat.com>
17020
17021 * gdb.dwarf2/enum-type.exp: New file.
17022
17023 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17024
17025 * gdb.mi/mi-vla-c99.exp: New file.
17026 * gdb.mi/vla.c: New file.
17027
17028 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17029
17030 * gdb.base/vla-datatypes.c: New file.
17031 * gdb.base/vla-datatypes.exp: New file.
17032
17033 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17034
17035 * gdb.base/vla-ptr.c: New file.
17036 * gdb.base/vla-ptr.exp: New file.
17037
17038 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17039
17040 * gdb.dwarf2/count.exp: New file.
17041
17042 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17043
17044 * gdb.base/vla-sideeffect.c: New file.
17045 * gdb.base/vla-sideeffect.exp: New file.
17046
17047 2014-04-14 David Blaikie <dblaikie@gmail.com>
17048
17049 * gdb.mi/non-stop.c: Add return value for non-void function return
17050 statement.
17051 * gdb.threads/staticthreads.c: Ditto.
17052
17053 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17054 Doug Evans <xdje42@gmail.com>
17055
17056 * gdb.guile/scm-value.c: Improve test case.
17057 * gdb.guile/scm-value.exp: Add new test.
17058
17059 2014-04-11 David Blaikie <dblaikie@gmail.com>
17060
17061 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17062 override Clang's default.
17063
17064 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17065
17066 Revert the following changes (regressions):
17067
17068 * gdb.base/vla-sideeffect.c: New file.
17069 * gdb.base/vla-sideeffect.exp: New file.
17070
17071 * gdb.dwarf2/count.exp: New file.
17072
17073 * gdb.base/vla-multi.c: New file.
17074 * gdb.base/vla-multi.exp: New file.
17075
17076 * gdb.base/vla-ptr.c: New file.
17077 * gdb.base/vla-ptr.exp: New file.
17078
17079 * gdb.base/vla-datatypes.c: New file.
17080 * gdb.base/vla-datatypes.exp: New file.
17081
17082 * gdb.mi/mi-vla-c99.exp: New file.
17083 * gdb.mi/vla.c: New file.
17084
17085 2014-04-11 Keith Seitz <keiths@redhat.com>
17086
17087 PR c++/16675
17088 * gdb.cp/cpsizeof.exp: New file.
17089 * gdb.cp/cpsizeof.cc: New file.
17090
17091 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17092
17093 * gdb.mi/mi-vla-c99.exp: New file.
17094 * gdb.mi/vla.c: New file.
17095
17096 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17097
17098 * gdb.base/vla-datatypes.c: New file.
17099 * gdb.base/vla-datatypes.exp: New file.
17100
17101 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17102
17103 * gdb.base/vla-ptr.c: New file.
17104 * gdb.base/vla-ptr.exp: New file.
17105
17106 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17107
17108 * gdb.base/vla-multi.c: New file.
17109 * gdb.base/vla-multi.exp: New file.
17110
17111 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17112
17113 * gdb.dwarf2/count.exp: New file.
17114
17115 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17116
17117 * gdb.base/vla-sideeffect.c: New file.
17118 * gdb.base/vla-sideeffect.exp: New file.
17119
17120 2014-04-11 Yao Qi <yao@codesourcery.com>
17121
17122 * gdb.base/completion.exp: Check file exists before running tests
17123 on file completion.
17124
17125 2014-04-10 Pedro Alves <palves@redhat.com>
17126
17127 * gdb.base/cond-eval-mode.c: New file.
17128 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17129 prepare_for_testing to build the new file. Check result of
17130 runto_main.
17131 (test_break, test_watch): New procedures.
17132 (top level): Use them.
17133
17134 2014-04-08 Pierre Muller <muller@sourceware.org>
17135
17136 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17137 Ctrl-V use for mingw hosts.
17138
17139 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17140
17141 * gdb.python/py-value.c: Improve test case.
17142 * gdb.python/py-value.exp: Add new test.
17143
17144 2014-04-07 David Blaikie <dblaikie@gmail.com>
17145
17146 * lib/compiler.c: Identify the clang compiler.
17147 * lib/compiler.cc: Ditto.
17148
17149 2014-04-03 Yao Qi <yao@codesourcery.com>
17150
17151 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17152
17153 2014-04-01 Anton Blanchard <anton@samba.org>
17154
17155 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17156 messages unique.
17157
17158 2014-04-01 Anton Blanchard <anton@samba.org>
17159
17160 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17161 prepare_for_testing.
17162
17163 2014-04-01 Anton Blanchard <anton@samba.org>
17164
17165 * gdb.arch/ppc64-atomic-inst.c: Remove.
17166 * gdb.arch/ppc64-atomic-inst.S: New file.
17167 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17168
17169 2014-03-31 Doug Evans <dje@google.com>
17170
17171 * gdb.base/print-symbol-loading-lib.c: New file.
17172 * gdb.base/print-symbol-loading-main.c: New file.
17173 * gdb.base/print-symbol-loading.exp: New file.
17174
17175 2014-03-31 Yao Qi <yao@codesourcery.com>
17176
17177 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17178
17179 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17180
17181 * gdb.ada/mi_dyn_arr: New testcase.
17182
17183 2014-03-27 Doug Evans <dje@google.com>
17184
17185 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17186
17187 2014-03-27 Yao Qi <yao@codesourcery.com>
17188
17189 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17190 if target is nios2-*-*.
17191
17192 2014-03-26 Yao Qi <yao@codesourcery.com>
17193
17194 * lib/gdb.exp (readline_is_used): New proc.
17195 * gdb.base/completion.exp: Move tests on command complete up.
17196 Skip the rest of tests if readline is not used.
17197 * gdb.ada/complete.exp: Skp the test if readline is not
17198 used.
17199 * gdb.base/filesym.exp: Likewise.
17200 * gdb.base/macscp.exp: Likewise.
17201 * gdb.base/readline-ask.exp: Likewise.
17202 * gdb.base/readline.exp: Likewise.
17203 * gdb.python/py-cmd.exp: Likewise.
17204 * gdb.trace/tfile.exp: Likewise.
17205
17206 2014-03-26 Yao Qi <yao@codesourcery.com>
17207
17208 * gdb.base/macscp.exp: Fix code format issues.
17209
17210 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17211
17212 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17213 * gdb.asm/powerpc64le.inc: New file.
17214
17215 2014-03-25 Pedro Alves <palves@redhat.com>
17216 Doug Evans <dje@google.com>
17217
17218 * gdb.base/source-execution.c: New file.
17219 * gdb.base/source-execution.exp: New file.
17220 * gdb.base/source-execution.gdb: New file.
17221
17222 2014-03-24 Doug Evans <dje@google.com>
17223
17224 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17225 using fission.
17226
17227 2014-03-24 Hui Zhu <hui@codesourcery.com>
17228 Pedro Alves <palves@redhat.com>
17229
17230 PR breakpoints/16101
17231 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17232 test pass/fail messages. Detect missing support for dprintf when
17233 breakpoints are actually inserted.
17234 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17235 breakpoints are actually inserted.
17236 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17237 fails.
17238
17239 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17240
17241 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17242
17243 2014-03-22 Doug Evans <xdje42@gmail.com>
17244
17245 * gdb.python/python.exp (python not supported): Verify multi-line
17246 python command issues an error.
17247 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17248 guile command issues an error.
17249
17250 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17251
17252 * gdb.threads/thread-specific.exp: Handle the lack of usable
17253 $this_breakpoint and $this_thread.
17254
17255 2014-03-21 Hui Zhu <hui@codesourcery.com>
17256
17257 * gdb.base/attach.exp (do_command_attach_tests): New.
17258
17259 2014-03-20 Tom Tromey <tromey@redhat.com>
17260 Pedro Alves <palves@redhat.com>
17261
17262 PR cli/15718
17263 * gdb.base/condbreak-call-false.c: New file.
17264 * gdb.base/condbreak-call-false.exp: New file.
17265
17266 2014-03-20 Pedro Alves <palves@redhat.com>
17267
17268 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17269 Delete.
17270 (block_signals, unblock_signals): Delete.
17271 (child_function_2, main): Remove references to deleted variable
17272 and functions.
17273
17274 2014-03-20 Pedro Alves <palves@redhat.com>
17275
17276 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17277 Use pthread_kill to signal thread 2.
17278 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17279 Adjust to make the test send itself a signal rather than using the
17280 host's "kill" command.
17281
17282 2014-03-20 Pedro Alves <palves@redhat.com>
17283
17284 * gdb.threads/multiple-step-overs.c: New file.
17285 * gdb.threads/multiple-step-overs.exp: New file.
17286 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17287 Adjust expected infrun debug output.
17288
17289 2014-03-20 Pedro Alves <palves@redhat.com>
17290
17291 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17292 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17293
17294 2014-03-20 Pedro Alves <palves@redhat.com>
17295
17296 PR breakpoints/7143
17297 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17298 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17299 of gdb_test_multiple.
17300 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17301 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17302
17303 2014-03-20 Pedro Alves <palves@redhat.com>
17304
17305 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17306 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17307
17308 2014-03-19 Pedro Alves <palves@redhat.com>
17309
17310 * gdb.base/async.exp: Remove early return.
17311
17312 2014-03-19 Pedro Alves <palves@redhat.com>
17313
17314 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17315
17316 2014-03-19 Pedro Alves <palves@redhat.com>
17317
17318 * gdb.base/async.exp (test_background): Expect \r\n after
17319 "completed." in the fail pattern.
17320
17321 2014-03-19 Pedro Alves <palves@redhat.com>
17322
17323 * gdb.base/async.exp (test_background): New procedure.
17324 Use it for all background execution command tests.
17325
17326 2014-03-19 Pedro Alves <palves@redhat.com>
17327
17328 * gdb.base/async.exp: Use prepare_for_testing.
17329
17330 2014-03-19 Pedro Alves <palves@redhat.com>
17331
17332 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17333 the same line.
17334
17335 2014-03-19 Pedro Alves <palves@redhat.com>
17336
17337 * gdb.base/async.c (main): Add "jump here" and "until here" line
17338 marker comments.
17339 * gdb.base/async.exp (jump_here): New global.
17340 (jump& test): Use it.
17341 (until_here): New global.
17342 (until& test): Use it.
17343
17344 2014-03-19 Pedro Alves <palves@redhat.com>
17345
17346 * gdb.base/async.exp: Don't frob gdb_protocol.
17347
17348 2014-03-18 Doug Evans <xdje42@gmail.com>
17349
17350 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17351 Fix spelling of exec-done-display.
17352
17353 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17354
17355 PR gdb/15358
17356 * gdb.base/gdb-sigterm.c: New file.
17357 * gdb.base/gdb-sigterm.exp: New file.
17358
17359 2014-03-18 Pedro Alves <palves@redhat.com>
17360
17361 PR gdb/13860
17362 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17363 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17364 solib-event.
17365
17366 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17367
17368 * gdb.ada/pckd_arr_ren: New testcase.
17369
17370 2014-03-13 Doug Evans <xdje42@gmail.com>
17371
17372 PR guile/16612
17373 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17374 collect after discarding symbols.
17375
17376 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17377 Doug Evans <xdje42@gmail.com>
17378
17379 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17380 to history survives a gc.
17381
17382 2014-03-13 Pedro Alves <palves@redhat.com>
17383
17384 * gdb.base/default.exp: Don't test "target procfs".
17385
17386 2014-03-13 Pedro Alves <palves@redhat.com>
17387
17388 * gdb.base/default.exp: Update "target child" and "target procfs"
17389 tests to not expect "Unix".
17390
17391 2014-03-12 Tom Tromey <tromey@redhat.com>
17392
17393 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17394 New procs. Add target-async tests.
17395 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17396 Add target-async tests.
17397
17398 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17399
17400 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17401 'func_start' and 'func_end' for the beginning and end of the
17402 function code, respectively.
17403 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17404 'func_end' instead of 'func' and 'main'.
17405
17406 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17407
17408 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17409 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17410 generate the debug info assembler source.
17411
17412 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17413
17414 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17415 * gdb.dwarf2/arr-subrange.exp: Likewise.
17416 * gdb.dwarf2/dwz.exp: Likewise.
17417 * gdb.dwarf2/method-ptr.exp: Likewise.
17418 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17419 * gdb.dwarf2/subrange.exp: Likewise.
17420 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17421 * gdb.dwarf2/implptrpiece.exp: Likewise.
17422 * gdb.dwarf2/nostaticblock.exp: Likewise.
17423
17424 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17425
17426 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17427 directory to absolute path name arguments.
17428
17429 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17430
17431 * gdb.ada/tagged_access: New testcase.
17432
17433 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17434
17435 * gdb.btrace/data.exp: Update expected output.
17436
17437 2014-03-06 Yao Qi <yao@codesourcery.com>
17438
17439 * gdb.trace/pr16508.exp: New file.
17440
17441 2014-03-05 Pedro Alves <palves@redhat.com>
17442
17443 PR gdb/16575
17444 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17445 procedure.
17446 (top level): Adjust to use it. Add tests that exercise breakpoint
17447 interaction with the code-cache.
17448
17449 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17450
17451 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17452 test for 'history-append!'.
17453
17454 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17455
17456 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17457 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17458 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17459 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17460 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17461 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17462
17463 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17464
17465 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17466 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17467 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17468
17469 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17470
17471 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17472
17473 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17474
17475 * gdb.dwarf2/arr-stride.c: New file.
17476 * gdb.dwarf2/arr-stride.exp: New file.
17477
17478 2014-02-26 Pedro Alves <palves@redhat.com>
17479
17480 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17481 that won't ever trigger. Make sure that GDB reports the correct
17482 breakpoint that caused the stop.
17483
17484 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17485
17486 PR gdb/16626
17487 * gdb.base/auto-load-script: New file.
17488 * gdb.base/auto-load.c: New file.
17489 * gdb.base/auto-load.exp: New file.
17490
17491 PR gdb/16626
17492 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17493
17494 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17495
17496 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17497 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17498
17499 2014-02-24 Doug Evans <dje@google.com>
17500
17501 * lib/gdb.exp (run_on_host): Log error output if program fails.
17502
17503 2014-02-21 Pedro Alves <palves@redhat.com>
17504
17505 * gdb.threads/step-after-sr-lock.c: Rename to ...
17506 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17507 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17508 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17509 ... this.
17510
17511 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17512
17513 PR tdep/16397
17514 * gdb.arch/amd64-stap-special-operands.exp: New file.
17515 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17516 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17517 * gdb.arch/amd64-stap-triplet.S: Likewise.
17518 * gdb.arch/amd64-stap-triplet.c: Likewise.
17519
17520 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17521
17522 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17523 in .section pseudo-op.
17524
17525 2014-02-20 lin zuojian <manjian2006@gmail.com>
17526 Joel Brobecker <brobecker@adacore.com>
17527 Doug Evans <xdje42@gmail.com>
17528
17529 PR symtab/16581
17530 * gdb.dwarf2/dw2-icycle.S: New file.
17531 * gdb.dwarf2/dw2-icycle.c: New file.
17532 * gdb.dwarf2/dw2-icycle.exp: New file.
17533
17534 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17535
17536 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17537 operations on gdb.Value objects.
17538 * gdb.python/py-value-cc.exp: Add new test to test operations on
17539 gdb.Value objects.
17540
17541 2014-02-18 Doug Evans <dje@google.com>
17542
17543 * Makefile.in (TESTS): New variable.
17544 (expanded_tests, expanded_tests_or_none): New variables
17545 (check-single): Pass $(expanded_tests_or_none) to runtest.
17546 (check-parallel): Only run tests in $(TESTS) if non-empty.
17547 (check/no-matching-tests-found): New rule.
17548 * README: Document TESTS makefile variable.
17549
17550 2014-02-18 Doug Evans <dje@google.com>
17551
17552 * Makefile.in (check-parallel): rm -rf outputs temp.
17553
17554 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17555
17556 Fix "ERROR: no fileid for" in the testsuite.
17557 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17558
17559 2014-02-12 Doug Evans <dje@google.com>
17560
17561 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17562 (MISCELLANEOUS): New variable.
17563 (clean): rm -rf $(MISCELLANEOUS).
17564 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17565 dwp live in the same directory as symlinks, with each symlink pointed
17566 to a differently named file in a different directory.
17567
17568 2014-02-11 Doug Evans <dje@google.com>
17569
17570 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17571 of Tcl file commands.
17572
17573 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17574
17575 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17576 "kill -SIGUSR1 -1".
17577
17578 2014-02-10 Joel Brobecker <brobecker@adacore.com>
17579
17580 * gdb.ada/tick_length_array_enum_idx: New testcase.
17581
17582 2014-02-10 Doug Evans <xdje42@gmail.com>
17583
17584 * configure.ac (AC_OUTPUT): Add gdb.guile.
17585 * configure: Regenerate.
17586 * lib/gdb-guile.exp: New file.
17587 * lib/gdb.exp (get_target_charset): New function.
17588 * gdb.base/help.exp: Update expected output from "apropos apropos".
17589 * gdb.guile/Makefile.in: New file.
17590 * gdb.guile/guile.exp: New file.
17591 * gdb.guile/scm-arch.c: New file.
17592 * gdb.guile/scm-arch.exp: New file.
17593 * gdb.guile/scm-block.c: New file.
17594 * gdb.guile/scm-block.exp: New file.
17595 * gdb.guile/scm-breakpoint.c: New file.
17596 * gdb.guile/scm-breakpoint.exp: New file.
17597 * gdb.guile/scm-disasm.c: New file.
17598 * gdb.guile/scm-disasm.exp: New file.
17599 * gdb.guile/scm-equal.c: New file.
17600 * gdb.guile/scm-equal.exp: New file.
17601 * gdb.guile/scm-error.exp: New file.
17602 * gdb.guile/scm-error.scm: New file.
17603 * gdb.guile/scm-frame-args.c: New file.
17604 * gdb.guile/scm-frame-args.exp: New file.
17605 * gdb.guile/scm-frame-args.scm: New file.
17606 * gdb.guile/scm-frame-inline.c: New file.
17607 * gdb.guile/scm-frame-inline.exp: New file.
17608 * gdb.guile/scm-frame.c: New file.
17609 * gdb.guile/scm-frame.exp: New file.
17610 * gdb.guile/scm-generics.exp: New file.
17611 * gdb.guile/scm-gsmob.exp: New file.
17612 * gdb.guile/scm-iterator.c: New file.
17613 * gdb.guile/scm-iterator.exp: New file.
17614 * gdb.guile/scm-math.c: New file.
17615 * gdb.guile/scm-math.exp: New file.
17616 * gdb.guile/scm-objfile-script-gdb.in: New file.
17617 * gdb.guile/scm-objfile-script.c: New file.
17618 * gdb.guile/scm-objfile-script.exp: New file.
17619 * gdb.guile/scm-objfile.c: New file.
17620 * gdb.guile/scm-objfile.exp: New file.
17621 * gdb.guile/scm-ports.exp: New file.
17622 * gdb.guile/scm-pretty-print.c: New file.
17623 * gdb.guile/scm-pretty-print.exp: New file.
17624 * gdb.guile/scm-pretty-print.scm: New file.
17625 * gdb.guile/scm-section-script.c: New file.
17626 * gdb.guile/scm-section-script.exp: New file.
17627 * gdb.guile/scm-section-script.scm: New file.
17628 * gdb.guile/scm-symbol.c: New file.
17629 * gdb.guile/scm-symbol.exp: New file.
17630 * gdb.guile/scm-symtab-2.c: New file.
17631 * gdb.guile/scm-symtab.c: New file.
17632 * gdb.guile/scm-symtab.exp: New file.
17633 * gdb.guile/scm-type.c: New file.
17634 * gdb.guile/scm-type.exp: New file.
17635 * gdb.guile/scm-value-cc.cc: New file.
17636 * gdb.guile/scm-value-cc.exp: New file.
17637 * gdb.guile/scm-value.c: New file.
17638 * gdb.guile/scm-value.exp: New file.
17639 * gdb.guile/source2.scm: New file.
17640 * gdb.guile/types-module.cc: New file.
17641 * gdb.guile/types-module.exp: New file.
17642
17643 2014-02-10 Yao Qi <yao@codesourcery.com>
17644
17645 PR testsuite/16543
17646 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17647 * configure: Regenerated.
17648 * Makefile.in: New file.
17649
17650 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17651
17652 * gdb.python/py-framefilter.exp: Fix typo.
17653
17654 2014-02-08 Yao Qi <yao@codesourcery.com>
17655
17656 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17657 that no =breakpoint-modified is emitted when breakpoints are
17658 modified through MI commands.
17659
17660 2014-02-07 Pedro Alves <pedro@codesourcery.com>
17661 Pedro Alves <palves@redhat.com>
17662
17663 * gdb.threads/step-after-sr-lock.c: New file.
17664 * gdb.threads/step-after-sr-lock.exp: New file.
17665
17666 2014-02-07 Pedro Alves <palves@redhat.com>
17667
17668 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17669
17670 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17671
17672 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17673 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17674
17675 2014-02-06 Doug Evans <xdje42@gmail.com>
17676
17677 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17678 output.
17679
17680 * gdb.gdb/python-interrupts.exp: New file.
17681
17682 2014-02-05 Yao Qi <yao@codesourcery.com>
17683
17684 * gdb.trace/report.exp (use_collected_data): Test the output
17685 of "info threads" and "info inferiors".
17686
17687 2014-02-05 Yao Qi <yao@codesourcery.com>
17688
17689 Revert this patch:
17690
17691 2013-05-24 Yao Qi <yao@codesourcery.com>
17692
17693 * gdb.trace/tfile.exp: Test inferior and thread.
17694
17695 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17696
17697 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17698 on a function.
17699 * gdb.base/step-bt.c: Call hello via function pointer to make
17700 sure its first instruction is executed on powerpc64le-linux.
17701
17702 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17703
17704 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17705
17706 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17707
17708 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17709 of the test patterns for use on little-endian systems.
17710
17711 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17712
17713 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17714 (decimal_vector): Fix for little-endian.
17715
17716 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17717
17718 * gdb.arch/sparc-sysstep.exp: New file.
17719 * gdb.arch/sparc-sysstep.c: Likewise.
17720
17721 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17722
17723 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17724
17725 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17726
17727 2014-01-23 Tom Tromey <tromey@redhat.com>
17728
17729 * gdb.ada/array_char_idx: New testcase.
17730
17731 2014-01-23 Tom Tromey <tromey@redhat.com>
17732
17733 PR python/16487:
17734 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17735 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17736 classes.
17737
17738 2014-01-23 Tom Tromey <tromey@redhat.com>
17739
17740 PR python/16491:
17741 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17742 string from an inferior frame.
17743 * gdb.python/py-framefilter-mi.exp: Update.
17744
17745 2014-01-22 Doug Evans <dje@google.com>
17746
17747 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17748
17749 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17750
17751 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17752
17753 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17754
17755 * gdb.trace/entry-values.exp: Remove excess space character from
17756 regex patterns. Handle s390 call instruction.
17757
17758 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17759
17760 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17761 define "*_start" label. Make "name" static.
17762 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17763 ${name} by references to ${name}_start.
17764
17765 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17766
17767 * gdb.base/info-macros.exp: Remove "debug" from the compile
17768 options.
17769
17770 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17771
17772 * gdb.dlang/demangle.exp: New file.
17773
17774 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17775
17776 * gdb.dlang/primitive-types.exp: New file.
17777
17778 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17779
17780 * configure.ac: Create gdb.dlang/Makefile.
17781 * configure: Regenerate.
17782 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17783 * gdb.dlang/Makefile.in: New file.
17784 * lib/d-support.exp: New file.
17785 * lib/gdb.exp (skip_d_tests): New proc.
17786
17787 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17788
17789 * gdb.btrace/delta.exp: Check reverse stepi.
17790 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17791 * gdb.btrace/finish.exp: New.
17792 * gdb.btrace/next.exp: New.
17793 * gdb.btrace/nexti.exp: New.
17794 * gdb.btrace/record_goto.c: Add comments.
17795 * gdb.btrace/step.exp: New.
17796 * gdb.btrace/stepi.exp: New.
17797 * gdb.btrace/multi-thread-step.c: New.
17798 * gdb.btrace/multi-thread-step.exp: New.
17799 * gdb.btrace/rn-dl-bind.c: New.
17800 * gdb.btrace/rn-dl-bind.exp: New.
17801 * gdb.btrace/data.c: New.
17802 * gdb.btrace/data.exp: New.
17803 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17804
17805 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17806
17807 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17808 * gdb.btrace/exception.exp: Update.
17809 * gdb.btrace/instruction_history.exp: Update.
17810 * gdb.btrace/record_goto.exp: Update.
17811 * gdb.btrace/tailcall.exp: Update.
17812 * gdb.btrace/unknown_functions.exp: Update.
17813 * gdb.btrace/delta.exp: New.
17814
17815 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17816
17817 * gdb.btrace/record_goto.exp: Add backtrace test.
17818 * gdb.btrace/tailcall.exp: Add backtrace test.
17819
17820 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17821
17822 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17823 * gdb.btrace/record_goto.c: New.
17824 * gdb.btrace/record_goto.exp: New.
17825 * gdb.btrace/x86-record_goto.S: New.
17826
17827 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17828
17829 * gdb.btrace/function_call_history.exp: Update tests.
17830 * gdb.btrace/instruction_history.exp: Update tests.
17831
17832 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17833
17834 * gdb.btrace/function_call_history.exp: Fix expected field
17835 order for "record function-call-history".
17836 Add new tests for "record function-call-history /c".
17837 * gdb.btrace/exception.cc: New.
17838 * gdb.btrace/exception.exp: New.
17839 * gdb.btrace/tailcall.exp: New.
17840 * gdb.btrace/x86-tailcall.S: New.
17841 * gdb.btrace/x86-tailcall.c: New.
17842 * gdb.btrace/unknown_functions.c: New.
17843 * gdb.btrace/unknown_functions.exp: New.
17844 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17845
17846 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17847
17848 * gdb.btrace/instruction_history.exp: Update.
17849 * gdb.btrace/function_call_history.exp: Update.
17850
17851 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17852
17853 * gdb.btrace/function_call_history.exp: Fix expected function
17854 trace.
17855 * gdb.btrace/instruction_history.exp: Initialize traced.
17856 Remove traced_functions.
17857
17858 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17859
17860 * gdb.btrace/function_call_history.exp: Update
17861 * gdb.btrace/instruction_history.exp: Update.
17862
17863 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17864
17865 * gdb.btrace/enable.exp: Update expected text.
17866
17867 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17868
17869 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17870 bytes.
17871
17872 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17873
17874 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17875
17876 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17877
17878 * lib/gdb.exp (supports_process_record): Return true for
17879 arm*-linux*. (supports_reverse): Likewise.
17880
17881 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17882
17883 PR python/15464
17884 PR python/16113
17885 * gdb.python/py-type.c: Enhance test case.
17886 * gdb.python/py-value-cc.cc: Likewise
17887 * gdb.python/py-type.exp: Add new tests.
17888 * gdb.python/py-value-cc.exp: Likewise
17889
17890 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17891 Pedro Alves <palves@redhat.com>
17892
17893 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17894 Make "name" extern.
17895 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17896 references to ${name}_start by references to ${name}.
17897
17898 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17899
17900 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17901
17902 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17903
17904 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17905
17906 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17907 Pedro Alves <palves@redhat.com>
17908
17909 * gdb.mi/mi-info-os.exp: Connect to the target with
17910 mi_gdb_target_load.
17911
17912 2014-01-08 Pedro Alves <palves@redhat.com>
17913
17914 * gdb.threads/reconnect-signal.c: New file.
17915 * gdb.threads/reconnect-signal.exp: New file.
17916
17917 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17918
17919 * gdb.base/source-dir.exp: New file.
17920
17921 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17922
17923 * gdb.ada/mi_interface: New testcase.
17924
17925 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17926
17927 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17928 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17929 gdb.ada/pp-rec-component/pck.ads: New files.
17930
17931 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17932
17933 * gdb.python/py-pp-integral.c: New file.
17934 * gdb.python/py-pp-integral.py: New file.
17935 * gdb.python/py-pp-integral.exp: New file.
17936
17937 For older changes see ChangeLog-1993-2013.
17938 \f
17939 ;; Local Variables:
17940 ;; mode: change-log
17941 ;; left-margin: 8
17942 ;; fill-column: 74
17943 ;; version-control: never
17944 ;; End:
17945
17946 Copyright 2014-2019 Free Software Foundation, Inc.
17947 Copying and distribution of this file, with or without modification,
17948 are permitted provided the copyright notice and this notice are preserved.
This page took 0.497178 seconds and 3 git commands to generate.