Fix skip.exp test failure observed with gcc-9.2.0
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2
3 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
4
5 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6
7 * gdb.base/skip.exp: Whitespace fix.
8
9 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
10
11 * gdb.base/skip-inline.c: New file.
12 * gdb.base/skip-inline.exp: New file.
13
14 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
15
16 * gdb.base/jit-reader.exp (jit_reader_test): Rename
17 jit_function_00 to jit_function_stack_mangle.
18 * gdb.base/jithost.c (jit_function_t): Rename to...
19 (jit_function_stack_mangle_t): ... this.
20 (jit_function_add_t): New typedef.
21 (jit_function_00_code): Rename to...
22 (jit_function_stack_mangle_code): ... this, make static.
23 (jit_function_add_code): New.
24 (main): Generate "add" function and call it. Adjust to changes
25 in jithost_abi.
26 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
27 (struct jithost_abi) <begin, end>: Remove fields.
28 <object, function_stack_mangle, function_add>: New fields.
29 * gdb.base/jitreader.c (struct reader_state) <code_begin,
30 code_end>: Remove fields.
31 <func_stack_mangle>: New field.
32 (read_debug_info): Adjust to renaming, create block for "add"
33 function.
34 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
35
36 2019-12-11 Tom Tromey <tom@tromey.com>
37
38 * gdb.tui/resize.exp: Fix regexp.
39 * gdb.tui/regs.exp: Fix regexps.
40 * gdb.tui/main.exp: Fix regexp.
41
42 2019-12-11 Tom Tromey <tom@tromey.com>
43
44 * gdb.tui/resize.exp: Update.
45 * gdb.tui/empty.exp (layouts): Update.
46
47 2019-12-11 Tom Tromey <tom@tromey.com>
48
49 * gdb.tui/regs.exp: Update.
50 * gdb.tui/empty.exp (layouts): Update.
51 * gdb.tui/basic.exp: Update.
52 * lib/tuiterm.exp (_check_box): Don't check bottom border.
53
54 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
55
56 * gdb.base/options.exp: Add -raw-values in the print completion list.
57 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
58
59 2019-12-10 Kevin Buettner <kevinb@redhat.com>
60
61 * gdb.threads/omp-par-scope.c: New file.
62 * gdb/threads/omp-par-scope.exp: New file.
63
64 2019-12-10 Kevin Buettner <kevinb@redhat.com>
65
66 * lib/gdb.exp (support_nested_function_tests): New proc.
67
68 2019-12-10 Kevin Buettner <kevinb@redhat.com>
69
70 * lib/gdb.exp (gdb_compile_openmp): New proc.
71 (build_executable_from_specs): Add an "openmp" option.
72 (gdb_compile_pthreads): Add non-executable case.
73
74 2019-12-10 Tom Tromey <tromey@adacore.com>
75
76 * gdb.ada/unchecked_union.exp: New file.
77 * gdb.ada/unchecked_union/pck.adb: New file.
78 * gdb.ada/unchecked_union/pck.ads: New file.
79 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
80 * gdb-utils.exp (string_to_regexp): Also quote "?".
81
82 2019-12-10 George Barrett <bob@bob131.so>
83
84 Test scripted probe breakpoints.
85 * gdb.guile/scm-breakpoint.c (main): Add probe point.
86 * gdb.python/py-breakpoint.c (main): Likewise.
87 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
88 specifier test.
89 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
90
91 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
92
93 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
94 an rvalue parameter.
95 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
96 parameter.
97
98 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
99
100 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
101 modules.
102
103 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
104
105 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
106 broken version of GCC.
107
108 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
109
110 * gdb.fortran/info-modules.exp: Rewrite to make use of new
111 sym-info-cmds library.
112 * gdb.fortran/info-types.exp: Likewise.
113 * lib/sym-info-cmds.exp: New file.
114
115 2019-12-08 Tom de Vries <tdevries@suse.de>
116
117 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
118
119 2019-12-07 Keith Seitz <keiths@redhat.com>
120
121 * gdb.base/corefile-buildid-shlib-shr.c: New file.
122 * gdb.base/corefile-buildid-shlib.c: New file.
123 * gdb.base/corefile-buildid.c: New file.
124 * gdb.base/corefile-buildid.exp: New file.
125
126 2019-12-06 Tom de Vries <tdevries@suse.de>
127
128 * gdb.dwarf2/varval.exp: Add decl before def test.
129
130 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
131
132 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
133
134 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
135
136 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
137 CV and reference conversion for overload resolution.
138 * gdb.cp/rvalue-ref-overload.exp: Test it.
139
140 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
141
142 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
143 * gdb.base/frameapply.exp: Test faas without command.
144
145 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
146
147 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
148 Fortran tests.
149 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
150 order.
151
152 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
153
154 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
155 casting to type with no kind specified.
156 (test_basic_parsing_of_type_kinds): Additional tests for types
157 with no kind specified, and add tests for single/double
158 precision/complex types.
159
160 2019-12-04 Tom Tromey <tromey@adacore.com>
161
162 * gdb.base/endianity.c (struct other) <x>: New field.
163 (main): Initialize it.
164 * gdb.base/endianity.exp: Update.
165
166 2019-12-04 Tom Tromey <tromey@adacore.com>
167
168 * gdb.ada/scalar_storage/storage.adb: New file.
169 * gdb.ada/scalar_storage/pck.adb: New file.
170 * gdb.ada/scalar_storage/pck.ads: New file.
171 * gdb.ada/scalar_storage.exp: New file.
172
173 2019-12-04 Tom Tromey <tromey@adacore.com>
174
175 * gdb.base/endianity.c (struct otherendian) <f>: New field.
176 (main): Initialize it.
177 * gdb.base/endianity.exp: Update.
178
179 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
180
181 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
182
183 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
184
185 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
186 -symbol-info-module-functions and -symbol-info-module-variables.
187
188 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
189
190 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
191
192 2019-12-01 Richard Bunt <richard.bunt@arm.com>
193 Andrew Burgess <andrew.burgess@embecosm.com>
194
195 * gdb.fortran/derived-type-striding.exp: New file.
196 * gdb.fortran/derived-type-striding.f90: New file.
197 * gdb.fortran/array-slices.exp: New file.
198 * gdb.fortran/array-slices.f90: New file.
199
200 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
201
202 * gdb.base/define.exp: Test . in command names.
203 * gdb.base/setshow.exp: Update test, as . is now part of
204 command name.
205
206 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
207
208 * gdb.base/define-prefix.exp: New file.
209
210 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
211
212 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
213 compile.
214 (skip_btrace_pt_tests): Likewise.
215
216 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
217
218 * gdb.fortran/info-modules.exp: Compile source files in correct
219 order.
220
221 2019-11-27 Kevin Buettner <kevinb@redhat.com>
222
223 * gdb.dwarf2/imported-unit.exp: New file.
224 * gdb.dwarf2/imported-unit.c: New file.
225
226 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
227
228 * gdb.mi/mi-fortran-modules-2.f90: New file.
229 * gdb.mi/mi-fortran-modules.exp: New file.
230 * gdb.mi/mi-fortran-modules.f90: New file.
231
232 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
233
234 * gdb.mi/mi-sym-info-1.c: New file.
235 * gdb.mi/mi-sym-info-2.c: New file.
236 * gdb.mi/mi-sym-info.exp: New file.
237
238 2019-11-22 Tom Tromey <tromey@adacore.com>
239
240 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
241 * gdb.ada/tasks/foo.adb: Add another stopping location.
242
243 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
244
245 * gdb.base/endianity.c: New test.
246 * gdb.base/endianity.exp: New file.
247
248 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
249
250 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
251
252 2019-11-21 Tom de Vries <tdevries@suse.de>
253
254 PR gdb/24956
255 * gdb.base/ui-redirect.exp: Test output of user-defined command.
256
257 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
258
259 * gdb.python/py-progspace.exp: Add missing parentheses on some
260 'print' commands.
261
262 2019-11-19 Tom Tromey <tom@tromey.com>
263
264 * gdb.tui/winheight.exp: New file.
265
266 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
267
268 * gdb.base/ctf-whatis.c: Delete.
269 * gdb.base/ctf-whatis.exp: Delete.
270 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
271
272 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
273
274 * gdb.base/ctf-cvexpr.exp: Delete.
275 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
276
277 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
278
279 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
280 the compiler. Clean up header comment a little.
281 * gdb.base/ctf-ptype.exp: Likewise.
282 * gdb.base/ctf-whatis.exp: Likewise.
283 * lib/gdb.exp (skip_ctf_tests): New proc.
284
285 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
286
287 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
288 * gdb.tui/corefile-run.exp: New file.
289
290 2019-11-14 Tom Tromey <tromey@adacore.com>
291
292 * gdb.base/gdbvars.exp (test_convenience_variables): Add
293 regression tests.
294
295 2019-11-12 Tom Tromey <tom@tromey.com>
296
297 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
298 after any command. Expect prompt after WAIT_FOR is seen.
299 (enter_tui): Enable resize messages.
300 (command): Expect command in output.
301 (get_line): Avoid error when cursor appears to be off-screen.
302 (dump_screen): Include screen size in title.
303 (_do_resize): New proc, from "resize".
304 (resize): Rewrite. Do resize in two steps.
305 * gdb.tui/empty.exp (layouts): Fix entries.
306 (check_boxes): Remove xfail.
307 (check_text): Dump screen on failure.
308
309 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
310
311 * gdb.python/py-symbol.exp: Add test for
312 gdb.lookup_static_symbols.
313
314 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
315
316 * gdb.python/py-symbol.c: Declare and call function from new
317 py-symbol-2.c file.
318 * gdb.python/py-symbol.exp: Compile both source files, and add new
319 tests for gdb.lookup_static_symbol.
320 * gdb.python/py-symbol-2.c: New file.
321
322 2019-11-02 Tom de Vries <tdevries@suse.de>
323
324 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
325 * gdb.base/anon.exp: Same.
326 * gdb.base/auto-connect-native-target.exp: Same.
327 * gdb.base/call-ar-st.exp: Same.
328 * gdb.base/catch-syscall.exp: Same.
329 * gdb.base/commands.exp: Same.
330 * gdb.base/default.exp: Same.
331 * gdb.base/display.exp: Same.
332 * gdb.base/float.exp: Same.
333 * gdb.base/foll-fork.exp: Same.
334 * gdb.base/help.exp: Same.
335 * gdb.base/info-macros.exp: Same.
336 * gdb.base/info-proc.exp: Same.
337 * gdb.base/info-target.exp: Same.
338 * gdb.base/long_long.exp: Same.
339 * gdb.base/macscp.exp: Same.
340 * gdb.base/memattr.exp: Same.
341 * gdb.base/nofield.exp: Same.
342 * gdb.base/pointers.exp: Same.
343 * gdb.base/printcmds.exp: Same.
344 * gdb.base/ptype.exp: Same.
345 * gdb.base/restore.exp: Same.
346 * gdb.base/return.exp: Same.
347 * gdb.base/scope.exp: Same.
348 * gdb.base/set-noassign.exp: Same.
349 * gdb.base/setshow.exp: Same.
350 * gdb.base/shlib-call.exp: Same.
351 * gdb.base/signals.exp: Same.
352 * gdb.base/sigstep.exp: Same.
353 * gdb.base/skip.exp: Same.
354 * gdb.base/solib-symbol.exp: Same.
355 * gdb.base/stap-probe.exp: Same.
356 * gdb.base/step-line.exp: Same.
357 * gdb.base/step-test.exp: Same.
358 * gdb.base/style.exp: Same.
359 * gdb.base/varargs.exp: Same.
360 * gdb.base/vla-datatypes.exp: Same.
361 * gdb.base/vla-ptr.exp: Same.
362 * gdb.base/vla-sideeffect.exp: Same.
363 * gdb.base/volatile.exp: Same.
364 * gdb.base/watch-cond-infcall.exp: Same.
365 * gdb.base/watchpoint.exp: Same.
366
367 2019-11-02 Tom de Vries <tdevries@suse.de>
368
369 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
370 * gdb.cp/cpexprs.exp: Same.
371 * gdb.cp/except-multi-location.exp: Same.
372 * gdb.cp/exceptprint.exp: Same.
373 * gdb.cp/gdb2384.exp: Same.
374 * gdb.cp/inherit.exp: Same.
375 * gdb.cp/m-static.exp: Same.
376 * gdb.cp/meth-typedefs.exp: Same.
377 * gdb.cp/misc.exp: Same.
378 * gdb.cp/namespace.exp: Same.
379 * gdb.cp/non-trivial-retval.exp: Same.
380 * gdb.cp/overload.exp: Same.
381 * gdb.cp/pr17132.exp: Same.
382 * gdb.cp/re-set-overloaded.exp: Same.
383 * gdb.cp/rvalue-ref-types.exp: Same.
384 * gdb.cp/templates.exp: Same.
385
386 2019-11-01 Luis Machado <luis.machado@linaro.org>
387
388 PR gdb/25124
389
390 * gdb.arch/pr25124.S: New file.
391 * gdb.arch/pr25124.exp: New file.
392
393 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
394
395 * gdb.fortran/info-modules.exp: Update expected results, and add
396 additional tests for 'info module functinos', and 'info module
397 variables'.
398 * gdb.fortran/info-types.exp: Update expected results.
399 * gdb.fortran/info-types.f90: Extend testcase with additional
400 module variables and functions.
401
402 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
403
404 * gdb.fortran/info-modules.exp: New file.
405 * gdb.fortran/info-types.exp: Build with new file.
406 * gdb.fortran/info-types.f90: Include and use new module.
407 * gdb.fortran/info-types-2.f90: New file.
408
409 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
410
411 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
412 * gdb.base/settings.exp: Test all settings types using
413 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
414 that now verifies that the value of "maint show" is the same as
415 returned by the settings functions. Test the type of the
416 maintenance settings.
417 * gdb.base/default.exp: Update show_conv_list.
418
419 2019-10-31 Tom de Vries <tdevries@suse.de>
420
421 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
422 gdb_test.
423 * gdb.arch/amd64-disp-step.exp: Same.
424 * gdb.asm/asm-source.exp: Same.
425 * gdb.btrace/buffer-size.exp: Same.
426 * gdb.btrace/cpu.exp: Same.
427 * gdb.btrace/enable.exp: Same.
428 * gdb.dwarf2/count.exp: Same.
429 * gdb.dwarf2/dw2-ranges-func.exp: Same.
430 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
431 * gdb.fortran/vla-datatypes.exp: Same.
432 * gdb.fortran/vla-history.exp: Same.
433 * gdb.fortran/vla-ptype.exp: Same.
434 * gdb.fortran/vla-value.exp: Same.
435 * gdb.fortran/whatis_type.exp: Same.
436 * gdb.guile/guile.exp: Same.
437 * gdb.multi/tids.exp: Same.
438 * gdb.python/py-finish-breakpoint.exp: Same.
439 * gdb.python/py-framefilter.exp: Same.
440 * gdb.python/py-pp-registration.exp: Same.
441 * gdb.python/py-xmethods.exp: Same.
442 * gdb.python/python.exp: Same.
443 * gdb.server/connect-with-no-symbol-file.exp: Same.
444 * gdb.server/no-thread-db.exp: Same.
445 * gdb.server/run-without-local-binary.exp: Same.
446 * gdb.stabs/weird.exp: Same.
447 * gdb.threads/attach-many-short-lived-threads.exp: Same.
448 * gdb.threads/thread-find.exp: Same.
449 * gdb.threads/tls-shared.exp: Same.
450 * gdb.threads/tls.exp: Same.
451 * gdb.threads/wp-replication.exp: Same.
452 * gdb.trace/ax.exp: Same.
453 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
454
455 2019-10-31 Tom de Vries <tdevries@suse.de>
456
457 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
458 * gdb.ada/array_subscript_addr.exp: Same.
459 * gdb.ada/arrayidx.exp: Same.
460 * gdb.ada/arrayparam.exp: Same.
461 * gdb.ada/arrayptr.exp: Same.
462 * gdb.ada/boolean_expr.exp: Same.
463 * gdb.ada/call_pn.exp: Same.
464 * gdb.ada/complete.exp: Same.
465 * gdb.ada/fixed_cmp.exp: Same.
466 * gdb.ada/fun_addr.exp: Same.
467 * gdb.ada/funcall_param.exp: Same.
468 * gdb.ada/interface.exp: Same.
469 * gdb.ada/mod_from_name.exp: Same.
470 * gdb.ada/null_array.exp: Same.
471 * gdb.ada/packed_array.exp: Same.
472 * gdb.ada/packed_tagged.exp: Same.
473 * gdb.ada/print_chars.exp: Same.
474 * gdb.ada/print_pc.exp: Same.
475 * gdb.ada/ptype_arith_binop.exp: Same.
476 * gdb.ada/ptype_field.exp: Same.
477 * gdb.ada/ptype_tagged_param.exp: Same.
478 * gdb.ada/rec_return.exp: Same.
479 * gdb.ada/ref_tick_size.exp: Same.
480 * gdb.ada/str_ref_cmp.exp: Same.
481 * gdb.ada/taft_type.exp: Same.
482 * gdb.ada/tagged.exp: Same.
483 * gdb.ada/type_coercion.exp: Same.
484 * gdb.ada/uninitialized_vars.exp: Same.
485
486 2019-10-30 Tom de Vries <tdevries@suse.de>
487
488 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
489
490 2019-10-26 Tom de Vries <tdevries@suse.de>
491
492 * gdb.base/bigcore.c: Fix typos in comments.
493 * gdb.base/ctf-ptype.c: Same.
494 * gdb.base/long_long.c: Same.
495 * gdb.dwarf2/dw2-op-out-param.S: Same.
496 * gdb.python/py-evthreads.c: Same.
497 * gdb.reverse/i387-stack-reverse.c: Same.
498 * gdb.trace/tfile.c: Same.
499 * lib/compiler.c: Same.
500 * lib/compiler.cc: Same.
501
502 2019-10-25 Tom de Vries <tdevries@suse.de>
503
504 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
505 gdb_test_multiple calls.
506 * gdb.reverse/sigall-reverse.exp: Same.
507 * gdb.reverse/solib-precsave.exp: Same.
508 * gdb.reverse/solib-reverse.exp: Same.
509 * gdb.reverse/until-precsave.exp: Same.
510 * gdb.reverse/until-reverse.exp: Same.
511
512 2019-10-24 Tom de Vries <tdevries@suse.de>
513
514 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
515 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
516 kfail using -wrap pattern flag and convenience variable
517 gdb_test_name.
518
519 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
520
521 * gdb.python/py-progspace.exp: Add tests for the
522 Progspace.block_for_pc method.
523
524 2019-10-23 Tom Tromey <tom@tromey.com>
525
526 * configure: Rebuild.
527 * aclocal.m4: Use m4_include, not sinclude.
528
529 2019-10-21 Tom de Vries <tdevries@suse.de>
530
531 * gdb.base/infcall-nested-structs.c: Add
532 __attribute__((noinline,noclone)) to all functions.
533 (call_all): Add missing variable initialization. Simplify return value.
534 (breakpt): Increment volatile variable, to prevent call from being
535 optimized out.
536 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
537
538 2019-10-17 Tom de Vries <tdevries@suse.de>
539
540 * gdb.fortran/module.exp: Allow info variables to print info for files
541 other than module.f90.
542
543 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
544
545 * gdb.fortran/module.exp: Extend with 'info variables' test.
546
547 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
548
549 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
550 F77_FOR_TARGET.
551
552 2019-10-16 Tom de Vries <tdevries@suse.de>
553
554 PR tdep/25096
555 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
556
557 2019-10-16 Tom de Vries <tdevries@suse.de>
558
559 PR tdep/24104
560 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
561 Add KFAIL for PR tdep/25096.
562
563 2019-10-16 Tom de Vries <tdevries@suse.de>
564
565 PR testsuite/25059
566 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
567
568 2019-10-16 Tom de Vries <tdevries@suse.de>
569
570 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
571 as signed.
572
573 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
574
575 * gdb.mi/list-thread-groups-available.exp: Read entries one by
576 one instead of increasing timeout.
577
578 2019-10-13 Tom de Vries <tdevries@suse.de>
579
580 PR record/25038
581 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
582 * gdb.reverse/sigall-reverse.exp: Same.
583 * gdb.reverse/solib-precsave.exp: Same.
584 * gdb.reverse/solib-reverse.exp: Same.
585 * gdb.reverse/step-precsave.exp: Same.
586 * gdb.reverse/until-precsave.exp: Same.
587 * gdb.reverse/until-reverse.exp: Same.
588 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
589
590 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
591
592 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
593 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
594 (cmp_struct_05_01, cmp_struct_static_02_01)
595 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
596 comparisons.
597
598 2019-10-10 Tom de Vries <tdevries@suse.de>
599
600 PR testsuite/24888
601 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
602 gnatlink.
603
604 2019-10-09 Tom de Vries <tdevries@suse.de>
605
606 PR testsuite/25048
607 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
608
609 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
610
611 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
612 exceptions due to missing debug information.
613
614 2019-10-07 Tom de Vries <tdevries@suse.de>
615
616 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
617
618 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
619
620 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
621 * gdb.base/annota1.exp: Update to use gdb_test_name.
622
623 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
624
625 * gdb.base/ctf-whatis.exp: New file.
626 * gdb.base/ctf-whatis.c: New file.
627 * gdb.base/ctf-ptype.exp: New file.
628 * gdb.base/ctf-ptype.c: New file.
629 * gdb.base/ctf-constvars.exp: New file.
630 * gdb.base/ctf-constvars.c: New file.
631 * gdb.base/ctf-cvexpr.exp: New file.
632
633 2019-10-04 Tom de Vries <tdevries@suse.de>
634
635 * gdb.cp/local-static.c (main): Move declaration of int i out of the
636 for loop.
637
638 2019-10-03 Tom Tromey <tom@tromey.com>
639
640 PR rust/24976:
641 * gdb.rust/simple.rs (Union2): New type.
642 (main): Use Union2.
643 * gdb.rust/simple.exp: Add test.
644
645 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
646
647 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
648 nested function prefix.
649
650 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
651 Richard Bunt <richard.bunt@arm.com>
652 Andrew Burgess <andrew.burgess@embecosm.com>
653
654 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
655 nested functions.
656 * gdb.fortran/nested-funcs.f90: Update expected results.
657 * gdb.fortran/nested-funcs-2.exp: New file.
658 * gdb.fortran/nested-funcs-2.f90: New file.
659
660 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
661
662 * gdb.python/py-parameter.exp: Make test names unique.
663 * gdb.python/py-template.exp: Likewise.
664 * gdb.python/py-value.exp: Likewise.
665
666 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
667
668 * gdb.base/break-interp.exp: Reduce test name duplication.
669 * gdb.base/call-sc.exp: Likewise.
670 * gdb.base/callfuncs.exp: Likewise.
671 * gdb.base/charset.exp: Likewise.
672 * gdb.base/dump.exp: Likewise.
673 * gdb.base/ena-dis-br.exp: Likewise.
674 * gdb.base/relational.exp: Likewise.
675 * gdb.base/step-over-syscall.exp: Likewise.
676 * gdb.base/structs.exp: Likewise.
677
678 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
679
680 * gdb.linespec/explicit.exp: Make test names unique.
681 * gdb.linespec/ls-errs.exp: Likewise.
682
683 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
684
685 * gdb.reverse/break-precsave.exp: Make test names unique.
686 * gdb.reverse/break-reverse.exp: Likewise.
687 * gdb.reverse/finish-precsave.exp: Likewise.
688 * gdb.reverse/finish-reverse.exp: Likewise.
689 * gdb.reverse/machinestate-precsave.exp: Likewise.
690 * gdb.reverse/machinestate.exp: Likewise.
691 * gdb.reverse/readv-reverse.exp: Likewise.
692 * gdb.reverse/recvmsg-reverse.exp: Likewise.
693 * gdb.reverse/sigall-precsave.exp: Likewise.
694 * gdb.reverse/sigall-reverse.exp: Likewise.
695 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
696 * gdb.reverse/watch-precsave.exp: Likewise.
697 * gdb.reverse/watch-reverse.exp: Likewise.
698
699 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
700
701 * gdb.threads/stop-with-handle.c: New file.
702 * gdb.threads/stop-with-handle.exp: New file.
703
704 2019-10-03 Tom de Vries <tdevries@suse.de>
705
706 PR testsuite/25059
707 * gdb.base/list-missing-source.exp: Allowing the "Compilation
708 directory" line to be missing.
709
710 2019-10-03 Tom de Vries <tdevries@suse.de>
711
712 PR testsuite/25059
713 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
714 type optional.
715
716 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
717
718 * gdb.python/py-format-string.c (string.h): New include.
719 (main): Fill a_struct_with_union.the_union.an_int with bytes of
720 the same value, for endianness-independence.
721 * gdb.python/py-format-string.exp (default_regexp_dict)
722 (test_pretty_structs, test_format): Adjust expected output to the
723 changed initialization.
724
725 2019-10-02 Tom Tromey <tromey@adacore.com>
726
727 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
728
729 2019-10-02 Pedro Alves <palves@redhat.com>
730 Andrew Burgess <andrew.burgess@embecosm.com>
731
732 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
733 "print-file-var.h".
734 (this_version_id) Use ATTRIBUTE_VISIBILITY.
735 (get_version_1): Print this_version_id and its address.
736 Add extern "C" wrappers around interface functions.
737 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
738 "print-file-var.h".
739 (this_version_id) Use ATTRIBUTE_VISIBILITY.
740 (get_version_2): Print this_version_id and its address.
741 Add extern "C" wrappers around interface functions.
742 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
743 <stddef.h> and "print-file-var.h".
744 Add extern "C" wrappers around interface functions.
745 [VERSION_ID_MAIN] (this_version_id): Define.
746 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
747 * gdb.base/print-file-var.h: Add some #defines to simplify setting
748 up extern "C" blocks.
749 * gdb.base/print-file-var.exp (test): New, factored out from top
750 level.
751 (top level): Test all combinations of attribute hidden or not,
752 dlopen or not, and this_version_id symbol in main file or not.
753 Compile tests as both C++ and C, make test names unique.
754
755 2019-10-01 Tom Tromey <tom@tromey.com>
756
757 * gdb.base/style.exp: Test "show logging filename".
758
759 2019-10-01 Tom Tromey <tom@tromey.com>
760
761 * lib/gdb-utils.exp (style): Handle "metadata" argument.
762 * gdb.base/style.exp: Add metadata style test.
763
764 2019-10-01 Tom Tromey <tom@tromey.com>
765
766 * gdb.base/style.exp: Test "pwd".
767
768 2019-10-01 Tom Tromey <tom@tromey.com>
769
770 * gdb.base/style.exp: Update tests.
771
772 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
773
774 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
775 'six' to unsigned.
776 (s1): Initialize fields 'four' and 'six' instead of 'three' and
777 'five'. Use an all-ones bit pattern for each.
778 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
779 to its changed values.
780
781 2019-09-30 Tom Tromey <tromey@adacore.com>
782
783 * gdb.rust/traits.rs: Disable all warnings.
784
785 2019-09-29 Tom de Vries <tdevries@suse.de>
786
787 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
788
789 2019-09-29 Tom de Vries <tdevries@suse.de>
790
791 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
792
793 2019-09-27 Tom de Vries <tdevries@suse.de>
794
795 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
796
797 2019-09-27 Tom de Vries <tdevries@suse.de>
798
799 PR record/23188
800 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
801
802 2019-09-26 Tom Tromey <tromey@adacore.com>
803
804 * gdb.ada/py_taft.exp: New file.
805 * gdb.ada/py_taft/main.adb: New file.
806 * gdb.ada/py_taft/pkg.adb: New file.
807 * gdb.ada/py_taft/pkg.ads: New file.
808
809 2019-09-24 Tom de Vries <tdevries@suse.de>
810
811 PR gdb/24598
812 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
813
814 2019-09-22 Tom de Vries <tdevries@suse.de>
815
816 * gdb.base/restore.exp: Allow register variables to be optimized out at
817 -O0.
818
819 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
820
821 * gdb.arch/spu-info.exp: Remove file.
822 * gdb.arch/spu-info.c: Remove file.
823 * gdb.arch/spu-ls.exp: Remove file.
824 * gdb.arch/spu-ls.c: Remove file.
825
826 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
827 * gdb.asm/spu.inc: Remove file.
828
829 * gdb.base/dump.exp: Remove support for spu*-*-*.
830 * gdb.base/stack-checking.exp: Likewise.
831 * gdb.base/overlays.exp: Likewise.
832 * gdb.base/ovlymgr.c: Likewise.
833 * gdb.base/spu.ld: Remove file.
834
835 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
836 * gdb.cp/cpexprs.exp: Likewise.
837 * gdb.cp/exception.exp: Likewise.
838 * gdb.cp/gdb2495.exp: Likewise.
839 * gdb.cp/mb-templates.exp: Likewise.
840 * gdb.cp/pr9167.exp: Likewise.
841 * gdb.cp/userdef.exp: Likewise.
842
843 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
844
845 * gdb.cell: Remove directory.
846 * lib/cell.exp: Remove file.
847
848 2019-09-19 Tom de Vries <tdevries@suse.de>
849
850 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
851
852 2019-09-19 Tom de Vries <tdevries@suse.de>
853
854 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
855
856 2019-09-19 Tom de Vries <tdevries@suse.de>
857
858 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
859 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
860 (gdb_target_cmd): ... here.
861 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
862 value 2.
863
864 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
865
866 * gdb.base/source-dir.exp: Avoid having directory names in test
867 names.
868
869 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
870
871 * gdb.base/source-dir.exp: Add extra test for mapped compilation
872 directory.
873
874 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
875
876 * gdb.base/list-missing-source.exp: New file.
877
878 2019-09-14 Tom de Vries <tdevries@suse.de>
879
880 PR teststuite/24599
881 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
882 * lib/ada.exp (gnatmake_version_at_least): New proc.
883
884 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
885
886 * gdb.base/maint.exp: Use exec_has_index_section.
887
888 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
889
890 * gdb.base/maint.exp: Add test for 'maint info sections'.
891
892 2019-09-12 Tom de Vries <tdevries@suse.de>
893
894 * gdb.base/store.exp: Allow register variables to be optimized out at
895 -O0.
896
897 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
898
899 * gdb.ada/rdv_wait.exp: Update to new task names.
900 * gdb.base/task_switch_in_core.exp: Likewise.
901 * gdb.base/info_sources_base.c: Likewise.
902
903 2019-09-10 Tom Tromey <tromey@adacore.com>
904
905 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
906
907 2019-09-10 Tom Tromey <tromey@adacore.com>
908
909 * gdb.ada/dgopt.exp: New file.
910 * gdb.ada/dgopt/x.adb: New file.
911
912 2019-09-08 Tom Tromey <tom@tromey.com>
913
914 * gdb.tui/resize.exp: Remove setup_xfail.
915 * gdb.tui/regs.exp: Remove setup_xfail.
916 * gdb.tui/basic.exp: Remove setup_xfail.
917
918 2019-09-06 David Blaikie <dblaikie@gmail.com>
919
920 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
921 * gdb.cp/cplabel.exp: Ditto.
922 * gdb.linespec/ls-errs.exp: Ditto.
923
924 2019-09-05 Tom de Vries <tdevries@suse.de>
925
926 * lib/gdb.exp (cmp_file_string): New proc.
927 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
928 runto_main. Verify save breakpoints output.
929
930 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
931
932 * gdb.base/info-var.exp: Test info variables without running
933 to main, to avoid expect's buffer overflow.
934
935 2019-09-03 Tom Tromey <tromey@adacore.com>
936
937 * gdb.ada/bias.exp: New file.
938 * gdb.ada/bias/bias.adb: New file.
939 * gdb.ada/print_chars.exp: Add regression test.
940 * gdb.ada/print_chars/foo.adb (My_Character): New type.
941 (MC): New variable.
942
943 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
944
945 * gdb.base/argv0-symlink.exp: Run only on native target
946 and local host.
947
948 2019-08-29 Tom de Vries <tdevries@suse.de>
949
950 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
951 diverse debug info.
952 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
953
954 2019-08-28 Tom de Vries <tdevries@suse.de>
955
956 * gdb.base/info-var.exp: Allow info variables to print info for files
957 other than info-var-f1.c and info-var-f2.c.
958
959 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
960
961 * gdb.fortran/info-types.exp: Add module.
962 * gdb.fortran/info-types.f90: Update expected results.
963
964 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
965
966 * gdb.fortran/info-types.exp: New file.
967 * gdb.fortran/info-types.f90: New file.
968 * lib/fortran.exp (fortran_character1): New proc.
969
970 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
971
972 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
973 functions'. Reindent as needed.
974 * gdb.base/info-var-f1.c: New file.
975 * gdb.base/info-var-f2.c: New file.
976 * gdb.base/info-var.exp: New file.
977 * gdb.base/info-var.h: New file.
978
979 2019-08-26 Tom de Vries <tdevries@suse.de>
980
981 PR c++/24852
982 * gdb.cp/no-libstdcxx-probe.exp: New test.
983
984 2019-08-26 Tom de Vries <tdevries@suse.de>
985
986 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
987 * tests need to be skipped.
988 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
989 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
990 mi_skip_libstdcxx_probe_tests.
991
992 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
993
994 * gdb.python/py-xmethods.exp: Use raw strings when passing
995 arguments to SimpleXMethodMatcher.
996
997 2019-08-22 Tom de Vries <tdevries@suse.de>
998
999 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1000 more informative.
1001
1002 2019-08-21 Pedro Alves <palves@redhat.com>
1003
1004 * gdb.base/with.exp: Test "with" with no arguments.
1005
1006 2019-08-21 Tom de Vries <tdevries@suse.de>
1007
1008 * gdb.base/gdb-caching-proc.exp: Sort files.
1009
1010 2019-08-20 Tom de Vries <tdevries@suse.de>
1011
1012 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1013 compilation.
1014
1015 2019-08-16 Tom de Vries <tdevries@suse.de>
1016
1017 * gdb.base/compare-sections.exp ("after run to main"): Allow
1018 mismatched read-only sections for PIE executables.
1019
1020 2019-08-16 Tom Tromey <tom@tromey.com>
1021
1022 * lib/tuiterm.exp (_csi_Z): New proc.
1023 * gdb.tui/basic.exp: Update window positions.
1024 * gdb.tui/empty.exp: Update window positions.
1025
1026 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1027
1028 * gdb.base/examine-backward.exp: Correct regexp for
1029 "examine 3 bytes backward from ${address_zero}".
1030
1031 2019-08-15 Tom Tromey <tom@tromey.com>
1032
1033 * gdb.tui/empty.exp: Enable resizing tests.
1034
1035 2019-08-15 Tom Tromey <tromey@adacore.com>
1036
1037 * gdb.ada/char_enum.exp: Add regression tests.
1038 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1039 and '0'.
1040 (Char, Gchar): Update.
1041 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1042
1043 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1044
1045 * gdb.python/python.exp: Expect a leading underscore on
1046 GdbOutput{,Error}File.
1047
1048 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1049
1050 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1051 Windows host.
1052
1053 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1054
1055 * gdb.base/batch-preserve-term-settings.exp
1056 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1057
1058 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1059
1060 * lib/gdb.exp: When running on a mingw target, replace
1061 /x/ with x:/.
1062
1063 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1064
1065 * gdb.arch/aarch64-prologue.c: New test.
1066 * gdb.arch/aarch64-prologue.exp: New file.
1067
1068 2019-08-13 Tom de Vries <tdevries@suse.de>
1069
1070 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1071 Thread.
1072
1073 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1074
1075 * gdb.python/py-completion.exp: Download the .py file to the host
1076 and use its host pathname. Conditionalize tests that use
1077 tab completion and manipulate files on the build machine.
1078 * gdb.python/py-events.exp: Download the .py file to the host
1079 and use its host pathname.
1080 * gdb.python/py-evsignal.exp: Likewise.
1081 * gdb.python/py-evthreads.exp: Likewise.
1082 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1083 pathname syntax.
1084 * gdb.python/py-framefilter.exp: Download the .py file to the right
1085 place on the host. Match Windows pathname syntax.
1086 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1087 .py file to the host and use its host pathname.
1088 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1089 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1090 build pathname. Skip symlink test on Windows host. Add missing
1091 newline at end of file.
1092 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1093 and use its host pathname.
1094 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1095 * gdb.python/py-section-script.exp: Use host location of binfile
1096 on safe-path. Use correct path separator on Windows host.
1097 Reorder alternatives in gdb_test_multiple to prevent matching
1098 the wrong alternative on success.
1099 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1100
1101 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1102
1103 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1104 expect the GDB inferior to no longer immediately stop after
1105 being resumed with "signal SIGINT".
1106
1107 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1108
1109 * gdb.linespec/break-ask.exp: Generalize regexps to match
1110 Windows pathnames too.
1111
1112 2019-08-08 Tom de Vries <tdevries@suse.de>
1113
1114 PR testsuite/24862
1115 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1116
1117 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1118
1119 * gdb.base/style.exp: Update tests for help doc new invariants.
1120 * gdb.base/help.exp: Likewise.
1121
1122 2019-08-06 Tom Tromey <tom@tromey.com>
1123
1124 * gdb.base/style.exp: Add disassemble test.
1125 * gdb.base/style.c (some_called_function): New function.
1126 (main): Use it.
1127
1128 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1129
1130 * gdb.python/py-block.exp: Test dictionary access on blocks.
1131
1132 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1133
1134 PR gdb/24863
1135 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1136 -list-thread-groups --available test when running under
1137 check-read1.
1138
1139 2019-08-05 Tom de Vries <tdevries@suse.de>
1140
1141 PR testsuite/24863
1142 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1143 * gdb.base/help.exp: Use with_read1_timeout_factor.
1144 * gdb.base/info-macros.exp: Same.
1145 * gdb.cp/nested-types.exp: Same.
1146
1147 2019-08-05 Tom de Vries <tdevries@suse.de>
1148
1149 * lib/gdb.exp (version_at_least): Factor out of ...
1150 (tcl_version_at_least): ... here.
1151 (gdb_compile): Fail if pie results in non-PIE executable.
1152 (readelf_version, readelf_prints_pie): New proc.
1153 (exec_is_pie): Return -1 if unknown.
1154
1155 2019-08-05 Tom de Vries <tdevries@suse.de>
1156
1157 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1158
1159 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1160
1161 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1162
1163 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1164
1165 * lib/completion-support.exp (test_gdb_complete_none): Skip
1166 tab completion tests if no readline support.
1167 (test_gdb_complete_unique_re): Likewise.
1168 (test_gdb_complete_multiple): Likewise.
1169
1170 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1171
1172 * gdb.base/info_sources.exp: New file.
1173 * gdb.base/info_sources.c: New file.
1174 * gdb.base/info_sources_base.c: New file.
1175
1176 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1177
1178 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1179 prefix argument.
1180 (test_exit_status): Add prefix argument.
1181
1182 2019-08-01 Tom de Vries <tdevries@suse.de>
1183
1184 PR testsuite/24863
1185 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1186 calling exp_continue for new thread and thread exited messages.
1187
1188 2019-08-01 Tom de Vries <tdevries@suse.de>
1189
1190 PR testsuite/24863
1191 * gdb.base/structs.exp: Fix check-read1 timeout using
1192 gdb_test_sequence.
1193 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1194
1195 2019-08-01 Tom de Vries <tdevries@suse.de>
1196
1197 PR testsuite/24863
1198 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1199 line.
1200
1201 2019-08-01 Tom de Vries <tdevries@suse.de>
1202
1203 PR testsuite/24863
1204 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1205
1206 2019-07-30 Tom Tromey <tromey@adacore.com>
1207
1208 * gdb.ada/display_nested.exp: New file.
1209 * gdb.ada/display_nested/foo.adb: New file.
1210 * gdb.ada/display_nested/pack.adb: New file.
1211 * gdb.ada/display_nested/pack.ads: New file.
1212
1213 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1214
1215 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1216 namespace.
1217 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1218
1219 2019-07-30 Tom de Vries <tdevries@suse.de>
1220
1221 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1222 instead.
1223
1224 2019-07-30 Tom de Vries <tdevries@suse.de>
1225
1226 PR testsuite/24834
1227 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1228 (exec_is_pie): New proc.
1229
1230 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1231
1232 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1233
1234 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1235
1236 * gdb.python/py-objfile.c: Add global and static vars.
1237 * gdb.python/py-objfile.exp: Test new functions Objfile.
1238 lookup_global_symbol and lookup_static_symbol.
1239
1240 2019-07-29 Tom Tromey <tom@tromey.com>
1241
1242 * lib/tuiterm.exp (Term::_csi_@): New proc.
1243 (Term::_csi_X): Don't move cursor.
1244
1245 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1246
1247 * gdb.base/options.exp: Update backtrace - completion to
1248 new option -frame-info.
1249 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1250 Test new 'set print frame-info'. Test backtrace -frame-info
1251 overriding 'set print frame-info'.
1252 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1253 Test new 'set print frame-info'.
1254 Verify consistency of backtrace with and without filters, with and
1255 without -no-filters.
1256 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1257 default.
1258
1259 2019-07-29 Tom de Vries <tdevries@suse.de>
1260
1261 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1262 no arguments".
1263
1264 2019-07-29 Tom de Vries <tdevries@suse.de>
1265
1266 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1267 is a substring of the first for "complete non-unique file name".
1268
1269 2019-07-29 Tom de Vries <tdevries@suse.de>
1270
1271 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1272 with ".*".
1273
1274 2019-07-29 Tom de Vries <tdevries@suse.de>
1275
1276 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1277 Pass prompt_regexp parameter to gdb_test_multiple calls.
1278
1279 2019-07-29 Tom de Vries <tdevries@suse.de>
1280
1281 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1282 print registers" regexps.
1283
1284 2019-07-29 Tom de Vries <tdevries@suse.de>
1285
1286 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1287
1288 2019-07-29 Tom de Vries <tdevries@suse.de>
1289
1290 PR gdb/24855
1291 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1292 (skip_python_tests_prompt): Add prompt_regexp argument to
1293 gdb_test_multiple calls.
1294
1295 2019-07-27 Tom Tromey <tom@tromey.com>
1296
1297 * gdb.tui/main.exp: New file.
1298
1299 2019-07-27 Tom Tromey <tom@tromey.com>
1300
1301 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1302 optional.
1303 * gdb.tui/empty.exp: New file.
1304
1305 2019-07-27 Tom Tromey <tom@tromey.com>
1306
1307 * lib/tuiterm.exp (spawn): New proc.
1308 (Term::resize): New proc.
1309 * gdb.tui/resize.exp: New file.
1310
1311 2019-07-27 Tom Tromey <tom@tromey.com>
1312
1313 * gdb.tui/list.exp: New file.
1314
1315 2019-07-27 Tom Tromey <tom@tromey.com>
1316
1317 * gdb.tui/regs.exp: New file.
1318
1319 2019-07-27 Tom Tromey <tom@tromey.com>
1320
1321 * gdb.tui/basic.exp: Add "layout split" test.
1322
1323 2019-07-27 Tom Tromey <tom@tromey.com>
1324
1325 * gdb.tui/basic.exp: Add "layout asm" test.
1326
1327 2019-07-27 Tom Tromey <tom@tromey.com>
1328
1329 * lib/tuiterm.exp: New file.
1330 * gdb.tui/basic.exp: New file.
1331
1332 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1333
1334 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1335 Enable tests associated with this flag. Adjust regex
1336 referencing "foo_low" to now refer to "foo_cold" instead.
1337
1338 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1339
1340 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1341 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1342 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1343 foo_cold. Revise comments to match.
1344 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1345 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1346 were wrapped into this proc; Call do_test in loop from outermost
1347 level.
1348 (foo_low): Rename all occurrences to "foo_cold".
1349 (backtrace from baz): New test.
1350 (x2/i foo_cold): New test.
1351 (info line *foo_cold): New test.
1352
1353 2019-07-26 Tom de Vries <tdevries@suse.de>
1354
1355 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1356
1357 2019-07-25 Tom de Vries <tdevries@suse.de>
1358
1359 PR testsuite/24830
1360 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1361 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1362 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1363 (skip_libstdcxx_probe_tests): ... here.
1364 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1365
1366 2019-07-24 Tom de Vries <tdevries@suse.de>
1367
1368 PR testsuite/24807
1369 * gdb.objc/basicclass.m: Include stdio.h.
1370 * gdb.objc/nondebug.m: Same.
1371 * gdb.objc/objcdecode.m: Same.
1372
1373 2019-07-24 Tom de Vries <tdevries@suse.de>
1374
1375 PR testsuite/24612
1376 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1377 additional_flags.
1378
1379 2019-07-24 Tom de Vries <tdevries@suse.de>
1380
1381 PR testsuite/24831
1382 * gdb.multi/tids.exp: Update error messages for info threads.
1383
1384 2019-07-24 Tom de Vries <tdevries@suse.de>
1385
1386 * gdb.base/info-types.exp: Allow info types to print info for more than
1387 one file.
1388
1389 2019-07-23 Tom de Vries <tdevries@suse.de>
1390
1391 PR testsuite/24842
1392 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1393 gdb_spawn_with_cmdline_opts.
1394
1395 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1396
1397 * gdb.arch/arm-cmse-sgstubs.c: New test.
1398 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1399
1400 2019-07-23 Tom de Vries <tdevries@suse.de>
1401
1402 PR testsuite/24711
1403 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1404 issuing next command.
1405
1406 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1407
1408 * gdb.ada/info_auto_lang.exp: Update expected results.
1409 * gdb.base/info-types.c: Add additional types to check.
1410 * gdb.base/info-types.exp: Update expected results.
1411
1412 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1413
1414 * gdb.base/info-types.c: New file.
1415 * gdb.base/info-types.exp: New file.
1416
1417 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1418
1419 * gdb.arch/riscv-bp-infcall.c: New file.
1420 * gdb.arch/riscv-bp-infcall.exp: New file.
1421
1422 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1423
1424 PR breakpoints/24541
1425 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1426
1427 2019-07-14 Tom de Vries <tdevries@suse.de>
1428
1429 PR testsuite/24760
1430 * gdb.objc/basicclass.exp: Fix unterminated string.
1431
1432 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1433 Andrew Burgess <andrew.burgess@embecosm.com>
1434
1435 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1436 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1437 negative bounds.
1438 * gdb.fortran/vla-value.exp: Print elements of an array with
1439 negative bounds.
1440 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1441 testing.
1442
1443 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1444
1445 * gdb.base/options.exp (expect_string): Dequote strings in
1446 results.
1447 (test-string): Test strings with different quoting and reindent.
1448
1449 2019-07-10 Tom Tromey <tromey@adacore.com>
1450
1451 * gdb.ada/mi_ex_cond.exp: Update expected results.
1452 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1453 * gdb.ada/mi_catch_ex.exp: Update expected results.
1454 * gdb.ada/mi_catch_assert.exp: Update expected results.
1455 * gdb.ada/catch_ex.exp (catch_exception_info)
1456 (catch_exception_entry, catch_assert_entry)
1457 (catch_unhandled_entry): Update.
1458 * gdb.ada/catch_assert_if.exp: Update expected results.
1459
1460 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1461 Stephen Roberts <stephen.roberts@arm.com>
1462
1463 * gdb.base/define.exp: Restore original prompt.
1464
1465 2019-07-09 Pedro Alves <palves@redhat.com>
1466
1467 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1468 breakpoints" output.
1469 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1470 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1471 throw" creates breakpoint.
1472 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1473 'type="catchpoint"'.
1474
1475 2019-07-09 Pedro Alves <palves@redhat.com>
1476
1477 PR c++/15468
1478 * gdb.cp/except-multi-location-lib.cc: New.
1479 * gdb.cp/except-multi-location-main.cc: New.
1480 * gdb.cp/except-multi-location.exp: New.
1481
1482 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1483
1484 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1485 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1486 argument and update callers.
1487
1488 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1489
1490 * gdb.arch/amd64-break-on-asm-line.S: New file.
1491 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1492
1493 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1494
1495 * gdb.base/printcmds.exp: Test printing C string and
1496 C wide string convenience vars without transiting via the inferior.
1497 Also make test names unique.
1498
1499 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1500
1501 PR breakpoints/25011
1502 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1503
1504 2019-07-04 Pedro Alves <palves@redhat.com>
1505
1506 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1507 body returned ok(0), break(3) or continue(4).
1508 * gdb.testsuite/foreach_with_prefix.exp: New file.
1509
1510 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1511
1512 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1513
1514 2019-07-03 Pedro Alves <palves@redhat.com>
1515
1516 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1517 "return -code".
1518
1519 2019-07-03 Pedro Alves <palves@redhat.com>
1520
1521 PR cli/24732
1522 * gdb.base/shell.exp: Load completion-support.exp.
1523 Adjust expected error output. Add completion tests.
1524
1525 2019-07-03 Pedro Alves <palves@redhat.com>
1526
1527 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1528 string_to_regexp.
1529
1530 2019-07-03 Pedro Alves <palves@redhat.com>
1531
1532 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1533 (expect_integer): Adjust to expect "-string".
1534 (expect_string): New.
1535 (all_options): Expect "-string".
1536 (test-flag, test-boolean): Adjust to expect "-string".
1537 (test-string): New proc.
1538 (top level): Call it.
1539
1540 2019-07-03 Pedro Alves <palves@redhat.com>
1541
1542 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1543 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1544 the expected output in the success.
1545
1546 2019-07-03 Pedro Alves <palves@redhat.com>
1547
1548 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1549 Split one gdb_test_multiple call in two to avoid a race.
1550
1551 2019-07-03 Pedro Alves <palves@redhat.com>
1552
1553 * gdb.base/with.c: New file.
1554 * gdb.base/with.exp: New file.
1555
1556 2019-07-03 Pedro Alves <palves@redhat.com>
1557
1558 * gdb.base/settings.exp: Replace all references to "maint
1559 test-settings set" with references to "maint set test-settings",
1560 and all references to "maint test-settings show" with references
1561 to "maint show test-settings".
1562
1563 2019-07-03 Pedro Alves <palves@redhat.com>
1564
1565 * gdb.base/settings.exp (test-string): Adjust expected out when
1566 testing "maint test-settings show filename"
1567
1568 2019-07-02 Pedro Alves <palves@redhat.com>
1569
1570 * gdb.base/options.exp (test-info-threads): New procedure.
1571 (top level): Call it.
1572
1573 2019-06-28 Tom Tromey <tromey@adacore.com>
1574
1575 * gdb.dwarf2/ada-linkage-name.c: New file.
1576 * gdb.dwarf2/ada-linkage-name.exp: New file.
1577
1578 2019-06-27 Tom Tromey <tromey@adacore.com>
1579
1580 PR c++/20020:
1581 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1582
1583 2019-06-26 Tom de Vries <tdevries@suse.de>
1584
1585 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1586
1587 2019-06-26 Tom de Vries <tdevries@suse.de>
1588
1589 * gdb.base/index-cache.exp: Add back missing debug option.
1590
1591 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1592
1593 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1594
1595 2019-06-25 Tom de Vries <tdevries@suse.de>
1596
1597 PR testsuite/24727
1598 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1599
1600 2019-06-24 Tom de Vries <tdevries@suse.de>
1601
1602 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1603
1604 2019-06-24 Tom de Vries <tdevries@suse.de>
1605
1606 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1607 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1608 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1609
1610 2019-06-24 Tom de Vries <tdevries@suse.de>
1611
1612 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1613
1614 2019-06-21 Tom de Vries <tdevries@suse.de>
1615
1616 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1617
1618 2019-06-21 Tom de Vries <tdevries@suse.de>
1619
1620 PR testsuite/24518
1621 PR ada/24713
1622 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1623 index.
1624
1625 2019-06-19 Tom Tromey <tromey@adacore.com>
1626
1627 * gdb.ada/length_cond.exp: Add intro comment.
1628
1629 2019-06-19 Tom Tromey <tromey@adacore.com>
1630
1631 * gdb.ada/length_cond.exp: New file.
1632 * gdb.ada/length_cond/length_cond.adb: New file.
1633 * gdb.ada/length_cond/pck.adb: New file.
1634 * gdb.ada/length_cond/pck.ads: New file.
1635
1636 2019-06-18 Tom de Vries <tdevries@suse.de>
1637
1638 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1639
1640 2019-06-18 Tom Tromey <tromey@adacore.com>
1641
1642 * gdb.base/list0.h: Add comment explaining control character.
1643
1644 2019-06-18 Tom de Vries <tdevries@suse.de>
1645
1646 * boards/fission.exp: Break up long debug_flags line.
1647
1648 2019-06-16 Tom de Vries <tdevries@suse.de>
1649
1650 PR gdb/24445
1651 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1652 generated index.
1653
1654 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1655
1656 PR gdb/24686
1657 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1658 improve detection of bug gdb/24541.
1659
1660 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1661
1662 PR gdb/24669
1663 * gdb.base/index-cache.exp (uses_readnow,
1664 expecting_index_cache_use): Define global variable.
1665 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1666 expecting_index_cache_use.
1667
1668 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1669 Andrew Burgess <andrew.burgess@embecosm.com>
1670
1671 * gdb.fortran/pointers.f90: New file.
1672 * gdb.fortran/print_type.exp: New file.
1673 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1674 * gdb.fortran/vla-type.exp: Likewise.
1675 * gdb.fortran/vla-value.exp: Likewise.
1676 * gdb.mi/mi-vla-fortran.exp: Likewise.
1677
1678 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1679
1680 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1681 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1682 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1683 as a stop reason.
1684
1685 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1686
1687 * gdb.base/annota1.exp: Update expected results.
1688 * gdb.cp/annota2.exp: Likewise.
1689 * gdb.cp/annota3.exp: Likewise.
1690
1691 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1692
1693 * gdb.base/style-logging.exp: Remove path from test name.
1694
1695 2019-06-14 Tom Tromey <tromey@adacore.com>
1696
1697 PR gdb/24502:
1698 * gdb.base/style-logging.exp: New file.
1699
1700 2019-06-14 Tom Tromey <tromey@adacore.com>
1701
1702 * gdb.base/symfile-warn.exp: New file.
1703 * gdb.base/symfile-warn.c: New file.
1704
1705 2019-06-14 Tom Tromey <tromey@adacore.com>
1706
1707 * gdb.base/annotate-symlink.exp: New file.
1708
1709 2019-06-14 Tom Tromey <tromey@adacore.com>
1710
1711 * gdb.ada/set_wstr.exp: Add reassignment test.
1712
1713 2019-06-14 Tom Tromey <tromey@adacore.com>
1714
1715 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1716 'unchecked_access and 'unrestricted_access as well.
1717
1718 2019-06-14 Tom Tromey <tromey@adacore.com>
1719
1720 PR ada/24539:
1721 * gdb.ada/vla.exp: Update tests.
1722 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1723 pragma.
1724
1725 2019-06-13 Pedro Alves <palves@redhat.com>
1726
1727 * gdb.base/settings.exp (test-integer): Test junk after
1728 "unlimited".
1729
1730 2019-06-13 Pedro Alves <palves@redhat.com>
1731
1732 * gdb.base/options.exp (test-thread-apply): New.
1733 (top level): Call it.
1734
1735 2019-06-13 Pedro Alves <palves@redhat.com>
1736
1737 * gdb.base/options.exp (test-frame-apply): New.
1738 (top level): Test print commands with different "frame apply"
1739 prefixes.
1740
1741 2019-06-13 Pedro Alves <palves@redhat.com>
1742
1743 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1744 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1745 'max_completions' parameter and handle it.
1746 (test_gdb_completion_offers_commands): New.
1747
1748 2019-06-13 Pedro Alves <palves@redhat.com>
1749
1750 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1751
1752 2019-06-13 Pedro Alves <palves@redhat.com>
1753
1754 * gdb.base/options.exp (test-backtrace): New.
1755 (top level): Call it.
1756
1757 2019-06-13 Pedro Alves <palves@redhat.com>
1758
1759 * gdb.guile/scm-frame-args.exp: Use "set print
1760 raw-frame-arguments" instead of "set print raw frame-arguments".
1761 * gdb.python/py-frame-args.exp: Likewise.
1762
1763 2019-06-13 Pedro Alves <palves@redhat.com>
1764
1765 * gdb.compile/compile.exp: Adjust expected output to option
1766 processing changes.
1767
1768 2019-06-13 Pedro Alves <palves@redhat.com>
1769
1770 * gdb.base/options.exp: Build executable.
1771 (test-print): New procedure.
1772 (top level): Call it, once for "print" and another for "compile
1773 print".
1774
1775 2019-06-13 Pedro Alves <palves@redhat.com>
1776
1777 * gdb.base/options.c: New file.
1778 * gdb.base/options.exp: New file.
1779
1780 2019-06-13 Pedro Alves <palves@redhat.com>
1781
1782 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1783 that "o" is ambiguous.
1784
1785 2019-06-13 Pedro Alves <palves@redhat.com>
1786
1787 * gdb.base/settings.c: New file.
1788 * gdb.base/settings.exp: New file.
1789
1790 2019-06-13 Pedro Alves <palves@redhat.com>
1791
1792 * gdb.base/completion.exp: Fix comment typo.
1793
1794 2019-06-13 Pedro Alves <palves@redhat.com>
1795
1796 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1797 foo --1" test.
1798
1799 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1800
1801 * gdb.fortran/block-data.f: New.
1802 * gdb.fortran/block-data.exp: New.
1803
1804 2019-06-11 Tom de Vries <tdevries@suse.de>
1805
1806 PR testsuite/24521
1807 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1808 message.
1809
1810 2019-06-11 Tom de Vries <tdevries@suse.de>
1811
1812 PR testsuite/24521
1813 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1814
1815 2019-06-11 Tom de Vries <tdevries@suse.de>
1816
1817 * boards/readnow.exp: New file.
1818
1819 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1820
1821 * gdb.fortran/vla-sizeof.exp: Update expected results.
1822
1823 2019-06-06 Amos Bird <amosbird@gmail.com>
1824
1825 * gdb.base/annota1.exp (thread_switch): Add test for
1826 thread-exited annotation.
1827
1828 2019-06-06 Tom Tromey <tromey@adacore.com>
1829
1830 * gdb.base/maint.exp: Expect command started/finished output.
1831
1832 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1833
1834 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1835 comment.
1836 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1837
1838 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1839
1840 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1841 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1842 * gdb.arch/riscv-unwind-long-insn.c: New file.
1843 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1844
1845 2019-06-04 Christian Biesinger <cbiesinger@google.com>
1846
1847 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
1848
1849 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1850
1851 * lib/gdb.exp (help_list_trailer): New regexp variable
1852 factorizing the help trailer message.
1853 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1854 arg to allow to better factorize various tests.
1855 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1856 (test_prefix_command_help): Use help_list_trailer.
1857 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1858 * gdb.guile/scm-cmd.exp: Likewise.
1859 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1860 * gdb.base/help.exp: Use test_user_defined_class_help.
1861 * gdb.base/style.exp: Add tests for styling of help and apropos.
1862 * lib/gdb-utils.exp (style): Add title and highlight styles.
1863
1864 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1865
1866 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1867 $_shell_exitsignal.
1868 * gdb.base/default.exp: Update for new convenience variables.
1869
1870 2019-05-29 Tom Tromey <tromey@adacore.com>
1871
1872 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1873 to "break complete ada" test case's regexp.
1874
1875 2019-05-29 Tom Tromey <tromey@adacore.com>
1876
1877 PR c++/20020:
1878 * gdb.cp/constexpr-field.exp: New file.
1879 * gdb.cp/constexpr-field.cc: New file.
1880
1881 2019-05-29 Tom Tromey <tromey@adacore.com>
1882
1883 * gdb.base/finish.exp (finish_no_print): New proc.
1884 (finish_tests): Call it.
1885
1886 2019-05-24 Tom de Vries <tdevries@suse.de>
1887
1888 * gdb.dwarf2/gdb-add-index.exp: New file.
1889
1890 2019-05-22 Tom Tromey <tromey@adacore.com>
1891
1892 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1893 * gdb.base/style.exp: Use "style".
1894 * lib/gdb-utils.exp (style): New proc.
1895
1896 2019-05-22 Tom de Vries <tdevries@suse.de>
1897
1898 * gdb.base/align.exp: Require c++11.
1899
1900 2019-05-22 Tom de Vries <tdevries@suse.de>
1901
1902 PR testsuite/24586
1903 * gdb.python/py-mi-var-info-path-expression.exp: Call
1904 mi_skip_python_tests to check if python is supported.
1905
1906 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1907
1908 * gdb.arch/aarch64-pauth.c: New test.
1909 * gdb.arch/aarch64-pauth.exp: New file.
1910
1911 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1912
1913 * README (Re-running Tests Outside The Testsuite): New section.
1914
1915 2019-05-21 Tom de Vries <tdevries@suse.de>
1916
1917 * gdb.arch/amd64-eval.exp: Require c++11.
1918 * gdb.base/max-depth.exp: Same.
1919 * gdb.compile/compile-cplus-array-decay.exp: Same.
1920 * gdb.cp/meth-typedefs.exp: Same.
1921 * gdb.cp/subtypes.exp: Same.
1922 * gdb.cp/temargs.exp: Same.
1923
1924 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1925
1926 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1927
1928 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1929
1930 PR gdb/18644
1931 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1932 * gdb.fortran/printing-types.exp: Add new test.
1933 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1934 testing.
1935 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1936 setup_kfail call.
1937
1938 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1939
1940 * README (Running the Testsuite): Change example.
1941 (Testsuite Parameters): Remove TRANSCRIPT.
1942 * lib/gdb.exp: Remove TRANSCRIPT check.
1943
1944 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1945
1946 * README (Testsuite Parameters): Add replay logging to
1947 GDBSERVER_DEBUG.
1948 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1949 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1950 as a comma separated list.
1951 (gdb_debug_init): Override procedure.
1952
1953 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1954
1955 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1956 (gdb_write_cmd_file): New procedure.
1957 * lib/gdbserver-support.exp (gdbserver_start): Call
1958 gdbserver_write_cmd_file.
1959 (gdbserver_write_cmd_file): New procedure.
1960
1961 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1962
1963 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1964 (delete_breakpoints): Likewise.
1965 (gdb_run_cmd): Likewise.
1966 (gdb_start_cmd): Likewise.
1967 (gdb_starti_cmd): Likewise.
1968 (gdb_internal_error_resync): Likewise.
1969 (gdb_test_multiple): Likewise.
1970 (gdb_reinitialize_dir): Likewise.
1971 (default_gdb_exit): Likewise.
1972 (gdb_file_cmd): Mark kill as optional.
1973 (default_gdb_start): Call gdb_stdin_log_init.
1974 (send_gdb): Call gdb_stdin_log_write.
1975 (rerun_to_main): Mark Y as an answer.
1976 (gdb_stdin_log_init): New function.
1977 (gdb_stdin_log_write): Likewise.
1978
1979 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1980
1981 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1982 * gdb.base/debug-expr.exp: Likewise.
1983 * gdb.base/foll-fork.exp: Likewise.
1984 * gdb.base/foll-vfork.exp: Likewise.
1985 * gdb.base/fork-print-inferior-events.exp: Likewise.
1986 * gdb.base/gdb-sigterm.exp: Likewise.
1987 * gdb.base/gdbinit-history.exp: Likewise.
1988 * gdb.base/osabi.exp: Likewise.
1989 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1990 * gdb.base/ui-redirect.exp: Likewise.
1991 * gdb.gdb/unittest.exp: Likewise.
1992 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1993 * gdb.mi/mi-watch.exp: Likewise.
1994 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1995 * gdb.mi/user-selected-context-sync.exp: Likewise.
1996 * gdb.python/python.exp: Disable debug test when debugging.
1997 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1998 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1999 Likewise.
2000 * gdb.threads/stepi-random-signal.exp: Likewise.
2001
2002 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2003
2004 * Makefile.in: Pass through GDB_DEBUG.
2005 * README (Testsuite Parameters): Add GDB_DEBUG.
2006 (gdb,debug): Add board setting.
2007 * lib/gdb.exp (default_gdb_start): Start debugging.
2008 (gdb_debug_enabled): New procedure.
2009 (gdb_debug_init): Likewise.
2010
2011 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2012
2013 * Makefile.in: Pass through GDB_DEBUG.
2014 * README (Testsuite Parameters): Add GDB_DEBUG.
2015 (gdb,debug): Add board setting.
2016 * lib/gdb.exp (default_gdb_start): Start debugging.
2017 (gdb_debug_enabled): New procedure.
2018 (gdb_debug_init): Likewise.
2019
2020 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2021
2022 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2023
2024 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2025
2026 * gdb.base/ui-redirect.exp: Test redirection.
2027
2028 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2029
2030 * gdb.mi/mi-complete.exp: New file.
2031 * gdb.mi/mi-complete.cc: Likewise.
2032
2033 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2034
2035 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2036 indexed and sliced arrays, and pointers to arrays.
2037
2038 2019-05-14 Tom Tromey <tromey@adacore.com>
2039
2040 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2041 styling test.
2042
2043 2019-05-14 Tom de Vries <tdevries@suse.de>
2044
2045 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2046 selection entry encoding.
2047
2048 2019-05-10 Tom Tromey <tromey@adacore.com>
2049
2050 * gdb.ada/info_exc.exp: Add "complete" test.
2051
2052 2019-05-09 Tom de Vries <tdevries@suse.de>
2053
2054 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2055 CU-relative.
2056
2057 2019-05-09 Tom de Vries <tdevries@suse.de>
2058
2059 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2060 CU-relative.
2061
2062 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2063
2064 * gdb.ada/frame_arg_lang.exp: New testcase.
2065 * gdb.ada/frame_arg_lang/bla.adb: New file.
2066 * gdb.ada/frame_arg_lang/pck.ads: New file.
2067 * gdb.ada/frame_arg_lang/pck.adb: New file.
2068 * gdb.ada/frame_arg_lang/foo.c: New file.
2069
2070 2019-05-08 Tom Tromey <tromey@adacore.com>
2071
2072 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2073
2074 2019-05-08 Tom Tromey <tromey@adacore.com>
2075
2076 * gdb.base/ptype-offsets.exp: Update tests.
2077
2078 2019-05-08 Tom Tromey <tromey@adacore.com>
2079
2080 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2081 cases.
2082 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2083 "short".
2084
2085 2019-05-08 Tom Tromey <tromey@adacore.com>
2086
2087 * gdb.ada/vla.exp: New file.
2088 * gdb.ada/vla/vla.adb: New file.
2089
2090 2019-05-07 Tom de Vries <tdevries@suse.de>
2091
2092 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2093
2094 2019-05-07 Tom de Vries <tdevries@suse.de>
2095
2096 PR testsuite/24522
2097 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2098 section.
2099
2100 2019-05-07 Tom de Vries <tdevries@suse.de>
2101
2102 PR testsuite/24522
2103 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2104 .debug_aranges section.
2105
2106 2019-05-07 Tom de Vries <tdevries@suse.de>
2107
2108 PR testsuite/24159
2109 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2110
2111 2019-05-06 Tom de Vries <tdevries@suse.de>
2112
2113 * lib/gdb.exp (exec_has_index_section): New proc.
2114 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2115 section.
2116
2117 2019-05-04 Tom de Vries <tdevries@suse.de>
2118
2119 * boards/cc-with-debug-names.exp: New file.
2120
2121 2019-05-03 Tom Tromey <tromey@adacore.com>
2122
2123 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2124 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2125 * gdb.ada/char_enum.exp: Add test.
2126
2127 2019-05-03 Tom de Vries <tdevries@suse.de>
2128
2129 * boards/cc-with-gdb-index.exp: New file.
2130
2131 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2132
2133 * gdb.rust/simple.exp: Add new test case.
2134 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2135 (main): Initialise an instance of the new struct.
2136
2137 2019-05-01 Tom Tromey <tromey@adacore.com>
2138
2139 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2140 record.
2141 (NPR): New variable.
2142 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2143 test.
2144
2145 2019-05-01 Tom Tromey <tromey@adacore.com>
2146
2147 * gdb.ada/packed_array_assign.exp: Add packed assignment
2148 regression test.
2149
2150 2019-05-01 Tom de Vries <tdevries@suse.de>
2151
2152 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2153
2154 2019-05-01 Tom de Vries <tdevries@suse.de>
2155
2156 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2157
2158 2019-04-30 Ali Tamur <tamur@google.com>
2159
2160 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2161
2162 2019-04-30 Tom Tromey <tromey@adacore.com>
2163
2164 * lib/ada.exp (find_ada_tool): New proc.
2165 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2166 * gdb.ada/catch_ex_std.exp: New file.
2167 * gdb.ada/catch_ex_std/foo.adb: New file.
2168 * gdb.ada/catch_ex_std/some_package.adb: New file.
2169 * gdb.ada/catch_ex_std/some_package.ads: New file.
2170
2171 2019-04-30 Tom Tromey <tromey@adacore.com>
2172
2173 PR c++/24470:
2174 * gdb.cp/temargs.cc: Add test code from PR.
2175
2176 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2177
2178 * gdb.fortran/vla-datatypes.exp: Update expected results.
2179 * gdb.fortran/vla-ptype.exp: Likewise.
2180 * gdb.fortran/vla-type.exp: Likewise.
2181 * gdb.fortran/vla-value.exp: Likewise.
2182
2183 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2184
2185 * gdb.fortran/ptr-indentation.exp: Update expected results.
2186 * gdb.fortran/ptype-on-functions.exp: Likewise.
2187 * gdb.fortran/vla-ptr-info.exp: Likewise.
2188 * gdb.fortran/vla-value.exp: Likewise.
2189
2190 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2191
2192 * gdb.fortran/ptype-on-functions.exp: New file.
2193 * gdb.fortran/ptype-on-functions.f90: New file.
2194
2195 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2196
2197 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2198 case void string.
2199
2200 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2201
2202 * gdb.fortran/complex.exp: Expand.
2203 * gdb.fortran/complex.f: Renamed to...
2204 * gdb.fortran/complex.f90: ...this, and extended to add more
2205 complex values.
2206
2207 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2208
2209 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2210 MODULO, CMPLX.
2211
2212 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2213 Richard Bunt <richard.bunt@arm.com>
2214
2215 * gdb.base/max-depth.c: New file.
2216 * gdb.base/max-depth.exp: New file.
2217 * gdb.python/py-nested-maps.c: New file.
2218 * gdb.python/py-nested-maps.exp: New file.
2219 * gdb.python/py-nested-maps.py: New file.
2220 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2221 (test_all_common): Call test_max_depth.
2222 * gdb.fortran/max-depth.exp: New file.
2223 * gdb.fortran/max-depth.f90: New file.
2224 * gdb.go/max-depth.exp: New file.
2225 * gdb.go/max-depth.go: New file.
2226 * gdb.modula2/max-depth.exp: New file.
2227 * gdb.modula2/max-depth.c: New file.
2228 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2229
2230 2019-04-29 Tom de Vries <tdevries@suse.de>
2231
2232 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2233
2234 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2235
2236 * gdb.base/callexit.exp: Test may-call-functions off.
2237
2238 2019-04-25 Keith Seitz <keiths@redhat.com>
2239
2240 PR c++/24367
2241 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2242 (another_incomplete_struct, test_incomplete): New definitions.
2243 (main): Use new definitions.
2244 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2245 functions.
2246
2247 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2248
2249 PR corefiles/11608
2250 PR corefiles/18187
2251 * gdb.base/coredump-filter-build-id.exp: New file.
2252
2253 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2254
2255 * Makefile.in: Pass through GDBSERVER_DEBUG.
2256 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2257 (gdbserver,debug): Add board setting.
2258 * gdb.trace/tspeed.exp: Skip when debugging.
2259 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2260 * lib/gdbserver-support.exp: Likewise
2261
2262 2019-04-24 Tom Tromey <tromey@adacore.com>
2263
2264 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2265 Rust.
2266
2267 2019-04-24 Tom Tromey <tromey@adacore.com>
2268
2269 * gdb.arch/amd64-eval.exp: Test bitfield return.
2270 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2271 (class Foo) <return_bitfields>: New method.
2272 (main): Call it.
2273
2274 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2275
2276 * gdb.cp/many-args.cc: New file.
2277 * gdb.cp/many-args.exp: New file.
2278
2279 2019-04-23 Tom de Vries <tdevries@suse.de>
2280
2281 PR gdb/24433
2282 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2283
2284 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2285
2286 * gdb.trace/backtrace.exp: Use nopie flag.
2287 * gdb.trace/circ.exp: Likewise.
2288 * gdb.trace/collection.exp: Likewise.
2289 * gdb.trace/ftrace.exp: Likewise.
2290 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2291 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2292 * gdb.trace/qtro.exp: Likewise.
2293 * gdb.trace/read-memory.exp: Likewise.
2294 * gdb.trace/report.exp: Likewise.
2295 * gdb.trace/tfile.exp: Likewise.
2296 * gdb.trace/tfind.exp: Likewise.
2297 * gdb.trace/unavailable.exp: Likewise.
2298
2299 2019-04-22 Pedro Alves <palves@redhat.com>
2300
2301 * gdb.base/solib-probes-nosharedlibrary.c,
2302 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2303
2304 2019-04-19 Tom Tromey <tromey@adacore.com>
2305
2306 * gdb.ada/ptype_union.c: New file.
2307 * gdb.ada/ptype_union.exp: New file.
2308
2309 2019-04-19 Tom Tromey <tromey@adacore.com>
2310
2311 PR symtab/24423:
2312 * gdb.base/list0.h (foo): Add a control-l character.
2313
2314 2019-04-18 Tom de Vries <tdevries@suse.de>
2315
2316 PR gdb/24433
2317 * boards/local-board.exp: Set sysroot to "".
2318
2319 2019-04-18 Tom de Vries <tdevries@suse.de>
2320 Pedro Alves <palves@redhat.com>
2321
2322 PR gdb/24454
2323 * gdb.threads/vfork-follow-child-exec.c: New file.
2324 * gdb.threads/vfork-follow-child-exec.exp: New file.
2325 * gdb.threads/vfork-follow-child-exit.c: New file.
2326 * gdb.threads/vfork-follow-child-exit.exp: New file.
2327
2328 2019-04-15 Leszek Swirski <leszeks@google.com>
2329
2330 * gdb.arch/amd64-eval.cc: New file.
2331 * gdb.arch/amd64-eval.exp: New file.
2332
2333 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2334
2335 * gdb.server/sysroot.c: New test.
2336 * gdb.server/sysroot.exp: New file.
2337 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2338 matching param.
2339
2340 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2341
2342 * gdb.base/align.exp: Extend test to cover structures containing
2343 only static fields.
2344
2345 2019-04-11 Tom de Vries <tdevries@suse.de>
2346
2347 * boards/cc-with-dwz-m.exp: New file.
2348 * boards/cc-with-dwz.exp: New file.
2349 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2350
2351 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2352
2353 * gdb.base/start-cpp.exp: New file.
2354 * gdb.base/start-cpp.cc: New file.
2355
2356 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2357
2358 * gdb.python/py-thrhandle.exp: Adjust tests to call
2359 thread_from_handle instead of thread_from_thread_handle.
2360
2361 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2362
2363 * gdb.python/py-thrhandle.exp: Add tests for
2364 gdb.InferiorThread.handle.
2365
2366 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2367
2368 * gdb.python/py-function.exp: Check calling helper function from
2369 all languages.
2370 * lib/gdb.exp (gdb_supported_languages): New proc.
2371
2372 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2373
2374 * gdb.base/complex-parts.c: New file.
2375 * gdb.base/complex-parts.exp: New file.
2376
2377 2019-04-01 Tom Tromey <tromey@adacore.com>
2378
2379 PR symtab/23331:
2380 * gdb.dwarf2/dw2-ranges-main.c: New file.
2381 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2382 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2383
2384 2019-03-30 Simon Marchi <simark@simark.ca>
2385
2386 * gdb.base/default.exp: Add values for $_gdb_major and
2387 $_gdb_minor.
2388
2389 2019-03-29 Tom Tromey <tromey@adacore.com>
2390
2391 * gdb.base/help.exp: Tighten apropos regexp.
2392
2393 2019-03-29 Keith Seitz <keiths@redhat.com>
2394
2395 * gdb.fortran/array-bounds.exp: New file.
2396 * gdb.fortran/array-bounds.f90: New file.
2397
2398 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2399
2400 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2401
2402 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2403
2404 * gdb.multi/hello.c (main): Increase alarm timer.
2405
2406 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2407
2408 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2409 factor when no hardware watchpoint support.
2410
2411 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2412 Pedro Alves <palves@redhat.com>
2413
2414 * boards/local-board.exp: set sysroot to /.
2415
2416 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2417
2418 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2419 in child.
2420
2421 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2422
2423 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2424 field.
2425 (make_container): Initialise new field.
2426 * gdb.python/py-prettyprint.exp: Add new tests.
2427 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2428 <display_hint>: New method.
2429
2430 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2431
2432 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2433 gdb_continue_to_breakpoint more throughout this test.
2434 (run_lang_tests) Supply unique test names, and use
2435 gdb_test_no_output.
2436
2437 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2438
2439 * gdb.base/finish-pretty.exp: Update expected results.
2440 * gdb.base/pretty-print.c: New file.
2441 * gdb.base/pretty-print.exp: New file.
2442
2443 2019-03-25 Pedro Alves <palves@redhat.com>
2444
2445 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2446 move comments outside list. Append '-i "" eof' section.
2447
2448 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2449
2450 PR testsuite/25016
2451 * README: Add pie options.
2452 * gdb.base/break-interp.exp: Ensure pie is disabled.
2453 * gdb.base/dump.exp: Likewise.
2454 * lib/gdb.exp (gdb_compile): Add pie option.
2455
2456 2019-03-19 Tom Tromey <tromey@adacore.com>
2457
2458 * gdb.mi/mi2-cli-display.c: New file.
2459 * gdb.mi/mi2-cli-display.exp: New file.
2460
2461 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2462 Tom Tromey <tromey@adacore.com>
2463
2464 * gdb.ada/ptype_array/pck.adb: New file.
2465 * gdb.ada/ptype_array/pck.ads: New file.
2466 * gdb.ada/ptype_array/foo.adb: New file.
2467 * gdb.ada/ptype_array.exp: New file.
2468
2469 2019-03-14 Tom Tromey <tromey@adacore.com>
2470
2471 * gdb.base/style.exp: Add "set style sources" test.
2472
2473 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2474
2475 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2476 * mi-breakpoint-multiple-locations.exp: ... this.
2477 (make_breakpoints_pattern): New proc.
2478 (do_test): Add mi_version parameter, test -break-insert,
2479 -break-info and =breakpoint-created.
2480
2481 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2482
2483 * config/default.exp: Remove 'load_lib gdb.exp'.
2484 * config/monitor.exp: Likewise.
2485 * config/sid.exp: Likewise.
2486 * config/sim.exp: Likewise.
2487 * config/slite.exp: Likewise.
2488 * config/unix.exp: Likewise.
2489 * gdb.base/default.exp: Remove unhelpful comment.
2490
2491 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2492
2493 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2494
2495 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2496
2497 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2498
2499 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2500
2501 * gdb.fortran/type-kinds.exp: Update expected results.
2502
2503 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2504
2505 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2506
2507 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2508
2509 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2510 function.
2511 (test_basic_parsing_of_type_kinds): Expand types tested.
2512 (test_parsing_invalid_type_kinds): New function.
2513
2514 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2515
2516 * gdb.fortran/intrinsics.exp: New file.
2517 * gdb.fortran/intrinsics.f90: New file.
2518 * gdb.fortran/type-kinds.exp: New file.
2519
2520 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2521
2522 * gdb.fortran/dot-ops.exp: New file.
2523
2524 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2525
2526 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2527 Check upper and lower case logical literals.
2528
2529 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2530
2531 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2532 Remove duplicate tests.
2533
2534 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2535
2536 * lib/gdb.exp (builtin_cd): rename of cd.
2537 (cd): Override builtin.
2538
2539 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2540
2541 * gdb.fortran/function-calls.exp: New file.
2542 * gdb.fortran/function-calls.f90: New test.
2543
2544 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2545
2546 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2547 on user program standard output.
2548 * gdb.fortran/short-circuit-argument-list.f90: Record function
2549 calls.
2550
2551 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2552
2553 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2554 failure.
2555
2556 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2557
2558 PR gdb/8527
2559 * gdb.base/interrupt-daemon-attach.c,
2560 gdb.base/interrupt-daemon-attach.exp: New test.
2561
2562 2019-02-27 Pedro Alves <palves@redhat.com>
2563
2564 * gdb.base/page.exp: Add tests for "set width/height -1".
2565
2566 2019-02-27 Pedro Alves <palves@redhat.com>
2567
2568 * gdb.base/page.exp: Add tests for "set/show width/height" with
2569 "infinite" values.
2570
2571 2019-02-27 Tom Tromey <tromey@adacore.com>
2572
2573 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2574 2.4.
2575 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2576 workaround.
2577
2578 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2579
2580 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2581 tests for structs with static members.
2582
2583 2019-02-26 Tom Tromey <tromey@adacore.com>
2584
2585 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2586 ValueError, not TypeError.
2587
2588 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2589
2590 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2591 call from main program.
2592
2593 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2594
2595 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2596 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2597 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2598 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2599 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2600
2601 2019-02-22 Keith Seitz <keiths@redhat.com>
2602
2603 PR symtab/23853
2604 * gdb.base/symlink-sourcefile.c: New file.
2605 * gdb.base/symlink-sourcefile.exp: New file.
2606
2607 2019-02-20 Tom Tromey <tom@tromey.com>
2608
2609 * gdb.base/info_qt.exp: Update.
2610
2611 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2612
2613 * gdb.base/source.exp: Move "error in sourced script" code to
2614 the end.
2615 * gdb.base/source-error.gdb: Move contents to
2616 source-error-1.gdb. Add new code to source source-error-1.gdb.
2617 * gdb.base/source-error-1.gdb: New file, from previous
2618 source-error.gdb.
2619
2620 2019-02-17 Tom Tromey <tom@tromey.com>
2621
2622 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2623 for macro styling.
2624 * gdb.base/style.c (SOME_MACRO): New macro.
2625
2626 2019-02-17 Tom Tromey <tom@tromey.com>
2627
2628 * gdb.base/style.exp: Add line-wrapping tests.
2629 * gdb.base/page.exp: Add test for quitting during pagination.
2630
2631 2019-02-17 Joel Brobecker <brobecker@adacore.com>
2632
2633 * gdb.ada/big_packed_array: New testcase.
2634 * gdb.ada/homonym.exp: Fix incorrect expected output for
2635 "break <homonym__get_value>" test.
2636
2637 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
2638
2639 PR breakpoints/21870
2640 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2641 and prepare_for_testing. Add comment.
2642 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2643 redundant cleanup call. Clean up comment.
2644
2645 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
2646
2647 PR breakpoints/21870
2648 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2649 * gdb.arch/aarch64-dbreg-contents.c: New file.
2650
2651 2019-02-10 Joel Brobecker <brobecker@adacore.com>
2652
2653 * gdb.ada/mi_ref_changeable: New testcase.
2654
2655 2019-02-07 Alan Hayward <alan.hayward@arm.com>
2656
2657 * gdb.base/attach.exp: Add double attach test.
2658
2659 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2660
2661 * lib/gdb.exp (default_gdb_start): Don't match pagination
2662 prompt.
2663 (gdb_init): Set stty_init.
2664
2665 2019-01-27 Tom Tromey <tom@tromey.com>
2666
2667 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2668 skip_python_tests.
2669
2670 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2671
2672 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2673 New structure.
2674 (struct struct_static_02_02): Likewise.
2675 (struct struct_static_02_03): Likewise.
2676 (struct struct_static_02_04): Likewise.
2677 (struct struct_static_04_01): Likewise.
2678 (struct struct_static_04_02): Likewise.
2679 (struct struct_static_04_03): Likewise.
2680 (struct struct_static_04_04): Likewise.
2681 (struct struct_static_06_01): Likewise.
2682 (struct struct_static_06_02): Likewise.
2683 (struct struct_static_06_03): Likewise.
2684 (struct struct_static_06_04): Likewise.
2685 (cmp_struct_static_02_01): Likewise.
2686 (cmp_struct_static_02_02): Likewise.
2687 (cmp_struct_static_02_03): Likewise.
2688 (cmp_struct_static_02_04): Likewise.
2689 (cmp_struct_static_04_01): Likewise.
2690 (cmp_struct_static_04_02): Likewise.
2691 (cmp_struct_static_04_03): Likewise.
2692 (cmp_struct_static_04_04): Likewise.
2693 (cmp_struct_static_06_01): Likewise.
2694 (cmp_struct_static_06_02): Likewise.
2695 (cmp_struct_static_06_03): Likewise.
2696 (cmp_struct_static_06_04): Likewise.
2697 (call_all): Test new structs.
2698 * gdb.base/infcall-nested-structs.exp: Likewise.
2699
2700 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2701 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2702
2703 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2704 * gdb.base/stack-protector.c: New test.
2705 * gdb.base/stack-protector.exp: New file.
2706 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2707 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2708 option.
2709 (gdb_compile): Remove stack protector for GCC and prevent
2710 recursion.
2711
2712 2019-01-16 Keith Seitz <keiths@redhat.com>
2713
2714 PR gdb/23773
2715 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2716
2717 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2718
2719 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2720 aliases.
2721 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2722 tests.
2723 * gdb.arch/powerpc-vector-regs.c: New file.
2724 * gdb.arch/powerpc-vector-regs.exp: New file.
2725
2726 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2727
2728 * gdb.arch/altivec-regs.exp: Fix the list passed to
2729 gdb_expect_list when testing "info vector".
2730
2731 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2732
2733 * gdb.base/style.exp: Don't include path in testname.
2734
2735 2019-01-10 Keith Seitz <keiths@redhat.com>
2736
2737 PR gdb/23712
2738 PR symtab/23010
2739 * gdb.dwarf2/multidictionary.exp: New file.
2740
2741 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2742
2743 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2744 (test_gnuv3_style_demangling): ... this.
2745 (test_lucid_style_demangling): Remove.
2746 (test_arm_style_demangling): Remove.
2747 (test_hp_style_demangling): Remove.
2748 (do_tests): Remove calls to the above.
2749
2750 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2751
2752 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2753 case.
2754
2755 2019-01-06 Tom Tromey <tom@tromey.com>
2756
2757 PR gdb/28155:
2758 * gdb.dwarf2/typedef-void-finish.exp: New file.
2759
2760 2018-12-28 Tom Tromey <tom@tromey.com>
2761 Simon Marchi <simark@simark.ca>
2762
2763 * gdb.base/jit-exec.exp: New file.
2764 * gdb.base/jit-exec.c: New file.
2765 * gdb.base/jit-execd.c: New file.
2766
2767 2018-12-28 Tom Tromey <tom@tromey.com>
2768
2769 * gdb.base/style.exp: Update test to check for address styling.
2770
2771 2018-12-28 Tom Tromey <tom@tromey.com>
2772
2773 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2774 message.
2775
2776 2018-12-28 Tom Tromey <tom@tromey.com>
2777
2778 * gdb.base/style.exp: Add test for version number styling.
2779
2780 2018-12-28 Tom Tromey <tom@tromey.com>
2781
2782 * gdb.base/style.exp: Add test for print_address_symbolic.
2783
2784 2018-12-28 Tom Tromey <tom@tromey.com>
2785
2786 * gdb.base/style.exp: Add test for breakpoint setting.
2787
2788 2018-12-28 Tom Tromey <tom@tromey.com>
2789
2790 * gdb.base/style.exp: Add test for variable names.
2791
2792 2018-12-28 Tom Tromey <tom@tromey.com>
2793
2794 * gdb.base/style.exp: New file.
2795 * gdb.base/style.c: New file.
2796
2797 2018-12-28 Tom Tromey <tom@tromey.com>
2798
2799 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2800 "dumb".
2801 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2802 the TERM environment variable.
2803
2804 2018-12-27 Tom Tromey <tom@tromey.com>
2805
2806 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2807 pagination test.
2808
2809 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2810
2811 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2812 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2813
2814 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2815
2816 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2817 Filename a.adb changed to bp_fun_addr.adb.
2818 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2819
2820 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2821
2822 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2823 non-PIE executables.
2824 * README: Mention the gdb,nopie_flag board setting.
2825 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2826 non-PIE executable.
2827 * gdb.arch/amd64-entry-value.exp: Likewise.
2828 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2829 * gdb.arch/i386-float.exp: Likewise.
2830 * gdb.arch/i386-signal.exp: Likewise.
2831 * gdb.mi/mi-reg-undefined.exp: Likewise.
2832
2833 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2834
2835 PR gdb/23974
2836 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2837
2838 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2839
2840 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2841 Update order of results accordingly.
2842
2843 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2844
2845 * gdb.base/annota1.exp: Update a test regexp.
2846
2847 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2848
2849 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2850
2851 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2852
2853 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2854 (reuse_time): Initialize to REUSE_TIME_CAP.
2855 (check_rc): New function.
2856 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2857 Check pthread_create rc.
2858 (spawner_thread_func): Check pthread_create and pthread_join rc.
2859
2860 2018-12-08 Pedro Alves <palves@redhat.com>
2861
2862 * gdb.base/list.exp (test_forward_search): Rename to ...
2863 (test_forward_reverse_search): ... this. Also test reverse-search
2864 and the forward-search alias.
2865
2866 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2867
2868 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2869 local timeout variable before return, and remove all local timeout
2870 variable entirely.
2871 (gdb_load): Likewise.
2872
2873 2018-12-01 Tom de Vries <tdevries@suse.de>
2874
2875 * gdb.base/gdb-caching-proc.exp: New file.
2876
2877 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2878
2879 * Makefile.in (TIMESTAMP): New variable.
2880 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2881 command.
2882 (check-single-racy): Likewise.
2883 (check/%.exp): Likewise.
2884 (check-racy/%.exp): Likewise.
2885 (workers/%.worker): Likewise.
2886 (build-perf): Likewise.
2887 (check-perf): Likewise.
2888 * README: Describe new "TS" and "TS_FORMAT" variables.
2889 * print-ts.py: New file.
2890
2891 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2892
2893 PR python/23714
2894 * gdb.python/python.exp: Test command repetition after
2895 gdb.execute.
2896
2897 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2898
2899 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2900 is correctly aligned.
2901
2902 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2903
2904 * gdb.ada/info_auto_lang.exp: New testcase.
2905 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2906 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2907 * gdb.ada/info_auto_lang/some_c.c: New file.
2908
2909 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2910
2911 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2912 FUNC_lang language syntax.
2913
2914 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2915
2916 * gdb.base/info_minsym.c: New file.
2917 * gdb.base/info_minsym.exp: New file.
2918
2919 2018-11-19 Tom Tromey <tom@tromey.com>
2920
2921 PR rust/23625:
2922 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2923 * gdb.rust/expr.exp: Update expected output. Change one test.
2924
2925 2018-11-19 Tom Tromey <tom@tromey.com>
2926
2927 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2928
2929 2018-11-19 Pedro Alves <palves@redhat.com>
2930
2931 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2932 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2933 see the expected warning.
2934
2935 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2936
2937 PR gdb/22736:
2938 * gdb.cp/infcall-nodebug-lib.c: New test.
2939 * gdb.cp/infcall-nodebug-main.c: New test.
2940 * gdb.cp/infcall-nodebug.exp: New file.
2941
2942 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2943
2944 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2945 completer tests.
2946
2947 2018-11-09 Tom de Vries <tdevries@suse.de>
2948
2949 * gdb.base/msym-lang.c: New test.
2950 * gdb.base/msym-lang.exp: New file.
2951 * gdb.base/msym-lang-main.c: New test.
2952
2953 2018-11-08 Tom Tromey <tom@tromey.com>
2954
2955 PR gdb/23555:
2956 PR gdb/23838:
2957 * gdb.base/warning.exp: New file.
2958
2959 2018-11-08 Jan Beulich <jbeulich@suse.com>
2960
2961 * testsuite/gdb.arch/i386-avx512.c,
2962 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2963
2964 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2965
2966 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2967 point hardware.
2968
2969 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2970
2971 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2972 * gdb.dwarf2/missing-type-name.exp: New file.
2973
2974 2018-11-06 Tom de Vries <tdevries@suse.de>
2975
2976 * gdb.base/many-headers.c: New test.
2977 * gdb.base/many-headers.exp: New file.
2978
2979 2018-11-06 Jim Wilson <jimw@sifive.com>
2980
2981 * gdb.base/code_elim.exp: For riscv, set additional_flags
2982 to include -msmall-data-limit=0.
2983
2984 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2985
2986 * gdb.ada/watch_minus_l: New testcase.
2987
2988 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2989
2990 * gdb.arch/aix-sighandle.c: New file.
2991 * gdb.arch/aix-sighandle.exp: New file.
2992
2993 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2994
2995 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2996 registers being unions.
2997
2998 2018-10-31 Tom de Vries <tdevries@suse.de>
2999
3000 * lib/valgrind.exp: New file.
3001 (vgdb_start, vgdb_stop): New procs, factored out of ...
3002 * gdb.base/valgrind-bt.exp: ... here, ...
3003 * gdb.base/valgrind-disp-step.exp: ... here and ...
3004 * gdb.base/valgrind-infcall.exp: ... here.
3005
3006 2018-10-31 Tom de Vries <tdevries@suse.de>
3007
3008 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3009
3010 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3011
3012 * gdb.dwarf2/void-type.c: New file.
3013 * gdb.dwarf2/void-type.exp: New file.
3014
3015 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3016
3017 * gdb.base/info_qt.c: New file.
3018 * gdb.base/info_qt.exp: New file.
3019
3020 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3021
3022 * gdb.arch/powerpc-htm-regs.c: New file.
3023 * gdb.arch/powerpc-htm-regs.exp: New file.
3024
3025 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3026
3027 * gdb.arch/powerpc-tar.c: New file.
3028 * gdb.arch/powerpc-tar.exp: New file.
3029
3030 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3031
3032 * gdb.arch/powerpc-ppr-dscr.c: New file.
3033 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3034
3035 2018-10-25 Tom de Vries <tdevries@suse.de>
3036
3037 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3038
3039 2018-10-24 Tom de Vries <tdevries@suse.de>
3040
3041 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3042 longer exists error.
3043
3044 2018-10-24 Tom de Vries <tdevries@suse.de>
3045
3046 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3047
3048 2018-10-24 Tom de Vries <tdevries@suse.de>
3049
3050 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3051 --db-attach in valgrind.
3052
3053 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3054
3055 * gdb.arch/riscv-reg-aliases.c: New file.
3056 * gdb.arch/riscv-reg-aliases.exp: New file.
3057
3058 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3059
3060 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3061
3062 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3063
3064 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3065
3066 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3067
3068 * gdb.cp/ovldbreak.exp: Fix regexps.
3069
3070 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3071
3072 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3073
3074 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3075
3076 PR cli/23785
3077 * gdb.base/restore.exp: New test to check if "restore" with an
3078 invalid file doesn't segfault.
3079
3080 2018-10-18 Tom de Vries <tdevries@suse.de>
3081
3082 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3083 * gdb.ada/excep_handle.exp: Same.
3084 * gdb.ada/mi_string_access.exp: Same.
3085 * gdb.ada/mi_var_union.exp: Same.
3086 * gdb.arch/arc-analyze-prologue.exp: Same.
3087 * gdb.arch/arc-decode-insn.exp: Same.
3088 * gdb.base/readnever.exp: Same.
3089 * gdb.fortran/printing-types.exp: Same.
3090 * gdb.guile/scm-lazy-string.exp: Same.
3091
3092 2018-10-16 Tom de Vries <tdevries@suse.de>
3093
3094 PR gdb/23730
3095 * gdb.base/catch-follow-exec.c: Add copyright notice.
3096 * gdb.base/catch-follow-exec.exp: Rewrite to use
3097 gdb_spawn_with_cmdline_opts. Require gdb-native.
3098
3099 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3100
3101 * gdb.trace/actions-changed.exp: Check for arch support.
3102 * gdb.trace/actions.exp: Likewise.
3103 * gdb.trace/ax.exp: Likewise.
3104 * gdb.trace/backtrace.exp: Likewise.
3105 * gdb.trace/change-loc.exp: Likewise.
3106 * gdb.trace/deltrace.exp: Likewise.
3107 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3108 * gdb.trace/ftrace.exp: Likewise.
3109 * gdb.trace/infotrace.exp: Check for arch support.
3110 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3111 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3112 * gdb.trace/mi-tsv-changed.exp: Likewise.
3113 * gdb.trace/packetlen.exp: Likewise.
3114 * gdb.trace/passc-dyn.exp: Likewise.
3115 * gdb.trace/passcount.exp: Likewise.
3116 * gdb.trace/pending.exp: Likewise.
3117 * gdb.trace/range-stepping.exp: Check for shlib support.
3118 * gdb.trace/report.exp: Check for arch support.
3119 * gdb.trace/save-trace.exp: Likewise.
3120 * gdb.trace/signal.exp: Check for signal support.
3121 * gdb.trace/tfind.exp: Check for arch support.
3122 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3123 * gdb.trace/trace-common.h: Add comment.
3124 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3125 * gdb.trace/trace-enable-disable.exp: Likewise.
3126 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3127 * gdb.trace/tracecmd.exp: Check for arch support.
3128 * gdb.trace/tspeed.exp: Check for shlib and target support.
3129 * gdb.trace/tstatus.exp: Check for arch support.
3130 * gdb.trace/tsv.exp: Likewise.
3131 * gdb.trace/while-dyn.exp: Likewise.
3132 * gdb.trace/while-stepping.exp: Likewise.
3133 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3134
3135 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3136
3137 * gdb.trace/tspeed.exp: Remove nowarnings.
3138 (prepare_for_trace_test): Declare "global ipalib".
3139 * gdb.trace/tspeed.c: Include unistd.h.
3140 (main): Remove superfluous printf argument.
3141
3142 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3143
3144 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3145 directory prefix on the filename.
3146
3147 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3148
3149 * gdb.gdb/unittest.exp: Update expected message informing that
3150 selftests have been disabled.
3151 * gdb.server/unittest.exp: Likewise.
3152
3153 2018-10-09 Tom de Vries <tdevries@suse.de>
3154
3155 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3156 with runto_main.
3157
3158 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3159
3160 PR c++/16841
3161 * gdb.cp/virtbase2.cc: New file.
3162 * gdb.cp/virtbase2.exp: New file.
3163
3164 2018-10-06 Tom Tromey <tom@tromey.com>
3165
3166 PR python/19399:
3167 * gdb.python/py-inferior.exp: Add architecture test.
3168
3169 2018-10-06 Tom Tromey <tom@tromey.com>
3170
3171 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3172 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3173
3174 2018-10-06 Tom Tromey <tom@tromey.com>
3175
3176 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3177 of a "throw" catchpoint.
3178
3179 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3180
3181 * gdb.base/info-proc.exp: Update string expected from "help info
3182 proc".
3183
3184 2018-10-04 Tom Tromey <tom@tromey.com>
3185
3186 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3187 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3188 (test_initial_complaints, test_empty_complaints): Update.
3189 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3190
3191 2018-10-04 Tom Tromey <tom@tromey.com>
3192
3193 PR cli/19551:
3194 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3195 * lib/gdb.exp (gdb_file_cmd): Update.
3196 * gdb.stabs/weird.exp (print_weird_var): Update.
3197 * gdb.server/solib-list.exp: Update.
3198 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3199 * gdb.mi/mi-cli.exp: Update.
3200 * gdb.linespec/linespec.exp: Update.
3201 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3202 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3203 * gdb.cp/cp-relocate.exp: Update.
3204 * gdb.base/sym-file.exp: Update.
3205 * gdb.base/relocate.exp: Update.
3206 * gdb.base/readnever.exp: Update.
3207 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3208 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3209 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3210 * gdb.base/code_elim.exp: Update.
3211 * gdb.base/break-unload-file.exp (test_break): Update.
3212 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3213 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3214 Update.
3215 * gdb.base/attach.exp (do_attach_tests): Update.
3216 * gdb.base/sepdebug.exp: Update.
3217 * gdb.python/py-section-script.exp: Update.
3218
3219 2018-10-04 Tom Tromey <tom@tromey.com>
3220
3221 PR cli/22234:
3222 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3223 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3224 output.
3225
3226 2018-10-04 Tom Tromey <tom@tromey.com>
3227
3228 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3229 set width and height to 0.
3230 (test_command_line_attach_run): Use -quiet.
3231
3232 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3233
3234 * lib/gdb.exp (skip_ifunc_tests): New.
3235 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3236 other compile failures.
3237 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3238
3239 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3240
3241 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3242 is_amd64_regs_target.
3243
3244 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3245
3246 * gdb.arch/aarch64-sighandler-regs.c: New test.
3247 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3248 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3249
3250 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3251
3252 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3253 assembly.
3254
3255 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3256
3257 * gdb.base/frame-selection.exp: New file.
3258 * gdb.base/frame-selection.c: New file.
3259
3260 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3261
3262 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3263 pthread barrier.
3264 (main): Likewise.
3265
3266 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3267
3268 * gdb.base/large-frame-1.c: New file.
3269 * gdb.base/large-frame-2.c: New file.
3270 * gdb.base/large-frame.exp: New file.
3271 * gdb.base/large-frame.h: New file.
3272
3273 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3274
3275 PR gdb/20948
3276 * gdb.base/write_mem.exp: New test.
3277 * gdb.base/write_mem.c: Likewise.
3278
3279 2018-09-23 Tom Tromey <tom@tromey.com>
3280
3281 PR python/18852:
3282 * gdb.python/py-parameter.exp: Add test for parameter that throws
3283 on "set".
3284
3285 2018-09-23 Tom Tromey <tom@tromey.com>
3286
3287 PR python/17284:
3288 * gdb.python/py-template.exp (test_template_arg): Add test for
3289 negative template argument number.
3290
3291 2018-09-23 Tom Tromey <tom@tromey.com>
3292
3293 PR python/14062:
3294 * gdb.python/python.exp: Add test for post_event error.
3295
3296 2018-09-23 Tom Tromey <tom@tromey.com>
3297
3298 PR python/18170:
3299 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3300 convert pointers to int and long.
3301
3302 2018-09-23 Tom Tromey <tom@tromey.com>
3303
3304 PR python/20126:
3305 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3306 signed-ness conversion tests.
3307
3308 2018-09-23 Tom Tromey <tom@tromey.com>
3309
3310 PR python/18352;
3311 * gdb.python/py-value.exp (test_float_conversion): New proc.
3312 Use it.
3313
3314 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3315
3316 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3317
3318 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3319
3320 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3321 no readline.
3322 * gdb.base/utf8-identifiers.exp: Likewise.
3323 * gdb.cp/cpcompletion.exp: Likewise.
3324 * gdb.linespec/cpcompletion.exp: Likewise.
3325 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3326 * gdb.linespec/cpls-ops.exp: Likewise.
3327
3328 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3329 Chris January <chris.january@arm.com>
3330
3331 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3332 * gdb.fortran/short-circuit-argument-list.exp: New file.
3333 * gdb.fortran/short-circuit-argument-list.f90: New test.
3334
3335 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3336
3337 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3338 "arch=" keyword when executing "-stack-list-frames".
3339
3340 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3341
3342 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3343 "arch=" keyword when executing "-stack-list-frames".
3344
3345 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3346
3347 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3348 break ada".
3349
3350 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3351
3352 PR python/23669
3353 * gdb.python/python.exp: Test gdb.execute("show commands").
3354
3355 2018-09-16 Tom Tromey <tom@tromey.com>
3356
3357 * gdb.base/new-ui.exp (do_execution_tests): Update.
3358 * gdb.base/dbx.exp (test_breakpoints): Update.
3359
3360 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3361
3362 * lib/gdb.exp (gdb_simple_compile): Add proc.
3363 (is_elf_target): Use gdb_simple_compile.
3364 (skip_altivec_tests): Likewise.
3365 (skip_vsx_tests): Likewise.
3366 (skip_tsx_tests): Likewise.
3367 (skip_btrace_tests): Likewise.
3368 (skip_btrace_pt_tests): Likewise.
3369 (gdb_can_simple_compile): Likewise.
3370 (gdb_has_argv0): Likewise.
3371 (gdb_target_symbol_prefix): Likewise.
3372 (target_supports_scheduler_locking): Likewise.
3373
3374 2018-09-13 Tom Tromey <tom@tromey.com>
3375
3376 * Makefile.in (TAGS): Recognize proc_with_prefix and
3377 gdb_caching_proc.
3378
3379 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3380
3381 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3382 method.
3383
3384 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3385
3386 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3387 and a few other Inferior properties when the Inferior is no
3388 longer valid.
3389
3390 2018-09-13 Tom Tromey <tom@tromey.com>
3391
3392 PR rust/23650:
3393 * gdb.rust/simple.exp: Add test for enum field access error.
3394
3395 2018-09-13 Tom Tromey <tom@tromey.com>
3396
3397 PR rust/23626:
3398 * gdb.rust/simple.rs (EmptyEnum): New type.
3399 (main): Use it.
3400 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3401
3402 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3403
3404 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3405 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3406 * gdb.python/py-symtab.exp: Update test printing an objfile.
3407
3408 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3409
3410 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3411 object.
3412
3413 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3414
3415 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3416 (support_complex_tests): Use gdb_can_simple_compile.
3417 (is_ilp32_target): Likewise.
3418 (is_lp64_target): Likewise.
3419 (is_64_target): Likewise.
3420 (is_amd64_regs_target): Likewise.
3421 (is_aarch32_target): Likewise.
3422 (gdb_int128_helper): Likewise.
3423
3424 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3425
3426 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3427
3428 2018-09-10 Jerome Guitton <guitton@adacore.com>
3429
3430 * gdb.ada/same_component_name: Add test for case of tagged record
3431 with variable-length fields.
3432
3433 2018-09-10 Xavier Roirand <roirand@adacore.com>
3434
3435 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3436 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3437 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3438 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3439
3440 2018-09-10 Xavier Roirand <roirand@adacore.com>
3441
3442 * gdb.ada/mi_string_access.exp: New testcase.
3443 * gdb.ada/mi_string_access/bar.adb: New file.
3444 * gdb.ada/mi_string_access/pck.adb: New file.
3445 * gdb.ada/mi_string_access/pck.asd: New file.
3446
3447 2018-09-10 Xavier Roirand <roirand@adacore.com>
3448
3449 * gdb.ada/mi_var_union.exp: New testcase.
3450 * gdb.ada/mi_var_union/bar.adb: New file.
3451 * gdb.ada/mi_var_union/pck.adb: New file.
3452 * gdb.ada/mi_var_union/pck.asd: New file.
3453
3454 2018-09-08 Tom Tromey <tom@tromey.com>
3455
3456 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3457
3458 2018-09-08 Tom Tromey <tom@tromey.com>
3459
3460 PR python/16047:
3461 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3462 (register_pretty_printers): Register new printer.
3463 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3464 test.
3465 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3466 (an_int_type3): New global.
3467
3468 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3469
3470 * gdb.ada/expr_with_funcall: New testcase.
3471
3472 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3473
3474 * gdb.ada/packed_array_assign: New testcase.
3475
3476 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3477
3478 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3479 names, and add test prefixes to make test names unique.
3480
3481 2018-09-05 Tom de Vries <tdevries@suse.de>
3482
3483 * gdb.dwarf2/varval.exp: Add test.
3484
3485 2018-09-04 Gary Benson <gbenson@redhat.com>
3486
3487 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3488 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3489
3490 2018-08-31 Tom Tromey <tom@tromey.com>
3491
3492 * gdb.rust/simple.rs: Rename second variable "v".
3493
3494 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3495
3496 * gdb.base/funcargs.c (use_a): New function.
3497 (recurse): Call use_a.
3498
3499 2018-08-29 Keith Seitz <keiths@redhat.com>
3500
3501 * gdb.compile/compile-cplus-anonymous.cc: New file.
3502 * gdb.compile/compile-cplus-anonymous.exp: New file.
3503 * gdb.compile/compile-cplus-array-decay.cc: New file.
3504 * gdb.compile/compile-cplus-array-decay.exp: New file.
3505 * gdb.compile/compile-cplus-inherit.cc: New file.
3506 * gdb.compile/compile-cplus-inherit.exp: New file.
3507 * gdb.compile/compile-cplus-member.cc: New file.
3508 * gdb.compile/compile-cplus-member.exp: New file.
3509 * gdb.compile/compile-cplus-method.cc: New file.
3510 * gdb.compile/compile-cplus-method.exp: New file.
3511 * gdb.compile/compile-cplus-mod.c: "New" file.
3512 * gdb.compile/compile-cplus-namespace.cc: New file.
3513 * gdb.compile/compile-cplus-namespace.exp: New file.
3514 * gdb.compile/compile-cplus-nested.cc: New file.
3515 * gdb.compile/compile-cplus-nested.exp: New file.
3516 * gdb.compile/compile-cplus-print.c: "New" file.
3517 * gdb.compile/compile-cplus-print.exp: "New" file.
3518 * gdb.compile/compile-cplus-virtual.cc: New file.
3519 * gdb.compile/compile-cplus-virtual.exp: New file.
3520 * gdb.compile/compile-cplus.c: "New" file.
3521 * gdb.compile/compile-cplus.exp: "New" file.
3522 * lib/compile-support.exp: New file.
3523
3524 2018-08-16 Gary Benson <gbenson@redhat.com>
3525
3526 PR gdb/13000:
3527 * gdb.base/batch-exit-status.exp: New file.
3528 * gdb.base/batch-exit-status.good-commands: Likewise.
3529 * gdb.base/batch-exit-status.bad-commands: Likewise.
3530
3531 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3532
3533 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3534 (struct struct02): Likewise.
3535 (struct struct03): Likewise.
3536 (struct struct04): Likewise.
3537 (struct struct_01_01): New struct.
3538 (struct struct_01_02): Likewise.
3539 (struct struct_01_03): Likewise.
3540 (struct struct_01_04): Likewise.
3541 (struct struct_02_01): Likewise.
3542 (struct struct_02_02): Likewise.
3543 (struct struct_02_03): Likewise.
3544 (struct struct_02_04): Likewise.
3545 (struct struct_04_01): Likewise.
3546 (struct struct_04_02): Likewise.
3547 (struct struct_04_03): Likewise.
3548 (struct struct_04_04): Likewise.
3549 (struct struct_05_01): Likewise.
3550 (struct struct_05_02): Likewise.
3551 (struct struct_05_03): Likewise.
3552 (struct struct_05_04): Likewise.
3553 (cmp_struct01): Remove function.
3554 (cmp_struct02): Likewise.
3555 (cmp_struct03): Likewise.
3556 (cmp_struct04): Likewise.
3557 (cmp_struct_01_01): Add Function.
3558 (cmp_struct_01_02): Likewise.
3559 (cmp_struct_01_03): Likewise.
3560 (cmp_struct_01_04): Likewise.
3561 (cmp_struct_02_01): Likewise.
3562 (cmp_struct_02_02): Likewise.
3563 (cmp_struct_02_03): Likewise.
3564 (cmp_struct_02_04): Likewise.
3565 (cmp_struct_04_01): Likewise.
3566 (cmp_struct_04_02): Likewise.
3567 (cmp_struct_04_03): Likewise.
3568 (cmp_struct_04_04): Likewise.
3569 (cmp_struct_05_01): Likewise.
3570 (cmp_struct_05_02): Likewise.
3571 (cmp_struct_05_03): Likewise.
3572 (cmp_struct_05_04): Likewise.
3573 (call_all): Add new structs.
3574 * gdb.base/infcall-nested-structs.exp: Likewise.
3575
3576 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3577
3578 * gdb.python/py-framefilter-mi.exp: Update regexp to
3579 check for "arch" field in frame output.
3580
3581 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3582
3583 * gdb.dwarf2/dw2-ranges-func.c: New file.
3584 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3585
3586 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3587
3588 * gdb.base/term.exp: Compare terminal settings with values from
3589 the inferior.
3590 * gdb.base/term.c: Get and set terminal settings.
3591
3592 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3593
3594 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3595 accommodate new "arch" field in frame output.
3596 * gdb.mi/mi-return.exp: Likewise.
3597 * gdb.mi/mi-stack.exp: Likewise.
3598 * gdb.mi/mi-syn-frame.exp: Likewise.
3599 * gdb.mi/user-selected-context-sync.exp: Likewise.
3600
3601 2018-08-19 Michael Spang <spang@google.com>
3602
3603 PR gdb/11786
3604 * gdb.base/gcore-tls-pie.c: New file.
3605 * gdb.base/gcore-tls-pie.exp: New file.
3606
3607 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3608
3609 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3610 * gdb.dwarf2/varval.c: New file.
3611 * gdb.dwarf2/varval.exp: New file.
3612
3613 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3614
3615 PR gdb/18931
3616 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3617
3618 2018-08-16 Keith Seitz <keiths@redhat.com>
3619
3620 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3621 tests expected to pass.
3622
3623 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3624
3625 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3626 -data-disassemble -a.
3627 (test_disassembly_bogus_args): Likewise.
3628
3629 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3630
3631 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3632
3633 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3634
3635 * gdb.base/vla-optimized-out.exp: Add new test.
3636
3637 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3638
3639 * gdb.base/vla-optimized-out-o3.exp: Delete.
3640 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3641 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3642 deleted tests.
3643
3644 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3645
3646 PR gdb/18050:
3647 * gdb.server/extended-remote-restart.c: New file.
3648 * gdb.server/extended-remote-restart.exp: New file.
3649
3650 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3651
3652 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3653 "set variable index = 42".
3654
3655 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3656
3657 * boards/index-cache-gdb.exp: New file.
3658 * gdb.dwarf2/index-cache.exp: New file.
3659 * gdb.dwarf2/index-cache.c: New file.
3660 * gdb.base/maint.exp: Check if we are using the index cache.
3661
3662 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3663
3664 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3665 MAKEFLAGS.
3666
3667 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3668
3669 * dg-extract-results.sh: Move to toplevel contrib.
3670 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3671 * Makefile.in (check-parallel-racy): Likewise.
3672
3673 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3674
3675 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3676 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3677 tests if the target supports scheduler locking.
3678
3679 2018-08-04 Tom de Vries <tdevries@suse.de>
3680
3681 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3682
3683 2018-08-02 Tom Tromey <tom@tromey.com>
3684
3685 PR symtab/16842.
3686 * gdb.cp/temargs.exp: Test "info address" of a template
3687 parameter.
3688
3689 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3690
3691 * gdb.python/py-mi-var-info-path-expression.c: New file.
3692 * gdb.python/py-mi-var-info-path-expression.py: New file.
3693 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3694
3695 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3696
3697 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3698 error after "cannot resolve name" string.
3699
3700 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3701
3702 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3703 started.
3704 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3705
3706 2018-07-28 Tom de Vries <tdevries@suse.de>
3707
3708 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3709
3710 2018-07-26 Tom de Vries <tdevries@suse.de>
3711
3712 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3713
3714 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3715
3716 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3717 is visible.
3718
3719 2018-07-26 Tom de Vries <tdevries@suse.de>
3720
3721 PR breakpoints/23366
3722 * gdb.base/catch-follow-exec.c: New test.
3723 * gdb.base/catch-follow-exec.exp: New file.
3724
3725 2018-07-25 Tom de Vries <tdevries@suse.de>
3726
3727 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3728 vla-optimized-out.c.
3729
3730 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3731
3732 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3733 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3734
3735 2018-07-20 Tom de Vries <tdevries@suse.de>
3736
3737 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3738 NOCLONE macro.
3739 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3740
3741 2018-07-19 Tom de Vries <tdevries@suse.de>
3742
3743 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3744 regular expression.
3745
3746 2018-07-18 Tom de Vries <tdevries@suse.de>
3747
3748 * gdb.base/vla-optimized-out.c: New test.
3749 * gdb.base/vla-optimized-out.exp: New file.
3750
3751 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3752
3753 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3754 message "No address associated with hostname" when gdbserver
3755 cannot resolve the hostname.
3756
3757 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3758
3759 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3760 Add some test prefixes to make tests unique.
3761
3762 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3763
3764 * gdb.base/frameapply.c: New file.
3765 * gdb.base/frameapply.exp: New file.
3766
3767 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3768
3769 * gdb.base/skip.exp: Update expected error message.
3770
3771 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3772 Jan Kratochvil <jan.kratochvil@redhat.com>
3773 Paul Fertser <fercerpav@gmail.com>
3774 Tsutomu Seki <sekiriki@gmail.com>
3775
3776 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3777 parameter.
3778 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3779 by default.
3780 * boards/native-gdbserver.exp: Likewise.
3781 * gdb.server/run-without-local-binary.exp: Improve regexp used
3782 for detecting when a remote debugging connection succeeds.
3783 * gdb.server/server-connect.exp: New file.
3784 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3785 Do not prefix the port number with ":".
3786 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3787 support for detecting and using it. Add '$debughost_gdbserver'
3788 to the list of arguments used to start gdbserver. Handle case
3789 when gdbserver cannot resolve a network name.
3790
3791 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3792
3793 PR c++/23373
3794 * gdb.base/ptype-offsets.cc (struct static_member): New
3795 struct.
3796 (main) <stmember>: New variable.
3797 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3798 with a static member in it.
3799
3800 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3801
3802 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3803 watchpoints enabled and disabled.
3804
3805 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3806
3807 * gdb.base/examine-backward.exp: Still run tests around address
3808 0x0, even if address 0x0 is not readable. Update the pattern for
3809 matching address 0x0 in expected output.
3810
3811 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3812
3813 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3814 malloc/free.
3815
3816 2018-07-04 Tom de Vries <tdevries@suse.de>
3817
3818 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3819
3820 2018-07-02 Maciej W. Rozycki <macro@mips.com>
3821
3822 PR tdep/8282
3823 * gdb.arch/mips-disassembler-options.exp: New test.
3824 * gdb.arch/mips-disassembler-options.s: New test source.
3825
3826 2018-06-29 Pedro Alves <palves@redhat.com>
3827
3828 * gdb.threads/names.exp: Adjust expected "info threads" output.
3829
3830 2018-06-29 Pedro Alves <palves@redhat.com>
3831
3832 * gdb.opt/inline-break.exp (line number, address): Add "info
3833 break" tests.
3834
3835 2018-06-29 Pedro Alves <palves@redhat.com>
3836
3837 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3838 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3839 number and address and running to them.
3840
3841 2018-06-29 Richard Bunt <richard.bunt@arm.com>
3842
3843 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3844
3845 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3846
3847 * lib/compiler.c: Remove executable permission flag.
3848
3849 2018-06-28 Richard Bunt <richard.bunt@arm.com>
3850
3851 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3852 code.
3853 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3854
3855 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3856
3857 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3858
3859 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3860
3861 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3862 address argument is omitted.
3863
3864 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3865
3866 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3867
3868 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
3869
3870 PR gdb/21695
3871 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3872 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3873
3874 2018-06-26 Tom Tromey <tom@tromey.com>
3875
3876 PR rust/22574:
3877 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3878 * gdb.rust/simple.rs (struct SimpleLayout): New.
3879
3880 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3881
3882 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3883 "info registers" output.
3884
3885 2018-06-21 Richard Bunt <richard.bunt@arm.com>
3886
3887 * gdb.base/watchpoint-hw-attach.c: New test.
3888 * gdb.base/watchpoint-hw-attach.exp: New file.
3889
3890 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3891
3892 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3893 through /bin/sh.
3894 * boards/dwarf4-gdb-index.exp: Likewise.
3895 * boards/fission-dwp.exp: Likewise.
3896
3897 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3898
3899 * gdb.base/float128.exp: Add comment and improved fail message
3900 to the failure case of "print large128" test.
3901
3902 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3903
3904 * configure.ac: Remove AC_PREREQ.
3905 * configure: Re-generate.
3906
3907 2018-06-19 Pedro Alves <palves@redhat.com>
3908
3909 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3910 (func_extern_caller): New.
3911 (main): Call func_extern_caller.
3912 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3913 logic change.
3914
3915 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3916
3917 PR gdb/16841
3918 * gdb.cp/typedef-base.cc: New file.
3919 * gdb.cp/typedef-base.exp: New file.
3920
3921 2018-06-18 Tom de Vries <tdevries@suse.de>
3922
3923 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3924
3925 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3926 Richard Bunt <Richard.Bunt@arm.com>
3927
3928 * gdb.threads/attach-slow-waitpid.c: New file.
3929 * gdb.threads/attach-slow-waitpid.exp: New file.
3930 * gdb.threads/slow-waitpid.c: New file.
3931
3932 2018-06-14 Pedro Alves <palves@redhat.com>
3933
3934 * gdb.base/fork-running-state.c: Include <errno.h>.
3935 (exit_if_relative_exits): New.
3936 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3937 exits.
3938 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3939 child exits.
3940
3941 2018-06-14 Tom de Vries <tdevries@suse.de>
3942
3943 PR cli/22573
3944 * gdb.base/finish-pretty.c: New test.
3945 * gdb.base/finish-pretty.exp: New file.
3946
3947 2018-06-14 Pedro Alves <palves@redhat.com>
3948
3949 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3950 gdb's expected startup output.
3951
3952 2018-06-14 Pedro Alves <palves@redhat.com>
3953
3954 * lib/selftest-support.exp (selftest_setup): Remove inlined
3955 function handling.
3956
3957 2018-06-14 Tom de Vries <tdevries@suse.de>
3958
3959 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3960 matching of breakpoint printing.
3961
3962 2018-06-13 Tom de Vries <tdevries@suse.de>
3963
3964 PR testsuite/23269
3965 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3966 (fork_child): ... here, and ...
3967 (fork_parent): ... here.
3968
3969 2018-06-12 Tom de Vries <tdevries@suse.de>
3970
3971 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3972
3973 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3974 Stephen Roberts <stephen.roberts@arm.com>
3975
3976 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3977 rewrite test to describe action performed, rather than possible
3978 failure.
3979
3980 2018-06-08 Gary Benson <gbenson@redhat.com>
3981
3982 * gdb.threads/check-libthread-db.exp: New file.
3983 * gdb.threads/check-libthread-db.c: Likewise.
3984
3985 2018-06-05 Tom Tromey <tom@tromey.com>
3986
3987 * gdb.base/default.exp: Update expected "show version" output.
3988
3989 2018-06-05 Tom Tromey <tom@tromey.com>
3990
3991 PR cli/12326:
3992 * gdb.cp/static-print-quit.exp: Update.
3993 * lib/gdb.exp (pagination_prompt): Update.
3994 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3995 * gdb.python/python.exp: Update.
3996
3997 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3998
3999 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4000
4001 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4002
4003 * gdb.ada/bp_fun_addr: New testcase.
4004
4005 2018-06-01 Tom Tromey <tom@tromey.com>
4006
4007 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4008 results.
4009 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4010 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4011 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4012 * gdb.base/maint.exp (maint_pass_if): Update.
4013
4014 2018-05-31 Maciej W. Rozycki <macro@mips.com>
4015
4016 * gdb.base/endian.exp: New test.
4017 * gdb.base/endian.c: New test source.
4018
4019 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4020
4021 PR gdb/23203
4022 * gdb.base/bt-selected-frame.c: New file.
4023 * gdb.base/bt-selected-frame.exp: New file.
4024 * lib/gdb.exp (get_current_frame_number): New function.
4025
4026 2018-05-24 Maciej W. Rozycki <macro@mips.com>
4027 Pedro Alves <palves@redhat.com>
4028
4029 * gdb.threads/tls-core.c: Include <stdlib.h>
4030 (thread_proc): Call `abort'.
4031 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4032 (tls_core_test): New procedure, bits factored out from ...
4033 (top level): ... here. Test both native cores and gcore cores.
4034
4035 2018-05-23 Tom Tromey <tom@tromey.com>
4036
4037 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4038
4039 2018-05-23 Tom Tromey <tom@tromey.com>
4040
4041 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4042 symfile_complaints.
4043 (test_short_complaints): Likewise.
4044 (test_empty_complaints): Likewise.
4045 (test_initial_complaints): Update.
4046
4047 2018-05-23 Tom Tromey <tom@tromey.com>
4048
4049 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4050
4051 2018-05-23 Tom Tromey <tom@tromey.com>
4052
4053 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4054 (test_short_complaints): Update.
4055
4056 2018-05-22 Pedro Alves <palves@redhat.com>
4057
4058 * gdb.base/remote.exp: Only gdb_start after compiling the
4059 testcase. Issue "disconnect" before testing "set remote" command
4060 defaults. Issue clean_restart before running to main.
4061
4062 2018-05-22 Pedro Alves <palves@redhat.com>
4063
4064 * gdb.base/remote.exp: Adjust expected output of "show remote
4065 memory-write-packet-size". Add tests for "set remote
4066 memory-write-packet-size 0" and "set remote
4067 memory-write-packet-size fixed/limit".
4068
4069 2018-05-22 Pedro Alves <palves@redhat.com>
4070
4071 PR gdb/22973
4072 * gdb.base/utf8-identifiers.c: New file.
4073 * gdb.base/utf8-identifiers.exp: New file.
4074
4075 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4076
4077 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4078
4079 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4080
4081 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4082
4083 2018-05-18 Tom Tromey <tom@tromey.com>
4084
4085 * gdb.base/ptype-offsets.exp: Update.
4086
4087 2018-05-17 Keith Seitz <keiths@redhat.com>
4088
4089 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4090 in expected breakpoint stop locations.
4091 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4092 move to proper scope to test variable values.
4093 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4094 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4095 New functions.
4096 (main): Call not_inline_func3.
4097 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4098 inline_func1, inline_func2, and inline_func3. Test that when each
4099 breakpoint is hit, GDB properly reports both the stop location
4100 and the backtrace. Repeat tests for temporary breakpoints.
4101
4102 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4103
4104 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4105 rather then trying to access it in determining whether the PID
4106 of `gdbserver' could have been retrieved.
4107
4108 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4109
4110 * gdb.arch/amd64-init-x87-values.S: New file.
4111 * gdb.arch/amd64-init-x87-values.exp: New file.
4112
4113 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4114
4115 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4116
4117 2018-05-04 Tom Tromey <tom@tromey.com>
4118
4119 PR python/22730:
4120 * gdb.python/python.exp: Test multi-line execute.
4121
4122 2018-05-04 Tom Tromey <tom@tromey.com>
4123
4124 PR python/22731:
4125 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4126
4127 2018-05-04 Tom Tromey <tom@tromey.com>
4128
4129 PR gdb/11750:
4130 * gdb.base/define.exp: Test defining a user command inside a user
4131 command.
4132 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4133
4134 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4135 Pedro Alves <palves@redhat.com>
4136
4137 PR breakpoints/19806 and support for PR external/20207.
4138 * gdb.base/watchpoint-unaligned.c: New file.
4139 * gdb.base/watchpoint-unaligned.exp: New file.
4140
4141 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4142
4143 * gdb.base/maint.exp: Make test names unique, use
4144 test_prefix_command_help to test 'help maint info', and remove
4145 repeated test of 'help maint'.
4146
4147 2018-05-04 Tom Tromey <tom@tromey.com>
4148
4149 PR gdb/22619:
4150 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4151 behavior.
4152
4153 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4154
4155 * gdb.base/maint.exp: Process output from 'maint print registers'
4156 line at a time.
4157
4158 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4159
4160 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4161 timeout.
4162
4163 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4164
4165 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4166 filter pattern.
4167
4168 2018-05-02 Pedro Alves <palves@redhat.com>
4169
4170 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4171 to_log_command renames.
4172 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4173
4174 2018-05-02 Tom Tromey <tom@tromey.com>
4175
4176 * gdb.python/py-parameter.exp: Set test message.
4177
4178 2018-05-02 Tom Tromey <tom@tromey.com>
4179
4180 PR python/20084:
4181 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4182 PARAM_ZUINTEGER_UNLIMITED tests.
4183
4184 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4185
4186 PR rust/23124
4187 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4188 when casting.
4189
4190 2018-04-30 Tom Tromey <tom@tromey.com>
4191
4192 * gdb.python/py-type.exp: Check align attribute.
4193 * gdb.python/py-type.c: New "aligncheck" global.
4194
4195 2018-04-30 Tom Tromey <tom@tromey.com>
4196
4197 PR exp/17095:
4198 * gdb.dwarf2/dw2-align.exp: New file.
4199 * gdb.cp/align.exp: New file.
4200 * gdb.base/align.exp: New file.
4201 * lib/gdb.exp (gdb_int128_helper): New proc.
4202 (has_int128_c, has_int128_cxx): New caching procs.
4203
4204 2018-04-27 Tom Tromey <tom@tromey.com>
4205
4206 PR rust/22545:
4207 * gdb.rust/simple.exp: Add inclusive range tests.
4208
4209 2018-04-26 Pedro Alves <palves@redhat.com>
4210
4211 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4212 ifunc breakpoint locations correctly of ifunc breakpoints set
4213 while the program resolves the ifunc.
4214
4215 2018-04-26 Pedro Alves <palves@redhat.com>
4216
4217 * gdb.base/gnu-ifunc-final.c: New file.
4218 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4219 * gdb.base/gnu-ifunc.exp (executable): Delete.
4220 (staticexecutable): Adjust.
4221 (lib_opts, exec_opts): Delete.
4222 (make_binsuffix, build, set-break): New procedures.
4223 (misc_tests): New, with tests factored out from the top level.
4224 (top level): Test different combinations of ifunc resolver name,
4225 resolver with and with debug info, and ifunc target with and
4226 without debug info. Wrap static tests with with_target_prefix.
4227
4228 2018-04-26 Pedro Alves <palves@redhat.com>
4229
4230 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4231 return type" warnings.
4232
4233 2018-04-25 Pedro Alves <palves@redhat.com>
4234
4235 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4236 killed".
4237 * gdb.base/kill-after-signal.exp: Likewise.
4238 * gdb.threads/kill.exp: Likewise.
4239
4240 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4241 Sergio Durigan Junior <sergiodj@redhat.com>
4242 Pedro Alves <palves@redhat.com>
4243
4244 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4245 regexps to expect for '[Inferior ... detached]' as well.
4246 * gdb.base/attach.exp: Likewise.
4247 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4248 "gdb_continue_to_end".
4249 (test_catch_syscall_with_wrong_args): Likewise.
4250 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4251 ']'. Don't set 'verbose' on.
4252 * gdb.base/foll-vfork.exp: Likewise.
4253 * gdb.base/fork-print-inferior-events.c: New file.
4254 * gdb.base/fork-print-inferior-events.exp: New file.
4255 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4256 '[Inferior ... has been killed]' message.
4257 * gdb.base/kill-after-signal.exp: Likewise.
4258 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4259 detach message.
4260 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4261 message.
4262 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4263 regexps to expect for '[Inferior ... detached]' as well.
4264 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4265
4266 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4267
4268 PR gdb/23104
4269 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4270
4271 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4272
4273 * gdb.threads/multiple-successive-infcall.c: New test.
4274 * gdb.threads/multiple-successive-infcall.exp: New file.
4275
4276 2018-04-17 Tom Tromey <tom@tromey.com>
4277
4278 * gdb.rust/simple.rs (Union): New type.
4279 (main): New local "u".
4280 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4281
4282 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4283
4284 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4285 number information in output of "whereis" command.
4286 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4287
4288 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4289
4290 * gdb.ada/info_types.exp: Adjust expected output to the line
4291 numbers now printed by "info var/func/type".
4292 * gdb.base/completion.exp: Likewise.
4293 * gdb.base/included.exp: Likewise.
4294 * gdb.cp/cp-relocate.exp: Likewise.
4295 * gdb.cp/cplusfuncs.exp: Likewise.
4296 * gdb.cp/namespace.exp: Likewise.
4297 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4298
4299 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4300
4301 * gdb.btrace/cpu.exp: New.
4302
4303 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4304
4305 * gdb.base/step-indirect-call-thunk.exp: New.
4306 * gdb.base/step-indirect-call-thunk.c: New.
4307 * gdb.reverse/step-indirect-call-thunk.exp: New.
4308 * gdb.reverse/step-indirect-call-thunk.c: New.
4309
4310 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4311
4312 * gdb.base/pie-fork.c: New file.
4313 * gdb.base/pie-fork.exp: New file.
4314
4315 2018-04-11 Tom Tromey <tom@tromey.com>
4316
4317 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4318
4319 2018-04-10 Pedro Alves <palves@redhat.com>
4320
4321 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4322 exits. Instead loop running forever.
4323 (fork_parent): Run forever too.
4324
4325 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4326
4327 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4328 mi_continue_to_line.
4329 * gdb.mi/mi-stack.c (callee4): Add comment.
4330
4331 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4332
4333 * gdb.mi/mi-stack.exp: Fix indentation.
4334
4335 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4336
4337 PR gdb/22979
4338 * gdb.arch/amd64-osabi.exp: New file.
4339
4340 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4341
4342 PR gdb/22980
4343 * gdb.base/osabi.exp: New file.
4344
4345 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4346
4347 * gdb.cp/static-typedef-print.exp: New file.
4348 * gdb.cp/static-typedef-print.cc: New file.
4349
4350 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4351
4352 * gdb.ada/varsize_limit: New testcase.
4353
4354 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4355
4356 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4357
4358 * gdb.ada/notcplusplus: New testcase.
4359
4360 * gdb.base/c-linkage-name.c: New file.
4361 * gdb.base/c-linkage-name.exp: New testcase.
4362
4363 2018-03-26 Tom Tromey <tom@tromey.com>
4364
4365 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4366 * gdb.python/py-framefilter.py (name_error): New global.
4367 (ErrorInName.function): Use name_error.
4368
4369 2018-03-26 Tom Tromey <tom@tromey.com>
4370
4371 PR backtrace/15582:
4372 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4373
4374 2018-03-23 Keith Seitz <keiths@redhat.com>
4375
4376 PR c++/22968
4377 * gdb.cp/subtypes.exp: New file.
4378 * gdb.cp/subtypes.h: New file.
4379 * gdb.cp/subtypes.cc: New file.
4380 * gdb.cp/subtypes-2.cc: New file.
4381
4382 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4383
4384 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4385 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4386 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4387 -nostartfiles when compiling the test. Confirm that all registers
4388 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4389
4390 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4391
4392 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4393 option, syntax was wrong anyway.
4394 * gdb.arch/arm-disp-step.exp: Likewise.
4395 * gdb.arch/sparc64-regs.exp: Likewise.
4396 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4397 option, syntax was wrong anyway, switch to use
4398 prepare_for_testing.
4399 * gdb.arch/i386-disp-step.exp: Likewise.
4400
4401 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4402
4403 * gdb.ada/exec_changed.exp: Replace "target_info exists
4404 use_gdb_stub" by "use_gdb_stub".
4405 * gdb.ada/start.exp: Likewise.
4406 * gdb.base/async-shell.exp: Likewise.
4407 * gdb.base/attach-pie-misread.exp: Likewise.
4408 * gdb.base/attach-wait-input.exp: Likewise.
4409 * gdb.base/break-entry.exp: Likewise.
4410 * gdb.base/break-interp.exp: Likewise.
4411 * gdb.base/dprintf-detach.exp: Likewise.
4412 * gdb.base/nostdlib.exp: Likewise.
4413 * gdb.base/solib-nodir.exp: Likewise.
4414 * gdb.base/statistics.exp: Likewise.
4415 * gdb.base/testenv.exp: Likewise.
4416 * gdb.mi/mi-exec-run.exp: Likewise.
4417 * gdb.mi/mi-start.exp: Likewise.
4418 * gdb.multi/dummy-frame-restore.exp: Likewise.
4419 * gdb.multi/multi-arch-exec.exp: Likewise.
4420 * gdb.multi/multi-arch.exp: Likewise.
4421 * gdb.multi/tids.exp: Likewise.
4422 * gdb.multi/watchpoint-multi.exp: Likewise.
4423 * gdb.python/py-events.exp: Likewise.
4424 * gdb.threads/attach-into-signal.exp: Likewise.
4425 * gdb.threads/attach-stopped.exp: Likewise.
4426 * gdb.threads/threadapply.exp: Likewise.
4427 * lib/selftest-support.exp: Likewise.
4428
4429 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4430
4431 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4432
4433 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4434
4435 * gdb.perf/template-breakpoints.cc: New file.
4436 * gdb.perf/template-breakpoints.exp: New file.
4437 * gdb.perf/template-breakpoints.py: New file.
4438
4439 2018-03-19 Tom Tromey <tom@tromey.com>
4440
4441 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4442 y0.
4443 * gdb.rust/simple.exp: Test bare identifier form of struct
4444 initializer.
4445
4446 2018-03-19 Tom Tromey <tom@tromey.com>
4447
4448 * gdb.gdb/observer.exp: Remove.
4449
4450 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4451
4452 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4453 "qualified" option when setting breakpoints.
4454 * gdb.trace/backtrace.exp: Likewise.
4455 * gdb.trace/circ.exp: Likewise.
4456 * gdb.trace/collection.exp: Likewise.
4457 * gdb.trace/disconnected-tracing.exp: Likewise.
4458 * gdb.trace/ftrace-lock.exp: Likewise.
4459 * gdb.trace/ftrace.exp: Likewise.
4460 * gdb.trace/infotrace.exp: Likewise.
4461 * gdb.trace/packetlen.exp: Likewise.
4462 * gdb.trace/passc-dyn.exp: Likewise.
4463 * gdb.trace/qtro.exp: Likewise.
4464 * gdb.trace/read-memory.exp: Likewise.
4465 * gdb.trace/report.exp: Likewise.
4466 * gdb.trace/signal.exp: Likewise.
4467 * gdb.trace/status-stop.exp: Likewise.
4468 * gdb.trace/strace.exp: Likewise.
4469 * gdb.trace/tfind.exp: Likewise.
4470 * gdb.trace/trace-break.exp: Likewise.
4471 * gdb.trace/trace-condition.exp: Likewise.
4472 * gdb.trace/trace-mt.exp: Likewise.
4473 * gdb.trace/tstatus.exp: Likewise.
4474 * gdb.trace/tsv.exp: Likewise.
4475 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4476 * gdb.trace/unavailable.exp: Likewise.
4477 * gdb.trace/while-dyn.exp: Likewise.
4478
4479 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4480
4481 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4482 that libinproctrace is copied to the target.
4483
4484 2018-03-14 Tom Tromey <tom@tromey.com>
4485
4486 PR cli/14977:
4487 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4488 a null pointer.
4489 * gdb.base/wchar.exp: Likewise.
4490
4491 2018-03-14 Tom Tromey <tom@tromey.com>
4492
4493 PR cli/19918:
4494 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4495 flag.
4496
4497 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4498
4499 PR gdb/22841
4500 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4501 "target" to remote_exec.
4502
4503 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4504
4505 PR gdb/22841
4506 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4507 ${board}_upload): Remove.
4508
4509 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4510
4511 * gdb.cp/watch-cp.cc: New test.
4512 * gdb.cp/watch-cp.exp: New file.
4513
4514 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4515
4516 * gdb.base/infcall-nested-structs.exp: New file.
4517 * gdb.base/infcall-nested-structs.c: New file.
4518 * gdb.base/float.exp: Add riscv support.
4519
4520 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4521
4522 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4523 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4524
4525 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4526
4527 * gdb.server/abspath.exp: New file.
4528 * lib/gdb.exp (with_cwd): New procedure.
4529
4530 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4531
4532 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4533 use it.
4534 (gdb_is_target_remote_prompt): New proc.
4535 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4536 (gdb_is_target_native): Pass prompt parameter to
4537 gdb_is_target_1.
4538
4539 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4540
4541 * gdb.base/load-command.c: New file.
4542 * gdb.base/load-command.exp: New file.
4543 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4544 (gdb_is_target_1): ...this, and generalize for other targets
4545 than just remote.
4546 (gdb_is_target_remote): Use gdb_is_target_1.
4547 (gdb_is_target_native): use gdb_is_target_1.
4548
4549 2018-02-26 Tom Tromey <tom@tromey.com>
4550
4551 PR python/16497:
4552 * gdb.python/py-framefilter.exp: Update test.
4553
4554 2018-02-26 Tom Tromey <tom@tromey.com>
4555
4556 * gdb.dwarf2/variant.c: New file.
4557 * gdb.dwarf2/variant.exp: New file.
4558
4559 2018-02-26 Tom Tromey <tom@tromey.com>
4560
4561 * gdb.rust/simple.exp: Accept more possible results in enum test.
4562
4563 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4564
4565 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4566 parentheses.
4567
4568 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4569
4570 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4571 name of a variable: $actual_linejj -> $actual_line.
4572
4573 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4574
4575 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4576
4577 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4578
4579 * gdb.btrace/buffer-size.exp: Do not force BTS.
4580
4581 2018-02-14 Pedro Alves <palves@redhat.com>
4582
4583 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4584 getting a "Quit".
4585
4586 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4587
4588 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4589 Fix test name.
4590
4591 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4592
4593 * gdb.cp/m-static.exp: Check type of optimized out static
4594 member.
4595
4596 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4597
4598 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4599 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4600
4601 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4602 Leszek Swirski <leszeks@google.com>
4603
4604 * gdb.python/py-prettyprint.c
4605 (struct to_string_returns_value_inner,
4606 struct to_string_returns_value_wrapper): New.
4607 (main): Add tsrvw variable.
4608 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4609 ToStringReturnsValueWrapper): New classes.
4610 (register_pretty_printers): Register new pretty-printers.
4611 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4612 recursive pretty printer.
4613 * gdb.python/py-mi.exp: Likewise.
4614
4615 2018-02-01 Leszek Swirski <leszeks@google.com>
4616
4617 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4618 functions with the same name as an include file are parsed
4619 correctly.
4620
4621 2018-02-01 Yao Qi <yao.qi@linaro.org>
4622
4623 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4624 "\[^\r\n\]*".
4625
4626 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4627
4628 * gdb.arch/powerpc-prologue-frame.s: New file.
4629 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4630 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4631
4632 2018-01-31 Joel Brobecker <brobecker@adacore.com>
4633
4634 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4635
4636 2018-01-30 Pedro Alves <palves@redhat.com>
4637
4638 PR gdb/13211
4639 * gdb.base/interrupt-daemon.c: New.
4640 * gdb.base/interrupt-daemon.exp: New.
4641 * gdb.multi/multi-term-settings.c: New.
4642 * gdb.multi/multi-term-settings.exp: New.
4643
4644 2018-01-30 Joel Brobecker <brobecker@adacore.com>
4645
4646 * gdb.base/break.exp: Save the location where the breakpoint
4647 on break.c:47 was actually inserted when debugging the version
4648 compiled at -O2 and use it in the expected output of the "info
4649 break" test performed soon after.
4650
4651 2018-01-22 Pedro Alves <palves@redhat.com>
4652 Sergio Durigan Junior <sergiodj@redhat.com>
4653
4654 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4655 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4656
4657 2018-01-22 Joel Brobecker <brobecker@adacore.com>
4658
4659 * gdb.base/break-include.c, gdb.base/break-include.inc,
4660 gdb.base/break-include.exp: New files.
4661 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4662 line number now being the actual line number where the breakpoint
4663 was inserted.
4664 * gdb.mi/mi-break.exp: Likewise.
4665 * gdb.mi/mi-reverse.exp: Likewise.
4666 * gdb.mi/mi-simplerun.exp: Ditto.
4667
4668 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4669
4670 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4671 varobj.
4672 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4673
4674 2018-01-21 Don Breazeal <donb@codesourcery.com>
4675 Andrew Burgess <andrew.burgess@embecosm.com>
4676
4677 * gdb.mi/basics.c: Add new global.
4678 * gdb.mi/mi-frame-regs.exp: New file.
4679 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4680 case.
4681
4682 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4683
4684 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4685 non-parameter, and on an unknown symbol.
4686
4687 2018-01-19 Tom Tromey <tom@tromey.com>
4688
4689 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4690 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4691
4692 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4693
4694 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4695 setrlimit and chdir to int.
4696
4697 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4698
4699 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4700 function.
4701 (my_tend): Likewise.
4702 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4703 rationale of avoiding FP- and vector instructions.
4704
4705 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4706
4707 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4708 "info reg" with "\[ \t\]*".
4709 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4710 "\[ \t\]+".
4711 * gdb.arch/s390-multiarch.exp: Ditto.
4712 * gdb.base/pc-fp.exp: Ditto.
4713 * gdb.reverse/i386-precsave.exp: Ditto.
4714 * gdb.reverse/i386-reverse.exp: Ditto.
4715 * gdb.reverse/i387-env-reverse.exp: Ditto.
4716 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4717
4718 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4719
4720 * lib/gdb.exp (gdb_compile): Re-enable use of
4721 universal_compile_options for languages other than Rust.
4722
4723 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4724
4725 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4726
4727 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4728
4729 PR gdb/16577
4730 * gdb.base/solib-vanish.exp: New.
4731 * gdb.base/solib-vanish-main.c: New.
4732 * gdb.base/solib-vanish-lib1.c: New.
4733 * gdb.base/solib-vanish-lib2.c: New.
4734
4735 2018-01-17 Yao Qi <yao.qi@linaro.org>
4736
4737 * gdb.compile/compile.exp: Match the address printed for
4738 frame in the output of command "bt".
4739
4740 2018-01-15 Tom Tromey <tom@tromey.com>
4741
4742 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4743 compute sp_reg.
4744
4745 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4746
4747 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4748 to prepare.
4749 (prepare): Return 0 on error, 1 on success.
4750
4751 2018-01-12 Pedro Alves <palves@redhat.com>
4752
4753 * gdb.base/continue-after-aborted-step-over.c: New.
4754 * gdb.base/continue-after-aborted-step-over.exp: New.
4755
4756 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4757
4758 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4759 options when not creating an executable.
4760
4761 2018-01-11 Pedro Alves <palves@redhat.com>
4762
4763 PR remote/22597
4764 * gdb.server/stop-reply-no-thread.c: New file.
4765 * gdb.server/stop-reply-no-thread.exp: New file.
4766
4767 2018-01-10 Pedro Alves <palves@redhat.com>
4768
4769 PR gdb/22670
4770 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4771 functions too. Test setting breakpoints and printing C functions
4772 with no debug info too.
4773 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4774
4775 2018-01-10 Pedro Alves <palves@redhat.com>
4776
4777 PR gdb/22670
4778 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4779 a fail.
4780
4781 2018-01-10 Pedro Alves <palves@redhat.com>
4782
4783 PR gdb/22670
4784 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4785
4786 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4787
4788 * gdb.server/unittest.exp: Match the output in non-development
4789 mode.
4790
4791 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4792
4793 * gdb.gdb/unittest.exp: Match output in non-development mode.
4794
4795 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4796
4797 * gdb.ada/access_tagged_param.exp: Relax expected output
4798 for value of "ObjL" in "continue" to pck.inspect breakpoint
4799 test.
4800
4801 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4802
4803 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4804 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
4805
4806 2018-01-05 Pedro Alves <palves@redhat.com>
4807
4808 PR gdb/18653
4809 * gdb.base/libsegfault.exp: New.
4810
4811 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4812
4813 PR gdb/22670
4814 * gdb.ada/access_tagged_param.exp: New file.
4815 * gdb.ada/access_tagged_param/foo.adb: New file.
4816
4817 2018-01-05 Pedro Alves <palves@redhat.com>
4818
4819 PR gdb/22670
4820 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4821 exercise lower case too, and to exercise both full matching and
4822 wild matching.
4823
4824 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4825
4826 * gdb.ada/rename_subscript_param: New testcase.
4827
4828 2018-01-05 Jerome Guitton <guitton@adacore.com>
4829
4830 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4831
4832 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4833
4834 * gdb.ada/convvar_comp: New testcase.
4835
4836 2018-01-05 Xavier Roirand <roirand@adacore.com>
4837
4838 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4839 (My_Table): New global variable.
4840 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4841
4842 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4843
4844 PR gdb/22670
4845 * gdb.ada/maint_with_ada: New testcase.
4846
4847 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4848
4849 PR gdb/22670
4850 * gdb.ada/bp_c_mixed_case: New testcase.
4851
4852 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4853
4854 PR gdb/22670
4855 * gdb.ada/complete.exp: Add "complete break ada" test.
4856
4857 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4858
4859 PR gdb/22670
4860 * gdb.ada/info_addr_mixed_case: New testcase.
4861
4862 2018-01-03 Xavier Roirand <roirand@adacore.com>
4863
4864 * gdb.ada/excep_handle.exp: New testcase.
4865 * gdb.ada/excep_handle/foo.adb: New file.
4866 * gdb.ada/excep_handle/pck.ads: New file.
4867
4868 2018-01-03 Joel Brobecker <brobecker@adacore.com>
4869
4870 * gdb.base/step-line.c: Add extra empty line in copyright header.
4871 * gdb.base/step-line.inp: Likewise.
4872
4873 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4874
4875 * gdb.ada/dyn_stride.exp: Add slice test.
4876
4877 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4878
4879 * gdb.ada/dyn_stride: New testcase.
4880
4881 2017-12-27 Stafford Horne <shorne@gmail.com>
4882
4883 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4884 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4885
4886 2017-12-27 Stafford Horne <shorne@gmail.com>
4887
4888 * gdb.base/reggroups.c: New file.
4889 * gdb.base/reggroups.exp: New file.
4890
4891 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4892
4893 * gdb.dwarf2/ada-valprint-error.c: New file.
4894 * gdb.dwarf2/ada-valprint-error.exp: New file.
4895
4896 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4897
4898 * gdb.ada/assign_arr: New testcase.
4899
4900 2017-12-18 Xavier Roirand <roirand@adacore.com>
4901
4902 * gdb.ada/funcall_ptr: New testcase.
4903
4904 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4905
4906 PR cli/16224
4907 * gdb.base/ptype-offsets.cc: New file.
4908 * gdb.base/ptype-offsets.exp: New file.
4909
4910 2017-12-15 Yao Qi <yao.qi@linaro.org>
4911
4912 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4913 if XML is disabled.
4914
4915 2017-12-15 Xavier Roirand <roirand@adacore.com>
4916
4917 * gdb.ada/same_component_name: New testcase.
4918
4919 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4920
4921 * gdb.ada/str_binop_equal: New testcase.
4922
4923 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4924
4925 * gdb.ada/task_switch_in_core: New testcase.
4926
4927 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4928
4929 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4930 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4931 call test_bkpt_qualified.
4932 (test_bkpt_qualified): New proc.
4933
4934 2017-12-13 Pedro Alves <palves@redhat.com>
4935
4936 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4937 Tighten regexp by matching with an anchor.
4938
4939 2017-12-13 Pedro Alves <palves@redhat.com>
4940
4941 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4942 ("expression with namespace"): New set of tests.
4943 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4944 (Nested::Test_NS::qux): New.
4945 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4946 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4947
4948 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4949
4950 * gdb.base/server-del-break.c: New file.
4951 * gdb.base/server-del-break.exp: New file.
4952
4953 2017-12-12 Stafford Horne <shorne@gmail.com>
4954
4955 * gdb.xml/tdesc-regs.exp: Add or1k support.
4956
4957 2017-12-12 Stafford Horne <shorne@gmail.com>
4958
4959 * gdb.base/bp-permanent.c: Define nop of or1k.
4960
4961 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4962
4963 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4964 output with components being reordered.
4965
4966 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4967
4968 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4969 output with components being reordered.
4970
4971 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4972 Pedro Alves <palves@redhat.com>
4973
4974 * gdb.base/maint.exp (check for .gdb_index): Check also for
4975 .debug_names.
4976 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4977 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4978 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4979 (.gdb_index used after symbol reloading): Support also .debug_names.
4980 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4981
4982 2017-12-08 Yao Qi <yao.qi@linaro.org>
4983
4984 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4985 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4986
4987 2017-12-08 Yao Qi <yao.qi@linaro.org>
4988
4989 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4990 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4991
4992 2017-12-08 Yao Qi <yao.qi@linaro.org>
4993
4994 * gdb.arch/aarch64-tagged-pointer.c: New file.
4995 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4996
4997 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4998
4999 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5000 "int".
5001
5002 2017-12-07 Keith Seitz <keiths@redhat.com>
5003
5004 PR breakpoints/22569
5005 * gdb.linespec/ls-errs.exp: Change expected result of "break
5006 -source this file has spaces.c -line 3".
5007 Check that an explicit source file followed by whitespace is
5008 identified as an invalid explicit location.
5009
5010 2017-12-07 Keith Seitz <keiths@redhat.com>
5011
5012 * gdb.cp/nested-types.cc: New file.
5013 * gdb.cp/nested-types.exp: New file.
5014 * lib/cp-support.exp: Load data-structures.exp library.
5015 (debug_cp_test_ptype_class): New global.
5016 (cp_ptype_class_verbose, next_line): New procedures.
5017 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5018 Add and document new return value.
5019 Switch the list of lines to a queue.
5020 Add support for new `type' key for nested type definitions.
5021 Add debugging/troubleshooting messages.
5022 * lib/data-structures.exp: New file.
5023
5024 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5025
5026 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5027 with proc_with_prefix, don't use with_test_prefix.
5028
5029 2017-12-07 Tom Tromey <tom@tromey.com>
5030
5031 * gdb.base/break.exp: Add test for empty "commands".
5032
5033 2017-12-07 Yao Qi <yao.qi@linaro.org>
5034
5035 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5036 malloc and catch syscall.
5037
5038 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5039
5040 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5041 tests for explicit locations.
5042
5043 2017-12-06 Pedro Alves <palves@redhat.com>
5044
5045 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5046 force-disabling XML descriptions.
5047
5048 2017-12-04 Pedro Alves <palves@redhat.com>
5049
5050 PR gdb/22499
5051 * gdb.arch/amd64-disp-step-avx.S: New file.
5052 * gdb.arch/amd64-disp-step-avx.exp: New file.
5053
5054 2017-12-03 Pedro Alves <palves@redhat.com>
5055
5056 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5057 and <string.h>.
5058 (parent_function): Print distinct messages when waitpid fails, or
5059 the child exits with a signal, or the child exits for an unhandled
5060 reason.
5061 * gdb.threads/process-dies-while-detaching.exp
5062 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5063 it. Wait for both inferior output and GDB's prompt. Use an
5064 indirect spawn id list.
5065 (do_detach): New parameter 'child_exit'. Use it to compute
5066 expected inferior output.
5067 (test_detach, test_detach_watch, test_detach_killed_outside):
5068 Adjust to pass down the expected child exit kind.
5069
5070 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5071 Sergio Durigan Junior <sergiodj@redhat.com>
5072 Pedro Alves <palves@redhat.com>
5073
5074 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5075
5076 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5077
5078 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5079 to 'symbol-file' and 'add-symbol-file' can be
5080 position-independent.
5081
5082 2017-12-01 Yao Qi <yao.qi@linaro.org>
5083
5084 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5085 the URL in copyright header.
5086 * gdb.arch/aarch64-fp.exp: Likewise.
5087 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5088 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5089 * gdb.base/expand-psymtabs.exp: Likewise.
5090 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5091 * gdb.fortran/common-block.exp: Likewise.
5092 * gdb.fortran/common-block.f90: Likewise.
5093 * gdb.fortran/logical.exp: Likewise.
5094 * gdb.fortran/vla-datatypes.f90: Likewise.
5095 * gdb.fortran/vla-sub.f90: Likewise.
5096
5097 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5098
5099 * gdb.ada/repeat_dyn: New testcase.
5100
5101 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5102
5103 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5104 Update for changed thread numbering.
5105 * gdb.cell/bt.exp: Update for changed GDB output.
5106
5107 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5108
5109 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5110 setting isremote by hand.
5111 * boards/dwarf4-gdb-index.exp: Likewise.
5112 * boards/fission.exp: Likewise.
5113 * boards/stabs.exp: Likewise.
5114
5115 2017-11-30 Pedro Alves <palves@redhat.com>
5116
5117 * gdb.linespec/cpls-ops.exp
5118 (check_explicit_skips_function_argument): Extract the underlying
5119 type of size_t instead of hardcoding it.
5120
5121 2017-11-29 Pedro Alves <palves@redhat.com>
5122
5123 PR c++/19436
5124 * gdb.linespec/cpls-abi-tag.cc: New file.
5125 * gdb.linespec/cpls-abi-tag.exp: New file.
5126
5127 2017-11-29 Pedro Alves <palves@redhat.com>
5128
5129 * gdb.base/langs.exp: Use -qualified.
5130 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5131 it.
5132 * gdb.cp/namespace.exp: Use -qualified.
5133 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5134 (overload-3, template-overload, template-ret-type, const-overload)
5135 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5136 procedures.
5137 (test_driver): Call them.
5138 * gdb.cp/save-bp-qualified.cc: New.
5139 * gdb.cp/save-bp-qualified.exp: New.
5140 * gdb.linespec/explicit.exp: Test -qualified.
5141 * lib/completion-support.exp (completion::explicit_opts_list): Add
5142 "-qualified".
5143 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5144
5145 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5146
5147 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5148
5149 2017-11-29 Tom Tromey <tom@tromey.com>
5150
5151 * gdb.base/relocate.exp: Update invalid argument test.
5152 Add new tests for invalid arguments.
5153
5154 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5155
5156 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5157 Return 0 as a long.
5158 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5159
5160 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5161
5162 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5163 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5164 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5165 func ().
5166 * gdb.cp/shadow.cc (B.func): Return 0.
5167
5168 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5169
5170 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5171 expected output in gdb_expect call to allow the exception
5172 message to be present as well. Fix syntax confusion to avoid
5173 TCL thinking that exception_name is an array.
5174
5175 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5176
5177 * gdb.arch/spu-info.c: Include <unistd.h>.
5178 (do_signal_test): Fix broken calls to write.
5179 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5180 Fix checks for empty mailboxes. Update signal tests for corrected
5181 do_signal_test routine. Allow nonzero event status.
5182 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5183 * gdb.cell/arch.exp: Use standard_output_file.
5184 * gdb.cell/break.exp: Likewise.
5185 * gdb.cell/bt.exp: Likewise.
5186 * gdb.cell/core.exp: Likewise.
5187 * gdb.cell/dwarfaddr.exp: Likewise.
5188 * gdb.cell/ea-cache.exp: Likewise.
5189 * gdb.cell/ea-standalone.exp: Likewise.
5190 * gdb.cell/f-regs.exp: Likewise.
5191 * gdb.cell/fork.exp: Likewise.
5192 * gdb.cell/gcore.exp: Likewise.
5193 * gdb.cell/mem-access.exp: Likewise.
5194 * gdb.cell/ptype.exp: Likewise.
5195 * gdb.cell/registers.exp: Likewise.
5196 * gdb.cell/sizeof.exp: Likewise.
5197 * gdb.cell/solib-symbol.exp: Likewise.
5198 * gdb.cell/solib.exp: Likewise.
5199
5200 2017-11-25 Pedro Alves <palves@redhat.com>
5201
5202 * gdb.base/complete-empty.exp: New file.
5203 * gdb.base/completion.exp: Adjust.
5204
5205 2017-11-25 Pedro Alves <palves@redhat.com>
5206
5207 * gdb.linespec/cpls-ops.cc: New file.
5208 * gdb.linespec/cpls-ops.exp: New file.
5209 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5210 factored out from ...
5211 (test_complete_prefix_range): ... this.
5212
5213 2017-11-24 Pedro Alves <palves@redhat.com>
5214
5215 * gdb.linespec/cpcompletion.exp: New file.
5216 * gdb.linespec/cpls-hyphen.cc: New file.
5217 * gdb.linespec/cpls.cc: New file.
5218 * gdb.linespec/cpls2.cc: New file.
5219 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5220 test to use test_gdb_complete_unique. Add label completion,
5221 keyword completion and explicit location completion tests.
5222 * lib/completion-support.exp: New file.
5223
5224 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5225
5226 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5227 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5228 when hitting an exception catchpoint.
5229
5230 2017-11-22 Yao Qi <yao.qi@linaro.org>
5231
5232 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5233
5234 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5235
5236 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5237 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5238 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5239
5240 2017-11-22 Yao Qi <yao.qi@linaro.org>
5241
5242 * gdb.base/info-os.exp: Pass pthreads.
5243 * gdb.multi/multi-attach.exp: Likewise.
5244
5245 2017-11-22 Yao Qi <yao.qi@linaro.org>
5246
5247 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5248 compiler.
5249
5250 2017-11-22 Yao Qi <yao.qi@linaro.org>
5251
5252 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5253 * gdb.base/break-interp.exp: Likewise.
5254 * gdb.base/jit-attach-pie.exp: Likewise.
5255
5256 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5257
5258 * gdb.base/float128.c (large128): New variable.
5259 * gdb.base/float128.exp: Add test to print largest __float128 value.
5260
5261 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5262
5263 * gdb.arch/vsx-regs.exp: Update register content checks.
5264
5265 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5266
5267 * gdb.arch/ppc-longdouble.exp: New file.
5268 * gdb.arch/ppc-longdouble.c: Likewise.
5269
5270 2017-11-21 Pedro Alves <palves@redhat.com>
5271
5272 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5273
5274 2017-11-20 Pedro Alves <palves@redhat.com>
5275
5276 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5277 (long_double_typedef): New typedefs.
5278 Use DEF on double and long double.
5279 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5280 cases.
5281 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5282 and 'long_double_ptr_same_size' locals. Use them to decide
5283 whether cast from array/function to float is valid/invalid.
5284
5285 2017-11-17 Tom Tromey <tom@tromey.com>
5286
5287 * gdb.rust/traits.rs: New file.
5288 * gdb.rust/traits.exp: New file.
5289
5290 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5291
5292 * gdb.ada/minsyms: New testcase.
5293
5294 2017-11-16 Pedro Alves <palves@redhat.com>
5295
5296 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5297 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5298
5299 2017-11-16 Pedro Alves <palves@redhat.com>
5300
5301 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5302 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5303
5304 2017-11-16 Pedro Alves <palves@redhat.com>
5305
5306 * gdb.server/reconnect-ctrl-c.c: New file.
5307 * gdb.server/reconnect-ctrl-c.exp: New file.
5308
5309 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5310
5311 * gdb.python/py-rbreak.exp: New file.
5312 * gdb.python/py-rbreak.c: New file.
5313 * gdb.python/py-rbreak-func2.c: New file.
5314
5315 2017-11-16 Pedro Alves <palves@redhat.com>
5316
5317 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5318 pattern.
5319 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5320 GDB.
5321
5322 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5323
5324 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5325 regex.
5326
5327 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5328
5329 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5330 test names.
5331
5332 2017-11-09 Pedro Alves <palves@redhat.com>
5333
5334 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5335 factored out from ...
5336 (top level): ... here, and adjusted to avoid expecting beyond the
5337 prompt in a single gdb_test_multiple.
5338
5339 2017-11-09 Pedro Alves <palves@redhat.com>
5340
5341 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5342 output.
5343 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5344 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5345 * gdb.server/ext-run.exp ("kill" test): Likewise.
5346 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5347
5348 2017-11-09 Pedro Alves <palves@redhat.com>
5349
5350 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5351 match till end of line.
5352
5353 2017-11-09 Pedro Alves <palves@redhat.com>
5354
5355 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5356
5357 2017-11-09 Pedro Alves <palves@redhat.com>
5358
5359 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5360 New procedures, factored out from ...
5361 (top level): ... here, and adjusted to avoid expecting beyond the
5362 prompt in one go.
5363
5364 2017-11-09 Pedro Alves <palves@redhat.com>
5365
5366 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5367 output. Fix '?' match.
5368
5369 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5370
5371 * gdb.ada/scoped_watch: New testcase.
5372 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5373 which is actually correct.
5374 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5375 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5376
5377 2017-11-08 Pedro Alves <palves@redhat.com>
5378
5379 * gdb.gdb/complaints.exp (test_initial_complaints)
5380 (test_serial_complaints, test_short_complaints): Call
5381 complaint_internal instead of complaint.
5382
5383 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5384
5385 * gdb.threads/tls-core.c: New file.
5386 * gdb.threads/tls-core.exp: Likewise.
5387
5388 2017-11-08 Pedro Alves <palves@redhat.com>
5389
5390 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5391 (p Exported_Capitalized): New test.
5392 (p exported_capitalized): New test.
5393
5394 2017-11-07 Pedro Alves <palves@redhat.com>
5395
5396 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5397
5398 2017-11-07 Pedro Alves <palves@redhat.com>
5399
5400 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5401 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5402 (disable_invalid, disable_inverted, disable_negative): New
5403 procedures.
5404 ("bad numbers"): New set of tests.
5405
5406 2017-11-07 Pedro Alves <palves@redhat.com>
5407
5408 * gdb.cp/ena-dis-br-range.exp: Add tests.
5409
5410 2017-11-07 Pedro Alves <palves@redhat.com>
5411
5412 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5413
5414 2017-11-07 Xavier Roirand <roirand@adacore.com>
5415 Pedro Alves <palves@redhat.com>
5416
5417 * gdb.base/ena-dis-br.exp: Add reference to
5418 gdb.cp/ena-dis-br-range.exp.
5419 * gdb.cp/ena-dis-br-range.exp: New file.
5420 * gdb.cp/ena-dis-br-range.cc: New file.
5421
5422 2017-11-06 Pedro Alves <palves@redhat.com>
5423
5424 * gdb.base/attach-non-pgrp-leader.c: New.
5425 * gdb.base/attach-non-pgrp-leader.exp: New.
5426
5427 2017-11-06 Pedro Alves <palves@redhat.com>
5428
5429 * configure.ac: No longer check for termio.h and sgtty.h.
5430 * configure: Regenerate.
5431 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5432 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5433 Remove termio and sgtty code.
5434
5435 2017-11-03 Yao Qi <yao.qi@linaro.org>
5436
5437 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5438 in GDB is disabled.
5439
5440 2017-11-03 Yao Qi <yao.qi@linaro.org>
5441
5442 * gdb.python/py-thrhandle.exp: Skip it if python is not
5443 enabled.
5444
5445 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5446
5447 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5448 as a breakpoint command.
5449
5450 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5451
5452 PR python/21213
5453 * gdb.python/py-infthread.exp: Test calling
5454 InferiorThread.inferior () multiple times in a row.
5455
5456 2017-10-27 Keith Seitz <keiths@redhat.com>
5457
5458 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5459 Test "info break" for every inlined function breakpoint.
5460
5461 2017-10-27 Yao Qi <yao.qi@linaro.org>
5462
5463 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5464
5465 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5466
5467 * gdb.cp/classes.exp (test_static_members): Test printing
5468 Outer::instance.
5469 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5470 (Inner::instance, Outer::instance): New.
5471
5472 2017-10-24 Pedro Alves <palves@redhat.com>
5473
5474 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5475 extra console" test in two stages.
5476
5477 2017-10-24 Pedro Alves <palves@redhat.com>
5478
5479 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5480
5481 2017-10-24 Pedro Alves <palves@redhat.com>
5482
5483 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5484 loop.
5485
5486 2017-10-24 Pedro Alves <palves@redhat.com>
5487
5488 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5489 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5490
5491 2017-10-24 Pedro Alves <palves@redhat.com>
5492
5493 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5494 parameter and handle it. Don't output read value in test name.
5495
5496 2017-10-24 Pedro Alves <palves@redhat.com>
5497
5498 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5499 custom test name.
5500
5501 2017-10-24 Pedro Alves <palves@redhat.com>
5502
5503 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5504 include the unstable output directory name in the test's name.
5505 (initial_setup_simple) <'set args'>: Use custom test name.
5506
5507 2017-10-24 Pedro Alves <palves@redhat.com>
5508
5509 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5510 with explicit test name.
5511
5512 2017-10-20 Pedro Alves <palves@redhat.com>
5513
5514 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5515 'wait -i'. Use gdb_assert and remote_close.
5516
5517 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5518
5519 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5520 number from variable rather than hard-coded.
5521
5522 2017-10-19 Pedro Alves <palves@redhat.com>
5523
5524 * gdb.base/long-inferior-output.c: New file.
5525 * gdb.base/long-inferior-output.exp: New file.
5526
5527 2017-11-18 Keith Seitz <keiths@redhat.com>
5528
5529 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5530 method.
5531 (main): Call it.
5532 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5533 Add additional user-defined conversion operator tests.
5534
5535 2017-10-17 Pedro Alves <palves@redhat.com>
5536
5537 * boards/native-stdio-gdbserver.exp: Load "local-board".
5538
5539 2017-10-17 Pedro Alves <palves@redhat.com>
5540
5541 * gdb.base/quit-live.c: New file.
5542 * gdb.base/quit-live.exp: New file.
5543
5544 2017-10-16 Keith Seitz <keiths@redhat.com>
5545
5546 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5547 (class_with_protected_typedef, class_with_private_typedef)
5548 (struct_with_public_typedef, struct_with_protected_typedef)
5549 (struct_with_private_typedef): New classes/structs.
5550 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5551 typedefs and access specifiers.
5552
5553 2017-10-16 Pedro Alves <palves@redhat.com>
5554 Simon Marchi <simon.marchi@polymtl.ca>
5555
5556 * README (Local vs Remote vs Native): New section.
5557 * boards/local-board.exp: New file, with bits factored out from
5558 ...
5559 * boards/native-extended-gdbserver.exp: ... here. Load
5560 "local-board".
5561 * boards/native-gdbserver.exp: Load "local-board".
5562 (${board}_spawn, ${board}_exec): Delete.
5563 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5564 ...
5565 * boards/stdio-gdbserver-base.exp: ... this new file.
5566 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5567 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5568 procedure.
5569 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5570 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5571 stdio_gdbserver_command.
5572 (${board}_get_remote_address, ${board}_get_comm_port)
5573 (${board}_download, ${board}_upload): Delete.
5574 (get_target_remote_pipe_cmd): New.
5575
5576 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5577
5578 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5579 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5580 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5581 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5582 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5583 remove with_test_prefix.
5584
5585 2017-10-13 Pedro Alves <palves@redhat.com>
5586
5587 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5588 * gdb.base/annota1.exp: Use it instead of is_remote.
5589 * gdb.base/annota3.exp: Use it instead of is_remote.
5590 * gdb.cp/annota2.exp: Use it instead of is_remote.
5591 * gdb.cp/annota3.exp: Use it instead of is_remote.
5592 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5593
5594 2017-10-13 Pedro Alves <palves@redhat.com>
5595
5596 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5597 (test_num_test_vars, run_and_count_vars, find_env)
5598 (test_set_unset_env, test_inherit_env_var): New procedures.
5599 (top level): Use them.
5600
5601 2017-10-13 Pedro Alves <palves@redhat.com>
5602
5603 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5604 also skip on stub-like targets.
5605
5606 2017-10-13 Pedro Alves <palves@redhat.com>
5607
5608 PR gdb/22293
5609 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5610 (top level): Move some tests to ...
5611 (test_not_found): ... this new procedure.
5612 (top level): Call it.
5613
5614 2017-10-13 Pedro Alves <palves@redhat.com>
5615
5616 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5617 expect different "info terminal" output if testing with a
5618 non-native target.
5619
5620 2017-10-13 Pedro Alves <palves@redhat.com>
5621 Simon Marchi <simon.marchi@polymtl.ca>
5622
5623 PR python/12966
5624 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5625
5626 2017-10-13 Pedro Alves <palves@redhat.com>
5627
5628 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5629 already.
5630
5631 2017-10-13 Pedro Alves <palves@redhat.com>
5632
5633 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5634 is_remote.
5635
5636 2017-10-13 Pedro Alves <palves@redhat.com>
5637
5638 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5639 is_remote.
5640
5641 2017-10-13 Pedro Alves <palves@redhat.com>
5642
5643 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5644 is set.
5645 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5646 instead of is_remote.
5647
5648 2017-10-13 Pedro Alves <palves@redhat.com>
5649
5650 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5651 (top level): Add comment.
5652
5653 2017-10-13 Pedro Alves <palves@redhat.com>
5654
5655 * gdb.base/remote.exp (top level): Fix comment typo and add
5656 missing return.
5657
5658 2017-10-13 Pedro Alves <palves@redhat.com>
5659 Simon Marchi <simon.marchi@polymtl.ca>
5660
5661 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5662 calls and add comments. Skip test if use_gdb_stub is set.
5663 (top level): Use "set cwd" command instead of "cd" command.
5664
5665 2017-10-13 Pedro Alves <palves@redhat.com>
5666
5667 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5668 is_remote target check.
5669
5670 2017-10-13 Pedro Alves <palves@redhat.com>
5671
5672 * gdb.base/scope.exp: Use build_executable + clean_restart +
5673 gdb_file_cmd instead of prepare_for_testing and no longer skip
5674 "before run" tests on is_remote target boards. Update comments.
5675 * boards/native-extended-gdbserver.exp
5676 (extended_gdbserver_load_last_file): New, factored out from ...
5677 (gdb_load): ... this. Move further below and add comment.
5678 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5679
5680 2017-10-12 Pedro Alves <palves@redhat.com>
5681
5682 * gdb.base/attach.exp: Remove references to gdb64.
5683 * gdb.base/dbx.exp: Remove references to gdb64.
5684
5685 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5686 Pedro Alves <palves@redhat.com>
5687
5688 * gdb.base/label.exp: Remove is_remote target check.
5689
5690 2017-10-12 Pedro Alves <palves@redhat.com>
5691
5692 * gdb.base/auvx.exp (coredir): Update comment.
5693 (top level) <core_works>: Use "set cwd" command instead of "cd"
5694 command.
5695
5696 2017-10-12 Pedro Alves <palves@redhat.com>
5697 Simon Marchi <simon.marchi@polymtl.ca>
5698
5699 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5700 target boards.
5701
5702 2017-10-12 Pedro Alves <palves@redhat.com>
5703 Simon Marchi <simon.marchi@polymtl.ca>
5704
5705 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5706 Instead skip if there's any gdb_protocol set.
5707
5708 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5709 Pedro Alves <palves@redhat.com>
5710
5711 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5712
5713 2017-10-12 Pedro Alves <palves@redhat.com>
5714 Simon Marchi <simon.marchi@polymtl.ca>
5715
5716 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5717 instead of on dejagnu remote boards.
5718
5719 2017-10-12 Pedro Alves <palves@redhat.com>
5720 Simon Marchi <simon.marchi@polymtl.ca>
5721
5722 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5723 checks. Use build_executable + clean_restart instead of
5724 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5725 of enabling non-stop after starting gdb.
5726
5727 2017-10-12 Pedro Alves <palves@redhat.com>
5728
5729 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5730 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5731 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5732 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5733
5734 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5735
5736 * gdb.arch/arc-tdesc-cpu.exp: New file.
5737 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5738
5739 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5740
5741 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5742
5743 2017-10-10 Pedro Alves <palves@redhat.com>
5744
5745 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5746 expect CLI output.
5747
5748 2017-10-10 Pedro Alves <palves@redhat.com>
5749
5750 * lib/selftest-support.exp (selftest_setup): Update for
5751 captured_command_loop's prototype change.
5752
5753 2017-10-09 Pedro Alves <palves@redhat.com>
5754
5755 Test both arch1=>arch2 and arch2=>arch1.
5756
5757 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5758 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5759 factored out to...
5760 (append_arch1_options, append_arch2_options, append_arch_options)
5761 (build_executables): New procedures.
5762 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5763 local.
5764 (top level): Add new 'first_arch' testing axis.
5765
5766 2017-10-09 Pedro Alves <palves@redhat.com>
5767
5768 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5769 (barrier): New.
5770 (thread_start, all_started): New functions.
5771 (main): Spawn new thread and wait until it is scheduled.
5772 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5773 option.
5774 (do_test): Add 'selected_thread' parameter. Run to all_started
5775 instead of main. Explicitly set the breakpoint at main. Switch
5776 to the SELECTED_THREAD thread.
5777 (top level): Test handling the exec event with either the main
5778 thread or the second thread selected.
5779
5780 2017-10-09 Pedro Alves <palves@redhat.com>
5781
5782 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5783 logic. Move STOP marker after the value checks.
5784 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5785 regexp.
5786
5787 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5788
5789 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5790
5791 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5792
5793 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5794 integer-to-dfp conversion.
5795 * gdb.base/dfp-test.exp: Likewise.
5796
5797 2017-10-04 Pedro Alves <palves@redhat.com>
5798
5799 * gdb.multi/hangout.c: Include <unistd.h>.
5800 (hangout_loop): New function.
5801 (main): Call alarm. Call hangout_loop in a loop.
5802 * gdb.multi/hello.c: Include <unistd.h>.
5803 (hello_loop): New function.
5804 (main): Call alarm. Call hangout_loop in a loop.
5805 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5806 inferior with the other selected.
5807
5808 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5809
5810 * gdb.mi/list-thread-groups-available.exp: New file.
5811 * gdb.mi/list-thread-groups-available.c: New file.
5812
5813 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5814
5815 * gdb.base/set-cwd.exp: Make it available on
5816 native-extended-gdbserver.
5817
5818 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5819
5820 * gdb.base/set-cwd.c: New file.
5821 * gdb.base/set-cwd.exp: Likewise.
5822
5823 2017-10-02 Tom Tromey <tom@tromey.com>
5824
5825 PR rust/22236:
5826 * gdb.rust/simple.rs (main): New variable "fslice".
5827 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5828
5829 2017-10-02 Tom Tromey <tom@tromey.com>
5830
5831 * gdb.rust/simple.exp: Test ptype of a slice.
5832
5833 2017-10-02 Tom Tromey <tom@tromey.com>
5834
5835 * gdb.rust/simple.exp: Test index of slice.
5836
5837 2017-09-27 Tom Tromey <tom@tromey.com>
5838
5839 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5840
5841 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5842 Pedro Alves <palves@redhat.com>
5843
5844 * gdb.base/compare-sections.exp (get value of read-only section): Read
5845 as unsigned value.
5846 (corrupt read-only section): Likewise and don't set written if patching
5847 failed.
5848
5849 2017-09-21 Kevin Buettner <kevinb@redhat.com>
5850
5851 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5852 files.
5853
5854 2017-09-20 Pedro Alves <palves@redhat.com>
5855
5856 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5857 symbol names in gdb's output.
5858 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5859
5860 2017-09-20 Pedro Alves <palves@redhat.com>
5861
5862 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5863 Rename to ...
5864 (test_list_ambiguous_symbol): ... this and add a symbol name
5865 parameter. Adjust.
5866 (test_list_ambiguous_function): Reimplement on top of
5867 test_list_ambiguous_symbol and also test listing ambiguous
5868 variables.
5869 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5870 (ambiguous_fun): ... this.
5871 (ambiguous_var): New.
5872 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5873 (ambiguous_fun): ... this.
5874 (ambiguous_var): New.
5875
5876 2017-09-19 John Baldwin <jhb@FreeBSD.org>
5877
5878 * gdb.base/starti.c: New file.
5879 * gdb.base/starti.exp: New file.
5880 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5881
5882 2017-09-14 Pedro Alves <palves@redhat.com>
5883
5884 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5885 (top level): Use it instead of runto.
5886
5887 2017-09-11 Tom Tromey <tom@tromey.com>
5888
5889 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5890
5891 2017-09-11 Tom Tromey <tom@tromey.com>
5892
5893 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5894 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5895
5896 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5897
5898 * gdb.fortran/printing-types.exp: New file.
5899 * gdb.fortran/printing-types.exp: New file.
5900
5901 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5902
5903 * gdb.fortran/vla-ptype.exp: Fix typos.
5904 * gdb.fortran/vla-value.exp: Same.
5905
5906 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5907
5908 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5909 * gdb.mi/mi-var-child-f.exp: Likewise.
5910 * gdb.mi/mi-vla-fortran.exp: Likewise.
5911
5912 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5913 Christoph Weinmann <christoph.t.weinmann@intel.com>
5914 Bernhard Heckel <bernhard.heckel@intel.com>
5915
5916 * gdb.fortran/ptr-indentation.f90: New file.
5917 * gdb.fortran/ptr-indentation.exp: New file.
5918
5919 2017-09-05 Tom Tromey <tom@tromey.com>
5920
5921 PR gdb/22010:
5922 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5923
5924 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5925
5926 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5927
5928 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5929
5930 * gdb.threads/tls-nodebug-pie.c: New file.
5931 * gdb.threads/tls-nodebug-pie.exp: New file.
5932
5933 2017-09-05 Tom Tromey <tom@tromey.com>
5934
5935 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5936 for rust.
5937
5938 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5939
5940 * gdb.multi/multi-arch-exec.exp: Test with different
5941 "follow-exec-mode" settings.
5942 (do_test): New procedure.
5943
5944 2017-09-04 Pedro Alves <palves@redhat.com>
5945
5946 * gdb.base/func-static.c (S::method const, S::method volatile)
5947 (S::method volatile const): New methods.
5948 (c_s, v_s, cv_s): New instances.
5949 (main): Call method() on them.
5950 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5951 (cannot_resolve): New procedure.
5952 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5953 print-quote-unquoted columns.
5954 (do_test): Test printing each scope too.
5955
5956 2017-09-04 Pedro Alves <palves@redhat.com>
5957
5958 * gdb.base/local-static.exp: Also test with
5959 class::method::variable wholly quoted.
5960 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5961
5962 2017-09-04 Pedro Alves <palves@redhat.com>
5963
5964 * gdb.base/local-static.c: New.
5965 * gdb.base/local-static.cc: New.
5966 * gdb.base/local-static.exp: New.
5967
5968 2017-09-04 Pedro Alves <palves@redhat.com>
5969
5970 * gdb.asm/asm-source.exp: Add casts to int.
5971 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5972 (dataglobal64_1, dataglobal64_2): New globals.
5973 * gdb.base/nodebug.exp: Test different expressions involving the
5974 new globals, with print, whatis and ptype. Add casts to int.
5975 * gdb.base/solib-display.exp: Add casts to int.
5976 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5977 * gdb.cp/m-static.exp: Add cast to int.
5978 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5979 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5980 tls variable with no debug info without a cast. Test with a cast
5981 to int too.
5982 * gdb.trace/entry-values.exp: Add casts.
5983
5984 2017-09-04 Pedro Alves <palves@redhat.com>
5985
5986 * gdb.base/nodebug.exp: Test that ptype's error about functions
5987 with unknown return type includes the function name too.
5988
5989 2017-09-04 Pedro Alves <palves@redhat.com>
5990
5991 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5992 return type of munmap in infcall.
5993 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5994 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5995 type of ftell in infcall.
5996 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5997 type of getpid in infcall.
5998 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5999 infcall.
6000 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6001 Bail on failure to extract the pid.
6002 * gdb.base/nodebug.c: #include <stdint.h>.
6003 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6004 New functions.
6005 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6006 Change expected output of print/whatis/ptype with functions with
6007 no debug info. Test all supported languages. Call
6008 test_call_promotion.
6009 * gdb.compile/compile.exp: Adjust expected output to expect
6010 warning.
6011 * gdb.threads/siginfo-threads.exp: Likewise.
6012
6013 2017-09-04 Pedro Alves <palves@redhat.com>
6014
6015 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6016 "prototypes". Test calling float functions via prototyped and
6017 unprototyped function pointers.
6018 (perform_all_tests): New parameter "prototypes". Pass it down.
6019 (top level): Pass down "prototypes" parameter to
6020 perform_all_tests.
6021
6022 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6023
6024 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6025 Test with nested loops.
6026
6027 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6028
6029 * gdb.base/commands.exp: Call the new procedures.
6030 (loop_break_test, loop_continue_test): New procedures.
6031
6032 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6033
6034 * gdb.base/commands.exp: Call new procedure.
6035 (define_if_without_arg_test): New procedure.
6036
6037 2017-09-04 Pedro Alves <palves@redhat.com>
6038
6039 * gdb.base/list-ambiguous.exp: New file.
6040 * gdb.base/list-ambiguous0.c: New file.
6041 * gdb.base/list-ambiguous1.c: New file.
6042 * gdb.base/list.exp (test_list_range): Adjust expected output.
6043
6044 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6045
6046 * gdb.base/share-env-with-gdbserver.c: New file.
6047 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6048
6049 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6050
6051 * gdb.base/commands.exp (gdbvar_simple_if_test,
6052 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6053 progvar_simple_if_test, progvar_simple_while_test,
6054 progvar_complex_if_while_test, user_defined_command_test,
6055 user_defined_command_args_eval,
6056 user_defined_command_args_stack_test,
6057 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6058 temporary_breakpoint_commands,
6059 gdb_test_no_prompt, redefine_hook_test,
6060 redefine_backtrace_test): Remove "global gdb_prompt".
6061
6062 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6063
6064 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6065 New proc, call it from toplevel.
6066
6067 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6068
6069 PR remote/21852
6070 * gdb.server/normal.c: New file, copied from gdb.base.
6071 * gdb.server/run-without-local-binary.exp: New file.
6072
6073 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6074
6075 * gdb.arch/sparc64-adi.exp: New file.
6076 * gdb.arch/sparc64-adi.c: New file.
6077
6078 2017-08-22 Pedro Alves <palves@redhat.com>
6079
6080 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6081 (top level): Add "list all overloads" tests.
6082
6083 2017-08-22 Tom Tromey <tom@tromey.com>
6084
6085 * gdb.gdb/xfullpath.exp: Remove.
6086
6087 2017-08-21 Pedro Alves <palves@redhat.com>
6088
6089 PR gdb/19487
6090 * gdb.base/symbol-alias.c: New.
6091 * gdb.base/symbol-alias2.c: New.
6092 * gdb.base/symbol-alias.exp: New.
6093
6094 2017-08-21 Pedro Alves <palves@redhat.com>
6095
6096 * gdb.base/dfp-test.c
6097 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6098 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6099 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6100 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6101 * gdb.base/whatis-ptype-typedefs.c: New.
6102 * gdb.base/whatis-ptype-typedefs.exp: New.
6103 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6104 (an_int, an_int_type, an_int_type2): New globals.
6105 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6106 involving typedefs and cast expressions.
6107 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6108 (lookup_typedefs_function): New.
6109 (typedefs_pretty_printers_dict): New.
6110 (top level): Register lookup_typedefs_function in
6111 gdb.pretty_printers.
6112
6113 2017-08-18 Yao Qi <yao.qi@linaro.org>
6114
6115 * gdb.server/unittest.exp: New.
6116
6117 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6118
6119 PR gdb/21954
6120 * gdb.base/environ.exp: Add test to check if 'unset environment'
6121 works.
6122
6123 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6124
6125 * lib/gdb.exp (universal_compile_options): New caching proc.
6126 (gdb_compile): Suppress GCC's coloring of messages.
6127
6128 2017-08-14 Tom Tromey <tom@tromey.com>
6129
6130 PR gdb/21675:
6131 * gdb.base/printcmds.exp (test_radices): New function.
6132 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6133 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6134 * lib/gdb.exp (get_integer_valueof): Use p/d.
6135
6136 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6137
6138 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6139 characters.
6140
6141 2017-08-05 Tom Tromey <tom@tromey.com>
6142
6143 * gdb.rust/simple.exp: Allow String to appear in a different
6144 namespace.
6145
6146 2017-07-26 Yao Qi <yao.qi@linaro.org>
6147
6148 * gdb.gdb/unittest.exp: Invoke command
6149 "maintenance check xml-descriptions".
6150
6151 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6152
6153 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6154 calling context.
6155 (hex128): Drop erroneous calculation of parameters.
6156
6157 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6158
6159 * gdb.python/py-unwind.exp: Disable stack protection when
6160 building test file.
6161
6162 2017-07-20 Pedro Alves <palves@redhat.com>
6163
6164 * gdb.base/default.exp (set language): Adjust expected output.
6165
6166 2017-07-20 Pedro Alves <palves@redhat.com>
6167
6168 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6169 (test_minsym): ... this, and make static.
6170 (get_pck__foo__bar__minsym): Rename to ...
6171 (get_test_minsym): ... this.
6172 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6173 symbol names and comments.
6174 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6175 (get_test_minsym): ... this.
6176 (pck__foo__bar__minsym__2): Rename to ...
6177 (test_minsym): ... this.
6178 (main): Adjust.
6179
6180 2017-07-17 Pedro Alves <palves@redhat.com>
6181
6182 * gdb.base/completion.exp: Adjust expected output.
6183 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6184 the completer works.
6185
6186 2017-07-17 Pedro Alves <palves@redhat.com>
6187
6188 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6189
6190 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6191
6192 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6193
6194 2017-07-14 Tom Tromey <tom@tromey.com>
6195
6196 PR rust/21764:
6197 * gdb.rust/simple.exp: Add tests.
6198
6199 2017-07-14 Tom Tromey <tom@tromey.com>
6200
6201 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6202
6203 2017-07-14 Pedro Alves <palves@redhat.com>
6204
6205 * gdb.linespec/base/one/thefile.cc (z1): New function.
6206 * gdb.linespec/base/two/thefile.cc (z2): New function.
6207 * gdb.linespec/linespec.exp: Add tests.
6208
6209 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6210
6211 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6212 to mi_create_breakpoint.
6213
6214 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6215
6216 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6217 mi_create_breakpoint.
6218
6219 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6220
6221 * gdb.dlang/demangle.exp: Update for demangling changes.
6222
6223 2017-07-09 Tom Tromey <tom@tromey.com>
6224
6225 * gdb.dwarf2/shortpiece.exp: New file.
6226
6227 2017-07-06 David Blaikie <dblaikie@gmail.com>
6228
6229 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6230 built from fissiont-multi-cu{1,2}.c.
6231 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6232 except putting 'main' and 'func' in separate CUs in the same DWO file.
6233 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6234 test.
6235 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6236 test.
6237
6238 2017-07-06 Pedro Alves <palves@redhat.com>
6239
6240 * gdb.python/py-unwind.exp: Test flushregs.
6241
6242 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6243
6244 PR cli/21688
6245 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6246 tests for alias commands and trailing whitespace.
6247
6248 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6249
6250 PR cli/21688
6251 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6252 procedure. Call it.
6253
6254 2017-06-29 Pedro Alves <palves@redhat.com>
6255
6256 * gdb.base/printcmds.exp: Add tests.
6257
6258 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6259
6260 PR gdb/21337
6261 * gdb.base/reread-readsym.exp: New file.
6262 * gdb.base/reread-readsym.c: New file.
6263
6264 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6265
6266 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6267 subpattern.
6268
6269 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6270
6271 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6272 extended mnemonic.
6273 * gdb.arch/powerpc-power9.s: Likewise.
6274
6275 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6276
6277 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6278 on 32-bit x86 targets. Exploit is_*_target macros where
6279 appropriate.
6280
6281 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6282
6283 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6284 register pieces.
6285
6286 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6287
6288 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6289 located in one or more DWARF pieces.
6290
6291 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6292
6293 * lib/gdb.exp (get_endianness): New proc.
6294 * gdb.arch/aarch64-fp.exp: Use it.
6295 * gdb.arch/altivec-regs.exp: Likewise.
6296 * gdb.arch/e500-regs.exp: Likewise.
6297 * gdb.arch/vsx-regs.exp: Likewise.
6298 * gdb.base/dump.exp: Likewise.
6299 * gdb.base/funcargs.exp: Likewise.
6300 * gdb.base/gnu_vector.exp: Likewise.
6301 * gdb.dwarf2/formdata16.exp: Likewise.
6302 * gdb.dwarf2/implptrpiece.exp: Likewise.
6303 * gdb.dwarf2/nonvar-access.exp: Likewise.
6304 * gdb.python/py-inferior.exp: Likewise.
6305 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6306
6307 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6308
6309 PR gdb/21226
6310 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6311 stack value pieces are taken from the LSB end.
6312
6313 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6314
6315 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6316 variable at nonzero offset.
6317
6318 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6319
6320 * gdb.dwarf2/var-access.c: New file.
6321 * gdb.dwarf2/var-access.exp: New test.
6322 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6323
6324 2017-06-12 Tom Tromey <tom@tromey.com>
6325
6326 * gdb.dwarf2/formdata16.exp: Add tests.
6327
6328 2017-06-12 Tom Tromey <tom@tromey.com>
6329
6330 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6331
6332 2017-06-12 Tom Tromey <tom@tromey.com>
6333
6334 PR exp/16225:
6335 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6336 * gdb.arch/vsx-regs.exp: Update tests.
6337 * gdb.arch/s390-vregs.exp (hex128): New proc.
6338 Update test.
6339 * gdb.arch/altivec-regs.exp: Update tests.
6340
6341 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6342
6343 * gdb.base/startup-with-shell.c: New file.
6344 * gdb.base/startup-with-shell.exp: Likewise.
6345
6346 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6347
6348 * gdb.server/non-existing-program.exp: Update regex in order to
6349 reflect the fact that gdbserver is now using fork_inferior (with a
6350 shell) to startup the inferior.
6351
6352 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6353
6354 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6355 support function calls from GDB.
6356
6357 2017-05-21 Tom Tromey <tom@tromey.com>
6358
6359 PR rust/21466:
6360 * gdb.rust/unsized.exp: New file.
6361 * gdb.rust/unsized.rs: New file.
6362
6363 2017-05-19 Tom Tromey <tom@tromey.com>
6364
6365 PR rust/21484:
6366 * gdb.rust/watch.exp: New file.
6367 * gdb.rust/watch.rs: New file.
6368
6369 2017-05-18 Tom Tromey <tom@tromey.com>
6370
6371 * gdb.rust/simple.exp: Allow Box to be qualified.
6372
6373 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6374
6375 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6376
6377 2017-05-18 Pedro Alves <palves@redhat.com>
6378
6379 * gdb.base/fileio.c (test_write, test_read, test_close)
6380 (test_fstat): Don't print 'ret' in the fail path.
6381
6382 2017-05-18 Pedro Alves <palves@redhat.com>
6383
6384 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6385 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6386 (test_system, test_rename, test_unlink, test_time): Change
6387 prototypes.
6388 * gdb.base/fileio.exp (stop_msg): Adjust.
6389
6390 2017-05-18 Pedro Alves <palves@redhat.com>
6391
6392 * gdb.base/fileio.c (null_str): New global.
6393 (test_stat): Use it.
6394 * gdb.base/fileio.exp: Remove nowarnings.
6395
6396 2017-05-17 Yao Qi <yao.qi@linaro.org>
6397
6398 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6399
6400 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6401
6402 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6403 argument command.
6404 (top-level): Invoke test_set_inferior_tty.
6405
6406 2017-05-04 Pedro Alves <palves@redhat.com>
6407
6408 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6409 Add parens to print call for Python 3.
6410
6411 2017-05-03 Keith Seitz <keiths@redhat.com>
6412
6413 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6414 (main): Call it.
6415
6416 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6417
6418 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6419 to prev and next.
6420
6421 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6422
6423 * gdb.python/py-record-btrace.exp: Remove test for
6424 gdb.BtraceInstruction.error.
6425
6426 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6427
6428 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6429
6430 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6431
6432 * gdb.python/py-record-btrace-threads.c: New file.
6433 * gdb.python/py-record-btrace-threads.exp: New file.
6434
6435 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6436
6437 PR testsuite/8595
6438 * gdb.base/environ.exp: Make test available in all architectures.
6439 Move bits related to "info program" testing to
6440 gdb.base/info-program.exp. Rewrite tests to use the two new
6441 procedures mentione below.
6442 (test_set_show_env_var) New procedure.
6443 (test_set_show_env_var_equal): Likewise.
6444 * gdb.base/info-program.exp: New file.
6445
6446 2017-04-27 Keith Seitz <keiths@redhat.com>
6447
6448 * gdb.cp/oranking.cc (test15): New function.
6449 (main): Call test15 and declare additional variables for testing.
6450 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6451 "p foo101('abc')" tests.
6452 Add tests for cv qualifier overloads.
6453 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6454 "lvalue reference overload" test.
6455 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6456 "print value of f1 on Child&& in f2" test.
6457
6458 2017-04-19 Pedro Alves <palves@redhat.com>
6459
6460 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6461 procedure.
6462 (top level): Call it.
6463 * lib/gdb.exp (gdb_define_cmd): New procedure.
6464
6465 2017-04-12 Pedro Alves <palves@redhat.com>
6466
6467 PR gdb/21323
6468 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6469 (wchar): New global.
6470 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6471 (do_test_wide_char, wide_char_types_no_program, top level): Add
6472 wchar_t testing.
6473
6474 2017-04-12 Pedro Alves <palves@redhat.com>
6475
6476 PR c++/21323
6477 * gdb.cp/wide_char_types.c: New file.
6478 * gdb.cp/wide_char_types.exp: New file.
6479
6480 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6481
6482 PR gdb/21352
6483 * gdb.trace/tsv.exp: Add test for "tsave -r".
6484
6485 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6486
6487 * gdb.dlang/watch-loc.c: New file.
6488 * gdb.dlang/watch-loc.exp: New file.
6489
6490 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6491
6492 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6493
6494 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6495
6496 * gdb.arch/arc-analyze-prologue.S: New file.
6497 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6498
6499 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6500
6501 * gdb.arch/arc-decode-insn.S: New file.
6502 * gdb.arch/arc-decode-insn.exp: Likewise.
6503
6504 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6505
6506 PR tdep/20928
6507 * gdb.arch/sparc64-regs.exp: New file.
6508 * gdb.arch/sparc64-regs.S: Likewise.
6509
6510 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6511
6512 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6513 and memory view on Python 3.
6514
6515 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6516 Keith Seitz <keiths@redhat.com>
6517
6518 PR gdb/14441
6519 * gdb.cp/demangle.exp: Add rvalue reference tests.
6520 * gdb.cp/rvalue-ref-casts.cc: New file.
6521 * gdb.cp/rvalue-ref-casts.exp: New file.
6522 * gdb.cp/rvalue-ref-overload.cc: New file.
6523 * gdb.cp/rvalue-ref-overload.exp: New file.
6524 * gdb.cp/rvalue-ref-params.cc: New file.
6525 * gdb.cp/rvalue-ref-params.exp: New file.
6526 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6527 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6528 * gdb.cp/rvalue-ref-types.cc: New file.
6529 * gdb.cp/rvalue-ref-types.exp: New file.
6530 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6531 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6532
6533 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6534
6535 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6536 New procedure.
6537
6538 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6539
6540 * lib/mi-support.exp (mi_gdb_test): Add additional message
6541 for unexpected output.
6542
6543 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6544
6545 * gdb.base/examine-backward.c (Barrier): New character array
6546 constant, to ensure that TestStrings is preceded by a string
6547 terminator.
6548
6549 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6550
6551 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6552 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6553 and implicit pointer into such a location.
6554
6555 2017-03-16 Doug Evans <dje@google.com>
6556
6557 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6558
6559 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6560
6561 * gdb.cp/m-static.exp: Fix expectation for prototype of
6562 test5.single_constructor and single_constructor::single_constructor.
6563
6564 2017-03-16 Doug Evans <dje@google.com>
6565
6566 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6567 * gdb.guile/scm-lazy-string.c: New file.
6568 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6569 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6570 for pointer, array, typedef lazy strings.
6571
6572 2017-03-16 Doug Evans <dje@google.com>
6573
6574 PR python/17728, python/18439, python/18779
6575 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6576 * gdb.python/py-lazy-string.c (pointer): New typedef.
6577 (main): New locals ptr, array, typedef_ptr.
6578 * gdb.python/py-value.exp: Move lazy string tests to ...
6579 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6580 array, typedef lazy strings.
6581
6582 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6583
6584 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6585 Add optional 'test' parameter.
6586
6587 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6588
6589 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6590 Skip for versions of DejaGnu < 1.5.
6591
6592 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6593
6594 * lib/gdb.exp (dejagnu_version): New proc.
6595 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6596 Use dejagnu_version.
6597
6598 2017-03-10 Keith Seitz <keiths@redhat.com>
6599
6600 PR c++/8128
6601 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6602 type from destructor regexps.
6603 Add a branch which actually passes the test.
6604 Adjust "ptype t5i" test names.
6605
6606 2017-03-08 Pedro Alves <palves@redhat.com>
6607
6608 * gdb.base/step-over-exit.exp: Add explicit test message.
6609
6610 2017-03-08 Pedro Alves <palves@redhat.com>
6611
6612 PR gdb/18360
6613 * gdb.threads/interrupt-while-step-over.c: New file.
6614 * gdb.threads/interrupt-while-step-over.exp: New file.
6615
6616 2017-03-08 Pedro Alves <palves@redhat.com>
6617
6618 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6619 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6620
6621 2017-03-08 Pedro Alves <palves@redhat.com>
6622
6623 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6624 PKRU as not supported as a PASS.
6625
6626 2017-03-08 Pedro Alves <palves@redhat.com>
6627
6628 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6629 prefix instead of $binfile1/$binfile2.
6630 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6631 in test message.
6632 * gdb.python/py-completion.exp: Use "load python file" as test
6633 messages instead of unstable path names.
6634
6635 2017-03-08 Pedro Alves <palves@redhat.com>
6636 Jan Kratochvil <jan.kratochvil@redhat.com>
6637
6638 PR cli/21218
6639 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6640 New proc.
6641 (top level): Call it.
6642
6643 2017-03-08 Pedro Alves <palves@redhat.com>
6644
6645 PR tui/21216
6646 * gdb.tui/tui-nl-filtered-output.exp: New file.
6647
6648 2017-03-08 Pedro Alves <palves@redhat.com>
6649
6650 * gdb.base/completion.exp: Move TUI completion tests to ...
6651 * gdb.tui/completion.exp: ... this new file.
6652
6653 2017-03-08 Pedro Alves <palves@redhat.com>
6654
6655 * gdb.base/tui-disasm-long-lines.c,
6656 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6657 gdb.base/tui-layout.exp: Move to ...
6658 * gdb.tui/: ... this new directory.
6659
6660 2017-03-07 Pedro Alves <palves@redhat.com>
6661
6662 * gdb.base/tui-layout.c: New file.
6663 * gdb.base/tui-layout.exp: New file.
6664
6665 2017-03-07 Pedro Alves <palves@redhat.com>
6666
6667 * gdb.base/tui-layout.c: Rename to ...
6668 * gdb.base/tui-disasm-long-lines.c: ... this.
6669 * gdb.base/tui-layout.exp: Rename to ...
6670 * gdb.base/tui-disasm-long-lines.exp: ... this.
6671
6672 2017-03-07 Pedro Alves <palves@redhat.com>
6673
6674 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6675
6676 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6677
6678 * i386-mpx-call.c: New file.
6679 * i386-mpx-call.exp: New file.
6680
6681 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6682
6683 * gdb.arch/powerpc-power.exp: Delete test.
6684 * gdb.arch/powerpc-power.s: Likewise.
6685 * gdb.disasm/disassembler-options.exp: New test.
6686 * gdb.arch/powerpc-altivec.exp: Likewise.
6687 * gdb.arch/powerpc-altivec.s: Likewise.
6688 * gdb.arch/powerpc-altivec2.exp: Likewise.
6689 * gdb.arch/powerpc-altivec2.s: Likewise.
6690 * gdb.arch/powerpc-altivec3.exp: Likewise.
6691 * gdb.arch/powerpc-altivec3.s: Likewise.
6692 * gdb.arch/powerpc-power7.exp: Likewise.
6693 * gdb.arch/powerpc-power7.s: Likewise.
6694 * gdb.arch/powerpc-power8.exp: Likewise.
6695 * gdb.arch/powerpc-power8.s: Likewise.
6696 * gdb.arch/powerpc-power9.exp: Likewise.
6697 * gdb.arch/powerpc-power9.s: Likewise.
6698 * gdb.arch/powerpc-vsx.exp: Likewise.
6699 * gdb.arch/powerpc-vsx.s: Likewise.
6700 * gdb.arch/powerpc-vsx2.exp: Likewise.
6701 * gdb.arch/powerpc-vsx2.s: Likewise.
6702 * gdb.arch/powerpc-vsx3.exp: Likewise.
6703 * gdb.arch/powerpc-vsx3.s: Likewise.
6704 * gdb.arch/arm-disassembler-options.exp: Likewise.
6705 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6706 * gdb.arch/s390-disassembler-options.exp: Likewise.
6707
6708 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
6709
6710 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6711 (check_supported_features): ... this. Changed return type to void.
6712 (supports_rdseed): New static global.
6713 (rdseed): Check supports_rdseed.
6714 (initialize): Call check_supported_features.
6715
6716 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6717
6718 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6719 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6720 and lqarx/stqcx.
6721 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6722 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6723
6724 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6725
6726 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6727 uppercase.
6728
6729 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6730
6731 * gdb.dwarf2/formdata16.c: New file.
6732 * gdb.dwarf2/formdata16.exp: New file.
6733 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6734
6735 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6736
6737 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6738 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6739 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6740 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6741 DW_AT_GNU_*.
6742
6743 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6744
6745 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6746
6747 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6748
6749 PR gdb/21164
6750 * gdb.base/maint.exp: Add testcases for when the commands do
6751 not have arguments.
6752
6753 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6754
6755 * gdb.cp/chained-calls.exp: Use p instead of P.
6756
6757 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6758
6759 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6760 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6761
6762 2017-02-14 Tom Tromey <tom@tromey.com>
6763
6764 PR python/13598:
6765 * gdb.python/py-events.exp: Add before_prompt event tests.
6766
6767 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6768
6769 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6770
6771 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6772
6773 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6774 (main): Call my_unique_function_name.
6775 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6776 completion of patterns with a single match.
6777 Add missing -re switches to gdb_test_multiple calls.
6778
6779 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6780
6781 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6782 return if core file is not recognized.
6783
6784 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6785
6786 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6787 and extra UIs.
6788
6789 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6790
6791 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6792 proc_with_prefix.
6793
6794 2017-02-10 Tom Tromey <tom@tromey.com>
6795
6796 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6797
6798 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
6799
6800 PR gdb/21122
6801 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6802
6803 2017-02-08 Jerome Guitton <guitton@adacore.com>
6804
6805 * gdb.base/define.exp: Add test for command abbreviations
6806 in define.
6807
6808 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
6809
6810 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6811 * gdb.reverse/insn-reverse-x86.c: New file.
6812
6813 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6814
6815 PR tdep/20936
6816 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6817
6818 2017-02-03 Tom Tromey <tom@tromey.com>
6819
6820 PR rust/21097:
6821 * gdb.rust/simple.exp: Add new tests.
6822
6823 2017-02-02 Pedro Alves <palves@redhat.com>
6824
6825 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6826 tests.
6827
6828 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6829
6830 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6831 taking a 2-byte value out of a 4-byte DWARF implicit value on
6832 big-endian targets.
6833 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6834 logic. Add test cases for DW_OP_implicit.
6835
6836 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6837
6838 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6839
6840 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6841
6842 * gdb.btrace/enable.exp: Call gdb_exit before
6843 skip_gdbserver_tests.
6844
6845 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6846
6847 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6848 GDBFLAGS.
6849
6850 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6851
6852 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6853 the test is skipped.
6854 * gdb.btrace/data.exp: Likewise.
6855 * gdb.btrace/delta.exp: Likewise.
6856 * gdb.btrace/dlopen.exp: Likewise.
6857 * gdb.btrace/enable-running.exp: Likewise.
6858 * gdb.btrace/enable.exp: Likewise.
6859 * gdb.btrace/exception.exp: Likewise.
6860 * gdb.btrace/function_call_history.exp: Likewise.
6861 * gdb.btrace/gcore.exp: Likewise.
6862 * gdb.btrace/instruction_history.exp: Likewise.
6863 * gdb.btrace/multi-thread-step.exp: Likewise.
6864 * gdb.btrace/nohist.exp: Likewise.
6865 * gdb.btrace/non-stop.exp: Likewise.
6866 * gdb.btrace/reconnect.exp: Likewise.
6867 * gdb.btrace/record_goto-step.exp: Likewise.
6868 * gdb.btrace/record_goto.exp: Likewise.
6869 * gdb.btrace/rn-dl-bind.exp: Likewise.
6870 * gdb.btrace/segv.exp: Likewise.
6871 * gdb.btrace/step.exp: Likewise.
6872 * gdb.btrace/stepi.exp: Likewise.
6873 * gdb.btrace/tailcall-only.exp: Likewise.
6874 * gdb.btrace/tailcall.exp: Likewise.
6875 * gdb.btrace/tsx.exp: Likewise.
6876 * gdb.btrace/unknown_functions.exp: Likewise.
6877 * gdb.btrace/vdso.exp: Likewise.
6878
6879 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6880
6881 * gdb.btrace/enable-running.c: New.
6882 * gdb.btrace/enable-running.exp: New.
6883
6884 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6885
6886 * gdb.arch/amd64-gs_base.c: New file.
6887 * gdb.arch/amd64-gs_base.exp: New file.
6888
6889 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6890
6891 * lib/memory.exp: Remove spurious empty newlines.
6892
6893 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6894
6895 * gdb.python/py-bad-printers.exp: Load python file using "source".
6896 * gdb.python/py-events.exp: Likewise.
6897 * gdb.python/py-evsignal.exp: Likewise.
6898 * gdb.python/py-evthreads.exp: Likewise.
6899 * gdb.python/py-frame-args.exp: Likewise.
6900 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6901 * gdb.python/py-framefilter-mi.exp: Likewise.
6902 * gdb.python/py-framefilter.exp: Likewise.
6903 * gdb.python/py-mi.exp: Likewise.
6904 * gdb.python/py-pp-maint.exp: Likewise.
6905 * gdb.python/py-pp-registration.exp: Likewise.
6906 * gdb.python/py-prettyprint.exp: Likewise.
6907 (run_lang_tests): Likewise.
6908 * gdb.python/py-typeprint.exp: Likewise.
6909
6910 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6911
6912 * lib/memory.exp: New file.
6913 * lib/gdb.exp: Load memory.exp.
6914 * gdb.base/memattr.exp (delete_memory): Move proc to
6915 lib/memory.exp and rename to delete_memory_regions.
6916 Replace delete_memory with delete_memory_regions.
6917 Cleanup memory regions before tests.
6918 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6919 before tests.
6920
6921 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6922
6923 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6924 files.
6925 (initialize): New function conditionally defined.
6926 (testcases): Move within conditional block.
6927 (main): Call initialize.
6928 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6929 of gdb.reverse/insn-reverse.c.
6930 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6931 gdb.reverse/insn-reverse.c.
6932
6933 2017-01-26 Yao Qi <yao.qi@linaro.org>
6934
6935 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6936 disassemble on address 0.
6937
6938 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6939 Yao Qi <yao.qi@linaro.org>
6940
6941 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6942 * gdb.dwarf2/implptr-64bit.S: Remove.
6943 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6944 variables in caller's context. Add DW_OP_implicit_value.
6945
6946 2017-01-25 Yao Qi <yao.qi@linaro.org>
6947
6948 * lib/dwarf.exp (Dwarf::_location): Handle
6949 DW_OP_GNU_implicit_pointer with proper size.
6950
6951 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6952
6953 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6954 and add untested calls.
6955
6956 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6957
6958 * gdb.python/python.exp: Check line number against what GDB thinks
6959 the line number is for func1.
6960
6961 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6962
6963 * gdb.dlang/debug-expr.exp: New file.
6964
6965 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6966
6967 Fix test names for the following files:
6968
6969 * gdb.ada/exec_changed.exp
6970 * gdb.ada/info_types.exp
6971 * gdb.arch/aarch64-atomic-inst.exp
6972 * gdb.arch/aarch64-fp.exp
6973 * gdb.arch/altivec-abi.exp
6974 * gdb.arch/altivec-regs.exp
6975 * gdb.arch/amd64-byte.exp
6976 * gdb.arch/amd64-disp-step.exp
6977 * gdb.arch/amd64-dword.exp
6978 * gdb.arch/amd64-entry-value-inline.exp
6979 * gdb.arch/amd64-entry-value-param.exp
6980 * gdb.arch/amd64-entry-value-paramref.exp
6981 * gdb.arch/amd64-entry-value.exp
6982 * gdb.arch/amd64-i386-address.exp
6983 * gdb.arch/amd64-invalid-stack-middle.exp
6984 * gdb.arch/amd64-invalid-stack-top.exp
6985 * gdb.arch/amd64-optimout-repeat.exp
6986 * gdb.arch/amd64-prologue-skip.exp
6987 * gdb.arch/amd64-prologue-xmm.exp
6988 * gdb.arch/amd64-stap-special-operands.exp
6989 * gdb.arch/amd64-stap-wrong-subexp.exp
6990 * gdb.arch/amd64-tailcall-cxx.exp
6991 * gdb.arch/amd64-tailcall-noret.exp
6992 * gdb.arch/amd64-tailcall-ret.exp
6993 * gdb.arch/amd64-tailcall-self.exp
6994 * gdb.arch/amd64-word.exp
6995 * gdb.arch/arm-bl-branch-dest.exp
6996 * gdb.arch/arm-disp-step.exp
6997 * gdb.arch/arm-neon.exp
6998 * gdb.arch/arm-single-step-kernel-helper.exp
6999 * gdb.arch/avr-flash-qualifier.exp
7000 * gdb.arch/disp-step-insn-reloc.exp
7001 * gdb.arch/e500-abi.exp
7002 * gdb.arch/e500-regs.exp
7003 * gdb.arch/ftrace-insn-reloc.exp
7004 * gdb.arch/i386-avx512.exp
7005 * gdb.arch/i386-bp_permanent.exp
7006 * gdb.arch/i386-byte.exp
7007 * gdb.arch/i386-cfi-notcurrent.exp
7008 * gdb.arch/i386-disp-step.exp
7009 * gdb.arch/i386-dr3-watch.exp
7010 * gdb.arch/i386-float.exp
7011 * gdb.arch/i386-gnu-cfi.exp
7012 * gdb.arch/i386-mpx-map.exp
7013 * gdb.arch/i386-mpx-sigsegv.exp
7014 * gdb.arch/i386-mpx-simple_segv.exp
7015 * gdb.arch/i386-mpx.exp
7016 * gdb.arch/i386-permbkpt.exp
7017 * gdb.arch/i386-prologue.exp
7018 * gdb.arch/i386-signal.exp
7019 * gdb.arch/i386-size-overlap.exp
7020 * gdb.arch/i386-unwind.exp
7021 * gdb.arch/i386-word.exp
7022 * gdb.arch/mips-fcr.exp
7023 * gdb.arch/powerpc-d128-regs.exp
7024 * gdb.arch/powerpc-stackless.exp
7025 * gdb.arch/ppc64-atomic-inst.exp
7026 * gdb.arch/s390-stackless.exp
7027 * gdb.arch/s390-tdbregs.exp
7028 * gdb.arch/s390-vregs.exp
7029 * gdb.arch/sparc-sysstep.exp
7030 * gdb.arch/thumb-bx-pc.exp
7031 * gdb.arch/thumb-singlestep.exp
7032 * gdb.arch/thumb2-it.exp
7033 * gdb.arch/vsx-regs.exp
7034 * gdb.asm/asm-source.exp
7035 * gdb.base/a2-run.exp
7036 * gdb.base/advance.exp
7037 * gdb.base/all-bin.exp
7038 * gdb.base/anon.exp
7039 * gdb.base/args.exp
7040 * gdb.base/arithmet.exp
7041 * gdb.base/async-shell.exp
7042 * gdb.base/async.exp
7043 * gdb.base/attach-pie-noexec.exp
7044 * gdb.base/attach-twice.exp
7045 * gdb.base/auto-load.exp
7046 * gdb.base/bang.exp
7047 * gdb.base/bitfields.exp
7048 * gdb.base/break-always.exp
7049 * gdb.base/break-caller-line.exp
7050 * gdb.base/break-entry.exp
7051 * gdb.base/break-inline.exp
7052 * gdb.base/break-on-linker-gcd-function.exp
7053 * gdb.base/break-probes.exp
7054 * gdb.base/break.exp
7055 * gdb.base/breakpoint-shadow.exp
7056 * gdb.base/call-ar-st.exp
7057 * gdb.base/call-sc.exp
7058 * gdb.base/call-signal-resume.exp
7059 * gdb.base/call-strs.exp
7060 * gdb.base/callfuncs.exp
7061 * gdb.base/catch-fork-static.exp
7062 * gdb.base/catch-gdb-caused-signals.exp
7063 * gdb.base/catch-load.exp
7064 * gdb.base/catch-signal-fork.exp
7065 * gdb.base/catch-signal.exp
7066 * gdb.base/catch-syscall.exp
7067 * gdb.base/charset.exp
7068 * gdb.base/checkpoint.exp
7069 * gdb.base/chng-syms.exp
7070 * gdb.base/code-expr.exp
7071 * gdb.base/code_elim.exp
7072 * gdb.base/commands.exp
7073 * gdb.base/completion.exp
7074 * gdb.base/complex.exp
7075 * gdb.base/cond-expr.exp
7076 * gdb.base/condbreak.exp
7077 * gdb.base/consecutive.exp
7078 * gdb.base/continue-all-already-running.exp
7079 * gdb.base/coredump-filter.exp
7080 * gdb.base/corefile.exp
7081 * gdb.base/dbx.exp
7082 * gdb.base/debug-expr.exp
7083 * gdb.base/define.exp
7084 * gdb.base/del.exp
7085 * gdb.base/disabled-location.exp
7086 * gdb.base/disasm-end-cu.exp
7087 * gdb.base/disasm-optim.exp
7088 * gdb.base/display.exp
7089 * gdb.base/duplicate-bp.exp
7090 * gdb.base/ena-dis-br.exp
7091 * gdb.base/ending-run.exp
7092 * gdb.base/enumval.exp
7093 * gdb.base/environ.exp
7094 * gdb.base/eu-strip-infcall.exp
7095 * gdb.base/eval-avoid-side-effects.exp
7096 * gdb.base/eval-skip.exp
7097 * gdb.base/exitsignal.exp
7098 * gdb.base/expand-psymtabs.exp
7099 * gdb.base/filesym.exp
7100 * gdb.base/find-unmapped.exp
7101 * gdb.base/finish.exp
7102 * gdb.base/float.exp
7103 * gdb.base/foll-exec-mode.exp
7104 * gdb.base/foll-exec.exp
7105 * gdb.base/foll-fork.exp
7106 * gdb.base/fortran-sym-case.exp
7107 * gdb.base/freebpcmd.exp
7108 * gdb.base/func-ptr.exp
7109 * gdb.base/func-ptrs.exp
7110 * gdb.base/funcargs.exp
7111 * gdb.base/gcore-buffer-overflow.exp
7112 * gdb.base/gcore-relro-pie.exp
7113 * gdb.base/gcore-relro.exp
7114 * gdb.base/gcore.exp
7115 * gdb.base/gdb1090.exp
7116 * gdb.base/gdb11530.exp
7117 * gdb.base/gdb11531.exp
7118 * gdb.base/gdb1821.exp
7119 * gdb.base/gdbindex-stabs.exp
7120 * gdb.base/gdbvars.exp
7121 * gdb.base/hbreak.exp
7122 * gdb.base/hbreak2.exp
7123 * gdb.base/included.exp
7124 * gdb.base/infcall-input.exp
7125 * gdb.base/inferior-died.exp
7126 * gdb.base/infnan.exp
7127 * gdb.base/info-macros.exp
7128 * gdb.base/info-os.exp
7129 * gdb.base/info-proc.exp
7130 * gdb.base/info-shared.exp
7131 * gdb.base/info-target.exp
7132 * gdb.base/infoline.exp
7133 * gdb.base/interp.exp
7134 * gdb.base/interrupt.exp
7135 * gdb.base/jit-reader.exp
7136 * gdb.base/jit-simple.exp
7137 * gdb.base/kill-after-signal.exp
7138 * gdb.base/kill-detach-inferiors-cmd.exp
7139 * gdb.base/label.exp
7140 * gdb.base/langs.exp
7141 * gdb.base/ldbl_e308.exp
7142 * gdb.base/line-symtabs.exp
7143 * gdb.base/linespecs.exp
7144 * gdb.base/list.exp
7145 * gdb.base/long_long.exp
7146 * gdb.base/longest-types.exp
7147 * gdb.base/maint.exp
7148 * gdb.base/max-value-size.exp
7149 * gdb.base/memattr.exp
7150 * gdb.base/mips_pro.exp
7151 * gdb.base/morestack.exp
7152 * gdb.base/moribund-step.exp
7153 * gdb.base/multi-forks.exp
7154 * gdb.base/nested-addr.exp
7155 * gdb.base/nextoverexit.exp
7156 * gdb.base/noreturn-finish.exp
7157 * gdb.base/noreturn-return.exp
7158 * gdb.base/nostdlib.exp
7159 * gdb.base/offsets.exp
7160 * gdb.base/opaque.exp
7161 * gdb.base/pc-fp.exp
7162 * gdb.base/permissions.exp
7163 * gdb.base/print-symbol-loading.exp
7164 * gdb.base/prologue-include.exp
7165 * gdb.base/psymtab.exp
7166 * gdb.base/ptype.exp
7167 * gdb.base/random-signal.exp
7168 * gdb.base/randomize.exp
7169 * gdb.base/range-stepping.exp
7170 * gdb.base/readline-ask.exp
7171 * gdb.base/recpar.exp
7172 * gdb.base/recurse.exp
7173 * gdb.base/relational.exp
7174 * gdb.base/restore.exp
7175 * gdb.base/return-nodebug.exp
7176 * gdb.base/return.exp
7177 * gdb.base/run-after-attach.exp
7178 * gdb.base/save-bp.exp
7179 * gdb.base/scope.exp
7180 * gdb.base/sect-cmd.exp
7181 * gdb.base/set-lang-auto.exp
7182 * gdb.base/set-noassign.exp
7183 * gdb.base/setvar.exp
7184 * gdb.base/sigall.exp
7185 * gdb.base/sigbpt.exp
7186 * gdb.base/siginfo-addr.exp
7187 * gdb.base/siginfo-infcall.exp
7188 * gdb.base/siginfo-obj.exp
7189 * gdb.base/siginfo.exp
7190 * gdb.base/signals-state-child.exp
7191 * gdb.base/signest.exp
7192 * gdb.base/sigstep.exp
7193 * gdb.base/sizeof.exp
7194 * gdb.base/skip.exp
7195 * gdb.base/solib-corrupted.exp
7196 * gdb.base/solib-nodir.exp
7197 * gdb.base/solib-search.exp
7198 * gdb.base/stack-checking.exp
7199 * gdb.base/stale-infcall.exp
7200 * gdb.base/stap-probe.exp
7201 * gdb.base/start.exp
7202 * gdb.base/step-break.exp
7203 * gdb.base/step-bt.exp
7204 * gdb.base/step-line.exp
7205 * gdb.base/step-over-exit.exp
7206 * gdb.base/step-over-syscall.exp
7207 * gdb.base/step-resume-infcall.exp
7208 * gdb.base/step-test.exp
7209 * gdb.base/store.exp
7210 * gdb.base/structs3.exp
7211 * gdb.base/sym-file.exp
7212 * gdb.base/symbol-without-target_section.exp
7213 * gdb.base/term.exp
7214 * gdb.base/testenv.exp
7215 * gdb.base/ui-redirect.exp
7216 * gdb.base/until.exp
7217 * gdb.base/unwindonsignal.exp
7218 * gdb.base/value-double-free.exp
7219 * gdb.base/vla-datatypes.exp
7220 * gdb.base/vla-ptr.exp
7221 * gdb.base/vla-sideeffect.exp
7222 * gdb.base/volatile.exp
7223 * gdb.base/watch-cond-infcall.exp
7224 * gdb.base/watch-cond.exp
7225 * gdb.base/watch-non-mem.exp
7226 * gdb.base/watch-read.exp
7227 * gdb.base/watch-vfork.exp
7228 * gdb.base/watchpoint-cond-gone.exp
7229 * gdb.base/watchpoint-delete.exp
7230 * gdb.base/watchpoint-hw-hit-once.exp
7231 * gdb.base/watchpoint-hw.exp
7232 * gdb.base/watchpoint-stops-at-right-insn.exp
7233 * gdb.base/watchpoints.exp
7234 * gdb.base/wchar.exp
7235 * gdb.base/whatis-exp.exp
7236 * gdb.btrace/buffer-size.exp
7237 * gdb.btrace/data.exp
7238 * gdb.btrace/delta.exp
7239 * gdb.btrace/dlopen.exp
7240 * gdb.btrace/enable.exp
7241 * gdb.btrace/exception.exp
7242 * gdb.btrace/function_call_history.exp
7243 * gdb.btrace/gcore.exp
7244 * gdb.btrace/instruction_history.exp
7245 * gdb.btrace/nohist.exp
7246 * gdb.btrace/reconnect.exp
7247 * gdb.btrace/record_goto-step.exp
7248 * gdb.btrace/record_goto.exp
7249 * gdb.btrace/rn-dl-bind.exp
7250 * gdb.btrace/segv.exp
7251 * gdb.btrace/step.exp
7252 * gdb.btrace/stepi.exp
7253 * gdb.btrace/tailcall-only.exp
7254 * gdb.btrace/tailcall.exp
7255 * gdb.btrace/tsx.exp
7256 * gdb.btrace/unknown_functions.exp
7257 * gdb.btrace/vdso.exp
7258 * gdb.compile/compile-ifunc.exp
7259 * gdb.compile/compile-ops.exp
7260 * gdb.compile/compile-print.exp
7261 * gdb.compile/compile-setjmp.exp
7262 * gdb.cp/abstract-origin.exp
7263 * gdb.cp/ambiguous.exp
7264 * gdb.cp/annota2.exp
7265 * gdb.cp/annota3.exp
7266 * gdb.cp/anon-ns.exp
7267 * gdb.cp/anon-struct.exp
7268 * gdb.cp/anon-union.exp
7269 * gdb.cp/arg-reference.exp
7270 * gdb.cp/baseenum.exp
7271 * gdb.cp/bool.exp
7272 * gdb.cp/breakpoint.exp
7273 * gdb.cp/bs15503.exp
7274 * gdb.cp/call-c.exp
7275 * gdb.cp/casts.exp
7276 * gdb.cp/chained-calls.exp
7277 * gdb.cp/class2.exp
7278 * gdb.cp/classes.exp
7279 * gdb.cp/cmpd-minsyms.exp
7280 * gdb.cp/converts.exp
7281 * gdb.cp/cp-relocate.exp
7282 * gdb.cp/cpcompletion.exp
7283 * gdb.cp/cpexprs.exp
7284 * gdb.cp/cplabel.exp
7285 * gdb.cp/cplusfuncs.exp
7286 * gdb.cp/cpsizeof.exp
7287 * gdb.cp/ctti.exp
7288 * gdb.cp/derivation.exp
7289 * gdb.cp/destrprint.exp
7290 * gdb.cp/dispcxx.exp
7291 * gdb.cp/enum-class.exp
7292 * gdb.cp/exception.exp
7293 * gdb.cp/exceptprint.exp
7294 * gdb.cp/expand-psymtabs-cxx.exp
7295 * gdb.cp/expand-sals.exp
7296 * gdb.cp/extern-c.exp
7297 * gdb.cp/filename.exp
7298 * gdb.cp/formatted-ref.exp
7299 * gdb.cp/fpointer.exp
7300 * gdb.cp/gdb1355.exp
7301 * gdb.cp/gdb2495.exp
7302 * gdb.cp/hang.exp
7303 * gdb.cp/impl-this.exp
7304 * gdb.cp/infcall-dlopen.exp
7305 * gdb.cp/inherit.exp
7306 * gdb.cp/iostream.exp
7307 * gdb.cp/koenig.exp
7308 * gdb.cp/local.exp
7309 * gdb.cp/m-data.exp
7310 * gdb.cp/m-static.exp
7311 * gdb.cp/mb-ctor.exp
7312 * gdb.cp/mb-inline.exp
7313 * gdb.cp/mb-templates.exp
7314 * gdb.cp/member-name.exp
7315 * gdb.cp/member-ptr.exp
7316 * gdb.cp/meth-typedefs.exp
7317 * gdb.cp/method.exp
7318 * gdb.cp/method2.exp
7319 * gdb.cp/minsym-fallback.exp
7320 * gdb.cp/misc.exp
7321 * gdb.cp/namelessclass.exp
7322 * gdb.cp/namespace-enum.exp
7323 * gdb.cp/namespace-nested-import.exp
7324 * gdb.cp/namespace.exp
7325 * gdb.cp/nextoverthrow.exp
7326 * gdb.cp/no-dmgl-verbose.exp
7327 * gdb.cp/non-trivial-retval.exp
7328 * gdb.cp/noparam.exp
7329 * gdb.cp/nsdecl.exp
7330 * gdb.cp/nsimport.exp
7331 * gdb.cp/nsnested.exp
7332 * gdb.cp/nsnoimports.exp
7333 * gdb.cp/nsrecurs.exp
7334 * gdb.cp/nsstress.exp
7335 * gdb.cp/nsusing.exp
7336 * gdb.cp/operator.exp
7337 * gdb.cp/oranking.exp
7338 * gdb.cp/overload-const.exp
7339 * gdb.cp/overload.exp
7340 * gdb.cp/ovldbreak.exp
7341 * gdb.cp/ovsrch.exp
7342 * gdb.cp/paren-type.exp
7343 * gdb.cp/parse-lang.exp
7344 * gdb.cp/pass-by-ref.exp
7345 * gdb.cp/pr-1023.exp
7346 * gdb.cp/pr-1210.exp
7347 * gdb.cp/pr-574.exp
7348 * gdb.cp/pr10687.exp
7349 * gdb.cp/pr12028.exp
7350 * gdb.cp/pr17132.exp
7351 * gdb.cp/pr17494.exp
7352 * gdb.cp/pr9067.exp
7353 * gdb.cp/pr9167.exp
7354 * gdb.cp/pr9631.exp
7355 * gdb.cp/printmethod.exp
7356 * gdb.cp/psmang.exp
7357 * gdb.cp/psymtab-parameter.exp
7358 * gdb.cp/ptype-cv-cp.exp
7359 * gdb.cp/ptype-flags.exp
7360 * gdb.cp/re-set-overloaded.exp
7361 * gdb.cp/ref-types.exp
7362 * gdb.cp/rtti.exp
7363 * gdb.cp/scope-err.exp
7364 * gdb.cp/shadow.exp
7365 * gdb.cp/smartp.exp
7366 * gdb.cp/static-method.exp
7367 * gdb.cp/static-print-quit.exp
7368 * gdb.cp/temargs.exp
7369 * gdb.cp/templates.exp
7370 * gdb.cp/try_catch.exp
7371 * gdb.cp/typedef-operator.exp
7372 * gdb.cp/typeid.exp
7373 * gdb.cp/userdef.exp
7374 * gdb.cp/using-crash.exp
7375 * gdb.cp/var-tag.exp
7376 * gdb.cp/virtbase.exp
7377 * gdb.cp/virtfunc.exp
7378 * gdb.cp/virtfunc2.exp
7379 * gdb.cp/vla-cxx.exp
7380 * gdb.disasm/t01_mov.exp
7381 * gdb.disasm/t02_mova.exp
7382 * gdb.disasm/t03_add.exp
7383 * gdb.disasm/t04_sub.exp
7384 * gdb.disasm/t05_cmp.exp
7385 * gdb.disasm/t06_ari2.exp
7386 * gdb.disasm/t07_ari3.exp
7387 * gdb.disasm/t08_or.exp
7388 * gdb.disasm/t09_xor.exp
7389 * gdb.disasm/t10_and.exp
7390 * gdb.disasm/t11_logs.exp
7391 * gdb.disasm/t12_bit.exp
7392 * gdb.disasm/t13_otr.exp
7393 * gdb.dlang/circular.exp
7394 * gdb.dwarf2/arr-stride.exp
7395 * gdb.dwarf2/arr-subrange.exp
7396 * gdb.dwarf2/atomic-type.exp
7397 * gdb.dwarf2/bad-regnum.exp
7398 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7399 * gdb.dwarf2/callframecfa.exp
7400 * gdb.dwarf2/clztest.exp
7401 * gdb.dwarf2/corrupt.exp
7402 * gdb.dwarf2/data-loc.exp
7403 * gdb.dwarf2/dup-psym.exp
7404 * gdb.dwarf2/dw2-anon-mptr.exp
7405 * gdb.dwarf2/dw2-anonymous-func.exp
7406 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7407 * gdb.dwarf2/dw2-bad-unresolved.exp
7408 * gdb.dwarf2/dw2-basic.exp
7409 * gdb.dwarf2/dw2-canonicalize-type.exp
7410 * gdb.dwarf2/dw2-case-insensitive.exp
7411 * gdb.dwarf2/dw2-common-block.exp
7412 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7413 * gdb.dwarf2/dw2-compressed.exp
7414 * gdb.dwarf2/dw2-const.exp
7415 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7416 * gdb.dwarf2/dw2-cu-size.exp
7417 * gdb.dwarf2/dw2-dup-frame.exp
7418 * gdb.dwarf2/dw2-entry-value.exp
7419 * gdb.dwarf2/dw2-icycle.exp
7420 * gdb.dwarf2/dw2-ifort-parameter.exp
7421 * gdb.dwarf2/dw2-inline-break.exp
7422 * gdb.dwarf2/dw2-inline-param.exp
7423 * gdb.dwarf2/dw2-intercu.exp
7424 * gdb.dwarf2/dw2-intermix.exp
7425 * gdb.dwarf2/dw2-lexical-block-bare.exp
7426 * gdb.dwarf2/dw2-linkage-name-trust.exp
7427 * gdb.dwarf2/dw2-minsym-in-cu.exp
7428 * gdb.dwarf2/dw2-noloc.exp
7429 * gdb.dwarf2/dw2-op-call.exp
7430 * gdb.dwarf2/dw2-op-out-param.exp
7431 * gdb.dwarf2/dw2-opt-structptr.exp
7432 * gdb.dwarf2/dw2-param-error.exp
7433 * gdb.dwarf2/dw2-producer.exp
7434 * gdb.dwarf2/dw2-ranges-base.exp
7435 * gdb.dwarf2/dw2-ref-missing-frame.exp
7436 * gdb.dwarf2/dw2-reg-undefined.exp
7437 * gdb.dwarf2/dw2-regno-invalid.exp
7438 * gdb.dwarf2/dw2-restore.exp
7439 * gdb.dwarf2/dw2-restrict.exp
7440 * gdb.dwarf2/dw2-single-line-discriminators.exp
7441 * gdb.dwarf2/dw2-strp.exp
7442 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7443 * gdb.dwarf2/dw2-unresolved.exp
7444 * gdb.dwarf2/dw2-var-zero-addr.exp
7445 * gdb.dwarf2/dw4-sig-types.exp
7446 * gdb.dwarf2/dwz.exp
7447 * gdb.dwarf2/dynarr-ptr.exp
7448 * gdb.dwarf2/enum-type.exp
7449 * gdb.dwarf2/gdb-index.exp
7450 * gdb.dwarf2/implptr-64bit.exp
7451 * gdb.dwarf2/implptr-optimized-out.exp
7452 * gdb.dwarf2/implptr.exp
7453 * gdb.dwarf2/implref-array.exp
7454 * gdb.dwarf2/implref-const.exp
7455 * gdb.dwarf2/implref-global.exp
7456 * gdb.dwarf2/implref-struct.exp
7457 * gdb.dwarf2/mac-fileno.exp
7458 * gdb.dwarf2/main-subprogram.exp
7459 * gdb.dwarf2/member-ptr-forwardref.exp
7460 * gdb.dwarf2/method-ptr.exp
7461 * gdb.dwarf2/missing-sig-type.exp
7462 * gdb.dwarf2/nonvar-access.exp
7463 * gdb.dwarf2/opaque-type-lookup.exp
7464 * gdb.dwarf2/pieces-optimized-out.exp
7465 * gdb.dwarf2/pieces.exp
7466 * gdb.dwarf2/pr10770.exp
7467 * gdb.dwarf2/pr13961.exp
7468 * gdb.dwarf2/staticvirtual.exp
7469 * gdb.dwarf2/subrange.exp
7470 * gdb.dwarf2/symtab-producer.exp
7471 * gdb.dwarf2/trace-crash.exp
7472 * gdb.dwarf2/typeddwarf.exp
7473 * gdb.dwarf2/valop.exp
7474 * gdb.dwarf2/watch-notconst.exp
7475 * gdb.fortran/array-element.exp
7476 * gdb.fortran/charset.exp
7477 * gdb.fortran/common-block.exp
7478 * gdb.fortran/complex.exp
7479 * gdb.fortran/derived-type-function.exp
7480 * gdb.fortran/derived-type.exp
7481 * gdb.fortran/logical.exp
7482 * gdb.fortran/module.exp
7483 * gdb.fortran/multi-dim.exp
7484 * gdb.fortran/nested-funcs.exp
7485 * gdb.fortran/print-formatted.exp
7486 * gdb.fortran/subarray.exp
7487 * gdb.fortran/vla-alloc-assoc.exp
7488 * gdb.fortran/vla-datatypes.exp
7489 * gdb.fortran/vla-history.exp
7490 * gdb.fortran/vla-ptr-info.exp
7491 * gdb.fortran/vla-ptype-sub.exp
7492 * gdb.fortran/vla-ptype.exp
7493 * gdb.fortran/vla-sizeof.exp
7494 * gdb.fortran/vla-type.exp
7495 * gdb.fortran/vla-value-sub-arbitrary.exp
7496 * gdb.fortran/vla-value-sub-finish.exp
7497 * gdb.fortran/vla-value-sub.exp
7498 * gdb.fortran/vla-value.exp
7499 * gdb.fortran/whatis_type.exp
7500 * gdb.go/chan.exp
7501 * gdb.go/handcall.exp
7502 * gdb.go/hello.exp
7503 * gdb.go/integers.exp
7504 * gdb.go/methods.exp
7505 * gdb.go/package.exp
7506 * gdb.go/strings.exp
7507 * gdb.go/types.exp
7508 * gdb.go/unsafe.exp
7509 * gdb.guile/scm-arch.exp
7510 * gdb.guile/scm-block.exp
7511 * gdb.guile/scm-breakpoint.exp
7512 * gdb.guile/scm-cmd.exp
7513 * gdb.guile/scm-disasm.exp
7514 * gdb.guile/scm-equal.exp
7515 * gdb.guile/scm-frame-args.exp
7516 * gdb.guile/scm-frame-inline.exp
7517 * gdb.guile/scm-frame.exp
7518 * gdb.guile/scm-iterator.exp
7519 * gdb.guile/scm-math.exp
7520 * gdb.guile/scm-objfile.exp
7521 * gdb.guile/scm-ports.exp
7522 * gdb.guile/scm-symbol.exp
7523 * gdb.guile/scm-symtab.exp
7524 * gdb.guile/scm-value-cc.exp
7525 * gdb.guile/types-module.exp
7526 * gdb.linespec/break-ask.exp
7527 * gdb.linespec/cpexplicit.exp
7528 * gdb.linespec/explicit.exp
7529 * gdb.linespec/keywords.exp
7530 * gdb.linespec/linespec.exp
7531 * gdb.linespec/ls-dollar.exp
7532 * gdb.linespec/ls-errs.exp
7533 * gdb.linespec/skip-two.exp
7534 * gdb.linespec/thread.exp
7535 * gdb.mi/mi-async.exp
7536 * gdb.mi/mi-basics.exp
7537 * gdb.mi/mi-break.exp
7538 * gdb.mi/mi-catch-load.exp
7539 * gdb.mi/mi-cli.exp
7540 * gdb.mi/mi-cmd-param-changed.exp
7541 * gdb.mi/mi-console.exp
7542 * gdb.mi/mi-detach.exp
7543 * gdb.mi/mi-disassemble.exp
7544 * gdb.mi/mi-eval.exp
7545 * gdb.mi/mi-file-transfer.exp
7546 * gdb.mi/mi-file.exp
7547 * gdb.mi/mi-fill-memory.exp
7548 * gdb.mi/mi-inheritance-syntax-error.exp
7549 * gdb.mi/mi-linespec-err-cp.exp
7550 * gdb.mi/mi-logging.exp
7551 * gdb.mi/mi-memory-changed.exp
7552 * gdb.mi/mi-read-memory.exp
7553 * gdb.mi/mi-record-changed.exp
7554 * gdb.mi/mi-reg-undefined.exp
7555 * gdb.mi/mi-regs.exp
7556 * gdb.mi/mi-return.exp
7557 * gdb.mi/mi-reverse.exp
7558 * gdb.mi/mi-simplerun.exp
7559 * gdb.mi/mi-solib.exp
7560 * gdb.mi/mi-stack.exp
7561 * gdb.mi/mi-stepi.exp
7562 * gdb.mi/mi-syn-frame.exp
7563 * gdb.mi/mi-until.exp
7564 * gdb.mi/mi-var-block.exp
7565 * gdb.mi/mi-var-child.exp
7566 * gdb.mi/mi-var-cmd.exp
7567 * gdb.mi/mi-var-cp.exp
7568 * gdb.mi/mi-var-display.exp
7569 * gdb.mi/mi-var-invalidate.exp
7570 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7571 * gdb.mi/mi-vla-fortran.exp
7572 * gdb.mi/mi-watch.exp
7573 * gdb.mi/mi2-var-child.exp
7574 * gdb.mi/user-selected-context-sync.exp
7575 * gdb.modula2/unbounded-array.exp
7576 * gdb.multi/dummy-frame-restore.exp
7577 * gdb.multi/multi-arch-exec.exp
7578 * gdb.multi/multi-arch.exp
7579 * gdb.multi/tids.exp
7580 * gdb.multi/watchpoint-multi.exp
7581 * gdb.opencl/callfuncs.exp
7582 * gdb.opencl/convs_casts.exp
7583 * gdb.opencl/datatypes.exp
7584 * gdb.opencl/operators.exp
7585 * gdb.opencl/vec_comps.exp
7586 * gdb.opt/clobbered-registers-O2.exp
7587 * gdb.opt/inline-break.exp
7588 * gdb.opt/inline-bt.exp
7589 * gdb.opt/inline-cmds.exp
7590 * gdb.opt/inline-locals.exp
7591 * gdb.pascal/case-insensitive-symbols.exp
7592 * gdb.pascal/floats.exp
7593 * gdb.pascal/gdb11492.exp
7594 * gdb.python/lib-types.exp
7595 * gdb.python/py-arch.exp
7596 * gdb.python/py-as-string.exp
7597 * gdb.python/py-bad-printers.exp
7598 * gdb.python/py-block.exp
7599 * gdb.python/py-breakpoint-create-fail.exp
7600 * gdb.python/py-breakpoint.exp
7601 * gdb.python/py-caller-is.exp
7602 * gdb.python/py-cmd.exp
7603 * gdb.python/py-explore-cc.exp
7604 * gdb.python/py-explore.exp
7605 * gdb.python/py-finish-breakpoint.exp
7606 * gdb.python/py-finish-breakpoint2.exp
7607 * gdb.python/py-frame-args.exp
7608 * gdb.python/py-frame-inline.exp
7609 * gdb.python/py-frame.exp
7610 * gdb.python/py-framefilter-mi.exp
7611 * gdb.python/py-infthread.exp
7612 * gdb.python/py-lazy-string.exp
7613 * gdb.python/py-linetable.exp
7614 * gdb.python/py-mi-events.exp
7615 * gdb.python/py-mi-objfile.exp
7616 * gdb.python/py-mi.exp
7617 * gdb.python/py-objfile.exp
7618 * gdb.python/py-pp-integral.exp
7619 * gdb.python/py-pp-maint.exp
7620 * gdb.python/py-pp-re-notag.exp
7621 * gdb.python/py-pp-registration.exp
7622 * gdb.python/py-recurse-unwind.exp
7623 * gdb.python/py-strfns.exp
7624 * gdb.python/py-symbol.exp
7625 * gdb.python/py-symtab.exp
7626 * gdb.python/py-sync-interp.exp
7627 * gdb.python/py-typeprint.exp
7628 * gdb.python/py-unwind-maint.exp
7629 * gdb.python/py-unwind.exp
7630 * gdb.python/py-value-cc.exp
7631 * gdb.python/py-xmethods.exp
7632 * gdb.reverse/amd64-tailcall-reverse.exp
7633 * gdb.reverse/break-precsave.exp
7634 * gdb.reverse/break-reverse.exp
7635 * gdb.reverse/consecutive-precsave.exp
7636 * gdb.reverse/consecutive-reverse.exp
7637 * gdb.reverse/finish-precsave.exp
7638 * gdb.reverse/finish-reverse-bkpt.exp
7639 * gdb.reverse/finish-reverse.exp
7640 * gdb.reverse/fstatat-reverse.exp
7641 * gdb.reverse/getresuid-reverse.exp
7642 * gdb.reverse/i386-precsave.exp
7643 * gdb.reverse/i386-reverse.exp
7644 * gdb.reverse/i386-sse-reverse.exp
7645 * gdb.reverse/i387-env-reverse.exp
7646 * gdb.reverse/i387-stack-reverse.exp
7647 * gdb.reverse/insn-reverse.exp
7648 * gdb.reverse/machinestate-precsave.exp
7649 * gdb.reverse/machinestate.exp
7650 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7651 * gdb.reverse/pipe-reverse.exp
7652 * gdb.reverse/readv-reverse.exp
7653 * gdb.reverse/recvmsg-reverse.exp
7654 * gdb.reverse/rerun-prec.exp
7655 * gdb.reverse/s390-mvcle.exp
7656 * gdb.reverse/step-precsave.exp
7657 * gdb.reverse/step-reverse.exp
7658 * gdb.reverse/time-reverse.exp
7659 * gdb.reverse/until-precsave.exp
7660 * gdb.reverse/until-reverse.exp
7661 * gdb.reverse/waitpid-reverse.exp
7662 * gdb.reverse/watch-precsave.exp
7663 * gdb.reverse/watch-reverse.exp
7664 * gdb.rust/generics.exp
7665 * gdb.rust/methods.exp
7666 * gdb.rust/modules.exp
7667 * gdb.rust/simple.exp
7668 * gdb.server/connect-with-no-symbol-file.exp
7669 * gdb.server/ext-attach.exp
7670 * gdb.server/ext-restart.exp
7671 * gdb.server/ext-wrapper.exp
7672 * gdb.server/file-transfer.exp
7673 * gdb.server/server-exec-info.exp
7674 * gdb.server/server-kill.exp
7675 * gdb.server/server-mon.exp
7676 * gdb.server/wrapper.exp
7677 * gdb.stabs/exclfwd.exp
7678 * gdb.stabs/gdb11479.exp
7679 * gdb.threads/clone-new-thread-event.exp
7680 * gdb.threads/corethreads.exp
7681 * gdb.threads/current-lwp-dead.exp
7682 * gdb.threads/dlopen-libpthread.exp
7683 * gdb.threads/gcore-thread.exp
7684 * gdb.threads/sigstep-threads.exp
7685 * gdb.threads/watchpoint-fork.exp
7686 * gdb.trace/actions-changed.exp
7687 * gdb.trace/backtrace.exp
7688 * gdb.trace/change-loc.exp
7689 * gdb.trace/circ.exp
7690 * gdb.trace/collection.exp
7691 * gdb.trace/disconnected-tracing.exp
7692 * gdb.trace/ftrace.exp
7693 * gdb.trace/mi-trace-frame-collected.exp
7694 * gdb.trace/mi-trace-unavailable.exp
7695 * gdb.trace/mi-traceframe-changed.exp
7696 * gdb.trace/mi-tsv-changed.exp
7697 * gdb.trace/no-attach-trace.exp
7698 * gdb.trace/passc-dyn.exp
7699 * gdb.trace/qtro.exp
7700 * gdb.trace/range-stepping.exp
7701 * gdb.trace/read-memory.exp
7702 * gdb.trace/save-trace.exp
7703 * gdb.trace/signal.exp
7704 * gdb.trace/status-stop.exp
7705 * gdb.trace/tfile.exp
7706 * gdb.trace/trace-break.exp
7707 * gdb.trace/trace-buffer-size.exp
7708 * gdb.trace/trace-condition.exp
7709 * gdb.trace/tracefile-pseudo-reg.exp
7710 * gdb.trace/tstatus.exp
7711 * gdb.trace/unavailable.exp
7712 * gdb.trace/while-dyn.exp
7713 * gdb.trace/while-stepping.exp
7714
7715 2016-12-22 Doug Evans <xdje42@gmail.com>
7716
7717 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7718 and msymbols.
7719
7720 2016-12-19 Yao Qi <yao.qi@linaro.org>
7721
7722 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7723 (test_with_self): Don't call do_steps_and_nexts, and remove
7724 code about stepping into xmalloc.
7725
7726 2016-12-09 Yao Qi <yao.qi@linaro.org>
7727
7728 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7729
7730 2016-12-09 Yao Qi <yao.qi@linaro.org>
7731
7732 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7733
7734 2016-12-09 Pedro Alves <palves@redhat.com>
7735
7736 * gdb.base/all-architectures-0.exp: New file.
7737 * gdb.base/all-architectures-1.exp: New file.
7738 * gdb.base/all-architectures-2.exp: New file.
7739 * gdb.base/all-architectures-3.exp: New file.
7740 * gdb.base/all-architectures-4.exp: New file.
7741 * gdb.base/all-architectures-5.exp: New file.
7742 * gdb.base/all-architectures-6.exp: New file.
7743 * gdb.base/all-architectures-7.exp: New file.
7744 * gdb.base/all-architectures.exp.in: New file.
7745
7746 2016-12-09 Yao Qi <yao.qi@linaro.org>
7747
7748 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7749
7750 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7751
7752 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7753 possible.
7754 Remove useless pattern-matching code.
7755
7756 2016-12-02 Pedro Alves <palves@redhat.com>
7757
7758 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7759 procedure.
7760 (top level): Call it.
7761
7762 2016-12-02 Pedro Alves <palves@redhat.com>
7763
7764 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7765 New procedure.
7766 (top level): Call it.
7767
7768 2016-12-02 Pedro Alves <palves@redhat.com>
7769
7770 PR cli/20559
7771 * gdb.base/commands.exp (user_defined_command_args_eval): New
7772 procedure.
7773 (top level): Call it.
7774
7775 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7776
7777 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7778 timeout handling.
7779
7780 2016-12-02 Tom Tromey <tom@tromey.com>
7781
7782 * gdb.dwarf2/main-subprogram.c: New file.
7783 * gdb.dwarf2/main-subprogram.exp: New file.
7784
7785 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7786
7787 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7788 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7789 gdb_test_no_output for a couple of cases.
7790 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7791
7792 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7793
7794 Fix test names and standardize compilation error messages throughout
7795 the following files:
7796
7797 * gdb.ada/start.exp
7798 * gdb.arch/alpha-step.exp
7799 * gdb.arch/e500-prologue.exp
7800 * gdb.arch/ftrace-insn-reloc.exp
7801 * gdb.arch/gdb1291.exp
7802 * gdb.arch/gdb1431.exp
7803 * gdb.arch/gdb1558.exp
7804 * gdb.arch/i386-dr3-watch.exp
7805 * gdb.arch/i386-sse-stack-align.exp
7806 * gdb.arch/ia64-breakpoint-shadow.exp
7807 * gdb.arch/pa-nullify.exp
7808 * gdb.arch/powerpc-aix-prologue.exp
7809 * gdb.arch/thumb-bx-pc.exp
7810 * gdb.base/annota1.exp
7811 * gdb.base/annota3.exp
7812 * gdb.base/arrayidx.exp
7813 * gdb.base/assign.exp
7814 * gdb.base/attach.exp
7815 * gdb.base/auxv.exp
7816 * gdb.base/bang.exp
7817 * gdb.base/bfp-test.exp
7818 * gdb.base/bigcore.exp
7819 * gdb.base/bitfields2.exp
7820 * gdb.base/break-fun-addr.exp
7821 * gdb.base/break-probes.exp
7822 * gdb.base/call-rt-st.exp
7823 * gdb.base/callexit.exp
7824 * gdb.base/catch-fork-kill.exp
7825 * gdb.base/charset.exp
7826 * gdb.base/checkpoint.exp
7827 * gdb.base/comprdebug.exp
7828 * gdb.base/constvars.exp
7829 * gdb.base/coredump-filter.exp
7830 * gdb.base/cursal.exp
7831 * gdb.base/cvexpr.exp
7832 * gdb.base/detach.exp
7833 * gdb.base/display.exp
7834 * gdb.base/dmsym.exp
7835 * gdb.base/dprintf-pending.exp
7836 * gdb.base/dso2dso.exp
7837 * gdb.base/dtrace-probe.exp
7838 * gdb.base/dump.exp
7839 * gdb.base/enum_cond.exp
7840 * gdb.base/exe-lock.exp
7841 * gdb.base/exec-invalid-sysroot.exp
7842 * gdb.base/execl-update-breakpoints.exp
7843 * gdb.base/exprs.exp
7844 * gdb.base/fileio.exp
7845 * gdb.base/find.exp
7846 * gdb.base/finish.exp
7847 * gdb.base/fixsection.exp
7848 * gdb.base/foll-vfork.exp
7849 * gdb.base/frame-args.exp
7850 * gdb.base/gcore.exp
7851 * gdb.base/gdb1250.exp
7852 * gdb.base/global-var-nested-by-dso.exp
7853 * gdb.base/gnu-ifunc.exp
7854 * gdb.base/hashline1.exp
7855 * gdb.base/hashline2.exp
7856 * gdb.base/hashline3.exp
7857 * gdb.base/hbreak-in-shr-unsupported.exp
7858 * gdb.base/huge.exp
7859 * gdb.base/infcall-input.exp
7860 * gdb.base/info-fun.exp
7861 * gdb.base/info-shared.exp
7862 * gdb.base/jit-simple.exp
7863 * gdb.base/jit-so.exp
7864 * gdb.base/jit.exp
7865 * gdb.base/jump.exp
7866 * gdb.base/label.exp
7867 * gdb.base/lineinc.exp
7868 * gdb.base/logical.exp
7869 * gdb.base/longjmp.exp
7870 * gdb.base/macscp.exp
7871 * gdb.base/miscexprs.exp
7872 * gdb.base/new-ui-echo.exp
7873 * gdb.base/new-ui-pending-input.exp
7874 * gdb.base/new-ui.exp
7875 * gdb.base/nodebug.exp
7876 * gdb.base/nofield.exp
7877 * gdb.base/offsets.exp
7878 * gdb.base/overlays.exp
7879 * gdb.base/pending.exp
7880 * gdb.base/pointers.exp
7881 * gdb.base/pr11022.exp
7882 * gdb.base/printcmds.exp
7883 * gdb.base/prologue.exp
7884 * gdb.base/ptr-typedef.exp
7885 * gdb.base/realname-expand.exp
7886 * gdb.base/relativedebug.exp
7887 * gdb.base/relocate.exp
7888 * gdb.base/remote.exp
7889 * gdb.base/reread.exp
7890 * gdb.base/return2.exp
7891 * gdb.base/savedregs.exp
7892 * gdb.base/sep.exp
7893 * gdb.base/sepdebug.exp
7894 * gdb.base/sepsymtab.exp
7895 * gdb.base/set-inferior-tty.exp
7896 * gdb.base/setshow.exp
7897 * gdb.base/shlib-call.exp
7898 * gdb.base/sigaltstack.exp
7899 * gdb.base/siginfo-addr.exp
7900 * gdb.base/signals.exp
7901 * gdb.base/signull.exp
7902 * gdb.base/sigrepeat.exp
7903 * gdb.base/so-impl-ld.exp
7904 * gdb.base/solib-display.exp
7905 * gdb.base/solib-overlap.exp
7906 * gdb.base/solib-search.exp
7907 * gdb.base/solib-symbol.exp
7908 * gdb.base/structs.exp
7909 * gdb.base/structs2.exp
7910 * gdb.base/symtab-search-order.exp
7911 * gdb.base/twice.exp
7912 * gdb.base/unload.exp
7913 * gdb.base/varargs.exp
7914 * gdb.base/watchpoint-solib.exp
7915 * gdb.base/watchpoint.exp
7916 * gdb.base/whatis.exp
7917 * gdb.base/wrong_frame_bt_full.exp
7918 * gdb.btrace/dlopen.exp
7919 * gdb.cell/ea-standalone.exp
7920 * gdb.cell/ea-test.exp
7921 * gdb.cp/dispcxx.exp
7922 * gdb.cp/gdb2384.exp
7923 * gdb.cp/method2.exp
7924 * gdb.cp/nextoverthrow.exp
7925 * gdb.cp/pr10728.exp
7926 * gdb.disasm/am33.exp
7927 * gdb.disasm/h8300s.exp
7928 * gdb.disasm/mn10300.exp
7929 * gdb.disasm/sh3.exp
7930 * gdb.dwarf2/dw2-dir-file-name.exp
7931 * gdb.fortran/complex.exp
7932 * gdb.fortran/library-module.exp
7933 * gdb.guile/scm-pretty-print.exp
7934 * gdb.guile/scm-symbol.exp
7935 * gdb.guile/scm-type.exp
7936 * gdb.guile/scm-value.exp
7937 * gdb.linespec/linespec.exp
7938 * gdb.mi/gdb701.exp
7939 * gdb.mi/gdb792.exp
7940 * gdb.mi/mi-breakpoint-changed.exp
7941 * gdb.mi/mi-dprintf-pending.exp
7942 * gdb.mi/mi-dprintf.exp
7943 * gdb.mi/mi-exit-code.exp
7944 * gdb.mi/mi-pending.exp
7945 * gdb.mi/mi-solib.exp
7946 * gdb.mi/new-ui-mi-sync.exp
7947 * gdb.mi/pr11022.exp
7948 * gdb.mi/user-selected-context-sync.exp
7949 * gdb.opt/solib-intra-step.exp
7950 * gdb.python/py-events.exp
7951 * gdb.python/py-finish-breakpoint.exp
7952 * gdb.python/py-mi.exp
7953 * gdb.python/py-prettyprint.exp
7954 * gdb.python/py-shared.exp
7955 * gdb.python/py-symbol.exp
7956 * gdb.python/py-template.exp
7957 * gdb.python/py-type.exp
7958 * gdb.python/py-value.exp
7959 * gdb.reverse/solib-precsave.exp
7960 * gdb.reverse/solib-reverse.exp
7961 * gdb.server/solib-list.exp
7962 * gdb.stabs/weird.exp
7963 * gdb.threads/reconnect-signal.exp
7964 * gdb.threads/stepi-random-signal.exp
7965 * gdb.trace/actions.exp
7966 * gdb.trace/ax.exp
7967 * gdb.trace/backtrace.exp
7968 * gdb.trace/change-loc.exp
7969 * gdb.trace/deltrace.exp
7970 * gdb.trace/ftrace-lock.exp
7971 * gdb.trace/ftrace.exp
7972 * gdb.trace/infotrace.exp
7973 * gdb.trace/mi-tracepoint-changed.exp
7974 * gdb.trace/packetlen.exp
7975 * gdb.trace/passcount.exp
7976 * gdb.trace/pending.exp
7977 * gdb.trace/range-stepping.exp
7978 * gdb.trace/report.exp
7979 * gdb.trace/stap-trace.exp
7980 * gdb.trace/tfind.exp
7981 * gdb.trace/trace-break.exp
7982 * gdb.trace/trace-condition.exp
7983 * gdb.trace/trace-enable-disable.exp
7984 * gdb.trace/trace-mt.exp
7985 * gdb.trace/tracecmd.exp
7986 * gdb.trace/tspeed.exp
7987 * gdb.trace/tsv.exp
7988 * lib/perftest.exp
7989
7990 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7991
7992 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7993 with gdb_test_no_output.
7994 Use command as test name.
7995
7996 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7997
7998 Fix test names starting with uppercase throughout the files.
7999
8000 * gdb.ada/assign_1.exp
8001 * gdb.ada/boolean_expr.exp
8002 * gdb.base/arrayidx.exp
8003 * gdb.base/del.exp
8004 * gdb.base/gcore-buffer-overflow.exp
8005 * gdb.base/testenv.exp
8006 * gdb.compile/compile.exp
8007 * gdb.python/py-framefilter-invalidarg.exp
8008 * gdb.python/py-framefilter.exp
8009
8010 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8011
8012 Fix test names starting with uppercase throughout the files.
8013
8014 * gdb.ada/array_return.exp
8015 * gdb.ada/expr_delims.exp
8016 * gdb.ada/mi_dyn_arr.exp
8017 * gdb.ada/mi_interface.exp
8018 * gdb.ada/mi_var_array.exp
8019 * gdb.ada/watch_arg.exp
8020 * gdb.arch/alpha-step.exp
8021 * gdb.arch/altivec-regs.exp
8022 * gdb.arch/e500-regs.exp
8023 * gdb.arch/powerpc-d128-regs.exp
8024 * gdb.base/arrayidx.exp
8025 * gdb.base/break.exp
8026 * gdb.base/checkpoint.exp
8027 * gdb.base/debug-expr.exp
8028 * gdb.base/dmsym.exp
8029 * gdb.base/radix.exp
8030 * gdb.base/sepdebug.exp
8031 * gdb.base/testenv.exp
8032 * gdb.base/watch_thread_num.exp
8033 * gdb.base/watchpoint-cond-gone.exp
8034 * gdb.cell/break.exp
8035 * gdb.cell/ea-cache.exp
8036 * gdb.compile/compile.exp
8037 * gdb.cp/gdb2495.exp
8038 * gdb.gdb/selftest.exp
8039 * gdb.gdb/xfullpath.exp
8040 * gdb.go/hello.exp
8041 * gdb.go/integers.exp
8042 * gdb.objc/basicclass.exp
8043 * gdb.pascal/hello.exp
8044 * gdb.pascal/integers.exp
8045 * gdb.python/py-breakpoint.exp
8046 * gdb.python/py-cmd.exp
8047 * gdb.python/py-linetable.exp
8048 * gdb.python/py-xmethods.exp
8049 * gdb.python/python.exp
8050 * gdb.reverse/consecutive-precsave.exp
8051 * gdb.reverse/finish-precsave.exp
8052 * gdb.reverse/i386-precsave.exp
8053 * gdb.reverse/machinestate-precsave.exp
8054 * gdb.reverse/sigall-precsave.exp
8055 * gdb.reverse/solib-precsave.exp
8056 * gdb.reverse/step-precsave.exp
8057 * gdb.reverse/until-precsave.exp
8058 * gdb.reverse/watch-precsave.exp
8059 * gdb.threads/leader-exit.exp
8060 * gdb.threads/pthreads.exp
8061 * gdb.threads/wp-replication.exp
8062 * gdb.trace/actions.exp
8063 * gdb.trace/mi-tsv-changed.exp
8064 * gdb.trace/tsv.exp
8065
8066 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8067
8068 Fix test names starting with uppercase throughout the files.
8069
8070 * gdb.arch/i386-bp_permanent.exp
8071 * gdb.arch/i386-gnu-cfi.exp
8072 * gdb.base/disasm-end-cu.exp
8073 * gdb.base/macscp.exp
8074 * gdb.base/pending.exp
8075 * gdb.base/watch_thread_num.exp
8076 * gdb.cp/exception.exp
8077 * gdb.cp/gdb2495.exp
8078 * gdb.cp/local.exp
8079 * gdb.python/py-evsignal.exp
8080 * gdb.python/python.exp
8081 * gdb.trace/tracecmd.exp
8082
8083 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8084
8085 Fix test names starting with uppercase throughout the files.
8086
8087 * gdb.base/charset.exp
8088 * gdb.base/eval.exp
8089 * gdb.base/multi-forks.exp
8090 * gdb.guile/scm-progspace.exp
8091 * gdb.opencl/datatypes.exp
8092 * gdb.python/py-block.exp
8093 * gdb.python/py-function.exp
8094 * gdb.python/py-symbol.exp
8095 * gdb.python/py-symtab.exp
8096 * gdb.python/py-xmethods.exp
8097 * gdb.reverse/break-precsave.exp
8098 * gdb.reverse/break-reverse.exp
8099 * gdb.reverse/consecutive-precsave.exp
8100 * gdb.reverse/consecutive-reverse.exp
8101 * gdb.reverse/finish-precsave.exp
8102 * gdb.reverse/finish-reverse-bkpt.exp
8103 * gdb.reverse/finish-reverse.exp
8104 * gdb.reverse/fstatat-reverse.exp
8105 * gdb.reverse/getresuid-reverse.exp
8106 * gdb.reverse/i386-precsave.exp
8107 * gdb.reverse/i386-reverse.exp
8108 * gdb.reverse/i386-sse-reverse.exp
8109 * gdb.reverse/i387-stack-reverse.exp
8110 * gdb.reverse/insn-reverse.exp
8111 * gdb.reverse/machinestate-precsave.exp
8112 * gdb.reverse/machinestate.exp
8113 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8114 * gdb.reverse/pipe-reverse.exp
8115 * gdb.reverse/readv-reverse.exp
8116 * gdb.reverse/recvmsg-reverse.exp
8117 * gdb.reverse/rerun-prec.exp
8118 * gdb.reverse/s390-mvcle.exp
8119 * gdb.reverse/sigall-precsave.exp
8120 * gdb.reverse/sigall-reverse.exp
8121 * gdb.reverse/solib-precsave.exp
8122 * gdb.reverse/solib-reverse.exp
8123 * gdb.reverse/step-precsave.exp
8124 * gdb.reverse/step-reverse.exp
8125 * gdb.reverse/time-reverse.exp
8126 * gdb.reverse/until-precsave.exp
8127 * gdb.reverse/until-reverse.exp
8128 * gdb.reverse/waitpid-reverse.exp
8129 * gdb.reverse/watch-precsave.exp
8130 * gdb.reverse/watch-reverse.exp
8131
8132 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8133
8134 Fix test names starting with uppercase throughout the files.
8135
8136 * gdb.arch/i386-mpx-simple_segv.exp
8137 * gdb.arch/i386-mpx.exp
8138 * gdb.arch/i386-permbkpt.exp
8139 * gdb.arch/pa-nullify.exp
8140 * gdb.arch/powerpc-d128-regs.exp
8141 * gdb.arch/vsx-regs.exp
8142 * gdb.base/bfp-test.exp
8143 * gdb.base/break.exp
8144 * gdb.base/breakpoint-shadow.exp
8145 * gdb.base/callfuncs.exp
8146 * gdb.base/charset.exp
8147 * gdb.base/commands.exp
8148 * gdb.base/completion.exp
8149 * gdb.base/dfp-test.exp
8150 * gdb.base/echo.exp
8151 * gdb.base/ending-run.exp
8152 * gdb.base/eval.exp
8153 * gdb.base/expand-psymtabs.exp
8154 * gdb.base/float128.exp
8155 * gdb.base/floatn.exp
8156 * gdb.base/foll-exec-mode.exp
8157 * gdb.base/gdb1056.exp
8158 * gdb.base/gdb11531.exp
8159 * gdb.base/kill-after-signal.exp
8160 * gdb.base/multi-forks.exp
8161 * gdb.base/overlays.exp
8162 * gdb.base/pending.exp
8163 * gdb.base/sepdebug.exp
8164 * gdb.base/testenv.exp
8165 * gdb.base/valgrind-db-attach.exp
8166 * gdb.base/watch_thread_num.exp
8167 * gdb.base/watchpoint-cond-gone.exp
8168 * gdb.base/watchpoint.exp
8169 * gdb.base/watchpoints.exp
8170 * gdb.cp/arg-reference.exp
8171 * gdb.cp/baseenum.exp
8172 * gdb.cp/operator.exp
8173 * gdb.cp/shadow.exp
8174 * gdb.dwarf2/dw2-op-out-param.exp
8175 * gdb.dwarf2/dw2-reg-undefined.exp
8176 * gdb.go/chan.exp
8177 * gdb.go/hello.exp
8178 * gdb.go/integers.exp
8179 * gdb.go/methods.exp
8180 * gdb.go/package.exp
8181 * gdb.guile/scm-parameter.exp
8182 * gdb.guile/scm-progspace.exp
8183 * gdb.guile/scm-value.exp
8184 * gdb.mi/mi-pending.exp
8185 * gdb.mi/user-selected-context-sync.exp
8186 * gdb.multi/multi-attach.exp
8187 * gdb.multi/tids.exp
8188 * gdb.opt/clobbered-registers-O2.exp
8189 * gdb.pascal/floats.exp
8190 * gdb.pascal/integers.exp
8191 * gdb.python/py-block.exp
8192 * gdb.python/py-events.exp
8193 * gdb.python/py-parameter.exp
8194 * gdb.python/py-symbol.exp
8195 * gdb.python/py-symtab.exp
8196 * gdb.python/py-type.exp
8197 * gdb.python/py-value.exp
8198 * gdb.python/py-xmethods.exp
8199 * gdb.python/python.exp
8200 * gdb.reverse/break-precsave.exp
8201 * gdb.reverse/consecutive-precsave.exp
8202 * gdb.reverse/finish-precsave.exp
8203 * gdb.reverse/i386-precsave.exp
8204 * gdb.reverse/machinestate-precsave.exp
8205 * gdb.reverse/sigall-precsave.exp
8206 * gdb.reverse/solib-precsave.exp
8207 * gdb.reverse/step-precsave.exp
8208 * gdb.reverse/until-precsave.exp
8209 * gdb.reverse/watch-precsave.exp
8210 * gdb.server/ext-attach.exp
8211 * gdb.server/ext-restart.exp
8212 * gdb.server/ext-run.exp
8213 * gdb.server/ext-wrapper.exp
8214 * gdb.stabs/gdb11479.exp
8215 * gdb.stabs/weird.exp
8216 * gdb.threads/attach-many-short-lived-threads.exp
8217 * gdb.threads/kill.exp
8218 * gdb.threads/watchpoint-fork.exp
8219
8220 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8221
8222 Fix test names starting with uppercase throughout all the files below.
8223
8224 * gdb.ada/array_return.exp
8225 * gdb.ada/catch_ex.exp
8226 * gdb.ada/info_exc.exp
8227 * gdb.ada/mi_catch_ex.exp
8228 * gdb.ada/mi_dyn_arr.exp
8229 * gdb.ada/mi_ex_cond.exp
8230 * gdb.ada/mi_exc_info.exp
8231 * gdb.ada/mi_interface.exp
8232 * gdb.ada/mi_task_arg.exp
8233 * gdb.ada/mi_task_info.exp
8234 * gdb.ada/mi_var_array.exp
8235 * gdb.arch/alpha-step.exp
8236 * gdb.arch/amd64-disp-step.exp
8237 * gdb.arch/arm-disp-step.exp
8238 * gdb.arch/disp-step-insn-reloc.exp
8239 * gdb.arch/e500-prologue.exp
8240 * gdb.arch/ftrace-insn-reloc.exp
8241 * gdb.arch/gdb1558.exp
8242 * gdb.arch/i386-bp_permanent.exp
8243 * gdb.arch/i386-disp-step.exp
8244 * gdb.arch/i386-float.exp
8245 * gdb.arch/i386-gnu-cfi.exp
8246 * gdb.arch/ia64-breakpoint-shadow.exp
8247 * gdb.arch/mips16-thunks.exp
8248 * gdb.arch/pa-nullify.exp
8249 * gdb.arch/powerpc-aix-prologue.exp
8250 * gdb.arch/powerpc-power.exp
8251 * gdb.arch/ppc-dfp.exp
8252 * gdb.arch/s390-tdbregs.exp
8253 * gdb.arch/spu-info.exp
8254 * gdb.arch/spu-ls.exp
8255 * gdb.arch/thumb-bx-pc.exp
8256 * gdb.base/advance.exp
8257 * gdb.base/annota-input-while-running.exp
8258 * gdb.base/arrayidx.exp
8259 * gdb.base/asmlabel.exp
8260 * gdb.base/async.exp
8261 * gdb.base/attach-wait-input.exp
8262 * gdb.base/auto-connect-native-target.exp
8263 * gdb.base/batch-preserve-term-settings.exp
8264 * gdb.base/bfp-test.exp
8265 * gdb.base/bigcore.exp
8266 * gdb.base/bp-permanent.exp
8267 * gdb.base/break-always.exp
8268 * gdb.base/break-fun-addr.exp
8269 * gdb.base/break-idempotent.exp
8270 * gdb.base/break-main-file-remove-fail.exp
8271 * gdb.base/break-probes.exp
8272 * gdb.base/break-unload-file.exp
8273 * gdb.base/break.exp
8274 * gdb.base/call-ar-st.exp
8275 * gdb.base/call-rt-st.exp
8276 * gdb.base/call-sc.exp
8277 * gdb.base/call-signal-resume.exp
8278 * gdb.base/call-strs.exp
8279 * gdb.base/callexit.exp
8280 * gdb.base/callfuncs.exp
8281 * gdb.base/catch-gdb-caused-signals.exp
8282 * gdb.base/catch-signal-siginfo-cond.exp
8283 * gdb.base/catch-syscall.exp
8284 * gdb.base/compare-sections.exp
8285 * gdb.base/cond-eval-mode.exp
8286 * gdb.base/condbreak-call-false.exp
8287 * gdb.base/consecutive-step-over.exp
8288 * gdb.base/cursal.exp
8289 * gdb.base/disabled-location.exp
8290 * gdb.base/disasm-end-cu.exp
8291 * gdb.base/display.exp
8292 * gdb.base/double-prompt-target-event-error.exp
8293 * gdb.base/dprintf-bp-same-addr.exp
8294 * gdb.base/dprintf-detach.exp
8295 * gdb.base/dprintf-next.exp
8296 * gdb.base/dprintf-non-stop.exp
8297 * gdb.base/dprintf-pending.exp
8298 * gdb.base/dso2dso.exp
8299 * gdb.base/ending-run.exp
8300 * gdb.base/enum_cond.exp
8301 * gdb.base/examine-backward.exp
8302 * gdb.base/exe-lock.exp
8303 * gdb.base/exec-invalid-sysroot.exp
8304 * gdb.base/execl-update-breakpoints.exp
8305 * gdb.base/execution-termios.exp
8306 * gdb.base/fileio.exp
8307 * gdb.base/fixsection.exp
8308 * gdb.base/foll-exec-mode.exp
8309 * gdb.base/foll-exec.exp
8310 * gdb.base/fork-running-state.exp
8311 * gdb.base/frame-args.exp
8312 * gdb.base/fullpath-expand.exp
8313 * gdb.base/func-ptr.exp
8314 * gdb.base/gcore-relro-pie.exp
8315 * gdb.base/gdb1090.exp
8316 * gdb.base/gdb1555.exp
8317 * gdb.base/global-var-nested-by-dso.exp
8318 * gdb.base/gnu-ifunc.exp
8319 * gdb.base/hbreak-in-shr-unsupported.exp
8320 * gdb.base/hbreak-unmapped.exp
8321 * gdb.base/hook-stop.exp
8322 * gdb.base/infcall-input.exp
8323 * gdb.base/info-fun.exp
8324 * gdb.base/info-shared.exp
8325 * gdb.base/interrupt-noterm.exp
8326 * gdb.base/jit-so.exp
8327 * gdb.base/jit.exp
8328 * gdb.base/line-symtabs.exp
8329 * gdb.base/list.exp
8330 * gdb.base/longjmp.exp
8331 * gdb.base/macscp.exp
8332 * gdb.base/max-value-size.exp
8333 * gdb.base/nodebug.exp
8334 * gdb.base/nofield.exp
8335 * gdb.base/overlays.exp
8336 * gdb.base/paginate-after-ctrl-c-running.exp
8337 * gdb.base/paginate-bg-execution.exp
8338 * gdb.base/paginate-inferior-exit.exp
8339 * gdb.base/pending.exp
8340 * gdb.base/pr11022.exp
8341 * gdb.base/printcmds.exp
8342 * gdb.base/ptr-typedef.exp
8343 * gdb.base/ptype.exp
8344 * gdb.base/randomize.exp
8345 * gdb.base/range-stepping.exp
8346 * gdb.base/realname-expand.exp
8347 * gdb.base/relativedebug.exp
8348 * gdb.base/remote.exp
8349 * gdb.base/savedregs.exp
8350 * gdb.base/sepdebug.exp
8351 * gdb.base/set-noassign.exp
8352 * gdb.base/shlib-call.exp
8353 * gdb.base/shreloc.exp
8354 * gdb.base/sigaltstack.exp
8355 * gdb.base/sigbpt.exp
8356 * gdb.base/siginfo-addr.exp
8357 * gdb.base/siginfo-obj.exp
8358 * gdb.base/siginfo-thread.exp
8359 * gdb.base/signest.exp
8360 * gdb.base/signull.exp
8361 * gdb.base/sigrepeat.exp
8362 * gdb.base/skip.exp
8363 * gdb.base/so-impl-ld.exp
8364 * gdb.base/solib-corrupted.exp
8365 * gdb.base/solib-disc.exp
8366 * gdb.base/solib-display.exp
8367 * gdb.base/solib-overlap.exp
8368 * gdb.base/solib-search.exp
8369 * gdb.base/solib-symbol.exp
8370 * gdb.base/source-execution.exp
8371 * gdb.base/sss-bp-on-user-bp-2.exp
8372 * gdb.base/sss-bp-on-user-bp.exp
8373 * gdb.base/stack-checking.exp
8374 * gdb.base/stale-infcall.exp
8375 * gdb.base/step-break.exp
8376 * gdb.base/step-line.exp
8377 * gdb.base/step-over-exit.exp
8378 * gdb.base/step-test.exp
8379 * gdb.base/structs.exp
8380 * gdb.base/sym-file.exp
8381 * gdb.base/symtab-search-order.exp
8382 * gdb.base/term.exp
8383 * gdb.base/type-opaque.exp
8384 * gdb.base/unload.exp
8385 * gdb.base/until-nodebug.exp
8386 * gdb.base/until.exp
8387 * gdb.base/unwindonsignal.exp
8388 * gdb.base/watch-cond.exp
8389 * gdb.base/watch-non-mem.exp
8390 * gdb.base/watch_thread_num.exp
8391 * gdb.base/watchpoint-reuse-slot.exp
8392 * gdb.base/watchpoint-solib.exp
8393 * gdb.base/watchpoint.exp
8394 * gdb.btrace/dlopen.exp
8395 * gdb.cell/arch.exp
8396 * gdb.cell/break.exp
8397 * gdb.cell/bt.exp
8398 * gdb.cell/core.exp
8399 * gdb.cell/data.exp
8400 * gdb.cell/dwarfaddr.exp
8401 * gdb.cell/ea-cache.exp
8402 * gdb.cell/ea-standalone.exp
8403 * gdb.cell/ea-test.exp
8404 * gdb.cell/f-regs.exp
8405 * gdb.cell/fork.exp
8406 * gdb.cell/gcore.exp
8407 * gdb.cell/mem-access.exp
8408 * gdb.cell/ptype.exp
8409 * gdb.cell/registers.exp
8410 * gdb.cell/sizeof.exp
8411 * gdb.cell/solib-symbol.exp
8412 * gdb.cell/solib.exp
8413 * gdb.compile/compile-tls.exp
8414 * gdb.cp/exception.exp
8415 * gdb.cp/gdb2495.exp
8416 * gdb.cp/local.exp
8417 * gdb.cp/mb-inline.exp
8418 * gdb.cp/mb-templates.exp
8419 * gdb.cp/pr10687.exp
8420 * gdb.cp/pr9167.exp
8421 * gdb.cp/scope-err.exp
8422 * gdb.cp/templates.exp
8423 * gdb.cp/virtfunc.exp
8424 * gdb.dwarf2/dw2-dir-file-name.exp
8425 * gdb.dwarf2/dw2-single-line-discriminators.exp
8426 * gdb.fortran/complex.exp
8427 * gdb.fortran/library-module.exp
8428 * gdb.guile/guile.exp
8429 * gdb.guile/scm-cmd.exp
8430 * gdb.guile/scm-frame-inline.exp
8431 * gdb.guile/scm-objfile.exp
8432 * gdb.guile/scm-pretty-print.exp
8433 * gdb.guile/scm-symbol.exp
8434 * gdb.guile/scm-type.exp
8435 * gdb.guile/scm-value.exp
8436 * gdb.linespec/keywords.exp
8437 * gdb.linespec/ls-errs.exp
8438 * gdb.linespec/macro-relative.exp
8439 * gdb.linespec/thread.exp
8440 * gdb.mi/mi-breakpoint-changed.exp
8441 * gdb.mi/mi-dprintf-pending.exp
8442 * gdb.mi/mi-fullname-deleted.exp
8443 * gdb.mi/mi-logging.exp
8444 * gdb.mi/mi-pending.exp
8445 * gdb.mi/mi-solib.exp
8446 * gdb.mi/new-ui-mi-sync.exp
8447 * gdb.mi/user-selected-context-sync.exp
8448 * gdb.multi/dummy-frame-restore.exp
8449 * gdb.multi/multi-arch-exec.exp
8450 * gdb.multi/remove-inferiors.exp
8451 * gdb.multi/watchpoint-multi-exit.exp
8452 * gdb.opt/solib-intra-step.exp
8453 * gdb.perf/backtrace.exp
8454 * gdb.perf/single-step.exp
8455 * gdb.perf/skip-command.exp
8456 * gdb.perf/skip-prologue.exp
8457 * gdb.perf/solib.exp
8458 * gdb.python/lib-types.exp
8459 * gdb.python/py-as-string.exp
8460 * gdb.python/py-bad-printers.exp
8461 * gdb.python/py-block.exp
8462 * gdb.python/py-breakpoint.exp
8463 * gdb.python/py-cmd.exp
8464 * gdb.python/py-events.exp
8465 * gdb.python/py-evthreads.exp
8466 * gdb.python/py-finish-breakpoint.exp
8467 * gdb.python/py-finish-breakpoint2.exp
8468 * gdb.python/py-frame-inline.exp
8469 * gdb.python/py-frame.exp
8470 * gdb.python/py-inferior.exp
8471 * gdb.python/py-infthread.exp
8472 * gdb.python/py-mi.exp
8473 * gdb.python/py-objfile.exp
8474 * gdb.python/py-pp-maint.exp
8475 * gdb.python/py-pp-registration.exp
8476 * gdb.python/py-prettyprint.exp
8477 * gdb.python/py-recurse-unwind.exp
8478 * gdb.python/py-shared.exp
8479 * gdb.python/py-symbol.exp
8480 * gdb.python/py-symtab.exp
8481 * gdb.python/py-template.exp
8482 * gdb.python/py-type.exp
8483 * gdb.python/py-unwind-maint.exp
8484 * gdb.python/py-unwind.exp
8485 * gdb.python/py-value.exp
8486 * gdb.python/python.exp
8487 * gdb.reverse/finish-reverse-bkpt.exp
8488 * gdb.reverse/insn-reverse.exp
8489 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8490 * gdb.reverse/solib-precsave.exp
8491 * gdb.reverse/solib-reverse.exp
8492 * gdb.stabs/gdb11479.exp
8493 * gdb.stabs/weird.exp
8494 * gdb.threads/fork-child-threads.exp
8495 * gdb.threads/fork-plus-threads.exp
8496 * gdb.threads/fork-thread-pending.exp
8497 * gdb.threads/forking-threads-plus-breakpoint.exp
8498 * gdb.threads/hand-call-in-threads.exp
8499 * gdb.threads/interrupted-hand-call.exp
8500 * gdb.threads/linux-dp.exp
8501 * gdb.threads/local-watch-wrong-thread.exp
8502 * gdb.threads/next-while-other-thread-longjmps.exp
8503 * gdb.threads/non-ldr-exit.exp
8504 * gdb.threads/pending-step.exp
8505 * gdb.threads/print-threads.exp
8506 * gdb.threads/process-dies-while-detaching.exp
8507 * gdb.threads/process-dies-while-handling-bp.exp
8508 * gdb.threads/pthreads.exp
8509 * gdb.threads/queue-signal.exp
8510 * gdb.threads/reconnect-signal.exp
8511 * gdb.threads/signal-command-handle-nopass.exp
8512 * gdb.threads/signal-command-multiple-signals-pending.exp
8513 * gdb.threads/signal-delivered-right-thread.exp
8514 * gdb.threads/signal-sigtrap.exp
8515 * gdb.threads/sigthread.exp
8516 * gdb.threads/staticthreads.exp
8517 * gdb.threads/stepi-random-signal.exp
8518 * gdb.threads/thread-unwindonsignal.exp
8519 * gdb.threads/thread_check.exp
8520 * gdb.threads/thread_events.exp
8521 * gdb.threads/tid-reuse.exp
8522 * gdb.threads/tls-nodebug.exp
8523 * gdb.threads/tls-shared.exp
8524 * gdb.threads/tls-so_extern.exp
8525 * gdb.threads/tls.exp
8526 * gdb.threads/wp-replication.exp
8527 * gdb.trace/actions-changed.exp
8528 * gdb.trace/actions.exp
8529 * gdb.trace/backtrace.exp
8530 * gdb.trace/change-loc.exp
8531 * gdb.trace/collection.exp
8532 * gdb.trace/deltrace.exp
8533 * gdb.trace/disconnected-tracing.exp
8534 * gdb.trace/entry-values.exp
8535 * gdb.trace/ftrace-lock.exp
8536 * gdb.trace/ftrace.exp
8537 * gdb.trace/infotrace.exp
8538 * gdb.trace/mi-trace-frame-collected.exp
8539 * gdb.trace/mi-trace-unavailable.exp
8540 * gdb.trace/mi-traceframe-changed.exp
8541 * gdb.trace/mi-tracepoint-changed.exp
8542 * gdb.trace/mi-tsv-changed.exp
8543 * gdb.trace/no-attach-trace.exp
8544 * gdb.trace/packetlen.exp
8545 * gdb.trace/passc-dyn.exp
8546 * gdb.trace/passcount.exp
8547 * gdb.trace/pending.exp
8548 * gdb.trace/pr16508.exp
8549 * gdb.trace/qtro.exp
8550 * gdb.trace/range-stepping.exp
8551 * gdb.trace/read-memory.exp
8552 * gdb.trace/report.exp
8553 * gdb.trace/save-trace.exp
8554 * gdb.trace/signal.exp
8555 * gdb.trace/stap-trace.exp
8556 * gdb.trace/status-stop.exp
8557 * gdb.trace/strace.exp
8558 * gdb.trace/tfile.exp
8559 * gdb.trace/tfind.exp
8560 * gdb.trace/trace-break.exp
8561 * gdb.trace/trace-condition.exp
8562 * gdb.trace/trace-enable-disable.exp
8563 * gdb.trace/trace-mt.exp
8564 * gdb.trace/tracecmd.exp
8565 * gdb.trace/tracefile-pseudo-reg.exp
8566 * gdb.trace/tspeed.exp
8567 * gdb.trace/tstatus.exp
8568 * gdb.trace/tsv.exp
8569 * gdb.trace/unavailable.exp
8570 * gdb.trace/while-dyn.exp
8571 * gdb.trace/while-stepping.exp
8572 * lib/gdb-guile.exp
8573 * lib/gdb.exp
8574 * lib/mi-support.exp
8575 * lib/pascal.exp
8576 * lib/perftest.exp
8577 * lib/prelink-support.exp
8578 * lib/selftest-support.exp
8579
8580 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8581
8582 * Makefile.in: Include disable-implicit-rules.mk.
8583
8584 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8585
8586 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8587 non-byte-aligned bit fields.
8588
8589 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8590
8591 PR gdb/12616
8592 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8593 respects the DW_AT_data_bit_offset attribute.
8594
8595 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8596
8597 * gdb.base/default.exp: Fix output of "set language".
8598
8599 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8600
8601 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8602 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8603 make.
8604 * configure.ac: Remove checks for the make program.
8605 * configure: Re-generate.
8606
8607 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8608
8609 * gdb.python/py-recurse-unwind.c (main): Add loop.
8610 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8611 to read_register() and gdb.parse_and_eval(). Make each code
8612 call a separate case that can be individually tested.
8613 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8614 proc. Call cont_and_backtrace for each of the code paths that
8615 we want to test in the unwinder.
8616
8617 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8618
8619 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8620 the definition of struct S.
8621
8622 2016-11-11 Catherine Moore <clm@codesourcery.com>
8623
8624 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8625
8626 2016-11-09 Pedro Alves <palves@redhat.com>
8627
8628 * gdb.base/commands.exp (runto_or_return): New procedure.
8629 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8630 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8631 (progvar_simple_while_test, progvar_complex_if_while_test)
8632 (if_while_breakpoint_command_test)
8633 (infrun_breakpoint_command_test, breakpoint_command_test)
8634 (user_defined_command_test, watchpoint_command_test)
8635 (test_command_prompt_position, redefine_hook_test)
8636 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8637 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8638 multi_line_input and multi_line. Remove gdb_expect and
8639 gdb_stop_suppressing_tests uses.
8640 * lib/gdb.exp (valnum_re): New global.
8641 (multi_line_input): New procedure.
8642
8643 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8644
8645 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8646 Remove.
8647 (test_setup): Define with proc_with_prefix.
8648 (test_cli_inferior): Likewise.
8649 (test_cli_thread): Likewise.
8650 (test_cli_frame): Likewise.
8651 (test_cli_select_frame): Likewise.
8652 (test_cli_up_down): Likewise.
8653 (test_mi_thread_select): Likewise.
8654 (test_mi_stack_select_frame): Likewise.
8655 (test_cli_in_mi_inferior): Likewise.
8656 (test_cli_in_mi_thread): Likewise.
8657 (test_cli_in_mi_frame): Likewise.
8658 (top level): Do not use with_test_prefix_procname.
8659
8660 2016-11-09 Pedro Alves <palves@redhat.com>
8661
8662 * gdb.base/commands.exp (gdbvar_simple_if_test)
8663 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8664 (progvar_simple_if_test, progvar_simple_while_test)
8665 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8666 (infrun_breakpoint_command_test, breakpoint_command_test)
8667 (user_defined_command_test, watchpoint_command_test)
8668 (test_command_prompt_position, deprecated_command_test)
8669 (bp_deleted_in_command, temporary_breakpoint_commands)
8670 (stray_arg0_test, source_file_with_indented_comment)
8671 (recursive_source_test, if_commands_test)
8672 (error_clears_commands_left, redefine_hook_test)
8673 (redefine_backtrace_test): Use proc_with_prefix.
8674 * lib/gdb.exp (proc_with_prefix): New proc.
8675
8676 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8677
8678 * gdb.base/tui-layout.c: New file.
8679 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8680 disassembly window contains very long lines.
8681
8682 2016-11-08 Tom Tromey <tom@tromey.com>
8683
8684 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8685 depend on Python 2.
8686
8687 2016-11-08 Tom Tromey <tom@tromey.com>
8688
8689 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8690 New method.
8691
8692 2016-10-29 Manish Goregaokar <manish@mozilla.com>
8693
8694 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
8695
8696 2016-10-27 Manish Goregaokar <manish@mozilla.com>
8697
8698 * gdb.rust/simple.rs: Add test for univariant enums without
8699 discriminants and for encoded struct-like enums.
8700
8701 2016-10-28 Pedro Alves <palves@redhat.com>
8702
8703 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8704 gdb_test_multiple, tighten regexps and match symtabs and line
8705 tables incrementally.
8706
8707 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
8708
8709 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8710 general.
8711
8712 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8713
8714 * gdb.base/exec-invalid-sysroot.exp: New file.
8715
8716 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8717
8718 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8719
8720 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8721
8722 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8723
8724 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8725
8726 * gdb.base/killed-outside.exp: Remove $options from a call to
8727 `prepare_for_testing'.
8728
8729 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8730
8731 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8732 Change test message.
8733
8734 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8735
8736 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8737 Update comment.
8738
8739 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8740
8741 * gdb.trace/mi-trace-save.exp: New file.
8742
8743 2016-10-13 Yao Qi <yao.qi@linaro.org>
8744
8745 * gdb.base/code_elim.exp (get_var_address): Remove.
8746 * gdb.base/relocate.exp: Likewise.
8747 * gdb.base/shreloc.exp: Likewise.
8748 * lib/gdb.exp (get_var_address): New.
8749
8750 2016-10-13 Yao Qi <yao.qi@linaro.org>
8751
8752 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8753 floating point tests if $skip_float_test is false.
8754
8755 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
8756
8757 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8758 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8759 argc values.
8760 Add 1 to argc so we guarantee distinct initial/modified argc values.
8761
8762 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8763
8764 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8765
8766 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8767
8768 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8769 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8770 * gdb.arch/vsx-regs.exp: Likewise.
8771
8772 2016-10-07 Yao Qi <yao.qi@linaro.org>
8773
8774 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8775
8776 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8777
8778 * gdb.python/python.exp: Test decode_line("*0").
8779
8780 2016-10-06 Doug Evans <dje@google.com>
8781
8782 * gdb.python/py-value.exp (test_value_creation): Add test for large
8783 unsigned 64-bit value.
8784
8785 2016-10-06 Tom Tromey <tom@tromey.com>
8786
8787 * gdb.compile/compile.exp: Change java tests to rust.
8788 * gdb.base/setshow.exp: Change java tests to rust.
8789 * gdb.base/default.exp: Remove java from language list.
8790 * README (Examples): Update language example.
8791 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8792 test.
8793 * lib/gdb.exp (skip_java_tests): Remove.
8794 * lib/java.exp: Remove.
8795 * gdb.java: Remove.
8796
8797 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8798
8799 * gdb.arch/mips-fcr.exp: New test.
8800 * gdb.arch/mips-fcr.c: Source for the new test.
8801
8802 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8803
8804 * gdb.base/solib-disc.exp: Use `standard_output_file'
8805 throughout.
8806
8807 2016-10-06 Pedro Alves <palves@redhat.com>
8808
8809 * gdb.base/jit-simple-dl.c: New file.
8810 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8811 * gdb.base/jit-simple.c: ... this.
8812 * gdb.base/jit-simple.exp (jit_run): Delete.
8813 (build_jit): New proc.
8814 (jit_test_reread): Recompile either the main program or the shared
8815 library, depending on what is being tested. Skip changing address
8816 if caller wants to. Compare before/after addresses. If testing
8817 standalone, explicitly load the binary. Test "maint info
8818 breakpoints".
8819 (top level): Add "standalone vs shared lib" and "change address"
8820 vs "same address" axes.
8821
8822 2016-10-06 Pedro Alves <palves@redhat.com>
8823
8824 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8825 call.
8826 (jit_run): Delete.
8827 (jit_test_reread): Use with_test_prefix. Reload the main binary
8828 explicitly. Compare the before/after addresses of the JIT
8829 descriptor.
8830
8831 2016-08-15 Doug Evans <dje@google.com>
8832
8833 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8834 for single bitfields is bool.
8835 * gdb.xml/tdesc-regs.exp: Ditto.
8836
8837 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8838
8839 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8840
8841 2016-10-05 Yao Qi <yao.qi@linaro.org>
8842
8843 * lib/gdb.exp (support_complex_tests): Return zero if
8844 gdb_skip_float_test return true.
8845
8846 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8847 Simon Marchi <simon.marchi@ericsson.com>
8848
8849 PR gdb/20487
8850 * gdb.mi/user-selected-context-sync.exp: New file.
8851 * gdb.mi/user-selected-context-sync.c: New file.
8852
8853 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8854 Simon Marchi <simon.marchi@ericsson.com>
8855
8856 PR gdb/20487
8857 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8858 =thread-select-event check.
8859
8860 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8861
8862 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8863 the compulsory L operand changes.
8864 * gdb.arch/powerpc-power.s: Likewise.
8865
8866 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8867
8868 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8869 * gdb.base/jit-attach-pie.c: New file.
8870 * gdb.base/jit-attach-pie.exp: New file.
8871
8872 2016-09-28 Pedro Alves <palves@redhat.com>
8873
8874 * gdb.base/infcall-input.c: New file.
8875 * gdb.base/infcall-input.exp: New file.
8876
8877 2016-09-22 Yao Qi <yao.qi@linaro.org>
8878
8879 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8880 (gdb_exit): Rename it to ...
8881 (gdbserver_gdb_exit): ... Close GDBserver.
8882 (gdb_exit): New proc, call gdbserver_gdb_exit.
8883 (mi_gdb_exit): Likewise.
8884
8885 2016-09-22 Yao Qi <yao.qi@linaro.org>
8886
8887 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8888 path.
8889 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8890 Remove duplication.
8891
8892 2016-09-22 Yao Qi <yao.qi@linaro.org>
8893
8894 * lib/gdbserver-support.exp: Check the existence of
8895 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8896
8897 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8898
8899 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8900
8901 2016-09-21 Tom Tromey <tom@tromey.com>
8902
8903 PR gdb/20604:
8904 * gdb.base/quit.exp: New file.
8905
8906 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8907
8908 * .gitignore: New file.
8909
8910 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8911
8912 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8913 throughout.
8914
8915 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8916
8917 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8918
8919 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8920
8921 * gdb.cp/casts.cc (decltype): Move it ...
8922 (main): ... with its call to ...
8923 * gdb.cp/casts03.cc: ... a new file.
8924 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8925
8926 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8927
8928 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8929
8930 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8931
8932 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8933 and sync up the test with tests in gas/testsuite/gas/ppc.
8934 * gdb.arch/powerpc-power.exp: Likewise.
8935
8936 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8937
8938 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8939
8940 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8941 Jan Kratochvil <jan.kratochvil@redhat.com>
8942
8943 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8944 make m1's definition to be different from m2's. Use 'dummy' as an
8945 argument for probe 'two'.
8946
8947 2016-09-10 Jon Beniston <jon@beniston.com>
8948
8949 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8950 for sim target.
8951
8952 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8953
8954 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8955 variable declaration.
8956 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8957 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8958 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8959 received HWCAP as its argument.
8960
8961 2016-09-06 Pedro Alves <palves@redhat.com>
8962
8963 * gdb.base/new-ui-pending-input.c: New file.
8964 * gdb.base/new-ui-pending-input.exp: New file.
8965 * gdb.exp (clear_gdb_spawn_id): New procedure.
8966 (with_spawn_id): Check whether gdb_spawn_id exists before
8967 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8968 on exit.
8969
8970 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8971
8972 * gdb.base/float128.c: New file.
8973 * gdb.base/float128.exp: Likewise.
8974 * gdb.base/floatn.c: Likewise.
8975 * gdb.base/floatn.exp: Likewise.
8976
8977 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8978
8979 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8980
8981 2016-09-05 Pedro Alves <palves@redhat.com>
8982
8983 PR backtrace/19927
8984 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8985 unwinders are immediately called as side effect of "source" or
8986 "disable unwinder" commands.
8987 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8988
8989 2016-09-02 Yao Qi <yao.qi@linaro.org>
8990
8991 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8992 is true and $type is "float" or "double".
8993
8994 2016-09-02 Yao Qi <yao.qi@linaro.org>
8995
8996 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8997 true.
8998 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8999 * gdb.base/call-rt-st.exp: Likewise.
9000 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9001 return value instead of gdb,skip_float_test.
9002 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9003 (do_function_calls): Use its return value instead of
9004 gdb,skip_float_test.
9005 * gdb.base/finish.exp: Likewise.
9006 * gdb.base/funcargs.exp: Likewise.
9007 * gdb.base/return.exp: Likewise.
9008 * gdb.base/return2.exp: Likewise.
9009 * gdb.base/varargs.exp: Likewise.
9010 * lib/gdb.exp (gdb_skip_float_test): Change it to
9011 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9012
9013 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9014
9015 * gdb.multi/tids.exp: Test "thread apply all".
9016
9017 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9018
9019 * gdb.base/default.exp (tty): Remove.
9020
9021 2016-08-24 Kevin Buettner <kevinb@redhat.com>
9022
9023 * gdb.python/py-recurse-unwind.c: New file.
9024 * gdb.python/py-recurse-unwind.py: New file.
9025 * gdb.python/py-recurse-unwind.exp: New file.
9026
9027 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9028
9029 * gdb.base/set-inferior-tty.exp: New file.
9030 * gdb.base/set-inferior-tty.c: New file.
9031
9032 2016-08-23 Pedro Alves <palves@redhat.com>
9033
9034 PR gdb/20494
9035 * gdb.base/new-ui-echo.c: New file.
9036 * gdb.base/new-ui-echo.exp: New file.
9037
9038 2016-08-23 Yao Qi <yao.qi@linaro.org>
9039
9040 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9041 gdbserver_spawn.
9042 * gdb.server/connect-without-multi-process.exp (do_test):
9043 Likewise.
9044
9045 2016-08-23 Yao Qi <yao.qi@linaro.org>
9046
9047 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9048 standalone_txt. Delete gdb_txt and standalone_txt on host
9049 and target. Spawn the binary on target. Copy files from
9050 target to host.
9051
9052 2016-08-22 Pedro Alves <palves@redhat.com>
9053
9054 PR gdb/20505
9055 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9056 with_test_prefix. Factor out bits to ...
9057 (test_no_vdso): ... this new procedure.
9058
9059 2016-08-19 Carl Love <cel@us.ibm.com>
9060
9061 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9062 maintaining separate logic for constructing the output path.
9063 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9064 * gdb.arch/ppc-dfp.exp: Likewise.
9065 * gdb.arch/ppc-fp.exp: Likewise.
9066 * gdb.arch/vsx-regs.exp: Likewise.
9067 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9068 binprefix for generating the additional binary files.
9069
9070 2016-08-19 Pedro Alves <palves@redhat.com>
9071
9072 * gdb.trace/mi-trace-frame-collected.exp
9073 (test_trace_frame_collected): On x32, expect two registers.
9074
9075 2016-08-18 Carl Love <cel@us.ibm.com>
9076
9077 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9078 and sync up the test with tests in gas/testsuite/gas/ppc.
9079 * gdb.arch/powerpc-power.exp: Likewise.
9080
9081 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9082
9083 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9084 expected error message.
9085
9086 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9087
9088 * gdb.multi/remove-inferiors.exp: New file.
9089 * gdb.multi/remove-inferiors.c: New file.
9090
9091 2016-08-12 Yao Qi <yao.qi@linaro.org>
9092
9093 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9094 argument list.
9095
9096 2016-08-10 Pedro Alves <palves@redhat.com>
9097
9098 PR gdb/19187
9099 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9100 setup_kfails.
9101
9102 2016-08-09 Pedro Alves <palves@redhat.com>
9103 Simon Marchi <simon.marchi@ericsson.com>
9104
9105 PR gdb/20418
9106 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9107 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9108
9109 2016-08-09 Pedro Alves <palves@redhat.com>
9110
9111 PR mi/20431
9112 * gdb.mi/mi-cmd-error.exp: New file.
9113
9114 2016-08-09 Pedro Alves <palves@redhat.com>
9115
9116 PR gdb/18653
9117 * gdb.base/signals-state-child.c: New file.
9118 * gdb.base/signals-state-child.exp: New file.
9119 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9120
9121 2016-08-09 Pedro Alves <palves@redhat.com>
9122
9123 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9124
9125 2016-08-03 Tom Tromey <tom@tromey.com>
9126
9127 PR python/18565:
9128 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9129
9130 2016-08-01 Yao Qi <yao.qi@linaro.org>
9131
9132 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9133 variable mode to "multi-process" if $multi_process is 1, otherwise
9134 set it to "single-process".
9135
9136 2016-08-01 Yao Qi <yao.qi@linaro.org>
9137
9138 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9139 * gdb.cp/cpexprs.exp: Likewise.
9140 * gdb.cp/m-static.exp: Likewise.
9141
9142 2016-07-26 Tom Tromey <tom@tromey.com>
9143
9144 PR python/20190:
9145 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9146 test.
9147
9148 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9149
9150 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9151 selecting assembly source files.
9152 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9153 assembly source files.
9154 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9155 assembly source files.
9156 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9157 selecting assembly source files.
9158
9159 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9160
9161 * gdb.base/new-ui.exp (do_test_invalid_args): New
9162 procedure.
9163
9164 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9165
9166 * gdb.btrace/reconnect.c: New file.
9167 * gdb.btrace/reconnect.exp: New file.
9168
9169 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9170
9171 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9172 to test_catch_syscall_group.
9173 (test_catch_syscall_group): New.
9174
9175 2016-07-21 Tom Tromey <tom@tromey.com>
9176
9177 * gdb.rust/simple.rs (main): Use empty struct expression.
9178 * gdb.rust/simple.exp: Add tests for empty struct expression.
9179
9180 2016-07-21 Yao Qi <yao.qi@linaro.org>
9181
9182 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9183 if gdb_skip_xml_test is true on some targets.
9184
9185 2016-07-21 Yao Qi <yao.qi@linaro.org>
9186
9187 * gdb.server/solib-list.exp: Unset last_loaded_file.
9188
9189 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9190
9191 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9192 "step into captured_main (args)".
9193
9194 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9195
9196 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9197
9198 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9199
9200 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9201
9202 2016-07-19 Pedro Alves <palves@redhat.com>
9203
9204 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9205 * gdb.opt/inline-bt.exp: Likewise.
9206 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9207 additional_flags=-Winline.
9208 * gdb.opt/inline-locals.exp: Likewise.
9209 * gdb.opt/inline-markers.c (ATTR): Define.
9210 (inlined_fn): Use it.
9211
9212 2016-07-19 Yao Qi <yao.qi@linaro.org>
9213
9214 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9215 (test_with_self): Remove some code. Remove argument executable.
9216 (top-level): Use do_self_tests.
9217
9218 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9219 Don Breazeal <donb@codesourcery.com>
9220
9221 * gdb.base/maint.exp: Escape paths used in regular expressions.
9222 * gdb.stabs/weird.exp: Likewise.
9223
9224 2016-07-13 Tom Tromey <tom@tromey.com>
9225
9226 PR python/15620, PR python/18620:
9227 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9228 (test_bkpt_events): New procs.
9229
9230 2016-07-13 Tom Tromey <tom@tromey.com>
9231
9232 PR python/17698:
9233 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9234 test.
9235 (test_watchpoints): Likewise.
9236 (test_bkpt_pending): New proc.
9237
9238 2016-07-13 Tom Tromey <tom@tromey.com>
9239
9240 PR cli/18053:
9241 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9242 completion test.
9243
9244 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9245
9246 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9247 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9248 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9249 f_label.
9250 (g): Rename g_end_lbl to g_label.
9251 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9252 low_pc and high_pc.
9253 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9254
9255 2016-07-12 Tom Tromey <tom@tromey.com>
9256
9257 PR python/19293:
9258 * gdb.python/py-unwind-maint.exp: Update tests.
9259
9260 2016-07-12 Yao Qi <yao.qi@linaro.org>
9261
9262 * lib/selftest-support.exp (selftest_setup): Match the output
9263 when captured_main is inlined.
9264
9265 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9266
9267 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9268 New variables.
9269 (print this%a, print this%b, print this): New tests.
9270 * gdb.fortran/derived-types.f90 (this): New object and
9271 initialization.
9272
9273 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9274
9275 * gdb.ada/arraydim.exp: Remove extra directory level in build
9276 directory.
9277
9278 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9279
9280 * lib/ada.exp: Remove extra directory level in build directory.
9281 * gdb.ada/cond_lang.exp: Likewise.
9282 * gdb.ada/exec_changed.exp: Likewise.
9283 * gdb.ada/lang_switch.exp: Likewise.
9284
9285 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9286
9287 * simple.rs: Add test for raw pointer subscripting.
9288 * simple.exp: Add test expectations.
9289
9290 2016-07-05 Yao Qi <yao.qi@linaro.org>
9291
9292 * gdb.mi/mi-reverse.exp: Match =record-started output.
9293
9294 2016-07-01 Pedro Alves <palves@redhat.com>
9295
9296 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9297 procedure.
9298 (jit_reader_test): Test the jit reader's unwinder.
9299 * gdb.base/jithost.c (jit_function_00_code): New global.
9300 (main): Use memcpy to fill in the mmapped code, instead of poking
9301 bytes manually here.
9302 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9303 value.
9304 (read_debug_info): Save the function's range.
9305 (read_sp): New function.
9306 (unwind_frame): Use it. Also unwind RBP.
9307 (get_frame_id): Use read_sp.
9308 (gdb_init_reader): Use calloc instead of malloc.
9309 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9310 parameter. Use gdb_test_multiple.
9311
9312 2016-07-01 Pedro Alves <palves@redhat.com>
9313 Antoine Tremblay <antoine.tremblay@ericsson.com>
9314
9315 * gdb.threads/process-dies-while-detaching.c: New file.
9316 * gdb.threads/process-dies-while-detaching.exp: New file.
9317
9318 2016-07-01 Pedro Alves <palves@redhat.com>
9319
9320 * gdb.multi/watchpoint-multi-exit.c: New file.
9321 * gdb.multi/watchpoint-multi-exit.exp: New file.
9322
9323 2016-06-30 Pedro Alves <palves@redhat.com>
9324
9325 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9326 unset inferior_spawn_id.
9327
9328 2016-06-30 Pedro Alves <palves@redhat.com>
9329
9330 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9331 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9332
9333 2016-06-29 Yao Qi <yao.qi@linaro.org>
9334
9335 * gdb.base/return.c: Add copyright header.
9336
9337 2016-06-29 Tom Tromey <tom@tromey.com>
9338
9339 PR python/20129:
9340 * gdb.python/py-framefilter.exp: Add tests for setting priority
9341 and disabling of non-existent frame filter.
9342
9343 2016-06-29 Yao Qi <yao.qi@linaro.org>
9344
9345 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9346 0x0f07ff.
9347
9348 2016-06-28 Yao Qi <yao.qi@linaro.org>
9349
9350 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9351 triplets. Start gdb, execute catch syscall, and continue. Check
9352 gdb's output to determine catch syscall is supported.
9353
9354 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9355
9356 * gdb.rust/simple.rs: Add test for returning unit in a function.
9357 * gdb.rust/simple.exp: Add expectation for functions returning
9358 unit.
9359
9360 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9361
9362 * gdb.python/py-breakpoint-create-fail.c,
9363 gdb.python/py-breakpoint-create-fail.exp,
9364 gdb.python/py-breakpoint-create-fail.py: New testcase.
9365
9366 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9367
9368 PR gdb/20239
9369 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9370 * gdb.rust/simple.exp: Add test expectations for new NonZero
9371 tests.
9372
9373 2016-06-24 David Taylor <dtaylor@emc.com>
9374
9375 * gdb.base/offsets.exp: New file.
9376 * gdb.base/offsets.c: New file.
9377
9378 2016-06-23 Tom Tromey <tom@tromey.com>
9379
9380 PR gdb/16483:
9381 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9382 before any filters are loaded.
9383
9384 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9385
9386 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9387 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9388 structs.
9389 * gdb.fortran/derived-type-function.exp: New file.
9390 * gdb.fortran/derived-type-function.f90: New file.
9391
9392
9393 2016-06-21 Pedro Alves <palves@redhat.com>
9394
9395 * gdb.base/new-ui.exp: New file.
9396 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9397 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9398 (with_spawn_id): New procedure.
9399
9400 2016-06-21 Pedro Alves <palves@redhat.com>
9401
9402 * gdb.mi/mi-exec-run.exp: New file.
9403
9404 2016-06-21 Pedro Alves <palves@redhat.com>
9405
9406 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9407 breakpoint command's output on the main UI.
9408 (test_break): New procedure, factored out from calls in the top
9409 level.
9410 (top level): Use foreach_with_prefix to test MI as main UI and as
9411 separate UI.
9412
9413 2016-06-21 Pedro Alves <palves@redhat.com>
9414
9415 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9416 (test_awatch_creation_and_listing)
9417 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9418 Remove 'type' parameter.
9419 (test_watchpoint_all): New parameter mi_mode. Remove
9420 with_test_prefix.
9421 (top level): Use foreach_with_prefix, and add main/separate UI MI
9422 testing axis.
9423
9424 2016-06-21 Pedro Alves <palves@redhat.com>
9425
9426 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9427 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9428 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9429 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9430 (gdb_main_spawn_id, mi_spawn_id): Declare and
9431 comment.
9432 (mi_create_inferior_pty): New procedure,
9433 factored out from default_mi_gdb_start.
9434 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9435 procedures.
9436 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9437 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9438 Use mi_create_inferior_pty.
9439 (mi_gdb_start): Use eval to pass down args list.
9440
9441 2016-06-21 Pedro Alves <palves@redhat.com>
9442
9443 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9444 * gdb.opt/inline-cmds.exp: Add MI tests.
9445
9446 2016-06-21 Pedro Alves <palves@redhat.com>
9447
9448 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9449
9450 2016-06-21 Pedro Alves <palves@redhat.com>
9451
9452 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9453 (top level): Use it instead of mi_execute_to.
9454
9455 2016-06-21 Pedro Alves <palves@redhat.com>
9456
9457 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9458 (cont_handler_str): New.
9459 (signal_stop_handler): Set stop_handler_str instead of printing to
9460 stdout.
9461 (continue_handler): Set cont_handler_str instead of printing to
9462 stdout.
9463 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9464 mi_send_resuming_command. Print stop_handler_str and
9465 cont_handler_str instead of expecting the python events print
9466 directly.
9467
9468 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9469
9470 * gdb.base/jit-reader.exp: New file.
9471 * gdb.base/jithost.c: New file.
9472 * gdb.base/jithost.h: New file.
9473 * gdb.base/jitreader.c : New file.
9474 * gdb.base/jit-protocol.h: New file.
9475
9476 2016-06-17 Yao Qi <yao.qi@linaro.org>
9477
9478 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9479 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9480 and detach-on-fork. Adjust tests.
9481 (top level): Invoke break_cond_on_syscall with combinations of
9482 syscall, follow-fork-mode and detach-on-fork.
9483
9484 2016-06-17 Yao Qi <yao.qi@linaro.org>
9485
9486 * gdb.base/step-over-exit.c: New.
9487 * gdb.base/step-over-exit.exp: New.
9488
9489 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9490
9491 * gdb.base/float.exp: Add target check for nds32*-*-*.
9492 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9493
9494 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9495
9496 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9497 for unsupported target features.
9498 * gdb.base/call-rt-st.exp: Likewise.
9499 * gdb.base/call-sc.exp: Likewise.
9500 * gdb.base/call-signal-resume.exp: Likewise.
9501 * gdb.base/call-strs.exp: Likewise.
9502 * gdb.base/callexit.exp: Likewise.
9503 * gdb.base/callfuncs.exp: Likewise.
9504 * gdb.base/nodebug.exp: Likewise.
9505 * gdb.base/printcmds.exp: Likewise.
9506 * gdb.base/ptype.exp: Likewise.
9507 * gdb.base/structs.exp: Likewise.
9508 * gdb.base/unwindonsignal.exp: Likewise.
9509 * gdb.cp/gdb2495.exp: Likewise.
9510 * gdb.cp/templates.exp: Likewise.
9511 * gdb.cp/virtfunc.exp: Likewise.
9512 * gdb.threads/hand-call-in-threads.exp: Likewise.
9513 * gdb.threads/interrupted-hand-call.exp: Likewise.
9514 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9515
9516 2016-06-10 Tom Tromey <tom@tromey.com>
9517
9518 PR rust/20110:
9519 * gdb.rust/expr.exp: Add test for integer constant larger than
9520 i32.
9521
9522 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9523
9524 * gdb.fortran/nested-funcs.exp: New.
9525 * gdb.fortran/nested-funcs.f90: New.
9526
9527 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9528
9529 * gdb.base/examine-backward.c: New file.
9530 * gdb.base/examine-backward.exp: New file.
9531
9532 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9533
9534 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9535 matching.
9536
9537 2016-06-02 Tom Tromey <tom@tromey.com>
9538
9539 PR python/18984:
9540 * gdb.python/py-shared.exp: Add solib_name test.
9541
9542 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9543
9544 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9545
9546 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9547
9548 PR c++/19893
9549 * gdb.dwarf2/implref.exp: Rename to...
9550 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9551 * gdb.dwarf2/implref-array.c: New file.
9552 * gdb.dwarf2/implref-array.exp: Likewise.
9553 * gdb.dwarf2/implref-global.c: Likewise.
9554 * gdb.dwarf2/implref-global.exp: Likewise.
9555 * gdb.dwarf2/implref-struct.c: Likewise.
9556 * gdb.dwarf2/implref-struct.exp: Likewise.
9557
9558 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9559
9560 * gdb.trace/trace-condition.exp: Add 64bit tests.
9561
9562 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9563
9564 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9565 bits types.
9566 (main): Adapt to 8 to 64 bits types.
9567 * gdb.trace/trace-condition.exp: Add new tests.
9568
9569 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9570
9571 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9572
9573 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9574
9575 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9576 Move condition tests...
9577 * gdb.trace/trace-condition.exp: Here.
9578
9579 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9580
9581 * gdb.trace/trace-condition.exp: Add counter-case tests.
9582
9583 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9584
9585 PR c++/15231
9586 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9587 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9588
9589 2016-05-27 Pedro Alves <palves@redhat.com>
9590
9591 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9592 New procedure.
9593 (top level): Call it, and bail out of DejaGnu is known to be bad.
9594
9595 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9596
9597 * gdb.base/whatis.c: Extend the test case.
9598 * gdb.base/whatis.exp: Add additional tests.
9599
9600 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9601
9602 * gdb.fortran/type.f90: Add pointer variable.
9603 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9604
9605 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9606
9607 * gdb.fortran/vla-type.exp: Fix testcase name.
9608
9609 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9610
9611 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9612
9613 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9614
9615 * gdb.fortran/type.f90: Add nested structures.
9616 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9617 * gdb.fortran/derived-type.exp: Adapt expected output.
9618 * gdb.fortran/vla-type.exp: Adapt expected output.
9619
9620 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9621
9622 * gdb.fortran/whatis_type.exp: Adapt expected output.
9623
9624 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9625
9626 * gdb.fortran/print_type.exp: Fix expected output.
9627 * gdb.fortran/whatis_type.exp: Fix expected output.
9628
9629 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9630
9631 * gdb.fortran/whatis_type.exp: Use multi_line.
9632
9633 2016-05-24 Tom Tromey <tom@tromey.com>
9634
9635 PR python/17386:
9636 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9637 use value as an index.
9638
9639 2016-05-23 Tom Tromey <tom@tromey.com>
9640
9641 PR python/17981:
9642 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9643 no-breakpoint case.
9644
9645 2016-05-24 Pedro Alves <palves@redhat.com>
9646
9647 PR gdb/19828
9648 * gdb.threads/clone-attach-detach.c: New file.
9649 * gdb.threads/clone-attach-detach.exp: New file.
9650
9651 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9652
9653 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9654
9655 2016-05-23 Tom Tromey <tom@tromey.com>
9656
9657 PR python/19438, PR python/18393:
9658 * gdb.python/py-progspace.exp: Add "dir" test.
9659 * gdb.python/py-objfile.exp: Add "dir" test.
9660
9661 2016-05-23 Yao Qi <yao.qi@linaro.org>
9662
9663 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9664 * gdb.arch/thumb2-it.exp: Likewise.
9665
9666 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9667
9668 * gdb.mi/mi-threads-interrupt.c: New file.
9669 * gdb.mi/mi-threads-interrupt.exp: New file.
9670
9671 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9672
9673 PR gdb/18077
9674 * gdb.mi/mi-async-run.exp: New file.
9675 * gdb.mi/mi-async-run.c: New file.
9676
9677 2016-05-17 Tom Tromey <tom@tromey.com>
9678 Manish Goregaokar <manishsmail@gmail.com>
9679
9680 * lib/rust-support.exp: New file.
9681 * lib/gdb.exp (skip_rust_tests): New proc.
9682 (build_executable_from_specs): Handle rust.
9683 * lib/future.exp (gdb_find_rustc): New proc.
9684 (gdb_default_target_compile): Handle rust.
9685 * gdb.rust/expr.exp: New file.
9686 * gdb.rust/generics.exp: New file.
9687 * gdb.rust/generics.rs: New file.
9688 * gdb.rust/methods.exp: New file.
9689 * gdb.rust/methods.rs: New file.
9690 * gdb.rust/modules.exp: New file.
9691 * gdb.rust/modules.rs: New file.
9692 * gdb.rust/simple.exp: New file.
9693 * gdb.rust/simple.rs: New file.
9694
9695 2016-05-17 Tom Tromey <tom@tromey.com>
9696
9697 * gdb.base/default.exp (set language): Add rust.
9698
9699 2016-05-17 Tom Tromey <tom@tromey.com>
9700
9701 * gdb.gdb/unittest.exp: New file.
9702
9703 2016-05-16 Yao Qi <yao.qi@linaro.org>
9704
9705 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9706 shell_prompt. Update shell_prompt_re.
9707
9708 2016-05-12 Doug Evans <dje@google.com>
9709
9710 PR symtab/19999
9711 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9712 $options when building executable.
9713 * gdb.dwarf2/fission-loclists-pie.S: New file.
9714 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9715
9716 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9717
9718 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9719 of [is_remote target],
9720
9721 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9722
9723 * lib/gdb.exp (use_gdb_stub): New procedure.
9724
9725 2016-05-03 Yunlian Jiang <yunlian@google.com>
9726 Doug Evans <dje@google.com>
9727
9728 PR symtab/19914
9729 * gdb.dwarf2/dwp-sepdebug.c: New file.
9730 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9731
9732 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9733
9734 * gdb.base/detach.exp: Remove is_remote check.
9735
9736 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9737
9738 * gdb.base/annota-input-while-running.exp: Don't check for
9739 [is_remote target]. Enable annotations after running to main.
9740 Remove unused "set test..." line.
9741
9742 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9743
9744 * gdb.trace/trace-enable-disable.exp: New file.
9745 * gdb.trace/trace-enable-disable.c: New file.
9746
9747 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9748
9749 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9750 use it in info sharedlibrary test.
9751 * gdb.trace/ftrace-lock.exp: Likewise.
9752 * gdb.trace/ftrace.exp: Likewise.
9753 * gdb.trace/range-stepping.exp: Likewise.
9754 * gdb.trace/trace-break.exp: Likewise.
9755 * gdb.trace/trace-condition.exp: Likewise.
9756 * gdb.trace/trace-mt.exp: Likewise.
9757
9758 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9759
9760 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9761 (gdb_load_shlib): ... this.
9762 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9763 gdb_load_shlib.
9764 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9765 * gdb.base/ctxobj.exp: Likewise.
9766 * gdb.base/dprintf-pending.exp: Likewise.
9767 * gdb.base/dso2dso.exp: Likewise.
9768 * gdb.base/fixsection.exp: Likewise.
9769 * gdb.base/gcore-relro.exp: Likewise.
9770 * gdb.base/gdb1555.exp: Likewise.
9771 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9772 * gdb.base/gnu-ifunc.exp: Likewise.
9773 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9774 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9775 * gdb.base/pending.exp: Likewise.
9776 * gdb.base/print-file-var.exp: Likewise.
9777 * gdb.base/print-symbol-loading.exp: Likewise.
9778 * gdb.base/shlib-call.exp: Likewise.
9779 * gdb.base/shreloc.exp: Likewise.
9780 * gdb.base/so-impl-ld.exp: Likewise.
9781 * gdb.base/solib-disc.exp: Likewise.
9782 * gdb.base/solib-nodir.exp: Likewise.
9783 * gdb.base/solib-overlap.exp: Likewise.
9784 * gdb.base/solib-symbol.exp: Likewise.
9785 * gdb.base/solib-weak.exp (do_test): Likewise.
9786 * gdb.base/sym-file.exp: Likewise.
9787 * gdb.base/symtab-search-order.exp: Likewise.
9788 * gdb.base/type-opaque.exp: Likewise.
9789 * gdb.base/unload.exp: Likewise.
9790 * gdb.base/watchpoint-solib.exp: Likewise.
9791 * gdb.compile/compile.exp: Likewise.
9792 * gdb.cp/gdb2384.exp: Likewise.
9793 * gdb.cp/infcall-dlopen.exp: Likewise.
9794 * gdb.cp/re-set-overloaded.exp: Likewise.
9795 * gdb.fortran/library-module.exp: Likewise.
9796 * gdb.opt/solib-intra-step.exp: Likewise.
9797 * gdb.python/py-finish-breakpoint.exp: Likewise.
9798 * gdb.python/py-shared.exp: Likewise.
9799 * gdb.reverse/solib-precsave.exp: Likewise.
9800 * gdb.reverse/solib-reverse.exp: Likewise.
9801 * gdb.server/solib-list.exp: Likewise.
9802 * gdb.threads/dlopen-libpthread.exp: Likewise.
9803 * gdb.threads/tls-shared.exp: Likewise.
9804 * gdb.threads/tls-so_extern.exp: Likewise.
9805 * gdb.trace/change-loc.exp: Likewise.
9806 * gdb.trace/ftrace-lock.exp: Likewise.
9807 * gdb.trace/ftrace.exp: Likewise.
9808 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9809 * gdb.trace/pending.exp: Likewise.
9810 * gdb.trace/range-stepping.exp: Likewise.
9811 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9812 (strace_info_marker): Likewise.
9813 (strace_probe_marker): Likewise.
9814 (strace_trace_on_same_addr): Likewise.
9815 (strace_trace_on_diff_addr): Likewise.
9816 * gdb.trace/trace-break.exp: Likewise.
9817 * gdb.trace/trace-condition.exp: Likewise.
9818 * gdb.trace/trace-mt.exp: Likewise.
9819
9820 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9821
9822 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9823 result of gdb_remote_download.
9824 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9825 * gdb.base/dso2dso.exp: Likewise.
9826 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9827 * gdb.base/print-file-var.exp: Likewise.
9828 * gdb.base/shlib-call.exp: Likewise.
9829 * gdb.base/shreloc.exp: Likewise.
9830 * gdb.base/solib-overlap.exp: Likewise.
9831 * gdb.base/solib-weak.exp (do_test): Likewise.
9832 * gdb.base/unload.exp: Likewise.
9833
9834 2016-04-27 Yao Qi <yao.qi@linaro.org>
9835
9836 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9837 exists.
9838
9839 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9840
9841 * vla-type.exp: Print structure from toplevel.
9842
9843 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9844
9845 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9846 of dynamic types.
9847 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9848 of dynamic types.
9849
9850 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9851
9852 * gdb.fortran/vla-type.f90: New file.
9853 * gdb.fortran/vla-type.exp: New file.
9854
9855 2016-04-25 Yao Qi <yao.qi@linaro.org>
9856
9857 * gdb.base/branch-to-self.c: New file.
9858 * gdb.base/branch-to-self.exp: New file.
9859
9860 2016-04-22 Yao Qi <yao.qi@linaro.org>
9861
9862 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9863 more after $hex.
9864
9865 2016-04-22 Yao Qi <yao.qi@linaro.org>
9866
9867 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9868 * gdb.base/annota3.exp: Likewise.
9869
9870 2016-04-22 Yao Qi <yao.qi@linaro.org>
9871
9872 * gdb.reverse/step-precsave.exp: Do one step and test program
9873 stops in "callee" and do multiple steps until program goes out
9874 of "callee".
9875 * gdb.reverse/step-reverse.exp: Likewise.
9876
9877 2016-04-22 Yao Qi <yao.qi@linaro.org>
9878
9879 * gdb.trace/signal.exp: Also pass if
9880 $tracepoint_hits($i) > $iterations.
9881
9882 2016-04-22 Yao Qi <yao.qi@linaro.org>
9883
9884 * gdb.trace/signal.c: New file.
9885 * gdb.trace/signal.exp: New file.
9886
9887 2016-04-19 Doug Evans <xdje42@gmail.com>
9888
9889 * gdb.base/bad-file.exp: New file.
9890
9891 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9892
9893 * gdb.dwarf2/implref.exp: New file.
9894
9895 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9896
9897 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9898 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9899 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9900 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9901 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9902 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9903 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9904 * lib/fortran.exp (fortran_int4): New procedure.
9905 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9906 (fortran_logical4): Likewise.
9907
9908 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9909
9910 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9911
9912 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9913
9914 * lib/compiler.c: Add Intel specific preprocessor macros.
9915 * lib/compiler.cc: Likewise.
9916
9917 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
9918
9919 * gdb.server/connect-with-no-symbol-file.c: New file.
9920 * gdb.server/connect-with-no-symbol-file.exp: New file.
9921
9922 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9923
9924 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9925
9926 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9927
9928 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9929 standard output directory.
9930
9931 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9932
9933 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9934
9935 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9936
9937 * gdb.btrace/instruction_history.c (loop): Add declaration.
9938
9939 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9940
9941 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9942
9943 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9944
9945 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9946 parentheses to print.
9947 (continue_handler): Likewise.
9948
9949 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9950
9951 * gdb.server/solib-list.exp: Remove is_remote check.
9952 Pass shlib= to gdb_compile. Don't link shared library with
9953 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9954 Run binary filename through "readlink -f" on the target.
9955
9956 2016-04-08 Pedro Alves <palves@redhat.com>
9957
9958 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9959 interpreter filename as argument to gdbserver_spawn.
9960 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9961 Return empty if $last_loaded_file does not exist.
9962
9963 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9964
9965 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9966 * gdb.base/jit-main.c: Use exit after usage.
9967
9968 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9969
9970 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9971 GDBHISTSIZE prior to the tests.
9972 * gdb.base/gdbinit-history.exp: Likewise.
9973
9974 2016-04-07 Pedro Alves <palves@redhat.com>
9975
9976 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9977 instead of build_executable. Use gdb_load_shlibs.
9978
9979 2016-04-07 Yao Qi <yao.qi@linaro.org>
9980
9981 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9982 Execute "si" command.
9983
9984 2016-04-07 Yao Qi <yao.qi@linaro.org>
9985
9986 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9987 number instead of the comments on some line.
9988
9989 2016-04-06 Don Breazeal <donb@codesourcery.com>
9990
9991 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9992 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9993
9994 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9995
9996 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9997 standard_output_file. Remove unused binfile variable.
9998
9999 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10000
10001 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10002 * gdb.python/py-mi-objfile.exp: Match "list main" output
10003 in console format.
10004
10005 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10006
10007 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10008 absolute.
10009
10010 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10011
10012 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10013 absolute.
10014 * gdb.trace/ftrace.exp: Likewise.
10015 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10016 targets as well.
10017 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10018 (gdb_load_shlibs): Copy libraries to test directory when testing
10019 natively. Only set solib-search-path if testing remotely.
10020 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10021
10022 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10023
10024 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10025 gdb_download. Use it even if the target is not remote.
10026 * gdb.base/jit.exp (compile_jit_test): Likewise.
10027 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10028 output directory if the destination board is local, otherwise use
10029 the standard remote_download from DejaGnu.
10030 (gdb_download): Remove.
10031 (gdb_load_shlibs): Use gdb_remote_download instead of
10032 gdb_download.
10033 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10034 Use gdb_remote_download instead of gdb_download. Use it even if
10035 the target is not remote.
10036 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10037 instead of gdb_download.
10038
10039 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10040
10041 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10042 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10043 run.
10044
10045 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
10046
10047 PR gdb/19820
10048 * gdb.base/printcmds.exp: Add artificial arrays tests.
10049
10050 2016-03-31 Pedro Alves <palves@redhat.com>
10051
10052 PR gdb/19858
10053 * gdb.base/jit-main.c: Include unistd.h.
10054 (ATTACH): Define to 0 if not already defined.
10055 (wait_for_gdb, mypid): New globals.
10056 (WAIT_FOR_GDB): New macro.
10057 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10058 some breakpoint locations.
10059 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10060 New procedures.
10061 (one_jit_test): Add REATTACH parameter, and handle it. Use
10062 continue_to_test_location.
10063 (top level): Test attach, and adjusts calls to one_jit_test.
10064
10065 2016-03-31 Pedro Alves <palves@redhat.com>
10066
10067 PR gdb/19858
10068 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10069 BINSUFFIX parameter, and handle it.
10070 (top level): Adjust calls compile_jit_test.
10071
10072 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10073
10074 PR python/19743
10075 * gdb.python/py-mi-events-gdb.py: New file.
10076 * gdb.python/py-mi-events.c: New file.
10077 * gdb.python/py-mi-events.exp: New file.
10078
10079 2016-03-30 Yao Qi <yao.qi@linaro.org>
10080
10081 * gdb.reverse/until-precsave.exp: Match function name only.
10082 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10083 Move malloc to a condition block.
10084 * gdb.reverse/until-reverse.exp: Match function name only.
10085
10086 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10087
10088 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10089 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10090 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10091 variable for GPR 0 instead of assuming it is register 0.
10092 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10093 * lib/trace-support.exp: Add s390 registers.
10094
10095 2016-03-29 Yao Qi <yao.qi@linaro.org>
10096
10097 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10098
10099 2016-03-24 Yao Qi <yao.qi@linaro.org>
10100
10101 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10102 test message.
10103
10104 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10105
10106 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10107 maintaining separate logic for constructing the output path.
10108
10109 2016-03-16 Don Breazeal <donb@codesourcery.com>
10110
10111 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10112 Retry fork and waitpid on interrupted system call errors.
10113 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10114 Use with_timeout_factor to increase timeout by factor of 10.
10115
10116 2016-03-15 Don Breazeal <donb@codesourcery.com>
10117
10118 * gdb.cp/scope-err.cc: New test program.
10119 * gdb.cp/scope-err.exp: New test script.
10120 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10121 lines and "set breakpoint here" comment.
10122 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10123 Fixed some whitespace and format issues.
10124 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10125 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10126
10127 2016-03-15 Doug Evans <dje@google.com>
10128
10129 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10130 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10131 All callers updated. Add tests for enums, mixed flags register.
10132
10133 2016-03-15 Doug Evans <dje@google.com>
10134
10135 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10136 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10137
10138 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10139
10140 * gdb.base/default.exp: Add $_as_string to the list of expected
10141 convenience functions.
10142
10143 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10144
10145 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10146
10147 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10148
10149 * gdb.python/py-as-string.exp: New file.
10150 * gdb.python/py-as-string.c: New file.
10151
10152 2016-03-09 Pedro Alves <palves@redhat.com>
10153
10154 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10155 signal" -> "Thread NN received signal" output change.
10156 * gdb.threads/ia64-sigill.exp: Likewise.
10157 * gdb.threads/linux-dp.exp: Likewise.
10158 * gdb.threads/manythreads.exp: Likewise.
10159 * gdb.threads/pending-step.exp: Likewise.
10160 * gdb.threads/print-threads.exp: Likewise.
10161 * gdb.threads/sigstep-threads.exp: Likewise.
10162 * gdb.threads/staticthreads.exp: Likewise.
10163 * gdb.threads/tls.exp: Likewise.
10164
10165 2016-03-09 Pedro Alves <palves@redhat.com>
10166
10167 * gdb.base/command-line-input.exp: New file.
10168
10169 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10170
10171 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10172 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10173 * gdb.trace/pending.exp: Accept leading dot before function name.
10174 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10175 * lib/trace-support.exp: Set registers for ppc.
10176
10177 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10178
10179 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10180 use it for disassembly; accept .main in addition to main in backtrace.
10181
10182 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10183 Marcin Kościelnicki <koriakin@0x04.net>
10184
10185 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10186 (gdb_recursion_test_ptr): New global variable.
10187 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10188 gdb_recursion_test.
10189 (gdb_c_test): Ditto.
10190
10191 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10192
10193 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10194 ordering.
10195
10196 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10197
10198 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10199 (bar): Add bar_start_lbl label.
10200 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10201 of foo/bar for emitting DWARF and tracing.
10202
10203 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10204
10205 * analyze-racy-logs.py: Set executable bit.
10206
10207 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10208
10209 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10210 (CHECK_TARGET_TMP): Likewise.
10211 (check-single-racy): New rule.
10212 (check-parallel-racy): Likewise.
10213 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10214 (do-check-parallel-racy): New rule.
10215 (check-racy/%.exp): Likewise.
10216 * README (Racy testcases): New section.
10217 * analyze-racy-logs.py: New file.
10218
10219 2016-03-03 Doug Evans <dje@google.com>
10220
10221 * gdb.base/skip.exp: Use with_test_prefix.
10222
10223 2016-03-03 Yao Qi <yao.qi@linaro.org>
10224
10225 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10226 Invoke step_over_syscall "clone" and break_cond_on_syscall
10227 "clone".
10228 * gdb.base/step-over-clone.c: New file.
10229
10230 2016-03-03 Yao Qi <yao.qi@linaro.org>
10231
10232 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10233 code format.
10234
10235 2016-03-03 Yao Qi <yao.qi@linaro.org>
10236
10237 * gdb.base/disp-step-fork.c: Rename to ...
10238 * gdb.base/step-over-fork.c: ... it. New file.
10239 * gdb.base/disp-step-vfork.c: Rename to ...
10240 * gdb.base/step-over-vfork.c: ... it. New file.
10241 * gdb.base/disp-step-syscall.exp: Rename to ...
10242 * gdb.base/step-over-syscall.exp: ... it. New file.
10243 (disp_step_cross_syscall): Rename to ...
10244 (step_over_syscall): ... it.
10245
10246 2016-03-03 Yao Qi <yao.qi@linaro.org>
10247
10248 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10249 If target supports condition evaluation on target, invoke
10250 break_cond_on_syscall for fork and vfork.
10251
10252 2016-03-03 Yao Qi <yao.qi@linaro.org>
10253
10254 * gdb.base/disp-step-syscall.exp: Don't invoke
10255 support_displaced_stepping.
10256 (disp_step_cross_syscall): Test with displaced stepping off and
10257 on if supported.
10258
10259 2016-03-03 Yao Qi <yao.qi@linaro.org>
10260
10261 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10262 proc.
10263 (setup): New proc.
10264 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10265 and setup.
10266
10267 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10268
10269 * gdb.fortran/vla-history.exp: Remove breakpoint.
10270
10271 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10272
10273 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10274 exceeds timeout.
10275
10276 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10277
10278 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10279 breakpoint.
10280
10281 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10282
10283 * gdb.mi/vla.f90: Nullify pointer after declaration.
10284
10285 2016-03-01 Pedro Alves <palves@redhat.com>
10286
10287 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10288
10289 2016-03-01 Pedro Alves <palves@redhat.com>
10290
10291 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10292 before anything else.
10293 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10294 _GNU_SOURCE here.
10295 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10296 before anything else.
10297 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10298
10299 2016-03-01 Pedro Alves <palves@redhat.com>
10300
10301 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10302
10303 2016-03-01 Yao Qi <yao.qi@linaro.org>
10304
10305 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10306 prepare_for_testing.
10307
10308 2016-03-01 Yao Qi <yao.qi@linaro.org>
10309
10310 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10311
10312 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10313
10314 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10315 manually constructing the output path.
10316
10317 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10318
10319 * gdb.arch/s390-stackless.S: New.
10320 * gdb.arch/s390-stackless.exp: New.
10321
10322 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10323
10324 * gdb.dlang/circular.c: New file.
10325 * gdb.dlang/circular.exp: New file.
10326
10327 2016-02-26 Yao Qi <yao.qi@linaro.org>
10328
10329 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10330 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10331 (testcases): Update.
10332
10333 2016-02-26 Yao Qi <yao.qi@linaro.org>
10334
10335 * gdb.reverse/aarch64.c: Rename to ...
10336 * gdb.reverse/insn-reverse.c: ... it.
10337 * gdb.reverse/aarch64.exp: Rename to ...
10338 * gdb.reverse/insn-reverse.exp: ... it.
10339
10340 2016-02-26 Yao Qi <yao.qi@linaro.org>
10341
10342 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10343 (testcase_ftype): New.
10344 (testcases): New array.
10345 (n_testcases): New.
10346 (main): Call each element in testcases.
10347 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10348 (read_testcase): New.
10349 Do the tests in a loop.
10350
10351 2016-02-25 Yao Qi <yao.qi@linaro.org>
10352
10353 * gdb.base/branches.c: Remove.
10354
10355 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10356
10357 PR gdb/13808
10358 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10359
10360 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10361
10362 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10363
10364 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10365
10366 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10367 change x86_64 call_insn to 'callq'.
10368
10369 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10370
10371 * gdb.trace/tfile-avx.c: Move to...
10372 * gdb.trace/tracefile-pseudo-reg.c: Here.
10373 * gdb.trace/tfile-avx.exp: Move to...
10374 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10375
10376 2016-02-24 Gary Benson <gbenson@redhat.com>
10377
10378 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10379 message on attach.
10380
10381 2016-02-23 Doug Evans <dje@google.com>
10382
10383 * gdb.base/skip.c (test_skip): New function.
10384 (end_test_skip_file_and_function): New function.
10385 (test_skip_file_and_function): New function.
10386 * gdb.base/skip1.c (test_skip): New function.
10387 (skip1_test_skip_file_and_function): New function.
10388 * gdb.base/skip.exp: Add tests for new skip options.
10389 * gdb.base/skip-solib.exp: Update expected output.
10390 * gdb.perf/skip-command.cc: New file.
10391 * gdb.perf/skip-command.exp: New file.
10392 * gdb.perf/skip-command.py: New file.
10393
10394 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10395
10396 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10397 info registers pattern.
10398
10399 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10400
10401 * lib/future.exp: Add D support.
10402 (gdb_find_gdc): New proc.
10403 (gdb_default_target_compile): Add D support.
10404
10405 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10406
10407 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10408 user+system time.
10409 (trace_speed_test): Determine the iteration count for a time
10410 between 15..30 seconds.
10411
10412 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10413
10414 * gdb.arch/i386-mpx-sigsegv.c: New file.
10415 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10416 * gdb.arch/i386-mpx-simple_segv.c: New file.
10417 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10418
10419 2016-02-18 Yao Qi <yao.qi@linaro.org>
10420
10421 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10422 Don't call setup_kfail.
10423
10424 2016-02-18 Yao Qi <yao.qi@linaro.org>
10425
10426 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10427 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10428
10429 2016-02-16 Doug Evans <dje@google.com>
10430
10431 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10432 * gdb.base/skip1.c: Ditto.
10433 * gdb.base/skip.exp: Whitespace cleanup.
10434
10435 2016-02-16 Don Breazeal <donb@codesourcery.com>
10436
10437 PR remote/19496
10438 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10439 Remove kfail for PR remote/19496.
10440
10441 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10442
10443 * lib/gdb.exp (standard_temp_file): Return a path specific to
10444 the runtest invocation.
10445
10446 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10447
10448 * gdb.trace/save-trace.exp: Change relative path to be in the
10449 standard output directory.
10450
10451 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10452
10453 * gdb.arch/i386-prologue.c: Add missing prototypes.
10454
10455 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10456
10457 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10458 * gdb.arch/i386-prologue.exp: Likewise.
10459 * gdb.arch/i386-size.exp: Likewise.
10460
10461 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10462
10463 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10464 define object file path.
10465 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10466 file path.
10467 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10468 standard_output_file to define binfile.
10469
10470 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10471
10472 Fix compatibility with recent gfortran-5.3.1.
10473 * gdb.fortran/vla-history.exp (print vla1 allocated)
10474 (print vla2 allocated, print $2, print $3): Remove
10475 (print $4): Rename to ...
10476 (print $2): ... here.
10477 (print $9): Rename to ...
10478 (print $5): ... here.
10479 (print $10): Rename to ...
10480 (print $6): ... here.
10481 * gdb.fortran/vla.f90: Add pvla initialization.
10482
10483 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10484
10485 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10486 New test.
10487 * gdb.fortran/vla-value-sub.exp: Likewise.
10488
10489 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10490
10491 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10492
10493 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10494
10495 * i386-biarch-core.exp: Define corefile using
10496 standard_output_file.
10497
10498 2016-02-12 Yao Qi <yao.qi@linaro.org>
10499
10500 * gdb.arch/arm-single-step-kernel-helper.c: New.
10501 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10502
10503 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10504
10505 * gdb.btrace/tailcall-only.exp: New.
10506 * gdb.btrace/tailcall-only.c: New.
10507 * gdb.btrace/x86_64-tailcall-only.S: New.
10508 * gdb.btrace/i686-tailcall-only.S: New.
10509
10510 2016-02-11 Pedro Alves <palves@redhat.com>
10511
10512 * README (Parallel testing): Add missing double quotes.
10513
10514 2016-02-11 Pedro Alves <palves@redhat.com>
10515
10516 * README (Parallel testing): New section.
10517 (GDB_PARALLEL): Rewrite.
10518 (FORCE_PARALLEL): Document.
10519
10520 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10521
10522 * gdb.trace/tfile-avx.c: New test.
10523 * gdb.trace/tfile-avx.exp: New test.
10524
10525 2016-02-09 Keith Seitz <keiths@redhat.com>
10526
10527 PR breakpoints/19546
10528 * gdb.base/infcall-exec.c: New file.
10529 * gdb.base/infcall-exec2.c: New file.
10530 * gdb.base/infcall-exec.exp: New file.
10531
10532 2016-02-09 Keith Seitz <keiths@redhat.com>
10533
10534 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10535 (toplevel): Call test_bkpt_address.
10536
10537 2016-02-09 Keith Seitz <keiths@redhat.com>
10538
10539 PR python/19506
10540 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10541 (toplevel): Call test_bkpt_address.
10542
10543 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10544
10545 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10546 to AC_OUTPUT.
10547 * configure: Regenerate.
10548
10549 2016-02-09 Pedro Alves <palves@redhat.com>
10550
10551 PR breakpoints/19548
10552 * gdb.base/execl-update-breakpoints.c (some_function): New
10553 function.
10554 (main): Call it.
10555 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10556 Tighten expected GDB output.
10557
10558 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10559
10560 * Makefile.in (ALL_SUBDIRS): Remove.
10561 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10562 (distclean maintainer-clean realclean): Likewise.
10563 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10564 * configure: Regenerate.
10565 * gdb.ada/Makefile.in: Delete.
10566 * gdb.arch/Makefile.in: Likewise.
10567 * gdb.asm/Makefile.in: Likewise.
10568 * gdb.base/Makefile.in: Likewise.
10569 * gdb.btrace/Makefile.in: Likewise.
10570 * gdb.cell/Makefile.in: Likewise.
10571 * gdb.compile/Makefile.in: Likewise.
10572 * gdb.cp/Makefile.in: Likewise.
10573 * gdb.disasm/Makefile.in: Likewise.
10574 * gdb.dlang/Makefile.in: Likewise.
10575 * gdb.dwarf2/Makefile.in: Likewise.
10576 * gdb.fortran/Makefile.in: Likewise.
10577 * gdb.gdb/Makefile.in: Likewise.
10578 * gdb.go/Makefile.in: Likewise.
10579 * gdb.guile/Makefile.in: Likewise.
10580 * gdb.java/Makefile.in: Likewise.
10581 * gdb.linespec/Makefile.in: Likewise.
10582 * gdb.mi/Makefile.in: Likewise.
10583 * gdb.modula2/Makefile.in: Likewise.
10584 * gdb.multi/Makefile.in: Likewise.
10585 * gdb.objc/Makefile.in: Likewise.
10586 * gdb.opencl/Makefile.in: Likewise.
10587 * gdb.opt/Makefile.in: Likewise.
10588 * gdb.pascal/Makefile.in: Likewise.
10589 * gdb.perf/Makefile.in: Likewise.
10590 * gdb.python/Makefile.in: Likewise.
10591 * gdb.reverse/Makefile.in: Likewise.
10592 * gdb.server/Makefile.in: Likewise.
10593 * gdb.stabs/Makefile.in: Likewise.
10594 * gdb.threads/Makefile.in: Likewise.
10595 * gdb.trace/Makefile.in: Likewise.
10596 * gdb.xml/Makefile.in: Likewise.
10597 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10598 GDB_PARALLEL.
10599 (standard_output_file): Remove check for GDB_PARALLEL, always
10600 return path in outputs/$subdir/$testname.
10601
10602 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10603
10604 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10605 (site.exp): Assign abs_srcdir to tcl's srcdir.
10606
10607 2016-02-04 Yao Qi <yao.qi@linaro.org>
10608
10609 * gdb.base/foll-exec-mode.c: Include limits.h.
10610 (main): Add parameters argc and argv. Get directory from
10611 argv[0].
10612 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10613 compilation.
10614 * gdb.base/foll-exec.c: Include limits.h.
10615 (main): Add parameters argc and argv.
10616 Get directory from argv[0].
10617 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10618 Adjust tests on the number of lines as source code changed.
10619 * gdb.base/foll-vfork-exit.c: Include limits.h.
10620 (main): Add one line of statement before vfork.
10621 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10622 (main): Add parameters argc and argv. Get directory from
10623 argv[0].
10624 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10625 (setup_gdb): Set tbreak to skip some source lines.
10626 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10627 (main): Add parameters argc and argv. Get directory from
10628 argv[0].
10629 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10630 compilation.
10631 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10632 (main): Add parameters argc and argv. Get directory from
10633 argv[0].
10634 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10635 compilation.
10636
10637 2016-02-01 Doug Evans <dje@google.com>
10638
10639 * gdb.base/skip.exp: Clean up multiple references to same test name.
10640
10641 2016-02-01 Pedro Alves <palves@redhat.com>
10642
10643 PR remote/19496
10644 * gdb.threads/forking-threads-plus-breakpoint.exp
10645 (displaced_stepping_supported): New global.
10646 (probe_displaced_stepping_support): New procedure.
10647 (do_test): Add 'displaced' parameter, and use it.
10648 (top level): Check for displaced stepping support. Add displaced
10649 stepping on/off testing axis.
10650
10651 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10652
10653 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10654 pointer. Don't perform further tests on the unassociated pointer
10655 if the first test fails.
10656
10657 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10658
10659 * gdb.base/max-value-size.c: New file.
10660 * gdb.base/max-value-size.exp: New file.
10661 * gdb.base/huge.exp: Disable max-value-size for this test.
10662
10663 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10664
10665 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10666
10667 2016-01-28 Yao Qi <yao.qi@linaro.org>
10668
10669 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10670
10671 2016-01-25 Pedro Alves <palves@redhat.com>
10672
10673 PR threads/19461
10674 * gdb.base/fork-running-state.c: New file.
10675 * gdb.base/fork-running-state.exp: New file.
10676
10677 2016-01-25 Pedro Alves <palves@redhat.com>
10678
10679 PR gdb/19494
10680 * gdb.base/catch-fork-kill.c: New file.
10681 * gdb.base/catch-fork-kill.exp: New file.
10682
10683 2016-01-25 Pedro Alves <palves@redhat.com>
10684
10685 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10686 Delete, moved to lib/gdb.exp.
10687 * gdb.threads/forking-threads-plus-breakpoint.exp
10688 (foreach_with_prefix): Likewise.
10689 * gdb.threads/process-dies-while-handling-bp.exp
10690 (foreach_with_prefix): Likewise.
10691 * lib/gdb.exp (foreach_with_prefix): New procedure.
10692
10693 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10694
10695 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10696 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10697
10698 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10699
10700 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10701 endian targets.
10702
10703 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10704 Pedro Alves <palves@redhat.com>
10705
10706 Fix testsuite compatibility with Guile.
10707 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10708 number.
10709
10710 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10711
10712 Fix testsuite compatibility with Guile.
10713 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10714 (thread 1): New test for backtrace through signal handler.
10715
10716 2016-01-22 Yao Qi <yao.qi@linaro.org>
10717
10718 PR testsuite/19491
10719 * gdb.base/multi-forks.c: Include
10720 ../lib/unbuffer_output.c
10721 (main): Call gdb_unbuffer_output.
10722
10723 2016-01-21 Doug Evans <dje@google.com>
10724
10725 * lib/ada.exp (gdb_compile_ada): Fix typo.
10726
10727 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10728
10729 * gdb.base/break-fun-addr.exp: New file.
10730 * gdb.base/break-fun-addr1.c: New file.
10731 * gdb.base/break-fun-addr2.c: New file.
10732
10733 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10734
10735 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10736 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10737 enum flag values.
10738
10739 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10740
10741 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10742 when GDB can not set the vector return value. Add more comments
10743 for clarification.
10744
10745 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10746
10747 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10748 command.
10749
10750 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10751
10752 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10753
10754 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10755
10756 * Makefile.in (check-single): Pass --status to runtest.
10757 (check/%.exp): Likewise.
10758
10759 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10760
10761 * Makefile.in (check-parallel): Propagate return code from make
10762 do-check-parallel.
10763
10764 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10765
10766 * gdb.trace/ftrace.exp: Fix expected message on continue.
10767 * gdb.trace/pending.exp: Fix expected message on continue.
10768 * gdb.trace/trace-break.exp: Fix expected message on continue.
10769
10770 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10771
10772 * lib/gdb.exp (gdb_test): Remove unused global references.
10773
10774 2016-01-18 Pedro Alves <palves@redhat.com>
10775
10776 * gdb.base/async-shell.exp: Adjust expected output.
10777 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10778 * gdb.base/siginfo-thread.exp: Adjust expected output.
10779 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10780 * gdb.java/jnpe.exp: Adjust expected output.
10781 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10782 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10783 * gdb.threads/leader-exit.exp: Adjust expected output.
10784 * gdb.threads/manythreads.exp: Adjust expected output.
10785 * gdb.threads/pthreads.exp: Adjust expected output.
10786 * gdb.threads/schedlock.exp: Adjust expected output.
10787 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10788 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10789 expected output.
10790 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10791 output.
10792 * gdb.threads/sigthread.exp: Adjust expected output.
10793 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10794
10795 2016-01-18 Yao Qi <yao.qi@linaro.org>
10796
10797 * gdb.guile/scm-section-script.c: Replace @progbits with
10798 %progbits.
10799 * gdb.python/py-section-script.c: Likewise.
10800
10801 2016-01-15 Pedro Alves <palves@redhat.com>
10802
10803 * gdb.multi/tids.exp: Test star wildcard ranges.
10804
10805 2016-01-15 Pedro Alves <palves@redhat.com>
10806
10807 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10808 command from "thread apply" invocation.
10809 (thr_apply_info_thr_invalid): Default the expected output to the
10810 input tid list.
10811 (top level): Add tests that use convenience variables. Add tests
10812 for "thread apply" with a valid TID list, but missing the command.
10813
10814 2016-01-13 Pedro Alves <palves@redhat.com>
10815
10816 * gdb.base/default.exp: Expect $_gthread as well.
10817 * gdb.multi/tids.exp: Test $_gthread.
10818 * gdb.threads/thread-specific.exp: Test $_gthread.
10819
10820 2016-01-13 Pedro Alves <palves@redhat.com>
10821
10822 * gdb.multi/tids.exp: Test "info threads -gid".
10823
10824 2016-01-13 Pedro Alves <palves@redhat.com>
10825
10826 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10827 Breakpoint.thread.
10828 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10829
10830 2016-01-07 Pedro Alves <palves@redhat.com>
10831
10832 * gdb.base/break.exp: Adjust to output changes.
10833 * gdb.base/hbreak2.exp: Likewise.
10834 * gdb.base/sepdebug.exp: Likewise.
10835 * gdb.base/watch_thread_num.exp: Likewise.
10836 * gdb.linespec/keywords.exp: Likewise.
10837 * gdb.multi/info-threads.exp: Likewise.
10838 * gdb.threads/thread-find.exp: Likewise.
10839 * gdb.multi/tids.c: New file.
10840 * gdb.multi/tids.exp: New file.
10841
10842 2016-01-13 Pedro Alves <palves@redhat.com>
10843
10844 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10845
10846 2016-01-13 Pedro Alves <palves@redhat.com>
10847
10848 * gdb.base/default.exp: Expect $_inferior as well.
10849 * gdb.multi/base.exp: Test $_inferior.
10850
10851 2016-01-13 Pedro Alves <palves@redhat.com>
10852
10853 PR breakpoints/19388
10854 * gdb.base/catch-signal-siginfo-cond.c: New file.
10855 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10856
10857 2016-01-12 Josh Stone <jistone@redhat.com>
10858 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10859
10860 * gdb.base/catch-syscall.c (do_execve): New variable.
10861 (main): Conditionally trigger an execve.
10862 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10863 (test_catch_syscall_execve): New, check entry/return across execve.
10864 (do_syscall_tests): Call test_catch_syscall_execve.
10865
10866 2016-01-12 Pedro Alves <palves@redhat.com>
10867
10868 * gdb.base/random-signal.exp (do_test): New procedure, with body
10869 of testcase moved in.
10870
10871 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10872 Pedro Alves <palves@redhat.com>
10873
10874 * gdb.base/funcargs.exp (finish from indirectly called function):
10875 Reintroduce the case for 'First'.
10876
10877 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10878 Pedro Alves <palves@redhat.com>
10879
10880 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10881 (tcatch_vfork_then_child_follow_exec)
10882 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10883 identification.
10884
10885 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10886
10887 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10888 and repeats to unlimited.
10889 * gdb.python/py-value.exp: Likewise.
10890 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10891 and repeats to unlimited.
10892
10893 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10894
10895 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10896 and reordering the functions.
10897 * gdb.multi/hangout.c: Likewise.
10898 * gdb.multi/hello.c: Likewise.
10899
10900 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10901
10902 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10903 absolute.
10904 (SingleStatisticTestResult.report): Use dict.keys instead of
10905 dict.iterkeys.
10906
10907 2016-01-06 Pedro Alves <palves@redhat.com>
10908
10909 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10910
10911 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10912
10913 * gdb.btrace/dlopen.exp: New.
10914 * gdb.btrace/dlopen.c: New.
10915 * gdb.btrace/dlopen-dso.c: New.
10916
10917 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10918
10919 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10920 PATTERN argument is optional.
10921
10922 2015-12-24 Joel Brobecker <brobecker@adacore.com>
10923
10924 * lib/ada.exp (target_compile_ada_from_dir): New function.
10925 (gdb_compile_ada): Reimplement avoiding the use of project files.
10926 * gdb.ada/gnat_ada.gpr: Delete.
10927 * gdb.ada/cond_lang.exp: Adjust test to make path before
10928 filename optional.
10929 * gdb.ada/small_reg_param.exp: Likewise.
10930
10931 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10932
10933 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10934
10935 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10936
10937 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10938 case.
10939
10940 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10941
10942 * gdb.base/break.exp: Remove dead code.
10943 * gdb.base/sepdebug.exp: Likewise.
10944
10945 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10946
10947 * gdb.asm/asm-source.exp: Remove HP-UX references.
10948 * gdb.base/annota1.exp: Likewise.
10949 * gdb.base/annota3.exp: Likewise.
10950 * gdb.base/attach.exp: Likewise.
10951 * gdb.base/bigcore.exp: Likewise.
10952 * gdb.base/break.exp: Likewise.
10953 * gdb.base/call-ar-st.exp: Likewise.
10954 * gdb.base/callfuncs.exp: Likewise.
10955 * gdb.base/catch-fork-static.exp: Likewise.
10956 * gdb.base/display.exp: Likewise.
10957 * gdb.base/foll-exec-mode.exp: Likewise.
10958 * gdb.base/foll-exec.exp: Likewise.
10959 * gdb.base/foll-fork.exp: Likewise.
10960 * gdb.base/foll-vfork.exp: Likewise.
10961 * gdb.base/funcargs.exp: Likewise.
10962 * gdb.base/hbreak2.exp: Likewise.
10963 * gdb.base/inferior-died.exp: Likewise.
10964 * gdb.base/interrupt.exp: Likewise.
10965 * gdb.base/multi-forks.exp: Likewise.
10966 * gdb.base/nodebug.exp: Likewise.
10967 * gdb.base/sepdebug.exp: Likewise.
10968 * gdb.base/solib1.c: Likewise.
10969 * gdb.base/step-test.exp: Likewise.
10970 * gdb.mi/non-stop.c: Likewise.
10971 * gdb.mi/pthreads.c: Likewise.
10972 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10973 * gdb.threads/pthreads.c: Likewise.
10974 * gdb.threads/staticthreads.exp: Likewise.
10975 * lib/future.exp: Likewise.
10976 * lib/gdb.exp: Likewise.
10977 * gdb.base/so-indr-cl.c: Remove.
10978 * gdb.base/so-indr-cl.exp: Likewise.
10979 * gdb.base/solib.c: Likewise.
10980 * gdb.base/solib.exp: Likewise.
10981 * gdb.base/solib2.c: Likewise.
10982
10983 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10984
10985 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10986 * gdb.base/call-ar-st.exp: Likewise.
10987 * gdb.base/callfuncs.exp: Likewise.
10988 * gdb.base/condbreak.exp: Likewise.
10989 * gdb.base/constvars.exp: Likewise.
10990 * gdb.base/hbreak2.exp: Likewise.
10991 * gdb.base/langs.exp: Likewise.
10992 * gdb.base/list.exp: Likewise.
10993 * gdb.base/long_long.exp: Likewise.
10994 * gdb.base/ptype.exp: Likewise.
10995 * gdb.base/scope.exp: Likewise.
10996 * gdb.base/signals.exp: Likewise.
10997 * gdb.base/so-impl-ld.exp: Likewise.
10998 * gdb.base/varargs.exp: Likewise.
10999 * gdb.base/volatile.exp: Likewise.
11000 * gdb.base/whatis.exp: Likewise.
11001 * gdb.cp/cplusfuncs.exp: Likewise.
11002 * gdb.cp/inherit.exp: Likewise.
11003 * gdb.cp/local.exp: Likewise.
11004 * gdb.cp/member-ptr.exp: Likewise.
11005 * gdb.cp/method.exp: Likewise.
11006 * gdb.cp/overload.exp: Likewise.
11007 * gdb.cp/templates.exp: Likewise.
11008 * gdb.stabs/weird.exp: Likewise.
11009 * lib/compiler.c: Likewise.
11010 * lib/compiler.cc: Likewise.
11011 * lib/cp-support.exp: Likewise.
11012 * lib/gdb.exp: Likewise.
11013
11014 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11015
11016 * configure.ac: Remove HP-UX case.
11017 * configure: Regenerate.
11018
11019 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11020
11021 * lib/gdb.exp (gdb_compile): Add function doc.
11022
11023 2015-12-17 Pedro Alves <palves@redhat.com>
11024
11025 PR threads/19354
11026 * gdb.multi/info-threads.exp: New file.
11027
11028 2015-12-15 Yao Qi <yao.qi@linaro.org>
11029
11030 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11031 is aarch64*-*-*.
11032
11033 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11034
11035 * gdb.base/history-duplicates.exp: Skip if no readline support.
11036
11037 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11038
11039 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11040
11041 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11042
11043 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11044
11045 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11046
11047 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11048 ctrl-C if nointerrupts target property is set.
11049 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11050 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11051 * gdb.base/paginate-bg-execution.exp: Likewise.
11052 * gdb.base/paginate-execution-startup.exp: Likewise.
11053 * gdb.base/random-signal.exp: Likewise.
11054 * gdb.base/range-stepping.exp: Likewise.
11055 * gdb.cp/annota2.exp: Likewise.
11056 * gdb.cp/annota3.exp: Likewise.
11057 * gdb.gdb/selftest.exp: Likewise.
11058 * gdb.threads/continue-pending-status.exp: Likewise.
11059 * gdb.threads/leader-exit.exp: Likewise.
11060 * gdb.threads/manythreads.exp: Likewise.
11061 * gdb.threads/pthreads.exp: Likewise.
11062 * gdb.threads/schedlock.exp: Likewise.
11063 * gdb.threads/sigthread.exp: Likewise.
11064
11065 2015-12-11 Don Breazeal <donb@codesourcery.com>
11066
11067 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11068 remote.
11069 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11070 * gdb.base/foll-exec.exp (main): Enable for target remote.
11071 * gdb.base/foll-fork.exp (main): Likewise.
11072 * gdb.base/foll-vfork.exp (main): Likewise.
11073 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11074 (proc continue_to_exit_bp_loc): Use clean_restart.
11075 * gdb.base/pie-execl.exp (main): Disable for target remote.
11076 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11077 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11078 * gdb.threads/execl.exp (main): Likewise.
11079 * gdb.threads/fork-child-threads.exp (main): Likewise.
11080 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11081 remote.
11082 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11083 remote.
11084 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11085 pid.tid style ptids, instead of just tid.
11086 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11087 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11088 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11089 ptids, instead of just tid.
11090
11091 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11092
11093 * gdb.base/list.exp (test_list_forward): Add end of file error
11094 test.
11095 (test_repeat_list_command): Add end of file error test.
11096 (test_list_backwards): Add beginning of file error test.
11097
11098 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11099
11100 * gdb.base/list.exp (test_list_invalid_args): New function,
11101 defined, and called.
11102
11103 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11104
11105 * gdb.base/list.exp (test_list): Make test names unique.
11106
11107 2015-12-11 Yao Qi <yao.qi@linaro.org>
11108
11109 * gdb.base/coremaker2.c: Remove.
11110
11111 2015-12-10 Pedro Alves <palves@redhat.com>
11112
11113 * gdb.multi/base.exp: Remove stale "spaces" references.
11114
11115 2015-12-10 Pedro Alves <palves@redhat.com>
11116
11117 * gdb.multi/base.exp: Don't use nowarnings.
11118 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11119 * gdb.multi/hangout.c: Include stdio.h.
11120 * gdb.multi/hello.c: Include stdlib.h.
11121 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11122 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11123 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11124
11125 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11126
11127 * gdb.dwarf2/dw2-ranges-base.c: New file.
11128 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11129 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11130 support additional line table, and debug ranges generation.
11131 (Dwarf::ranges): New function, generate .debug_ranges.
11132 (Dwarf::lines): Support generating simple line table programs.
11133 (Dwarf::assemble): Initialise new namespace variables.
11134
11135 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11136
11137 * gdb.base/async.exp (proc test_background): Add case for
11138 asynchronous execution not supported.
11139
11140 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11141
11142 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11143 format and change test names to make them unique.
11144
11145 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11146 Pedro Alves <pedro@redhat.com>
11147
11148 PR gdb/18702
11149 Add checking of floatformats setup on x86_64 hosts.
11150 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11151 (smallval, bigval): New labels/constants.
11152 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11153 float" after loading bigval and smallval.
11154
11155 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11156
11157 * gdb.ada/fun_overload_menu.exp: New testcase.
11158 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11159
11160 2015-12-04 Josh Stone <jistone@redhat.com>
11161
11162 * gdb.base/catch-fork-static.exp: New.
11163
11164 2015-12-03 Yao Qi <yao.qi@linaro.org>
11165
11166 * gdb.base/sizeof.c: Don't include stdio.h and
11167 ../lib/unbuffer_output.c.
11168 (main): New variable 'size' and 'value'. Remove printf and
11169 gdb_unbuffer_output. Assign return value to size and value.
11170 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11171 at the beginning.
11172 (check_sizeof): Check the result by printing variable 'size'.
11173 (check_valueof): Check the result by printing variable 'value'.
11174
11175 2015-12-01 Yao Qi <yao.qi@linaro.org>
11176
11177 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11178 for aarch64*-*-linux* target.
11179
11180 2015-11-30 Pedro Alves <palves@redhat.com>
11181
11182 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11183
11184 2015-11-30 Pedro Alves <palves@redhat.com>
11185
11186 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11187 Handle non-stop mode vCont replies.
11188
11189 2015-11-30 Pedro Alves <palves@redhat.com>
11190
11191 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11192 prepare_for_testing. Start gdb with "set non-stop on" appended to
11193 GDBFLAGS. Lax expected stop output.
11194
11195 2015-11-27 Yao Qi <yao.qi@linaro.org>
11196
11197 * gdb.arch/arm-neon.exp: New.
11198 * gdb.arch/arm-neon.c: New.
11199
11200 2015-11-27 Yao Qi <yao.qi@linaro.org>
11201
11202 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11203
11204 2015-11-27 Yao Qi <yao.qi@linaro.org>
11205
11206 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11207 frames-invalid annotation.
11208
11209 2015-11-27 Yao Qi <yao.qi@linaro.org>
11210
11211 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11212
11213 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11214
11215 * gdb.threads/names.exp: New file.
11216 * gdb.threads/names.c: New file.
11217 * README: Mention gdb,no_thread_names.
11218
11219 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11220
11221 PR 19297
11222 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11223 support" error.
11224
11225 2015-11-24 Pedro Alves <palves@redhat.com>
11226
11227 PR 17539
11228 * gdb.base/display.exp: Expect displays to be sorted in ascending
11229 order. Use multi_line.
11230 * gdb.base/solib-display.exp: Likewise.
11231
11232 2015-11-24 Pedro Alves <palves@redhat.com>
11233
11234 PR 17539
11235 * gdb.base/display.exp: Expect displays to be sorted in ascending
11236 order. Use multi_line.
11237 * gdb.base/solib-display.exp: Likewise.
11238
11239 2015-11-24 Pedro Alves <palves@redhat.com>
11240
11241 PR 17539
11242 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11243 threads in ascending order.
11244 * gdb.base/foll-fork.exp: Likewise.
11245 * gdb.base/foll-vfork.exp: Likewise.
11246 * gdb.base/multi-forks.exp: Likewise.
11247 * gdb.mi/mi-nonstop.exp: Likewise.
11248 * gdb.mi/mi-nsintrall.exp: Likewise.
11249 * gdb.multi/base.exp: Likewise.
11250 * gdb.multi/multi-arch.exp: Likewise.
11251 * gdb.python/py-inferior.exp: Likewise.
11252 * gdb.threads/break-while-running.exp: Likewise.
11253 * gdb.threads/execl.exp: Likewise.
11254 * gdb.threads/gcore-thread.exp: Likewise.
11255 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11256 * gdb.threads/kill.exp: Likewise.
11257 * gdb.threads/linux-dp.exp: Likewise.
11258 * gdb.threads/multiple-step-overs.exp: Likewise.
11259 * gdb.threads/next-bp-other-thread.exp: Likewise.
11260 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11261 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11262 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11263 * gdb.threads/thread-find.exp: Likewise.
11264 * gdb.threads/tls.exp: Likewise.
11265 * lib/mi-support.exp (mi_reverse_list): Delete.
11266 (mi_check_thread_states): No longer reverse list.
11267
11268 2015-11-24 Pedro Alves <palves@redhat.com>
11269
11270 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11271 use lowercase.
11272
11273 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11274
11275 * gdb.trace/actions.c: Include trace-common.h.
11276 (main): Add a location for a fast tracepoint.
11277 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11278 the normal tracepoints.
11279 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11280
11281 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11282
11283 * save-trace.exp: Factor out code to these...
11284 (gdb_save_tracepoints): New.
11285 (gdb_load_tracepoints): New.
11286 (do_save_load_test): New.
11287
11288 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11289
11290 * gdb.base/asmlabel.exp: New test.
11291 * gdb.base/asmlabel.c: New test case.
11292
11293 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11294
11295 * gdb.base/wrong_frame_bt_full-main.c: New file.
11296 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11297 * gdb.base/wrong_frame_bt_full.exp: New file.
11298
11299 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11300
11301 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11302
11303 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11304
11305 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11306 pstate register when comparing registers values in
11307 sparc64-*-linux-gnu targets to avoid spurious differences.
11308
11309 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11310
11311 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11312
11313 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11314
11315 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11316 as type argument to gdb_compile.
11317 * gdb.base/nested-subp2.exp: Likewise.
11318 * gdb.base/nested-subp3.exp: Likewise.
11319
11320 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11321
11322 * lib/dwarf.exp (_note): Fix left shift of negative value.
11323 * gdb.trace/trace-condition.exp: Likewise.
11324
11325 2015-11-13 Yao Qi <yao.qi@linaro.org>
11326
11327 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11328 comments about d10v.
11329 (test_scalar_returns): Likewise.
11330 * gdb.base/d10v.ld: Remove.
11331 * gdb.base/overlays.exp: Remove the target triplet checking for
11332 d10v-*-*.
11333 * gdb.base/structs.exp (test_struct_returns): Remove the
11334 comments about d10v.
11335 (test_struct_calls): Likewise.
11336
11337 2015-11-13 Yao Qi <yao.qi@linaro.org>
11338
11339 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11340 * gdb.base/gnu_vector.c: Don't include stdio.h.
11341 (main): Don't print res and call add_some_intvecs.
11342
11343 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11344
11345 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11346 macro.
11347 (func5): Removed.
11348 (func4): Use FAST_TRACEPOINT_LABEL.
11349 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11350 macro.
11351 (func): Removed.
11352 (thread_function): Use FAST_TRACEPOINT_LABEL.
11353 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11354 (func): Remove.
11355 (marker): Use FAST_TRACEPOINT_LABEL.
11356 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11357 (pendfunc1): Remove.
11358 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11359 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11360 (foo): Remove.
11361 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11362 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11363 macro.
11364 (func): Remove.
11365 (marker): Use FAST_TRACEPOINT_LABEL.
11366 * gdb.trace/trace-common.h: New header.
11367 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11368 macro.
11369 (func): Remove.
11370 (marker): Use FAST_TRACEPOINT_LABEL.
11371 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11372 (func): Remove.
11373 (thread_function): Use FAST_TRACEPOINT_LABEL.
11374
11375 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11376
11377 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11378 in front.
11379 * gdb.trace/change-loc.exp: Use global pcreg definition.
11380 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11381 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11382 in front.
11383 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11384 * gdb.trace/pending.exp: Likewise.
11385 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11386 * gdb.trace/trace-break.exp: Likewise.
11387 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11388 in front.
11389 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11390 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11391 in front.
11392 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11393
11394 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11395
11396 * gdb.ada/fin_fun_out: New testcase.
11397
11398 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11399
11400 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11401 value associated with DW_AT_byte_size.
11402 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11403 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11404 DW_AT_upper_bound.
11405
11406 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11407
11408 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11409 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11410 version.
11411 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11412 gdb.dwarf2/dw2-canonicalize-type.exp,
11413 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11414 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11415 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11416 provided by gdb_target_symbol_prefix_flags_asm.
11417 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11418 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11419 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11420 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11421 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11422 macros where needed). Use this macro for symbols which require
11423 the prefix provided by SYMBOL_PREFIX.
11424
11425 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11426
11427 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11428 New procs.
11429 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11430 representing expressions, of more than one list element.
11431 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11432 to prepend linker symbol prefix to f.
11433 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11434 table_1 and table_2.
11435 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11436 Likewise, for f and g.
11437 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11438 for ptr.
11439 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11440 for main.
11441 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11442 table_1_ptr and table_2_ptr.
11443
11444 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11445 Joel Brobecker <brobecker@adacore.com>
11446
11447 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11448
11449 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11450
11451 * gdb.reverse/s390-mvcle.c: New test.
11452 * gdb.reverse/s390-mvcle.exp: New file.
11453 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11454
11455 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11456
11457 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11458
11459 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11460
11461 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11462 reaching marker2.
11463 * gdb.reverse/getresuid-reverse.exp: Likewise.
11464 * gdb.reverse/pipe-reverse.exp: Likewise.
11465 * gdb.reverse/readv-reverse.exp: Likewise.
11466 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11467 * gdb.reverse/time-reverse.exp: Likewise.
11468 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11469
11470 2015-10-30 Yao Qi <yao.qi@linaro.org>
11471
11472 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11473 (empty_cycle): Remove.
11474 (main): Don't call empty_cycle. Don't use watch_count_done.
11475 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11476 empty_cycle. Rewrite the code counting HW watchpoints.
11477
11478 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11479
11480 * gdb.reverse/fstatat-reverse.c: New test.
11481 * gdb.reverse/fstatat-reverse.exp: New file.
11482 * gdb.reverse/getresuid-reverse.c: New test.
11483 * gdb.reverse/getresuid-reverse.exp: New file.
11484 * gdb.reverse/pipe-reverse.c: New test.
11485 * gdb.reverse/pipe-reverse.exp: New file.
11486 * gdb.reverse/readv-reverse.c: New test.
11487 * gdb.reverse/readv-reverse.exp: New file.
11488 * gdb.reverse/recvmsg-reverse.c: New test.
11489 * gdb.reverse/recvmsg-reverse.exp: New file.
11490 * gdb.reverse/time-reverse.c: New test.
11491 * gdb.reverse/time-reverse.exp: New file.
11492 * gdb.reverse/waitpid-reverse.c: New test.
11493 * gdb.reverse/waitpid-reverse.exp: New file.
11494
11495 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11496
11497 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11498
11499 2015-10-26 Doug Evans <dje@google.com>
11500
11501 PR symtab/17391
11502 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11503 * gdb.dwarf2/bad-regnum.c: New file.
11504 * gdb.dwarf2/bad-regnum.exp: New file.
11505
11506 2015-10-26 Doug Evans <dje@google.com>
11507
11508 PR python/18938
11509 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11510 file.
11511
11512 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11513
11514 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11515 for a change by "Mention language in compile error message".
11516
11517 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11518
11519 PR python/18073
11520 * gdb.python/py-type.c (C::a_method): New.
11521 (C::a_const_method): New.
11522 (C::a_static_method): New.
11523 (a_function): New.
11524 * gdb.python/py-type.exp (test_fields): Test getting fields
11525 from function and method.
11526
11527 2015-10-21 Keven Boell <keven.boell@intel.com>
11528
11529 * gdb.fortran/vla-alloc-assoc.exp: New file.
11530 * gdb.fortran/vla-datatypes.exp: New file.
11531 * gdb.fortran/vla-datatypes.f90: New file.
11532 * gdb.fortran/vla-history.exp: New file.
11533 * gdb.fortran/vla-ptype-sub.exp: New file.
11534 * gdb.fortran/vla-ptype.exp: New file.
11535 * gdb.fortran/vla-sizeof.exp: New file.
11536 * gdb.fortran/vla-sub.f90: New file.
11537 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11538 * gdb.fortran/vla-value-sub-finish.exp: New file.
11539 * gdb.fortran/vla-value-sub.exp: New file.
11540 * gdb.fortran/vla-value.exp: New file.
11541 * gdb.fortran/vla-ptr-info.exp: New file.
11542 * gdb.mi/mi-vla-fortran.exp: New file.
11543 * gdb.mi/vla.f90: New file.
11544
11545 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11546
11547 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11548 of hardwired timeout value.
11549
11550 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11551 Pedro Alves <palves@redhat.com>
11552
11553 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11554 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11555
11556 2015-10-19 Josh Stone <jistone@redhat.com>
11557
11558 * gdb.base/catch-syscall.c: Include <sched.h>.
11559 (unknown_syscall): New variable.
11560 (main): Trigger a vfork and an unknown syscall.
11561 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11562 (unknown_syscall_number): Likewise.
11563 (check_call_to_syscall): Accept an optional syscall pattern.
11564 (check_return_from_syscall): Likewise.
11565 (check_continue): Likewise.
11566 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11567 (test_catch_syscall_skipping_return): New test toggling off 'catch
11568 syscall' to step over the syscall return, then toggling back on.
11569 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11570 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11571 (do_syscall_tests): Call test_catch_syscall_without_args and
11572 test_catch_syscall_mid_vfork.
11573 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11574 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11575
11576 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11577
11578 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11579 print g_vE): Add new pass patterns.
11580 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11581 print various symbol names for vptr fields.
11582
11583 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11584
11585 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11586 results.
11587
11588 2015-10-12 Yao Qi <yao.qi@linaro.org>
11589
11590 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11591
11592 2015-10-12 Yao Qi <yao.qi@linaro.org>
11593
11594 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11595 is aarch64*-*-linux*.
11596
11597 2015-10-12 Yao Qi <yao.qi@linaro.org>
11598
11599 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11600 (can_relocate_bcond_true): ... it.
11601 (can_relocate_bcond_false): New function.
11602 (foo): Likewise.
11603 (can_relocate_bl): Likewise.
11604 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11605 can_relocate_bl.
11606
11607 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11608
11609 * gdb.base/nested-addr.c: New file.
11610 * gdb.base/nested-addr.exp: New testcase.
11611
11612 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11613
11614 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11615 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11616 its output. Ignore the output of "record goto begin" and instead
11617 check that GDB is replaying.
11618
11619 2015-10-09 Pedro Alves <palves@redhat.com>
11620
11621 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11622 (top level): Use it in the run with no args test.
11623
11624 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11625
11626 * gdb.dlang/properties.exp: New file.
11627
11628 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11629
11630 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11631 whether or not address 0x1000 is mapped on the target.
11632
11633 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11634
11635 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11636 build.
11637
11638 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11639
11640 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11641 instruction-history test.
11642
11643 2015-09-28 Doug Evans <dje@google.com>
11644
11645 * gdb.base/gcore.c (array_func): Add reference to static_array.
11646
11647 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11648
11649 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11650 source line.
11651
11652 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11653
11654 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11655 short or char as base type.
11656
11657 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11658
11659 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11660 to allow any size enum.
11661
11662 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11663
11664 * gdb.ada/array_ptr_renaming.exp: New testcase.
11665 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11666 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11667
11668 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11669
11670 * gdb.trace/ftrace-lock.c: New file.
11671 * gdb.trace/ftrace-lock.exp: New file.
11672
11673 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11674
11675 * gdb.arch/insn-reloc.c: New file.
11676 * gdb.arch/ftrace-insn-reloc.exp: New file.
11677
11678 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11679
11680 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11681 instruction.
11682 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11683 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11684 * gdb.trace/range-stepping.c: Likewise.
11685 * gdb.trace/trace-break.c: Likewise.
11686 * gdb.trace/trace-mt.c (thread_function): Likewise.
11687 * gdb.trace/ftrace.c (marker): Likewise.
11688 * gdb.trace/trace-condition.c (marker): Likewise.
11689 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11690 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11691 is_aarch64_target.
11692
11693 2015-09-18 Doug Evans <xdje42@gmail.com>
11694
11695 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11696 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11697
11698 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11699
11700 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11701 the breakpoint.
11702
11703 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11704
11705 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11706 the pending breakpoint. Remove timeout override for "Run till
11707 MI pending breakpoint on pendfunc3 on thread 2" test.
11708
11709 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11710
11711 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11712 filename pattern.
11713
11714 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11715
11716 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11717 in breakpoint filename pattern.
11718
11719 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11720
11721 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11722
11723 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11724
11725 * gdb.linespec/explicit.exp: Check for readline support for
11726 tab-completion tests. Fix obvious typo.
11727
11728 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11729
11730 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11731 and replay.
11732
11733 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11734
11735 * gdb.btrace/non-stop.c: New.
11736 * gdb.btrace/non-stop.exp: New.
11737
11738 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11739 Yao Qi <yao.qi@linaro.org>
11740
11741 * gdb.trace/trace-condition.c: New file.
11742 * gdb.trace/trace-condition.exp: New file.
11743
11744 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11745
11746 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11747 for testing bytecode compilation.
11748
11749 2015-09-16 Pedro Alves <palves@redhat.com>
11750 Sandra Loosemore <sandra@codesourcery.com>
11751
11752 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11753 (SECONDS): Redefine.
11754 (main): Call pthread_kill and alarm early.
11755 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11756 support.
11757 (test): If the target can't hardware step and doesn't support
11758 displaced stepping, increase the timeout.
11759
11760 2015-09-16 Pedro Alves <palves@redhat.com>
11761
11762 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11763 (enable_debug): New procedures.
11764 (test): Use them. Bail out if waiting for threads fails.
11765 (top level): Bail out if a test fails.
11766
11767 2015-09-16 Yao Qi <yao.qi@linaro.org>
11768
11769 * gdb.asm/asm-source.exp: Set asm-arch for
11770 aarch64*-*-* target.
11771 * gdb.asm/aarch64.inc: New file.
11772
11773 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11774
11775 * gdb.ada/array_of_variable_length.exp: New testcase.
11776 * gdb.ada/array_of_variable_length/foo.adb: New file.
11777 * gdb.ada/array_of_variable_length/pck.adb: New file.
11778 * gdb.ada/array_of_variable_length/pck.ads: New file.
11779
11780 2015-09-15 Doug Evans <dje@google.com>
11781
11782 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11783 of function static local variable.
11784
11785 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11786
11787 * gdb.threads/tls-so_extern.exp: New test file.
11788 * gdb.threads/tls-so_extern.c: New test file.
11789 * gdb.threads/tls-so_extern_main.c: New test file.
11790
11791 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11792
11793 * gdb.opt/solib-intra-step-lib.c: New file.
11794 * gdb.opt/solib-intra-step-main.c: New file.
11795 * gdb.opt/solib-intra-step.exp: New file.
11796
11797 2015-09-15 Pedro Alves <palves@redhat.com>
11798
11799 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11800 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11801
11802 2015-09-14 Pedro Alves <palves@redhat.com>
11803
11804 * gdb.base/hook-stop-continue.c: Delete.
11805 * gdb.base/hook-stop-continue.exp: Delete.
11806 * gdb.base/hook-stop-frame.c: Delete.
11807 * gdb.base/hook-stop-frame.exp: Delete.
11808 * gdb.base/hook-stop.c: New file.
11809 * gdb.base/hook-stop.exp: New file.
11810
11811 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11812
11813 * gdb.ada/access_to_packed_array.exp: New testcase.
11814 * gdb.ada/access_to_packed_array/foo.adb: New file.
11815 * gdb.ada/access_to_packed_array/pack.adb: New file.
11816 * gdb.ada/access_to_packed_array/pack.ads: New file.
11817
11818 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11819
11820 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11821 buffer size test.
11822
11823 2015-09-11 Don Breazeal <donb@codesourcery.com>
11824
11825 * gdb.base/foll-exec.c: Add copyright header. Fix
11826 formatting issues.
11827 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11828 (do_exec_tests): Use clean_restart in place of zap_session,
11829 and for test initialization. Fix formatting issues. Use
11830 fail in place of perror.
11831 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11832 an expect statement to match an expression with output from
11833 the program under debug.
11834 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11835 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11836 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11837 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11838 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11839
11840 2015-09-09 Doug Evans <dje@google.com>
11841
11842 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11843
11844 2015-09-09 Doug Evans <dje@google.com>
11845
11846 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11847
11848 2015-09-09 Doug Evans <dje@google.com>
11849
11850 * gdb.base/savedregs.exp: Fix typo.
11851
11852 2015-09-09 Pedro Alves <palves@redhat.com>
11853
11854 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11855
11856 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11857
11858 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11859 command actually switches threads. Give up on remaining
11860 tests if target fails to stop at breakpoint.
11861
11862 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11863
11864 * gdb.ada/funcall_char.exp: New testcase.
11865 * gdb.ada/funcall_char/foo.adb: New file.
11866
11867 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11868
11869 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11870 expected outputs. Add two testcases for completing ambiguous
11871 functions.
11872 * gdb.ada/complete/aux_pck.adb: New file.
11873 * gdb.ada/complete/aux_pck.ads: New file.
11874 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11875 Ambiguous_Func functions.
11876 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11877 * gdb.ada/complete/pck.adb: Likewise.
11878
11879 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11880
11881 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11882 failures to run the test program under GDB.
11883
11884 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
11885
11886 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11887 to C.
11888
11889 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11890
11891 * gdb.base/run-after-attach.exp: New test file.
11892 * gdb.base/run-after-attach.c: New test file.
11893
11894 2015-08-26 Don Breazeal <donb@codesourcery.com>
11895
11896 * gdb.base/foll-exec-2.c: New test program.
11897 * gdb.base/foll-exec-2.exp: New test.
11898
11899 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11900
11901 * gdb.base/nested-subp1.exp: New file.
11902 * gdb.base/nested-subp1.c: New file.
11903 * gdb.base/nested-subp2.exp: New file.
11904 * gdb.base/nested-subp2.c: New file.
11905 * gdb.base/nested-subp3.exp: New file.
11906 * gdb.base/nested-subp3.c: New file.
11907
11908 2015-08-24 Pedro Alves <palves@redhat.com>
11909
11910 * gdb.server/connect-without-multi-process.c: New file.
11911 * gdb.server/connect-without-multi-process.exp: New file.
11912
11913 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11914
11915 * gdb.opt/inline-markers.c: Make z int.
11916
11917 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11918
11919 * gdb.opt/inline-markers.c: Make z volatile.
11920
11921 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11922
11923 * gdb.opt/inline-bt.c: New volatile global z.
11924 * gdb.opt/inline-cmds.c: Likewise.
11925 * gdb.opt/inline-locals.c: Likewise.
11926 * gdb.opt/inline-markers.c: New extern global z.
11927 (marker): Use z.
11928 (inline_fn): Likewise.
11929
11930 2015-08-24 Pedro Alves <palves@redhat.com>
11931
11932 * config/m32r-stub.exp: Remove file.
11933 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11934 * gdb.base/call-rt-st.exp: Likewise.
11935 * gdb.base/call-strs.exp: Likewise.
11936 * gdb.base/default.exp: Remove references to h8300-*-hms and
11937 *-*-udi*.
11938 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11939
11940 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11941
11942 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11943 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11944 and "return" use KFAIL when GDB can not read/write the vector
11945 return value.
11946
11947 2015-08-21 Gary Benson <gbenson@redhat.com>
11948
11949 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11950
11951 2015-08-20 Pedro Alves <palves@redhat.com>
11952
11953 * gdb.server/solib-list.exp: No longer expect an interior stop in
11954 non-stop mode.
11955
11956 2015-08-20 Pedro Alves <palves@redhat.com>
11957
11958 * gdb.server/connect-stopped-target.c: New file.
11959 * gdb.server/connect-stopped-target.exp: New file.
11960
11961 2015-08-20 Pedro Alves <palves@redhat.com>
11962
11963 * gdb.dwarf2/comp-unit-lang.exp: New file.
11964 * gdb.dwarf2/comp-unit-lang.c: New file.
11965
11966 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11967
11968 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11969 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11970
11971 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11972
11973 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11974 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11975
11976 2015-08-18 Doug Evans <dje@google.com>
11977 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11978
11979 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11980 skip_python_tests. New arg prompt_regexp.
11981 (skip_python_tests): New function.
11982 * lib/mi-support.exp (mi_skip_python_tests): New function.
11983 * gdb.python/py-mi-objfile-gdb.py: New file.
11984 * gdb.python/py-mi-objfile.c: New file.
11985 * gdb.python/py-mi-objfile.exp: New file.
11986
11987 2015-08-17 Keith Seitz <keiths@redhat.com>
11988
11989 * gdb.linespec/explicit.exp: Move strace test from here ...
11990 * gdb.trace/strace.exp: ... to here.
11991
11992 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11993
11994 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11995 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11996
11997 2015-08-14 Doug Evans <xdje42@gmail.com>
11998
11999 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12000 inferior before selecting a new file.
12001
12002 2015-08-14 Doug Evans <xdje42@gmail.com>
12003
12004 * gdb.mi/mi-disassemble.exp: Update.
12005 * gdb.base/disasm-optim.S: New file.
12006 * gdb.base/disasm-optim.c: New file.
12007 * gdb.base/disasm-optim.h: New file.
12008 * gdb.base/disasm-optim.exp: New file.
12009
12010 2015-08-14 Keith Seitz <keiths@redhat.com>
12011
12012 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12013 "evaluated-by".
12014
12015 2015-08-13 Joel Brobecker <brobecker@adacore.com>
12016
12017 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12018
12019 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12020
12021 * gdb.ada/fun_renaming.exp: New testcase.
12022 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12023 * gdb.ada/fun_renaming/pack.adb: New file.
12024 * gdb.ada/fun_renaming/pack.ads: New file.
12025
12026 2015-08-12 Keith Seitz <keiths@redhat.com>
12027
12028 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12029 gdb_get_line_number.
12030
12031 2015-08-12 Joel Brobecker <brobecker@adacore.com>
12032
12033 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12034 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12035 gdb.base/dso2dso.exp: New files.
12036
12037 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12038 Pedro Alves <palves@redhat.com>
12039 Keith Seitz <keiths@redhat.com>
12040
12041 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12042 GDBFLAGS.
12043
12044 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12045
12046 * gdb.base/gdbhistsize-history.exp
12047 (test_histsize_history_setting): Use save_vars.
12048 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12049 Use save_vars.
12050 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12051 * gdb.base/readline.exp: Use save_vars.
12052
12053 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12054
12055 * lib/gdb.exp (save_vars): New proc.
12056
12057 2015-08-11 Keith Seitz <keiths@redhat.com>
12058
12059 * gdb.base/help.exp: Update help_breakpoint_text.
12060
12061 2015-08-11 Keith Seitz <keiths@redhat.com>
12062
12063 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12064 (at toplevel): Call test_explicit_breakpoints.
12065 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12066 breakpoints.
12067 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12068 breakpoint conditions, "-cond".
12069
12070 2015-08-11 Keith Seitz <keiths@redhat.com>
12071
12072 * gdb.linespec/3explicit.c: New file.
12073 * gdb.linespec/cpexplicit.cc: New file.
12074 * gdb.linespec/cpexplicit.exp: New file.
12075 * gdb.linespec/explicit.c: New file.
12076 * gdb.linespec/explicit.exp: New file.
12077 * gdb.linespec/explicit2.c: New file.
12078 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12079 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12080 before using in the matching pattern.
12081 Clarify that `prefix' is a regular expression.
12082
12083 2015-08-11 Keith Seitz <keiths@redhat.com>
12084
12085 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12086 test.
12087 Add tests for missing ",FMT" and ",".
12088
12089 2015-08-10 Doug Evans <dje@google.com>
12090 Keith Seitz <keiths@redhat.com>
12091
12092 PR gdb/17960
12093 * gdb.base/completion.exp: Add location completer tests.
12094
12095 2015-08-07 Pedro Alves <palves@redhat.com>
12096
12097 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12098 tests here.
12099 (top level): Run do_test with and without displaced stepping.
12100
12101 2015-08-07 Pedro Alves <palves@redhat.com>
12102
12103 * gdb.base/valgrind-disp-step.c: New file.
12104 * gdb.base/valgrind-disp-step.exp: New file.
12105
12106 2015-08-07 Pedro Alves <palves@redhat.com>
12107
12108 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12109 Delete function.
12110 (main): Add alarm. Run an infinite loop instead of calling
12111 wait_threads.
12112 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12113 comment.
12114 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12115 Delete function.
12116 (main): Add alarm. Run an infinite loop instead of calling
12117 wait_threads.
12118 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12119 comment.
12120
12121 2015-08-07 Pedro Alves <palves@redhat.com>
12122
12123 * gdb.base/checkpoint-ns.exp: New file.
12124 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12125 standard_testfile.
12126
12127 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12128
12129 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12130 * gdb.btrace/instruction_history.exp: Update.
12131 * gdb.btrace/tsx.exp: New.
12132 * gdb.btrace/tsx.c: New.
12133
12134 2015-08-06 Pedro Alves <palves@redhat.com>
12135
12136 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12137 increase timeout.
12138 * gdb.reverse/until-precsave.exp: Bump timeouts.
12139
12140 2015-08-06 Pedro Alves <palves@redhat.com>
12141
12142 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12143
12144 2015-08-06 Pedro Alves <palves@redhat.com>
12145
12146 PR gdb/18749
12147 * gdb.threads/process-dies-while-handling-bp.c: New file.
12148 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12149
12150 2015-08-06 Pedro Alves <palves@redhat.com>
12151
12152 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12153 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12154
12155 2015-08-05 Pedro Alves <palves@redhat.com>
12156
12157 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12158 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12159
12160 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12161
12162 * gdb.base/bp-permanent.exp: Report test as unsupported if
12163 the target cannot stop at the permanent breakpoint.
12164
12165 2015-08-03 Doug Evans <dje@google.com>
12166
12167 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12168 10000.
12169
12170 2015-08-03 Doug Evans <dje@google.com>
12171
12172 * Makefile.in (workers/%.worker, build-perf): New rule.
12173 (GDB_PERFTEST_MODE): New variable.
12174 (check-perf): Use it.
12175 (clean): Clean up gdb.perf parallel build subdirs.
12176 * lib/build-piece.exp: New file.
12177 * lib/gdb.exp (make_gdb_parallel_path): New function
12178 (standard_output_file, standard_temp_file): Call it.
12179 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12180 of $GDB_PARALLEL.
12181 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12182
12183 2015-08-03 Doug Evans <dje@google.com>
12184
12185 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12186 (LOG_FILE_NAME): New global.
12187 (TextReporter.__init__): Initialize self.txt_sum.
12188 (TextReporter.report): Add support for multiple data-points.
12189 Move report to perftest.sum, put raw data in perftest.log.
12190 (TextReporter.start): Open sum and log files.
12191 (TextReporter.end): Close sum and log files.
12192 * gdb.perf/lib/perftest/testresult.py
12193 (SingleStatisticTestResult.record): Handle multiple data-points.
12194
12195 2015-07-31 Pedro Alves <palves@redhat.com>
12196
12197 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12198 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12199 kill_wait_spawned_process instead of explicit "kill -9".
12200 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12201 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12202 kill_wait_spawned_process.
12203 * gdb.base/attach-twice.exp: Likewise.
12204 * gdb.base/attach.exp: Likewise.
12205 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12206 gdb_test_multiple.
12207 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12208 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12209 kill_wait_spawned_process.
12210 * gdb.base/valgrind-infcall.exp: Likewise.
12211 * gdb.multi/multi-attach.exp: Likewise.
12212 * gdb.python/py-prompt.exp: Likewise.
12213 * gdb.python/py-sync-interp.exp: Likewise.
12214 * gdb.server/ext-attach.exp: Likewise.
12215 * gdb.threads/attach-into-signal.exp (corefunc): Use
12216 spawn_wait_for_attach, spawn_id_get_pid and
12217 kill_wait_spawned_process.
12218 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12219 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12220 spawn_id_get_pid and kill_wait_spawned_process.
12221 * gdb.threads/attach-stopped.exp (corefunc): Use
12222 spawn_wait_for_attach, spawn_id_get_pid and
12223 kill_wait_spawned_process.
12224 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12225 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12226 kill_wait_spawned_process instead of explicit "kill -9".
12227 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12228 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12229 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12230 processes. Don't map cygwin/windows pids here. Now returns a
12231 spawn id list.
12232
12233 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12234
12235 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12236 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12237 correct patch.
12238
12239 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12240
12241 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12242
12243 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12244
12245 Reapply:
12246 2014-05-21 Mark Wielaard <mjw@redhat.com>
12247
12248 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12249
12250 2015-07-30 Pedro Alves <palves@redhat.com>
12251
12252 * linux-low.c (handle_extended_wait): Set the child's last
12253 reported status to TARGET_WAITKIND_STOPPED.
12254
12255 2015-07-30 Pedro Alves <palves@redhat.com>
12256
12257 PR threads/18600
12258 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12259 only shows inferior 1.
12260
12261 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12262 Pedro Alves <palves@redhat.com>
12263
12264 PR threads/18600
12265 * gdb.threads/fork-plus-threads.c: New file.
12266 * gdb.threads/fork-plus-threads.exp: New file.
12267
12268 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12269
12270 * gdb.base/batch-preserve-term-settings.exp
12271 (test_terminal_settings_preserved_after_cli_exit): Use
12272 send_quit_command.
12273
12274 2015-07-29 Pedro Alves <palves@redhat.com>
12275 Don Breazeal <donb@codesourcery.com>
12276
12277 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12278 output from both inferior_spawn_id and gdb_spawn_id.
12279
12280 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12281
12282 * gdb.threads/attach-into-signal.exp (corefunc): Use
12283 with_test_prefix on nested loops, uniquefying the test messages.
12284
12285 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12286
12287 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12288 commit.
12289
12290 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12291
12292 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12293 New proc.
12294 (test_terminal_settings_preserved_after_sigterm): New test.
12295
12296 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12297
12298 * gdb.base/batch-preserve-term-settings.exp
12299 (test_terminal_settings_preserved_after_cli_exit): New test.
12300
12301 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12302
12303 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12304 manipulation of saved_gdbflags.
12305 (test_terminal_settings_preserved): Remove global declaration of
12306 the unused variable pagination_prompt. Remove manipulation of
12307 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12308 GDBFLAGS.
12309
12310 2015-07-29 Pedro Alves <palves@redhat.com>
12311
12312 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12313
12314 2015-07-29 Pedro Alves <palves@redhat.com>
12315
12316 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12317 at the top.
12318
12319 2015-07-29 Pedro Alves <palves@redhat.com>
12320
12321 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12322 (main): Call gdb_unbuffer_output.
12323 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12324 (main): Call gdb_unbuffer_output.
12325 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12326 (main): Call gdb_unbuffer_output.
12327 * gdb.base/call-strs.exp: Adjust to step over the
12328 gdb_unbuffer_output call.
12329 * gdb.base/catch-gdb-caused-signals.c: Include
12330 "../lib/unbuffer_output.c".
12331 (main): Call gdb_unbuffer_output.
12332 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12333 (main): Call gdb_unbuffer_output.
12334 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12335 (main): Call gdb_unbuffer_output.
12336 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12337 (main): Call gdb_unbuffer_output.
12338 * gdb.base/shlib-call.exp: Adjust to step over the
12339 gdb_unbuffer_output call.
12340 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12341 (main): Call gdb_unbuffer_output.
12342 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12343 (main): Call gdb_unbuffer_output.
12344 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12345 (main): Rename to ...
12346 (test): ... this.
12347 (main): Reimplement.
12348 * gdb.base/varargs.exp: Run to test instead of to main.
12349 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12350 (main): Call gdb_unbuffer_output.
12351
12352 2015-07-29 Pedro Alves <palves@redhat.com>
12353
12354 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12355 factore out from mi_continue_dprintf. For call-style dprintfs,
12356 expect dprintf output out of $inferior_spawn_id.
12357 (mi_continue_dprintf): Use mi_expect_dprintf.
12358 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12359 (main): Call gdb_unbuffer_output.
12360
12361 2015-07-29 Pedro Alves <palves@redhat.com>
12362
12363 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12364 (default_mi_gdb_start): Set inferior_spawn_id instead of
12365 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12366 gdb_spawn_id.
12367 (mi_gdb_test): Always expect inferior output from both
12368 $inferior_spawn_id and $gdb_spawn_id.
12369
12370 2015-07-29 Pedro Alves <palves@redhat.com>
12371
12372 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12373 send_inferior and $inferior_spawn_id.
12374
12375 2015-07-29 Pedro Alves <palves@redhat.com>
12376
12377 * gdb.gdb/complaints.exp (test_initial_complaints)
12378 (test_serial_complaints, test_short_complaints): Use
12379 gdb_test_stdio.
12380 (test_empty_complaint): Handle $inferior_spawn_id !=
12381 $gdb_spawn_id.
12382
12383 2015-07-29 Pedro Alves <palves@redhat.com>
12384
12385 * gdb.base/varargs.exp: Use gdb_test_stdio.
12386
12387 2015-07-29 Pedro Alves <palves@redhat.com>
12388
12389 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12390
12391 2015-07-29 Pedro Alves <palves@redhat.com>
12392
12393 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12394
12395 2015-07-29 Pedro Alves <palves@redhat.com>
12396
12397 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12398 parameter into two new parameters, "inf_result" and "gdb_result".
12399 Expect inferior output and gdb output from $inferior_spawn_id and
12400 $gdb_spawn_id, respectively. Adjust all callers.
12401
12402 2015-07-29 Pedro Alves <palves@redhat.com>
12403
12404 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12405 of gdb_test_sequence.
12406
12407 2015-07-29 Pedro Alves <palves@redhat.com>
12408
12409 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12410 (saw_spurious_output): Expect inferior output from
12411 $inferior_spawn_id. Use gdb_test_stdio.
12412
12413 2015-07-29 Pedro Alves <palves@redhat.com>
12414
12415 * gdb.base/dprintf.exp: Use standard_testfile. Change
12416 prepare_for_testing call.
12417 (srcfile): Don't set.
12418 (restart): New procedure.
12419 (test_dprintf): New procecure, use to continue over dprintfs.
12420 (test_call, test_agent): New procedures, tests moved here.
12421 Restart gdb and recreate dprintfs. Adjust expected output.
12422
12423 2015-07-29 Pedro Alves <palves@redhat.com>
12424
12425 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12426
12427 2015-07-29 Pedro Alves <palves@redhat.com>
12428
12429 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12430
12431 2015-07-29 Pedro Alves <palves@redhat.com>
12432
12433 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12434 gdb_test_stdio.
12435
12436 2015-07-29 Pedro Alves <palves@redhat.com>
12437
12438 * lib/gdb.exp (gdb_test_stdio): New procedure.
12439
12440 2015-07-29 Pedro Alves <palves@redhat.com>
12441
12442 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12443
12444 2015-07-29 Pedro Alves <palves@redhat.com>
12445
12446 * gdb.base/call-signal-resume.exp: Remove check for
12447 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12448 * gdb.base/unwindonsignal.exp: Likewise.
12449 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12450 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12451
12452 2015-07-29 Pedro Alves <palves@redhat.com>
12453
12454 * gdb.base/siginfo-addr.c (pass): New function.
12455 (handler): Call it iff si_addr is correct.
12456 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12457 Set a breakpoint at "pass" and continue to it.
12458
12459 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12460
12461 * gdb.python/py-objfile.exp: Make some tests have unique names.
12462 * gdb.python/py-pp-registration.exp: Likewise.
12463
12464 2015-07-28 Pedro Alves <palves@redhat.com>
12465
12466 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12467
12468 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12469
12470 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12471
12472 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12473
12474 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12475
12476 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12477
12478 * gdb.base/gdb-sigterm-2.exp: New test.
12479
12480 2015-07-25 Doug Evans <xdje42@gmail.com>
12481
12482 Revert:
12483 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12484 (workers/%.worker, build-perf): New rule.
12485 (GDB_PERFTEST_MODE): New variable.
12486 (check-perf): Use it.
12487 (clean): Clean up gdb.perf parallel build subdirs.
12488 * lib/build-piece.exp: New file.
12489 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12490 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12491 name.
12492 (standard_temp_file): Ditto.
12493 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12494 of $GDB_PARALLEL.
12495
12496 2015-07-24 Doug Evans <dje@google.com>
12497
12498 * gdb.perf/lib/perftest/utils.py: New file.
12499 * gdb.perf/gm-hello.cc: New file.
12500 * gdb.perf/gm-pervasive-typedef.cc: New file.
12501 * gdb.perf/gm-pervasive-typedef.h: New file.
12502 * gdb.perf/gm-std.cc: New file.
12503 * gdb.perf/gm-std.h: New file.
12504 * gdb.perf/gm-use-cerr.cc: New file.
12505 * gdb.perf/gm-utils.h: New file.
12506 * gdb.perf/gmonster-null-lookup.py: New file.
12507 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12508 * gdb.perf/gmonster-print-cerr.py: New file.
12509 * gdb.perf/gmonster-ptype-string.py: New file.
12510 * gdb.perf/gmonster-runto-main.py: New file.
12511 * gdb.perf/gmonster-select-file.py: New file.
12512 * gdb.perf/gmonster1-null-lookup.exp: New file.
12513 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12514 * gdb.perf/gmonster1-print-cerr.exp: New file.
12515 * gdb.perf/gmonster1-ptype-string.exp: New file.
12516 * gdb.perf/gmonster1-runto-main.exp: New file.
12517 * gdb.perf/gmonster1-select-file.exp: New file.
12518 * gdb.perf/gmonster1.cc: New file.
12519 * gdb.perf/gmonster1.exp: New file.
12520 * gdb.perf/gmonster2-null-lookup.exp: New file.
12521 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12522 * gdb.perf/gmonster2-print-cerr.exp: New file.
12523 * gdb.perf/gmonster2-ptype-string.exp: New file.
12524 * gdb.perf/gmonster2-runto-main.exp: New file.
12525 * gdb.perf/gmonster2-select-file.exp: New file.
12526 * gdb.perf/gmonster2.cc: New file.
12527 * gdb.perf/gmonster2.exp: New file.
12528
12529 2015-07-24 Doug Evans <dje@google.com>
12530
12531 * gdb.perf/README: New file.
12532 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12533 * lib/gen-perf-test.exp: New file.
12534
12535 2015-07-24 Doug Evans <dje@google.com>
12536
12537 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12538 (PerfTest::startup): New function.
12539 (PerfTest::run): Return result of calling body.
12540 (PerfTest::assemble): Rewrite.
12541 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12542 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12543 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12544 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12545 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12546
12547 2015-07-24 Doug Evans <dje@google.com>
12548
12549 * lib/gdb.exp (clean_restart): Make executable optional.
12550
12551 2015-07-24 Doug Evans <dje@google.com>
12552
12553 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12554 compiler_info references.
12555 * gdb.cp/temargs.exp: Ditto.
12556 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12557 (get_compiler_info): Early exit if already computed. Set compiler_info
12558 to "unknown" if there was a problem.
12559 (test_compiler_info): Add function comment. Call get_compiler_info.
12560
12561 2015-07-24 Doug Evans <dje@google.com>
12562
12563 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12564 (workers/%.worker, build-perf): New rule.
12565 (GDB_PERFTEST_MODE): New variable.
12566 (check-perf): Use it.
12567 (clean): Clean up gdb.perf parallel build subdirs.
12568 * lib/build-piece.exp: New file.
12569 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12570 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12571 name.
12572 (standard_temp_file): Ditto.
12573 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12574 of $GDB_PARALLEL.
12575
12576 2015-07-24 Doug Evans <dje@google.com>
12577
12578 * lib/future.exp (gdb_default_target_compile): New option
12579 "early_flags".
12580 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12581 --as-needed.
12582
12583 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12584
12585 * gdb.base/catch-syscall.exp: Call gdb_exit before
12586 gdb_skip_xml_test.
12587
12588 2015-07-24 Pedro Alves <palves@redhat.com>
12589
12590 * gdb.python/py-events.exp: Accept output between the stop event
12591 and the prompt.
12592 * gdb.python/py-evsignal.exp: Likewise.
12593 * gdb.python/py-evthreads.exp: Likewise.
12594
12595 2015-07-24 Pedro Alves <palves@redhat.com>
12596
12597 PR gdb/18717
12598 * gdb.threads/non-ldr-exit.c: New file.
12599 * gdb.threads/non-ldr-exit.exp: New file.
12600
12601 2015-07-24 Yao Qi <yao.qi@linaro.org>
12602
12603 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12604 restarting process.
12605
12606 2015-07-24 Yao Qi <yao.qi@linaro.org>
12607
12608 * gdb.server/ext-restart.exp: New file.
12609
12610 2015-07-24 Yao Qi <yao.qi@linaro.org>
12611
12612 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12613 argument options.
12614 * gdb.server/ext-wrapper.exp: New file.
12615
12616 2015-07-23 Doug Evans <dje@google.com>
12617
12618 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12619 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12620
12621 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12622
12623 * gdb.ada/var_arr_typedef.exp: New testcase.
12624 * gdb.ada/var_arr_typedef/pack.adb: New file.
12625 * gdb.ada/var_arr_typedef/pack.ads: New file.
12626 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12627
12628 2015-07-20 Joel Brobecker <brobecker@adacore.com>
12629
12630 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12631
12632 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12633
12634 * gdb.arch/i386-biarch-core.exp: Replace istarget
12635 by "complete set gnutarget". Remove expectation for the "core-file"
12636 command.
12637
12638 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12639
12640 Revert the previous commit:
12641 Tests for validate symbol file using build-id.
12642
12643 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12644
12645 Tests for validate symbol file using build-id.
12646 * gdb.base/solib-mismatch-lib.c: New file.
12647 * gdb.base/solib-mismatch-libmod.c: New file.
12648 * gdb.base/solib-mismatch.c: New file.
12649 * gdb.base/solib-mismatch.exp: New file.
12650
12651 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12652
12653 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12654 nios2-*-linux*.
12655 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12656 * gdb.base/siginfo.exp: Likewise.
12657 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12658
12659 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12660
12661 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12662 Move it to ...
12663 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12664 ... here.
12665 * gdb.trace/range-stepping.exp: Check that the target supports
12666 range stepping.
12667
12668 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12669
12670 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12671
12672 2015-07-14 Pedro Alves <palves@redhat.com>
12673
12674 * gdb.base/killed-outside.exp: New file.
12675 * gdb.base/killed-outside.c: New file.
12676
12677 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12678
12679 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12680 (n at main): New.
12681 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12682
12683 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12684
12685 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12686 infcall tests instead of setting up for KFAIL.
12687
12688 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12689
12690 * gdb.btrace/record_goto-step.exp: New.
12691
12692 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12693
12694 PR compile/18484
12695 * gdb.compile/compile.c (struct struct_type): Add volatile to
12696 selffield's type.
12697 * gdb.compile/compile.exp
12698 (compile code struct_object.selffield = &struct_object): Skip further
12699 struct_object tests if this one xfails.
12700
12701 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
12702
12703 PR exp/18617
12704 * gdb.trace/ax.exp: Add test.
12705
12706 2015-07-07 Yao Qi <yao.qi@linaro.org>
12707
12708 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12709 instead of istarget "aarch64*-*-*".
12710 * gdb.arch/aarch64-fp.exp: Likewise.
12711 * gdb.base/float.exp: Likewise.
12712 * gdb.reverse/aarch64.exp: Likewise.
12713 * lib/gdb.exp (is_aarch64_target): New proc.
12714
12715 2015-07-07 Yao Qi <yao.qi@linaro.org>
12716
12717 * lib/gdb.exp (is_aarch32_target): New proc.
12718 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12719 instead of "istarget "arm*-*-*"".
12720 * gdb.arch/arm-disp-step.exp: Likewise.
12721 * gdb.arch/thumb-bx-pc.exp: Likewise.
12722 * gdb.arch/thumb-prologue.exp: Likewise.
12723 * gdb.arch/thumb-singlestep.exp: Likewise.
12724 * gdb.base/disp-step-syscall.exp: Likewise.
12725 * gdb.base/float.exp: Likewise.
12726
12727 2015-07-07 Yao Qi <yao.qi@linaro.org>
12728
12729 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12730 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12731
12732 2015-07-07 Yao Qi <yao.qi@linaro.org>
12733
12734 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12735 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12736 if it exists.
12737 * gdb.multi/multi-arch.exp: Likewise.
12738
12739 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12740
12741 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12742 print.
12743
12744 2015-07-07 Yao Qi <yao.qi@linaro.org>
12745
12746 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12747
12748 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12749
12750 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12751 '[' and ']' characters.
12752
12753 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12754
12755 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12756
12757 2015-06-29 Pedro Alves <palves@redhat.com>
12758
12759 PR threads/18127
12760 * gdb.threads/hand-call-new-thread.c: New file.
12761 * gdb.threads/hand-call-new-thread.c: New file.
12762
12763 2015-06-26 Keith Seitz <keiths@redhat.com>
12764 Doug Evans <dje@google.com>
12765
12766 PR 16253
12767 * gdb.cp/var-tag-2.cc: New file.
12768 * gdb.cp/var-tag-3.cc: New file.
12769 * gdb.cp/var-tag-4.cc: New file.
12770 * gdb.cp/var-tag.cc: New file.
12771 * gdb.cp/var-tag.exp: New file.
12772
12773 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12774
12775 * gdb.base/history-duplicates.exp: New test.
12776
12777 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12778
12779 * gdb.base/completion.exp: Test the completion of the "focus"
12780 command.
12781
12782 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12783
12784 * gdb.arch/amd64-prologue-skip.S: New file.
12785 * gdb.arch/amd64-prologue-skip.exp: New file.
12786
12787 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12788
12789 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12790 is_address_zero_readable check.
12791
12792 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12793
12794 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12795 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12796
12797 2015-06-24 Yao Qi <yao.qi@linaro.org>
12798
12799 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12800 linux targets.
12801
12802 2015-06-24 Yao Qi <yao.qi@linaro.org>
12803
12804 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12805 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12806 * gdb.base/siginfo-thread.exp: Likewise.
12807
12808 2015-06-22 Yao Qi <yao.qi@linaro.org>
12809
12810 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12811
12812 2015-06-22 Yao Qi <yao.qi@linaro.org>
12813
12814 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12815 aarch64*-*-*.
12816 (skip_hw_watchpoint_tests): Likewise.
12817
12818 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12819
12820 * gdb.base/gdbinit-history.exp: Test the interaction between
12821 setting GDBHISTSIZE and setting the history size via .gdbinit.
12822
12823 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12824
12825 PR gdb/16999
12826 * gdb.base/gdbhistsize-history.exp: New test.
12827
12828 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12829
12830 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12831 with GDBHISTSIZE.
12832 * gdb.base/readline.exp: Likewise.
12833
12834 2015-06-17 Yao Qi <yao.qi@linaro.org>
12835
12836 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12837 line.
12838
12839 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12840
12841 * gdb.base/gdbinit-history.exp: Add test case to check that
12842 an unlimited history file does not get truncated on exit.
12843
12844 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12845
12846 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12847 (VECTOR): New macro. Use it...
12848 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12849 ...for these typedefs.
12850 (int8, char1, int1, double1): New typedefs.
12851 (struct just_int2, struct two_int2): New structures.
12852 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12853 (add_structvecs, add_singlevecs): New functions.
12854 (main): Call add_some_intvecs twice.
12855 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12856 the compile and exit upon failure. Try compiling for the "native"
12857 architecture. Test inferior function calls with vector arguments
12858 and vector return value handling with "finish" and "return".
12859
12860 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12861
12862 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12863 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12864 PE file.
12865 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12866
12867 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12868
12869 PR breakpoints/16465
12870 * gdb.mi/mi-dprintf-pending.c: New file.
12871 * gdb.mi/mi-dprintf-pending.exp: New test.
12872 * gdb.mi/mi-dprintf-pendshr.c: New file.
12873
12874 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12875 Mircea Gherzan <mircea.gherzan@intel.com>
12876
12877 * gdb.arch/i386-mpx-map.c: New file.
12878 * gdb.arch/i386-mpx-map.exp: New File.
12879
12880 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12881
12882 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12883 * gdb.arch/i386-mpx.exp: Indentation fixed.
12884
12885 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12886
12887 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12888 function and improved indentation.
12889 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12890 gdb_test_multiple. Added additional tests to skip the test.
12891
12892 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12893
12894 * gdb.arch/i386-avx512.c: Change path in include file.
12895 * gdb.arch/i386-avx512.exp: Change include dir path
12896 compilation flag.
12897 * gdb.arch/i386-mpx.c: Change path in include file.
12898 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12899 flag.
12900
12901 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12902
12903 * gdb.compile/compile-print.exp (compile print *vararray@3)
12904 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12905
12906 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12907
12908 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12909 (do not keep jit in memory): ... this.
12910 (expect 5): Change it to ...
12911 (expect no 5): ... this.
12912
12913 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12914
12915 PR gdb/15564
12916 * gdb.mi/mi-detach.exp: New file.
12917
12918 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12919
12920 PR symtab/18392
12921 * gdb.arch/amd64-tailcall-self.S: New file.
12922 * gdb.arch/amd64-tailcall-self.c: New file.
12923 * gdb.arch/amd64-tailcall-self.exp: New file.
12924
12925 2015-05-28 Don Breazeal <donb@codesourcery.com>
12926
12927 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12928 tests for remote targets by checking is_target_gdbserver.
12929
12930 2015-05-27 Doug Evans <dje@google.com>
12931
12932 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12933 * gdb.dwarf2/opaque-type-lookup.c: New file.
12934 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12935
12936 2015-05-26 Doug Evans <dje@google.com>
12937
12938 * gdb.cp/iostream.cc: New file.
12939 * gdb.cp/iostream.exp: New file.
12940
12941 2015-05-26 Doug Evans <dje@google.com>
12942
12943 * gdb.dwarf2/dw2-op-call.exp: Update.
12944 * gdb.dwarf2/dw4-sig-types.exp: Update.
12945 * gdb.dwarf2/implptr.exp: Update.
12946 * gdb.mi/mi-cmd-param-changed.exp: Update.
12947
12948 2015-05-26 Doug Evans <dje@google.com>
12949
12950 * gdb.python/py-lazy-string.c: New file.
12951 * gdb.python/py-lazy-string.exp: New file.
12952 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12953 (main): Update. Add estring3.
12954 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12955 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12956
12957 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12958 Yao Qi <yao.qi@linaro.org>
12959
12960 * gdb.reverse/aarch64.c: New.
12961 * gdb.reverse/aarch64.exp: New.
12962
12963 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12964
12965 * lib/gdb.exp (supports_process_record): Return true for
12966 aarch64*-linux*.
12967 (supports_reverse): Likewise.
12968
12969 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12970
12971 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12972 Use with_test_prefix.
12973
12974 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12975
12976 * gdb.base/completion.exp: Add test for completion of layout
12977 names.
12978
12979 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12980
12981 * lib/gdb.exp (skip_tui_tests): New proc.
12982 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12983
12984 2015-05-19 Pedro Alves <palves@redhat.com>
12985
12986 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12987 Save the whole env array instead of just HOME. Unset HISTSIZE in
12988 the environment while testing. Restore whole environment
12989 afterwards.
12990
12991 2015-05-16 Doug Evans <xdje42@gmail.com>
12992
12993 * gdb.guile/scm-ports.c: New file.
12994 * gdb.guile/scm-ports.exp: Add memory port tests.
12995
12996 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12997
12998 * gdb.compile/compile-print.c: New file.
12999 * gdb.compile/compile-print.exp: New file.
13000
13001 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13002
13003 * gdb.compile/compile-ops.exp: Cast param to void.
13004 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13005 (compile code struct_object.selffield = &struct_object): Add xfail.
13006
13007 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13008
13009 * gdb.ada/arr_enum_with_gap: New testcase.
13010
13011 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13012
13013 * gdb.ada/byte_packed_arr: New testcase.
13014
13015 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13016
13017 * gdb.ada/pckd_neg: New testcase.
13018
13019 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13020
13021 PR gdb/17820
13022 * gdb.base/gdbinit-history.exp: New test.
13023 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13024 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13025
13026 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13027
13028 * gdb.python/py-xmethods.cc: Enhance test case.
13029 * gdb.python/py-xmethods.exp: New tests.
13030 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13031 function.
13032 (B_indexoper): Likewise.
13033 (global_dm_list) : Add new xmethod worker functions.
13034
13035 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13036
13037 * gdb.base/coredump-filter.exp: Correctly unset
13038 "coredump_var_addr" array.
13039
13040 2015-05-08 Pedro Alves <palves@redhat.com>
13041
13042 * gdb.server/non-existing-program.exp: Unset spawn_id.
13043
13044 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13045
13046 PR python/18291
13047 * gdb.python/py-xmethods.exp: Add tests.
13048
13049 2015-05-08 Yao Qi <yao.qi@linaro.org>
13050
13051 PR gdb/18208
13052 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13053 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13054 function set_coredump_filter, and remove remote_exec call.
13055 Remove argument ipid. Callers update.
13056 (top level): Don't get inferior's PID.
13057
13058 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13059
13060 * gdb.base/watch_thread_num.exp: Skip test on targets without
13061 access watchpoints.
13062
13063 2015-05-06 Pedro Alves <palves@redhat.com>
13064
13065 PR server/18081
13066 * gdb.server/non-existing-program.exp: New file.
13067
13068 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13069
13070 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13071
13072 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13073
13074 * gdb.ada/out_of_line_in_inlined: New testcase.
13075
13076 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13077
13078 * gdb.ada/var_rec_arr: New testcase.
13079
13080 2015-04-30 Yao Qi <yao.qi@linaro.org>
13081
13082 * gdb.base/break-idempotent.exp: If
13083 skip_hw_watchpoint_multi_tests returns true, skip the tests
13084 on "rwatch" and "awatch".
13085
13086 2015-04-30 Yao Qi <yao.qi@linaro.org>
13087
13088 * gdb.base/relativedebug.exp: Invoke gdb command
13089 "info sharedlibrary", and if libc.so doesn't have debug info,
13090 skip the test.
13091
13092 2015-04-29 Doug Evans <dje@google.com>
13093
13094 * gdb.python/py-xmethods.exp: Add ptype tests.
13095 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13096 get_result_type method.
13097
13098 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13099
13100 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13101 the target does not support hardware watchpoints.
13102
13103 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13104
13105 * gdb.base/break-always.exp: Abort testing if writing to memory
13106 causes an error.
13107
13108 2015-04-28 Doug Evans <dje@google.com>
13109
13110 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13111 * gdb.python/py-pp-registration.exp: ... here. New file.
13112 * gdb.python/py-pp-registration.c: New file.
13113 * gdb.python/py-pp-registration.py: New file.
13114
13115 2015-04-28 Doug Evans <dje@google.com>
13116
13117 * gdb.python/py-bad-printers.c: New file.
13118 * gdb.python/py-bad-printers.py: New file.
13119 * gdb.python/py-bad-printers.exp: New file.
13120
13121 2015-04-28 Sasha Smundak <asmundak@google.com>
13122
13123 * gdb.python/py-type.exp: New test.
13124
13125 2015-04-28 Andy Wingo <wingo@igalia.com>
13126
13127 * gdb.python/py-parameter.exp:
13128 * gdb.guile/scm-parameter.exp: Escape the path that we are
13129 matching against, as it might contain characters that are special
13130 to regular expressions.
13131
13132 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13133
13134 * gdb.ada/rec_comp: New testcase.
13135
13136 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13137
13138 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13139 before using it.
13140
13141 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13142
13143 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13144 new tests for verilog output.
13145
13146 2015-04-24 Yao Qi <yao.qi@linaro.org>
13147
13148 * boards/remote-gdbserver-on-localhost.exp: New file.
13149
13150 2015-04-23 Pedro Alves <palves@redhat.com>
13151
13152 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13153 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13154 "end of file", remove $inferior_spawn_id from the indirect list.
13155
13156 2015-04-23 Pedro Alves <palves@redhat.com>
13157
13158 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13159
13160 2015-04-23 Pedro Alves <palves@redhat.com>
13161
13162 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13163 on $any_spawn_id instead of only on $gdb_spawn_id.
13164
13165 2015-04-21 Pierre Muller <muller@sourceware.org>
13166
13167 PR pascal/17815
13168 * lib/pascal.exp (gpc_compile): Add new option "class".
13169 (fpc_compile): Likewise.
13170 * gdb.pascal/case-insensitive-symbols.pas: New file.
13171 * gdb.pascal/case-insensitive-symbols.exp: New file.
13172
13173 2015-04-20 Gary Benson <gbenson@redhat.com>
13174
13175 * gdb.base/attach.exp: Fix three extended remote failures.
13176
13177 2015-04-17 Gary Benson <gbenson@redhat.com>
13178
13179 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13180 the main executable over the remote protocol.
13181
13182 2015-04-16 Pedro Alves <palves@redhat.com>
13183
13184 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13185 a new gdbserver if gdbserver_reconnect_p is set.
13186
13187 2015-04-16 Pedro Alves <palves@redhat.com>
13188
13189 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13190 is set, don't exit gdbserver.
13191
13192 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13193
13194 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13195 appropriate .insn, such that an older assembler can be used.
13196 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13197 the z/Architecture instruction set on 31-bit targets as well.
13198
13199 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13200
13201 * gdb.go/handcall.exp: Remove all logic related to the first
13202 breakpoint and rely on go_runto_main instead.
13203 * gdb.go/strings.exp: Likewise.
13204 * gdb.go/unsafe.exp: Likewise.
13205 * gdb.go/hello.exp: Likewise. Also rename the remaining
13206 breakpoint marker to "breakpoint 1".
13207 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13208 * gdb.go/strings.go: Likewise.
13209 * gdb.go/unsafe.go: Likewise.
13210 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13211 "set breakpoint 2 here" and rename the remaining breakpoint marker
13212 to "breakpoint 1".
13213
13214 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13215
13216 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13217 if itertools.imap is not present.
13218 * gdb.python/py-objfile.exp: Add parentheses.
13219 * gdb.python/py-type.exp: Same.
13220 * gdb.python/py-unwind-maint.py: Same.
13221
13222 2015-04-15 Yao Qi <yao.qi@linaro.org>
13223
13224 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13225 of ":$ptr_size" and set its form explicitly.
13226
13227 2015-04-15 Pedro Alves <palves@redhat.com>
13228 Yao Qi <yao.qi@linaro.org>
13229
13230 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13231 timeout by factor of 4.
13232 (test_regular_watch): Likewise.
13233 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13234 * gdb.reverse/sigall-reverse.exp: Likewise.
13235 * gdb.reverse/until-precsave.exp: Likewise.
13236 * lib/gdb.exp (with_timeout_factor): New proc.
13237 (gdb_expect): Move some code to ...
13238 (get_largest_timeout): ... here. New procedure.
13239
13240 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13241
13242 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13243
13244 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13245
13246 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13247 to write to the .text section.
13248
13249 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13250
13251 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13252 Handle the case of targets that do not provide PID information.
13253
13254 2015-04-13 Yao Qi <yao.qi@linaro.org>
13255
13256 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13257 and use expect instead of gdb_expect.
13258
13259 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13260
13261 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13262 "coredump_var_addr" to avoid naming conflict with other testcases.
13263
13264 2015-04-10 Pedro Alves <palves@redhat.com>
13265
13266 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13267 gdb_test_sequence and gdb_assert.
13268
13269 2015-04-10 Pedro Alves <palves@redhat.com>
13270
13271 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13272 test messages that don't include the breakpoint address.
13273
13274 2015-04-10 Yao Qi <yao.qi@linaro.org>
13275
13276 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13277 false for some offset and width combinations which aren't
13278 supported by linux kernel.
13279
13280 2015-04-10 Pedro Alves <palves@redhat.com>
13281
13282 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13283 procedure, factored out from ...
13284 (top level): ... here. Add "set displaced-stepping" testing axis.
13285 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13286 parameter "displaced". Use it.
13287 (top level): Use foreach and add "set displaced-stepping" testing
13288 axis.
13289
13290 2015-04-10 Pedro Alves <palves@redhat.com>
13291
13292 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13293 Remove comment.
13294 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13295 both the address of the instruction that triggers the watchpoint
13296 and the address of the instruction immediately after, and use
13297 those addresses for the test. Fix comment.
13298
13299 2015-04-10 Pedro Alves <palves@redhat.com>
13300
13301 * gdb.base/sigstep.exp (breakpoint_to_handler)
13302 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13303 Test "backtrace" in handler.
13304 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13305 (top level): Add new "displaced" test axis to
13306 breakpoint_to_handler, breakpoint_to_handler_entry and
13307 breakpoint_over_handler.
13308
13309 2015-04-10 Pedro Alves <palves@redhat.com>
13310
13311 PR gdb/18216
13312 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13313
13314 2015-04-10 Yao Qi <yao.qi@linaro.org>
13315
13316 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13317 (test_add_rn_pc): New function.
13318 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13319 (top level): Invoke test_add_rn_pc.
13320
13321 2015-04-10 Pedro Alves <palves@redhat.com>
13322
13323 PR gdb/13858
13324 * gdb.base/step-over-no-symbols.exp: New file.
13325
13326 2015-04-09 Andy Wingo <wingo@igalia.com>
13327
13328 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13329 after the Python tests.
13330
13331 2015-04-08 Keith Seitz <keiths@redhat.com>
13332
13333 PR python/16699
13334 * gdb.python/py-completion.exp: New tests for completion.
13335 * gdb.python/py-completion.py (CompleteLimit1): New class.
13336 (CompleteLimit2): Likewise.
13337 (CompleteLimit3): Likewise.
13338 (CompleteLimit4): Likewise.
13339 (CompleteLimit5): Likewise.
13340 (CompleteLimit6): Likewise.
13341 (CompleteLimit7): Likewise.
13342
13343 2015-04-08 Pedro Alves <palves@redhat.com>
13344
13345 PR gdb/18214
13346 PR gdb/18216
13347 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13348 function.
13349 (main): Install it as SIGUSR1 handler.
13350 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13351 parameter. Always use "setup" as prefix. Toggle "set
13352 displaced-stepping" off/on depending on global. Don't switch to
13353 thread 1 here.
13354 (top level): Add displaced stepping "off/on" test axis. Update
13355 "setup" calls. Wrap each subtest with with_test_prefix. Test
13356 continuing with a queued signal in each thread.
13357
13358 2015-04-08 Pedro Alves <palves@redhat.com>
13359
13360 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13361 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13362 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13363 Return early if running to main fails.
13364 * gdb.trace/while-stepping.exp: Likewise.
13365
13366 2015-04-07 Pedro Alves <palves@redhat.com>
13367
13368 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13369 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13370 interact with inferior program.
13371
13372 2015-04-07 Pedro Alves <palves@redhat.com>
13373
13374 * lib/gdb.exp (inferior_spawn_id): New global.
13375 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13376 spawn id after processing the user code.
13377 (default_gdb_start): Set inferior_spawn_id.
13378 (send_inferior): New procedure.
13379 * lib/gdbserver-support.exp (gdbserver_start): Set
13380 inferior_spawn_id.
13381 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13382
13383 2015-04-07 Pedro Alves <palves@redhat.com>
13384
13385 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13386 * lib/gdbserver-support.exp (gdbserver_start): Make
13387 $server_spawn_id global.
13388 (gdbserver_start): Don't wait for gdbserver's spawn id with
13389 expect_background.
13390 (close_gdbserver): New procedure.
13391 (gdb_exit): Rename the default version and reimplement.
13392
13393 2015-04-07 Pedro Alves <palves@redhat.com>
13394
13395 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13396 append the substituted item, not the original item.
13397
13398 2015-04-07 Pedro Alves <palves@redhat.com>
13399
13400 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13401 gdb_expect.
13402
13403 2015-04-07 Pedro Alves <palves@redhat.com>
13404
13405 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13406 output appearing once only.
13407
13408 2015-04-07 Pedro Alves <palves@redhat.com>
13409
13410 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13411 that doesn't expect anything. Return early if running to main
13412 fails.
13413
13414 2015-04-07 Yao Qi <yao.qi@linaro.org>
13415
13416 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13417 (child_function): Call alarm.
13418 (main): Move call to alarm into the loop.
13419 * gdb.threads/non-stop-fair-events.exp: Build program with
13420 -DTIMEOUT=$timeout.
13421
13422 2015-04-06 Doug Evans <xdje42@gmail.com>
13423
13424 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13425 Fix dest parameter to board_info.
13426 (fpc_compile): Ditto.
13427 (gdb_compile_pascal): Rename dest arg to destfile.
13428
13429 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13430
13431 * gdb.ada/funcall_ref.exp: New file.
13432 * gdb.ada/funcall_ref/foo.adb: New file.
13433
13434 2015-04-02 Yao Qi <yao.qi@linaro.org>
13435
13436 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13437 is remote.
13438
13439 2015-04-02 Gary Benson <gbenson@redhat.com>
13440
13441 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13442
13443 2015-04-01 Sasha Smundak <asmundak@google.com>
13444
13445 * gdb.python/py-unwind-maint.c: New file.
13446 * gdb.python/py-unwind-maint.exp: New test.
13447 * gdb.python/py-unwind-maint.py: New file.
13448 * gdb.python/py-unwind.c: New file.
13449 * gdb.python/py-unwind.exp: New test.
13450 * gdb.python/py-unwind.py: New test.
13451
13452 2015-04-01 Pedro Alves <palves@redhat.com>
13453
13454 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13455 to fail instead of non-existent $test.
13456
13457 2015-04-01 Pedro Alves <palves@redhat.com>
13458
13459 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13460 GDBFLAGS if not empty.
13461
13462 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13463
13464 * gdb.ada/complete.exp: Remove "multi_line".
13465 * gdb.ada/info_exc.exp: Remove "multi_line".
13466 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13467 * gdb.ada/ptype_field.exp: Remove "multi_line".
13468 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13469 * gdb.ada/tagged.exp: Remove "multi_line".
13470 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13471 [multi_line ...]
13472 * gdb.btrace/delta.exp: Likewise.
13473 * gdb.btrace/exception.exp: Likewise.
13474 * gdb.btrace/function_call_history.exp: Likewise.
13475 * gdb.btrace/instruction_history.exp: Likewise.
13476 * gdb.btrace/nohist.exp: Likewise.
13477 * gdb.btrace/record_goto.exp: Likewise.
13478 * gdb.btrace/segv.exp: Likewise.
13479 * gdb.btrace/stepi.exp: Likewise.
13480 * gdb.btrace/tailcall.exp: Likewise.
13481 * gdb.btrace/unknown_functions.exp: Likewise.
13482 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13483 * lib/gdb.exp: Add the "multi_line" helper.
13484
13485 2015-04-01 Pedro Alves <palves@redhat.com>
13486
13487 * gdb.threads/tid-reuse.c: New file.
13488 * gdb.threads/tid-reuse.exp: New file.
13489
13490 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13491
13492 PR corefiles/16092
13493 * gdb.base/coredump-filter.c: New file.
13494 * gdb.base/coredump-filter.exp: Likewise.
13495
13496 2015-03-27 Petr Machata <pmachata@redhat.com>
13497
13498 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13499 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13500 (Dwarf::assemble): Initialize them.
13501 (Dwarf::lines): New function.
13502
13503 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13504
13505 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13506 SYMBOL_PREFIX for x86_64-*-cygwin.
13507
13508 2015-03-26 Andy Wingo <wingo@igalia.com>
13509
13510 PR symtab/18148
13511 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13512 const_value but not a location.
13513 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13514 location defined in non-main CUs are visible.
13515
13516 2015-03-26 Yao Qi <yao.qi@linaro.org>
13517
13518 PR testsuite/18139
13519 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13520 Add a line number entry for the same line.
13521 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13522 Add a line number entry for the same line.
13523
13524 2015-03-26 Yao Qi <yao.qi@linaro.org>
13525
13526 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13527 .int 0.
13528 (func): Likewise. Add .Lfunc_1 label.
13529 Use .Lfunc_1 label.
13530 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13531 .int 0.
13532 (func): Likewise.
13533 Use .Lfunc_1 label.
13534
13535 2015-03-26 Yao Qi <yao.qi@linaro.org>
13536
13537 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13538 Call gdb_compile instead to compile each .s files without debug
13539 information.
13540
13541 2015-03-26 Yao Qi <yao.qi@linaro.org>
13542
13543 * gdb.base/savedregs.exp (process_saved_regs): Make
13544 "Saved registers:" optional in the pattern.
13545
13546 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13547
13548 * gdb.btrace/next.exp: Merged into step.exp.
13549 * gdb.btrace/finish.exp: Merged into step.exp.
13550 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13551 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13552 "record goto" and checking the exact replay position.
13553 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13554 check for "Recording format" in "info record" output.
13555 * gdb.btrace/record_goto.exp: Choose test file based on target.
13556 * gdb.btrace/x86-record_goto.S: Renamed into ...
13557 * gdb.btrace/x86_64-record_goto.S: ... this.
13558 * gdb.btrace/i686-record_goto.S: New.
13559 * gdb.btrace/x86-tailcall.S: Renamed into ...
13560 * gdb.btrace/x86_64-tailcall.S: ... this.
13561 * gdb.btrace/i686-tailcall.S: New.
13562 * gdb.btrace/x86-tailcall.c: Renamed into ...
13563 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13564 separate statements. Update test.
13565 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13566 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13567 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13568 * gdb.btrace/tailcall.exp: Choose test file based on target.
13569 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13570
13571 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13572
13573 * gdb.btrace/exception.exp: Increase BTS buffer size.
13574
13575 2015-03-24 Pedro Alves <palves@redhat.com>
13576
13577 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13578
13579 2015-03-24 Pedro Alves <palves@redhat.com>
13580
13581 * gdb.threads/schedlock.exp (test_step): No longer expect that
13582 "set scheduler-locking step" with "next" over a function call runs
13583 threads unlocked.
13584
13585 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13586
13587 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13588
13589 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13590
13591 PR breakpoints/16466
13592 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13593 * gdb.mi/mi-pending.c (thread_func): New function.
13594 (int main): Add threading support required.
13595 * gdb.mi/mi-pending.exp: Add tests for this issue.
13596 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13597 (pendfunc2): Remove stdio dependency.
13598 * gdb.mi/mi-pendshr2.c: New file.
13599
13600 2015-03-23 Keith Seitz <keiths@redhat.com>
13601
13602 * gdb.linespec/keywords.c: New file.
13603 * gdb.linespec/keywords.exp: New file.
13604
13605 2015-03-23 Keith Seitz <keiths@redhat.com>
13606
13607 PR gdb/18021
13608 * gdb.dwarf2/staticvirtual.exp: New test.
13609
13610 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13611
13612 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13613 * README: Remove HP-UX and gdb.hp.
13614 (configuration):
13615 * configure: Regenerate.
13616 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13617 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13618 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13619 gdb.hp/gdb.defects/Makefile.
13620 * gdb.hp/Makefile.in: File deleted.
13621 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13622 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13623 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13624 * gdb.hp/gdb.aCC/run.c: File deleted.
13625 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13626 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13627 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13628 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13629 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13630 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13631 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13632 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13633 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13634 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13635 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13636 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13637 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13638 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13639 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13640 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13641 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13642 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13643 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13644 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13645 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13646 * gdb.hp/gdb.compat/average.c: File deleted.
13647 * gdb.hp/gdb.compat/sum.c: File deleted.
13648 * gdb.hp/gdb.compat/xdb.c: File deleted.
13649 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13650 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13651 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13652 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13653 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13654 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13655 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13656 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13657 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13658 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13659 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13660 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13661 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13662 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13663 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13664 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13665 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13666 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13667 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13668 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13669 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13670 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13671 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13672 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13673 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13674 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13675 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13676 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13677 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13678 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13679 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13680 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13681 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13682 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13683 * gdb.hp/tools/odump: File deleted.
13684
13685 2015-03-19 Pedro Alves <palves@redhat.com>
13686
13687 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13688 (saw_thread_3): New globals.
13689 (top level): Increment them when an event for the corresponding
13690 thread is seen.
13691 (no thread starvation): New test.
13692
13693 2015-03-19 Pedro Alves <palves@redhat.com>
13694
13695 * gdb.threads/continue-pending-status.c: New file.
13696 * gdb.threads/continue-pending-status.exp: New file.
13697
13698 2015-03-18 Pedro Alves <palves@redhat.com>
13699
13700 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13701 Use gdb_is_target_remote instead of is_remote. Use
13702 gdb_test_multiple instead of gdb_expect. Exit early if
13703 gdb_test_multiple hits its internal matches. Tighten stepi tests
13704 expected output. Fail on exit with any signal, instead of just
13705 SIGILL.
13706
13707 2015-03-18 Yao Qi <yao.qi@linaro.org>
13708
13709 PR tdep/18107
13710 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13711 variable.
13712 * gdb.base/catch-syscall.exp: Don't skip it on
13713 aarch64*-*-linux* target. Remove elements in all_syscalls.
13714 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13715 target.
13716 (setup_all_syscalls): New proc.
13717
13718 2015-03-16 Yao Qi <yao.qi@linaro.org>
13719
13720 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13721 (top level): Skip tests if valid_addr_p returns false for
13722 $cmd1 or $cmd2.
13723
13724 2015-03-11 Andy Wingo <wingo@igalia.com>
13725
13726 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13727
13728 2015-03-11 Yao Qi <yao.qi@linaro.org>
13729
13730 * gdb.base/catch-syscall.exp: Fix typo in comments.
13731
13732 2015-03-11 Yao Qi <yao.qi@linaro.org>
13733
13734 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13735
13736 2015-03-09 Pedro Alves <palves@redhat.com>
13737
13738 * dg-extract-results.py: Delete.
13739
13740 2015-03-09 Pedro Alves <palves@redhat.com>
13741
13742 Merge dg-extract-results.sh from GCC upstream (r218843).
13743
13744 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13745 * dg-extract-results.sh: Use --text with grep to avoid issues with
13746 binary files. Fall back to cat -v, if that doesn't work.
13747
13748 2015-03-05 Pedro Alves <palves@redhat.com>
13749
13750 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13751
13752 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13753
13754 * lib/mi-support.exp (mi_expect_interrupt): Accept
13755 alternative event for when in all-stop mode.
13756
13757 2015-03-04 Pedro Alves <palves@redhat.com>
13758
13759 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13760
13761 2015-03-04 Mark Kettenis <kettenis@gnu.org>
13762
13763 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13764
13765 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13766
13767 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13768 regexps for GDB's current line display, accept a hex address
13769 preceding the line number.
13770
13771 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13772
13773 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13774 the 'arch1' variable for "s390*-linux*" targets.
13775
13776 2015-03-04 Pedro Alves <palves@redhat.com>
13777
13778 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13779 (main): Pass missing retval argument to pthread_join call.
13780
13781 2015-03-02 Pedro Alves <palves@redhat.com>
13782
13783 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13784 (top level): Call do_test with non-stop as well.
13785
13786 2015-03-02 Pedro Alves <palves@redhat.com>
13787
13788 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13789 -1.
13790
13791 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13792
13793 * gdb.arch/s390-vregs.exp: New test.
13794 * gdb.arch/s390-vregs.S: New file.
13795
13796 2015-02-27 Pedro Alves <palves@redhat.com>
13797
13798 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13799 call to catch_command_errors.
13800 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13801 catch_command_errors.
13802
13803 2015-02-27 Pedro Alves <palves@redhat.com>
13804
13805 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13806 "true" for boolean result.
13807 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13808 prototype of main.
13809
13810 2015-02-27 Pedro Alves <palves@redhat.com>
13811
13812 * lib/unbuffer_output.c: New file.
13813 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13814 (main): Call gdb_unbuffer_output.
13815
13816 2015-02-27 Yao Qi <yao.qi@linaro.org>
13817
13818 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13819 target.
13820
13821 2015-02-26 Doug Evans <dje@google.com>
13822
13823 * gdb.cp/class2.cc (Dbase, D): New classes.
13824 (main): New local delta.
13825 * gdb.cp/class2.exp: Test printing delta.
13826 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13827 (dynbar): New global.
13828 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13829
13830 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13831
13832 * gdb.compile/compile-ifunc.c: New file.
13833 * gdb.compile/compile-ifunc.exp: New file.
13834
13835 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13836
13837 * gdb.base/structs.exp: Check for correct struct on finish.
13838
13839 2015-02-26 Yao Qi <yao.qi@linaro.org>
13840
13841 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13842 is zero.
13843
13844 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13845
13846 * gdb.arch/cordic.ko.bz2: New file.
13847 * gdb.arch/cordic.ko.debug.bz2: New file.
13848 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13849
13850 2015-02-25 Yao Qi <yao.qi@linaro.org>
13851
13852 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13853 aarch64*-*-* target.
13854
13855 2015-02-23 Pedro Alves <palves@redhat.com>
13856
13857 * lib/gdb.exp (delete_breakpoints): Rewrite using
13858 gdb_test_multiple.
13859
13860 2015-02-23 Pedro Alves <palves@redhat.com>
13861
13862 * gdb.base/info-os.c: Include stdlib.h.
13863
13864 2015-02-22 Doug Evans <xdje42@gmail.com>
13865
13866 PR symtab/17855
13867 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13868 is read after symbols have been re-read.
13869 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13870 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13871
13872 2015-02-21 Doug Evans <dje@google.com>
13873
13874 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13875
13876 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13877
13878 PR corefiles/17808
13879 * gdb.arch/i386-biarch-core.core.bz2: New file.
13880 * gdb.arch/i386-biarch-core.exp: New file.
13881
13882 2015-02-21 Pedro Alves <palves@redhat.com>
13883
13884 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13885 runto_main fails.
13886
13887 2015-02-20 Pedro Alves <palves@redhat.com>
13888
13889 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13890 info probes.
13891
13892 2015-02-20 Pedro Alves <palves@redhat.com>
13893
13894 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13895
13896 2015-02-20 Pedro Alves <palves@redhat.com>
13897
13898 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13899 clean_restart before gdb_target_supports_trace.
13900
13901 2015-02-20 Pedro Alves <palves@redhat.com>
13902
13903 PR threads/18006
13904 * gdb.threads/clone-thread_db.c: New file.
13905 * gdb.threads/clone-thread_db.exp: New file.
13906
13907 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13908
13909 PR breakpoints/16812
13910 * gdb.base/catch-gdb-caused-signals.c: New file.
13911 * gdb.base/catch-gdb-caused-signals.exp: New file.
13912
13913 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13914
13915 * configure: Regenerated.
13916 * configure.ac: Use GDB_AC_TRANSFORM.
13917 * aclocal.m4: sinclude ../transform.m4.
13918
13919 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13920
13921 * lib/dtrace.exp: New file.
13922 * gdb.base/dtrace-probe.exp: Likewise.
13923 * gdb.base/dtrace-probe.d: Likewise.
13924 * gdb.base/dtrace-probe.c: Likewise.
13925 * lib/pdtrace.in: Likewise.
13926 * configure.ac: Output variables with the transformed names of
13927 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13928 * configure: Regenerated.
13929
13930 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13931
13932 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13933 expected message when trying to access $_probe_* convenience
13934 variables while not on a probe.
13935
13936 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13937
13938 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13939
13940 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13941
13942 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13943 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13944
13945 2015-02-10 Doug Evans <xdje42@gmail.com>
13946
13947 * lib/gdb.exp (gdb_load): Always return a result.
13948
13949 2015-02-10 Pedro Alves <palves@redhat.com>
13950
13951 * gdb.threads/signal-sigtrap.c: New file.
13952 * gdb.threads/signal-sigtrap.exp: New file.
13953
13954 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13955
13956 * gdb.trace/no-attach-trace.c: New file.
13957 * gdb.trace/no-attach-trace.exp: New file.
13958
13959 2015-02-09 Mark Wielaard <mjw@redhat.com>
13960
13961 * gdb.dwarf2/atomic.c: New file.
13962 * gdb.dwarf2/atomic-type.exp: Likewise.
13963
13964 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13965
13966 * gdb.btrace/buffer-size.exp: Update "info record" output.
13967 * gdb.btrace/delta.exp: Update "info record" output.
13968 * gdb.btrace/enable.exp: Update "info record" output.
13969 * gdb.btrace/finish.exp: Update "info record" output.
13970 * gdb.btrace/instruction_history.exp: Update "info record" output.
13971 * gdb.btrace/next.exp: Update "info record" output.
13972 * gdb.btrace/nexti.exp: Update "info record" output.
13973 * gdb.btrace/step.exp: Update "info record" output.
13974 * gdb.btrace/stepi.exp: Update "info record" output.
13975 * gdb.btrace/nohist.exp: Update "info record" output.
13976
13977 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13978
13979 * gdb.btrace/buffer-size: New.
13980
13981 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13982
13983 * gdb.btrace/delta.exp: Update "info record" output.
13984 * gdb.btrace/enable.exp: Update "info record" output.
13985 * gdb.btrace/finish.exp: Update "info record" output.
13986 * gdb.btrace/instruction_history.exp: Update "info record" output.
13987 * gdb.btrace/next.exp: Update "info record" output.
13988 * gdb.btrace/nexti.exp: Update "info record" output.
13989 * gdb.btrace/step.exp: Update "info record" output.
13990 * gdb.btrace/stepi.exp: Update "info record" output.
13991 * gdb.btrace/nohist.exp: Update "info record" output.
13992
13993 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13994
13995 PR gdb/15678
13996 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13997
13998 2015-02-06 Pedro Alves <palves@redhat.com>
13999
14000 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14001 macro.
14002 (seconds_left, again): New globals.
14003 (main): Wait seconds_left in a 1-second sleep loop instead of
14004 sleeping 180 seconds. If 'again' is set, reset the seconds
14005 counter.
14006 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14007 'again' in the inferior before detaching. Print the seconds left.
14008 (options): New global.
14009 (top level): Build program with -DTIMEOUT=$timeout.
14010
14011 2015-02-06 Pedro Alves <palves@redhat.com>
14012
14013 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14014 determine how many seconds to pass to 'alarm'.
14015 * gdb.base/gdb-sigterm.exp (top level): Build program with
14016 -DTIMEOUT=$timeout.
14017 (do_test): Return success/failure indication. Add more verbose
14018 logging. Don't fail if 200 single steps are seen. Instead, fail
14019 when the test times out.
14020 (passes): New global.
14021 (top level): Break the testing loop if testing fails on any
14022 iteration. Use gdb_assert.
14023
14024 2015-02-04 Don Breazeal <donb@codesourcery.com>
14025
14026 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14027 and initialize them.
14028 (ipc_cleanup): New function.
14029 (main): Don't declare shmid, semid, and msqid. Add a call to
14030 atexit so that we call ipc_cleanup on exit.
14031
14032 2015-02-04 Pedro Alves <palves@redhat.com>
14033
14034 * boards/native-extended-gdbserver.exp: Remove any target variant
14035 specifications from the board name before clearing the isremote
14036 flag from board_info.
14037
14038 2015-01-31 Doug Evans <xdje42@gmail.com>
14039
14040 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14041
14042 2015-01-31 Gary Benson <gbenson@redhat.com>
14043
14044 * gdb.base/completion.exp: Disable completion limiting for
14045 existing tests. Add new tests to check completion limiting.
14046 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14047
14048 2015-01-31 Doug Evans <xdje42@gmail.com>
14049
14050 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14051
14052 2015-01-31 Doug Evans <xdje42@gmail.com>
14053
14054 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14055 entries. Duplicate file section script entries.
14056 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14057 inlined entries. Add test for safe-path rejection.
14058 * gdb.python/py-section-script.c: Add duplicate inlined section script
14059 entries. Duplicate file section script entries.
14060 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14061 inlined entries. Add test for safe-path rejection.
14062
14063 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14064
14065 * gdb.ada/disc_arr_bound: New testcase.
14066
14067 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14068
14069 * gdb.ada/mi_var_array: New testcase.
14070
14071 2015-01-27 Doug Evans <dje@google.com>
14072
14073 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14074 Add test for objfile.filename, objfile.username after objfile
14075 has been unloaded.
14076
14077 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14078
14079 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14080 the second test to print the name attribute of value
14081 returned by the call to gdb.lookup_type, and adjust
14082 the expected output accordingly.
14083
14084 2015-01-25 Mark Wielaard <mjw@redhat.com>
14085
14086 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14087 * gdb.base/disp-step-fork.c: Include unistd.h.
14088 * gdb.base/siginfo-obj.c: Include stdio.h.
14089 * gdb.base/siginfo-thread.c: Likewise.
14090 * gdb.mi/non-stop.c: Include unistd.h.
14091 * gdb.mi/nsthrexec.c: Include stdio.h.
14092 * gdb.mi/pthreads.c: Include unistd.h.
14093 * gdb.modula2/unbounded1.c (main): Declare returns int.
14094 * gdb.reverse/consecutive-reverse.c: Likewise.
14095 * gdb.threads/create-fail.c: Include unistd.h.
14096 * gdb.threads/killed.c: Likewise.
14097 * gdb.threads/linux-dp.c: Likewise.
14098 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14099 * gdb.threads/non-ldr-exc-2.c: Likewise.
14100 * gdb.threads/non-ldr-exc-3.c: Likewise.
14101 * gdb.threads/non-ldr-exc-4.c: Likewise.
14102 * gdb.threads/pthreads.c: Include unistd.h.
14103 (main): Declare returns int.
14104 * gdb.threads/tls-main.c (foo): New declaration.
14105 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14106
14107 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14108
14109 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14110 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14111
14112 2015-01-15 Mark Wielaard <mjw@redhat.com>
14113
14114 * gdb.base/noreturn-return.c: New file.
14115 * gdb.base/noreturn-return.exp: New file.
14116 * gdb.base/noreturn-finish.c: New file.
14117 * gdb.base/noreturn-finish.exp: New file.
14118
14119 2015-01-23 Pedro Alves <palves@redhat.com>
14120
14121 * gdb.threads/continue-pending-after-query.c: New file.
14122 * gdb.threads/continue-pending-after-query.exp: New file.
14123
14124 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14125 Simon Marchi <simon.marchi@ericsson.com>
14126
14127 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14128 * gdb.base/valgrind-db-attach.exp: Same.
14129 * gdb.base/valgrind-infcall.exp: Same.
14130 * lib/mi-support.exp (default_mi_gdb_start): Same.
14131 * lib/prompt.exp (default_prompt_gdb_start): Same.
14132 * lib/gdb.exp (default_gdb_spawn): Same.
14133 (gdb_interact): New.
14134
14135
14136 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14137
14138 * gdb.compile/compile.exp (pointer to jit function): New test.
14139
14140 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14141
14142 * lib/gdb.exp (supports_process_record): Return true for
14143 powerpc*-*-linux*.
14144 (supports_reverse): Likewise.
14145
14146 2015-01-15 Don Breazeal <donb@codesourcery.com>
14147
14148 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14149 instead of checking whether the target board is remote and
14150 use spawn_wait_for_attach instead of exec/sleep.
14151 * gdb.base/attach-twice.exp: Likewise.
14152
14153 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14154
14155 * gdb.ada/var_arr_attrs: New testcase.
14156
14157 2015-01-14 Pedro Alves <palves@redhat.com>
14158 Joel Brobecker <brobecker@adacore.com>
14159
14160 PR gdb/17525
14161 * gdb.base/bp-cmds-execution-x-script.c: New file.
14162 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14163 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14164
14165 2015-01-14 Pedro Alves <palves@redhat.com>
14166
14167 PR cli/17828
14168 * gdb.base/batch-preserve-term-settings.c: New file.
14169 * gdb.base/batch-preserve-term-settings.exp: New file.
14170
14171 2015-01-13 Doug Evans <dje@google.com>
14172
14173 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14174 binary.
14175
14176 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14177
14178 * Makefile.in (clean mostlyclean): Do not delete *.py.
14179
14180 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14181
14182 * gdb.python/py-lookup-type.exp: New file.
14183
14184 2015-01-12 Pedro Alves <palves@redhat.com>
14185
14186 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14187 restore GDBFLAGS before returning.
14188
14189 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14190
14191 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14192 is_amd64_regs_target and is_x86_like_target.
14193
14194 2015-01-11 Doug Evans <xdje42@gmail.com>
14195
14196 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14197 is given without an explicit form.
14198 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14199 attributes.
14200 * gdb.dwarf/corrupt.exp: Ditto.
14201 * gdb.dwarf2/enum-type.exp: Ditto.
14202 * gdb.trace/entry-values.exp: Ditto.
14203 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14204
14205 2015-01-11 Doug Evans <xdje42@gmail.com>
14206
14207 PR gdb/15830
14208 * gdb.base/maint.exp: Remove references to "maint demangle".
14209 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14210 Add tests for explicitly specifying language to demangle.
14211 * gdb.dlang/demangle.exp: Ditto.
14212
14213 2015-01-09 Pedro Alves <palves@redhat.com>
14214
14215 * gdb.threads/non-stop-fair-events.c: New file.
14216 * gdb.threads/non-stop-fair-events.exp: New file.
14217
14218 2015-01-09 Pedro Alves <palves@redhat.com>
14219
14220 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14221 the global scope. Set a breakpoint after all threads are started
14222 rather than stepping over two source lines. Expect the prompt.
14223 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14224 global.
14225 (NUM): Now 15.
14226 (main): Use threads_started_barrier to wait for all threads to
14227 start. Main thread no longer calls thread_function. Exit after
14228 180 seconds.
14229 (loop): New function.
14230 (thread_function): Wait on threads_started_barrier barrier. Call
14231 'loop' at each iteration.
14232 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14233 threads have started, instead of hardcoding number of "next"
14234 steps. Use an access watchpoint instead of a write watchpoint.
14235
14236 2015-01-09 Pedro Alves <palves@redhat.com>
14237
14238 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14239 (thread_func): Wait on barrier.
14240 (main): Wait for all threads to start before stopping GDB.
14241 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14242 global.
14243 (thread1_func, thread2_func): Wait on barrier.
14244 (main): Wait for all threads to start before stopping GDB.
14245 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14246 New global.
14247 (thread1_func, thread2_func): Wait on barrier.
14248 (main): Wait for all threads to start before stopping GDB.
14249
14250 2015-01-09 Pedro Alves <palves@redhat.com>
14251
14252 * gdb.threads/attach-many-short-lived-threads.c: New file.
14253 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14254
14255 2014-01-09 Pedro Alves <palves@redhat.com>
14256
14257 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14258 instead of to thread 2.
14259 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14260 Add barrier around each pthread_create call instead of around all
14261 calls.
14262 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14263 Set a break on thread_function and have the child threads hit it
14264 one at at a time.
14265
14266 2015-01-09 Pedro Alves <palves@redhat.com>
14267
14268 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14269 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14270 false.
14271 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14272 checking whether the target board is remote.
14273 * gdb.multi/multi-attach.exp: Likewise.
14274 * gdb.python/py-sync-interp.exp: Likewise.
14275 * gdb.server/ext-attach.exp: Likewise.
14276 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14277 tests that need to attach, instead of checking whether the target
14278 board is remote at the top of the file.
14279
14280 2015-01-08 Yao Qi <yao@codesourcery.com>
14281
14282 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14283
14284 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14285
14286 Fix testcase compilation.
14287 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14288
14289 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14290
14291 * gdb.python/py-type.exp: Add a couple test about empty
14292 array creation, and negative-length array creation.
14293
14294 2015-01-02 Doug Evans <xdje42@gmail.com>
14295
14296 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14297
14298 2015-01-02 Doug Evans <dje@google.com>
14299
14300 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14301
14302 2014-12-29 Yao Qi <yao@codesourcery.com>
14303
14304 * gdb.trace/entry-values.exp: Update comments. Rename variable
14305 bar_call_foo to returned_from_foo.
14306
14307 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14308
14309 PR gdb/17394
14310 * gdb.linespec/break-asm-file.c: New file.
14311 * gdb.linespec/break-asm-file.exp: New file.
14312 * gdb.linespec/break-asm-file0.s: New file.
14313 * gdb.linespec/break-asm-file1.s: New file.
14314
14315 2014-12-18 Nigel Stephens <nigel@mips.com>
14316 Maciej W. Rozycki <macro@codesourcery.com>
14317
14318 * gdb.base/float.exp: Handle the new output from "info float" on
14319 MIPS targets.
14320
14321 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14322
14323 Fix MinGW compilation.
14324 * gdb.compile/compile-ops.exp: Update untested message if
14325 !skip_compile_feature_tests.
14326 * gdb.compile/compile-setjmp.exp: Likewise.
14327 * gdb.compile/compile-tls.exp: Likewise.
14328 * gdb.compile/compile.exp: Likewise.
14329 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14330 supported on this host".
14331
14332 2014-12-16 Doug Evans <xdje42@gmail.com>
14333
14334 * boards/stabs.exp: New file.
14335
14336 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14337
14338 * gdb.base/completion.exp: Adjust to format changes of "maint
14339 print user-registers".
14340
14341 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14342
14343 PR server/17457
14344 * gdb.arch/aarch64-fp.c: New file.
14345 * gdb.arch/aarch64-fp.exp: New file.
14346
14347 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14348
14349 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14350 r210637, r210913, r211666, r215400, r215817).
14351
14352 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14353 * dg-extract-results.py: New file.
14354 * dg-extract-results.sh: Use it if the environment seems
14355 suitable.
14356
14357 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14358
14359 * dg-extract-results.py (parse_run): Handle warnings that
14360 are printed before a test harness is run.
14361
14362 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14363
14364 * dg-extract-results.py (Named): Remove __cmp__ method.
14365 (output_variation): Use a key to sort variation.harnesses.
14366
14367 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14368
14369 * dg-extract-results.py: For Python 3, force sys.stdout to
14370 handle surrogate escape sequences.
14371 (safe_open): New function.
14372 (output_segment, main): Use it.
14373
14374 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14375
14376 * dg-extract-results.py (Prog.result_re): Include options
14377 in test name.
14378
14379 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14380
14381 * dg-extract-results.py (output_variation): Always sort if
14382 do_sum.
14383
14384 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14385
14386 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14387 as long as we get pagination notifications.
14388
14389 2014-12-15 Jason Merrill <jason@redhat.com>
14390
14391 * Makefile.in (check-gdb.%): Restore.
14392 * README: Mention it.
14393
14394 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14395
14396 * gdb.ada/str_uninit: New testcase.
14397
14398 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14399
14400 PR symtab/17642
14401 * gdb.base/vla-stub-define.c: New file.
14402 * gdb.base/vla-stub.c: New file.
14403 * gdb.base/vla-stub.exp: New file.
14404
14405 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14406 Jan Kratochvil <jan.kratochvil@redhat.com>
14407 Tom Tromey <tromey@redhat.com>
14408
14409 * configure.ac: Add gdb.compile/.
14410 * configure: Regenerate.
14411 * gdb.compile/Makefile.in: New file.
14412 * gdb.compile/compile-ops.exp: New file.
14413 * gdb.compile/compile-ops.c: New file.
14414 * gdb.compile/compile-tls.c: New file.
14415 * gdb.compile/compile-tls.exp: New file.
14416 * gdb.compile/compile-constvar.S: New file.
14417 * gdb.compile/compile-constvar.c: New file.
14418 * gdb.compile/compile-mod.c: New file.
14419 * gdb.compile/compile-nodebug.c: New file.
14420 * gdb.compile/compile-setjmp-mod.c: New file.
14421 * gdb.compile/compile-setjmp.c: New file.
14422 * gdb.compile/compile-setjmp.exp: New file.
14423 * gdb.compile/compile-shlib.c: New file.
14424 * gdb.compile/compile.c: New file.
14425 * gdb.compile/compile.exp: New file.
14426 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14427
14428 2014-12-12 Tom Tromey <tromey@redhat.com>
14429
14430 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14431 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14432
14433 2014-12-12 Doug Evans <dje@google.com>
14434
14435 * lib/gdb-python.exp (get_python_valueof): New function.
14436 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14437
14438 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14439
14440 * gdb.base/completion.exp: Add test for completion of "info
14441 registers ".
14442
14443 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14444
14445 * gdb.base/func-ptrs.c: New file.
14446 * gdb.base/func-ptrs.exp: New file.
14447
14448 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14449
14450 PR breakpoints/17012
14451 * gdb.base/dprintf-detach.c: New file.
14452 * gdb.base/dprintf-detach.exp: New file.
14453
14454 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14455
14456 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14457 * lib/gdb.exp (target_is_gdbserver): New procedure.
14458
14459 2014-12-08 Doug Evans <dje@google.com>
14460
14461 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14462
14463 2014-12-05 Yao Qi <yao@codesourcery.com>
14464
14465 * gdb.guile/scm-error.exp: Remove the third argument to
14466 gdb_remote_download.
14467 * gdb.guile/scm-frame-args.exp: Likewise.
14468 * gdb.guile/scm-section-script.exp: Likewise.
14469
14470 2014-12-05 Yao Qi <yao@codesourcery.com>
14471
14472 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14473
14474 2014-12-04 Doug Evans <dje@google.com>
14475
14476 * gdb.python/py-objfile.exp: Add tests for
14477 objfile.add_separate_debug_file.
14478
14479 2014-12-04 Doug Evans <dje@google.com>
14480
14481 * lib/gdb.exp (get_build_id): New function.
14482 (build_id_debug_filename_get): Rewrite to use it.
14483 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14484
14485 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14486
14487 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14488 `method(long)', not just 0x0.
14489 * gdb.cp/nsalias.exp: Align code labels to 4.
14490 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14491 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14492 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14493 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14494 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14495 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14496
14497 2014-12-02 Doug Evans <dje@google.com>
14498
14499 PR symtab/17602
14500 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14501 * gdb.cp/anon-ns2.cc: ... here. New file.
14502 * gdb.cp/anon-ns.exp: Update.
14503
14504 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14505
14506 * gdb.python/py-events.py (inferior_call_handler): New.
14507 (register_changed_handler, memory_changed_handler): New.
14508 (test_events.invoke): Register new handlers.
14509 * gdb.python/py-events.exp: Add tests for inferior call,
14510 memory_changed and register_changed events.
14511
14512 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14513
14514 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14515 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14516 if the linker doesn't understand this.
14517
14518 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14519
14520 * gdb.python/python.exp: Change expected reply to help().
14521
14522 2014-12-01 Yao Qi <yao@codesourcery.com>
14523
14524 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14525 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14526 * configure: Re-generated.
14527
14528 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14529
14530 * gdb.cp/chained-calls.cc: New file.
14531 * gdb.cp/chained-calls.exp: New file.
14532 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14533
14534 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14535
14536 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14537 * gdb.dwarf2/symtab-producer.exp: Same.
14538 * gdb.gdb/python-interrupts.exp: Same.
14539 * gdb.gdb/python-selftest.exp: Same.
14540 * gdb.python/py-linetable.exp: Same.
14541 * gdb.python/py-type.exp: Same.
14542 * gdb.python/py-value-cc.exp: Same.
14543 * gdb.python/py-value.exp: Same.
14544
14545 2014-11-28 Yao Qi <yao@codesourcery.com>
14546
14547 * gdb.base/break-probes.exp: Match library name prefixed with
14548 sysroot.
14549
14550 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14551
14552 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14553 test expected output. Add parentheses for the call to print.
14554 Remove L suffix from integers.
14555
14556 2014-11-26 Doug Evans <dje@google.com>
14557
14558 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14559
14560 2014-11-22 Yao Qi <yao@codesourcery.com>
14561
14562 * gdb.trace/entry-values.c: Remove asms.
14563 (foo): Add foo_label.
14564 (bar): Add bar_label.
14565 * gdb.trace/entry-values.exp: Remove code computing foo's
14566 length and bar's length.
14567 (Dwarf::assemble): Invoke function_range for bar and use
14568 MACRO_AT_func for foo.
14569
14570 2014-11-22 Yao Qi <yao@codesourcery.com>
14571
14572 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14573 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14574 Use .Lgcc43_procstart instead of gcc43.
14575
14576 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14577
14578 * gdb.ada/n_arr_bound: New testcase.
14579
14580 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14581
14582 PR breakpoints/10737
14583 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14584 test_catch_syscall_multi_arch.
14585 (test_catch_syscall_multi_arch): New function.
14586
14587 2014-11-20 Doug Evans <xdje42@gmail.com>
14588
14589 * gdb.base/maint.exp: Update expected output.
14590
14591 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14592
14593 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14594 4-byte instruction on S390.
14595
14596 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14597
14598 * gdb.ada/arr_arr: New testcase.
14599
14600 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14601
14602 * gdb.ada/pkd_arr_elem: New Testcase.
14603
14604 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14605
14606 * gdb.reverse/break-precsave: Expect completion message for
14607 core file reads.
14608 * gdb.reverse/consecutive-precsave.exp: Likewise.
14609 * gdb.reverse/finish-precsave.exp: Likewise.
14610 * gdb.reverse/i386-precsave.exp: Likewise.
14611 * gdb.reverse/machinestate-precsave.exp: Likewise.
14612 * gdb.reverse/sigall-precsave.exp: Likewise.
14613 * gdb.reverse/solib-precsave.exp: Likewise.
14614 * gdb.reverse/step-precsave.exp: Likewise.
14615 * gdb.reverse/until-precsave.exp: Likewise.
14616 * gdb.reverse/watch-precsave.exp: Likewise.
14617
14618 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14619
14620 * gdb.base/bp-permanent.c: Include unistd.h.
14621 * gdb.python/py-framefilter-mi.c (main): Add return type.
14622 * gdb.python/py-framefilter.c (main): Likewise.
14623 * gdb.trace/actions-changed.c (main): Likewise.
14624
14625 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14626
14627 * gdb.mi/until.c: Add eye-catchers.
14628 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14629 line numbers.
14630
14631 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14632
14633 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14634 function header variants in break1.c.
14635 * gdb.base/ena-dis-br.exp: Likewise.
14636 * gdb.base/hbreak2.exp: Likewise.
14637 * gdb.reverse/until-precsave.exp: Drop references to removed
14638 non-prototype function header variants in ur1.c.
14639 * gdb.reverse/until-reverse.exp: Likewise.
14640
14641 2014-11-17 Petr Machata <pmachata@redhat.com>
14642
14643 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14644 ${_cu_offset_size} bytes abbrev offset.
14645
14646 2014-11-15 Doug Evans <xdje42@gmail.com>
14647
14648 PR symtab/17559
14649 * gdb.base/line-symtabs.exp: New file.
14650 * gdb.base/line-symtabs.c: New file.
14651 * gdb.base/line-symtabs.h: New file.
14652
14653 2014-11-14 Yao Qi <yao@codesourcery.com>
14654
14655 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14656 (func): Add label func_label.
14657 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14658 Replace low_pc and high_pc with MACRO_AT_range.
14659 Replace name, low_pc and high_pc with MACRO_AT_func.
14660
14661 2014-11-14 Yao Qi <yao@codesourcery.com>
14662
14663 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14664 Replace name, low_pc and high_pc with MACRO_AT_func.
14665
14666 2014-11-14 Yao Qi <yao@codesourcery.com>
14667
14668 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14669 produce debug information.
14670 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14671
14672 2014-11-14 Yao Qi <yao@codesourcery.com>
14673
14674 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14675 object and get function length.
14676 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14677 with MACRO_AT_func.
14678 (top-level): Replace gdb_compile and clean_restart with
14679 prepare_for_testing.
14680 * gdb.dwarf2/main.c (main): Add label main_label.
14681
14682 2014-11-14 Yao Qi <yao@codesourcery.com>
14683
14684 * lib/dwarf.exp (function_range): New procedure.
14685 (Dwarf::_handle_macro_at_func): New procedure.
14686 (Dwarf::_handle_macro_at_range): New procedure.
14687 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14688
14689 2014-11-14 Yao Qi <yao@codesourcery.com>
14690
14691 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14692 (_handle_attribute): New procedure.
14693
14694 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14695
14696 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14697 * gdb.base/call-sc.c (zed): Likewise.
14698 * gdb.base/checkpoint.c (main): Likewise.
14699 * gdb.base/dump.c (main): Likewise.
14700 * gdb.base/gcore.c (main): Likewise.
14701 * gdb.base/huge.c (main): Likewise.
14702 * gdb.base/multi-forks.c (main): Likewise.
14703 * gdb.base/pr10179-a.c (main): Likewise.
14704 * gdb.base/savedregs.c (main): Likewise.
14705 * gdb.base/sigaltstack.c (main): Likewise.
14706 * gdb.base/siginfo.c (main): Likewise.
14707 * gdb.base/structs.c (zed): Likewise.
14708 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14709 * gdb.mi/mi-syn-frame.c (main): Likewise.
14710 * gdb.mi/until.c (foo, main): Likewise.
14711 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14712 * gdb.base/solib-weak.c (foo): Declare.
14713 * gdb.base/attach-twice.c: Include stdio.h.
14714 * gdb.base/weaklib1.c: Likewise.
14715 * gdb.base/weaklib2.c: Likewise.
14716 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14717 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14718 unistd.h.
14719 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14720 * gdb.mi/mi-exit-code.c: Likewise.
14721 * gdb.base/break-interp-lib.c: Include string.h.
14722 * gdb.base/coremaker.c: Likewise.
14723 * gdb.base/testenv.c: Likewise.
14724 * gdb.python/py-finish-breakpoint.c: Likewise.
14725 * gdb.base/inferior-died.c: Include sys/wait.h.
14726 * gdb.base/fileio.c: Include time.h.
14727 * gdb.base/async-shell.c: Include unistd.h.
14728 * gdb.base/dprintf-non-stop.c: Likewise.
14729 * gdb.base/info-os.c: Likewise.
14730 * gdb.mi/mi-console.c: Likewise.
14731 * gdb.mi/watch-nonstop.c: Likewise.
14732 * gdb.python/py-events.c: Likewise.
14733 * gdb.base/async.c (baz): Move up before its invocation.
14734 * gdb.base/code_elim2.c (my_global_func): Likewise.
14735 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14736 * gdb.base/advance.c (func2): Likewise.
14737
14738 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14739
14740 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14741 variant.
14742 * gdb.base/annota3.c: Likewise.
14743 * gdb.base/async.c: Likewise.
14744 * gdb.base/average.c: Likewise.
14745 * gdb.base/call-ar-st.c: Likewise.
14746 * gdb.base/call-rt-st.c: Likewise.
14747 * gdb.base/call-sc.c: Likewise.
14748 * gdb.base/call-strs.c: Likewise.
14749 * gdb.base/ending-run.c: Likewise.
14750 * gdb.base/execd-prog.c: Likewise.
14751 * gdb.base/exprs.c: Likewise.
14752 * gdb.base/foll-exec.c: Likewise.
14753 * gdb.base/foll-fork.c: Likewise.
14754 * gdb.base/foll-vfork.c: Likewise.
14755 * gdb.base/funcargs.c: Likewise.
14756 * gdb.base/gcore.c: Likewise.
14757 * gdb.base/jump.c: Likewise.
14758 * gdb.base/langs0.c: Likewise.
14759 * gdb.base/langs1.c: Likewise.
14760 * gdb.base/langs2.c: Likewise.
14761 * gdb.base/mips_pro.c: Likewise.
14762 * gdb.base/nodebug.c: Likewise.
14763 * gdb.base/opaque0.c: Likewise.
14764 * gdb.base/opaque1.c: Likewise.
14765 * gdb.base/recurse.c: Likewise.
14766 * gdb.base/run.c: Likewise.
14767 * gdb.base/scope0.c: Likewise.
14768 * gdb.base/scope1.c: Likewise.
14769 * gdb.base/setshow.c: Likewise.
14770 * gdb.base/setvar.c: Likewise.
14771 * gdb.base/shmain.c: Likewise.
14772 * gdb.base/shr1.c: Likewise.
14773 * gdb.base/shr2.c: Likewise.
14774 * gdb.base/sigall.c: Likewise.
14775 * gdb.base/signals.c: Likewise.
14776 * gdb.base/so-indr-cl.c: Likewise.
14777 * gdb.base/solib2.c: Likewise.
14778 * gdb.base/structs.c: Likewise.
14779 * gdb.base/sum.c: Likewise.
14780 * gdb.base/vforked-prog.c: Likewise.
14781 * gdb.base/watchpoint.c: Likewise.
14782 * gdb.reverse/shr2.c: Likewise.
14783 * gdb.reverse/until-reverse.c: Likewise.
14784 * gdb.reverse/ur1.c: Likewise.
14785 * gdb.reverse/watch-reverse.c: Likewise.
14786
14787 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14788
14789 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14790 variant.
14791 * gdb.base/sepdebug.exp: Drop references to removed code.
14792
14793 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14794
14795 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14796 variant. Preserve original line numbering.
14797 * gdb.base/list1.c: Likewise.
14798
14799 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14800
14801 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14802 variant.
14803 * gdb.base/break1.c: Likewise.
14804 * gdb.base/break.exp: Drop references to removed code.
14805
14806 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14807
14808 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14809 variant.
14810
14811 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14812
14813 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14814
14815 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14816
14817 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14818 logic into perform_all_tests() and invoke it with and without
14819 function header prototypes.
14820 (do_function_calls): Remove conditional XFAIL for PR 5318.
14821 (rerun_and_prepare): Remove duplicate code.
14822 (perform_all_tests): New. Main logic moved here.
14823
14824 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14825
14826 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14827 code guarded by #ifdef NO_PROTOTYPES.
14828 (t_double_many_args): Likewise.
14829 (DEF_FUNC_MANY_ARGS_1): Likewise.
14830 (DEF_FUNC_VALUES_1): Likewise.
14831 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14832 guarded by #ifdef PROTOTYPES.
14833
14834 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14835
14836 * gdb.mi/mi-console.c: Add eye-catcher.
14837 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14838 instead of literal line number.
14839
14840 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14841
14842 * gdb.base/shr2.c: Add eye-catcher.
14843 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14844 line number.
14845
14846 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14847
14848 * gdb.base/jump.c: Add eye-catchers.
14849 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14850 numbers.
14851
14852 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14853
14854 * gdb.base/execd-prog.c: Add eye-catchers.
14855 * gdb.base/foll-exec.c: Likewise.
14856 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14857 line numbers.
14858
14859 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14860
14861 * gdb.base/ending-run.c: Add eye-catchers.
14862 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14863 literal line numbers.
14864
14865 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14866
14867 * gdb.base/call-rt-st.c: Add eye-catchers.
14868 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14869 literal line numbers.
14870
14871 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14872
14873 * gdb.base/call-ar-st.c: Add eye-catchers.
14874 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14875 literal line numbers.
14876
14877 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14878
14879 * gdb.base/average.c: Add eye-catchers.
14880 * gdb.base/sum.c: Likewise.
14881 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14882 regexps dynamically.
14883
14884 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14885
14886 * gdb.base/solib1.c: Add eye-catchers.
14887 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14888 literal line numbers.
14889
14890 2014-11-12 Pedro Alves <palves@redhat.com>
14891
14892 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14893 leader has exited.
14894
14895 2014-11-12 Pedro Alves <palves@redhat.com>
14896
14897 * gdb.arch/i386-bp_permanent.c: New file.
14898 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14899 (srcfile): Set to i386-bp_permanent.c.
14900 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14901 that stepi does not execute the 'leave' instruction, instead of
14902 testing it does execute.
14903 * gdb.base/bp-permanent.c: New file.
14904 * gdb.base/bp-permanent.exp: New file.
14905
14906 2014-11-10 Doug Evans <xdje42@gmail.com>
14907
14908 PR symtab/17564
14909 * gdb.base/symtab-search-order.exp: New file.
14910 * gdb.base/symtab-search-order.c: New file.
14911 * gdb.base/symtab-search-order-1.c: New file.
14912 * gdb.base/symtab-search-order-shlib-1.c: New file.
14913
14914 2014-11-07 Pedro Alves <palves@redhat.com>
14915
14916 PR gdb/17511
14917 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14918 i?86-*-linux*.
14919
14920 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14921
14922 PR c++/17494
14923 * gdb.cp/pr17494.cc: New file.
14924 * gdb.cp/pr17494.exp: New file.
14925
14926 2014-11-02 Yao Qi <yao@codesourcery.com>
14927
14928 * gdb.python/python.exp: Get working directory and match the
14929 output of "set extended-prompt \\w " with it.
14930
14931 2014-10-30 Doug Evans <dje@google.com>
14932
14933 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14934 in objfiles.
14935 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14936 in progspaces.
14937
14938 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14939
14940 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14941 * gdb.base/realname-expand.exp: Likewise.
14942 * gdb.linespec/macro-relative.exp: Likewise.
14943
14944 2014-10-29 Pedro Alves <palves@redhat.com>
14945
14946 PR gdb/17408
14947 * gdb.threads/schedlock.c (some_function): New function.
14948 (call_function): New global.
14949 (MAYBE_CALL_SOME_FUNCTION): New macro.
14950 (thread_function): Call it.
14951 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14952 and use it instead of a global counter. Adjust all callers.
14953 (get_current_thread): Use "find current thread" for test message
14954 here rather than having all callers pass down the same string.
14955 (goto_loop): New procedure, factored out from ...
14956 (my_continue): ... this.
14957 (step_ten_loops): Change parameter from test message to command to
14958 use. Adjust.
14959 (list_count): Delete global.
14960 (check_result): New procedure, factored out from duplicate top
14961 level code.
14962 (continue tests): Wrap in with_test_prefix.
14963 (test_step): New procedure, factored out from duplicate top level
14964 code.
14965 (top level): Test "step" in combination with all scheduler-locking
14966 modes. Test "next" in combination with all scheduler-locking
14967 modes, and in combination with stepping over a function call or
14968 not.
14969 * gdb.threads/next-bp-other-thread.c: New file.
14970 * gdb.threads/next-bp-other-thread.exp: New file.
14971
14972 2014-10-29 Pedro Alves <palves@redhat.com>
14973
14974 PR python/17372
14975 * gdb.python/python.exp: Test a multi-line command that spawns
14976 interactive Python.
14977 * gdb.base/multi-line-starts-subshell.exp: New file.
14978
14979 2014-10-29 Yao Qi <yao@codesourcery.com>
14980
14981 * gdb.base/fileio.exp: Make directories on host.
14982
14983 2014-10-29 Yao Qi <yao@codesourcery.com>
14984
14985 * gdb.base/fileio.c (test_write): Close the file.
14986
14987 2014-10-28 Pedro Alves <palves@redhat.com>
14988
14989 PR gdb/12623
14990 * gdb.base/sigstep.c (no_handler): New global.
14991 (main): If 'no_handler is true, set the signal handlers to
14992 SIG_IGN.
14993 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14994 with_sw_watch and no_handler parameters. Handle them.
14995 (top level) <stepping over handler when stopped at a breakpoint
14996 test>: Add a test axis for testing with a software watchpoint, and
14997 another for testing with the signal handler set to SIG_IGN.
14998 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14999 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15000
15001 2014-10-28 Pedro Alves <palves@redhat.com>
15002
15003 PR gdb/17511
15004 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15005 * gdb.base/sigstep.exp (other_handler_location): New global.
15006 (advance): Support stepping into the signal handler, and running
15007 commands while in the handler.
15008 (in_handler_map): New global.
15009 (top level): In the advance test, add combinations for getting
15010 into the handler with stepping commands, and for running commands
15011 in the handler. Add comment descripting the advancei tests.
15012
15013 2014-10-28 Pedro Alves <palves@redhat.com>
15014
15015 * gdb.base/sigstep.exp: Use build_executable instead of
15016 prepare_for_testing.
15017 (top level): Move code that starts GDB, runs to main and creates a
15018 display to ...
15019 (restart): ... this new procedure.
15020 (top level): Move backtrace from signal handler test to ...
15021 (validate_backtrace): ... this new procedure.
15022 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15023 with_test_prefix. Always restart GDB.
15024 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15025 with_test_prefix. Always restart GDB. No need to delete
15026 breakpoints after the test.
15027 (test_skip_handler): Remove prefix parameter.
15028 (skip_over_handler, breakpoint_to_handler)
15029 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15030 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15031 restart GDB. No need to delete breakpoints after the test.
15032 (top level): Use foreach to call the test procedures with
15033 different commands.
15034
15035 2014-10-28 Pedro Alves <palves@redhat.com>
15036
15037 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15038 instead of GNATS numbers.
15039 * gdb.base/sigbpt.exp: Likewise.
15040 * gdb.base/siginfo.exp: Likewise.
15041 * gdb.base/sigstep.exp: Likewise.
15042
15043 2014-10-27 Pedro Alves <palves@redhat.com>
15044
15045 * gdb.base/sigstep.c (dummy): New global.
15046 (main): Issue a couple writes to the new global.
15047 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15048 procedures.
15049 (skip_over_handler): Use test_skip_handler.
15050 (top level): Call skip_over_handler for stepi and nexti too.
15051 (breakpoint_over_handler): Use test_skip_handler.
15052 (top level): Call breakpoint_over_handler for stepi and nexti too.
15053
15054 2014-10-27 Yao Qi <yao@codesourcery.com>
15055
15056 * gdb.trace/tfile.c (adjust_function_address)
15057 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15058 function descriptor.
15059
15060 2014-10-24 Don Breazeal <donb@codesourcery.com>
15061
15062 * gdb.base/foll-fork.exp (test_follow_fork,
15063 catch_fork_child_follow): Check for updated fork messages emitted
15064 from infrun.c.
15065 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15066 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15067 vfork_and_exec_child_follow_through_step): Check for updated vfork
15068 messages emitted from infrun.c.
15069
15070 2014-10-24 Pedro Alves <palves@redhat.com>
15071
15072 * gdb.base/corefile.exp: Remove references to ultrix.
15073 * gdb.base/interrupt.exp: Likewise.
15074 * gdb.base/whatis.exp: Likewise.
15075 * gdb.gdb/selftest.exp: Likewise.
15076 * gdb.threads/manythreads.exp: Likewise.
15077 * gdb.threads/print-threads.exp: Likewise.
15078 * gdb.threads/pthreads.exp:: Likewise.
15079 * gdb.threads/schedlock.exp: Likewise.
15080
15081 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15082
15083 * gdb.cp/non-trivial-retval.cc: Add a test case.
15084 * gdb.cp/non-trivial-retval.exp: Add a test.
15085
15086 2014-10-20 Yao Qi <yao@codesourcery.com>
15087
15088 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15089 * gdb.python/py-objfile-script-gdb.py: New file.
15090 * gdb.python/py-objfile-script.exp: Update reference to
15091 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15092 of remote_download. Remove the dest file.
15093
15094 2014-10-20 Yao Qi <yao@codesourcery.com>
15095
15096 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15097 * gdb.base/step-line.exp: Likewise.
15098 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15099 * gdb.dwarf2/dw2-basic.exp: Likewise.
15100 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15101 * gdb.dwarf2/dw2-filename.exp: Likewise.
15102 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15103 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15104 * gdb.dwarf2/dw2-producer.exp: Likewise.
15105 * gdb.dwarf2/mac-fileno.exp: Likewise.
15106 * gdb.python/py-frame-args.exp: Likewise.
15107 * gdb.python/py-framefilter.exp: Likewise.
15108 * gdb.python/py-mi.exp: Likewise.
15109 * gdb.python/py-objfile-script.exp: Likewise
15110 * gdb.python/py-pp-integral.exp: Likewise.
15111 * gdb.python/py-pp-re-notag.exp: Likewise.
15112 * gdb.python/py-prettyprint.exp: Likewise.
15113 * gdb.python/py-section-script.exp: Likewise.
15114 * gdb.python/py-typeprint.exp: Likewise.
15115 * gdb.python/py-xmethods.exp: Likewise.
15116 * gdb.stabs/weird.exp: Likewise.
15117 * gdb.xml/tdesc-regs.exp: Likewise.
15118
15119 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15120
15121 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15122 (out_cu): Use addr_len for the size of addresses.
15123 (out_line): Likewise. Size DW_LNE_set_address instruction
15124 according to addr_len.
15125 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15126 (FUNC): Add START_INSNS to definition.
15127
15128 2014-10-18 Yao Qi <yao@codesourcery.com>
15129
15130 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15131 gdb_has_argv0 return true.
15132 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15133 check [target_info exists noargs], check [gdb_has_argv0]
15134 instead.
15135 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15136 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15137 procedures.
15138
15139 2014-10-17 Doug Evans <dje@google.com>
15140
15141 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15142 event.
15143 * gdb.python/py-events.py: Add clear_objfiles event.
15144
15145 2014-10-17 Doug Evans <dje@google.com>
15146
15147 * gdb.python/py-objfile.exp: Test progspace attribute.
15148
15149 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15150
15151 * gdb.guile/scm-breakpoint.exp: Do not assume any
15152 directory separators when matching source file paths.
15153 * gdb.python/py-breakpoint.exp: Likewise.
15154 * gdb.reverse/break-precsave.exp: Likewise.
15155 * gdb.reverse/break-reverse.exp: Likewise.
15156 * gdb.reverse/consecutive-precsave.exp: Likewise.
15157 * gdb.reverse/finish-precsave.exp: Likewise.
15158 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15159 * gdb.reverse/finish-reverse.exp: Likewise.
15160 * gdb.reverse/i386-precsave.exp: Likewise.
15161 * gdb.reverse/i387-env-reverse.exp: Likewise.
15162 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15163 * gdb.reverse/machinestate-precsave.exp: Likewise.
15164 * gdb.reverse/machinestate.exp: Likewise.
15165 * gdb.reverse/sigall-precsave.exp: Likewise.
15166 * gdb.reverse/solib-precsave.exp: Likewise.
15167 * gdb.reverse/step-precsave.exp: Likewise.
15168 * gdb.reverse/until-precsave.exp: Likewise.
15169 * gdb.reverse/watch-precsave.exp: Likewise.
15170 * gdb.reverse/watch-reverse.exp: Likewise.
15171
15172 2014-10-17 Yao Qi <yao@codesourcery.com>
15173
15174 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15175 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15176
15177 2014-10-17 Pedro Alves <palves@redhat.com>
15178
15179 PR gdb/17471
15180 * gdb.base/bg-execution-repeat.c: New file.
15181 * gdb.base/bg-execution-repeat.exp: New file.
15182
15183 2014-10-17 Pedro Alves <palves@redhat.com>
15184
15185 PR gdb/17300
15186 * gdb.base/continue-all-already-running.c: New file.
15187 * gdb.base/continue-all-already-running.exp: New file.
15188
15189 2014-10-17 Pedro Alves <palves@redhat.com>
15190
15191 PR gdb/17472
15192 * gdb.base/annota-input-while-running.c: New file.
15193 * gdb.base/annota-input-while-running.exp: New file.
15194
15195 2014-10-17 Pedro Alves <palves@redhat.com>
15196
15197 * gdb.base/callfuncs.exp: emove references to osf.
15198 * gdb.base/sigall.exp: Likewise.
15199 * gdb.gdb/selftest.exp: Likewise.
15200 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15201 * gdb.mi/non-stop.c: Likewise.
15202 * gdb.mi/pthreads.c: Likewise.
15203 * gdb.reverse/sigall-precsave.exp: Likewise.
15204 * gdb.reverse/sigall-reverse.exp: Likewise.
15205 * gdb.threads/pthreads.c: Likewise.
15206 * gdb.threads/pthreads.exp: Likewise.
15207
15208 2014-10-17 Yao Qi <yao@codesourcery.com>
15209
15210 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15211 check 'target_info exists noargs'.
15212 (test_command_prompt_position): Likewise.
15213 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15214 Remove "set args".
15215 (progvar_simple_while_test): Likewise.
15216 (progvar_complex_if_while_test): Likewise.
15217 (if_while_breakpoint_command_test): Likewise.
15218 (infrun_breakpoint_command_test): Likewise.
15219 (breakpoint_command_test): Likewise.
15220 (watchpoint_command_test): Likewise.
15221 (bp_deleted_in_command_test): Likewise.
15222 (temporary_breakpoint_commands): Likewise.
15223
15224 2014-10-16 Yao Qi <yao@codesourcery.com>
15225
15226 * gdb.base/remotetimeout.exp: Remove noargs checking.
15227
15228 2014-10-15 Pedro Alves <palves@redhat.com>
15229
15230 PR breakpoints/9649
15231 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15232 * gdb.base/breakpoint-in-ro-region.exp
15233 (probe_target_hardware_step): New procedure.
15234 (top level): Probe hardware stepping and hardware breakpoint
15235 support. Test stepping through a read-only region, with both
15236 "breakpoint auto-hw" on and off and both "always-inserted" on and
15237 off.
15238
15239 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15240
15241 * gdb.dlang/demangle.exp: Update for demangling changes.
15242
15243 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15244
15245 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15246 * gdb.cp/non-trivial-retval.exp: Add new tests.
15247
15248 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15249
15250 PR c++/13403
15251 PR c++/15154
15252 * gdb.cp/non-trivial-retval.cc: New file.
15253 * gdb.cp/non-trivial-retval.exp: New file.
15254
15255 2014-10-15 Yao Qi <yao@codesourcery.com>
15256
15257 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15258 remote host.
15259
15260 2014-10-15 Yao Qi <yao@codesourcery.com>
15261
15262 * gdb.python/py-symbol.exp: Match file base name if host is
15263 remote, otherwise match file name with dir name.
15264 * gdb.python/py-symtab.exp: Likewise.
15265 * gdb.python/python.exp: Likewise.
15266
15267 2014-10-15 Yao Qi <yao@codesourcery.com>
15268
15269 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15270 pattern.
15271 * gdb.python/py-symtab.exp: Likewise.
15272 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15273 locationn.
15274
15275 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15276
15277 * gdb.ada/addr_arith: New testcase.
15278
15279 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15280
15281 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15282 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15283 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15284 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15285
15286 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15287
15288 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15289 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15290 * gdb.arch/stap-eval-lang-ada.exp: New file.
15291
15292 2014-10-14 Yao Qi <yao@codesourcery.com>
15293
15294 * gdb.mi/mi-var-child.c (nothing1): New function.
15295 (nothing2): New function.
15296 (do_children_tests): Set function pointers by nothing1 and
15297 nothing2.
15298 * gdb.mi/mi-var-child.exp: Step over new added statements.
15299 Update test to match the new output.
15300 * gdb.mi/var-cmd.c (nothing1): New function.
15301 (nothing2): New function.
15302 (do_children_tests): Set function pointers by nothing1 and
15303 nothing2.
15304 * gdb.mi/mi-var-display.exp: Update test to match output.
15305 Step to the line specified by $line_dct_nothing.
15306 Increase the number of lines to step.
15307
15308 2014-10-14 Yao Qi <yao@codesourcery.com>
15309
15310 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15311 tests.
15312 * gdb.mi/mi2-var-child.exp: Likewise.
15313
15314 2014-10-13 Doug Evans <dje@google.com>
15315
15316 * gdb.python/py-objfile.exp: Change name of file name test.
15317
15318 2014-10-13 Doug Evans <dje@google.com>
15319
15320 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15321 from the start of the CU.
15322
15323 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15324 Yao Qi <yao@codesourcery.com>
15325
15326 Fix "save breakpoints" for "catch" command.
15327 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15328 Remove -nonewline. Match also the added "main" line.
15329
15330 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15331
15332 Fix "save breakpoints" for "disable $bpnum" command.
15333 * gdb.base/save-bp.c (main): Add label.
15334 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15335
15336 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15337
15338 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15339
15340 2014-10-11 Yao Qi <yao@codesourcery.com>
15341
15342 * gdb.server/server-kill.exp: Execute command
15343 "set remote trace-status-packet on" before "tstatus".
15344
15345 2014-10-11 Yao Qi <yao@codesourcery.com>
15346
15347 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15348 (main): Call getppid.
15349 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15350 and continue to it. Read variable "server_pid".
15351
15352 2014-10-11 Yao Qi <yao@codesourcery.com>
15353
15354 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15355
15356 2014-10-11 Yao Qi <yao@codesourcery.com>
15357
15358 * gdb.threads/thread-find.exp: Don't execute command
15359 "info threads".
15360 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15361 * gdb.threads/linux-dp.exp: Don't check the condition
15362 $threads_created equals to zero.
15363
15364 2014-10-10 Pedro Alves <palves@redhat.com>
15365
15366 * gdb.base/bigcore.exp: Remove references to IRIX.
15367 * gdb.base/funcargs.exp: Likewise.
15368 * gdb.base/interrupt.exp: Likewise.
15369 * gdb.base/mips_pro.exp: Likewise.
15370 * gdb.base/nodebug.exp: Likewise.
15371 * gdb.base/setvar.exp: Likewise.
15372 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15373
15374 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15375 Pedro Alves <palves@redhat.com>
15376
15377 PR symtab/14466
15378 * gdb.base/vdso-warning.c: New file.
15379 * gdb.base/vdso-warning.exp: New file.
15380
15381 2014-10-02 Doug Evans <dje@google.com>
15382
15383 * gdb.base/structs.c (main): Don't run forever.
15384
15385 2014-10-02 Pedro Alves <palves@redhat.com>
15386
15387 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15388 (top level) <stop threads 1, stop threads 2>: Use it.
15389
15390 2014-10-02 Pedro Alves <palves@redhat.com>
15391
15392 * gdb.threads/break-while-running.exp (test): Add new
15393 'update_thread_list' argument. Skip "info threads" if false.
15394 (top level): Add new 'update_thread_list' axis.
15395
15396 2014-10-02 Pedro Alves <palves@redhat.com>
15397
15398 PR breakpoints/17431
15399 * gdb.base/execl-update-breakpoints.c: New file.
15400 * gdb.base/execl-update-breakpoints.exp: New file.
15401
15402 2014-10-01 Pedro Alves <palves@redhat.com>
15403
15404 * gdb.base/breakpoint-in-ro-region.c: New file.
15405 * gdb.base/breakpoint-in-ro-region.exp: New file.
15406
15407 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15408
15409 * gdb.mi/mi-exit-code.exp: New file.
15410 * gdb.mi/mi-exit-code.c: New file.
15411
15412 2014-09-30 Yao Qi <yao@codesourcery.com>
15413
15414 * lib/prelink-support.exp (build_executable_own_libs): Error if
15415 the target isn't native.
15416
15417 2014-09-30 Yao Qi <yao@codesourcery.com>
15418
15419 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15420 false.
15421
15422 2014-09-22 Pedro Alves <palves@redhat.com>
15423
15424 * gdb.threads/break-while-running.exp: New file.
15425 * gdb.threads/break-while-running.c: New file.
15426
15427 2014-09-19 Yao Qi <yao@codesourcery.com>
15428
15429 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15430 Invoke test. Restart GDB with --readnow and invoke test again.
15431
15432 2014-09-19 Yao Qi <yao@codesourcery.com>
15433
15434 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15435 proc set_breakpoint_on_gcd_function. Invoke
15436 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15437 invoke set_breakpoint_on_gcd_function again.
15438
15439 2014-09-18 Doug Evans <dje@google.com>
15440
15441 * gdb.dwarf2/symtab-producer.exp: New file.
15442
15443 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15444
15445 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15446 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15447 * gdb.base/global-var-nested-by-dso.c: Likewise.
15448 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15449
15450 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15451 Pedro Alves <palves@redhat.com>
15452
15453 * gdb.base/watch-bitfields.exp: Pass string other than test file
15454 name to prepare_for_testing.
15455 (watch): New procedure.
15456 (expect_watchpoint): Use with_test_prefix.
15457 (top level): Factor out tests to ...
15458 (test_watch_location, test_regular_watch): ... these new
15459 procedures, and use with_test_prefix and gdb_continue_to_end.
15460
15461 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15462
15463 PR breakpoints/12526
15464 * gdb.base/watch-bitfields.exp: New file.
15465 * gdb.base/watch-bitfields.c: New file.
15466
15467 2014-09-16 Pedro Alves <palves@redhat.com>
15468
15469 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15470 software and hardware addresses, not software address against
15471 itself.
15472
15473 2014-09-16 Pedro Alves <palves@redhat.com>
15474
15475 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15476 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15477
15478 2014-09-16 Pedro Alves <palves@redhat.com>
15479
15480 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15481 files.
15482 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15483 "*-*-vxworks*" throughout.
15484 * gdb.base/break.exp: Likewise.
15485 * gdb.base/default.exp: Likewise.
15486 * gdb.base/scope.exp: Likewise.
15487 * gdb.base/sepdebug.exp: Likewise.
15488 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15489 throughout.
15490 * gdb.base/run.c: Likewise.
15491 * gdb.base/sepdebug.c: Likewise.
15492 * gdb.hp/gdb.aCC/run.c: Likewise.
15493 * gdb.reverse/until-reverse.c: Likewise.
15494 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15495
15496 2014-09-16 Yao Qi <yao@codesourcery.com>
15497
15498 * boards/local-remote-host-native.exp: New file.
15499
15500 2014-09-14 Doug Evans <xdje42@gmail.com>
15501
15502 * gdb.threads/queue-signal.c (thread_count): New variable.
15503 (thread_count_mutex, thread_count_condvar): New variables.
15504 (incr_thread_count, wait_all_threads_running): New functions.
15505 (main): Wait for all threads to be in their thread functions.
15506
15507 2014-09-13 Doug Evans <xdje42@gmail.com>
15508
15509 * gdb.threads/queue-signal.c: New file.
15510 * gdb.threads/queue-signal.exp: New file.
15511
15512 2014-09-13 Doug Evans <xdje42@gmail.com>
15513
15514 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15515 be consistent with what default_gdb_init uses.
15516 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15517 the plain text of the prompt. Add some logging printfs.
15518 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15519
15520 2014-09-12 Pedro Alves <palves@redhat.com>
15521
15522 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15523 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15524 * gdb.arch/i386-size-overlap.exp: Likewise.
15525 * gdb.arch/i386-size.exp: Likewise.
15526 * gdb.arch/i386-unwind.exp: Likewise.
15527 * gdb.base/a2-run.exp: Likewise.
15528 * gdb.base/break.exp: Likewise.
15529 * gdb.base/charset.exp: Likewise.
15530 * gdb.base/chng-syms.exp: Likewise.
15531 * gdb.base/commands.exp: Likewise.
15532 * gdb.base/dbx.exp: Likewise.
15533 * gdb.base/find.exp: Likewise.
15534 * gdb.base/funcargs.exp: Likewise.
15535 * gdb.base/jit-simple.exp: Likewise.
15536 * gdb.base/reread.exp: Likewise.
15537 * gdb.base/sepdebug.exp: Likewise.
15538 * gdb.base/step-bt.exp: Likewise.
15539 * gdb.cp/mb-inline.exp: Likewise.
15540 * gdb.cp/mb-templates.exp: Likewise.
15541 * gdb.objc/basicclass.exp: Likewise.
15542 * gdb.threads/killed.exp: Likewise.
15543
15544 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15545
15546 PR tdep/17379
15547 * gdb.arch/powerpc-stackless.S: New file.
15548 * gdb.arch/powerpc-stackless.exp: New file.
15549
15550 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15551
15552 * gdb.base/attach.c: Include unistd.h.
15553 (main): Call alarm. Add label postloop.
15554 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15555 gdb_breakpoint, gdb_continue_to_breakpoint.
15556 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15557
15558 2014-09-11 Pedro Alves <palves@redhat.com>
15559
15560 PR gdb/17347
15561 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15562 * gdb.base/attach.exp (test_command_line_attach_run): New
15563 procedure.
15564 (top level): Call it.
15565
15566 2014-09-11 Pedro Alves <palves@redhat.com>
15567
15568 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15569 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15570 (do_command_attach_tests): Use spawn_wait_for_attach.
15571 * gdb.base/solib-overlap.exp: Likewise.
15572 * gdb.multi/multi-attach.exp: Likewise.
15573 * gdb.python/py-prompt.exp: Likewise.
15574 * gdb.python/py-sync-interp.exp: Likewise.
15575 * gdb.server/ext-attach.exp: Likewise.
15576
15577 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15578
15579 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15580 command in testcase. Simplify testcase.
15581
15582 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15583
15584 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15585
15586 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15587
15588 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15589
15590 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15591
15592 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15593
15594 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15595
15596 * gdb.dwarf2/dynarr-ptr.c: New file.
15597 * gdb.dwarf2/dynarr-ptr.exp: New file.
15598
15599 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15600
15601 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15602 of 30 rather than hardcoding 120 for a slow test case. Take the
15603 `gdb,timeout' target setting into account for this calculation.
15604 Don't extend the timeout for the test cases that don't need it.
15605
15606 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15607
15608 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15609 a factor of 2 for a slow test case. Take the `gdb,timeout'
15610 target setting into account for this calculation.
15611 * gdb.reverse/until-precsave.exp: Increase the timeout by
15612 a factor of 15 and 3 respectively rather than adding 120
15613 for a pair of slow test cases. Take the `gdb,timeout'
15614 target setting into account for this calculation.
15615
15616 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15617
15618 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15619 timeout, don't pass one down to gdb_expect.
15620 (gdb_expect): Rework timeout selection.
15621
15622 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15623
15624 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15625 exception on timeout.
15626 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15627 (gdbserver_start_extended): Catch any `gdbserver_start' error
15628 exceptions.
15629 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15630 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15631 `gdbserver_gdb_load' error exceptions.
15632
15633 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15634
15635 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15636 120 on waiting for the TCP socket to open.
15637
15638 2014-09-09 Doug Evans <xdje42@gmail.com>
15639
15640 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15641 _caller_matches, _any_caller_is, _any_caller_matches.
15642
15643 2014-09-09 Doug Evans <xdje42@gmail.com>
15644
15645 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15646
15647 2014-09-09 Yao Qi <yao@codesourcery.com>
15648
15649 * gdb.mi/mi-var-display.exp: Set print symbol off.
15650
15651 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15652
15653 PR gdb/17035
15654 * gdb.base/commands.exp: Add tests to verify user-defined
15655 commands with empty bodies.
15656 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15657 python commands in `show user command`.
15658 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15659 scheme commands in `show user command`.
15660
15661 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15662
15663 PR python/17355
15664 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15665 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15666 * gdb.python/py-framefilter-invalidarg.exp: New file.
15667 * gdb.python/py-framefilter-invalidarg.py: New file.
15668
15669 2014-09-06 Doug Evans <xdje42@gmail.com>
15670
15671 PR 15276
15672 * gdb.python/py-caller-is.c: New file.
15673 * gdb.python/py-caller-is.exp: New file.
15674
15675 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15676
15677 PR gdb/17235
15678 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15679 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15680
15681 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15682
15683 PR fortran/17237
15684 * gdb.fortran/print-formatted.exp: New file.
15685 * gdb.fortran/print-formatted.f90: Likewise.
15686
15687 2014-09-03 Sasha Smundak <asmundak@google.com>
15688
15689 * gdb.python/py-frame.exp: Test Frame.read_register.
15690
15691 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15692
15693 PR python/16699
15694 * gdb.python/py-completion.exp: New file.
15695 * gdb.python/py-completion.py: Likewise.
15696
15697 2014-08-28 Doug Evans <dje@google.com>
15698
15699 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15700 eax,etc. are live with values set by gdb and thus the compiler can't
15701 use them.
15702 * gdb.arch/i386-pseudo.c (main): Ditto.
15703
15704 2014-08-27 Doug Evans <dje@google.com>
15705
15706 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15707
15708 2014-08-25 Doug Evans <dje@google.com>
15709
15710 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15711 (main): Ditto.
15712
15713 2014-08-25 Doug Evans <dje@google.com>
15714
15715 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15716
15717 2014-08-24 Yao Qi <yao@codesourcery.com>
15718
15719 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15720 symbol off.
15721 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15722
15723 2014-08-22 Doug Evans <dje@google.com>
15724
15725 PR 17276
15726 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15727 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15728 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15729
15730 2014-08-22 Yao Qi <yao@codesourcery.com>
15731
15732 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15733 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15734 * gdb.python/python.exp: Likewise. Use .py file on the host
15735 instead of the build.
15736
15737 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15738
15739 * gdb.threads/gcore-stale-thread.c: New file.
15740 * gdb.threads/gcore-stale-thread.exp: New file.
15741
15742 2014-08-21 Pedro Alves <palves@redhat.com>
15743
15744 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15745 * gdb.base/gcore-relro-pie.exp: Likewise.
15746 * gdb.base/gcore-relro.exp: Likewise.
15747 * gdb.base/gcore.exp: Likewise.
15748 * gdb.base/print-symbol-loading.exp: Likewise.
15749 * gdb.threads/gcore-thread.exp: Likewise.
15750 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15751
15752 2014-08-20 Pedro Alves <palves@redhat.com>
15753 Jan Kratochvil <jan.kratochvil@redhat.com>
15754
15755 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15756 configure.
15757 (EXPECT): Handle READ1 being set.
15758 (all): Depend on EXTRA_RULES.
15759 (check-read1, expect-read1, read1.so, read1): New rules.
15760 * README (Testsuite Parameters): Document the READ1 make variable.
15761 (Race detection): New section.
15762 * configure: Regenerate.
15763 * configure.ac: If build==host==target, and running under a
15764 GNU/glibc system, add read1 to the extra Makefile rules.
15765 (EXTRA_RULES): AC_SUBST it.
15766 * lib/read1.c: New file.
15767
15768 2014-08-20 Joel Brobecker <brobecker@adacore.com>
15769
15770 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15771 the handling of variables declared as a typedef to an array
15772 which a DW_AT_data_location attribute.
15773
15774 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
15775 Pedro Alves <palves@redhat.com>
15776
15777 PR symtab/14604
15778 PR symtab/14605
15779 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15780 gdb_test.
15781
15782 2014-08-19 Pedro Alves <palves@redhat.com>
15783
15784 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15785
15786 2014-08-19 Yao Qi <yao@codesourcery.com>
15787
15788 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15789 right line.
15790
15791 2014-08-18 David Blaikie <dblaikie@gmail.com>
15792
15793 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15794
15795 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15796
15797 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15798 attribute in array range.
15799
15800 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15801
15802 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15803
15804 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15805
15806 PR c++/17132
15807 * gdb.cp/pr17132.cc: New file.
15808 * gdb.cp/pr17132.exp: New file.
15809
15810 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15811
15812 * gdb.python/py-xmethods.py (A_getarrayind)
15813 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15814 Use 'print' with function call syntax.
15815 (E_method_matcher.match): Fix tab vs space indentation mixup.
15816
15817 2014-08-15 Yao Qi <yao@codesourcery.com>
15818
15819 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15820 false.
15821
15822 2014-08-15 Yao Qi <yao@codesourcery.com>
15823
15824 * gdb.cp/casts.exp: Set print symbol off.
15825 * gdb.cp/class2.exp: Likewise.
15826 * gdb.cp/overload.exp: Likewise.
15827 * gdb.cp/templates.exp: Likewise.
15828
15829 2014-08-11 Doug Evans <dje@google.com>
15830
15831 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15832 (test_load_shlib): Update.
15833
15834 2014-08-09 Yao Qi <yao@codesourcery.com>
15835
15836 * gdb.base/display.exp: Invoke is_address_zero_readable.
15837 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15838 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15839 * gdb.base/hbreak-unmapped.exp: Return if
15840 is_address_zero_readable returns true.
15841 * gdb.base/signest.exp: Likewise.
15842 * gdb.base/signull.exp: Likewise.
15843 * gdb.base/sigbpt.exp: Likewise.
15844 * gdb.guile/scm-disasm.exp: Do the test if
15845 is_address_zero_readable returns false.
15846 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15847 * gdb.python/py-arch.exp: Likewise.
15848 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15849 * lib/gdb.exp (is_address_zero_readable): New proc.
15850
15851 2014-08-09 Yao Qi <yao@codesourcery.com>
15852
15853 PR testsuite/13443
15854 * gdb.mi/mi-var-display.exp: Make test messages unique.
15855
15856 2014-08-04 Tom Tromey <tromey@redhat.com>
15857
15858 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15859 target 0".
15860
15861 2014-08-04 Tom Tromey <tromey@redhat.com>
15862
15863 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15864 "target_resume".
15865
15866 2014-08-01 Joel Brobecker <brobecker@adacore.com>
15867
15868 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15869 inner_vla_struct_object_size.
15870 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15871 as xfail.
15872
15873 2014-07-30 Pedro Alves <palves@redhat.com>
15874
15875 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15876 comment.
15877
15878 2014-07-29 Yao Qi <yao@codesourcery.com>
15879
15880 PR gdb/17206
15881 * gdb.base/until-nodebug.exp: New.
15882
15883 2014-07-28 Doug Evans <xdje42@gmail.com>
15884
15885 PR guile/17203
15886 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15887 previously existing parameter, and previously ambiguously spelled
15888 parameter.
15889
15890 2014-07-28 Will Newton <will.newton@linaro.org>
15891
15892 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15893
15894 2014-07-26 Ludovic Courtès <ludo@gnu.org>
15895 Doug Evans <xdje42@gmail.com>
15896
15897 PR guile/17146
15898 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15899
15900 2014-07-25 Pedro Alves <palves@redhat.com>
15901
15902 * gdb.threads/signal-command-handle-nopass.c: New file.
15903 * gdb.threads/signal-command-handle-nopass.exp: New file.
15904 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15905 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15906 * gdb.threads/signal-delivered-right-thread.c: New file.
15907 * gdb.threads/signal-delivered-right-thread.exp: New file.
15908
15909 2014-07-25 Pedro Alves <palves@redhat.com>
15910
15911 * gdb.base/double-prompt-target-event-error.exp
15912 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15913 match.
15914 (cancel_pagination_in_target_event): Rework double prompt
15915 detection.
15916 * gdb.base/paginate-after-ctrl-c-running.exp
15917 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15918 <return>' match.
15919 * gdb.base/paginate-bg-execution.exp
15920 (test_bg_execution_pagination_return)
15921 (test_bg_execution_pagination_cancel): Remove '-notransfer
15922 <return>' matches.
15923 * gdb.base/paginate-execution-startup.exp
15924 (test_fg_execution_pagination_return)
15925 (test_fg_execution_pagination_cancel): Remove '-notransfer
15926 <return>' matches.
15927 * gdb.base/paginate-inferior-exit.exp
15928 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15929 match.
15930 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15931 * lib/gdb.exp (pagination_prompt): Run text through
15932 string_to_regexp.
15933 (gdb_test_multiple): Match $pagination_prompt instead of
15934 "<return>".
15935 (string_to_regexp): Move to lib/gdb-utils.exp.
15936
15937 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15938
15939 * gdb.arch/amd64-entry-value-paramref.S: New file.
15940 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15941 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15942 * gdb.arch/amd64-optimout-repeat.S: New file.
15943 * gdb.arch/amd64-optimout-repeat.c: New file.
15944 * gdb.arch/amd64-optimout-repeat.exp: New file.
15945
15946 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15947
15948 PR gdb/17170
15949 * gdb.base/statistics.exp: New file.
15950
15951 2014-07-17 Doug Evans <dje@google.com>
15952
15953 PR gdb/17170
15954 * gdb.base/maint.exp: Update testing of per-command stats.
15955
15956 2014-07-16 Pedro Alves <palves@redhat.com>
15957
15958 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15959 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15960 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15961 (tfile_write_buf): New functions.
15962 (add_memory_block): Rewrite using the above.
15963 (adjust_function_address): New function.
15964 (FUNCTION_ADDRESS): New macro.
15965 (write_basic_trace_file): Remove short_x local, and use
15966 tfile_write_16. Change type of func_addr local to unsigned long
15967 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15968 here. Cast argument of add_memory_block to char pointer.
15969 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15970 (main): Remove parameters.
15971 * gdb.trace/tfile.exp: Remove nowarnings.
15972
15973 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15974
15975 * gdb.base/debug-expr.exp: Test string evaluation with
15976 "debug expression" on.
15977
15978 2014-07-15 Pedro Alves <palves@redhat.com>
15979
15980 * gdb.base/reread.exp: Use clean_restart.
15981
15982 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15983
15984 * gdb.arch/avr-flash-qualifer.c: New.
15985 * gdb.arch/avr-flash-qualifer.exp: New.
15986
15987 2014-07-14 Pedro Alves <palves@redhat.com>
15988
15989 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15990 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15991
15992 2014-07-14 Pedro Alves <palves@redhat.com>
15993
15994 * gdb.base/double-prompt-target-event-error.c: New file.
15995 * gdb.base/double-prompt-target-event-error.exp: New file.
15996
15997 2014-07-14 Pedro Alves <palves@redhat.com>
15998
15999 PR gdb/17072
16000 * gdb.base/paginate-inferior-exit.c: New file.
16001 * gdb.base/paginate-inferior-exit.exp: New file.
16002
16003 2014-07-14 Pedro Alves <palves@redhat.com>
16004
16005 PR gdb/17072
16006 * gdb.base/paginate-bg-execution.c: New file.
16007 * gdb.base/paginate-bg-execution.exp: New file.
16008
16009 2014-07-14 Pedro Alves <palves@redhat.com>
16010
16011 PR gdb/17072
16012 * gdb.base/paginate-execution-startup.c: New file.
16013 * gdb.base/paginate-execution-startup.exp: New file.
16014 * lib/gdb.exp (pagination_prompt): New global.
16015 (default_gdb_spawn): New procedure, factored out from
16016 default_gdb_spawn.
16017 (default_gdb_start): Adjust to call default_gdb_spawn.
16018 (gdb_spawn): New procedure.
16019
16020 2014-07-14 Pedro Alves <palves@redhat.com>
16021
16022 * lib/gdb.exp (gdb_assert): New procedure.
16023 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16024
16025 2014-07-14 Pedro Alves <palves@redhat.com>
16026
16027 * gdb.base/execution-termios.c: New file.
16028 * gdb.base/execution-termios.exp: New file.
16029
16030 2014-07-14 Tom Tromey <tromey@redhat.com>
16031
16032 * gdb.cp/vla-cxx.cc: New file.
16033 * gdb.cp/vla-cxx.exp: New file.
16034
16035 2014-07-14 Tom Tromey <tromey@redhat.com>
16036
16037 * gdb.reverse/rerun-prec.c: New file.
16038 * gdb.reverse/rerun-prec.exp: New file.
16039
16040 2014-07-12 Maciej W. Rozycki <macro@mips.com>
16041 Maciej W. Rozycki <macro@codesourcery.com>
16042
16043 * lib/gdb-utils.exp: New file.
16044 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16045 inline `gdb_init_command' processing.
16046 (gdb_start_cmd): Likewise.
16047 * lib/mi-support.exp (mi_run_cmd): Likewise.
16048 * README: Document `gdb_init_command' and `gdb_init_commands'.
16049
16050 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16051
16052 Fix false FAIL running under a very long directory name.
16053 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16054 and "set print elements 10000". Twice.
16055
16056 2014-07-11 Yao Qi <yao@codesourcery.com>
16057
16058 * gdb.base/exprs.exp: "set print symbol off".
16059
16060 2014-07-11 Pedro Alves <palves@redhat.com>
16061
16062 * gdb.threads/kill.c: New file.
16063 * gdb.threads/kill.exp: New file.
16064
16065 2014-07-10 Yao Qi <yao@codesourcery.com>
16066
16067 * gdb.trace/tfile.c (write_basic_trace_file)
16068 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16069 address written to trace file.
16070
16071 2014-07-09 Pedro Alves <palves@redhat.com>
16072
16073 * gdb.base/attach-wait-input.exp: New file.
16074 * gdb.base/attach-wait-input.c: New file.
16075
16076 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16077
16078 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16079 setting up test structures.
16080 (main): Call new test function.
16081 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16082 test function, continue into test function and walk test
16083 structures.
16084
16085 2014-07-02 Yao Qi <yao@codesourcery.com>
16086
16087 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16088 'bar_start' at the beginning of functions 'foo' and 'bar'
16089 respectively.
16090 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16091 instead of 'foo' and 'bar'.
16092
16093 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16094
16095 * gdb.btrace/segv.exp: New.
16096 * gdb.btrace/segv.c: New.
16097
16098 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16099
16100 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16101 instruction.
16102
16103 2014-06-30 Mark Wielaard <mjw@redhat.com>
16104
16105 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16106 vulture, vilify, villar): New volatile array constants.
16107 (vindictive, vegetation): New const volatile array constants.
16108 * gdb.base/volatile.exp: Test volatile and const volatile array
16109 types.
16110
16111 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16112
16113 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16114 target lacks support for awatch, rwatch, or hbreak.
16115
16116 2014-06-27 Yao Qi <yao@codesourcery.com>
16117
16118 * gdb.multi/dummy-frame-restore.exp: New.
16119 * gdb.multi/dummy-frame-restore.c: New.
16120
16121 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16122
16123 * gdb.btrace/gcore.exp: New.
16124
16125 2014-06-23 Pedro Alves <palves@redhat.com>
16126
16127 * gdb.base/watchpoint-reuse-slot.c: New file.
16128 * gdb.base/watchpoint-reuse-slot.exp: New file.
16129
16130 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16131
16132 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16133 progspace's filename in 'info', 'enable' and 'disable' command
16134 tests.
16135
16136 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16137
16138 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16139 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16140 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16141
16142 2014-06-20 Gary Benson <gbenson@redhat.com>
16143
16144 * gdb.arch/i386-avx.exp: Fix include file location.
16145 * gdb.arch/i386-sse.exp: Likewise.
16146
16147 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16148
16149 * gdb.dlang/expression.exp: New file.
16150
16151 2014-06-19 Pedro Alves <palves@redhat.com>
16152
16153 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16154 out from ...
16155 (top level): ... here. Iterate running tests under different
16156 scheduler-locking settings.
16157
16158 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16159
16160 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16161 to DW_FORM_addr and use non-zero addresses.
16162
16163 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16164
16165 PR gdb/17017
16166 * gdb.python/py-xmethods.cc: Add global function call counters and
16167 increment them in their respective functions. Remove "cout"
16168 statements.
16169 * gdb.python/py-xmethods.exp: Make tests check the global function
16170 call counters instead of depending on inferior IO.
16171
16172 2014-06-18 Don Breazeal <donb@codesourcery.com>
16173
16174 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16175 Deleted procedure.
16176 (explicit_fork_parent_follow): Deleted procedure.
16177 (explicit_fork_child_follow): Deleted procedure.
16178 (test_follow_fork): New procedure.
16179 (do_fork_tests): Replace calls to deleted procedures with
16180 calls to test_follow_fork and reset GDB for subsequent
16181 procedure calls.
16182
16183 2014-06-17 Yao Qi <yao@codesourcery.com>
16184
16185 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16186 CP1252.
16187
16188 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16189
16190 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16191 Initialize ptr and S explicitly.
16192 (skip_type_update_when_not_use_rtti_test): Likewise.
16193
16194 2014-06-16 Keith Seitz <keiths@redhat.com>
16195
16196 PR mi/15863
16197 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16198 the inferior is started.
16199
16200 2014-06-16 Pedro Alves <palves@redhat.com>
16201
16202 * gdb.base/break-main-file-remove-fail.c: New file.
16203 * gdb.base/break-main-file-remove-fail.exp: New file.
16204 * gdb.base/break-unload-file.exp: Use build_executable instead of
16205 prepare_for_testing.
16206 (test_break): New parameter "initial_load". Handle it.
16207 (top level): Add initial_load cmdline/file axis.
16208
16209 2014-06-12 Tom Tromey <tromey@redhat.com>
16210
16211 * gdb.base/completion.exp: Don't use directory name in test.
16212
16213 2014-06-09 Gary Benson <gbenson@redhat.com>
16214
16215 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16216 separate the always-available ANSI-standard signals from the
16217 signals that require checking.
16218 (main): Likewise.
16219 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16220 Likewise.
16221 (main): Likewise.
16222
16223 2014-06-07 Keith Seitz <keiths@redhat.com>
16224
16225 Revert:
16226 PR c++/16253
16227 * gdb.cp/var-tag.cc: New file.
16228 * gdb.cp/var-tag.exp: New file.
16229 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16230 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16231 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16232 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16233
16234 2014-06-06 Doug Evans <xdje42@gmail.com>
16235
16236 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16237
16238 2014-06-06 Pedro Alves <palves@redhat.com>
16239
16240 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16241 in target debug output instead of looking at RSP packets,
16242 disabling the test on any target that uses hardware stepping.
16243 Update comments.
16244
16245 2014-06-06 Pedro Alves <palves@redhat.com>
16246
16247 * gdb.base/break-unload-file.exp: Fix typo.
16248
16249 2014-06-06 Yao Qi <yao@codesourcery.com>
16250
16251 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16252 from "jit_function" to "^jit_function".
16253
16254 2014-06-06 Yao Qi <yao@codesourcery.com>
16255
16256 * gdb.base/async.c (foo): Add one statement.
16257 * gdb.base/async.exp: Get the next instruction address and
16258 match the output of "nexti" by instruction address. Match
16259 the hex address in the output of "finish".
16260
16261 2014-06-06 Gary Benson <gbenson@redhat.com>
16262
16263 * gdb.base/call-signals.c: Remove preprocessor conditionals
16264 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16265 SIGSEGV and SIGTERM.
16266 * gdb.base/sigall.c: Likewise.
16267 * gdb.base/unwindonsignal.c: Likewise.
16268 * gdb.reverse/sigall-reverse.c: Likewise.
16269
16270 2014-06-06 Yao Qi <yao@codesourcery.com>
16271
16272 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16273 readable, skip the test.
16274
16275 2014-06-06 Yao Qi <yao@codesourcery.com>
16276
16277 * gdb.threads/staticthreads.c (thread_function): Move the line
16278 setting breakpoint on forward.
16279 * gdb.threads/staticthreads.exp: Update comments.
16280
16281 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16282
16283 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16284 "history-append! type error".
16285
16286 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16287
16288 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16289 erroneous dprintf expected input.
16290
16291 2014-06-04 Doug Evans <xdje42@gmail.com>
16292
16293 * gdb.guile/scm-generics.exp: Delete.
16294
16295 2014-06-04 Doug Evans <xdje42@gmail.com>
16296
16297 * gdb.guile/scm-breakpoint.exp: Update.
16298 Add tests for breakpoint registration.
16299
16300 2014-06-04 Tom Tromey <tromey@redhat.com>
16301
16302 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16303 VLA-in-union.
16304 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16305 inner_vla_struct, vla_union types. Initialize objects of those
16306 types and compute their sizes.
16307
16308 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16309 Hui Zhu <hui@codesourcery.com>
16310
16311 * gdb.base/fileio.exp: Add test for shell not available as well as
16312 available.
16313 * gdb.base/fileio.c (test_system): Check for shell twice.
16314
16315 2014-06-04 Yao Qi <yao@codesourcery.com>
16316
16317 * gdb.base/auto-connect-native-target.exp: Remove redundant
16318 space from the regexp pattern.
16319
16320 2014-06-04 Yao Qi <yao@codesourcery.com>
16321
16322 * gdb.base/default.exp: Replace "child" with "native" in
16323 regexp pattern.
16324
16325 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16326
16327 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16328 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16329 * gdb.python/py-xmethods.py: Python script supporting the
16330 new testcase and tests.
16331
16332 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16333 Pedro Alves <palves@redhat.com>
16334
16335 PR breakpoints/17000
16336 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16337 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16338
16339 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16340
16341 * gdb.base/subst.exp: Add tests to verify partial path matching
16342 output.
16343
16344 2014-06-03 Pedro Alves <palves@redhat.com>
16345
16346 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16347 target that doesn't use software single-stepping.
16348
16349 2014-06-03 Pedro Alves <palves@redhat.com>
16350
16351 PR breakpoints/17000
16352 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16353 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16354
16355 2014-06-02 Doug Evans <xdje42@gmail.com>
16356
16357 * gdb.guile/scm-parameter.exp: New file.
16358
16359 2014-06-02 Doug Evans <xdje42@gmail.com>
16360
16361 * gdb.guile/scm-cmd.c: New file.
16362 * gdb.guile/scm-cmd.exp: New file.
16363
16364 2014-06-02 Doug Evans <xdje42@gmail.com>
16365
16366 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16367 pretty-printer lookup.
16368 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16369 (make-pp_s-printer): Call it.
16370 (make-pretty-printer-from-dict): New function.
16371 (lookup-pretty-printer-maker-from-dict): New function.
16372 (*pretty-printer*): Simplify.
16373 (make-objfile-pp_s-printer): New function.
16374 (install-objfile-pretty-printers!): New function.
16375 (make-progspace-pp_s-printer): New function.
16376 (install-progspace-pretty-printers!): New function.
16377 * gdb.guile/scm-progspace.c: New file.
16378 * gdb.guile/scm-progspace.exp: New file.
16379
16380 2014-06-02 Pedro Alves <palves@redhat.com>
16381
16382 * gdb.base/dprintf-bp-same-addr.c: New file.
16383 * gdb.base/dprintf-bp-same-addr.exp: New file.
16384
16385 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16386
16387 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16388 * gdb.arch/powerpc-power.s: Likewise.
16389
16390 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16391
16392 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16393
16394 2014-06-01 Yao Qi <yao@codesourcery.com>
16395
16396 * gdb.base/watchpoint.exp (test_watch_location): Check null
16397 pointer can be dereferenced. If not, do the test, otherwise
16398 skip it.
16399
16400 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16401
16402 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16403 results.
16404 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16405
16406 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16407
16408 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16409 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16410 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16411 * gdb.arch/amd64-invalid-stack-top.c: New file.
16412 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16413
16414 2014-05-30 Pedro Alves <palves@redhat.com>
16415
16416 PR breakpoints/17000
16417 * gdb.base/sss-bp-on-user-bp.c: New file.
16418 * gdb.base/sss-bp-on-user-bp.exp: New file.
16419
16420 2014-05-30 David Blaikie <dblaikie@gmail.com>
16421
16422 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16423 gnu_inline semantics via attribute.
16424 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16425 source explicitly specifies the required semantics.
16426
16427 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16428
16429 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16430
16431 2014-05-29 Pedro Alves <palves@redhat.com>
16432 Tom Tromey <tromey@redhat.com>
16433
16434 * gdb.base/async-shell.exp: Don't enable target-async.
16435 * gdb.base/async.exp
16436 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16437 parameter. Adjust.
16438 (top level): Don't test with "target-async".
16439 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16440 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16441 * gdb.base/inferior-died.exp: Don't enable target-async.
16442 * gdb.base/interrupt-noterm.exp: Likewise.
16443 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16444 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16445 * gdb.mi/mi-nonstop.exp: Likewise.
16446 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16447 * gdb.mi/mi-nsintrall.exp: Likewise.
16448 * gdb.mi/mi-nsmoribund.exp: Likewise.
16449 * gdb.mi/mi-nsthrexec.exp: Likewise.
16450 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16451 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16452 * gdb.python/py-evsignal.exp: Don't enable target-async.
16453 * gdb.python/py-evthreads.exp: Likewise.
16454 * gdb.python/py-prompt.exp: Likewise.
16455 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16456 * gdb.server/solib-list.exp: Don't enable target-async.
16457 * gdb.threads/thread-specific-bp.exp: Likewise.
16458 * lib/mi-support.exp: Adjust to use mi-async.
16459
16460 2014-05-29 Pedro Alves <palves@redhat.com>
16461
16462 PR gdb/13860
16463 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16464 reason, even in sync mode.
16465
16466 2014-05-29 Pedro Alves <palves@redhat.com>
16467 Hui Zhu <hui@codesourcery.com>
16468
16469 PR PR15693
16470 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16471 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16472 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16473 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16474
16475 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16476
16477 * config/monitor.exp (gdb_target_monitor): Replace use of
16478 "set remotebaud" by "set serial baud".
16479
16480 2014-05-26 Andy Wingo <wingo@igalia.com>
16481
16482 * gdb.guile/scm-breakpoint.exp:
16483 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16484 properties instead of gdb-object-properties.
16485
16486 2014-05-26 Yao Qi <yao@codesourcery.com>
16487
16488 * gdb.server/no-thread-db.exp: Specify source file name
16489 explicitly when setting a breakpoint.
16490
16491 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16492
16493 * gdb.btrace/vdso.c: New.
16494 * gdb.btrace/vdso.exp: New.
16495
16496 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16497
16498 * gdb.base/gcore.exp (capture_command_output): Move ...
16499 * lib/gdb.exp (capture_command_output): ... here.
16500
16501 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16502
16503 * gdb.btrace/data.exp: Test memory access during btrace replay.
16504
16505 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16506
16507 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16508
16509 2014-05-21 Pedro Alves <palves@redhat.com>
16510
16511 PR gdb/13860
16512 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16513 (top level): Test that output related to execution commands is
16514 sent to the console with CLI commands, but not with MI commands.
16515 Test that breakpoint events are always mirrored to the console.
16516 Also expect the new source line to be output after a "next" in
16517 async mode too. Make it a pass/fail test.
16518 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16519 output.
16520 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16521
16522 2014-05-21 Pedro Alves <palves@redhat.com>
16523
16524 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16525 Use them to test variations of "list" after reaching a breakpoint.
16526 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16527 Test "list" with listsize 10 after reaching a breakpoint.
16528 * gdb.python/python.exp (decode_line current location line
16529 number): Adjust expected line number.
16530
16531 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16532
16533 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16534 behavior for $args, pass it directly to "run".
16535
16536 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16537
16538 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16539 30000 to 65536.
16540
16541 2014-05-21 Pedro Alves <palves@redhat.com>
16542
16543 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16544 auto-connect-native-target off".
16545 * gdb.base/auto-connect-native-target.c: New file.
16546 * gdb.base/auto-connect-native-target.exp: New file.
16547
16548 2014-05-21 Pedro Alves <palves@redhat.com>
16549
16550 * gdb.base/default.exp: Test "target native" instead of "target
16551 child".
16552
16553 2014-05-21 Mark Wielaard <mjw@redhat.com>
16554
16555 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16556
16557 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16558
16559 Fix TLS access for -static -pthread.
16560 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16561 <HAVE_TLS> (thread_function, main): Initialize it.
16562 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16563 Add clean_restart.
16564 <$have_tls != "">: Check TLSVAR.
16565
16566 2014-05-21 Pedro Alves <palves@redhat.com>
16567
16568 * gdb.base/dcache-line-read-error.c: New.
16569 * gdb.base/dcache-line-read-error.exp: New.
16570
16571 2014-05-20 Pedro Alves <palves@redhat.com>
16572
16573 * gdb.base/compare-sections.c: New file.
16574 * gdb.base/compare-sections.exp: New file.
16575
16576 2014-05-20 Pedro Alves <palves@redhat.com>
16577
16578 * gdb.base/break-idempotent.c: New file.
16579 * gdb.base/break-idempotent.exp: New file.
16580
16581 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16582
16583 * gdb.btrace/nohist.exp: New.
16584
16585 2014-05-20 Yao Qi <yao@codesourcery.com>
16586
16587 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16588 gdb.reverse directory and gdb_reverse_timeout exists in board
16589 setting.
16590 * README: Document gdb_reverse_timeout.
16591
16592 2014-05-20 Yao Qi <yao@codesourcery.com>
16593
16594 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16595 'test_file_name'. Treat args as a string instead of a list.
16596 (gdb_init): Rename argument 'args' by 'test_file_name'.
16597
16598 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16599
16600 * gdb.arch/powerpc-power.exp: New file.
16601 * gdb.arch/powerpc-power.s: New file.
16602
16603 2014-05-16 Doug Evans <dje@google.com>
16604
16605 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16606 * gdb.base/completion.exp: Check that all expected files exist
16607 before doing file completion.
16608
16609 2014-05-16 Doug Evans <dje@google.com>
16610
16611 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16612 Update.
16613 (do_syscall_tests_without_xml): Update.
16614
16615 2014-05-16 Pedro Alves <palves@redhat.com>
16616
16617 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16618 instead of "unknown output after running".
16619
16620 2014-05-16 Yao Qi <yao@codesourcery.com>
16621
16622 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16623 file1.txt from host at the end.
16624 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16625
16626 2014-05-15 Doug Evans <dje@google.com>
16627
16628 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16629 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16630 loading file. Add test for TU lookup.
16631
16632 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16633
16634 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16635 calling "-exec-arguments" or "set args" before running the
16636 inferior.
16637
16638 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16639
16640 * lib/mi-support.exp (mi_expect_stop): Expect message for
16641 inferiors that exit with non-zero exit code.
16642
16643 2014-05-14 Yao Qi <yao@codesourcery.com>
16644
16645 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16646 match absolute path on remote host.
16647 (test_file_list_exec_source_files): Remove "/" from the
16648 pattern.
16649
16650 2014-05-14 Yao Qi <yao@codesourcery.com>
16651
16652 * boards/local-remote-host-notty.exp (${board}_file): New
16653 proc.
16654
16655 2014-05-07 Kyle McMartin <kyle@redhat.com>
16656
16657 Pushed by Joel Brobecker <brobecker@adacore.com>.
16658 * gdb.arch/aarch64-atomic-inst.c: New file.
16659 * gdb.arch/aarch64-atomic-inst.exp: New file.
16660
16661 2014-05-07 Yao Qi <yao@codesourcery.com>
16662
16663 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16664 in current context" too.
16665
16666 2014-05-05 Keith Seitz <keiths@redhat.com>
16667
16668 * gdb.linespec/ls-dollar.exp: Add test for linespec
16669 file:convenience_variable.
16670
16671 2014-05-05 Yao Qi <yao@codesourcery.com>
16672
16673 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16674 traceframes into tfile and ctf trace files. Read data from
16675 trace file and test collected data.
16676 (gdb_collect_locals_test): Likewise.
16677 (gdb_unavailable_registers_test): Likewise.
16678 (gdb_unavailable_floats): Likewise.
16679 (gdb_collect_globals_test): Likewise.
16680 (top-level): Append "ctf" to trace_file_targets if GDB
16681 supports.
16682
16683 2014-05-05 Yao Qi <yao@codesourcery.com>
16684
16685 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16686 code to ...
16687 (gdb_collect_args_test_1): ... it. New proc.
16688 (gdb_collect_locals_test): Move some code to ...
16689 (gdb_collect_locals_test_1): ... it. New proc.
16690 (gdb_unavailable_registers_test): Move some code to ...
16691 (gdb_unavailable_registers_test_1): ... it. New proc.
16692 (gdb_unavailable_floats): Move some code to ...
16693 (gdb_unavailable_floats_1): ... it. New proc.
16694
16695 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16696
16697 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16698 probes to test for bitness recognition.
16699 * gdb.arch/amd64-stap-optional-prefix.exp
16700 (test_probe_value_without_reg): New procedure.
16701 Add code to test for different kinds of bitness.
16702
16703 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16704
16705 PR breakpoints/16889
16706 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16707 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16708
16709 2014-05-01 Pedro Alves <palves@redhat.com>
16710
16711 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16712 gdb_file_cmd if no file is specified.
16713 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16714 last_loaded_file to set the remote exec-file.
16715
16716 2014-05-01 Pedro Alves <palves@redhat.com>
16717
16718 * boards/local-remote-host.exp: New file.
16719
16720 2014-05-01 Pedro Alves <palves@redhat.com>
16721
16722 * boards/local-remote-host.exp: Rename to ...
16723 * boards/local-remote-host-notty.exp: ... this.
16724
16725 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16726
16727 * gdb.ada/dyn_arrayidx: New testcase.
16728
16729 2014-04-26 Yao Qi <yao@codesourcery.com>
16730
16731 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16732 and compute the length of function main. Save it in
16733 $main_length.
16734 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16735 (top-level): Use gdb_compile to compile objects into
16736 executable and restart GDB. Remove invocation to
16737 prepare_for_testing.
16738
16739 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16740 Pedro Alves <palves@redhat.com>
16741
16742 PR server/16255
16743 * gdb.multi/multi-attach.c: New file.
16744 * gdb.multi/multi-attach.exp: New file.
16745
16746 2014-04-25 Pedro Alves <palves@redhat.com>
16747
16748 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16749 user.
16750 (top level): Test that "set remote conditional-breakpoints-packet
16751 off" works as intended.
16752 * gdb.base/dprintf.exp: Test that "set remote
16753 breakpoint-commands-packet off" works as intended.
16754 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16755 New function.
16756 (top level): Call it.
16757 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16758 remote fast-tracepoints-packet off" works as intended.
16759 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16760 * lib/gdb.exp (gdb_is_target_remote): ... here.
16761
16762 2014-04-24 David Blaikie <dblaikie@gmail.com>
16763
16764 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16765 ensure clang would not discard them.
16766 * gdb.base/gdbvars.c: Ditto.
16767 * gdb.base/memattr.c: Ditto.
16768 * gdb.base/whatis.c: Ditto.
16769 * gdb.python/py-prettyprint.c: Ditto.
16770 * gdb.trace/actions.c: Ditto.
16771 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16772 ensure clang would not discard it.
16773
16774 2014-04-24 David Blaikie <dblaikie@gmail.com>
16775
16776 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16777 clang to emit the full definition of type required by the test
16778 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16779
16780 2014-04-24 David Blaikie <dblaikie@gmail.com>
16781
16782 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16783 coax Clang into emitting the definition of the type.
16784 * gdb.cp/pr10728-x.h (y): Ditto.
16785 * gdb.cp/pr10728-y.cc (y): Ditto.
16786
16787 2014-04-24 David Blaikie <dblaikie@gmail.com>
16788
16789 * gdb.base/label.exp: XFAIL label related tests under Clang.
16790 * gdb.cp/cplabel.exp: Ditto.
16791 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16792 under Clang those using labels.
16793
16794 2014-04-25 Yao Qi <yao@codesourcery.com>
16795
16796 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16797 double_label.
16798 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16799 partial_label and double_label.
16800
16801 2014-04-24 David Blaikie <dblaikie@gmail.com>
16802
16803 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16804
16805 2014-04-24 David Blaikie <dblaikie@gmail.com>
16806
16807 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16808 of the function to work across GCC and Clang.
16809 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16810 pointer types (const void ** const V void **).
16811
16812 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
16813 Walfred Tedeschi <walfred.tedeschi@intel.com>
16814
16815 * Makefile.in (EXECUTABLES): Added i386-avx512.
16816 * gdb.arch/i386-avx512.c: New file.
16817 * gdb.arch/i386-avx512.exp: Likewise.
16818
16819 2014-04-23 Keith Seitz <keiths@redhat.com>
16820
16821 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16822 (mi_make_breakpoint_table): New procedure.
16823 (mi_create_breakpoint): Use mi_make_breakpoint
16824 and return the result.
16825 (mi_make_breakpoint): New procedure.
16826 (mi_build_kv_pairs): New procedure.
16827
16828 * gdb.mi/mi-break.exp: Remove unused globals,
16829 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16830 All callers updated.
16831 * gdb.mi/mi-dprintf.exp: Use variable to track command
16832 number.
16833 Update all callers of mi_create_breakpoint and use
16834 mi_make_breakpoint_table.
16835 Remove any unused global variables.
16836 * gdb.mi/mi-nonstop.exp: Likewise.
16837 * gdb.mi/mi-nsintrall.exp: Likewise.
16838 * gdb.mi/mi-nsmoribund.exp: Likewise.
16839 * gdb.mi/mi-nsthrexec.exp: Likewise.
16840 * gdb.mi/mi-reverse.exp: Likewise.
16841 * gdb.mi/mi-simplerun.exp: Likewise.
16842 * gdb.mi/mi-stepn.exp: Likewise.
16843 * gdb.mi/mi-syn-frame.exp: Likewise.
16844 * gdb.mi/mi-until.exp: Likewise.
16845 * gdb.mi/mi-var-cp.exp: Likewise.
16846 * gdb.mi/mi-var-display.exp: Likewise.
16847 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16848 * gdb.mi/mi2-var-child.exp: Likewise.
16849 * gdb.mi/mi-vla-c99.exp: Likewise.
16850 * lib/mi-support.exp: Likewise.
16851
16852 From Ian Lance Taylor <iant@cygnus.com>:
16853 * lib/gdb.exp (parse_args): New procedure.
16854
16855 2014-04-23 Pedro Alves <palves@redhat.com>
16856
16857 * gdb.base/break-unload-file.c: New file.
16858 * gdb.base/break-unload-file.exp: New file.
16859 * gdb.base/sym-file-lib.c (baz): New function.
16860 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16861 field.
16862 (load): Store the segment's mapped size.
16863 (unload): New function.
16864 (unload_shlib): New function.
16865 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16866 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16867 set a breakpoint at baz, and call it.
16868 * gdb.base/sym-file.exp: New tests for stale breakpoint
16869 instructions.
16870
16871 2014-04-23 Pedro Alves <palves@redhat.com>
16872
16873 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16874 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16875 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16876 * gdb.base/hbreak-unmapped.c: New file.
16877 * gdb.base/hbreak-unmapped.exp: New file.
16878 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16879 * lib/gdb.exp (gdb_is_target_remote): ... here.
16880
16881 2014-04-22 Pedro Alves <palves@redhat.com>
16882
16883 * gdb.base/consecutive-step-over.c: New file.
16884 * gdb.base/consecutive-step-over.exp: New file.
16885
16886 2014-04-22 Pedro Alves <palves@redhat.com>
16887
16888 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16889 instead of send_gdb/gdb_expect.
16890
16891 2014-04-22 Yao Qi <yao@codesourcery.com>
16892
16893 * lib/trace-support.exp (generate_tracefile): New procedure.
16894 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16895 return 0.
16896 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16897 if generate_tracefile returns 1.
16898
16899 2014-04-18 Tom Tromey <palves@redhat.com>
16900 Pedro alves <tromey@redhat.com>
16901
16902 PR backtrace/15558
16903 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16904 with a backtrace limit.
16905 * gdb.python/py-frame-inline.exp: Test running to an inline
16906 function with a backtrace limit, and printing the newest frame.
16907 * gdb.python/py-frame-inline.c (main): Call f.
16908
16909 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16910
16911 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16912
16913 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16914
16915 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16916 Drop prefix from unsupported source file path.
16917
16918 2014-04-17 Yao Qi <yao@codesourcery.com>
16919
16920 * lib/gdb.exp (with_target_charset): New proc.
16921 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16922 with_target_charset.
16923 (test_print_strings): Likewise.
16924 (test_repeat_bytes): Likewise.
16925 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16926 for some tests.
16927
16928 2014-04-16 Keith Seitz <keiths@redhat.com>
16929
16930 PR gdb/15827
16931 * gdb.dwarf2/corrupt.c: New file.
16932 * gdb.dwarf2/corrupt.exp: New file.
16933
16934 2014-04-16 Keith Seitz <keiths@redhat.com>
16935
16936 PR c++/16597
16937 * gdb.cp/namelessclass.cc: New file.
16938 * gdb.cp/namelessclass.exp: New file.
16939 * gdb.cp/namelessclass.S: New file.
16940
16941 2014-04-16 Doug Evans <dje@google.com>
16942
16943 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16944 Add comment.
16945 (gdbserver_default_get_comm_port): New function.
16946 (gdbserver_start): Check if board file provided
16947 "gdbserver,get_comm_port" and use it if so.
16948 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16949 (gdb,socketport): Set to "stdio".
16950 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16951 (stdio_gdbserver_template): Delete.
16952 (${board}_get_remote_address): Update.
16953 (${board}_build_remote_cmd): Delete.
16954 (${board}_get_comm_port): New function.
16955 (${board}_spawn): Update.
16956 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16957 Delete.
16958 (${board}_get_remote_address): Update.
16959 (${board}_get_comm_port): New function.
16960
16961 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16962
16963 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16964 appearing in any order.
16965
16966 2014-04-15 Doug Evans <dje@google.com>
16967
16968 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16969 uninitialized value of "description".
16970
16971 2014-04-15 Keith Seitz <keiths@redhat.com>
16972
16973 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16974 Remove unused globals.
16975 (test_running_the_program): Likewise.
16976 (test_controlled_execution): Likewise.
16977 (test_controlling_breakpoints): Likewise.
16978 (test_program_termination): Likewise.
16979
16980 2014-04-15 Keith Seitz <keiths@redhat.com>
16981
16982 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16983 unused globals.
16984 (test_rbreak_creation_and_listing): Likewise.
16985 (test_ignore_count): Likewise.
16986 (test_error): Likewise.
16987
16988 2014-04-15 Pedro Alves <palves@redhat.com>
16989
16990 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16991 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16992 sym-file-loader.c.
16993 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16994 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16995 to sym-file-loader.c.
16996 (struct library): Forward declare.
16997 (load_shlib, lookup_function): Change prototypes.
16998 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16999 (translate_offset): Remove declarations.
17000 (get_text_addr): New declaration.
17001 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17002 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17003 sym-file-loader.h.
17004 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17005 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17006 here from sym-file-loader.h.
17007 (struct library): New structure.
17008 (load_shlib, lookup_function): Change prototypes and adjust to
17009 work with a struct library.
17010 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17011 (translate_offset): Make static.
17012 (get_text_addr): New function.
17013 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17014
17015 2014-04-15 Pedro Alves <palves@redhat.com>
17016
17017 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17018
17019 2014-04-15 Pedro Alves <palves@redhat.com>
17020
17021 * gdb.base/sym-file-loader.c: Include <limits.h>.
17022 (SELF_LINK): New define.
17023 (get_origin): New function.
17024 (load_shlib): Use it.
17025 * gdb.base/sym-file.exp: Don't early return if the target is
17026 remote. Use runto_main, and issue fail is that fails. Use
17027 gdb_load_shlibs.
17028 (shlib_name): Delete.
17029 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17030
17031 2014-04-15 Pedro Alves <palves@redhat.com>
17032
17033 * gdb.base/sym-file.exp: Remove regex characters from test
17034 message. Don't refer to breakpoint numbers in test messages.
17035
17036 2014-04-14 Keith Seitz <keiths@redhat.com>
17037
17038 PR c++/16253
17039 * gdb.cp/var-tag.cc: New file.
17040 * gdb.cp/var-tag.exp: New file.
17041 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17042 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17043 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17044 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17045
17046 2014-04-14 Tom Tromey <tromey@redhat.com>
17047
17048 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17049 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17050 type.
17051 * gdb.cp/enum-class.exp: New file.
17052 * gdb.cp/enum-class.cc: New file.
17053
17054 2014-04-14 Tom Tromey <tromey@redhat.com>
17055
17056 * gdb.dwarf2/enum-type.exp: New file.
17057
17058 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17059
17060 * gdb.mi/mi-vla-c99.exp: New file.
17061 * gdb.mi/vla.c: New file.
17062
17063 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17064
17065 * gdb.base/vla-datatypes.c: New file.
17066 * gdb.base/vla-datatypes.exp: New file.
17067
17068 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17069
17070 * gdb.base/vla-ptr.c: New file.
17071 * gdb.base/vla-ptr.exp: New file.
17072
17073 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17074
17075 * gdb.dwarf2/count.exp: New file.
17076
17077 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17078
17079 * gdb.base/vla-sideeffect.c: New file.
17080 * gdb.base/vla-sideeffect.exp: New file.
17081
17082 2014-04-14 David Blaikie <dblaikie@gmail.com>
17083
17084 * gdb.mi/non-stop.c: Add return value for non-void function return
17085 statement.
17086 * gdb.threads/staticthreads.c: Ditto.
17087
17088 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17089 Doug Evans <xdje42@gmail.com>
17090
17091 * gdb.guile/scm-value.c: Improve test case.
17092 * gdb.guile/scm-value.exp: Add new test.
17093
17094 2014-04-11 David Blaikie <dblaikie@gmail.com>
17095
17096 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17097 override Clang's default.
17098
17099 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17100
17101 Revert the following changes (regressions):
17102
17103 * gdb.base/vla-sideeffect.c: New file.
17104 * gdb.base/vla-sideeffect.exp: New file.
17105
17106 * gdb.dwarf2/count.exp: New file.
17107
17108 * gdb.base/vla-multi.c: New file.
17109 * gdb.base/vla-multi.exp: New file.
17110
17111 * gdb.base/vla-ptr.c: New file.
17112 * gdb.base/vla-ptr.exp: New file.
17113
17114 * gdb.base/vla-datatypes.c: New file.
17115 * gdb.base/vla-datatypes.exp: New file.
17116
17117 * gdb.mi/mi-vla-c99.exp: New file.
17118 * gdb.mi/vla.c: New file.
17119
17120 2014-04-11 Keith Seitz <keiths@redhat.com>
17121
17122 PR c++/16675
17123 * gdb.cp/cpsizeof.exp: New file.
17124 * gdb.cp/cpsizeof.cc: New file.
17125
17126 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17127
17128 * gdb.mi/mi-vla-c99.exp: New file.
17129 * gdb.mi/vla.c: New file.
17130
17131 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17132
17133 * gdb.base/vla-datatypes.c: New file.
17134 * gdb.base/vla-datatypes.exp: New file.
17135
17136 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17137
17138 * gdb.base/vla-ptr.c: New file.
17139 * gdb.base/vla-ptr.exp: New file.
17140
17141 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17142
17143 * gdb.base/vla-multi.c: New file.
17144 * gdb.base/vla-multi.exp: New file.
17145
17146 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17147
17148 * gdb.dwarf2/count.exp: New file.
17149
17150 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17151
17152 * gdb.base/vla-sideeffect.c: New file.
17153 * gdb.base/vla-sideeffect.exp: New file.
17154
17155 2014-04-11 Yao Qi <yao@codesourcery.com>
17156
17157 * gdb.base/completion.exp: Check file exists before running tests
17158 on file completion.
17159
17160 2014-04-10 Pedro Alves <palves@redhat.com>
17161
17162 * gdb.base/cond-eval-mode.c: New file.
17163 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17164 prepare_for_testing to build the new file. Check result of
17165 runto_main.
17166 (test_break, test_watch): New procedures.
17167 (top level): Use them.
17168
17169 2014-04-08 Pierre Muller <muller@sourceware.org>
17170
17171 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17172 Ctrl-V use for mingw hosts.
17173
17174 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17175
17176 * gdb.python/py-value.c: Improve test case.
17177 * gdb.python/py-value.exp: Add new test.
17178
17179 2014-04-07 David Blaikie <dblaikie@gmail.com>
17180
17181 * lib/compiler.c: Identify the clang compiler.
17182 * lib/compiler.cc: Ditto.
17183
17184 2014-04-03 Yao Qi <yao@codesourcery.com>
17185
17186 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17187
17188 2014-04-01 Anton Blanchard <anton@samba.org>
17189
17190 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17191 messages unique.
17192
17193 2014-04-01 Anton Blanchard <anton@samba.org>
17194
17195 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17196 prepare_for_testing.
17197
17198 2014-04-01 Anton Blanchard <anton@samba.org>
17199
17200 * gdb.arch/ppc64-atomic-inst.c: Remove.
17201 * gdb.arch/ppc64-atomic-inst.S: New file.
17202 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17203
17204 2014-03-31 Doug Evans <dje@google.com>
17205
17206 * gdb.base/print-symbol-loading-lib.c: New file.
17207 * gdb.base/print-symbol-loading-main.c: New file.
17208 * gdb.base/print-symbol-loading.exp: New file.
17209
17210 2014-03-31 Yao Qi <yao@codesourcery.com>
17211
17212 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17213
17214 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17215
17216 * gdb.ada/mi_dyn_arr: New testcase.
17217
17218 2014-03-27 Doug Evans <dje@google.com>
17219
17220 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17221
17222 2014-03-27 Yao Qi <yao@codesourcery.com>
17223
17224 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17225 if target is nios2-*-*.
17226
17227 2014-03-26 Yao Qi <yao@codesourcery.com>
17228
17229 * lib/gdb.exp (readline_is_used): New proc.
17230 * gdb.base/completion.exp: Move tests on command complete up.
17231 Skip the rest of tests if readline is not used.
17232 * gdb.ada/complete.exp: Skp the test if readline is not
17233 used.
17234 * gdb.base/filesym.exp: Likewise.
17235 * gdb.base/macscp.exp: Likewise.
17236 * gdb.base/readline-ask.exp: Likewise.
17237 * gdb.base/readline.exp: Likewise.
17238 * gdb.python/py-cmd.exp: Likewise.
17239 * gdb.trace/tfile.exp: Likewise.
17240
17241 2014-03-26 Yao Qi <yao@codesourcery.com>
17242
17243 * gdb.base/macscp.exp: Fix code format issues.
17244
17245 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17246
17247 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17248 * gdb.asm/powerpc64le.inc: New file.
17249
17250 2014-03-25 Pedro Alves <palves@redhat.com>
17251 Doug Evans <dje@google.com>
17252
17253 * gdb.base/source-execution.c: New file.
17254 * gdb.base/source-execution.exp: New file.
17255 * gdb.base/source-execution.gdb: New file.
17256
17257 2014-03-24 Doug Evans <dje@google.com>
17258
17259 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17260 using fission.
17261
17262 2014-03-24 Hui Zhu <hui@codesourcery.com>
17263 Pedro Alves <palves@redhat.com>
17264
17265 PR breakpoints/16101
17266 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17267 test pass/fail messages. Detect missing support for dprintf when
17268 breakpoints are actually inserted.
17269 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17270 breakpoints are actually inserted.
17271 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17272 fails.
17273
17274 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17275
17276 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17277
17278 2014-03-22 Doug Evans <xdje42@gmail.com>
17279
17280 * gdb.python/python.exp (python not supported): Verify multi-line
17281 python command issues an error.
17282 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17283 guile command issues an error.
17284
17285 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17286
17287 * gdb.threads/thread-specific.exp: Handle the lack of usable
17288 $this_breakpoint and $this_thread.
17289
17290 2014-03-21 Hui Zhu <hui@codesourcery.com>
17291
17292 * gdb.base/attach.exp (do_command_attach_tests): New.
17293
17294 2014-03-20 Tom Tromey <tromey@redhat.com>
17295 Pedro Alves <palves@redhat.com>
17296
17297 PR cli/15718
17298 * gdb.base/condbreak-call-false.c: New file.
17299 * gdb.base/condbreak-call-false.exp: New file.
17300
17301 2014-03-20 Pedro Alves <palves@redhat.com>
17302
17303 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17304 Delete.
17305 (block_signals, unblock_signals): Delete.
17306 (child_function_2, main): Remove references to deleted variable
17307 and functions.
17308
17309 2014-03-20 Pedro Alves <palves@redhat.com>
17310
17311 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17312 Use pthread_kill to signal thread 2.
17313 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17314 Adjust to make the test send itself a signal rather than using the
17315 host's "kill" command.
17316
17317 2014-03-20 Pedro Alves <palves@redhat.com>
17318
17319 * gdb.threads/multiple-step-overs.c: New file.
17320 * gdb.threads/multiple-step-overs.exp: New file.
17321 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17322 Adjust expected infrun debug output.
17323
17324 2014-03-20 Pedro Alves <palves@redhat.com>
17325
17326 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17327 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17328
17329 2014-03-20 Pedro Alves <palves@redhat.com>
17330
17331 PR breakpoints/7143
17332 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17333 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17334 of gdb_test_multiple.
17335 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17336 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17337
17338 2014-03-20 Pedro Alves <palves@redhat.com>
17339
17340 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17341 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17342
17343 2014-03-19 Pedro Alves <palves@redhat.com>
17344
17345 * gdb.base/async.exp: Remove early return.
17346
17347 2014-03-19 Pedro Alves <palves@redhat.com>
17348
17349 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17350
17351 2014-03-19 Pedro Alves <palves@redhat.com>
17352
17353 * gdb.base/async.exp (test_background): Expect \r\n after
17354 "completed." in the fail pattern.
17355
17356 2014-03-19 Pedro Alves <palves@redhat.com>
17357
17358 * gdb.base/async.exp (test_background): New procedure.
17359 Use it for all background execution command tests.
17360
17361 2014-03-19 Pedro Alves <palves@redhat.com>
17362
17363 * gdb.base/async.exp: Use prepare_for_testing.
17364
17365 2014-03-19 Pedro Alves <palves@redhat.com>
17366
17367 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17368 the same line.
17369
17370 2014-03-19 Pedro Alves <palves@redhat.com>
17371
17372 * gdb.base/async.c (main): Add "jump here" and "until here" line
17373 marker comments.
17374 * gdb.base/async.exp (jump_here): New global.
17375 (jump& test): Use it.
17376 (until_here): New global.
17377 (until& test): Use it.
17378
17379 2014-03-19 Pedro Alves <palves@redhat.com>
17380
17381 * gdb.base/async.exp: Don't frob gdb_protocol.
17382
17383 2014-03-18 Doug Evans <xdje42@gmail.com>
17384
17385 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17386 Fix spelling of exec-done-display.
17387
17388 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17389
17390 PR gdb/15358
17391 * gdb.base/gdb-sigterm.c: New file.
17392 * gdb.base/gdb-sigterm.exp: New file.
17393
17394 2014-03-18 Pedro Alves <palves@redhat.com>
17395
17396 PR gdb/13860
17397 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17398 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17399 solib-event.
17400
17401 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17402
17403 * gdb.ada/pckd_arr_ren: New testcase.
17404
17405 2014-03-13 Doug Evans <xdje42@gmail.com>
17406
17407 PR guile/16612
17408 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17409 collect after discarding symbols.
17410
17411 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17412 Doug Evans <xdje42@gmail.com>
17413
17414 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17415 to history survives a gc.
17416
17417 2014-03-13 Pedro Alves <palves@redhat.com>
17418
17419 * gdb.base/default.exp: Don't test "target procfs".
17420
17421 2014-03-13 Pedro Alves <palves@redhat.com>
17422
17423 * gdb.base/default.exp: Update "target child" and "target procfs"
17424 tests to not expect "Unix".
17425
17426 2014-03-12 Tom Tromey <tromey@redhat.com>
17427
17428 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17429 New procs. Add target-async tests.
17430 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17431 Add target-async tests.
17432
17433 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17434
17435 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17436 'func_start' and 'func_end' for the beginning and end of the
17437 function code, respectively.
17438 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17439 'func_end' instead of 'func' and 'main'.
17440
17441 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17442
17443 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17444 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17445 generate the debug info assembler source.
17446
17447 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17448
17449 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17450 * gdb.dwarf2/arr-subrange.exp: Likewise.
17451 * gdb.dwarf2/dwz.exp: Likewise.
17452 * gdb.dwarf2/method-ptr.exp: Likewise.
17453 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17454 * gdb.dwarf2/subrange.exp: Likewise.
17455 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17456 * gdb.dwarf2/implptrpiece.exp: Likewise.
17457 * gdb.dwarf2/nostaticblock.exp: Likewise.
17458
17459 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17460
17461 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17462 directory to absolute path name arguments.
17463
17464 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17465
17466 * gdb.ada/tagged_access: New testcase.
17467
17468 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17469
17470 * gdb.btrace/data.exp: Update expected output.
17471
17472 2014-03-06 Yao Qi <yao@codesourcery.com>
17473
17474 * gdb.trace/pr16508.exp: New file.
17475
17476 2014-03-05 Pedro Alves <palves@redhat.com>
17477
17478 PR gdb/16575
17479 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17480 procedure.
17481 (top level): Adjust to use it. Add tests that exercise breakpoint
17482 interaction with the code-cache.
17483
17484 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17485
17486 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17487 test for 'history-append!'.
17488
17489 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17490
17491 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17492 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17493 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17494 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17495 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17496 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17497
17498 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17499
17500 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17501 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17502 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17503
17504 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17505
17506 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17507
17508 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17509
17510 * gdb.dwarf2/arr-stride.c: New file.
17511 * gdb.dwarf2/arr-stride.exp: New file.
17512
17513 2014-02-26 Pedro Alves <palves@redhat.com>
17514
17515 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17516 that won't ever trigger. Make sure that GDB reports the correct
17517 breakpoint that caused the stop.
17518
17519 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17520
17521 PR gdb/16626
17522 * gdb.base/auto-load-script: New file.
17523 * gdb.base/auto-load.c: New file.
17524 * gdb.base/auto-load.exp: New file.
17525
17526 PR gdb/16626
17527 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17528
17529 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17530
17531 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17532 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17533
17534 2014-02-24 Doug Evans <dje@google.com>
17535
17536 * lib/gdb.exp (run_on_host): Log error output if program fails.
17537
17538 2014-02-21 Pedro Alves <palves@redhat.com>
17539
17540 * gdb.threads/step-after-sr-lock.c: Rename to ...
17541 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17542 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17543 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17544 ... this.
17545
17546 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17547
17548 PR tdep/16397
17549 * gdb.arch/amd64-stap-special-operands.exp: New file.
17550 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17551 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17552 * gdb.arch/amd64-stap-triplet.S: Likewise.
17553 * gdb.arch/amd64-stap-triplet.c: Likewise.
17554
17555 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17556
17557 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17558 in .section pseudo-op.
17559
17560 2014-02-20 lin zuojian <manjian2006@gmail.com>
17561 Joel Brobecker <brobecker@adacore.com>
17562 Doug Evans <xdje42@gmail.com>
17563
17564 PR symtab/16581
17565 * gdb.dwarf2/dw2-icycle.S: New file.
17566 * gdb.dwarf2/dw2-icycle.c: New file.
17567 * gdb.dwarf2/dw2-icycle.exp: New file.
17568
17569 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17570
17571 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17572 operations on gdb.Value objects.
17573 * gdb.python/py-value-cc.exp: Add new test to test operations on
17574 gdb.Value objects.
17575
17576 2014-02-18 Doug Evans <dje@google.com>
17577
17578 * Makefile.in (TESTS): New variable.
17579 (expanded_tests, expanded_tests_or_none): New variables
17580 (check-single): Pass $(expanded_tests_or_none) to runtest.
17581 (check-parallel): Only run tests in $(TESTS) if non-empty.
17582 (check/no-matching-tests-found): New rule.
17583 * README: Document TESTS makefile variable.
17584
17585 2014-02-18 Doug Evans <dje@google.com>
17586
17587 * Makefile.in (check-parallel): rm -rf outputs temp.
17588
17589 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17590
17591 Fix "ERROR: no fileid for" in the testsuite.
17592 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17593
17594 2014-02-12 Doug Evans <dje@google.com>
17595
17596 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17597 (MISCELLANEOUS): New variable.
17598 (clean): rm -rf $(MISCELLANEOUS).
17599 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17600 dwp live in the same directory as symlinks, with each symlink pointed
17601 to a differently named file in a different directory.
17602
17603 2014-02-11 Doug Evans <dje@google.com>
17604
17605 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17606 of Tcl file commands.
17607
17608 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17609
17610 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17611 "kill -SIGUSR1 -1".
17612
17613 2014-02-10 Joel Brobecker <brobecker@adacore.com>
17614
17615 * gdb.ada/tick_length_array_enum_idx: New testcase.
17616
17617 2014-02-10 Doug Evans <xdje42@gmail.com>
17618
17619 * configure.ac (AC_OUTPUT): Add gdb.guile.
17620 * configure: Regenerate.
17621 * lib/gdb-guile.exp: New file.
17622 * lib/gdb.exp (get_target_charset): New function.
17623 * gdb.base/help.exp: Update expected output from "apropos apropos".
17624 * gdb.guile/Makefile.in: New file.
17625 * gdb.guile/guile.exp: New file.
17626 * gdb.guile/scm-arch.c: New file.
17627 * gdb.guile/scm-arch.exp: New file.
17628 * gdb.guile/scm-block.c: New file.
17629 * gdb.guile/scm-block.exp: New file.
17630 * gdb.guile/scm-breakpoint.c: New file.
17631 * gdb.guile/scm-breakpoint.exp: New file.
17632 * gdb.guile/scm-disasm.c: New file.
17633 * gdb.guile/scm-disasm.exp: New file.
17634 * gdb.guile/scm-equal.c: New file.
17635 * gdb.guile/scm-equal.exp: New file.
17636 * gdb.guile/scm-error.exp: New file.
17637 * gdb.guile/scm-error.scm: New file.
17638 * gdb.guile/scm-frame-args.c: New file.
17639 * gdb.guile/scm-frame-args.exp: New file.
17640 * gdb.guile/scm-frame-args.scm: New file.
17641 * gdb.guile/scm-frame-inline.c: New file.
17642 * gdb.guile/scm-frame-inline.exp: New file.
17643 * gdb.guile/scm-frame.c: New file.
17644 * gdb.guile/scm-frame.exp: New file.
17645 * gdb.guile/scm-generics.exp: New file.
17646 * gdb.guile/scm-gsmob.exp: New file.
17647 * gdb.guile/scm-iterator.c: New file.
17648 * gdb.guile/scm-iterator.exp: New file.
17649 * gdb.guile/scm-math.c: New file.
17650 * gdb.guile/scm-math.exp: New file.
17651 * gdb.guile/scm-objfile-script-gdb.in: New file.
17652 * gdb.guile/scm-objfile-script.c: New file.
17653 * gdb.guile/scm-objfile-script.exp: New file.
17654 * gdb.guile/scm-objfile.c: New file.
17655 * gdb.guile/scm-objfile.exp: New file.
17656 * gdb.guile/scm-ports.exp: New file.
17657 * gdb.guile/scm-pretty-print.c: New file.
17658 * gdb.guile/scm-pretty-print.exp: New file.
17659 * gdb.guile/scm-pretty-print.scm: New file.
17660 * gdb.guile/scm-section-script.c: New file.
17661 * gdb.guile/scm-section-script.exp: New file.
17662 * gdb.guile/scm-section-script.scm: New file.
17663 * gdb.guile/scm-symbol.c: New file.
17664 * gdb.guile/scm-symbol.exp: New file.
17665 * gdb.guile/scm-symtab-2.c: New file.
17666 * gdb.guile/scm-symtab.c: New file.
17667 * gdb.guile/scm-symtab.exp: New file.
17668 * gdb.guile/scm-type.c: New file.
17669 * gdb.guile/scm-type.exp: New file.
17670 * gdb.guile/scm-value-cc.cc: New file.
17671 * gdb.guile/scm-value-cc.exp: New file.
17672 * gdb.guile/scm-value.c: New file.
17673 * gdb.guile/scm-value.exp: New file.
17674 * gdb.guile/source2.scm: New file.
17675 * gdb.guile/types-module.cc: New file.
17676 * gdb.guile/types-module.exp: New file.
17677
17678 2014-02-10 Yao Qi <yao@codesourcery.com>
17679
17680 PR testsuite/16543
17681 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17682 * configure: Regenerated.
17683 * Makefile.in: New file.
17684
17685 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17686
17687 * gdb.python/py-framefilter.exp: Fix typo.
17688
17689 2014-02-08 Yao Qi <yao@codesourcery.com>
17690
17691 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17692 that no =breakpoint-modified is emitted when breakpoints are
17693 modified through MI commands.
17694
17695 2014-02-07 Pedro Alves <pedro@codesourcery.com>
17696 Pedro Alves <palves@redhat.com>
17697
17698 * gdb.threads/step-after-sr-lock.c: New file.
17699 * gdb.threads/step-after-sr-lock.exp: New file.
17700
17701 2014-02-07 Pedro Alves <palves@redhat.com>
17702
17703 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17704
17705 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17706
17707 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17708 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17709
17710 2014-02-06 Doug Evans <xdje42@gmail.com>
17711
17712 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17713 output.
17714
17715 * gdb.gdb/python-interrupts.exp: New file.
17716
17717 2014-02-05 Yao Qi <yao@codesourcery.com>
17718
17719 * gdb.trace/report.exp (use_collected_data): Test the output
17720 of "info threads" and "info inferiors".
17721
17722 2014-02-05 Yao Qi <yao@codesourcery.com>
17723
17724 Revert this patch:
17725
17726 2013-05-24 Yao Qi <yao@codesourcery.com>
17727
17728 * gdb.trace/tfile.exp: Test inferior and thread.
17729
17730 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17731
17732 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17733 on a function.
17734 * gdb.base/step-bt.c: Call hello via function pointer to make
17735 sure its first instruction is executed on powerpc64le-linux.
17736
17737 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17738
17739 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17740
17741 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17742
17743 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17744 of the test patterns for use on little-endian systems.
17745
17746 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17747
17748 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17749 (decimal_vector): Fix for little-endian.
17750
17751 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17752
17753 * gdb.arch/sparc-sysstep.exp: New file.
17754 * gdb.arch/sparc-sysstep.c: Likewise.
17755
17756 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17757
17758 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17759
17760 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17761
17762 2014-01-23 Tom Tromey <tromey@redhat.com>
17763
17764 * gdb.ada/array_char_idx: New testcase.
17765
17766 2014-01-23 Tom Tromey <tromey@redhat.com>
17767
17768 PR python/16487:
17769 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17770 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17771 classes.
17772
17773 2014-01-23 Tom Tromey <tromey@redhat.com>
17774
17775 PR python/16491:
17776 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17777 string from an inferior frame.
17778 * gdb.python/py-framefilter-mi.exp: Update.
17779
17780 2014-01-22 Doug Evans <dje@google.com>
17781
17782 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17783
17784 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17785
17786 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17787
17788 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17789
17790 * gdb.trace/entry-values.exp: Remove excess space character from
17791 regex patterns. Handle s390 call instruction.
17792
17793 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17794
17795 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17796 define "*_start" label. Make "name" static.
17797 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17798 ${name} by references to ${name}_start.
17799
17800 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17801
17802 * gdb.base/info-macros.exp: Remove "debug" from the compile
17803 options.
17804
17805 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17806
17807 * gdb.dlang/demangle.exp: New file.
17808
17809 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17810
17811 * gdb.dlang/primitive-types.exp: New file.
17812
17813 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17814
17815 * configure.ac: Create gdb.dlang/Makefile.
17816 * configure: Regenerate.
17817 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17818 * gdb.dlang/Makefile.in: New file.
17819 * lib/d-support.exp: New file.
17820 * lib/gdb.exp (skip_d_tests): New proc.
17821
17822 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17823
17824 * gdb.btrace/delta.exp: Check reverse stepi.
17825 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17826 * gdb.btrace/finish.exp: New.
17827 * gdb.btrace/next.exp: New.
17828 * gdb.btrace/nexti.exp: New.
17829 * gdb.btrace/record_goto.c: Add comments.
17830 * gdb.btrace/step.exp: New.
17831 * gdb.btrace/stepi.exp: New.
17832 * gdb.btrace/multi-thread-step.c: New.
17833 * gdb.btrace/multi-thread-step.exp: New.
17834 * gdb.btrace/rn-dl-bind.c: New.
17835 * gdb.btrace/rn-dl-bind.exp: New.
17836 * gdb.btrace/data.c: New.
17837 * gdb.btrace/data.exp: New.
17838 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17839
17840 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17841
17842 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17843 * gdb.btrace/exception.exp: Update.
17844 * gdb.btrace/instruction_history.exp: Update.
17845 * gdb.btrace/record_goto.exp: Update.
17846 * gdb.btrace/tailcall.exp: Update.
17847 * gdb.btrace/unknown_functions.exp: Update.
17848 * gdb.btrace/delta.exp: New.
17849
17850 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17851
17852 * gdb.btrace/record_goto.exp: Add backtrace test.
17853 * gdb.btrace/tailcall.exp: Add backtrace test.
17854
17855 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17856
17857 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17858 * gdb.btrace/record_goto.c: New.
17859 * gdb.btrace/record_goto.exp: New.
17860 * gdb.btrace/x86-record_goto.S: New.
17861
17862 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17863
17864 * gdb.btrace/function_call_history.exp: Update tests.
17865 * gdb.btrace/instruction_history.exp: Update tests.
17866
17867 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17868
17869 * gdb.btrace/function_call_history.exp: Fix expected field
17870 order for "record function-call-history".
17871 Add new tests for "record function-call-history /c".
17872 * gdb.btrace/exception.cc: New.
17873 * gdb.btrace/exception.exp: New.
17874 * gdb.btrace/tailcall.exp: New.
17875 * gdb.btrace/x86-tailcall.S: New.
17876 * gdb.btrace/x86-tailcall.c: New.
17877 * gdb.btrace/unknown_functions.c: New.
17878 * gdb.btrace/unknown_functions.exp: New.
17879 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17880
17881 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17882
17883 * gdb.btrace/instruction_history.exp: Update.
17884 * gdb.btrace/function_call_history.exp: Update.
17885
17886 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17887
17888 * gdb.btrace/function_call_history.exp: Fix expected function
17889 trace.
17890 * gdb.btrace/instruction_history.exp: Initialize traced.
17891 Remove traced_functions.
17892
17893 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17894
17895 * gdb.btrace/function_call_history.exp: Update
17896 * gdb.btrace/instruction_history.exp: Update.
17897
17898 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17899
17900 * gdb.btrace/enable.exp: Update expected text.
17901
17902 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17903
17904 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17905 bytes.
17906
17907 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17908
17909 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17910
17911 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17912
17913 * lib/gdb.exp (supports_process_record): Return true for
17914 arm*-linux*. (supports_reverse): Likewise.
17915
17916 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17917
17918 PR python/15464
17919 PR python/16113
17920 * gdb.python/py-type.c: Enhance test case.
17921 * gdb.python/py-value-cc.cc: Likewise
17922 * gdb.python/py-type.exp: Add new tests.
17923 * gdb.python/py-value-cc.exp: Likewise
17924
17925 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17926 Pedro Alves <palves@redhat.com>
17927
17928 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17929 Make "name" extern.
17930 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17931 references to ${name}_start by references to ${name}.
17932
17933 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17934
17935 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17936
17937 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17938
17939 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17940
17941 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17942 Pedro Alves <palves@redhat.com>
17943
17944 * gdb.mi/mi-info-os.exp: Connect to the target with
17945 mi_gdb_target_load.
17946
17947 2014-01-08 Pedro Alves <palves@redhat.com>
17948
17949 * gdb.threads/reconnect-signal.c: New file.
17950 * gdb.threads/reconnect-signal.exp: New file.
17951
17952 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17953
17954 * gdb.base/source-dir.exp: New file.
17955
17956 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17957
17958 * gdb.ada/mi_interface: New testcase.
17959
17960 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17961
17962 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17963 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17964 gdb.ada/pp-rec-component/pck.ads: New files.
17965
17966 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17967
17968 * gdb.python/py-pp-integral.c: New file.
17969 * gdb.python/py-pp-integral.py: New file.
17970 * gdb.python/py-pp-integral.exp: New file.
17971
17972 For older changes see ChangeLog-1993-2013.
17973 \f
17974 ;; Local Variables:
17975 ;; mode: change-log
17976 ;; left-margin: 8
17977 ;; fill-column: 74
17978 ;; version-control: never
17979 ;; End:
17980
17981 Copyright 2014-2019 Free Software Foundation, Inc.
17982 Copying and distribution of this file, with or without modification,
17983 are permitted provided the copyright notice and this notice are preserved.
This page took 0.414973 seconds and 4 git commands to generate.