8b846a13e8bd3662ce55cdc5c883352068a21b85
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2
3 * gdb.threads/omp-par-scope.c: New file.
4 * gdb/threads/omp-par-scope.exp: New file.
5
6 2019-12-10 Kevin Buettner <kevinb@redhat.com>
7
8 * lib/gdb.exp (support_nested_function_tests): New proc.
9
10 2019-12-10 Kevin Buettner <kevinb@redhat.com>
11
12 * lib/gdb.exp (gdb_compile_openmp): New proc.
13 (build_executable_from_specs): Add an "openmp" option.
14 (gdb_compile_pthreads): Add non-executable case.
15
16 2019-12-10 Tom Tromey <tromey@adacore.com>
17
18 * gdb.ada/unchecked_union.exp: New file.
19 * gdb.ada/unchecked_union/pck.adb: New file.
20 * gdb.ada/unchecked_union/pck.ads: New file.
21 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
22 * gdb-utils.exp (string_to_regexp): Also quote "?".
23
24 2019-12-10 George Barrett <bob@bob131.so>
25
26 Test scripted probe breakpoints.
27 * gdb.guile/scm-breakpoint.c (main): Add probe point.
28 * gdb.python/py-breakpoint.c (main): Likewise.
29 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
30 specifier test.
31 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
32
33 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
34
35 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
36 an rvalue parameter.
37 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
38 parameter.
39
40 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
41
42 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
43 modules.
44
45 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
46
47 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
48 broken version of GCC.
49
50 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
51
52 * gdb.fortran/info-modules.exp: Rewrite to make use of new
53 sym-info-cmds library.
54 * gdb.fortran/info-types.exp: Likewise.
55 * lib/sym-info-cmds.exp: New file.
56
57 2019-12-08 Tom de Vries <tdevries@suse.de>
58
59 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
60
61 2019-12-07 Keith Seitz <keiths@redhat.com>
62
63 * gdb.base/corefile-buildid-shlib-shr.c: New file.
64 * gdb.base/corefile-buildid-shlib.c: New file.
65 * gdb.base/corefile-buildid.c: New file.
66 * gdb.base/corefile-buildid.exp: New file.
67
68 2019-12-06 Tom de Vries <tdevries@suse.de>
69
70 * gdb.dwarf2/varval.exp: Add decl before def test.
71
72 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
73
74 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
75
76 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
77
78 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
79 CV and reference conversion for overload resolution.
80 * gdb.cp/rvalue-ref-overload.exp: Test it.
81
82 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
83
84 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
85 * gdb.base/frameapply.exp: Test faas without command.
86
87 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
88
89 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
90 Fortran tests.
91 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
92 order.
93
94 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
95
96 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
97 casting to type with no kind specified.
98 (test_basic_parsing_of_type_kinds): Additional tests for types
99 with no kind specified, and add tests for single/double
100 precision/complex types.
101
102 2019-12-04 Tom Tromey <tromey@adacore.com>
103
104 * gdb.base/endianity.c (struct other) <x>: New field.
105 (main): Initialize it.
106 * gdb.base/endianity.exp: Update.
107
108 2019-12-04 Tom Tromey <tromey@adacore.com>
109
110 * gdb.ada/scalar_storage/storage.adb: New file.
111 * gdb.ada/scalar_storage/pck.adb: New file.
112 * gdb.ada/scalar_storage/pck.ads: New file.
113 * gdb.ada/scalar_storage.exp: New file.
114
115 2019-12-04 Tom Tromey <tromey@adacore.com>
116
117 * gdb.base/endianity.c (struct otherendian) <f>: New field.
118 (main): Initialize it.
119 * gdb.base/endianity.exp: Update.
120
121 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
122
123 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
124
125 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
126
127 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
128 -symbol-info-module-functions and -symbol-info-module-variables.
129
130 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
131
132 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
133
134 2019-12-01 Richard Bunt <richard.bunt@arm.com>
135 Andrew Burgess <andrew.burgess@embecosm.com>
136
137 * gdb.fortran/derived-type-striding.exp: New file.
138 * gdb.fortran/derived-type-striding.f90: New file.
139 * gdb.fortran/array-slices.exp: New file.
140 * gdb.fortran/array-slices.f90: New file.
141
142 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
143
144 * gdb.base/define.exp: Test . in command names.
145 * gdb.base/setshow.exp: Update test, as . is now part of
146 command name.
147
148 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
149
150 * gdb.base/define-prefix.exp: New file.
151
152 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
153
154 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
155 compile.
156 (skip_btrace_pt_tests): Likewise.
157
158 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
159
160 * gdb.fortran/info-modules.exp: Compile source files in correct
161 order.
162
163 2019-11-27 Kevin Buettner <kevinb@redhat.com>
164
165 * gdb.dwarf2/imported-unit.exp: New file.
166 * gdb.dwarf2/imported-unit.c: New file.
167
168 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
169
170 * gdb.mi/mi-fortran-modules-2.f90: New file.
171 * gdb.mi/mi-fortran-modules.exp: New file.
172 * gdb.mi/mi-fortran-modules.f90: New file.
173
174 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
175
176 * gdb.mi/mi-sym-info-1.c: New file.
177 * gdb.mi/mi-sym-info-2.c: New file.
178 * gdb.mi/mi-sym-info.exp: New file.
179
180 2019-11-22 Tom Tromey <tromey@adacore.com>
181
182 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
183 * gdb.ada/tasks/foo.adb: Add another stopping location.
184
185 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
186
187 * gdb.base/endianity.c: New test.
188 * gdb.base/endianity.exp: New file.
189
190 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
191
192 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
193
194 2019-11-21 Tom de Vries <tdevries@suse.de>
195
196 PR gdb/24956
197 * gdb.base/ui-redirect.exp: Test output of user-defined command.
198
199 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
200
201 * gdb.python/py-progspace.exp: Add missing parentheses on some
202 'print' commands.
203
204 2019-11-19 Tom Tromey <tom@tromey.com>
205
206 * gdb.tui/winheight.exp: New file.
207
208 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
209
210 * gdb.base/ctf-whatis.c: Delete.
211 * gdb.base/ctf-whatis.exp: Delete.
212 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
213
214 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
215
216 * gdb.base/ctf-cvexpr.exp: Delete.
217 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
218
219 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
220
221 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
222 the compiler. Clean up header comment a little.
223 * gdb.base/ctf-ptype.exp: Likewise.
224 * gdb.base/ctf-whatis.exp: Likewise.
225 * lib/gdb.exp (skip_ctf_tests): New proc.
226
227 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
228
229 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
230 * gdb.tui/corefile-run.exp: New file.
231
232 2019-11-14 Tom Tromey <tromey@adacore.com>
233
234 * gdb.base/gdbvars.exp (test_convenience_variables): Add
235 regression tests.
236
237 2019-11-12 Tom Tromey <tom@tromey.com>
238
239 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
240 after any command. Expect prompt after WAIT_FOR is seen.
241 (enter_tui): Enable resize messages.
242 (command): Expect command in output.
243 (get_line): Avoid error when cursor appears to be off-screen.
244 (dump_screen): Include screen size in title.
245 (_do_resize): New proc, from "resize".
246 (resize): Rewrite. Do resize in two steps.
247 * gdb.tui/empty.exp (layouts): Fix entries.
248 (check_boxes): Remove xfail.
249 (check_text): Dump screen on failure.
250
251 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
252
253 * gdb.python/py-symbol.exp: Add test for
254 gdb.lookup_static_symbols.
255
256 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
257
258 * gdb.python/py-symbol.c: Declare and call function from new
259 py-symbol-2.c file.
260 * gdb.python/py-symbol.exp: Compile both source files, and add new
261 tests for gdb.lookup_static_symbol.
262 * gdb.python/py-symbol-2.c: New file.
263
264 2019-11-02 Tom de Vries <tdevries@suse.de>
265
266 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
267 * gdb.base/anon.exp: Same.
268 * gdb.base/auto-connect-native-target.exp: Same.
269 * gdb.base/call-ar-st.exp: Same.
270 * gdb.base/catch-syscall.exp: Same.
271 * gdb.base/commands.exp: Same.
272 * gdb.base/default.exp: Same.
273 * gdb.base/display.exp: Same.
274 * gdb.base/float.exp: Same.
275 * gdb.base/foll-fork.exp: Same.
276 * gdb.base/help.exp: Same.
277 * gdb.base/info-macros.exp: Same.
278 * gdb.base/info-proc.exp: Same.
279 * gdb.base/info-target.exp: Same.
280 * gdb.base/long_long.exp: Same.
281 * gdb.base/macscp.exp: Same.
282 * gdb.base/memattr.exp: Same.
283 * gdb.base/nofield.exp: Same.
284 * gdb.base/pointers.exp: Same.
285 * gdb.base/printcmds.exp: Same.
286 * gdb.base/ptype.exp: Same.
287 * gdb.base/restore.exp: Same.
288 * gdb.base/return.exp: Same.
289 * gdb.base/scope.exp: Same.
290 * gdb.base/set-noassign.exp: Same.
291 * gdb.base/setshow.exp: Same.
292 * gdb.base/shlib-call.exp: Same.
293 * gdb.base/signals.exp: Same.
294 * gdb.base/sigstep.exp: Same.
295 * gdb.base/skip.exp: Same.
296 * gdb.base/solib-symbol.exp: Same.
297 * gdb.base/stap-probe.exp: Same.
298 * gdb.base/step-line.exp: Same.
299 * gdb.base/step-test.exp: Same.
300 * gdb.base/style.exp: Same.
301 * gdb.base/varargs.exp: Same.
302 * gdb.base/vla-datatypes.exp: Same.
303 * gdb.base/vla-ptr.exp: Same.
304 * gdb.base/vla-sideeffect.exp: Same.
305 * gdb.base/volatile.exp: Same.
306 * gdb.base/watch-cond-infcall.exp: Same.
307 * gdb.base/watchpoint.exp: Same.
308
309 2019-11-02 Tom de Vries <tdevries@suse.de>
310
311 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
312 * gdb.cp/cpexprs.exp: Same.
313 * gdb.cp/except-multi-location.exp: Same.
314 * gdb.cp/exceptprint.exp: Same.
315 * gdb.cp/gdb2384.exp: Same.
316 * gdb.cp/inherit.exp: Same.
317 * gdb.cp/m-static.exp: Same.
318 * gdb.cp/meth-typedefs.exp: Same.
319 * gdb.cp/misc.exp: Same.
320 * gdb.cp/namespace.exp: Same.
321 * gdb.cp/non-trivial-retval.exp: Same.
322 * gdb.cp/overload.exp: Same.
323 * gdb.cp/pr17132.exp: Same.
324 * gdb.cp/re-set-overloaded.exp: Same.
325 * gdb.cp/rvalue-ref-types.exp: Same.
326 * gdb.cp/templates.exp: Same.
327
328 2019-11-01 Luis Machado <luis.machado@linaro.org>
329
330 PR gdb/25124
331
332 * gdb.arch/pr25124.S: New file.
333 * gdb.arch/pr25124.exp: New file.
334
335 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
336
337 * gdb.fortran/info-modules.exp: Update expected results, and add
338 additional tests for 'info module functinos', and 'info module
339 variables'.
340 * gdb.fortran/info-types.exp: Update expected results.
341 * gdb.fortran/info-types.f90: Extend testcase with additional
342 module variables and functions.
343
344 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
345
346 * gdb.fortran/info-modules.exp: New file.
347 * gdb.fortran/info-types.exp: Build with new file.
348 * gdb.fortran/info-types.f90: Include and use new module.
349 * gdb.fortran/info-types-2.f90: New file.
350
351 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
352
353 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
354 * gdb.base/settings.exp: Test all settings types using
355 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
356 that now verifies that the value of "maint show" is the same as
357 returned by the settings functions. Test the type of the
358 maintenance settings.
359 * gdb.base/default.exp: Update show_conv_list.
360
361 2019-10-31 Tom de Vries <tdevries@suse.de>
362
363 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
364 gdb_test.
365 * gdb.arch/amd64-disp-step.exp: Same.
366 * gdb.asm/asm-source.exp: Same.
367 * gdb.btrace/buffer-size.exp: Same.
368 * gdb.btrace/cpu.exp: Same.
369 * gdb.btrace/enable.exp: Same.
370 * gdb.dwarf2/count.exp: Same.
371 * gdb.dwarf2/dw2-ranges-func.exp: Same.
372 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
373 * gdb.fortran/vla-datatypes.exp: Same.
374 * gdb.fortran/vla-history.exp: Same.
375 * gdb.fortran/vla-ptype.exp: Same.
376 * gdb.fortran/vla-value.exp: Same.
377 * gdb.fortran/whatis_type.exp: Same.
378 * gdb.guile/guile.exp: Same.
379 * gdb.multi/tids.exp: Same.
380 * gdb.python/py-finish-breakpoint.exp: Same.
381 * gdb.python/py-framefilter.exp: Same.
382 * gdb.python/py-pp-registration.exp: Same.
383 * gdb.python/py-xmethods.exp: Same.
384 * gdb.python/python.exp: Same.
385 * gdb.server/connect-with-no-symbol-file.exp: Same.
386 * gdb.server/no-thread-db.exp: Same.
387 * gdb.server/run-without-local-binary.exp: Same.
388 * gdb.stabs/weird.exp: Same.
389 * gdb.threads/attach-many-short-lived-threads.exp: Same.
390 * gdb.threads/thread-find.exp: Same.
391 * gdb.threads/tls-shared.exp: Same.
392 * gdb.threads/tls.exp: Same.
393 * gdb.threads/wp-replication.exp: Same.
394 * gdb.trace/ax.exp: Same.
395 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
396
397 2019-10-31 Tom de Vries <tdevries@suse.de>
398
399 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
400 * gdb.ada/array_subscript_addr.exp: Same.
401 * gdb.ada/arrayidx.exp: Same.
402 * gdb.ada/arrayparam.exp: Same.
403 * gdb.ada/arrayptr.exp: Same.
404 * gdb.ada/boolean_expr.exp: Same.
405 * gdb.ada/call_pn.exp: Same.
406 * gdb.ada/complete.exp: Same.
407 * gdb.ada/fixed_cmp.exp: Same.
408 * gdb.ada/fun_addr.exp: Same.
409 * gdb.ada/funcall_param.exp: Same.
410 * gdb.ada/interface.exp: Same.
411 * gdb.ada/mod_from_name.exp: Same.
412 * gdb.ada/null_array.exp: Same.
413 * gdb.ada/packed_array.exp: Same.
414 * gdb.ada/packed_tagged.exp: Same.
415 * gdb.ada/print_chars.exp: Same.
416 * gdb.ada/print_pc.exp: Same.
417 * gdb.ada/ptype_arith_binop.exp: Same.
418 * gdb.ada/ptype_field.exp: Same.
419 * gdb.ada/ptype_tagged_param.exp: Same.
420 * gdb.ada/rec_return.exp: Same.
421 * gdb.ada/ref_tick_size.exp: Same.
422 * gdb.ada/str_ref_cmp.exp: Same.
423 * gdb.ada/taft_type.exp: Same.
424 * gdb.ada/tagged.exp: Same.
425 * gdb.ada/type_coercion.exp: Same.
426 * gdb.ada/uninitialized_vars.exp: Same.
427
428 2019-10-30 Tom de Vries <tdevries@suse.de>
429
430 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
431
432 2019-10-26 Tom de Vries <tdevries@suse.de>
433
434 * gdb.base/bigcore.c: Fix typos in comments.
435 * gdb.base/ctf-ptype.c: Same.
436 * gdb.base/long_long.c: Same.
437 * gdb.dwarf2/dw2-op-out-param.S: Same.
438 * gdb.python/py-evthreads.c: Same.
439 * gdb.reverse/i387-stack-reverse.c: Same.
440 * gdb.trace/tfile.c: Same.
441 * lib/compiler.c: Same.
442 * lib/compiler.cc: Same.
443
444 2019-10-25 Tom de Vries <tdevries@suse.de>
445
446 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
447 gdb_test_multiple calls.
448 * gdb.reverse/sigall-reverse.exp: Same.
449 * gdb.reverse/solib-precsave.exp: Same.
450 * gdb.reverse/solib-reverse.exp: Same.
451 * gdb.reverse/until-precsave.exp: Same.
452 * gdb.reverse/until-reverse.exp: Same.
453
454 2019-10-24 Tom de Vries <tdevries@suse.de>
455
456 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
457 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
458 kfail using -wrap pattern flag and convenience variable
459 gdb_test_name.
460
461 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
462
463 * gdb.python/py-progspace.exp: Add tests for the
464 Progspace.block_for_pc method.
465
466 2019-10-23 Tom Tromey <tom@tromey.com>
467
468 * configure: Rebuild.
469 * aclocal.m4: Use m4_include, not sinclude.
470
471 2019-10-21 Tom de Vries <tdevries@suse.de>
472
473 * gdb.base/infcall-nested-structs.c: Add
474 __attribute__((noinline,noclone)) to all functions.
475 (call_all): Add missing variable initialization. Simplify return value.
476 (breakpt): Increment volatile variable, to prevent call from being
477 optimized out.
478 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
479
480 2019-10-17 Tom de Vries <tdevries@suse.de>
481
482 * gdb.fortran/module.exp: Allow info variables to print info for files
483 other than module.f90.
484
485 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
486
487 * gdb.fortran/module.exp: Extend with 'info variables' test.
488
489 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
490
491 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
492 F77_FOR_TARGET.
493
494 2019-10-16 Tom de Vries <tdevries@suse.de>
495
496 PR tdep/25096
497 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
498
499 2019-10-16 Tom de Vries <tdevries@suse.de>
500
501 PR tdep/24104
502 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
503 Add KFAIL for PR tdep/25096.
504
505 2019-10-16 Tom de Vries <tdevries@suse.de>
506
507 PR testsuite/25059
508 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
509
510 2019-10-16 Tom de Vries <tdevries@suse.de>
511
512 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
513 as signed.
514
515 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
516
517 * gdb.mi/list-thread-groups-available.exp: Read entries one by
518 one instead of increasing timeout.
519
520 2019-10-13 Tom de Vries <tdevries@suse.de>
521
522 PR record/25038
523 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
524 * gdb.reverse/sigall-reverse.exp: Same.
525 * gdb.reverse/solib-precsave.exp: Same.
526 * gdb.reverse/solib-reverse.exp: Same.
527 * gdb.reverse/step-precsave.exp: Same.
528 * gdb.reverse/until-precsave.exp: Same.
529 * gdb.reverse/until-reverse.exp: Same.
530 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
531
532 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
533
534 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
535 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
536 (cmp_struct_05_01, cmp_struct_static_02_01)
537 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
538 comparisons.
539
540 2019-10-10 Tom de Vries <tdevries@suse.de>
541
542 PR testsuite/24888
543 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
544 gnatlink.
545
546 2019-10-09 Tom de Vries <tdevries@suse.de>
547
548 PR testsuite/25048
549 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
550
551 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
552
553 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
554 exceptions due to missing debug information.
555
556 2019-10-07 Tom de Vries <tdevries@suse.de>
557
558 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
559
560 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
561
562 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
563 * gdb.base/annota1.exp: Update to use gdb_test_name.
564
565 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
566
567 * gdb.base/ctf-whatis.exp: New file.
568 * gdb.base/ctf-whatis.c: New file.
569 * gdb.base/ctf-ptype.exp: New file.
570 * gdb.base/ctf-ptype.c: New file.
571 * gdb.base/ctf-constvars.exp: New file.
572 * gdb.base/ctf-constvars.c: New file.
573 * gdb.base/ctf-cvexpr.exp: New file.
574
575 2019-10-04 Tom de Vries <tdevries@suse.de>
576
577 * gdb.cp/local-static.c (main): Move declaration of int i out of the
578 for loop.
579
580 2019-10-03 Tom Tromey <tom@tromey.com>
581
582 PR rust/24976:
583 * gdb.rust/simple.rs (Union2): New type.
584 (main): Use Union2.
585 * gdb.rust/simple.exp: Add test.
586
587 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
588
589 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
590 nested function prefix.
591
592 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
593 Richard Bunt <richard.bunt@arm.com>
594 Andrew Burgess <andrew.burgess@embecosm.com>
595
596 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
597 nested functions.
598 * gdb.fortran/nested-funcs.f90: Update expected results.
599 * gdb.fortran/nested-funcs-2.exp: New file.
600 * gdb.fortran/nested-funcs-2.f90: New file.
601
602 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
603
604 * gdb.python/py-parameter.exp: Make test names unique.
605 * gdb.python/py-template.exp: Likewise.
606 * gdb.python/py-value.exp: Likewise.
607
608 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
609
610 * gdb.base/break-interp.exp: Reduce test name duplication.
611 * gdb.base/call-sc.exp: Likewise.
612 * gdb.base/callfuncs.exp: Likewise.
613 * gdb.base/charset.exp: Likewise.
614 * gdb.base/dump.exp: Likewise.
615 * gdb.base/ena-dis-br.exp: Likewise.
616 * gdb.base/relational.exp: Likewise.
617 * gdb.base/step-over-syscall.exp: Likewise.
618 * gdb.base/structs.exp: Likewise.
619
620 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
621
622 * gdb.linespec/explicit.exp: Make test names unique.
623 * gdb.linespec/ls-errs.exp: Likewise.
624
625 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
626
627 * gdb.reverse/break-precsave.exp: Make test names unique.
628 * gdb.reverse/break-reverse.exp: Likewise.
629 * gdb.reverse/finish-precsave.exp: Likewise.
630 * gdb.reverse/finish-reverse.exp: Likewise.
631 * gdb.reverse/machinestate-precsave.exp: Likewise.
632 * gdb.reverse/machinestate.exp: Likewise.
633 * gdb.reverse/readv-reverse.exp: Likewise.
634 * gdb.reverse/recvmsg-reverse.exp: Likewise.
635 * gdb.reverse/sigall-precsave.exp: Likewise.
636 * gdb.reverse/sigall-reverse.exp: Likewise.
637 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
638 * gdb.reverse/watch-precsave.exp: Likewise.
639 * gdb.reverse/watch-reverse.exp: Likewise.
640
641 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
642
643 * gdb.threads/stop-with-handle.c: New file.
644 * gdb.threads/stop-with-handle.exp: New file.
645
646 2019-10-03 Tom de Vries <tdevries@suse.de>
647
648 PR testsuite/25059
649 * gdb.base/list-missing-source.exp: Allowing the "Compilation
650 directory" line to be missing.
651
652 2019-10-03 Tom de Vries <tdevries@suse.de>
653
654 PR testsuite/25059
655 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
656 type optional.
657
658 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
659
660 * gdb.python/py-format-string.c (string.h): New include.
661 (main): Fill a_struct_with_union.the_union.an_int with bytes of
662 the same value, for endianness-independence.
663 * gdb.python/py-format-string.exp (default_regexp_dict)
664 (test_pretty_structs, test_format): Adjust expected output to the
665 changed initialization.
666
667 2019-10-02 Tom Tromey <tromey@adacore.com>
668
669 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
670
671 2019-10-02 Pedro Alves <palves@redhat.com>
672 Andrew Burgess <andrew.burgess@embecosm.com>
673
674 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
675 "print-file-var.h".
676 (this_version_id) Use ATTRIBUTE_VISIBILITY.
677 (get_version_1): Print this_version_id and its address.
678 Add extern "C" wrappers around interface functions.
679 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
680 "print-file-var.h".
681 (this_version_id) Use ATTRIBUTE_VISIBILITY.
682 (get_version_2): Print this_version_id and its address.
683 Add extern "C" wrappers around interface functions.
684 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
685 <stddef.h> and "print-file-var.h".
686 Add extern "C" wrappers around interface functions.
687 [VERSION_ID_MAIN] (this_version_id): Define.
688 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
689 * gdb.base/print-file-var.h: Add some #defines to simplify setting
690 up extern "C" blocks.
691 * gdb.base/print-file-var.exp (test): New, factored out from top
692 level.
693 (top level): Test all combinations of attribute hidden or not,
694 dlopen or not, and this_version_id symbol in main file or not.
695 Compile tests as both C++ and C, make test names unique.
696
697 2019-10-01 Tom Tromey <tom@tromey.com>
698
699 * gdb.base/style.exp: Test "show logging filename".
700
701 2019-10-01 Tom Tromey <tom@tromey.com>
702
703 * lib/gdb-utils.exp (style): Handle "metadata" argument.
704 * gdb.base/style.exp: Add metadata style test.
705
706 2019-10-01 Tom Tromey <tom@tromey.com>
707
708 * gdb.base/style.exp: Test "pwd".
709
710 2019-10-01 Tom Tromey <tom@tromey.com>
711
712 * gdb.base/style.exp: Update tests.
713
714 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
715
716 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
717 'six' to unsigned.
718 (s1): Initialize fields 'four' and 'six' instead of 'three' and
719 'five'. Use an all-ones bit pattern for each.
720 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
721 to its changed values.
722
723 2019-09-30 Tom Tromey <tromey@adacore.com>
724
725 * gdb.rust/traits.rs: Disable all warnings.
726
727 2019-09-29 Tom de Vries <tdevries@suse.de>
728
729 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
730
731 2019-09-29 Tom de Vries <tdevries@suse.de>
732
733 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
734
735 2019-09-27 Tom de Vries <tdevries@suse.de>
736
737 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
738
739 2019-09-27 Tom de Vries <tdevries@suse.de>
740
741 PR record/23188
742 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
743
744 2019-09-26 Tom Tromey <tromey@adacore.com>
745
746 * gdb.ada/py_taft.exp: New file.
747 * gdb.ada/py_taft/main.adb: New file.
748 * gdb.ada/py_taft/pkg.adb: New file.
749 * gdb.ada/py_taft/pkg.ads: New file.
750
751 2019-09-24 Tom de Vries <tdevries@suse.de>
752
753 PR gdb/24598
754 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
755
756 2019-09-22 Tom de Vries <tdevries@suse.de>
757
758 * gdb.base/restore.exp: Allow register variables to be optimized out at
759 -O0.
760
761 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
762
763 * gdb.arch/spu-info.exp: Remove file.
764 * gdb.arch/spu-info.c: Remove file.
765 * gdb.arch/spu-ls.exp: Remove file.
766 * gdb.arch/spu-ls.c: Remove file.
767
768 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
769 * gdb.asm/spu.inc: Remove file.
770
771 * gdb.base/dump.exp: Remove support for spu*-*-*.
772 * gdb.base/stack-checking.exp: Likewise.
773 * gdb.base/overlays.exp: Likewise.
774 * gdb.base/ovlymgr.c: Likewise.
775 * gdb.base/spu.ld: Remove file.
776
777 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
778 * gdb.cp/cpexprs.exp: Likewise.
779 * gdb.cp/exception.exp: Likewise.
780 * gdb.cp/gdb2495.exp: Likewise.
781 * gdb.cp/mb-templates.exp: Likewise.
782 * gdb.cp/pr9167.exp: Likewise.
783 * gdb.cp/userdef.exp: Likewise.
784
785 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
786
787 * gdb.cell: Remove directory.
788 * lib/cell.exp: Remove file.
789
790 2019-09-19 Tom de Vries <tdevries@suse.de>
791
792 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
793
794 2019-09-19 Tom de Vries <tdevries@suse.de>
795
796 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
797
798 2019-09-19 Tom de Vries <tdevries@suse.de>
799
800 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
801 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
802 (gdb_target_cmd): ... here.
803 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
804 value 2.
805
806 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
807
808 * gdb.base/source-dir.exp: Avoid having directory names in test
809 names.
810
811 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
812
813 * gdb.base/source-dir.exp: Add extra test for mapped compilation
814 directory.
815
816 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
817
818 * gdb.base/list-missing-source.exp: New file.
819
820 2019-09-14 Tom de Vries <tdevries@suse.de>
821
822 PR teststuite/24599
823 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
824 * lib/ada.exp (gnatmake_version_at_least): New proc.
825
826 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
827
828 * gdb.base/maint.exp: Use exec_has_index_section.
829
830 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
831
832 * gdb.base/maint.exp: Add test for 'maint info sections'.
833
834 2019-09-12 Tom de Vries <tdevries@suse.de>
835
836 * gdb.base/store.exp: Allow register variables to be optimized out at
837 -O0.
838
839 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
840
841 * gdb.ada/rdv_wait.exp: Update to new task names.
842 * gdb.base/task_switch_in_core.exp: Likewise.
843 * gdb.base/info_sources_base.c: Likewise.
844
845 2019-09-10 Tom Tromey <tromey@adacore.com>
846
847 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
848
849 2019-09-10 Tom Tromey <tromey@adacore.com>
850
851 * gdb.ada/dgopt.exp: New file.
852 * gdb.ada/dgopt/x.adb: New file.
853
854 2019-09-08 Tom Tromey <tom@tromey.com>
855
856 * gdb.tui/resize.exp: Remove setup_xfail.
857 * gdb.tui/regs.exp: Remove setup_xfail.
858 * gdb.tui/basic.exp: Remove setup_xfail.
859
860 2019-09-06 David Blaikie <dblaikie@gmail.com>
861
862 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
863 * gdb.cp/cplabel.exp: Ditto.
864 * gdb.linespec/ls-errs.exp: Ditto.
865
866 2019-09-05 Tom de Vries <tdevries@suse.de>
867
868 * lib/gdb.exp (cmp_file_string): New proc.
869 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
870 runto_main. Verify save breakpoints output.
871
872 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
873
874 * gdb.base/info-var.exp: Test info variables without running
875 to main, to avoid expect's buffer overflow.
876
877 2019-09-03 Tom Tromey <tromey@adacore.com>
878
879 * gdb.ada/bias.exp: New file.
880 * gdb.ada/bias/bias.adb: New file.
881 * gdb.ada/print_chars.exp: Add regression test.
882 * gdb.ada/print_chars/foo.adb (My_Character): New type.
883 (MC): New variable.
884
885 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
886
887 * gdb.base/argv0-symlink.exp: Run only on native target
888 and local host.
889
890 2019-08-29 Tom de Vries <tdevries@suse.de>
891
892 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
893 diverse debug info.
894 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
895
896 2019-08-28 Tom de Vries <tdevries@suse.de>
897
898 * gdb.base/info-var.exp: Allow info variables to print info for files
899 other than info-var-f1.c and info-var-f2.c.
900
901 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
902
903 * gdb.fortran/info-types.exp: Add module.
904 * gdb.fortran/info-types.f90: Update expected results.
905
906 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
907
908 * gdb.fortran/info-types.exp: New file.
909 * gdb.fortran/info-types.f90: New file.
910 * lib/fortran.exp (fortran_character1): New proc.
911
912 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
913
914 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
915 functions'. Reindent as needed.
916 * gdb.base/info-var-f1.c: New file.
917 * gdb.base/info-var-f2.c: New file.
918 * gdb.base/info-var.exp: New file.
919 * gdb.base/info-var.h: New file.
920
921 2019-08-26 Tom de Vries <tdevries@suse.de>
922
923 PR c++/24852
924 * gdb.cp/no-libstdcxx-probe.exp: New test.
925
926 2019-08-26 Tom de Vries <tdevries@suse.de>
927
928 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
929 * tests need to be skipped.
930 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
931 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
932 mi_skip_libstdcxx_probe_tests.
933
934 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
935
936 * gdb.python/py-xmethods.exp: Use raw strings when passing
937 arguments to SimpleXMethodMatcher.
938
939 2019-08-22 Tom de Vries <tdevries@suse.de>
940
941 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
942 more informative.
943
944 2019-08-21 Pedro Alves <palves@redhat.com>
945
946 * gdb.base/with.exp: Test "with" with no arguments.
947
948 2019-08-21 Tom de Vries <tdevries@suse.de>
949
950 * gdb.base/gdb-caching-proc.exp: Sort files.
951
952 2019-08-20 Tom de Vries <tdevries@suse.de>
953
954 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
955 compilation.
956
957 2019-08-16 Tom de Vries <tdevries@suse.de>
958
959 * gdb.base/compare-sections.exp ("after run to main"): Allow
960 mismatched read-only sections for PIE executables.
961
962 2019-08-16 Tom Tromey <tom@tromey.com>
963
964 * lib/tuiterm.exp (_csi_Z): New proc.
965 * gdb.tui/basic.exp: Update window positions.
966 * gdb.tui/empty.exp: Update window positions.
967
968 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
969
970 * gdb.base/examine-backward.exp: Correct regexp for
971 "examine 3 bytes backward from ${address_zero}".
972
973 2019-08-15 Tom Tromey <tom@tromey.com>
974
975 * gdb.tui/empty.exp: Enable resizing tests.
976
977 2019-08-15 Tom Tromey <tromey@adacore.com>
978
979 * gdb.ada/char_enum.exp: Add regression tests.
980 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
981 and '0'.
982 (Char, Gchar): Update.
983 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
984
985 2019-08-15 Christian Biesinger <cbiesinger@google.com>
986
987 * gdb.python/python.exp: Expect a leading underscore on
988 GdbOutput{,Error}File.
989
990 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
991
992 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
993 Windows host.
994
995 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
996
997 * gdb.base/batch-preserve-term-settings.exp
998 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
999
1000 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1001
1002 * lib/gdb.exp: When running on a mingw target, replace
1003 /x/ with x:/.
1004
1005 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1006
1007 * gdb.arch/aarch64-prologue.c: New test.
1008 * gdb.arch/aarch64-prologue.exp: New file.
1009
1010 2019-08-13 Tom de Vries <tdevries@suse.de>
1011
1012 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1013 Thread.
1014
1015 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1016
1017 * gdb.python/py-completion.exp: Download the .py file to the host
1018 and use its host pathname. Conditionalize tests that use
1019 tab completion and manipulate files on the build machine.
1020 * gdb.python/py-events.exp: Download the .py file to the host
1021 and use its host pathname.
1022 * gdb.python/py-evsignal.exp: Likewise.
1023 * gdb.python/py-evthreads.exp: Likewise.
1024 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1025 pathname syntax.
1026 * gdb.python/py-framefilter.exp: Download the .py file to the right
1027 place on the host. Match Windows pathname syntax.
1028 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1029 .py file to the host and use its host pathname.
1030 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1031 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1032 build pathname. Skip symlink test on Windows host. Add missing
1033 newline at end of file.
1034 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1035 and use its host pathname.
1036 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1037 * gdb.python/py-section-script.exp: Use host location of binfile
1038 on safe-path. Use correct path separator on Windows host.
1039 Reorder alternatives in gdb_test_multiple to prevent matching
1040 the wrong alternative on success.
1041 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1042
1043 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1044
1045 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1046 expect the GDB inferior to no longer immediately stop after
1047 being resumed with "signal SIGINT".
1048
1049 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1050
1051 * gdb.linespec/break-ask.exp: Generalize regexps to match
1052 Windows pathnames too.
1053
1054 2019-08-08 Tom de Vries <tdevries@suse.de>
1055
1056 PR testsuite/24862
1057 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1058
1059 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1060
1061 * gdb.base/style.exp: Update tests for help doc new invariants.
1062 * gdb.base/help.exp: Likewise.
1063
1064 2019-08-06 Tom Tromey <tom@tromey.com>
1065
1066 * gdb.base/style.exp: Add disassemble test.
1067 * gdb.base/style.c (some_called_function): New function.
1068 (main): Use it.
1069
1070 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1071
1072 * gdb.python/py-block.exp: Test dictionary access on blocks.
1073
1074 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1075
1076 PR gdb/24863
1077 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1078 -list-thread-groups --available test when running under
1079 check-read1.
1080
1081 2019-08-05 Tom de Vries <tdevries@suse.de>
1082
1083 PR testsuite/24863
1084 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1085 * gdb.base/help.exp: Use with_read1_timeout_factor.
1086 * gdb.base/info-macros.exp: Same.
1087 * gdb.cp/nested-types.exp: Same.
1088
1089 2019-08-05 Tom de Vries <tdevries@suse.de>
1090
1091 * lib/gdb.exp (version_at_least): Factor out of ...
1092 (tcl_version_at_least): ... here.
1093 (gdb_compile): Fail if pie results in non-PIE executable.
1094 (readelf_version, readelf_prints_pie): New proc.
1095 (exec_is_pie): Return -1 if unknown.
1096
1097 2019-08-05 Tom de Vries <tdevries@suse.de>
1098
1099 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1100
1101 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1102
1103 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1104
1105 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1106
1107 * lib/completion-support.exp (test_gdb_complete_none): Skip
1108 tab completion tests if no readline support.
1109 (test_gdb_complete_unique_re): Likewise.
1110 (test_gdb_complete_multiple): Likewise.
1111
1112 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1113
1114 * gdb.base/info_sources.exp: New file.
1115 * gdb.base/info_sources.c: New file.
1116 * gdb.base/info_sources_base.c: New file.
1117
1118 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1119
1120 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1121 prefix argument.
1122 (test_exit_status): Add prefix argument.
1123
1124 2019-08-01 Tom de Vries <tdevries@suse.de>
1125
1126 PR testsuite/24863
1127 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1128 calling exp_continue for new thread and thread exited messages.
1129
1130 2019-08-01 Tom de Vries <tdevries@suse.de>
1131
1132 PR testsuite/24863
1133 * gdb.base/structs.exp: Fix check-read1 timeout using
1134 gdb_test_sequence.
1135 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1136
1137 2019-08-01 Tom de Vries <tdevries@suse.de>
1138
1139 PR testsuite/24863
1140 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1141 line.
1142
1143 2019-08-01 Tom de Vries <tdevries@suse.de>
1144
1145 PR testsuite/24863
1146 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1147
1148 2019-07-30 Tom Tromey <tromey@adacore.com>
1149
1150 * gdb.ada/display_nested.exp: New file.
1151 * gdb.ada/display_nested/foo.adb: New file.
1152 * gdb.ada/display_nested/pack.adb: New file.
1153 * gdb.ada/display_nested/pack.ads: New file.
1154
1155 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1156
1157 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1158 namespace.
1159 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1160
1161 2019-07-30 Tom de Vries <tdevries@suse.de>
1162
1163 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1164 instead.
1165
1166 2019-07-30 Tom de Vries <tdevries@suse.de>
1167
1168 PR testsuite/24834
1169 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1170 (exec_is_pie): New proc.
1171
1172 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1173
1174 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1175
1176 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1177
1178 * gdb.python/py-objfile.c: Add global and static vars.
1179 * gdb.python/py-objfile.exp: Test new functions Objfile.
1180 lookup_global_symbol and lookup_static_symbol.
1181
1182 2019-07-29 Tom Tromey <tom@tromey.com>
1183
1184 * lib/tuiterm.exp (Term::_csi_@): New proc.
1185 (Term::_csi_X): Don't move cursor.
1186
1187 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1188
1189 * gdb.base/options.exp: Update backtrace - completion to
1190 new option -frame-info.
1191 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1192 Test new 'set print frame-info'. Test backtrace -frame-info
1193 overriding 'set print frame-info'.
1194 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1195 Test new 'set print frame-info'.
1196 Verify consistency of backtrace with and without filters, with and
1197 without -no-filters.
1198 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1199 default.
1200
1201 2019-07-29 Tom de Vries <tdevries@suse.de>
1202
1203 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1204 no arguments".
1205
1206 2019-07-29 Tom de Vries <tdevries@suse.de>
1207
1208 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1209 is a substring of the first for "complete non-unique file name".
1210
1211 2019-07-29 Tom de Vries <tdevries@suse.de>
1212
1213 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1214 with ".*".
1215
1216 2019-07-29 Tom de Vries <tdevries@suse.de>
1217
1218 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1219 Pass prompt_regexp parameter to gdb_test_multiple calls.
1220
1221 2019-07-29 Tom de Vries <tdevries@suse.de>
1222
1223 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1224 print registers" regexps.
1225
1226 2019-07-29 Tom de Vries <tdevries@suse.de>
1227
1228 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1229
1230 2019-07-29 Tom de Vries <tdevries@suse.de>
1231
1232 PR gdb/24855
1233 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1234 (skip_python_tests_prompt): Add prompt_regexp argument to
1235 gdb_test_multiple calls.
1236
1237 2019-07-27 Tom Tromey <tom@tromey.com>
1238
1239 * gdb.tui/main.exp: New file.
1240
1241 2019-07-27 Tom Tromey <tom@tromey.com>
1242
1243 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1244 optional.
1245 * gdb.tui/empty.exp: New file.
1246
1247 2019-07-27 Tom Tromey <tom@tromey.com>
1248
1249 * lib/tuiterm.exp (spawn): New proc.
1250 (Term::resize): New proc.
1251 * gdb.tui/resize.exp: New file.
1252
1253 2019-07-27 Tom Tromey <tom@tromey.com>
1254
1255 * gdb.tui/list.exp: New file.
1256
1257 2019-07-27 Tom Tromey <tom@tromey.com>
1258
1259 * gdb.tui/regs.exp: New file.
1260
1261 2019-07-27 Tom Tromey <tom@tromey.com>
1262
1263 * gdb.tui/basic.exp: Add "layout split" test.
1264
1265 2019-07-27 Tom Tromey <tom@tromey.com>
1266
1267 * gdb.tui/basic.exp: Add "layout asm" test.
1268
1269 2019-07-27 Tom Tromey <tom@tromey.com>
1270
1271 * lib/tuiterm.exp: New file.
1272 * gdb.tui/basic.exp: New file.
1273
1274 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1275
1276 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1277 Enable tests associated with this flag. Adjust regex
1278 referencing "foo_low" to now refer to "foo_cold" instead.
1279
1280 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1281
1282 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1283 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1284 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1285 foo_cold. Revise comments to match.
1286 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1287 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1288 were wrapped into this proc; Call do_test in loop from outermost
1289 level.
1290 (foo_low): Rename all occurrences to "foo_cold".
1291 (backtrace from baz): New test.
1292 (x2/i foo_cold): New test.
1293 (info line *foo_cold): New test.
1294
1295 2019-07-26 Tom de Vries <tdevries@suse.de>
1296
1297 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1298
1299 2019-07-25 Tom de Vries <tdevries@suse.de>
1300
1301 PR testsuite/24830
1302 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1303 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1304 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1305 (skip_libstdcxx_probe_tests): ... here.
1306 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1307
1308 2019-07-24 Tom de Vries <tdevries@suse.de>
1309
1310 PR testsuite/24807
1311 * gdb.objc/basicclass.m: Include stdio.h.
1312 * gdb.objc/nondebug.m: Same.
1313 * gdb.objc/objcdecode.m: Same.
1314
1315 2019-07-24 Tom de Vries <tdevries@suse.de>
1316
1317 PR testsuite/24612
1318 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1319 additional_flags.
1320
1321 2019-07-24 Tom de Vries <tdevries@suse.de>
1322
1323 PR testsuite/24831
1324 * gdb.multi/tids.exp: Update error messages for info threads.
1325
1326 2019-07-24 Tom de Vries <tdevries@suse.de>
1327
1328 * gdb.base/info-types.exp: Allow info types to print info for more than
1329 one file.
1330
1331 2019-07-23 Tom de Vries <tdevries@suse.de>
1332
1333 PR testsuite/24842
1334 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1335 gdb_spawn_with_cmdline_opts.
1336
1337 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1338
1339 * gdb.arch/arm-cmse-sgstubs.c: New test.
1340 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1341
1342 2019-07-23 Tom de Vries <tdevries@suse.de>
1343
1344 PR testsuite/24711
1345 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1346 issuing next command.
1347
1348 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1349
1350 * gdb.ada/info_auto_lang.exp: Update expected results.
1351 * gdb.base/info-types.c: Add additional types to check.
1352 * gdb.base/info-types.exp: Update expected results.
1353
1354 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1355
1356 * gdb.base/info-types.c: New file.
1357 * gdb.base/info-types.exp: New file.
1358
1359 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1360
1361 * gdb.arch/riscv-bp-infcall.c: New file.
1362 * gdb.arch/riscv-bp-infcall.exp: New file.
1363
1364 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1365
1366 PR breakpoints/24541
1367 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1368
1369 2019-07-14 Tom de Vries <tdevries@suse.de>
1370
1371 PR testsuite/24760
1372 * gdb.objc/basicclass.exp: Fix unterminated string.
1373
1374 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1375 Andrew Burgess <andrew.burgess@embecosm.com>
1376
1377 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1378 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1379 negative bounds.
1380 * gdb.fortran/vla-value.exp: Print elements of an array with
1381 negative bounds.
1382 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1383 testing.
1384
1385 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1386
1387 * gdb.base/options.exp (expect_string): Dequote strings in
1388 results.
1389 (test-string): Test strings with different quoting and reindent.
1390
1391 2019-07-10 Tom Tromey <tromey@adacore.com>
1392
1393 * gdb.ada/mi_ex_cond.exp: Update expected results.
1394 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1395 * gdb.ada/mi_catch_ex.exp: Update expected results.
1396 * gdb.ada/mi_catch_assert.exp: Update expected results.
1397 * gdb.ada/catch_ex.exp (catch_exception_info)
1398 (catch_exception_entry, catch_assert_entry)
1399 (catch_unhandled_entry): Update.
1400 * gdb.ada/catch_assert_if.exp: Update expected results.
1401
1402 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1403 Stephen Roberts <stephen.roberts@arm.com>
1404
1405 * gdb.base/define.exp: Restore original prompt.
1406
1407 2019-07-09 Pedro Alves <palves@redhat.com>
1408
1409 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1410 breakpoints" output.
1411 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1412 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1413 throw" creates breakpoint.
1414 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1415 'type="catchpoint"'.
1416
1417 2019-07-09 Pedro Alves <palves@redhat.com>
1418
1419 PR c++/15468
1420 * gdb.cp/except-multi-location-lib.cc: New.
1421 * gdb.cp/except-multi-location-main.cc: New.
1422 * gdb.cp/except-multi-location.exp: New.
1423
1424 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1425
1426 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1427 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1428 argument and update callers.
1429
1430 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1431
1432 * gdb.arch/amd64-break-on-asm-line.S: New file.
1433 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1434
1435 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1436
1437 * gdb.base/printcmds.exp: Test printing C string and
1438 C wide string convenience vars without transiting via the inferior.
1439 Also make test names unique.
1440
1441 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1442
1443 PR breakpoints/25011
1444 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1445
1446 2019-07-04 Pedro Alves <palves@redhat.com>
1447
1448 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1449 body returned ok(0), break(3) or continue(4).
1450 * gdb.testsuite/foreach_with_prefix.exp: New file.
1451
1452 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1453
1454 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1455
1456 2019-07-03 Pedro Alves <palves@redhat.com>
1457
1458 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1459 "return -code".
1460
1461 2019-07-03 Pedro Alves <palves@redhat.com>
1462
1463 PR cli/24732
1464 * gdb.base/shell.exp: Load completion-support.exp.
1465 Adjust expected error output. Add completion tests.
1466
1467 2019-07-03 Pedro Alves <palves@redhat.com>
1468
1469 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1470 string_to_regexp.
1471
1472 2019-07-03 Pedro Alves <palves@redhat.com>
1473
1474 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1475 (expect_integer): Adjust to expect "-string".
1476 (expect_string): New.
1477 (all_options): Expect "-string".
1478 (test-flag, test-boolean): Adjust to expect "-string".
1479 (test-string): New proc.
1480 (top level): Call it.
1481
1482 2019-07-03 Pedro Alves <palves@redhat.com>
1483
1484 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1485 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1486 the expected output in the success.
1487
1488 2019-07-03 Pedro Alves <palves@redhat.com>
1489
1490 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1491 Split one gdb_test_multiple call in two to avoid a race.
1492
1493 2019-07-03 Pedro Alves <palves@redhat.com>
1494
1495 * gdb.base/with.c: New file.
1496 * gdb.base/with.exp: New file.
1497
1498 2019-07-03 Pedro Alves <palves@redhat.com>
1499
1500 * gdb.base/settings.exp: Replace all references to "maint
1501 test-settings set" with references to "maint set test-settings",
1502 and all references to "maint test-settings show" with references
1503 to "maint show test-settings".
1504
1505 2019-07-03 Pedro Alves <palves@redhat.com>
1506
1507 * gdb.base/settings.exp (test-string): Adjust expected out when
1508 testing "maint test-settings show filename"
1509
1510 2019-07-02 Pedro Alves <palves@redhat.com>
1511
1512 * gdb.base/options.exp (test-info-threads): New procedure.
1513 (top level): Call it.
1514
1515 2019-06-28 Tom Tromey <tromey@adacore.com>
1516
1517 * gdb.dwarf2/ada-linkage-name.c: New file.
1518 * gdb.dwarf2/ada-linkage-name.exp: New file.
1519
1520 2019-06-27 Tom Tromey <tromey@adacore.com>
1521
1522 PR c++/20020:
1523 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1524
1525 2019-06-26 Tom de Vries <tdevries@suse.de>
1526
1527 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1528
1529 2019-06-26 Tom de Vries <tdevries@suse.de>
1530
1531 * gdb.base/index-cache.exp: Add back missing debug option.
1532
1533 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1534
1535 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1536
1537 2019-06-25 Tom de Vries <tdevries@suse.de>
1538
1539 PR testsuite/24727
1540 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1541
1542 2019-06-24 Tom de Vries <tdevries@suse.de>
1543
1544 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1545
1546 2019-06-24 Tom de Vries <tdevries@suse.de>
1547
1548 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1549 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1550 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1551
1552 2019-06-24 Tom de Vries <tdevries@suse.de>
1553
1554 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1555
1556 2019-06-21 Tom de Vries <tdevries@suse.de>
1557
1558 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1559
1560 2019-06-21 Tom de Vries <tdevries@suse.de>
1561
1562 PR testsuite/24518
1563 PR ada/24713
1564 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1565 index.
1566
1567 2019-06-19 Tom Tromey <tromey@adacore.com>
1568
1569 * gdb.ada/length_cond.exp: Add intro comment.
1570
1571 2019-06-19 Tom Tromey <tromey@adacore.com>
1572
1573 * gdb.ada/length_cond.exp: New file.
1574 * gdb.ada/length_cond/length_cond.adb: New file.
1575 * gdb.ada/length_cond/pck.adb: New file.
1576 * gdb.ada/length_cond/pck.ads: New file.
1577
1578 2019-06-18 Tom de Vries <tdevries@suse.de>
1579
1580 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1581
1582 2019-06-18 Tom Tromey <tromey@adacore.com>
1583
1584 * gdb.base/list0.h: Add comment explaining control character.
1585
1586 2019-06-18 Tom de Vries <tdevries@suse.de>
1587
1588 * boards/fission.exp: Break up long debug_flags line.
1589
1590 2019-06-16 Tom de Vries <tdevries@suse.de>
1591
1592 PR gdb/24445
1593 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1594 generated index.
1595
1596 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1597
1598 PR gdb/24686
1599 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1600 improve detection of bug gdb/24541.
1601
1602 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1603
1604 PR gdb/24669
1605 * gdb.base/index-cache.exp (uses_readnow,
1606 expecting_index_cache_use): Define global variable.
1607 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1608 expecting_index_cache_use.
1609
1610 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1611 Andrew Burgess <andrew.burgess@embecosm.com>
1612
1613 * gdb.fortran/pointers.f90: New file.
1614 * gdb.fortran/print_type.exp: New file.
1615 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1616 * gdb.fortran/vla-type.exp: Likewise.
1617 * gdb.fortran/vla-value.exp: Likewise.
1618 * gdb.mi/mi-vla-fortran.exp: Likewise.
1619
1620 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1621
1622 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1623 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1624 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1625 as a stop reason.
1626
1627 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1628
1629 * gdb.base/annota1.exp: Update expected results.
1630 * gdb.cp/annota2.exp: Likewise.
1631 * gdb.cp/annota3.exp: Likewise.
1632
1633 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1634
1635 * gdb.base/style-logging.exp: Remove path from test name.
1636
1637 2019-06-14 Tom Tromey <tromey@adacore.com>
1638
1639 PR gdb/24502:
1640 * gdb.base/style-logging.exp: New file.
1641
1642 2019-06-14 Tom Tromey <tromey@adacore.com>
1643
1644 * gdb.base/symfile-warn.exp: New file.
1645 * gdb.base/symfile-warn.c: New file.
1646
1647 2019-06-14 Tom Tromey <tromey@adacore.com>
1648
1649 * gdb.base/annotate-symlink.exp: New file.
1650
1651 2019-06-14 Tom Tromey <tromey@adacore.com>
1652
1653 * gdb.ada/set_wstr.exp: Add reassignment test.
1654
1655 2019-06-14 Tom Tromey <tromey@adacore.com>
1656
1657 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1658 'unchecked_access and 'unrestricted_access as well.
1659
1660 2019-06-14 Tom Tromey <tromey@adacore.com>
1661
1662 PR ada/24539:
1663 * gdb.ada/vla.exp: Update tests.
1664 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1665 pragma.
1666
1667 2019-06-13 Pedro Alves <palves@redhat.com>
1668
1669 * gdb.base/settings.exp (test-integer): Test junk after
1670 "unlimited".
1671
1672 2019-06-13 Pedro Alves <palves@redhat.com>
1673
1674 * gdb.base/options.exp (test-thread-apply): New.
1675 (top level): Call it.
1676
1677 2019-06-13 Pedro Alves <palves@redhat.com>
1678
1679 * gdb.base/options.exp (test-frame-apply): New.
1680 (top level): Test print commands with different "frame apply"
1681 prefixes.
1682
1683 2019-06-13 Pedro Alves <palves@redhat.com>
1684
1685 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1686 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1687 'max_completions' parameter and handle it.
1688 (test_gdb_completion_offers_commands): New.
1689
1690 2019-06-13 Pedro Alves <palves@redhat.com>
1691
1692 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1693
1694 2019-06-13 Pedro Alves <palves@redhat.com>
1695
1696 * gdb.base/options.exp (test-backtrace): New.
1697 (top level): Call it.
1698
1699 2019-06-13 Pedro Alves <palves@redhat.com>
1700
1701 * gdb.guile/scm-frame-args.exp: Use "set print
1702 raw-frame-arguments" instead of "set print raw frame-arguments".
1703 * gdb.python/py-frame-args.exp: Likewise.
1704
1705 2019-06-13 Pedro Alves <palves@redhat.com>
1706
1707 * gdb.compile/compile.exp: Adjust expected output to option
1708 processing changes.
1709
1710 2019-06-13 Pedro Alves <palves@redhat.com>
1711
1712 * gdb.base/options.exp: Build executable.
1713 (test-print): New procedure.
1714 (top level): Call it, once for "print" and another for "compile
1715 print".
1716
1717 2019-06-13 Pedro Alves <palves@redhat.com>
1718
1719 * gdb.base/options.c: New file.
1720 * gdb.base/options.exp: New file.
1721
1722 2019-06-13 Pedro Alves <palves@redhat.com>
1723
1724 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1725 that "o" is ambiguous.
1726
1727 2019-06-13 Pedro Alves <palves@redhat.com>
1728
1729 * gdb.base/settings.c: New file.
1730 * gdb.base/settings.exp: New file.
1731
1732 2019-06-13 Pedro Alves <palves@redhat.com>
1733
1734 * gdb.base/completion.exp: Fix comment typo.
1735
1736 2019-06-13 Pedro Alves <palves@redhat.com>
1737
1738 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1739 foo --1" test.
1740
1741 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1742
1743 * gdb.fortran/block-data.f: New.
1744 * gdb.fortran/block-data.exp: New.
1745
1746 2019-06-11 Tom de Vries <tdevries@suse.de>
1747
1748 PR testsuite/24521
1749 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1750 message.
1751
1752 2019-06-11 Tom de Vries <tdevries@suse.de>
1753
1754 PR testsuite/24521
1755 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1756
1757 2019-06-11 Tom de Vries <tdevries@suse.de>
1758
1759 * boards/readnow.exp: New file.
1760
1761 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1762
1763 * gdb.fortran/vla-sizeof.exp: Update expected results.
1764
1765 2019-06-06 Amos Bird <amosbird@gmail.com>
1766
1767 * gdb.base/annota1.exp (thread_switch): Add test for
1768 thread-exited annotation.
1769
1770 2019-06-06 Tom Tromey <tromey@adacore.com>
1771
1772 * gdb.base/maint.exp: Expect command started/finished output.
1773
1774 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1775
1776 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1777 comment.
1778 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1779
1780 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1781
1782 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1783 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1784 * gdb.arch/riscv-unwind-long-insn.c: New file.
1785 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1786
1787 2019-06-04 Christian Biesinger <cbiesinger@google.com>
1788
1789 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
1790
1791 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1792
1793 * lib/gdb.exp (help_list_trailer): New regexp variable
1794 factorizing the help trailer message.
1795 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1796 arg to allow to better factorize various tests.
1797 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1798 (test_prefix_command_help): Use help_list_trailer.
1799 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1800 * gdb.guile/scm-cmd.exp: Likewise.
1801 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1802 * gdb.base/help.exp: Use test_user_defined_class_help.
1803 * gdb.base/style.exp: Add tests for styling of help and apropos.
1804 * lib/gdb-utils.exp (style): Add title and highlight styles.
1805
1806 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1807
1808 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1809 $_shell_exitsignal.
1810 * gdb.base/default.exp: Update for new convenience variables.
1811
1812 2019-05-29 Tom Tromey <tromey@adacore.com>
1813
1814 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1815 to "break complete ada" test case's regexp.
1816
1817 2019-05-29 Tom Tromey <tromey@adacore.com>
1818
1819 PR c++/20020:
1820 * gdb.cp/constexpr-field.exp: New file.
1821 * gdb.cp/constexpr-field.cc: New file.
1822
1823 2019-05-29 Tom Tromey <tromey@adacore.com>
1824
1825 * gdb.base/finish.exp (finish_no_print): New proc.
1826 (finish_tests): Call it.
1827
1828 2019-05-24 Tom de Vries <tdevries@suse.de>
1829
1830 * gdb.dwarf2/gdb-add-index.exp: New file.
1831
1832 2019-05-22 Tom Tromey <tromey@adacore.com>
1833
1834 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1835 * gdb.base/style.exp: Use "style".
1836 * lib/gdb-utils.exp (style): New proc.
1837
1838 2019-05-22 Tom de Vries <tdevries@suse.de>
1839
1840 * gdb.base/align.exp: Require c++11.
1841
1842 2019-05-22 Tom de Vries <tdevries@suse.de>
1843
1844 PR testsuite/24586
1845 * gdb.python/py-mi-var-info-path-expression.exp: Call
1846 mi_skip_python_tests to check if python is supported.
1847
1848 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1849
1850 * gdb.arch/aarch64-pauth.c: New test.
1851 * gdb.arch/aarch64-pauth.exp: New file.
1852
1853 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1854
1855 * README (Re-running Tests Outside The Testsuite): New section.
1856
1857 2019-05-21 Tom de Vries <tdevries@suse.de>
1858
1859 * gdb.arch/amd64-eval.exp: Require c++11.
1860 * gdb.base/max-depth.exp: Same.
1861 * gdb.compile/compile-cplus-array-decay.exp: Same.
1862 * gdb.cp/meth-typedefs.exp: Same.
1863 * gdb.cp/subtypes.exp: Same.
1864 * gdb.cp/temargs.exp: Same.
1865
1866 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1867
1868 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1869
1870 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1871
1872 PR gdb/18644
1873 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1874 * gdb.fortran/printing-types.exp: Add new test.
1875 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1876 testing.
1877 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1878 setup_kfail call.
1879
1880 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1881
1882 * README (Running the Testsuite): Change example.
1883 (Testsuite Parameters): Remove TRANSCRIPT.
1884 * lib/gdb.exp: Remove TRANSCRIPT check.
1885
1886 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1887
1888 * README (Testsuite Parameters): Add replay logging to
1889 GDBSERVER_DEBUG.
1890 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1891 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1892 as a comma separated list.
1893 (gdb_debug_init): Override procedure.
1894
1895 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1896
1897 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1898 (gdb_write_cmd_file): New procedure.
1899 * lib/gdbserver-support.exp (gdbserver_start): Call
1900 gdbserver_write_cmd_file.
1901 (gdbserver_write_cmd_file): New procedure.
1902
1903 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1904
1905 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1906 (delete_breakpoints): Likewise.
1907 (gdb_run_cmd): Likewise.
1908 (gdb_start_cmd): Likewise.
1909 (gdb_starti_cmd): Likewise.
1910 (gdb_internal_error_resync): Likewise.
1911 (gdb_test_multiple): Likewise.
1912 (gdb_reinitialize_dir): Likewise.
1913 (default_gdb_exit): Likewise.
1914 (gdb_file_cmd): Mark kill as optional.
1915 (default_gdb_start): Call gdb_stdin_log_init.
1916 (send_gdb): Call gdb_stdin_log_write.
1917 (rerun_to_main): Mark Y as an answer.
1918 (gdb_stdin_log_init): New function.
1919 (gdb_stdin_log_write): Likewise.
1920
1921 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1922
1923 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1924 * gdb.base/debug-expr.exp: Likewise.
1925 * gdb.base/foll-fork.exp: Likewise.
1926 * gdb.base/foll-vfork.exp: Likewise.
1927 * gdb.base/fork-print-inferior-events.exp: Likewise.
1928 * gdb.base/gdb-sigterm.exp: Likewise.
1929 * gdb.base/gdbinit-history.exp: Likewise.
1930 * gdb.base/osabi.exp: Likewise.
1931 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1932 * gdb.base/ui-redirect.exp: Likewise.
1933 * gdb.gdb/unittest.exp: Likewise.
1934 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1935 * gdb.mi/mi-watch.exp: Likewise.
1936 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1937 * gdb.mi/user-selected-context-sync.exp: Likewise.
1938 * gdb.python/python.exp: Disable debug test when debugging.
1939 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1940 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1941 Likewise.
1942 * gdb.threads/stepi-random-signal.exp: Likewise.
1943
1944 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1945
1946 * Makefile.in: Pass through GDB_DEBUG.
1947 * README (Testsuite Parameters): Add GDB_DEBUG.
1948 (gdb,debug): Add board setting.
1949 * lib/gdb.exp (default_gdb_start): Start debugging.
1950 (gdb_debug_enabled): New procedure.
1951 (gdb_debug_init): Likewise.
1952
1953 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1954
1955 * Makefile.in: Pass through GDB_DEBUG.
1956 * README (Testsuite Parameters): Add GDB_DEBUG.
1957 (gdb,debug): Add board setting.
1958 * lib/gdb.exp (default_gdb_start): Start debugging.
1959 (gdb_debug_enabled): New procedure.
1960 (gdb_debug_init): Likewise.
1961
1962 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1963
1964 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1965
1966 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1967
1968 * gdb.base/ui-redirect.exp: Test redirection.
1969
1970 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1971
1972 * gdb.mi/mi-complete.exp: New file.
1973 * gdb.mi/mi-complete.cc: Likewise.
1974
1975 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1976
1977 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1978 indexed and sliced arrays, and pointers to arrays.
1979
1980 2019-05-14 Tom Tromey <tromey@adacore.com>
1981
1982 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1983 styling test.
1984
1985 2019-05-14 Tom de Vries <tdevries@suse.de>
1986
1987 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1988 selection entry encoding.
1989
1990 2019-05-10 Tom Tromey <tromey@adacore.com>
1991
1992 * gdb.ada/info_exc.exp: Add "complete" test.
1993
1994 2019-05-09 Tom de Vries <tdevries@suse.de>
1995
1996 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1997 CU-relative.
1998
1999 2019-05-09 Tom de Vries <tdevries@suse.de>
2000
2001 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2002 CU-relative.
2003
2004 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2005
2006 * gdb.ada/frame_arg_lang.exp: New testcase.
2007 * gdb.ada/frame_arg_lang/bla.adb: New file.
2008 * gdb.ada/frame_arg_lang/pck.ads: New file.
2009 * gdb.ada/frame_arg_lang/pck.adb: New file.
2010 * gdb.ada/frame_arg_lang/foo.c: New file.
2011
2012 2019-05-08 Tom Tromey <tromey@adacore.com>
2013
2014 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2015
2016 2019-05-08 Tom Tromey <tromey@adacore.com>
2017
2018 * gdb.base/ptype-offsets.exp: Update tests.
2019
2020 2019-05-08 Tom Tromey <tromey@adacore.com>
2021
2022 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2023 cases.
2024 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2025 "short".
2026
2027 2019-05-08 Tom Tromey <tromey@adacore.com>
2028
2029 * gdb.ada/vla.exp: New file.
2030 * gdb.ada/vla/vla.adb: New file.
2031
2032 2019-05-07 Tom de Vries <tdevries@suse.de>
2033
2034 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2035
2036 2019-05-07 Tom de Vries <tdevries@suse.de>
2037
2038 PR testsuite/24522
2039 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2040 section.
2041
2042 2019-05-07 Tom de Vries <tdevries@suse.de>
2043
2044 PR testsuite/24522
2045 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2046 .debug_aranges section.
2047
2048 2019-05-07 Tom de Vries <tdevries@suse.de>
2049
2050 PR testsuite/24159
2051 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2052
2053 2019-05-06 Tom de Vries <tdevries@suse.de>
2054
2055 * lib/gdb.exp (exec_has_index_section): New proc.
2056 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2057 section.
2058
2059 2019-05-04 Tom de Vries <tdevries@suse.de>
2060
2061 * boards/cc-with-debug-names.exp: New file.
2062
2063 2019-05-03 Tom Tromey <tromey@adacore.com>
2064
2065 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2066 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2067 * gdb.ada/char_enum.exp: Add test.
2068
2069 2019-05-03 Tom de Vries <tdevries@suse.de>
2070
2071 * boards/cc-with-gdb-index.exp: New file.
2072
2073 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2074
2075 * gdb.rust/simple.exp: Add new test case.
2076 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2077 (main): Initialise an instance of the new struct.
2078
2079 2019-05-01 Tom Tromey <tromey@adacore.com>
2080
2081 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2082 record.
2083 (NPR): New variable.
2084 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2085 test.
2086
2087 2019-05-01 Tom Tromey <tromey@adacore.com>
2088
2089 * gdb.ada/packed_array_assign.exp: Add packed assignment
2090 regression test.
2091
2092 2019-05-01 Tom de Vries <tdevries@suse.de>
2093
2094 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2095
2096 2019-05-01 Tom de Vries <tdevries@suse.de>
2097
2098 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2099
2100 2019-04-30 Ali Tamur <tamur@google.com>
2101
2102 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2103
2104 2019-04-30 Tom Tromey <tromey@adacore.com>
2105
2106 * lib/ada.exp (find_ada_tool): New proc.
2107 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2108 * gdb.ada/catch_ex_std.exp: New file.
2109 * gdb.ada/catch_ex_std/foo.adb: New file.
2110 * gdb.ada/catch_ex_std/some_package.adb: New file.
2111 * gdb.ada/catch_ex_std/some_package.ads: New file.
2112
2113 2019-04-30 Tom Tromey <tromey@adacore.com>
2114
2115 PR c++/24470:
2116 * gdb.cp/temargs.cc: Add test code from PR.
2117
2118 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2119
2120 * gdb.fortran/vla-datatypes.exp: Update expected results.
2121 * gdb.fortran/vla-ptype.exp: Likewise.
2122 * gdb.fortran/vla-type.exp: Likewise.
2123 * gdb.fortran/vla-value.exp: Likewise.
2124
2125 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2126
2127 * gdb.fortran/ptr-indentation.exp: Update expected results.
2128 * gdb.fortran/ptype-on-functions.exp: Likewise.
2129 * gdb.fortran/vla-ptr-info.exp: Likewise.
2130 * gdb.fortran/vla-value.exp: Likewise.
2131
2132 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2133
2134 * gdb.fortran/ptype-on-functions.exp: New file.
2135 * gdb.fortran/ptype-on-functions.f90: New file.
2136
2137 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2138
2139 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2140 case void string.
2141
2142 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2143
2144 * gdb.fortran/complex.exp: Expand.
2145 * gdb.fortran/complex.f: Renamed to...
2146 * gdb.fortran/complex.f90: ...this, and extended to add more
2147 complex values.
2148
2149 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2150
2151 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2152 MODULO, CMPLX.
2153
2154 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2155 Richard Bunt <richard.bunt@arm.com>
2156
2157 * gdb.base/max-depth.c: New file.
2158 * gdb.base/max-depth.exp: New file.
2159 * gdb.python/py-nested-maps.c: New file.
2160 * gdb.python/py-nested-maps.exp: New file.
2161 * gdb.python/py-nested-maps.py: New file.
2162 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2163 (test_all_common): Call test_max_depth.
2164 * gdb.fortran/max-depth.exp: New file.
2165 * gdb.fortran/max-depth.f90: New file.
2166 * gdb.go/max-depth.exp: New file.
2167 * gdb.go/max-depth.go: New file.
2168 * gdb.modula2/max-depth.exp: New file.
2169 * gdb.modula2/max-depth.c: New file.
2170 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2171
2172 2019-04-29 Tom de Vries <tdevries@suse.de>
2173
2174 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2175
2176 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2177
2178 * gdb.base/callexit.exp: Test may-call-functions off.
2179
2180 2019-04-25 Keith Seitz <keiths@redhat.com>
2181
2182 PR c++/24367
2183 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2184 (another_incomplete_struct, test_incomplete): New definitions.
2185 (main): Use new definitions.
2186 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2187 functions.
2188
2189 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2190
2191 PR corefiles/11608
2192 PR corefiles/18187
2193 * gdb.base/coredump-filter-build-id.exp: New file.
2194
2195 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2196
2197 * Makefile.in: Pass through GDBSERVER_DEBUG.
2198 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2199 (gdbserver,debug): Add board setting.
2200 * gdb.trace/tspeed.exp: Skip when debugging.
2201 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2202 * lib/gdbserver-support.exp: Likewise
2203
2204 2019-04-24 Tom Tromey <tromey@adacore.com>
2205
2206 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2207 Rust.
2208
2209 2019-04-24 Tom Tromey <tromey@adacore.com>
2210
2211 * gdb.arch/amd64-eval.exp: Test bitfield return.
2212 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2213 (class Foo) <return_bitfields>: New method.
2214 (main): Call it.
2215
2216 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2217
2218 * gdb.cp/many-args.cc: New file.
2219 * gdb.cp/many-args.exp: New file.
2220
2221 2019-04-23 Tom de Vries <tdevries@suse.de>
2222
2223 PR gdb/24433
2224 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2225
2226 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2227
2228 * gdb.trace/backtrace.exp: Use nopie flag.
2229 * gdb.trace/circ.exp: Likewise.
2230 * gdb.trace/collection.exp: Likewise.
2231 * gdb.trace/ftrace.exp: Likewise.
2232 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2233 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2234 * gdb.trace/qtro.exp: Likewise.
2235 * gdb.trace/read-memory.exp: Likewise.
2236 * gdb.trace/report.exp: Likewise.
2237 * gdb.trace/tfile.exp: Likewise.
2238 * gdb.trace/tfind.exp: Likewise.
2239 * gdb.trace/unavailable.exp: Likewise.
2240
2241 2019-04-22 Pedro Alves <palves@redhat.com>
2242
2243 * gdb.base/solib-probes-nosharedlibrary.c,
2244 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2245
2246 2019-04-19 Tom Tromey <tromey@adacore.com>
2247
2248 * gdb.ada/ptype_union.c: New file.
2249 * gdb.ada/ptype_union.exp: New file.
2250
2251 2019-04-19 Tom Tromey <tromey@adacore.com>
2252
2253 PR symtab/24423:
2254 * gdb.base/list0.h (foo): Add a control-l character.
2255
2256 2019-04-18 Tom de Vries <tdevries@suse.de>
2257
2258 PR gdb/24433
2259 * boards/local-board.exp: Set sysroot to "".
2260
2261 2019-04-18 Tom de Vries <tdevries@suse.de>
2262 Pedro Alves <palves@redhat.com>
2263
2264 PR gdb/24454
2265 * gdb.threads/vfork-follow-child-exec.c: New file.
2266 * gdb.threads/vfork-follow-child-exec.exp: New file.
2267 * gdb.threads/vfork-follow-child-exit.c: New file.
2268 * gdb.threads/vfork-follow-child-exit.exp: New file.
2269
2270 2019-04-15 Leszek Swirski <leszeks@google.com>
2271
2272 * gdb.arch/amd64-eval.cc: New file.
2273 * gdb.arch/amd64-eval.exp: New file.
2274
2275 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2276
2277 * gdb.server/sysroot.c: New test.
2278 * gdb.server/sysroot.exp: New file.
2279 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2280 matching param.
2281
2282 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2283
2284 * gdb.base/align.exp: Extend test to cover structures containing
2285 only static fields.
2286
2287 2019-04-11 Tom de Vries <tdevries@suse.de>
2288
2289 * boards/cc-with-dwz-m.exp: New file.
2290 * boards/cc-with-dwz.exp: New file.
2291 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2292
2293 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2294
2295 * gdb.base/start-cpp.exp: New file.
2296 * gdb.base/start-cpp.cc: New file.
2297
2298 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2299
2300 * gdb.python/py-thrhandle.exp: Adjust tests to call
2301 thread_from_handle instead of thread_from_thread_handle.
2302
2303 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2304
2305 * gdb.python/py-thrhandle.exp: Add tests for
2306 gdb.InferiorThread.handle.
2307
2308 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2309
2310 * gdb.python/py-function.exp: Check calling helper function from
2311 all languages.
2312 * lib/gdb.exp (gdb_supported_languages): New proc.
2313
2314 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2315
2316 * gdb.base/complex-parts.c: New file.
2317 * gdb.base/complex-parts.exp: New file.
2318
2319 2019-04-01 Tom Tromey <tromey@adacore.com>
2320
2321 PR symtab/23331:
2322 * gdb.dwarf2/dw2-ranges-main.c: New file.
2323 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2324 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2325
2326 2019-03-30 Simon Marchi <simark@simark.ca>
2327
2328 * gdb.base/default.exp: Add values for $_gdb_major and
2329 $_gdb_minor.
2330
2331 2019-03-29 Tom Tromey <tromey@adacore.com>
2332
2333 * gdb.base/help.exp: Tighten apropos regexp.
2334
2335 2019-03-29 Keith Seitz <keiths@redhat.com>
2336
2337 * gdb.fortran/array-bounds.exp: New file.
2338 * gdb.fortran/array-bounds.f90: New file.
2339
2340 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2341
2342 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2343
2344 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2345
2346 * gdb.multi/hello.c (main): Increase alarm timer.
2347
2348 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2349
2350 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2351 factor when no hardware watchpoint support.
2352
2353 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2354 Pedro Alves <palves@redhat.com>
2355
2356 * boards/local-board.exp: set sysroot to /.
2357
2358 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2359
2360 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2361 in child.
2362
2363 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2364
2365 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2366 field.
2367 (make_container): Initialise new field.
2368 * gdb.python/py-prettyprint.exp: Add new tests.
2369 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2370 <display_hint>: New method.
2371
2372 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2373
2374 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2375 gdb_continue_to_breakpoint more throughout this test.
2376 (run_lang_tests) Supply unique test names, and use
2377 gdb_test_no_output.
2378
2379 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2380
2381 * gdb.base/finish-pretty.exp: Update expected results.
2382 * gdb.base/pretty-print.c: New file.
2383 * gdb.base/pretty-print.exp: New file.
2384
2385 2019-03-25 Pedro Alves <palves@redhat.com>
2386
2387 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2388 move comments outside list. Append '-i "" eof' section.
2389
2390 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2391
2392 PR testsuite/25016
2393 * README: Add pie options.
2394 * gdb.base/break-interp.exp: Ensure pie is disabled.
2395 * gdb.base/dump.exp: Likewise.
2396 * lib/gdb.exp (gdb_compile): Add pie option.
2397
2398 2019-03-19 Tom Tromey <tromey@adacore.com>
2399
2400 * gdb.mi/mi2-cli-display.c: New file.
2401 * gdb.mi/mi2-cli-display.exp: New file.
2402
2403 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2404 Tom Tromey <tromey@adacore.com>
2405
2406 * gdb.ada/ptype_array/pck.adb: New file.
2407 * gdb.ada/ptype_array/pck.ads: New file.
2408 * gdb.ada/ptype_array/foo.adb: New file.
2409 * gdb.ada/ptype_array.exp: New file.
2410
2411 2019-03-14 Tom Tromey <tromey@adacore.com>
2412
2413 * gdb.base/style.exp: Add "set style sources" test.
2414
2415 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2416
2417 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2418 * mi-breakpoint-multiple-locations.exp: ... this.
2419 (make_breakpoints_pattern): New proc.
2420 (do_test): Add mi_version parameter, test -break-insert,
2421 -break-info and =breakpoint-created.
2422
2423 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2424
2425 * config/default.exp: Remove 'load_lib gdb.exp'.
2426 * config/monitor.exp: Likewise.
2427 * config/sid.exp: Likewise.
2428 * config/sim.exp: Likewise.
2429 * config/slite.exp: Likewise.
2430 * config/unix.exp: Likewise.
2431 * gdb.base/default.exp: Remove unhelpful comment.
2432
2433 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2434
2435 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2436
2437 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2438
2439 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2440
2441 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2442
2443 * gdb.fortran/type-kinds.exp: Update expected results.
2444
2445 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2446
2447 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2448
2449 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2450
2451 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2452 function.
2453 (test_basic_parsing_of_type_kinds): Expand types tested.
2454 (test_parsing_invalid_type_kinds): New function.
2455
2456 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2457
2458 * gdb.fortran/intrinsics.exp: New file.
2459 * gdb.fortran/intrinsics.f90: New file.
2460 * gdb.fortran/type-kinds.exp: New file.
2461
2462 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2463
2464 * gdb.fortran/dot-ops.exp: New file.
2465
2466 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2467
2468 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2469 Check upper and lower case logical literals.
2470
2471 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2472
2473 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2474 Remove duplicate tests.
2475
2476 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2477
2478 * lib/gdb.exp (builtin_cd): rename of cd.
2479 (cd): Override builtin.
2480
2481 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2482
2483 * gdb.fortran/function-calls.exp: New file.
2484 * gdb.fortran/function-calls.f90: New test.
2485
2486 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2487
2488 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2489 on user program standard output.
2490 * gdb.fortran/short-circuit-argument-list.f90: Record function
2491 calls.
2492
2493 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2494
2495 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2496 failure.
2497
2498 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2499
2500 PR gdb/8527
2501 * gdb.base/interrupt-daemon-attach.c,
2502 gdb.base/interrupt-daemon-attach.exp: New test.
2503
2504 2019-02-27 Pedro Alves <palves@redhat.com>
2505
2506 * gdb.base/page.exp: Add tests for "set width/height -1".
2507
2508 2019-02-27 Pedro Alves <palves@redhat.com>
2509
2510 * gdb.base/page.exp: Add tests for "set/show width/height" with
2511 "infinite" values.
2512
2513 2019-02-27 Tom Tromey <tromey@adacore.com>
2514
2515 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2516 2.4.
2517 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2518 workaround.
2519
2520 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2521
2522 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2523 tests for structs with static members.
2524
2525 2019-02-26 Tom Tromey <tromey@adacore.com>
2526
2527 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2528 ValueError, not TypeError.
2529
2530 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2531
2532 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2533 call from main program.
2534
2535 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2536
2537 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2538 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2539 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2540 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2541 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2542
2543 2019-02-22 Keith Seitz <keiths@redhat.com>
2544
2545 PR symtab/23853
2546 * gdb.base/symlink-sourcefile.c: New file.
2547 * gdb.base/symlink-sourcefile.exp: New file.
2548
2549 2019-02-20 Tom Tromey <tom@tromey.com>
2550
2551 * gdb.base/info_qt.exp: Update.
2552
2553 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2554
2555 * gdb.base/source.exp: Move "error in sourced script" code to
2556 the end.
2557 * gdb.base/source-error.gdb: Move contents to
2558 source-error-1.gdb. Add new code to source source-error-1.gdb.
2559 * gdb.base/source-error-1.gdb: New file, from previous
2560 source-error.gdb.
2561
2562 2019-02-17 Tom Tromey <tom@tromey.com>
2563
2564 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2565 for macro styling.
2566 * gdb.base/style.c (SOME_MACRO): New macro.
2567
2568 2019-02-17 Tom Tromey <tom@tromey.com>
2569
2570 * gdb.base/style.exp: Add line-wrapping tests.
2571 * gdb.base/page.exp: Add test for quitting during pagination.
2572
2573 2019-02-17 Joel Brobecker <brobecker@adacore.com>
2574
2575 * gdb.ada/big_packed_array: New testcase.
2576 * gdb.ada/homonym.exp: Fix incorrect expected output for
2577 "break <homonym__get_value>" test.
2578
2579 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
2580
2581 PR breakpoints/21870
2582 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2583 and prepare_for_testing. Add comment.
2584 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2585 redundant cleanup call. Clean up comment.
2586
2587 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
2588
2589 PR breakpoints/21870
2590 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2591 * gdb.arch/aarch64-dbreg-contents.c: New file.
2592
2593 2019-02-10 Joel Brobecker <brobecker@adacore.com>
2594
2595 * gdb.ada/mi_ref_changeable: New testcase.
2596
2597 2019-02-07 Alan Hayward <alan.hayward@arm.com>
2598
2599 * gdb.base/attach.exp: Add double attach test.
2600
2601 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2602
2603 * lib/gdb.exp (default_gdb_start): Don't match pagination
2604 prompt.
2605 (gdb_init): Set stty_init.
2606
2607 2019-01-27 Tom Tromey <tom@tromey.com>
2608
2609 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2610 skip_python_tests.
2611
2612 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2613
2614 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2615 New structure.
2616 (struct struct_static_02_02): Likewise.
2617 (struct struct_static_02_03): Likewise.
2618 (struct struct_static_02_04): Likewise.
2619 (struct struct_static_04_01): Likewise.
2620 (struct struct_static_04_02): Likewise.
2621 (struct struct_static_04_03): Likewise.
2622 (struct struct_static_04_04): Likewise.
2623 (struct struct_static_06_01): Likewise.
2624 (struct struct_static_06_02): Likewise.
2625 (struct struct_static_06_03): Likewise.
2626 (struct struct_static_06_04): Likewise.
2627 (cmp_struct_static_02_01): Likewise.
2628 (cmp_struct_static_02_02): Likewise.
2629 (cmp_struct_static_02_03): Likewise.
2630 (cmp_struct_static_02_04): Likewise.
2631 (cmp_struct_static_04_01): Likewise.
2632 (cmp_struct_static_04_02): Likewise.
2633 (cmp_struct_static_04_03): Likewise.
2634 (cmp_struct_static_04_04): Likewise.
2635 (cmp_struct_static_06_01): Likewise.
2636 (cmp_struct_static_06_02): Likewise.
2637 (cmp_struct_static_06_03): Likewise.
2638 (cmp_struct_static_06_04): Likewise.
2639 (call_all): Test new structs.
2640 * gdb.base/infcall-nested-structs.exp: Likewise.
2641
2642 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2643 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2644
2645 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2646 * gdb.base/stack-protector.c: New test.
2647 * gdb.base/stack-protector.exp: New file.
2648 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2649 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2650 option.
2651 (gdb_compile): Remove stack protector for GCC and prevent
2652 recursion.
2653
2654 2019-01-16 Keith Seitz <keiths@redhat.com>
2655
2656 PR gdb/23773
2657 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2658
2659 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2660
2661 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2662 aliases.
2663 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2664 tests.
2665 * gdb.arch/powerpc-vector-regs.c: New file.
2666 * gdb.arch/powerpc-vector-regs.exp: New file.
2667
2668 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2669
2670 * gdb.arch/altivec-regs.exp: Fix the list passed to
2671 gdb_expect_list when testing "info vector".
2672
2673 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2674
2675 * gdb.base/style.exp: Don't include path in testname.
2676
2677 2019-01-10 Keith Seitz <keiths@redhat.com>
2678
2679 PR gdb/23712
2680 PR symtab/23010
2681 * gdb.dwarf2/multidictionary.exp: New file.
2682
2683 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2684
2685 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2686 (test_gnuv3_style_demangling): ... this.
2687 (test_lucid_style_demangling): Remove.
2688 (test_arm_style_demangling): Remove.
2689 (test_hp_style_demangling): Remove.
2690 (do_tests): Remove calls to the above.
2691
2692 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2693
2694 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2695 case.
2696
2697 2019-01-06 Tom Tromey <tom@tromey.com>
2698
2699 PR gdb/28155:
2700 * gdb.dwarf2/typedef-void-finish.exp: New file.
2701
2702 2018-12-28 Tom Tromey <tom@tromey.com>
2703 Simon Marchi <simark@simark.ca>
2704
2705 * gdb.base/jit-exec.exp: New file.
2706 * gdb.base/jit-exec.c: New file.
2707 * gdb.base/jit-execd.c: New file.
2708
2709 2018-12-28 Tom Tromey <tom@tromey.com>
2710
2711 * gdb.base/style.exp: Update test to check for address styling.
2712
2713 2018-12-28 Tom Tromey <tom@tromey.com>
2714
2715 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2716 message.
2717
2718 2018-12-28 Tom Tromey <tom@tromey.com>
2719
2720 * gdb.base/style.exp: Add test for version number styling.
2721
2722 2018-12-28 Tom Tromey <tom@tromey.com>
2723
2724 * gdb.base/style.exp: Add test for print_address_symbolic.
2725
2726 2018-12-28 Tom Tromey <tom@tromey.com>
2727
2728 * gdb.base/style.exp: Add test for breakpoint setting.
2729
2730 2018-12-28 Tom Tromey <tom@tromey.com>
2731
2732 * gdb.base/style.exp: Add test for variable names.
2733
2734 2018-12-28 Tom Tromey <tom@tromey.com>
2735
2736 * gdb.base/style.exp: New file.
2737 * gdb.base/style.c: New file.
2738
2739 2018-12-28 Tom Tromey <tom@tromey.com>
2740
2741 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2742 "dumb".
2743 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2744 the TERM environment variable.
2745
2746 2018-12-27 Tom Tromey <tom@tromey.com>
2747
2748 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2749 pagination test.
2750
2751 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2752
2753 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2754 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2755
2756 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2757
2758 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2759 Filename a.adb changed to bp_fun_addr.adb.
2760 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2761
2762 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2763
2764 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2765 non-PIE executables.
2766 * README: Mention the gdb,nopie_flag board setting.
2767 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2768 non-PIE executable.
2769 * gdb.arch/amd64-entry-value.exp: Likewise.
2770 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2771 * gdb.arch/i386-float.exp: Likewise.
2772 * gdb.arch/i386-signal.exp: Likewise.
2773 * gdb.mi/mi-reg-undefined.exp: Likewise.
2774
2775 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2776
2777 PR gdb/23974
2778 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2779
2780 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2781
2782 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2783 Update order of results accordingly.
2784
2785 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2786
2787 * gdb.base/annota1.exp: Update a test regexp.
2788
2789 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2790
2791 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2792
2793 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2794
2795 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2796 (reuse_time): Initialize to REUSE_TIME_CAP.
2797 (check_rc): New function.
2798 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2799 Check pthread_create rc.
2800 (spawner_thread_func): Check pthread_create and pthread_join rc.
2801
2802 2018-12-08 Pedro Alves <palves@redhat.com>
2803
2804 * gdb.base/list.exp (test_forward_search): Rename to ...
2805 (test_forward_reverse_search): ... this. Also test reverse-search
2806 and the forward-search alias.
2807
2808 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2809
2810 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2811 local timeout variable before return, and remove all local timeout
2812 variable entirely.
2813 (gdb_load): Likewise.
2814
2815 2018-12-01 Tom de Vries <tdevries@suse.de>
2816
2817 * gdb.base/gdb-caching-proc.exp: New file.
2818
2819 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2820
2821 * Makefile.in (TIMESTAMP): New variable.
2822 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2823 command.
2824 (check-single-racy): Likewise.
2825 (check/%.exp): Likewise.
2826 (check-racy/%.exp): Likewise.
2827 (workers/%.worker): Likewise.
2828 (build-perf): Likewise.
2829 (check-perf): Likewise.
2830 * README: Describe new "TS" and "TS_FORMAT" variables.
2831 * print-ts.py: New file.
2832
2833 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2834
2835 PR python/23714
2836 * gdb.python/python.exp: Test command repetition after
2837 gdb.execute.
2838
2839 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2840
2841 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2842 is correctly aligned.
2843
2844 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2845
2846 * gdb.ada/info_auto_lang.exp: New testcase.
2847 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2848 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2849 * gdb.ada/info_auto_lang/some_c.c: New file.
2850
2851 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2852
2853 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2854 FUNC_lang language syntax.
2855
2856 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2857
2858 * gdb.base/info_minsym.c: New file.
2859 * gdb.base/info_minsym.exp: New file.
2860
2861 2018-11-19 Tom Tromey <tom@tromey.com>
2862
2863 PR rust/23625:
2864 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2865 * gdb.rust/expr.exp: Update expected output. Change one test.
2866
2867 2018-11-19 Tom Tromey <tom@tromey.com>
2868
2869 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2870
2871 2018-11-19 Pedro Alves <palves@redhat.com>
2872
2873 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2874 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2875 see the expected warning.
2876
2877 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2878
2879 PR gdb/22736:
2880 * gdb.cp/infcall-nodebug-lib.c: New test.
2881 * gdb.cp/infcall-nodebug-main.c: New test.
2882 * gdb.cp/infcall-nodebug.exp: New file.
2883
2884 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2885
2886 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2887 completer tests.
2888
2889 2018-11-09 Tom de Vries <tdevries@suse.de>
2890
2891 * gdb.base/msym-lang.c: New test.
2892 * gdb.base/msym-lang.exp: New file.
2893 * gdb.base/msym-lang-main.c: New test.
2894
2895 2018-11-08 Tom Tromey <tom@tromey.com>
2896
2897 PR gdb/23555:
2898 PR gdb/23838:
2899 * gdb.base/warning.exp: New file.
2900
2901 2018-11-08 Jan Beulich <jbeulich@suse.com>
2902
2903 * testsuite/gdb.arch/i386-avx512.c,
2904 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2905
2906 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2907
2908 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2909 point hardware.
2910
2911 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2912
2913 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2914 * gdb.dwarf2/missing-type-name.exp: New file.
2915
2916 2018-11-06 Tom de Vries <tdevries@suse.de>
2917
2918 * gdb.base/many-headers.c: New test.
2919 * gdb.base/many-headers.exp: New file.
2920
2921 2018-11-06 Jim Wilson <jimw@sifive.com>
2922
2923 * gdb.base/code_elim.exp: For riscv, set additional_flags
2924 to include -msmall-data-limit=0.
2925
2926 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2927
2928 * gdb.ada/watch_minus_l: New testcase.
2929
2930 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2931
2932 * gdb.arch/aix-sighandle.c: New file.
2933 * gdb.arch/aix-sighandle.exp: New file.
2934
2935 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2936
2937 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2938 registers being unions.
2939
2940 2018-10-31 Tom de Vries <tdevries@suse.de>
2941
2942 * lib/valgrind.exp: New file.
2943 (vgdb_start, vgdb_stop): New procs, factored out of ...
2944 * gdb.base/valgrind-bt.exp: ... here, ...
2945 * gdb.base/valgrind-disp-step.exp: ... here and ...
2946 * gdb.base/valgrind-infcall.exp: ... here.
2947
2948 2018-10-31 Tom de Vries <tdevries@suse.de>
2949
2950 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2951
2952 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2953
2954 * gdb.dwarf2/void-type.c: New file.
2955 * gdb.dwarf2/void-type.exp: New file.
2956
2957 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2958
2959 * gdb.base/info_qt.c: New file.
2960 * gdb.base/info_qt.exp: New file.
2961
2962 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2963
2964 * gdb.arch/powerpc-htm-regs.c: New file.
2965 * gdb.arch/powerpc-htm-regs.exp: New file.
2966
2967 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2968
2969 * gdb.arch/powerpc-tar.c: New file.
2970 * gdb.arch/powerpc-tar.exp: New file.
2971
2972 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2973
2974 * gdb.arch/powerpc-ppr-dscr.c: New file.
2975 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2976
2977 2018-10-25 Tom de Vries <tdevries@suse.de>
2978
2979 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2980
2981 2018-10-24 Tom de Vries <tdevries@suse.de>
2982
2983 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2984 longer exists error.
2985
2986 2018-10-24 Tom de Vries <tdevries@suse.de>
2987
2988 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2989
2990 2018-10-24 Tom de Vries <tdevries@suse.de>
2991
2992 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2993 --db-attach in valgrind.
2994
2995 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2996
2997 * gdb.arch/riscv-reg-aliases.c: New file.
2998 * gdb.arch/riscv-reg-aliases.exp: New file.
2999
3000 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3001
3002 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3003
3004 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3005
3006 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3007
3008 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3009
3010 * gdb.cp/ovldbreak.exp: Fix regexps.
3011
3012 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3013
3014 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3015
3016 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3017
3018 PR cli/23785
3019 * gdb.base/restore.exp: New test to check if "restore" with an
3020 invalid file doesn't segfault.
3021
3022 2018-10-18 Tom de Vries <tdevries@suse.de>
3023
3024 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3025 * gdb.ada/excep_handle.exp: Same.
3026 * gdb.ada/mi_string_access.exp: Same.
3027 * gdb.ada/mi_var_union.exp: Same.
3028 * gdb.arch/arc-analyze-prologue.exp: Same.
3029 * gdb.arch/arc-decode-insn.exp: Same.
3030 * gdb.base/readnever.exp: Same.
3031 * gdb.fortran/printing-types.exp: Same.
3032 * gdb.guile/scm-lazy-string.exp: Same.
3033
3034 2018-10-16 Tom de Vries <tdevries@suse.de>
3035
3036 PR gdb/23730
3037 * gdb.base/catch-follow-exec.c: Add copyright notice.
3038 * gdb.base/catch-follow-exec.exp: Rewrite to use
3039 gdb_spawn_with_cmdline_opts. Require gdb-native.
3040
3041 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3042
3043 * gdb.trace/actions-changed.exp: Check for arch support.
3044 * gdb.trace/actions.exp: Likewise.
3045 * gdb.trace/ax.exp: Likewise.
3046 * gdb.trace/backtrace.exp: Likewise.
3047 * gdb.trace/change-loc.exp: Likewise.
3048 * gdb.trace/deltrace.exp: Likewise.
3049 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3050 * gdb.trace/ftrace.exp: Likewise.
3051 * gdb.trace/infotrace.exp: Check for arch support.
3052 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3053 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3054 * gdb.trace/mi-tsv-changed.exp: Likewise.
3055 * gdb.trace/packetlen.exp: Likewise.
3056 * gdb.trace/passc-dyn.exp: Likewise.
3057 * gdb.trace/passcount.exp: Likewise.
3058 * gdb.trace/pending.exp: Likewise.
3059 * gdb.trace/range-stepping.exp: Check for shlib support.
3060 * gdb.trace/report.exp: Check for arch support.
3061 * gdb.trace/save-trace.exp: Likewise.
3062 * gdb.trace/signal.exp: Check for signal support.
3063 * gdb.trace/tfind.exp: Check for arch support.
3064 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3065 * gdb.trace/trace-common.h: Add comment.
3066 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3067 * gdb.trace/trace-enable-disable.exp: Likewise.
3068 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3069 * gdb.trace/tracecmd.exp: Check for arch support.
3070 * gdb.trace/tspeed.exp: Check for shlib and target support.
3071 * gdb.trace/tstatus.exp: Check for arch support.
3072 * gdb.trace/tsv.exp: Likewise.
3073 * gdb.trace/while-dyn.exp: Likewise.
3074 * gdb.trace/while-stepping.exp: Likewise.
3075 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3076
3077 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3078
3079 * gdb.trace/tspeed.exp: Remove nowarnings.
3080 (prepare_for_trace_test): Declare "global ipalib".
3081 * gdb.trace/tspeed.c: Include unistd.h.
3082 (main): Remove superfluous printf argument.
3083
3084 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3085
3086 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3087 directory prefix on the filename.
3088
3089 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3090
3091 * gdb.gdb/unittest.exp: Update expected message informing that
3092 selftests have been disabled.
3093 * gdb.server/unittest.exp: Likewise.
3094
3095 2018-10-09 Tom de Vries <tdevries@suse.de>
3096
3097 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3098 with runto_main.
3099
3100 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3101
3102 PR c++/16841
3103 * gdb.cp/virtbase2.cc: New file.
3104 * gdb.cp/virtbase2.exp: New file.
3105
3106 2018-10-06 Tom Tromey <tom@tromey.com>
3107
3108 PR python/19399:
3109 * gdb.python/py-inferior.exp: Add architecture test.
3110
3111 2018-10-06 Tom Tromey <tom@tromey.com>
3112
3113 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3114 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3115
3116 2018-10-06 Tom Tromey <tom@tromey.com>
3117
3118 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3119 of a "throw" catchpoint.
3120
3121 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3122
3123 * gdb.base/info-proc.exp: Update string expected from "help info
3124 proc".
3125
3126 2018-10-04 Tom Tromey <tom@tromey.com>
3127
3128 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3129 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3130 (test_initial_complaints, test_empty_complaints): Update.
3131 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3132
3133 2018-10-04 Tom Tromey <tom@tromey.com>
3134
3135 PR cli/19551:
3136 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3137 * lib/gdb.exp (gdb_file_cmd): Update.
3138 * gdb.stabs/weird.exp (print_weird_var): Update.
3139 * gdb.server/solib-list.exp: Update.
3140 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3141 * gdb.mi/mi-cli.exp: Update.
3142 * gdb.linespec/linespec.exp: Update.
3143 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3144 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3145 * gdb.cp/cp-relocate.exp: Update.
3146 * gdb.base/sym-file.exp: Update.
3147 * gdb.base/relocate.exp: Update.
3148 * gdb.base/readnever.exp: Update.
3149 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3150 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3151 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3152 * gdb.base/code_elim.exp: Update.
3153 * gdb.base/break-unload-file.exp (test_break): Update.
3154 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3155 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3156 Update.
3157 * gdb.base/attach.exp (do_attach_tests): Update.
3158 * gdb.base/sepdebug.exp: Update.
3159 * gdb.python/py-section-script.exp: Update.
3160
3161 2018-10-04 Tom Tromey <tom@tromey.com>
3162
3163 PR cli/22234:
3164 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3165 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3166 output.
3167
3168 2018-10-04 Tom Tromey <tom@tromey.com>
3169
3170 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3171 set width and height to 0.
3172 (test_command_line_attach_run): Use -quiet.
3173
3174 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3175
3176 * lib/gdb.exp (skip_ifunc_tests): New.
3177 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3178 other compile failures.
3179 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3180
3181 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3182
3183 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3184 is_amd64_regs_target.
3185
3186 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3187
3188 * gdb.arch/aarch64-sighandler-regs.c: New test.
3189 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3190 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3191
3192 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3193
3194 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3195 assembly.
3196
3197 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3198
3199 * gdb.base/frame-selection.exp: New file.
3200 * gdb.base/frame-selection.c: New file.
3201
3202 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3203
3204 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3205 pthread barrier.
3206 (main): Likewise.
3207
3208 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3209
3210 * gdb.base/large-frame-1.c: New file.
3211 * gdb.base/large-frame-2.c: New file.
3212 * gdb.base/large-frame.exp: New file.
3213 * gdb.base/large-frame.h: New file.
3214
3215 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3216
3217 PR gdb/20948
3218 * gdb.base/write_mem.exp: New test.
3219 * gdb.base/write_mem.c: Likewise.
3220
3221 2018-09-23 Tom Tromey <tom@tromey.com>
3222
3223 PR python/18852:
3224 * gdb.python/py-parameter.exp: Add test for parameter that throws
3225 on "set".
3226
3227 2018-09-23 Tom Tromey <tom@tromey.com>
3228
3229 PR python/17284:
3230 * gdb.python/py-template.exp (test_template_arg): Add test for
3231 negative template argument number.
3232
3233 2018-09-23 Tom Tromey <tom@tromey.com>
3234
3235 PR python/14062:
3236 * gdb.python/python.exp: Add test for post_event error.
3237
3238 2018-09-23 Tom Tromey <tom@tromey.com>
3239
3240 PR python/18170:
3241 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3242 convert pointers to int and long.
3243
3244 2018-09-23 Tom Tromey <tom@tromey.com>
3245
3246 PR python/20126:
3247 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3248 signed-ness conversion tests.
3249
3250 2018-09-23 Tom Tromey <tom@tromey.com>
3251
3252 PR python/18352;
3253 * gdb.python/py-value.exp (test_float_conversion): New proc.
3254 Use it.
3255
3256 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3257
3258 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3259
3260 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3261
3262 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3263 no readline.
3264 * gdb.base/utf8-identifiers.exp: Likewise.
3265 * gdb.cp/cpcompletion.exp: Likewise.
3266 * gdb.linespec/cpcompletion.exp: Likewise.
3267 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3268 * gdb.linespec/cpls-ops.exp: Likewise.
3269
3270 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3271 Chris January <chris.january@arm.com>
3272
3273 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3274 * gdb.fortran/short-circuit-argument-list.exp: New file.
3275 * gdb.fortran/short-circuit-argument-list.f90: New test.
3276
3277 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3278
3279 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3280 "arch=" keyword when executing "-stack-list-frames".
3281
3282 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3283
3284 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3285 "arch=" keyword when executing "-stack-list-frames".
3286
3287 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3288
3289 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3290 break ada".
3291
3292 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3293
3294 PR python/23669
3295 * gdb.python/python.exp: Test gdb.execute("show commands").
3296
3297 2018-09-16 Tom Tromey <tom@tromey.com>
3298
3299 * gdb.base/new-ui.exp (do_execution_tests): Update.
3300 * gdb.base/dbx.exp (test_breakpoints): Update.
3301
3302 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3303
3304 * lib/gdb.exp (gdb_simple_compile): Add proc.
3305 (is_elf_target): Use gdb_simple_compile.
3306 (skip_altivec_tests): Likewise.
3307 (skip_vsx_tests): Likewise.
3308 (skip_tsx_tests): Likewise.
3309 (skip_btrace_tests): Likewise.
3310 (skip_btrace_pt_tests): Likewise.
3311 (gdb_can_simple_compile): Likewise.
3312 (gdb_has_argv0): Likewise.
3313 (gdb_target_symbol_prefix): Likewise.
3314 (target_supports_scheduler_locking): Likewise.
3315
3316 2018-09-13 Tom Tromey <tom@tromey.com>
3317
3318 * Makefile.in (TAGS): Recognize proc_with_prefix and
3319 gdb_caching_proc.
3320
3321 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3322
3323 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3324 method.
3325
3326 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3327
3328 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3329 and a few other Inferior properties when the Inferior is no
3330 longer valid.
3331
3332 2018-09-13 Tom Tromey <tom@tromey.com>
3333
3334 PR rust/23650:
3335 * gdb.rust/simple.exp: Add test for enum field access error.
3336
3337 2018-09-13 Tom Tromey <tom@tromey.com>
3338
3339 PR rust/23626:
3340 * gdb.rust/simple.rs (EmptyEnum): New type.
3341 (main): Use it.
3342 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3343
3344 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3345
3346 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3347 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3348 * gdb.python/py-symtab.exp: Update test printing an objfile.
3349
3350 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3351
3352 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3353 object.
3354
3355 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3356
3357 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3358 (support_complex_tests): Use gdb_can_simple_compile.
3359 (is_ilp32_target): Likewise.
3360 (is_lp64_target): Likewise.
3361 (is_64_target): Likewise.
3362 (is_amd64_regs_target): Likewise.
3363 (is_aarch32_target): Likewise.
3364 (gdb_int128_helper): Likewise.
3365
3366 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3367
3368 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3369
3370 2018-09-10 Jerome Guitton <guitton@adacore.com>
3371
3372 * gdb.ada/same_component_name: Add test for case of tagged record
3373 with variable-length fields.
3374
3375 2018-09-10 Xavier Roirand <roirand@adacore.com>
3376
3377 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3378 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3379 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3380 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3381
3382 2018-09-10 Xavier Roirand <roirand@adacore.com>
3383
3384 * gdb.ada/mi_string_access.exp: New testcase.
3385 * gdb.ada/mi_string_access/bar.adb: New file.
3386 * gdb.ada/mi_string_access/pck.adb: New file.
3387 * gdb.ada/mi_string_access/pck.asd: New file.
3388
3389 2018-09-10 Xavier Roirand <roirand@adacore.com>
3390
3391 * gdb.ada/mi_var_union.exp: New testcase.
3392 * gdb.ada/mi_var_union/bar.adb: New file.
3393 * gdb.ada/mi_var_union/pck.adb: New file.
3394 * gdb.ada/mi_var_union/pck.asd: New file.
3395
3396 2018-09-08 Tom Tromey <tom@tromey.com>
3397
3398 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3399
3400 2018-09-08 Tom Tromey <tom@tromey.com>
3401
3402 PR python/16047:
3403 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3404 (register_pretty_printers): Register new printer.
3405 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3406 test.
3407 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3408 (an_int_type3): New global.
3409
3410 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3411
3412 * gdb.ada/expr_with_funcall: New testcase.
3413
3414 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3415
3416 * gdb.ada/packed_array_assign: New testcase.
3417
3418 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3419
3420 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3421 names, and add test prefixes to make test names unique.
3422
3423 2018-09-05 Tom de Vries <tdevries@suse.de>
3424
3425 * gdb.dwarf2/varval.exp: Add test.
3426
3427 2018-09-04 Gary Benson <gbenson@redhat.com>
3428
3429 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3430 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3431
3432 2018-08-31 Tom Tromey <tom@tromey.com>
3433
3434 * gdb.rust/simple.rs: Rename second variable "v".
3435
3436 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3437
3438 * gdb.base/funcargs.c (use_a): New function.
3439 (recurse): Call use_a.
3440
3441 2018-08-29 Keith Seitz <keiths@redhat.com>
3442
3443 * gdb.compile/compile-cplus-anonymous.cc: New file.
3444 * gdb.compile/compile-cplus-anonymous.exp: New file.
3445 * gdb.compile/compile-cplus-array-decay.cc: New file.
3446 * gdb.compile/compile-cplus-array-decay.exp: New file.
3447 * gdb.compile/compile-cplus-inherit.cc: New file.
3448 * gdb.compile/compile-cplus-inherit.exp: New file.
3449 * gdb.compile/compile-cplus-member.cc: New file.
3450 * gdb.compile/compile-cplus-member.exp: New file.
3451 * gdb.compile/compile-cplus-method.cc: New file.
3452 * gdb.compile/compile-cplus-method.exp: New file.
3453 * gdb.compile/compile-cplus-mod.c: "New" file.
3454 * gdb.compile/compile-cplus-namespace.cc: New file.
3455 * gdb.compile/compile-cplus-namespace.exp: New file.
3456 * gdb.compile/compile-cplus-nested.cc: New file.
3457 * gdb.compile/compile-cplus-nested.exp: New file.
3458 * gdb.compile/compile-cplus-print.c: "New" file.
3459 * gdb.compile/compile-cplus-print.exp: "New" file.
3460 * gdb.compile/compile-cplus-virtual.cc: New file.
3461 * gdb.compile/compile-cplus-virtual.exp: New file.
3462 * gdb.compile/compile-cplus.c: "New" file.
3463 * gdb.compile/compile-cplus.exp: "New" file.
3464 * lib/compile-support.exp: New file.
3465
3466 2018-08-16 Gary Benson <gbenson@redhat.com>
3467
3468 PR gdb/13000:
3469 * gdb.base/batch-exit-status.exp: New file.
3470 * gdb.base/batch-exit-status.good-commands: Likewise.
3471 * gdb.base/batch-exit-status.bad-commands: Likewise.
3472
3473 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3474
3475 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3476 (struct struct02): Likewise.
3477 (struct struct03): Likewise.
3478 (struct struct04): Likewise.
3479 (struct struct_01_01): New struct.
3480 (struct struct_01_02): Likewise.
3481 (struct struct_01_03): Likewise.
3482 (struct struct_01_04): Likewise.
3483 (struct struct_02_01): Likewise.
3484 (struct struct_02_02): Likewise.
3485 (struct struct_02_03): Likewise.
3486 (struct struct_02_04): Likewise.
3487 (struct struct_04_01): Likewise.
3488 (struct struct_04_02): Likewise.
3489 (struct struct_04_03): Likewise.
3490 (struct struct_04_04): Likewise.
3491 (struct struct_05_01): Likewise.
3492 (struct struct_05_02): Likewise.
3493 (struct struct_05_03): Likewise.
3494 (struct struct_05_04): Likewise.
3495 (cmp_struct01): Remove function.
3496 (cmp_struct02): Likewise.
3497 (cmp_struct03): Likewise.
3498 (cmp_struct04): Likewise.
3499 (cmp_struct_01_01): Add Function.
3500 (cmp_struct_01_02): Likewise.
3501 (cmp_struct_01_03): Likewise.
3502 (cmp_struct_01_04): Likewise.
3503 (cmp_struct_02_01): Likewise.
3504 (cmp_struct_02_02): Likewise.
3505 (cmp_struct_02_03): Likewise.
3506 (cmp_struct_02_04): Likewise.
3507 (cmp_struct_04_01): Likewise.
3508 (cmp_struct_04_02): Likewise.
3509 (cmp_struct_04_03): Likewise.
3510 (cmp_struct_04_04): Likewise.
3511 (cmp_struct_05_01): Likewise.
3512 (cmp_struct_05_02): Likewise.
3513 (cmp_struct_05_03): Likewise.
3514 (cmp_struct_05_04): Likewise.
3515 (call_all): Add new structs.
3516 * gdb.base/infcall-nested-structs.exp: Likewise.
3517
3518 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3519
3520 * gdb.python/py-framefilter-mi.exp: Update regexp to
3521 check for "arch" field in frame output.
3522
3523 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3524
3525 * gdb.dwarf2/dw2-ranges-func.c: New file.
3526 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3527
3528 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3529
3530 * gdb.base/term.exp: Compare terminal settings with values from
3531 the inferior.
3532 * gdb.base/term.c: Get and set terminal settings.
3533
3534 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3535
3536 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3537 accommodate new "arch" field in frame output.
3538 * gdb.mi/mi-return.exp: Likewise.
3539 * gdb.mi/mi-stack.exp: Likewise.
3540 * gdb.mi/mi-syn-frame.exp: Likewise.
3541 * gdb.mi/user-selected-context-sync.exp: Likewise.
3542
3543 2018-08-19 Michael Spang <spang@google.com>
3544
3545 PR gdb/11786
3546 * gdb.base/gcore-tls-pie.c: New file.
3547 * gdb.base/gcore-tls-pie.exp: New file.
3548
3549 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3550
3551 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3552 * gdb.dwarf2/varval.c: New file.
3553 * gdb.dwarf2/varval.exp: New file.
3554
3555 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3556
3557 PR gdb/18931
3558 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3559
3560 2018-08-16 Keith Seitz <keiths@redhat.com>
3561
3562 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3563 tests expected to pass.
3564
3565 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3566
3567 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3568 -data-disassemble -a.
3569 (test_disassembly_bogus_args): Likewise.
3570
3571 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3572
3573 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3574
3575 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3576
3577 * gdb.base/vla-optimized-out.exp: Add new test.
3578
3579 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3580
3581 * gdb.base/vla-optimized-out-o3.exp: Delete.
3582 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3583 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3584 deleted tests.
3585
3586 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3587
3588 PR gdb/18050:
3589 * gdb.server/extended-remote-restart.c: New file.
3590 * gdb.server/extended-remote-restart.exp: New file.
3591
3592 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3593
3594 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3595 "set variable index = 42".
3596
3597 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3598
3599 * boards/index-cache-gdb.exp: New file.
3600 * gdb.dwarf2/index-cache.exp: New file.
3601 * gdb.dwarf2/index-cache.c: New file.
3602 * gdb.base/maint.exp: Check if we are using the index cache.
3603
3604 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3605
3606 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3607 MAKEFLAGS.
3608
3609 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3610
3611 * dg-extract-results.sh: Move to toplevel contrib.
3612 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3613 * Makefile.in (check-parallel-racy): Likewise.
3614
3615 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3616
3617 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3618 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3619 tests if the target supports scheduler locking.
3620
3621 2018-08-04 Tom de Vries <tdevries@suse.de>
3622
3623 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3624
3625 2018-08-02 Tom Tromey <tom@tromey.com>
3626
3627 PR symtab/16842.
3628 * gdb.cp/temargs.exp: Test "info address" of a template
3629 parameter.
3630
3631 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3632
3633 * gdb.python/py-mi-var-info-path-expression.c: New file.
3634 * gdb.python/py-mi-var-info-path-expression.py: New file.
3635 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3636
3637 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3638
3639 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3640 error after "cannot resolve name" string.
3641
3642 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3643
3644 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3645 started.
3646 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3647
3648 2018-07-28 Tom de Vries <tdevries@suse.de>
3649
3650 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3651
3652 2018-07-26 Tom de Vries <tdevries@suse.de>
3653
3654 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3655
3656 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3657
3658 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3659 is visible.
3660
3661 2018-07-26 Tom de Vries <tdevries@suse.de>
3662
3663 PR breakpoints/23366
3664 * gdb.base/catch-follow-exec.c: New test.
3665 * gdb.base/catch-follow-exec.exp: New file.
3666
3667 2018-07-25 Tom de Vries <tdevries@suse.de>
3668
3669 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3670 vla-optimized-out.c.
3671
3672 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3673
3674 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3675 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3676
3677 2018-07-20 Tom de Vries <tdevries@suse.de>
3678
3679 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3680 NOCLONE macro.
3681 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3682
3683 2018-07-19 Tom de Vries <tdevries@suse.de>
3684
3685 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3686 regular expression.
3687
3688 2018-07-18 Tom de Vries <tdevries@suse.de>
3689
3690 * gdb.base/vla-optimized-out.c: New test.
3691 * gdb.base/vla-optimized-out.exp: New file.
3692
3693 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3694
3695 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3696 message "No address associated with hostname" when gdbserver
3697 cannot resolve the hostname.
3698
3699 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3700
3701 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3702 Add some test prefixes to make tests unique.
3703
3704 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3705
3706 * gdb.base/frameapply.c: New file.
3707 * gdb.base/frameapply.exp: New file.
3708
3709 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3710
3711 * gdb.base/skip.exp: Update expected error message.
3712
3713 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3714 Jan Kratochvil <jan.kratochvil@redhat.com>
3715 Paul Fertser <fercerpav@gmail.com>
3716 Tsutomu Seki <sekiriki@gmail.com>
3717
3718 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3719 parameter.
3720 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3721 by default.
3722 * boards/native-gdbserver.exp: Likewise.
3723 * gdb.server/run-without-local-binary.exp: Improve regexp used
3724 for detecting when a remote debugging connection succeeds.
3725 * gdb.server/server-connect.exp: New file.
3726 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3727 Do not prefix the port number with ":".
3728 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3729 support for detecting and using it. Add '$debughost_gdbserver'
3730 to the list of arguments used to start gdbserver. Handle case
3731 when gdbserver cannot resolve a network name.
3732
3733 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3734
3735 PR c++/23373
3736 * gdb.base/ptype-offsets.cc (struct static_member): New
3737 struct.
3738 (main) <stmember>: New variable.
3739 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3740 with a static member in it.
3741
3742 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3743
3744 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3745 watchpoints enabled and disabled.
3746
3747 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3748
3749 * gdb.base/examine-backward.exp: Still run tests around address
3750 0x0, even if address 0x0 is not readable. Update the pattern for
3751 matching address 0x0 in expected output.
3752
3753 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3754
3755 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3756 malloc/free.
3757
3758 2018-07-04 Tom de Vries <tdevries@suse.de>
3759
3760 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3761
3762 2018-07-02 Maciej W. Rozycki <macro@mips.com>
3763
3764 PR tdep/8282
3765 * gdb.arch/mips-disassembler-options.exp: New test.
3766 * gdb.arch/mips-disassembler-options.s: New test source.
3767
3768 2018-06-29 Pedro Alves <palves@redhat.com>
3769
3770 * gdb.threads/names.exp: Adjust expected "info threads" output.
3771
3772 2018-06-29 Pedro Alves <palves@redhat.com>
3773
3774 * gdb.opt/inline-break.exp (line number, address): Add "info
3775 break" tests.
3776
3777 2018-06-29 Pedro Alves <palves@redhat.com>
3778
3779 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3780 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3781 number and address and running to them.
3782
3783 2018-06-29 Richard Bunt <richard.bunt@arm.com>
3784
3785 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3786
3787 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3788
3789 * lib/compiler.c: Remove executable permission flag.
3790
3791 2018-06-28 Richard Bunt <richard.bunt@arm.com>
3792
3793 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3794 code.
3795 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3796
3797 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3798
3799 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3800
3801 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3802
3803 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3804 address argument is omitted.
3805
3806 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3807
3808 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3809
3810 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
3811
3812 PR gdb/21695
3813 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3814 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3815
3816 2018-06-26 Tom Tromey <tom@tromey.com>
3817
3818 PR rust/22574:
3819 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3820 * gdb.rust/simple.rs (struct SimpleLayout): New.
3821
3822 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3823
3824 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3825 "info registers" output.
3826
3827 2018-06-21 Richard Bunt <richard.bunt@arm.com>
3828
3829 * gdb.base/watchpoint-hw-attach.c: New test.
3830 * gdb.base/watchpoint-hw-attach.exp: New file.
3831
3832 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3833
3834 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3835 through /bin/sh.
3836 * boards/dwarf4-gdb-index.exp: Likewise.
3837 * boards/fission-dwp.exp: Likewise.
3838
3839 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3840
3841 * gdb.base/float128.exp: Add comment and improved fail message
3842 to the failure case of "print large128" test.
3843
3844 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3845
3846 * configure.ac: Remove AC_PREREQ.
3847 * configure: Re-generate.
3848
3849 2018-06-19 Pedro Alves <palves@redhat.com>
3850
3851 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3852 (func_extern_caller): New.
3853 (main): Call func_extern_caller.
3854 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3855 logic change.
3856
3857 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3858
3859 PR gdb/16841
3860 * gdb.cp/typedef-base.cc: New file.
3861 * gdb.cp/typedef-base.exp: New file.
3862
3863 2018-06-18 Tom de Vries <tdevries@suse.de>
3864
3865 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3866
3867 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3868 Richard Bunt <Richard.Bunt@arm.com>
3869
3870 * gdb.threads/attach-slow-waitpid.c: New file.
3871 * gdb.threads/attach-slow-waitpid.exp: New file.
3872 * gdb.threads/slow-waitpid.c: New file.
3873
3874 2018-06-14 Pedro Alves <palves@redhat.com>
3875
3876 * gdb.base/fork-running-state.c: Include <errno.h>.
3877 (exit_if_relative_exits): New.
3878 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3879 exits.
3880 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3881 child exits.
3882
3883 2018-06-14 Tom de Vries <tdevries@suse.de>
3884
3885 PR cli/22573
3886 * gdb.base/finish-pretty.c: New test.
3887 * gdb.base/finish-pretty.exp: New file.
3888
3889 2018-06-14 Pedro Alves <palves@redhat.com>
3890
3891 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3892 gdb's expected startup output.
3893
3894 2018-06-14 Pedro Alves <palves@redhat.com>
3895
3896 * lib/selftest-support.exp (selftest_setup): Remove inlined
3897 function handling.
3898
3899 2018-06-14 Tom de Vries <tdevries@suse.de>
3900
3901 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3902 matching of breakpoint printing.
3903
3904 2018-06-13 Tom de Vries <tdevries@suse.de>
3905
3906 PR testsuite/23269
3907 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3908 (fork_child): ... here, and ...
3909 (fork_parent): ... here.
3910
3911 2018-06-12 Tom de Vries <tdevries@suse.de>
3912
3913 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3914
3915 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3916 Stephen Roberts <stephen.roberts@arm.com>
3917
3918 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3919 rewrite test to describe action performed, rather than possible
3920 failure.
3921
3922 2018-06-08 Gary Benson <gbenson@redhat.com>
3923
3924 * gdb.threads/check-libthread-db.exp: New file.
3925 * gdb.threads/check-libthread-db.c: Likewise.
3926
3927 2018-06-05 Tom Tromey <tom@tromey.com>
3928
3929 * gdb.base/default.exp: Update expected "show version" output.
3930
3931 2018-06-05 Tom Tromey <tom@tromey.com>
3932
3933 PR cli/12326:
3934 * gdb.cp/static-print-quit.exp: Update.
3935 * lib/gdb.exp (pagination_prompt): Update.
3936 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3937 * gdb.python/python.exp: Update.
3938
3939 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3940
3941 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3942
3943 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3944
3945 * gdb.ada/bp_fun_addr: New testcase.
3946
3947 2018-06-01 Tom Tromey <tom@tromey.com>
3948
3949 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3950 results.
3951 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3952 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3953 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3954 * gdb.base/maint.exp (maint_pass_if): Update.
3955
3956 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3957
3958 * gdb.base/endian.exp: New test.
3959 * gdb.base/endian.c: New test source.
3960
3961 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3962
3963 PR gdb/23203
3964 * gdb.base/bt-selected-frame.c: New file.
3965 * gdb.base/bt-selected-frame.exp: New file.
3966 * lib/gdb.exp (get_current_frame_number): New function.
3967
3968 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3969 Pedro Alves <palves@redhat.com>
3970
3971 * gdb.threads/tls-core.c: Include <stdlib.h>
3972 (thread_proc): Call `abort'.
3973 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3974 (tls_core_test): New procedure, bits factored out from ...
3975 (top level): ... here. Test both native cores and gcore cores.
3976
3977 2018-05-23 Tom Tromey <tom@tromey.com>
3978
3979 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3980
3981 2018-05-23 Tom Tromey <tom@tromey.com>
3982
3983 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3984 symfile_complaints.
3985 (test_short_complaints): Likewise.
3986 (test_empty_complaints): Likewise.
3987 (test_initial_complaints): Update.
3988
3989 2018-05-23 Tom Tromey <tom@tromey.com>
3990
3991 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3992
3993 2018-05-23 Tom Tromey <tom@tromey.com>
3994
3995 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3996 (test_short_complaints): Update.
3997
3998 2018-05-22 Pedro Alves <palves@redhat.com>
3999
4000 * gdb.base/remote.exp: Only gdb_start after compiling the
4001 testcase. Issue "disconnect" before testing "set remote" command
4002 defaults. Issue clean_restart before running to main.
4003
4004 2018-05-22 Pedro Alves <palves@redhat.com>
4005
4006 * gdb.base/remote.exp: Adjust expected output of "show remote
4007 memory-write-packet-size". Add tests for "set remote
4008 memory-write-packet-size 0" and "set remote
4009 memory-write-packet-size fixed/limit".
4010
4011 2018-05-22 Pedro Alves <palves@redhat.com>
4012
4013 PR gdb/22973
4014 * gdb.base/utf8-identifiers.c: New file.
4015 * gdb.base/utf8-identifiers.exp: New file.
4016
4017 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4018
4019 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4020
4021 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4022
4023 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4024
4025 2018-05-18 Tom Tromey <tom@tromey.com>
4026
4027 * gdb.base/ptype-offsets.exp: Update.
4028
4029 2018-05-17 Keith Seitz <keiths@redhat.com>
4030
4031 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4032 in expected breakpoint stop locations.
4033 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4034 move to proper scope to test variable values.
4035 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4036 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4037 New functions.
4038 (main): Call not_inline_func3.
4039 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4040 inline_func1, inline_func2, and inline_func3. Test that when each
4041 breakpoint is hit, GDB properly reports both the stop location
4042 and the backtrace. Repeat tests for temporary breakpoints.
4043
4044 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4045
4046 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4047 rather then trying to access it in determining whether the PID
4048 of `gdbserver' could have been retrieved.
4049
4050 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4051
4052 * gdb.arch/amd64-init-x87-values.S: New file.
4053 * gdb.arch/amd64-init-x87-values.exp: New file.
4054
4055 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4056
4057 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4058
4059 2018-05-04 Tom Tromey <tom@tromey.com>
4060
4061 PR python/22730:
4062 * gdb.python/python.exp: Test multi-line execute.
4063
4064 2018-05-04 Tom Tromey <tom@tromey.com>
4065
4066 PR python/22731:
4067 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4068
4069 2018-05-04 Tom Tromey <tom@tromey.com>
4070
4071 PR gdb/11750:
4072 * gdb.base/define.exp: Test defining a user command inside a user
4073 command.
4074 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4075
4076 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4077 Pedro Alves <palves@redhat.com>
4078
4079 PR breakpoints/19806 and support for PR external/20207.
4080 * gdb.base/watchpoint-unaligned.c: New file.
4081 * gdb.base/watchpoint-unaligned.exp: New file.
4082
4083 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4084
4085 * gdb.base/maint.exp: Make test names unique, use
4086 test_prefix_command_help to test 'help maint info', and remove
4087 repeated test of 'help maint'.
4088
4089 2018-05-04 Tom Tromey <tom@tromey.com>
4090
4091 PR gdb/22619:
4092 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4093 behavior.
4094
4095 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4096
4097 * gdb.base/maint.exp: Process output from 'maint print registers'
4098 line at a time.
4099
4100 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4101
4102 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4103 timeout.
4104
4105 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4106
4107 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4108 filter pattern.
4109
4110 2018-05-02 Pedro Alves <palves@redhat.com>
4111
4112 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4113 to_log_command renames.
4114 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4115
4116 2018-05-02 Tom Tromey <tom@tromey.com>
4117
4118 * gdb.python/py-parameter.exp: Set test message.
4119
4120 2018-05-02 Tom Tromey <tom@tromey.com>
4121
4122 PR python/20084:
4123 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4124 PARAM_ZUINTEGER_UNLIMITED tests.
4125
4126 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4127
4128 PR rust/23124
4129 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4130 when casting.
4131
4132 2018-04-30 Tom Tromey <tom@tromey.com>
4133
4134 * gdb.python/py-type.exp: Check align attribute.
4135 * gdb.python/py-type.c: New "aligncheck" global.
4136
4137 2018-04-30 Tom Tromey <tom@tromey.com>
4138
4139 PR exp/17095:
4140 * gdb.dwarf2/dw2-align.exp: New file.
4141 * gdb.cp/align.exp: New file.
4142 * gdb.base/align.exp: New file.
4143 * lib/gdb.exp (gdb_int128_helper): New proc.
4144 (has_int128_c, has_int128_cxx): New caching procs.
4145
4146 2018-04-27 Tom Tromey <tom@tromey.com>
4147
4148 PR rust/22545:
4149 * gdb.rust/simple.exp: Add inclusive range tests.
4150
4151 2018-04-26 Pedro Alves <palves@redhat.com>
4152
4153 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4154 ifunc breakpoint locations correctly of ifunc breakpoints set
4155 while the program resolves the ifunc.
4156
4157 2018-04-26 Pedro Alves <palves@redhat.com>
4158
4159 * gdb.base/gnu-ifunc-final.c: New file.
4160 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4161 * gdb.base/gnu-ifunc.exp (executable): Delete.
4162 (staticexecutable): Adjust.
4163 (lib_opts, exec_opts): Delete.
4164 (make_binsuffix, build, set-break): New procedures.
4165 (misc_tests): New, with tests factored out from the top level.
4166 (top level): Test different combinations of ifunc resolver name,
4167 resolver with and with debug info, and ifunc target with and
4168 without debug info. Wrap static tests with with_target_prefix.
4169
4170 2018-04-26 Pedro Alves <palves@redhat.com>
4171
4172 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4173 return type" warnings.
4174
4175 2018-04-25 Pedro Alves <palves@redhat.com>
4176
4177 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4178 killed".
4179 * gdb.base/kill-after-signal.exp: Likewise.
4180 * gdb.threads/kill.exp: Likewise.
4181
4182 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4183 Sergio Durigan Junior <sergiodj@redhat.com>
4184 Pedro Alves <palves@redhat.com>
4185
4186 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4187 regexps to expect for '[Inferior ... detached]' as well.
4188 * gdb.base/attach.exp: Likewise.
4189 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4190 "gdb_continue_to_end".
4191 (test_catch_syscall_with_wrong_args): Likewise.
4192 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4193 ']'. Don't set 'verbose' on.
4194 * gdb.base/foll-vfork.exp: Likewise.
4195 * gdb.base/fork-print-inferior-events.c: New file.
4196 * gdb.base/fork-print-inferior-events.exp: New file.
4197 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4198 '[Inferior ... has been killed]' message.
4199 * gdb.base/kill-after-signal.exp: Likewise.
4200 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4201 detach message.
4202 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4203 message.
4204 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4205 regexps to expect for '[Inferior ... detached]' as well.
4206 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4207
4208 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4209
4210 PR gdb/23104
4211 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4212
4213 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4214
4215 * gdb.threads/multiple-successive-infcall.c: New test.
4216 * gdb.threads/multiple-successive-infcall.exp: New file.
4217
4218 2018-04-17 Tom Tromey <tom@tromey.com>
4219
4220 * gdb.rust/simple.rs (Union): New type.
4221 (main): New local "u".
4222 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4223
4224 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4225
4226 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4227 number information in output of "whereis" command.
4228 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4229
4230 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4231
4232 * gdb.ada/info_types.exp: Adjust expected output to the line
4233 numbers now printed by "info var/func/type".
4234 * gdb.base/completion.exp: Likewise.
4235 * gdb.base/included.exp: Likewise.
4236 * gdb.cp/cp-relocate.exp: Likewise.
4237 * gdb.cp/cplusfuncs.exp: Likewise.
4238 * gdb.cp/namespace.exp: Likewise.
4239 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4240
4241 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4242
4243 * gdb.btrace/cpu.exp: New.
4244
4245 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4246
4247 * gdb.base/step-indirect-call-thunk.exp: New.
4248 * gdb.base/step-indirect-call-thunk.c: New.
4249 * gdb.reverse/step-indirect-call-thunk.exp: New.
4250 * gdb.reverse/step-indirect-call-thunk.c: New.
4251
4252 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4253
4254 * gdb.base/pie-fork.c: New file.
4255 * gdb.base/pie-fork.exp: New file.
4256
4257 2018-04-11 Tom Tromey <tom@tromey.com>
4258
4259 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4260
4261 2018-04-10 Pedro Alves <palves@redhat.com>
4262
4263 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4264 exits. Instead loop running forever.
4265 (fork_parent): Run forever too.
4266
4267 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4268
4269 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4270 mi_continue_to_line.
4271 * gdb.mi/mi-stack.c (callee4): Add comment.
4272
4273 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4274
4275 * gdb.mi/mi-stack.exp: Fix indentation.
4276
4277 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4278
4279 PR gdb/22979
4280 * gdb.arch/amd64-osabi.exp: New file.
4281
4282 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4283
4284 PR gdb/22980
4285 * gdb.base/osabi.exp: New file.
4286
4287 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4288
4289 * gdb.cp/static-typedef-print.exp: New file.
4290 * gdb.cp/static-typedef-print.cc: New file.
4291
4292 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4293
4294 * gdb.ada/varsize_limit: New testcase.
4295
4296 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4297
4298 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4299
4300 * gdb.ada/notcplusplus: New testcase.
4301
4302 * gdb.base/c-linkage-name.c: New file.
4303 * gdb.base/c-linkage-name.exp: New testcase.
4304
4305 2018-03-26 Tom Tromey <tom@tromey.com>
4306
4307 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4308 * gdb.python/py-framefilter.py (name_error): New global.
4309 (ErrorInName.function): Use name_error.
4310
4311 2018-03-26 Tom Tromey <tom@tromey.com>
4312
4313 PR backtrace/15582:
4314 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4315
4316 2018-03-23 Keith Seitz <keiths@redhat.com>
4317
4318 PR c++/22968
4319 * gdb.cp/subtypes.exp: New file.
4320 * gdb.cp/subtypes.h: New file.
4321 * gdb.cp/subtypes.cc: New file.
4322 * gdb.cp/subtypes-2.cc: New file.
4323
4324 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4325
4326 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4327 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4328 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4329 -nostartfiles when compiling the test. Confirm that all registers
4330 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4331
4332 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4333
4334 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4335 option, syntax was wrong anyway.
4336 * gdb.arch/arm-disp-step.exp: Likewise.
4337 * gdb.arch/sparc64-regs.exp: Likewise.
4338 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4339 option, syntax was wrong anyway, switch to use
4340 prepare_for_testing.
4341 * gdb.arch/i386-disp-step.exp: Likewise.
4342
4343 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4344
4345 * gdb.ada/exec_changed.exp: Replace "target_info exists
4346 use_gdb_stub" by "use_gdb_stub".
4347 * gdb.ada/start.exp: Likewise.
4348 * gdb.base/async-shell.exp: Likewise.
4349 * gdb.base/attach-pie-misread.exp: Likewise.
4350 * gdb.base/attach-wait-input.exp: Likewise.
4351 * gdb.base/break-entry.exp: Likewise.
4352 * gdb.base/break-interp.exp: Likewise.
4353 * gdb.base/dprintf-detach.exp: Likewise.
4354 * gdb.base/nostdlib.exp: Likewise.
4355 * gdb.base/solib-nodir.exp: Likewise.
4356 * gdb.base/statistics.exp: Likewise.
4357 * gdb.base/testenv.exp: Likewise.
4358 * gdb.mi/mi-exec-run.exp: Likewise.
4359 * gdb.mi/mi-start.exp: Likewise.
4360 * gdb.multi/dummy-frame-restore.exp: Likewise.
4361 * gdb.multi/multi-arch-exec.exp: Likewise.
4362 * gdb.multi/multi-arch.exp: Likewise.
4363 * gdb.multi/tids.exp: Likewise.
4364 * gdb.multi/watchpoint-multi.exp: Likewise.
4365 * gdb.python/py-events.exp: Likewise.
4366 * gdb.threads/attach-into-signal.exp: Likewise.
4367 * gdb.threads/attach-stopped.exp: Likewise.
4368 * gdb.threads/threadapply.exp: Likewise.
4369 * lib/selftest-support.exp: Likewise.
4370
4371 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4372
4373 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4374
4375 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4376
4377 * gdb.perf/template-breakpoints.cc: New file.
4378 * gdb.perf/template-breakpoints.exp: New file.
4379 * gdb.perf/template-breakpoints.py: New file.
4380
4381 2018-03-19 Tom Tromey <tom@tromey.com>
4382
4383 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4384 y0.
4385 * gdb.rust/simple.exp: Test bare identifier form of struct
4386 initializer.
4387
4388 2018-03-19 Tom Tromey <tom@tromey.com>
4389
4390 * gdb.gdb/observer.exp: Remove.
4391
4392 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4393
4394 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4395 "qualified" option when setting breakpoints.
4396 * gdb.trace/backtrace.exp: Likewise.
4397 * gdb.trace/circ.exp: Likewise.
4398 * gdb.trace/collection.exp: Likewise.
4399 * gdb.trace/disconnected-tracing.exp: Likewise.
4400 * gdb.trace/ftrace-lock.exp: Likewise.
4401 * gdb.trace/ftrace.exp: Likewise.
4402 * gdb.trace/infotrace.exp: Likewise.
4403 * gdb.trace/packetlen.exp: Likewise.
4404 * gdb.trace/passc-dyn.exp: Likewise.
4405 * gdb.trace/qtro.exp: Likewise.
4406 * gdb.trace/read-memory.exp: Likewise.
4407 * gdb.trace/report.exp: Likewise.
4408 * gdb.trace/signal.exp: Likewise.
4409 * gdb.trace/status-stop.exp: Likewise.
4410 * gdb.trace/strace.exp: Likewise.
4411 * gdb.trace/tfind.exp: Likewise.
4412 * gdb.trace/trace-break.exp: Likewise.
4413 * gdb.trace/trace-condition.exp: Likewise.
4414 * gdb.trace/trace-mt.exp: Likewise.
4415 * gdb.trace/tstatus.exp: Likewise.
4416 * gdb.trace/tsv.exp: Likewise.
4417 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4418 * gdb.trace/unavailable.exp: Likewise.
4419 * gdb.trace/while-dyn.exp: Likewise.
4420
4421 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4422
4423 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4424 that libinproctrace is copied to the target.
4425
4426 2018-03-14 Tom Tromey <tom@tromey.com>
4427
4428 PR cli/14977:
4429 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4430 a null pointer.
4431 * gdb.base/wchar.exp: Likewise.
4432
4433 2018-03-14 Tom Tromey <tom@tromey.com>
4434
4435 PR cli/19918:
4436 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4437 flag.
4438
4439 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4440
4441 PR gdb/22841
4442 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4443 "target" to remote_exec.
4444
4445 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4446
4447 PR gdb/22841
4448 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4449 ${board}_upload): Remove.
4450
4451 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4452
4453 * gdb.cp/watch-cp.cc: New test.
4454 * gdb.cp/watch-cp.exp: New file.
4455
4456 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4457
4458 * gdb.base/infcall-nested-structs.exp: New file.
4459 * gdb.base/infcall-nested-structs.c: New file.
4460 * gdb.base/float.exp: Add riscv support.
4461
4462 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4463
4464 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4465 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4466
4467 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4468
4469 * gdb.server/abspath.exp: New file.
4470 * lib/gdb.exp (with_cwd): New procedure.
4471
4472 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4473
4474 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4475 use it.
4476 (gdb_is_target_remote_prompt): New proc.
4477 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4478 (gdb_is_target_native): Pass prompt parameter to
4479 gdb_is_target_1.
4480
4481 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4482
4483 * gdb.base/load-command.c: New file.
4484 * gdb.base/load-command.exp: New file.
4485 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4486 (gdb_is_target_1): ...this, and generalize for other targets
4487 than just remote.
4488 (gdb_is_target_remote): Use gdb_is_target_1.
4489 (gdb_is_target_native): use gdb_is_target_1.
4490
4491 2018-02-26 Tom Tromey <tom@tromey.com>
4492
4493 PR python/16497:
4494 * gdb.python/py-framefilter.exp: Update test.
4495
4496 2018-02-26 Tom Tromey <tom@tromey.com>
4497
4498 * gdb.dwarf2/variant.c: New file.
4499 * gdb.dwarf2/variant.exp: New file.
4500
4501 2018-02-26 Tom Tromey <tom@tromey.com>
4502
4503 * gdb.rust/simple.exp: Accept more possible results in enum test.
4504
4505 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4506
4507 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4508 parentheses.
4509
4510 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4511
4512 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4513 name of a variable: $actual_linejj -> $actual_line.
4514
4515 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4516
4517 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4518
4519 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4520
4521 * gdb.btrace/buffer-size.exp: Do not force BTS.
4522
4523 2018-02-14 Pedro Alves <palves@redhat.com>
4524
4525 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4526 getting a "Quit".
4527
4528 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4529
4530 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4531 Fix test name.
4532
4533 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4534
4535 * gdb.cp/m-static.exp: Check type of optimized out static
4536 member.
4537
4538 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4539
4540 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4541 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4542
4543 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4544 Leszek Swirski <leszeks@google.com>
4545
4546 * gdb.python/py-prettyprint.c
4547 (struct to_string_returns_value_inner,
4548 struct to_string_returns_value_wrapper): New.
4549 (main): Add tsrvw variable.
4550 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4551 ToStringReturnsValueWrapper): New classes.
4552 (register_pretty_printers): Register new pretty-printers.
4553 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4554 recursive pretty printer.
4555 * gdb.python/py-mi.exp: Likewise.
4556
4557 2018-02-01 Leszek Swirski <leszeks@google.com>
4558
4559 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4560 functions with the same name as an include file are parsed
4561 correctly.
4562
4563 2018-02-01 Yao Qi <yao.qi@linaro.org>
4564
4565 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4566 "\[^\r\n\]*".
4567
4568 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4569
4570 * gdb.arch/powerpc-prologue-frame.s: New file.
4571 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4572 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4573
4574 2018-01-31 Joel Brobecker <brobecker@adacore.com>
4575
4576 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4577
4578 2018-01-30 Pedro Alves <palves@redhat.com>
4579
4580 PR gdb/13211
4581 * gdb.base/interrupt-daemon.c: New.
4582 * gdb.base/interrupt-daemon.exp: New.
4583 * gdb.multi/multi-term-settings.c: New.
4584 * gdb.multi/multi-term-settings.exp: New.
4585
4586 2018-01-30 Joel Brobecker <brobecker@adacore.com>
4587
4588 * gdb.base/break.exp: Save the location where the breakpoint
4589 on break.c:47 was actually inserted when debugging the version
4590 compiled at -O2 and use it in the expected output of the "info
4591 break" test performed soon after.
4592
4593 2018-01-22 Pedro Alves <palves@redhat.com>
4594 Sergio Durigan Junior <sergiodj@redhat.com>
4595
4596 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4597 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4598
4599 2018-01-22 Joel Brobecker <brobecker@adacore.com>
4600
4601 * gdb.base/break-include.c, gdb.base/break-include.inc,
4602 gdb.base/break-include.exp: New files.
4603 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4604 line number now being the actual line number where the breakpoint
4605 was inserted.
4606 * gdb.mi/mi-break.exp: Likewise.
4607 * gdb.mi/mi-reverse.exp: Likewise.
4608 * gdb.mi/mi-simplerun.exp: Ditto.
4609
4610 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4611
4612 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4613 varobj.
4614 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4615
4616 2018-01-21 Don Breazeal <donb@codesourcery.com>
4617 Andrew Burgess <andrew.burgess@embecosm.com>
4618
4619 * gdb.mi/basics.c: Add new global.
4620 * gdb.mi/mi-frame-regs.exp: New file.
4621 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4622 case.
4623
4624 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4625
4626 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4627 non-parameter, and on an unknown symbol.
4628
4629 2018-01-19 Tom Tromey <tom@tromey.com>
4630
4631 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4632 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4633
4634 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4635
4636 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4637 setrlimit and chdir to int.
4638
4639 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4640
4641 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4642 function.
4643 (my_tend): Likewise.
4644 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4645 rationale of avoiding FP- and vector instructions.
4646
4647 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4648
4649 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4650 "info reg" with "\[ \t\]*".
4651 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4652 "\[ \t\]+".
4653 * gdb.arch/s390-multiarch.exp: Ditto.
4654 * gdb.base/pc-fp.exp: Ditto.
4655 * gdb.reverse/i386-precsave.exp: Ditto.
4656 * gdb.reverse/i386-reverse.exp: Ditto.
4657 * gdb.reverse/i387-env-reverse.exp: Ditto.
4658 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4659
4660 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4661
4662 * lib/gdb.exp (gdb_compile): Re-enable use of
4663 universal_compile_options for languages other than Rust.
4664
4665 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4666
4667 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4668
4669 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4670
4671 PR gdb/16577
4672 * gdb.base/solib-vanish.exp: New.
4673 * gdb.base/solib-vanish-main.c: New.
4674 * gdb.base/solib-vanish-lib1.c: New.
4675 * gdb.base/solib-vanish-lib2.c: New.
4676
4677 2018-01-17 Yao Qi <yao.qi@linaro.org>
4678
4679 * gdb.compile/compile.exp: Match the address printed for
4680 frame in the output of command "bt".
4681
4682 2018-01-15 Tom Tromey <tom@tromey.com>
4683
4684 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4685 compute sp_reg.
4686
4687 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4688
4689 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4690 to prepare.
4691 (prepare): Return 0 on error, 1 on success.
4692
4693 2018-01-12 Pedro Alves <palves@redhat.com>
4694
4695 * gdb.base/continue-after-aborted-step-over.c: New.
4696 * gdb.base/continue-after-aborted-step-over.exp: New.
4697
4698 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4699
4700 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4701 options when not creating an executable.
4702
4703 2018-01-11 Pedro Alves <palves@redhat.com>
4704
4705 PR remote/22597
4706 * gdb.server/stop-reply-no-thread.c: New file.
4707 * gdb.server/stop-reply-no-thread.exp: New file.
4708
4709 2018-01-10 Pedro Alves <palves@redhat.com>
4710
4711 PR gdb/22670
4712 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4713 functions too. Test setting breakpoints and printing C functions
4714 with no debug info too.
4715 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4716
4717 2018-01-10 Pedro Alves <palves@redhat.com>
4718
4719 PR gdb/22670
4720 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4721 a fail.
4722
4723 2018-01-10 Pedro Alves <palves@redhat.com>
4724
4725 PR gdb/22670
4726 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4727
4728 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4729
4730 * gdb.server/unittest.exp: Match the output in non-development
4731 mode.
4732
4733 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4734
4735 * gdb.gdb/unittest.exp: Match output in non-development mode.
4736
4737 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4738
4739 * gdb.ada/access_tagged_param.exp: Relax expected output
4740 for value of "ObjL" in "continue" to pck.inspect breakpoint
4741 test.
4742
4743 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4744
4745 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4746 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
4747
4748 2018-01-05 Pedro Alves <palves@redhat.com>
4749
4750 PR gdb/18653
4751 * gdb.base/libsegfault.exp: New.
4752
4753 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4754
4755 PR gdb/22670
4756 * gdb.ada/access_tagged_param.exp: New file.
4757 * gdb.ada/access_tagged_param/foo.adb: New file.
4758
4759 2018-01-05 Pedro Alves <palves@redhat.com>
4760
4761 PR gdb/22670
4762 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4763 exercise lower case too, and to exercise both full matching and
4764 wild matching.
4765
4766 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4767
4768 * gdb.ada/rename_subscript_param: New testcase.
4769
4770 2018-01-05 Jerome Guitton <guitton@adacore.com>
4771
4772 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4773
4774 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4775
4776 * gdb.ada/convvar_comp: New testcase.
4777
4778 2018-01-05 Xavier Roirand <roirand@adacore.com>
4779
4780 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4781 (My_Table): New global variable.
4782 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4783
4784 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4785
4786 PR gdb/22670
4787 * gdb.ada/maint_with_ada: New testcase.
4788
4789 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4790
4791 PR gdb/22670
4792 * gdb.ada/bp_c_mixed_case: New testcase.
4793
4794 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4795
4796 PR gdb/22670
4797 * gdb.ada/complete.exp: Add "complete break ada" test.
4798
4799 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4800
4801 PR gdb/22670
4802 * gdb.ada/info_addr_mixed_case: New testcase.
4803
4804 2018-01-03 Xavier Roirand <roirand@adacore.com>
4805
4806 * gdb.ada/excep_handle.exp: New testcase.
4807 * gdb.ada/excep_handle/foo.adb: New file.
4808 * gdb.ada/excep_handle/pck.ads: New file.
4809
4810 2018-01-03 Joel Brobecker <brobecker@adacore.com>
4811
4812 * gdb.base/step-line.c: Add extra empty line in copyright header.
4813 * gdb.base/step-line.inp: Likewise.
4814
4815 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4816
4817 * gdb.ada/dyn_stride.exp: Add slice test.
4818
4819 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4820
4821 * gdb.ada/dyn_stride: New testcase.
4822
4823 2017-12-27 Stafford Horne <shorne@gmail.com>
4824
4825 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4826 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4827
4828 2017-12-27 Stafford Horne <shorne@gmail.com>
4829
4830 * gdb.base/reggroups.c: New file.
4831 * gdb.base/reggroups.exp: New file.
4832
4833 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4834
4835 * gdb.dwarf2/ada-valprint-error.c: New file.
4836 * gdb.dwarf2/ada-valprint-error.exp: New file.
4837
4838 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4839
4840 * gdb.ada/assign_arr: New testcase.
4841
4842 2017-12-18 Xavier Roirand <roirand@adacore.com>
4843
4844 * gdb.ada/funcall_ptr: New testcase.
4845
4846 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4847
4848 PR cli/16224
4849 * gdb.base/ptype-offsets.cc: New file.
4850 * gdb.base/ptype-offsets.exp: New file.
4851
4852 2017-12-15 Yao Qi <yao.qi@linaro.org>
4853
4854 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4855 if XML is disabled.
4856
4857 2017-12-15 Xavier Roirand <roirand@adacore.com>
4858
4859 * gdb.ada/same_component_name: New testcase.
4860
4861 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4862
4863 * gdb.ada/str_binop_equal: New testcase.
4864
4865 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4866
4867 * gdb.ada/task_switch_in_core: New testcase.
4868
4869 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4870
4871 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4872 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4873 call test_bkpt_qualified.
4874 (test_bkpt_qualified): New proc.
4875
4876 2017-12-13 Pedro Alves <palves@redhat.com>
4877
4878 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4879 Tighten regexp by matching with an anchor.
4880
4881 2017-12-13 Pedro Alves <palves@redhat.com>
4882
4883 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4884 ("expression with namespace"): New set of tests.
4885 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4886 (Nested::Test_NS::qux): New.
4887 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4888 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4889
4890 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4891
4892 * gdb.base/server-del-break.c: New file.
4893 * gdb.base/server-del-break.exp: New file.
4894
4895 2017-12-12 Stafford Horne <shorne@gmail.com>
4896
4897 * gdb.xml/tdesc-regs.exp: Add or1k support.
4898
4899 2017-12-12 Stafford Horne <shorne@gmail.com>
4900
4901 * gdb.base/bp-permanent.c: Define nop of or1k.
4902
4903 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4904
4905 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4906 output with components being reordered.
4907
4908 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4909
4910 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4911 output with components being reordered.
4912
4913 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4914 Pedro Alves <palves@redhat.com>
4915
4916 * gdb.base/maint.exp (check for .gdb_index): Check also for
4917 .debug_names.
4918 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4919 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4920 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4921 (.gdb_index used after symbol reloading): Support also .debug_names.
4922 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4923
4924 2017-12-08 Yao Qi <yao.qi@linaro.org>
4925
4926 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4927 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4928
4929 2017-12-08 Yao Qi <yao.qi@linaro.org>
4930
4931 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4932 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4933
4934 2017-12-08 Yao Qi <yao.qi@linaro.org>
4935
4936 * gdb.arch/aarch64-tagged-pointer.c: New file.
4937 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4938
4939 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4940
4941 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4942 "int".
4943
4944 2017-12-07 Keith Seitz <keiths@redhat.com>
4945
4946 PR breakpoints/22569
4947 * gdb.linespec/ls-errs.exp: Change expected result of "break
4948 -source this file has spaces.c -line 3".
4949 Check that an explicit source file followed by whitespace is
4950 identified as an invalid explicit location.
4951
4952 2017-12-07 Keith Seitz <keiths@redhat.com>
4953
4954 * gdb.cp/nested-types.cc: New file.
4955 * gdb.cp/nested-types.exp: New file.
4956 * lib/cp-support.exp: Load data-structures.exp library.
4957 (debug_cp_test_ptype_class): New global.
4958 (cp_ptype_class_verbose, next_line): New procedures.
4959 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4960 Add and document new return value.
4961 Switch the list of lines to a queue.
4962 Add support for new `type' key for nested type definitions.
4963 Add debugging/troubleshooting messages.
4964 * lib/data-structures.exp: New file.
4965
4966 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4967
4968 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4969 with proc_with_prefix, don't use with_test_prefix.
4970
4971 2017-12-07 Tom Tromey <tom@tromey.com>
4972
4973 * gdb.base/break.exp: Add test for empty "commands".
4974
4975 2017-12-07 Yao Qi <yao.qi@linaro.org>
4976
4977 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4978 malloc and catch syscall.
4979
4980 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4981
4982 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4983 tests for explicit locations.
4984
4985 2017-12-06 Pedro Alves <palves@redhat.com>
4986
4987 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4988 force-disabling XML descriptions.
4989
4990 2017-12-04 Pedro Alves <palves@redhat.com>
4991
4992 PR gdb/22499
4993 * gdb.arch/amd64-disp-step-avx.S: New file.
4994 * gdb.arch/amd64-disp-step-avx.exp: New file.
4995
4996 2017-12-03 Pedro Alves <palves@redhat.com>
4997
4998 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4999 and <string.h>.
5000 (parent_function): Print distinct messages when waitpid fails, or
5001 the child exits with a signal, or the child exits for an unhandled
5002 reason.
5003 * gdb.threads/process-dies-while-detaching.exp
5004 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5005 it. Wait for both inferior output and GDB's prompt. Use an
5006 indirect spawn id list.
5007 (do_detach): New parameter 'child_exit'. Use it to compute
5008 expected inferior output.
5009 (test_detach, test_detach_watch, test_detach_killed_outside):
5010 Adjust to pass down the expected child exit kind.
5011
5012 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5013 Sergio Durigan Junior <sergiodj@redhat.com>
5014 Pedro Alves <palves@redhat.com>
5015
5016 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5017
5018 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5019
5020 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5021 to 'symbol-file' and 'add-symbol-file' can be
5022 position-independent.
5023
5024 2017-12-01 Yao Qi <yao.qi@linaro.org>
5025
5026 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5027 the URL in copyright header.
5028 * gdb.arch/aarch64-fp.exp: Likewise.
5029 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5030 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5031 * gdb.base/expand-psymtabs.exp: Likewise.
5032 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5033 * gdb.fortran/common-block.exp: Likewise.
5034 * gdb.fortran/common-block.f90: Likewise.
5035 * gdb.fortran/logical.exp: Likewise.
5036 * gdb.fortran/vla-datatypes.f90: Likewise.
5037 * gdb.fortran/vla-sub.f90: Likewise.
5038
5039 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5040
5041 * gdb.ada/repeat_dyn: New testcase.
5042
5043 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5044
5045 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5046 Update for changed thread numbering.
5047 * gdb.cell/bt.exp: Update for changed GDB output.
5048
5049 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5050
5051 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5052 setting isremote by hand.
5053 * boards/dwarf4-gdb-index.exp: Likewise.
5054 * boards/fission.exp: Likewise.
5055 * boards/stabs.exp: Likewise.
5056
5057 2017-11-30 Pedro Alves <palves@redhat.com>
5058
5059 * gdb.linespec/cpls-ops.exp
5060 (check_explicit_skips_function_argument): Extract the underlying
5061 type of size_t instead of hardcoding it.
5062
5063 2017-11-29 Pedro Alves <palves@redhat.com>
5064
5065 PR c++/19436
5066 * gdb.linespec/cpls-abi-tag.cc: New file.
5067 * gdb.linespec/cpls-abi-tag.exp: New file.
5068
5069 2017-11-29 Pedro Alves <palves@redhat.com>
5070
5071 * gdb.base/langs.exp: Use -qualified.
5072 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5073 it.
5074 * gdb.cp/namespace.exp: Use -qualified.
5075 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5076 (overload-3, template-overload, template-ret-type, const-overload)
5077 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5078 procedures.
5079 (test_driver): Call them.
5080 * gdb.cp/save-bp-qualified.cc: New.
5081 * gdb.cp/save-bp-qualified.exp: New.
5082 * gdb.linespec/explicit.exp: Test -qualified.
5083 * lib/completion-support.exp (completion::explicit_opts_list): Add
5084 "-qualified".
5085 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5086
5087 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5088
5089 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5090
5091 2017-11-29 Tom Tromey <tom@tromey.com>
5092
5093 * gdb.base/relocate.exp: Update invalid argument test.
5094 Add new tests for invalid arguments.
5095
5096 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5097
5098 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5099 Return 0 as a long.
5100 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5101
5102 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5103
5104 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5105 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5106 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5107 func ().
5108 * gdb.cp/shadow.cc (B.func): Return 0.
5109
5110 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5111
5112 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5113 expected output in gdb_expect call to allow the exception
5114 message to be present as well. Fix syntax confusion to avoid
5115 TCL thinking that exception_name is an array.
5116
5117 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5118
5119 * gdb.arch/spu-info.c: Include <unistd.h>.
5120 (do_signal_test): Fix broken calls to write.
5121 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5122 Fix checks for empty mailboxes. Update signal tests for corrected
5123 do_signal_test routine. Allow nonzero event status.
5124 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5125 * gdb.cell/arch.exp: Use standard_output_file.
5126 * gdb.cell/break.exp: Likewise.
5127 * gdb.cell/bt.exp: Likewise.
5128 * gdb.cell/core.exp: Likewise.
5129 * gdb.cell/dwarfaddr.exp: Likewise.
5130 * gdb.cell/ea-cache.exp: Likewise.
5131 * gdb.cell/ea-standalone.exp: Likewise.
5132 * gdb.cell/f-regs.exp: Likewise.
5133 * gdb.cell/fork.exp: Likewise.
5134 * gdb.cell/gcore.exp: Likewise.
5135 * gdb.cell/mem-access.exp: Likewise.
5136 * gdb.cell/ptype.exp: Likewise.
5137 * gdb.cell/registers.exp: Likewise.
5138 * gdb.cell/sizeof.exp: Likewise.
5139 * gdb.cell/solib-symbol.exp: Likewise.
5140 * gdb.cell/solib.exp: Likewise.
5141
5142 2017-11-25 Pedro Alves <palves@redhat.com>
5143
5144 * gdb.base/complete-empty.exp: New file.
5145 * gdb.base/completion.exp: Adjust.
5146
5147 2017-11-25 Pedro Alves <palves@redhat.com>
5148
5149 * gdb.linespec/cpls-ops.cc: New file.
5150 * gdb.linespec/cpls-ops.exp: New file.
5151 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5152 factored out from ...
5153 (test_complete_prefix_range): ... this.
5154
5155 2017-11-24 Pedro Alves <palves@redhat.com>
5156
5157 * gdb.linespec/cpcompletion.exp: New file.
5158 * gdb.linespec/cpls-hyphen.cc: New file.
5159 * gdb.linespec/cpls.cc: New file.
5160 * gdb.linespec/cpls2.cc: New file.
5161 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5162 test to use test_gdb_complete_unique. Add label completion,
5163 keyword completion and explicit location completion tests.
5164 * lib/completion-support.exp: New file.
5165
5166 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5167
5168 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5169 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5170 when hitting an exception catchpoint.
5171
5172 2017-11-22 Yao Qi <yao.qi@linaro.org>
5173
5174 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5175
5176 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5177
5178 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5179 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5180 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5181
5182 2017-11-22 Yao Qi <yao.qi@linaro.org>
5183
5184 * gdb.base/info-os.exp: Pass pthreads.
5185 * gdb.multi/multi-attach.exp: Likewise.
5186
5187 2017-11-22 Yao Qi <yao.qi@linaro.org>
5188
5189 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5190 compiler.
5191
5192 2017-11-22 Yao Qi <yao.qi@linaro.org>
5193
5194 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5195 * gdb.base/break-interp.exp: Likewise.
5196 * gdb.base/jit-attach-pie.exp: Likewise.
5197
5198 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5199
5200 * gdb.base/float128.c (large128): New variable.
5201 * gdb.base/float128.exp: Add test to print largest __float128 value.
5202
5203 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5204
5205 * gdb.arch/vsx-regs.exp: Update register content checks.
5206
5207 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5208
5209 * gdb.arch/ppc-longdouble.exp: New file.
5210 * gdb.arch/ppc-longdouble.c: Likewise.
5211
5212 2017-11-21 Pedro Alves <palves@redhat.com>
5213
5214 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5215
5216 2017-11-20 Pedro Alves <palves@redhat.com>
5217
5218 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5219 (long_double_typedef): New typedefs.
5220 Use DEF on double and long double.
5221 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5222 cases.
5223 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5224 and 'long_double_ptr_same_size' locals. Use them to decide
5225 whether cast from array/function to float is valid/invalid.
5226
5227 2017-11-17 Tom Tromey <tom@tromey.com>
5228
5229 * gdb.rust/traits.rs: New file.
5230 * gdb.rust/traits.exp: New file.
5231
5232 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5233
5234 * gdb.ada/minsyms: New testcase.
5235
5236 2017-11-16 Pedro Alves <palves@redhat.com>
5237
5238 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5239 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5240
5241 2017-11-16 Pedro Alves <palves@redhat.com>
5242
5243 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5244 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5245
5246 2017-11-16 Pedro Alves <palves@redhat.com>
5247
5248 * gdb.server/reconnect-ctrl-c.c: New file.
5249 * gdb.server/reconnect-ctrl-c.exp: New file.
5250
5251 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5252
5253 * gdb.python/py-rbreak.exp: New file.
5254 * gdb.python/py-rbreak.c: New file.
5255 * gdb.python/py-rbreak-func2.c: New file.
5256
5257 2017-11-16 Pedro Alves <palves@redhat.com>
5258
5259 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5260 pattern.
5261 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5262 GDB.
5263
5264 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5265
5266 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5267 regex.
5268
5269 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5270
5271 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5272 test names.
5273
5274 2017-11-09 Pedro Alves <palves@redhat.com>
5275
5276 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5277 factored out from ...
5278 (top level): ... here, and adjusted to avoid expecting beyond the
5279 prompt in a single gdb_test_multiple.
5280
5281 2017-11-09 Pedro Alves <palves@redhat.com>
5282
5283 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5284 output.
5285 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5286 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5287 * gdb.server/ext-run.exp ("kill" test): Likewise.
5288 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5289
5290 2017-11-09 Pedro Alves <palves@redhat.com>
5291
5292 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5293 match till end of line.
5294
5295 2017-11-09 Pedro Alves <palves@redhat.com>
5296
5297 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5298
5299 2017-11-09 Pedro Alves <palves@redhat.com>
5300
5301 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5302 New procedures, factored out from ...
5303 (top level): ... here, and adjusted to avoid expecting beyond the
5304 prompt in one go.
5305
5306 2017-11-09 Pedro Alves <palves@redhat.com>
5307
5308 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5309 output. Fix '?' match.
5310
5311 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5312
5313 * gdb.ada/scoped_watch: New testcase.
5314 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5315 which is actually correct.
5316 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5317 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5318
5319 2017-11-08 Pedro Alves <palves@redhat.com>
5320
5321 * gdb.gdb/complaints.exp (test_initial_complaints)
5322 (test_serial_complaints, test_short_complaints): Call
5323 complaint_internal instead of complaint.
5324
5325 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5326
5327 * gdb.threads/tls-core.c: New file.
5328 * gdb.threads/tls-core.exp: Likewise.
5329
5330 2017-11-08 Pedro Alves <palves@redhat.com>
5331
5332 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5333 (p Exported_Capitalized): New test.
5334 (p exported_capitalized): New test.
5335
5336 2017-11-07 Pedro Alves <palves@redhat.com>
5337
5338 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5339
5340 2017-11-07 Pedro Alves <palves@redhat.com>
5341
5342 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5343 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5344 (disable_invalid, disable_inverted, disable_negative): New
5345 procedures.
5346 ("bad numbers"): New set of tests.
5347
5348 2017-11-07 Pedro Alves <palves@redhat.com>
5349
5350 * gdb.cp/ena-dis-br-range.exp: Add tests.
5351
5352 2017-11-07 Pedro Alves <palves@redhat.com>
5353
5354 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5355
5356 2017-11-07 Xavier Roirand <roirand@adacore.com>
5357 Pedro Alves <palves@redhat.com>
5358
5359 * gdb.base/ena-dis-br.exp: Add reference to
5360 gdb.cp/ena-dis-br-range.exp.
5361 * gdb.cp/ena-dis-br-range.exp: New file.
5362 * gdb.cp/ena-dis-br-range.cc: New file.
5363
5364 2017-11-06 Pedro Alves <palves@redhat.com>
5365
5366 * gdb.base/attach-non-pgrp-leader.c: New.
5367 * gdb.base/attach-non-pgrp-leader.exp: New.
5368
5369 2017-11-06 Pedro Alves <palves@redhat.com>
5370
5371 * configure.ac: No longer check for termio.h and sgtty.h.
5372 * configure: Regenerate.
5373 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5374 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5375 Remove termio and sgtty code.
5376
5377 2017-11-03 Yao Qi <yao.qi@linaro.org>
5378
5379 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5380 in GDB is disabled.
5381
5382 2017-11-03 Yao Qi <yao.qi@linaro.org>
5383
5384 * gdb.python/py-thrhandle.exp: Skip it if python is not
5385 enabled.
5386
5387 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5388
5389 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5390 as a breakpoint command.
5391
5392 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5393
5394 PR python/21213
5395 * gdb.python/py-infthread.exp: Test calling
5396 InferiorThread.inferior () multiple times in a row.
5397
5398 2017-10-27 Keith Seitz <keiths@redhat.com>
5399
5400 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5401 Test "info break" for every inlined function breakpoint.
5402
5403 2017-10-27 Yao Qi <yao.qi@linaro.org>
5404
5405 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5406
5407 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5408
5409 * gdb.cp/classes.exp (test_static_members): Test printing
5410 Outer::instance.
5411 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5412 (Inner::instance, Outer::instance): New.
5413
5414 2017-10-24 Pedro Alves <palves@redhat.com>
5415
5416 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5417 extra console" test in two stages.
5418
5419 2017-10-24 Pedro Alves <palves@redhat.com>
5420
5421 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5422
5423 2017-10-24 Pedro Alves <palves@redhat.com>
5424
5425 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5426 loop.
5427
5428 2017-10-24 Pedro Alves <palves@redhat.com>
5429
5430 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5431 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5432
5433 2017-10-24 Pedro Alves <palves@redhat.com>
5434
5435 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5436 parameter and handle it. Don't output read value in test name.
5437
5438 2017-10-24 Pedro Alves <palves@redhat.com>
5439
5440 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5441 custom test name.
5442
5443 2017-10-24 Pedro Alves <palves@redhat.com>
5444
5445 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5446 include the unstable output directory name in the test's name.
5447 (initial_setup_simple) <'set args'>: Use custom test name.
5448
5449 2017-10-24 Pedro Alves <palves@redhat.com>
5450
5451 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5452 with explicit test name.
5453
5454 2017-10-20 Pedro Alves <palves@redhat.com>
5455
5456 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5457 'wait -i'. Use gdb_assert and remote_close.
5458
5459 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5460
5461 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5462 number from variable rather than hard-coded.
5463
5464 2017-10-19 Pedro Alves <palves@redhat.com>
5465
5466 * gdb.base/long-inferior-output.c: New file.
5467 * gdb.base/long-inferior-output.exp: New file.
5468
5469 2017-11-18 Keith Seitz <keiths@redhat.com>
5470
5471 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5472 method.
5473 (main): Call it.
5474 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5475 Add additional user-defined conversion operator tests.
5476
5477 2017-10-17 Pedro Alves <palves@redhat.com>
5478
5479 * boards/native-stdio-gdbserver.exp: Load "local-board".
5480
5481 2017-10-17 Pedro Alves <palves@redhat.com>
5482
5483 * gdb.base/quit-live.c: New file.
5484 * gdb.base/quit-live.exp: New file.
5485
5486 2017-10-16 Keith Seitz <keiths@redhat.com>
5487
5488 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5489 (class_with_protected_typedef, class_with_private_typedef)
5490 (struct_with_public_typedef, struct_with_protected_typedef)
5491 (struct_with_private_typedef): New classes/structs.
5492 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5493 typedefs and access specifiers.
5494
5495 2017-10-16 Pedro Alves <palves@redhat.com>
5496 Simon Marchi <simon.marchi@polymtl.ca>
5497
5498 * README (Local vs Remote vs Native): New section.
5499 * boards/local-board.exp: New file, with bits factored out from
5500 ...
5501 * boards/native-extended-gdbserver.exp: ... here. Load
5502 "local-board".
5503 * boards/native-gdbserver.exp: Load "local-board".
5504 (${board}_spawn, ${board}_exec): Delete.
5505 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5506 ...
5507 * boards/stdio-gdbserver-base.exp: ... this new file.
5508 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5509 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5510 procedure.
5511 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5512 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5513 stdio_gdbserver_command.
5514 (${board}_get_remote_address, ${board}_get_comm_port)
5515 (${board}_download, ${board}_upload): Delete.
5516 (get_target_remote_pipe_cmd): New.
5517
5518 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5519
5520 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5521 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5522 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5523 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5524 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5525 remove with_test_prefix.
5526
5527 2017-10-13 Pedro Alves <palves@redhat.com>
5528
5529 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5530 * gdb.base/annota1.exp: Use it instead of is_remote.
5531 * gdb.base/annota3.exp: Use it instead of is_remote.
5532 * gdb.cp/annota2.exp: Use it instead of is_remote.
5533 * gdb.cp/annota3.exp: Use it instead of is_remote.
5534 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5535
5536 2017-10-13 Pedro Alves <palves@redhat.com>
5537
5538 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5539 (test_num_test_vars, run_and_count_vars, find_env)
5540 (test_set_unset_env, test_inherit_env_var): New procedures.
5541 (top level): Use them.
5542
5543 2017-10-13 Pedro Alves <palves@redhat.com>
5544
5545 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5546 also skip on stub-like targets.
5547
5548 2017-10-13 Pedro Alves <palves@redhat.com>
5549
5550 PR gdb/22293
5551 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5552 (top level): Move some tests to ...
5553 (test_not_found): ... this new procedure.
5554 (top level): Call it.
5555
5556 2017-10-13 Pedro Alves <palves@redhat.com>
5557
5558 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5559 expect different "info terminal" output if testing with a
5560 non-native target.
5561
5562 2017-10-13 Pedro Alves <palves@redhat.com>
5563 Simon Marchi <simon.marchi@polymtl.ca>
5564
5565 PR python/12966
5566 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5567
5568 2017-10-13 Pedro Alves <palves@redhat.com>
5569
5570 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5571 already.
5572
5573 2017-10-13 Pedro Alves <palves@redhat.com>
5574
5575 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5576 is_remote.
5577
5578 2017-10-13 Pedro Alves <palves@redhat.com>
5579
5580 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5581 is_remote.
5582
5583 2017-10-13 Pedro Alves <palves@redhat.com>
5584
5585 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5586 is set.
5587 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5588 instead of is_remote.
5589
5590 2017-10-13 Pedro Alves <palves@redhat.com>
5591
5592 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5593 (top level): Add comment.
5594
5595 2017-10-13 Pedro Alves <palves@redhat.com>
5596
5597 * gdb.base/remote.exp (top level): Fix comment typo and add
5598 missing return.
5599
5600 2017-10-13 Pedro Alves <palves@redhat.com>
5601 Simon Marchi <simon.marchi@polymtl.ca>
5602
5603 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5604 calls and add comments. Skip test if use_gdb_stub is set.
5605 (top level): Use "set cwd" command instead of "cd" command.
5606
5607 2017-10-13 Pedro Alves <palves@redhat.com>
5608
5609 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5610 is_remote target check.
5611
5612 2017-10-13 Pedro Alves <palves@redhat.com>
5613
5614 * gdb.base/scope.exp: Use build_executable + clean_restart +
5615 gdb_file_cmd instead of prepare_for_testing and no longer skip
5616 "before run" tests on is_remote target boards. Update comments.
5617 * boards/native-extended-gdbserver.exp
5618 (extended_gdbserver_load_last_file): New, factored out from ...
5619 (gdb_load): ... this. Move further below and add comment.
5620 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5621
5622 2017-10-12 Pedro Alves <palves@redhat.com>
5623
5624 * gdb.base/attach.exp: Remove references to gdb64.
5625 * gdb.base/dbx.exp: Remove references to gdb64.
5626
5627 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5628 Pedro Alves <palves@redhat.com>
5629
5630 * gdb.base/label.exp: Remove is_remote target check.
5631
5632 2017-10-12 Pedro Alves <palves@redhat.com>
5633
5634 * gdb.base/auvx.exp (coredir): Update comment.
5635 (top level) <core_works>: Use "set cwd" command instead of "cd"
5636 command.
5637
5638 2017-10-12 Pedro Alves <palves@redhat.com>
5639 Simon Marchi <simon.marchi@polymtl.ca>
5640
5641 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5642 target boards.
5643
5644 2017-10-12 Pedro Alves <palves@redhat.com>
5645 Simon Marchi <simon.marchi@polymtl.ca>
5646
5647 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5648 Instead skip if there's any gdb_protocol set.
5649
5650 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5651 Pedro Alves <palves@redhat.com>
5652
5653 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5654
5655 2017-10-12 Pedro Alves <palves@redhat.com>
5656 Simon Marchi <simon.marchi@polymtl.ca>
5657
5658 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5659 instead of on dejagnu remote boards.
5660
5661 2017-10-12 Pedro Alves <palves@redhat.com>
5662 Simon Marchi <simon.marchi@polymtl.ca>
5663
5664 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5665 checks. Use build_executable + clean_restart instead of
5666 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5667 of enabling non-stop after starting gdb.
5668
5669 2017-10-12 Pedro Alves <palves@redhat.com>
5670
5671 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5672 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5673 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5674 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5675
5676 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5677
5678 * gdb.arch/arc-tdesc-cpu.exp: New file.
5679 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5680
5681 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5682
5683 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5684
5685 2017-10-10 Pedro Alves <palves@redhat.com>
5686
5687 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5688 expect CLI output.
5689
5690 2017-10-10 Pedro Alves <palves@redhat.com>
5691
5692 * lib/selftest-support.exp (selftest_setup): Update for
5693 captured_command_loop's prototype change.
5694
5695 2017-10-09 Pedro Alves <palves@redhat.com>
5696
5697 Test both arch1=>arch2 and arch2=>arch1.
5698
5699 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5700 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5701 factored out to...
5702 (append_arch1_options, append_arch2_options, append_arch_options)
5703 (build_executables): New procedures.
5704 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5705 local.
5706 (top level): Add new 'first_arch' testing axis.
5707
5708 2017-10-09 Pedro Alves <palves@redhat.com>
5709
5710 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5711 (barrier): New.
5712 (thread_start, all_started): New functions.
5713 (main): Spawn new thread and wait until it is scheduled.
5714 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5715 option.
5716 (do_test): Add 'selected_thread' parameter. Run to all_started
5717 instead of main. Explicitly set the breakpoint at main. Switch
5718 to the SELECTED_THREAD thread.
5719 (top level): Test handling the exec event with either the main
5720 thread or the second thread selected.
5721
5722 2017-10-09 Pedro Alves <palves@redhat.com>
5723
5724 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5725 logic. Move STOP marker after the value checks.
5726 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5727 regexp.
5728
5729 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5730
5731 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5732
5733 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5734
5735 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5736 integer-to-dfp conversion.
5737 * gdb.base/dfp-test.exp: Likewise.
5738
5739 2017-10-04 Pedro Alves <palves@redhat.com>
5740
5741 * gdb.multi/hangout.c: Include <unistd.h>.
5742 (hangout_loop): New function.
5743 (main): Call alarm. Call hangout_loop in a loop.
5744 * gdb.multi/hello.c: Include <unistd.h>.
5745 (hello_loop): New function.
5746 (main): Call alarm. Call hangout_loop in a loop.
5747 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5748 inferior with the other selected.
5749
5750 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5751
5752 * gdb.mi/list-thread-groups-available.exp: New file.
5753 * gdb.mi/list-thread-groups-available.c: New file.
5754
5755 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5756
5757 * gdb.base/set-cwd.exp: Make it available on
5758 native-extended-gdbserver.
5759
5760 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5761
5762 * gdb.base/set-cwd.c: New file.
5763 * gdb.base/set-cwd.exp: Likewise.
5764
5765 2017-10-02 Tom Tromey <tom@tromey.com>
5766
5767 PR rust/22236:
5768 * gdb.rust/simple.rs (main): New variable "fslice".
5769 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5770
5771 2017-10-02 Tom Tromey <tom@tromey.com>
5772
5773 * gdb.rust/simple.exp: Test ptype of a slice.
5774
5775 2017-10-02 Tom Tromey <tom@tromey.com>
5776
5777 * gdb.rust/simple.exp: Test index of slice.
5778
5779 2017-09-27 Tom Tromey <tom@tromey.com>
5780
5781 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5782
5783 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5784 Pedro Alves <palves@redhat.com>
5785
5786 * gdb.base/compare-sections.exp (get value of read-only section): Read
5787 as unsigned value.
5788 (corrupt read-only section): Likewise and don't set written if patching
5789 failed.
5790
5791 2017-09-21 Kevin Buettner <kevinb@redhat.com>
5792
5793 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5794 files.
5795
5796 2017-09-20 Pedro Alves <palves@redhat.com>
5797
5798 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5799 symbol names in gdb's output.
5800 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5801
5802 2017-09-20 Pedro Alves <palves@redhat.com>
5803
5804 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5805 Rename to ...
5806 (test_list_ambiguous_symbol): ... this and add a symbol name
5807 parameter. Adjust.
5808 (test_list_ambiguous_function): Reimplement on top of
5809 test_list_ambiguous_symbol and also test listing ambiguous
5810 variables.
5811 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5812 (ambiguous_fun): ... this.
5813 (ambiguous_var): New.
5814 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5815 (ambiguous_fun): ... this.
5816 (ambiguous_var): New.
5817
5818 2017-09-19 John Baldwin <jhb@FreeBSD.org>
5819
5820 * gdb.base/starti.c: New file.
5821 * gdb.base/starti.exp: New file.
5822 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5823
5824 2017-09-14 Pedro Alves <palves@redhat.com>
5825
5826 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5827 (top level): Use it instead of runto.
5828
5829 2017-09-11 Tom Tromey <tom@tromey.com>
5830
5831 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5832
5833 2017-09-11 Tom Tromey <tom@tromey.com>
5834
5835 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5836 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5837
5838 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5839
5840 * gdb.fortran/printing-types.exp: New file.
5841 * gdb.fortran/printing-types.exp: New file.
5842
5843 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5844
5845 * gdb.fortran/vla-ptype.exp: Fix typos.
5846 * gdb.fortran/vla-value.exp: Same.
5847
5848 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5849
5850 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5851 * gdb.mi/mi-var-child-f.exp: Likewise.
5852 * gdb.mi/mi-vla-fortran.exp: Likewise.
5853
5854 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5855 Christoph Weinmann <christoph.t.weinmann@intel.com>
5856 Bernhard Heckel <bernhard.heckel@intel.com>
5857
5858 * gdb.fortran/ptr-indentation.f90: New file.
5859 * gdb.fortran/ptr-indentation.exp: New file.
5860
5861 2017-09-05 Tom Tromey <tom@tromey.com>
5862
5863 PR gdb/22010:
5864 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5865
5866 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5867
5868 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5869
5870 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5871
5872 * gdb.threads/tls-nodebug-pie.c: New file.
5873 * gdb.threads/tls-nodebug-pie.exp: New file.
5874
5875 2017-09-05 Tom Tromey <tom@tromey.com>
5876
5877 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5878 for rust.
5879
5880 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5881
5882 * gdb.multi/multi-arch-exec.exp: Test with different
5883 "follow-exec-mode" settings.
5884 (do_test): New procedure.
5885
5886 2017-09-04 Pedro Alves <palves@redhat.com>
5887
5888 * gdb.base/func-static.c (S::method const, S::method volatile)
5889 (S::method volatile const): New methods.
5890 (c_s, v_s, cv_s): New instances.
5891 (main): Call method() on them.
5892 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5893 (cannot_resolve): New procedure.
5894 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5895 print-quote-unquoted columns.
5896 (do_test): Test printing each scope too.
5897
5898 2017-09-04 Pedro Alves <palves@redhat.com>
5899
5900 * gdb.base/local-static.exp: Also test with
5901 class::method::variable wholly quoted.
5902 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5903
5904 2017-09-04 Pedro Alves <palves@redhat.com>
5905
5906 * gdb.base/local-static.c: New.
5907 * gdb.base/local-static.cc: New.
5908 * gdb.base/local-static.exp: New.
5909
5910 2017-09-04 Pedro Alves <palves@redhat.com>
5911
5912 * gdb.asm/asm-source.exp: Add casts to int.
5913 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5914 (dataglobal64_1, dataglobal64_2): New globals.
5915 * gdb.base/nodebug.exp: Test different expressions involving the
5916 new globals, with print, whatis and ptype. Add casts to int.
5917 * gdb.base/solib-display.exp: Add casts to int.
5918 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5919 * gdb.cp/m-static.exp: Add cast to int.
5920 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5921 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5922 tls variable with no debug info without a cast. Test with a cast
5923 to int too.
5924 * gdb.trace/entry-values.exp: Add casts.
5925
5926 2017-09-04 Pedro Alves <palves@redhat.com>
5927
5928 * gdb.base/nodebug.exp: Test that ptype's error about functions
5929 with unknown return type includes the function name too.
5930
5931 2017-09-04 Pedro Alves <palves@redhat.com>
5932
5933 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5934 return type of munmap in infcall.
5935 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5936 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5937 type of ftell in infcall.
5938 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5939 type of getpid in infcall.
5940 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5941 infcall.
5942 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5943 Bail on failure to extract the pid.
5944 * gdb.base/nodebug.c: #include <stdint.h>.
5945 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5946 New functions.
5947 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5948 Change expected output of print/whatis/ptype with functions with
5949 no debug info. Test all supported languages. Call
5950 test_call_promotion.
5951 * gdb.compile/compile.exp: Adjust expected output to expect
5952 warning.
5953 * gdb.threads/siginfo-threads.exp: Likewise.
5954
5955 2017-09-04 Pedro Alves <palves@redhat.com>
5956
5957 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5958 "prototypes". Test calling float functions via prototyped and
5959 unprototyped function pointers.
5960 (perform_all_tests): New parameter "prototypes". Pass it down.
5961 (top level): Pass down "prototypes" parameter to
5962 perform_all_tests.
5963
5964 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5965
5966 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5967 Test with nested loops.
5968
5969 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5970
5971 * gdb.base/commands.exp: Call the new procedures.
5972 (loop_break_test, loop_continue_test): New procedures.
5973
5974 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5975
5976 * gdb.base/commands.exp: Call new procedure.
5977 (define_if_without_arg_test): New procedure.
5978
5979 2017-09-04 Pedro Alves <palves@redhat.com>
5980
5981 * gdb.base/list-ambiguous.exp: New file.
5982 * gdb.base/list-ambiguous0.c: New file.
5983 * gdb.base/list-ambiguous1.c: New file.
5984 * gdb.base/list.exp (test_list_range): Adjust expected output.
5985
5986 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5987
5988 * gdb.base/share-env-with-gdbserver.c: New file.
5989 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5990
5991 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5992
5993 * gdb.base/commands.exp (gdbvar_simple_if_test,
5994 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5995 progvar_simple_if_test, progvar_simple_while_test,
5996 progvar_complex_if_while_test, user_defined_command_test,
5997 user_defined_command_args_eval,
5998 user_defined_command_args_stack_test,
5999 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6000 temporary_breakpoint_commands,
6001 gdb_test_no_prompt, redefine_hook_test,
6002 redefine_backtrace_test): Remove "global gdb_prompt".
6003
6004 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6005
6006 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6007 New proc, call it from toplevel.
6008
6009 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6010
6011 PR remote/21852
6012 * gdb.server/normal.c: New file, copied from gdb.base.
6013 * gdb.server/run-without-local-binary.exp: New file.
6014
6015 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6016
6017 * gdb.arch/sparc64-adi.exp: New file.
6018 * gdb.arch/sparc64-adi.c: New file.
6019
6020 2017-08-22 Pedro Alves <palves@redhat.com>
6021
6022 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6023 (top level): Add "list all overloads" tests.
6024
6025 2017-08-22 Tom Tromey <tom@tromey.com>
6026
6027 * gdb.gdb/xfullpath.exp: Remove.
6028
6029 2017-08-21 Pedro Alves <palves@redhat.com>
6030
6031 PR gdb/19487
6032 * gdb.base/symbol-alias.c: New.
6033 * gdb.base/symbol-alias2.c: New.
6034 * gdb.base/symbol-alias.exp: New.
6035
6036 2017-08-21 Pedro Alves <palves@redhat.com>
6037
6038 * gdb.base/dfp-test.c
6039 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6040 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6041 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6042 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6043 * gdb.base/whatis-ptype-typedefs.c: New.
6044 * gdb.base/whatis-ptype-typedefs.exp: New.
6045 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6046 (an_int, an_int_type, an_int_type2): New globals.
6047 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6048 involving typedefs and cast expressions.
6049 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6050 (lookup_typedefs_function): New.
6051 (typedefs_pretty_printers_dict): New.
6052 (top level): Register lookup_typedefs_function in
6053 gdb.pretty_printers.
6054
6055 2017-08-18 Yao Qi <yao.qi@linaro.org>
6056
6057 * gdb.server/unittest.exp: New.
6058
6059 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6060
6061 PR gdb/21954
6062 * gdb.base/environ.exp: Add test to check if 'unset environment'
6063 works.
6064
6065 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6066
6067 * lib/gdb.exp (universal_compile_options): New caching proc.
6068 (gdb_compile): Suppress GCC's coloring of messages.
6069
6070 2017-08-14 Tom Tromey <tom@tromey.com>
6071
6072 PR gdb/21675:
6073 * gdb.base/printcmds.exp (test_radices): New function.
6074 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6075 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6076 * lib/gdb.exp (get_integer_valueof): Use p/d.
6077
6078 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6079
6080 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6081 characters.
6082
6083 2017-08-05 Tom Tromey <tom@tromey.com>
6084
6085 * gdb.rust/simple.exp: Allow String to appear in a different
6086 namespace.
6087
6088 2017-07-26 Yao Qi <yao.qi@linaro.org>
6089
6090 * gdb.gdb/unittest.exp: Invoke command
6091 "maintenance check xml-descriptions".
6092
6093 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6094
6095 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6096 calling context.
6097 (hex128): Drop erroneous calculation of parameters.
6098
6099 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6100
6101 * gdb.python/py-unwind.exp: Disable stack protection when
6102 building test file.
6103
6104 2017-07-20 Pedro Alves <palves@redhat.com>
6105
6106 * gdb.base/default.exp (set language): Adjust expected output.
6107
6108 2017-07-20 Pedro Alves <palves@redhat.com>
6109
6110 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6111 (test_minsym): ... this, and make static.
6112 (get_pck__foo__bar__minsym): Rename to ...
6113 (get_test_minsym): ... this.
6114 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6115 symbol names and comments.
6116 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6117 (get_test_minsym): ... this.
6118 (pck__foo__bar__minsym__2): Rename to ...
6119 (test_minsym): ... this.
6120 (main): Adjust.
6121
6122 2017-07-17 Pedro Alves <palves@redhat.com>
6123
6124 * gdb.base/completion.exp: Adjust expected output.
6125 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6126 the completer works.
6127
6128 2017-07-17 Pedro Alves <palves@redhat.com>
6129
6130 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6131
6132 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6133
6134 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6135
6136 2017-07-14 Tom Tromey <tom@tromey.com>
6137
6138 PR rust/21764:
6139 * gdb.rust/simple.exp: Add tests.
6140
6141 2017-07-14 Tom Tromey <tom@tromey.com>
6142
6143 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6144
6145 2017-07-14 Pedro Alves <palves@redhat.com>
6146
6147 * gdb.linespec/base/one/thefile.cc (z1): New function.
6148 * gdb.linespec/base/two/thefile.cc (z2): New function.
6149 * gdb.linespec/linespec.exp: Add tests.
6150
6151 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6152
6153 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6154 to mi_create_breakpoint.
6155
6156 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6157
6158 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6159 mi_create_breakpoint.
6160
6161 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6162
6163 * gdb.dlang/demangle.exp: Update for demangling changes.
6164
6165 2017-07-09 Tom Tromey <tom@tromey.com>
6166
6167 * gdb.dwarf2/shortpiece.exp: New file.
6168
6169 2017-07-06 David Blaikie <dblaikie@gmail.com>
6170
6171 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6172 built from fissiont-multi-cu{1,2}.c.
6173 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6174 except putting 'main' and 'func' in separate CUs in the same DWO file.
6175 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6176 test.
6177 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6178 test.
6179
6180 2017-07-06 Pedro Alves <palves@redhat.com>
6181
6182 * gdb.python/py-unwind.exp: Test flushregs.
6183
6184 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6185
6186 PR cli/21688
6187 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6188 tests for alias commands and trailing whitespace.
6189
6190 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6191
6192 PR cli/21688
6193 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6194 procedure. Call it.
6195
6196 2017-06-29 Pedro Alves <palves@redhat.com>
6197
6198 * gdb.base/printcmds.exp: Add tests.
6199
6200 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6201
6202 PR gdb/21337
6203 * gdb.base/reread-readsym.exp: New file.
6204 * gdb.base/reread-readsym.c: New file.
6205
6206 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6207
6208 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6209 subpattern.
6210
6211 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6212
6213 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6214 extended mnemonic.
6215 * gdb.arch/powerpc-power9.s: Likewise.
6216
6217 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6218
6219 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6220 on 32-bit x86 targets. Exploit is_*_target macros where
6221 appropriate.
6222
6223 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6224
6225 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6226 register pieces.
6227
6228 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6229
6230 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6231 located in one or more DWARF pieces.
6232
6233 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6234
6235 * lib/gdb.exp (get_endianness): New proc.
6236 * gdb.arch/aarch64-fp.exp: Use it.
6237 * gdb.arch/altivec-regs.exp: Likewise.
6238 * gdb.arch/e500-regs.exp: Likewise.
6239 * gdb.arch/vsx-regs.exp: Likewise.
6240 * gdb.base/dump.exp: Likewise.
6241 * gdb.base/funcargs.exp: Likewise.
6242 * gdb.base/gnu_vector.exp: Likewise.
6243 * gdb.dwarf2/formdata16.exp: Likewise.
6244 * gdb.dwarf2/implptrpiece.exp: Likewise.
6245 * gdb.dwarf2/nonvar-access.exp: Likewise.
6246 * gdb.python/py-inferior.exp: Likewise.
6247 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6248
6249 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6250
6251 PR gdb/21226
6252 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6253 stack value pieces are taken from the LSB end.
6254
6255 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6256
6257 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6258 variable at nonzero offset.
6259
6260 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6261
6262 * gdb.dwarf2/var-access.c: New file.
6263 * gdb.dwarf2/var-access.exp: New test.
6264 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6265
6266 2017-06-12 Tom Tromey <tom@tromey.com>
6267
6268 * gdb.dwarf2/formdata16.exp: Add tests.
6269
6270 2017-06-12 Tom Tromey <tom@tromey.com>
6271
6272 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6273
6274 2017-06-12 Tom Tromey <tom@tromey.com>
6275
6276 PR exp/16225:
6277 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6278 * gdb.arch/vsx-regs.exp: Update tests.
6279 * gdb.arch/s390-vregs.exp (hex128): New proc.
6280 Update test.
6281 * gdb.arch/altivec-regs.exp: Update tests.
6282
6283 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6284
6285 * gdb.base/startup-with-shell.c: New file.
6286 * gdb.base/startup-with-shell.exp: Likewise.
6287
6288 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6289
6290 * gdb.server/non-existing-program.exp: Update regex in order to
6291 reflect the fact that gdbserver is now using fork_inferior (with a
6292 shell) to startup the inferior.
6293
6294 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6295
6296 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6297 support function calls from GDB.
6298
6299 2017-05-21 Tom Tromey <tom@tromey.com>
6300
6301 PR rust/21466:
6302 * gdb.rust/unsized.exp: New file.
6303 * gdb.rust/unsized.rs: New file.
6304
6305 2017-05-19 Tom Tromey <tom@tromey.com>
6306
6307 PR rust/21484:
6308 * gdb.rust/watch.exp: New file.
6309 * gdb.rust/watch.rs: New file.
6310
6311 2017-05-18 Tom Tromey <tom@tromey.com>
6312
6313 * gdb.rust/simple.exp: Allow Box to be qualified.
6314
6315 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6316
6317 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6318
6319 2017-05-18 Pedro Alves <palves@redhat.com>
6320
6321 * gdb.base/fileio.c (test_write, test_read, test_close)
6322 (test_fstat): Don't print 'ret' in the fail path.
6323
6324 2017-05-18 Pedro Alves <palves@redhat.com>
6325
6326 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6327 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6328 (test_system, test_rename, test_unlink, test_time): Change
6329 prototypes.
6330 * gdb.base/fileio.exp (stop_msg): Adjust.
6331
6332 2017-05-18 Pedro Alves <palves@redhat.com>
6333
6334 * gdb.base/fileio.c (null_str): New global.
6335 (test_stat): Use it.
6336 * gdb.base/fileio.exp: Remove nowarnings.
6337
6338 2017-05-17 Yao Qi <yao.qi@linaro.org>
6339
6340 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6341
6342 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6343
6344 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6345 argument command.
6346 (top-level): Invoke test_set_inferior_tty.
6347
6348 2017-05-04 Pedro Alves <palves@redhat.com>
6349
6350 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6351 Add parens to print call for Python 3.
6352
6353 2017-05-03 Keith Seitz <keiths@redhat.com>
6354
6355 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6356 (main): Call it.
6357
6358 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6359
6360 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6361 to prev and next.
6362
6363 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6364
6365 * gdb.python/py-record-btrace.exp: Remove test for
6366 gdb.BtraceInstruction.error.
6367
6368 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6369
6370 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6371
6372 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6373
6374 * gdb.python/py-record-btrace-threads.c: New file.
6375 * gdb.python/py-record-btrace-threads.exp: New file.
6376
6377 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6378
6379 PR testsuite/8595
6380 * gdb.base/environ.exp: Make test available in all architectures.
6381 Move bits related to "info program" testing to
6382 gdb.base/info-program.exp. Rewrite tests to use the two new
6383 procedures mentione below.
6384 (test_set_show_env_var) New procedure.
6385 (test_set_show_env_var_equal): Likewise.
6386 * gdb.base/info-program.exp: New file.
6387
6388 2017-04-27 Keith Seitz <keiths@redhat.com>
6389
6390 * gdb.cp/oranking.cc (test15): New function.
6391 (main): Call test15 and declare additional variables for testing.
6392 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6393 "p foo101('abc')" tests.
6394 Add tests for cv qualifier overloads.
6395 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6396 "lvalue reference overload" test.
6397 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6398 "print value of f1 on Child&& in f2" test.
6399
6400 2017-04-19 Pedro Alves <palves@redhat.com>
6401
6402 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6403 procedure.
6404 (top level): Call it.
6405 * lib/gdb.exp (gdb_define_cmd): New procedure.
6406
6407 2017-04-12 Pedro Alves <palves@redhat.com>
6408
6409 PR gdb/21323
6410 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6411 (wchar): New global.
6412 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6413 (do_test_wide_char, wide_char_types_no_program, top level): Add
6414 wchar_t testing.
6415
6416 2017-04-12 Pedro Alves <palves@redhat.com>
6417
6418 PR c++/21323
6419 * gdb.cp/wide_char_types.c: New file.
6420 * gdb.cp/wide_char_types.exp: New file.
6421
6422 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6423
6424 PR gdb/21352
6425 * gdb.trace/tsv.exp: Add test for "tsave -r".
6426
6427 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6428
6429 * gdb.dlang/watch-loc.c: New file.
6430 * gdb.dlang/watch-loc.exp: New file.
6431
6432 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6433
6434 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6435
6436 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6437
6438 * gdb.arch/arc-analyze-prologue.S: New file.
6439 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6440
6441 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6442
6443 * gdb.arch/arc-decode-insn.S: New file.
6444 * gdb.arch/arc-decode-insn.exp: Likewise.
6445
6446 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6447
6448 PR tdep/20928
6449 * gdb.arch/sparc64-regs.exp: New file.
6450 * gdb.arch/sparc64-regs.S: Likewise.
6451
6452 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6453
6454 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6455 and memory view on Python 3.
6456
6457 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6458 Keith Seitz <keiths@redhat.com>
6459
6460 PR gdb/14441
6461 * gdb.cp/demangle.exp: Add rvalue reference tests.
6462 * gdb.cp/rvalue-ref-casts.cc: New file.
6463 * gdb.cp/rvalue-ref-casts.exp: New file.
6464 * gdb.cp/rvalue-ref-overload.cc: New file.
6465 * gdb.cp/rvalue-ref-overload.exp: New file.
6466 * gdb.cp/rvalue-ref-params.cc: New file.
6467 * gdb.cp/rvalue-ref-params.exp: New file.
6468 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6469 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6470 * gdb.cp/rvalue-ref-types.cc: New file.
6471 * gdb.cp/rvalue-ref-types.exp: New file.
6472 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6473 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6474
6475 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6476
6477 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6478 New procedure.
6479
6480 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6481
6482 * lib/mi-support.exp (mi_gdb_test): Add additional message
6483 for unexpected output.
6484
6485 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6486
6487 * gdb.base/examine-backward.c (Barrier): New character array
6488 constant, to ensure that TestStrings is preceded by a string
6489 terminator.
6490
6491 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6492
6493 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6494 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6495 and implicit pointer into such a location.
6496
6497 2017-03-16 Doug Evans <dje@google.com>
6498
6499 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6500
6501 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6502
6503 * gdb.cp/m-static.exp: Fix expectation for prototype of
6504 test5.single_constructor and single_constructor::single_constructor.
6505
6506 2017-03-16 Doug Evans <dje@google.com>
6507
6508 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6509 * gdb.guile/scm-lazy-string.c: New file.
6510 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6511 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6512 for pointer, array, typedef lazy strings.
6513
6514 2017-03-16 Doug Evans <dje@google.com>
6515
6516 PR python/17728, python/18439, python/18779
6517 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6518 * gdb.python/py-lazy-string.c (pointer): New typedef.
6519 (main): New locals ptr, array, typedef_ptr.
6520 * gdb.python/py-value.exp: Move lazy string tests to ...
6521 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6522 array, typedef lazy strings.
6523
6524 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6525
6526 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6527 Add optional 'test' parameter.
6528
6529 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6530
6531 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6532 Skip for versions of DejaGnu < 1.5.
6533
6534 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6535
6536 * lib/gdb.exp (dejagnu_version): New proc.
6537 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6538 Use dejagnu_version.
6539
6540 2017-03-10 Keith Seitz <keiths@redhat.com>
6541
6542 PR c++/8128
6543 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6544 type from destructor regexps.
6545 Add a branch which actually passes the test.
6546 Adjust "ptype t5i" test names.
6547
6548 2017-03-08 Pedro Alves <palves@redhat.com>
6549
6550 * gdb.base/step-over-exit.exp: Add explicit test message.
6551
6552 2017-03-08 Pedro Alves <palves@redhat.com>
6553
6554 PR gdb/18360
6555 * gdb.threads/interrupt-while-step-over.c: New file.
6556 * gdb.threads/interrupt-while-step-over.exp: New file.
6557
6558 2017-03-08 Pedro Alves <palves@redhat.com>
6559
6560 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6561 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6562
6563 2017-03-08 Pedro Alves <palves@redhat.com>
6564
6565 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6566 PKRU as not supported as a PASS.
6567
6568 2017-03-08 Pedro Alves <palves@redhat.com>
6569
6570 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6571 prefix instead of $binfile1/$binfile2.
6572 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6573 in test message.
6574 * gdb.python/py-completion.exp: Use "load python file" as test
6575 messages instead of unstable path names.
6576
6577 2017-03-08 Pedro Alves <palves@redhat.com>
6578 Jan Kratochvil <jan.kratochvil@redhat.com>
6579
6580 PR cli/21218
6581 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6582 New proc.
6583 (top level): Call it.
6584
6585 2017-03-08 Pedro Alves <palves@redhat.com>
6586
6587 PR tui/21216
6588 * gdb.tui/tui-nl-filtered-output.exp: New file.
6589
6590 2017-03-08 Pedro Alves <palves@redhat.com>
6591
6592 * gdb.base/completion.exp: Move TUI completion tests to ...
6593 * gdb.tui/completion.exp: ... this new file.
6594
6595 2017-03-08 Pedro Alves <palves@redhat.com>
6596
6597 * gdb.base/tui-disasm-long-lines.c,
6598 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6599 gdb.base/tui-layout.exp: Move to ...
6600 * gdb.tui/: ... this new directory.
6601
6602 2017-03-07 Pedro Alves <palves@redhat.com>
6603
6604 * gdb.base/tui-layout.c: New file.
6605 * gdb.base/tui-layout.exp: New file.
6606
6607 2017-03-07 Pedro Alves <palves@redhat.com>
6608
6609 * gdb.base/tui-layout.c: Rename to ...
6610 * gdb.base/tui-disasm-long-lines.c: ... this.
6611 * gdb.base/tui-layout.exp: Rename to ...
6612 * gdb.base/tui-disasm-long-lines.exp: ... this.
6613
6614 2017-03-07 Pedro Alves <palves@redhat.com>
6615
6616 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6617
6618 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6619
6620 * i386-mpx-call.c: New file.
6621 * i386-mpx-call.exp: New file.
6622
6623 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6624
6625 * gdb.arch/powerpc-power.exp: Delete test.
6626 * gdb.arch/powerpc-power.s: Likewise.
6627 * gdb.disasm/disassembler-options.exp: New test.
6628 * gdb.arch/powerpc-altivec.exp: Likewise.
6629 * gdb.arch/powerpc-altivec.s: Likewise.
6630 * gdb.arch/powerpc-altivec2.exp: Likewise.
6631 * gdb.arch/powerpc-altivec2.s: Likewise.
6632 * gdb.arch/powerpc-altivec3.exp: Likewise.
6633 * gdb.arch/powerpc-altivec3.s: Likewise.
6634 * gdb.arch/powerpc-power7.exp: Likewise.
6635 * gdb.arch/powerpc-power7.s: Likewise.
6636 * gdb.arch/powerpc-power8.exp: Likewise.
6637 * gdb.arch/powerpc-power8.s: Likewise.
6638 * gdb.arch/powerpc-power9.exp: Likewise.
6639 * gdb.arch/powerpc-power9.s: Likewise.
6640 * gdb.arch/powerpc-vsx.exp: Likewise.
6641 * gdb.arch/powerpc-vsx.s: Likewise.
6642 * gdb.arch/powerpc-vsx2.exp: Likewise.
6643 * gdb.arch/powerpc-vsx2.s: Likewise.
6644 * gdb.arch/powerpc-vsx3.exp: Likewise.
6645 * gdb.arch/powerpc-vsx3.s: Likewise.
6646 * gdb.arch/arm-disassembler-options.exp: Likewise.
6647 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6648 * gdb.arch/s390-disassembler-options.exp: Likewise.
6649
6650 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
6651
6652 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6653 (check_supported_features): ... this. Changed return type to void.
6654 (supports_rdseed): New static global.
6655 (rdseed): Check supports_rdseed.
6656 (initialize): Call check_supported_features.
6657
6658 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6659
6660 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6661 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6662 and lqarx/stqcx.
6663 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6664 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6665
6666 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6667
6668 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6669 uppercase.
6670
6671 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6672
6673 * gdb.dwarf2/formdata16.c: New file.
6674 * gdb.dwarf2/formdata16.exp: New file.
6675 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6676
6677 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6678
6679 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6680 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6681 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6682 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6683 DW_AT_GNU_*.
6684
6685 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6686
6687 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6688
6689 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6690
6691 PR gdb/21164
6692 * gdb.base/maint.exp: Add testcases for when the commands do
6693 not have arguments.
6694
6695 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6696
6697 * gdb.cp/chained-calls.exp: Use p instead of P.
6698
6699 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6700
6701 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6702 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6703
6704 2017-02-14 Tom Tromey <tom@tromey.com>
6705
6706 PR python/13598:
6707 * gdb.python/py-events.exp: Add before_prompt event tests.
6708
6709 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6710
6711 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6712
6713 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6714
6715 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6716 (main): Call my_unique_function_name.
6717 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6718 completion of patterns with a single match.
6719 Add missing -re switches to gdb_test_multiple calls.
6720
6721 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6722
6723 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6724 return if core file is not recognized.
6725
6726 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6727
6728 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6729 and extra UIs.
6730
6731 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6732
6733 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6734 proc_with_prefix.
6735
6736 2017-02-10 Tom Tromey <tom@tromey.com>
6737
6738 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6739
6740 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
6741
6742 PR gdb/21122
6743 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6744
6745 2017-02-08 Jerome Guitton <guitton@adacore.com>
6746
6747 * gdb.base/define.exp: Add test for command abbreviations
6748 in define.
6749
6750 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
6751
6752 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6753 * gdb.reverse/insn-reverse-x86.c: New file.
6754
6755 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6756
6757 PR tdep/20936
6758 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6759
6760 2017-02-03 Tom Tromey <tom@tromey.com>
6761
6762 PR rust/21097:
6763 * gdb.rust/simple.exp: Add new tests.
6764
6765 2017-02-02 Pedro Alves <palves@redhat.com>
6766
6767 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6768 tests.
6769
6770 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6771
6772 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6773 taking a 2-byte value out of a 4-byte DWARF implicit value on
6774 big-endian targets.
6775 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6776 logic. Add test cases for DW_OP_implicit.
6777
6778 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6779
6780 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6781
6782 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6783
6784 * gdb.btrace/enable.exp: Call gdb_exit before
6785 skip_gdbserver_tests.
6786
6787 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6788
6789 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6790 GDBFLAGS.
6791
6792 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6793
6794 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6795 the test is skipped.
6796 * gdb.btrace/data.exp: Likewise.
6797 * gdb.btrace/delta.exp: Likewise.
6798 * gdb.btrace/dlopen.exp: Likewise.
6799 * gdb.btrace/enable-running.exp: Likewise.
6800 * gdb.btrace/enable.exp: Likewise.
6801 * gdb.btrace/exception.exp: Likewise.
6802 * gdb.btrace/function_call_history.exp: Likewise.
6803 * gdb.btrace/gcore.exp: Likewise.
6804 * gdb.btrace/instruction_history.exp: Likewise.
6805 * gdb.btrace/multi-thread-step.exp: Likewise.
6806 * gdb.btrace/nohist.exp: Likewise.
6807 * gdb.btrace/non-stop.exp: Likewise.
6808 * gdb.btrace/reconnect.exp: Likewise.
6809 * gdb.btrace/record_goto-step.exp: Likewise.
6810 * gdb.btrace/record_goto.exp: Likewise.
6811 * gdb.btrace/rn-dl-bind.exp: Likewise.
6812 * gdb.btrace/segv.exp: Likewise.
6813 * gdb.btrace/step.exp: Likewise.
6814 * gdb.btrace/stepi.exp: Likewise.
6815 * gdb.btrace/tailcall-only.exp: Likewise.
6816 * gdb.btrace/tailcall.exp: Likewise.
6817 * gdb.btrace/tsx.exp: Likewise.
6818 * gdb.btrace/unknown_functions.exp: Likewise.
6819 * gdb.btrace/vdso.exp: Likewise.
6820
6821 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6822
6823 * gdb.btrace/enable-running.c: New.
6824 * gdb.btrace/enable-running.exp: New.
6825
6826 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6827
6828 * gdb.arch/amd64-gs_base.c: New file.
6829 * gdb.arch/amd64-gs_base.exp: New file.
6830
6831 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6832
6833 * lib/memory.exp: Remove spurious empty newlines.
6834
6835 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6836
6837 * gdb.python/py-bad-printers.exp: Load python file using "source".
6838 * gdb.python/py-events.exp: Likewise.
6839 * gdb.python/py-evsignal.exp: Likewise.
6840 * gdb.python/py-evthreads.exp: Likewise.
6841 * gdb.python/py-frame-args.exp: Likewise.
6842 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6843 * gdb.python/py-framefilter-mi.exp: Likewise.
6844 * gdb.python/py-framefilter.exp: Likewise.
6845 * gdb.python/py-mi.exp: Likewise.
6846 * gdb.python/py-pp-maint.exp: Likewise.
6847 * gdb.python/py-pp-registration.exp: Likewise.
6848 * gdb.python/py-prettyprint.exp: Likewise.
6849 (run_lang_tests): Likewise.
6850 * gdb.python/py-typeprint.exp: Likewise.
6851
6852 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6853
6854 * lib/memory.exp: New file.
6855 * lib/gdb.exp: Load memory.exp.
6856 * gdb.base/memattr.exp (delete_memory): Move proc to
6857 lib/memory.exp and rename to delete_memory_regions.
6858 Replace delete_memory with delete_memory_regions.
6859 Cleanup memory regions before tests.
6860 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6861 before tests.
6862
6863 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6864
6865 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6866 files.
6867 (initialize): New function conditionally defined.
6868 (testcases): Move within conditional block.
6869 (main): Call initialize.
6870 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6871 of gdb.reverse/insn-reverse.c.
6872 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6873 gdb.reverse/insn-reverse.c.
6874
6875 2017-01-26 Yao Qi <yao.qi@linaro.org>
6876
6877 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6878 disassemble on address 0.
6879
6880 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6881 Yao Qi <yao.qi@linaro.org>
6882
6883 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6884 * gdb.dwarf2/implptr-64bit.S: Remove.
6885 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6886 variables in caller's context. Add DW_OP_implicit_value.
6887
6888 2017-01-25 Yao Qi <yao.qi@linaro.org>
6889
6890 * lib/dwarf.exp (Dwarf::_location): Handle
6891 DW_OP_GNU_implicit_pointer with proper size.
6892
6893 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6894
6895 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6896 and add untested calls.
6897
6898 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6899
6900 * gdb.python/python.exp: Check line number against what GDB thinks
6901 the line number is for func1.
6902
6903 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6904
6905 * gdb.dlang/debug-expr.exp: New file.
6906
6907 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6908
6909 Fix test names for the following files:
6910
6911 * gdb.ada/exec_changed.exp
6912 * gdb.ada/info_types.exp
6913 * gdb.arch/aarch64-atomic-inst.exp
6914 * gdb.arch/aarch64-fp.exp
6915 * gdb.arch/altivec-abi.exp
6916 * gdb.arch/altivec-regs.exp
6917 * gdb.arch/amd64-byte.exp
6918 * gdb.arch/amd64-disp-step.exp
6919 * gdb.arch/amd64-dword.exp
6920 * gdb.arch/amd64-entry-value-inline.exp
6921 * gdb.arch/amd64-entry-value-param.exp
6922 * gdb.arch/amd64-entry-value-paramref.exp
6923 * gdb.arch/amd64-entry-value.exp
6924 * gdb.arch/amd64-i386-address.exp
6925 * gdb.arch/amd64-invalid-stack-middle.exp
6926 * gdb.arch/amd64-invalid-stack-top.exp
6927 * gdb.arch/amd64-optimout-repeat.exp
6928 * gdb.arch/amd64-prologue-skip.exp
6929 * gdb.arch/amd64-prologue-xmm.exp
6930 * gdb.arch/amd64-stap-special-operands.exp
6931 * gdb.arch/amd64-stap-wrong-subexp.exp
6932 * gdb.arch/amd64-tailcall-cxx.exp
6933 * gdb.arch/amd64-tailcall-noret.exp
6934 * gdb.arch/amd64-tailcall-ret.exp
6935 * gdb.arch/amd64-tailcall-self.exp
6936 * gdb.arch/amd64-word.exp
6937 * gdb.arch/arm-bl-branch-dest.exp
6938 * gdb.arch/arm-disp-step.exp
6939 * gdb.arch/arm-neon.exp
6940 * gdb.arch/arm-single-step-kernel-helper.exp
6941 * gdb.arch/avr-flash-qualifier.exp
6942 * gdb.arch/disp-step-insn-reloc.exp
6943 * gdb.arch/e500-abi.exp
6944 * gdb.arch/e500-regs.exp
6945 * gdb.arch/ftrace-insn-reloc.exp
6946 * gdb.arch/i386-avx512.exp
6947 * gdb.arch/i386-bp_permanent.exp
6948 * gdb.arch/i386-byte.exp
6949 * gdb.arch/i386-cfi-notcurrent.exp
6950 * gdb.arch/i386-disp-step.exp
6951 * gdb.arch/i386-dr3-watch.exp
6952 * gdb.arch/i386-float.exp
6953 * gdb.arch/i386-gnu-cfi.exp
6954 * gdb.arch/i386-mpx-map.exp
6955 * gdb.arch/i386-mpx-sigsegv.exp
6956 * gdb.arch/i386-mpx-simple_segv.exp
6957 * gdb.arch/i386-mpx.exp
6958 * gdb.arch/i386-permbkpt.exp
6959 * gdb.arch/i386-prologue.exp
6960 * gdb.arch/i386-signal.exp
6961 * gdb.arch/i386-size-overlap.exp
6962 * gdb.arch/i386-unwind.exp
6963 * gdb.arch/i386-word.exp
6964 * gdb.arch/mips-fcr.exp
6965 * gdb.arch/powerpc-d128-regs.exp
6966 * gdb.arch/powerpc-stackless.exp
6967 * gdb.arch/ppc64-atomic-inst.exp
6968 * gdb.arch/s390-stackless.exp
6969 * gdb.arch/s390-tdbregs.exp
6970 * gdb.arch/s390-vregs.exp
6971 * gdb.arch/sparc-sysstep.exp
6972 * gdb.arch/thumb-bx-pc.exp
6973 * gdb.arch/thumb-singlestep.exp
6974 * gdb.arch/thumb2-it.exp
6975 * gdb.arch/vsx-regs.exp
6976 * gdb.asm/asm-source.exp
6977 * gdb.base/a2-run.exp
6978 * gdb.base/advance.exp
6979 * gdb.base/all-bin.exp
6980 * gdb.base/anon.exp
6981 * gdb.base/args.exp
6982 * gdb.base/arithmet.exp
6983 * gdb.base/async-shell.exp
6984 * gdb.base/async.exp
6985 * gdb.base/attach-pie-noexec.exp
6986 * gdb.base/attach-twice.exp
6987 * gdb.base/auto-load.exp
6988 * gdb.base/bang.exp
6989 * gdb.base/bitfields.exp
6990 * gdb.base/break-always.exp
6991 * gdb.base/break-caller-line.exp
6992 * gdb.base/break-entry.exp
6993 * gdb.base/break-inline.exp
6994 * gdb.base/break-on-linker-gcd-function.exp
6995 * gdb.base/break-probes.exp
6996 * gdb.base/break.exp
6997 * gdb.base/breakpoint-shadow.exp
6998 * gdb.base/call-ar-st.exp
6999 * gdb.base/call-sc.exp
7000 * gdb.base/call-signal-resume.exp
7001 * gdb.base/call-strs.exp
7002 * gdb.base/callfuncs.exp
7003 * gdb.base/catch-fork-static.exp
7004 * gdb.base/catch-gdb-caused-signals.exp
7005 * gdb.base/catch-load.exp
7006 * gdb.base/catch-signal-fork.exp
7007 * gdb.base/catch-signal.exp
7008 * gdb.base/catch-syscall.exp
7009 * gdb.base/charset.exp
7010 * gdb.base/checkpoint.exp
7011 * gdb.base/chng-syms.exp
7012 * gdb.base/code-expr.exp
7013 * gdb.base/code_elim.exp
7014 * gdb.base/commands.exp
7015 * gdb.base/completion.exp
7016 * gdb.base/complex.exp
7017 * gdb.base/cond-expr.exp
7018 * gdb.base/condbreak.exp
7019 * gdb.base/consecutive.exp
7020 * gdb.base/continue-all-already-running.exp
7021 * gdb.base/coredump-filter.exp
7022 * gdb.base/corefile.exp
7023 * gdb.base/dbx.exp
7024 * gdb.base/debug-expr.exp
7025 * gdb.base/define.exp
7026 * gdb.base/del.exp
7027 * gdb.base/disabled-location.exp
7028 * gdb.base/disasm-end-cu.exp
7029 * gdb.base/disasm-optim.exp
7030 * gdb.base/display.exp
7031 * gdb.base/duplicate-bp.exp
7032 * gdb.base/ena-dis-br.exp
7033 * gdb.base/ending-run.exp
7034 * gdb.base/enumval.exp
7035 * gdb.base/environ.exp
7036 * gdb.base/eu-strip-infcall.exp
7037 * gdb.base/eval-avoid-side-effects.exp
7038 * gdb.base/eval-skip.exp
7039 * gdb.base/exitsignal.exp
7040 * gdb.base/expand-psymtabs.exp
7041 * gdb.base/filesym.exp
7042 * gdb.base/find-unmapped.exp
7043 * gdb.base/finish.exp
7044 * gdb.base/float.exp
7045 * gdb.base/foll-exec-mode.exp
7046 * gdb.base/foll-exec.exp
7047 * gdb.base/foll-fork.exp
7048 * gdb.base/fortran-sym-case.exp
7049 * gdb.base/freebpcmd.exp
7050 * gdb.base/func-ptr.exp
7051 * gdb.base/func-ptrs.exp
7052 * gdb.base/funcargs.exp
7053 * gdb.base/gcore-buffer-overflow.exp
7054 * gdb.base/gcore-relro-pie.exp
7055 * gdb.base/gcore-relro.exp
7056 * gdb.base/gcore.exp
7057 * gdb.base/gdb1090.exp
7058 * gdb.base/gdb11530.exp
7059 * gdb.base/gdb11531.exp
7060 * gdb.base/gdb1821.exp
7061 * gdb.base/gdbindex-stabs.exp
7062 * gdb.base/gdbvars.exp
7063 * gdb.base/hbreak.exp
7064 * gdb.base/hbreak2.exp
7065 * gdb.base/included.exp
7066 * gdb.base/infcall-input.exp
7067 * gdb.base/inferior-died.exp
7068 * gdb.base/infnan.exp
7069 * gdb.base/info-macros.exp
7070 * gdb.base/info-os.exp
7071 * gdb.base/info-proc.exp
7072 * gdb.base/info-shared.exp
7073 * gdb.base/info-target.exp
7074 * gdb.base/infoline.exp
7075 * gdb.base/interp.exp
7076 * gdb.base/interrupt.exp
7077 * gdb.base/jit-reader.exp
7078 * gdb.base/jit-simple.exp
7079 * gdb.base/kill-after-signal.exp
7080 * gdb.base/kill-detach-inferiors-cmd.exp
7081 * gdb.base/label.exp
7082 * gdb.base/langs.exp
7083 * gdb.base/ldbl_e308.exp
7084 * gdb.base/line-symtabs.exp
7085 * gdb.base/linespecs.exp
7086 * gdb.base/list.exp
7087 * gdb.base/long_long.exp
7088 * gdb.base/longest-types.exp
7089 * gdb.base/maint.exp
7090 * gdb.base/max-value-size.exp
7091 * gdb.base/memattr.exp
7092 * gdb.base/mips_pro.exp
7093 * gdb.base/morestack.exp
7094 * gdb.base/moribund-step.exp
7095 * gdb.base/multi-forks.exp
7096 * gdb.base/nested-addr.exp
7097 * gdb.base/nextoverexit.exp
7098 * gdb.base/noreturn-finish.exp
7099 * gdb.base/noreturn-return.exp
7100 * gdb.base/nostdlib.exp
7101 * gdb.base/offsets.exp
7102 * gdb.base/opaque.exp
7103 * gdb.base/pc-fp.exp
7104 * gdb.base/permissions.exp
7105 * gdb.base/print-symbol-loading.exp
7106 * gdb.base/prologue-include.exp
7107 * gdb.base/psymtab.exp
7108 * gdb.base/ptype.exp
7109 * gdb.base/random-signal.exp
7110 * gdb.base/randomize.exp
7111 * gdb.base/range-stepping.exp
7112 * gdb.base/readline-ask.exp
7113 * gdb.base/recpar.exp
7114 * gdb.base/recurse.exp
7115 * gdb.base/relational.exp
7116 * gdb.base/restore.exp
7117 * gdb.base/return-nodebug.exp
7118 * gdb.base/return.exp
7119 * gdb.base/run-after-attach.exp
7120 * gdb.base/save-bp.exp
7121 * gdb.base/scope.exp
7122 * gdb.base/sect-cmd.exp
7123 * gdb.base/set-lang-auto.exp
7124 * gdb.base/set-noassign.exp
7125 * gdb.base/setvar.exp
7126 * gdb.base/sigall.exp
7127 * gdb.base/sigbpt.exp
7128 * gdb.base/siginfo-addr.exp
7129 * gdb.base/siginfo-infcall.exp
7130 * gdb.base/siginfo-obj.exp
7131 * gdb.base/siginfo.exp
7132 * gdb.base/signals-state-child.exp
7133 * gdb.base/signest.exp
7134 * gdb.base/sigstep.exp
7135 * gdb.base/sizeof.exp
7136 * gdb.base/skip.exp
7137 * gdb.base/solib-corrupted.exp
7138 * gdb.base/solib-nodir.exp
7139 * gdb.base/solib-search.exp
7140 * gdb.base/stack-checking.exp
7141 * gdb.base/stale-infcall.exp
7142 * gdb.base/stap-probe.exp
7143 * gdb.base/start.exp
7144 * gdb.base/step-break.exp
7145 * gdb.base/step-bt.exp
7146 * gdb.base/step-line.exp
7147 * gdb.base/step-over-exit.exp
7148 * gdb.base/step-over-syscall.exp
7149 * gdb.base/step-resume-infcall.exp
7150 * gdb.base/step-test.exp
7151 * gdb.base/store.exp
7152 * gdb.base/structs3.exp
7153 * gdb.base/sym-file.exp
7154 * gdb.base/symbol-without-target_section.exp
7155 * gdb.base/term.exp
7156 * gdb.base/testenv.exp
7157 * gdb.base/ui-redirect.exp
7158 * gdb.base/until.exp
7159 * gdb.base/unwindonsignal.exp
7160 * gdb.base/value-double-free.exp
7161 * gdb.base/vla-datatypes.exp
7162 * gdb.base/vla-ptr.exp
7163 * gdb.base/vla-sideeffect.exp
7164 * gdb.base/volatile.exp
7165 * gdb.base/watch-cond-infcall.exp
7166 * gdb.base/watch-cond.exp
7167 * gdb.base/watch-non-mem.exp
7168 * gdb.base/watch-read.exp
7169 * gdb.base/watch-vfork.exp
7170 * gdb.base/watchpoint-cond-gone.exp
7171 * gdb.base/watchpoint-delete.exp
7172 * gdb.base/watchpoint-hw-hit-once.exp
7173 * gdb.base/watchpoint-hw.exp
7174 * gdb.base/watchpoint-stops-at-right-insn.exp
7175 * gdb.base/watchpoints.exp
7176 * gdb.base/wchar.exp
7177 * gdb.base/whatis-exp.exp
7178 * gdb.btrace/buffer-size.exp
7179 * gdb.btrace/data.exp
7180 * gdb.btrace/delta.exp
7181 * gdb.btrace/dlopen.exp
7182 * gdb.btrace/enable.exp
7183 * gdb.btrace/exception.exp
7184 * gdb.btrace/function_call_history.exp
7185 * gdb.btrace/gcore.exp
7186 * gdb.btrace/instruction_history.exp
7187 * gdb.btrace/nohist.exp
7188 * gdb.btrace/reconnect.exp
7189 * gdb.btrace/record_goto-step.exp
7190 * gdb.btrace/record_goto.exp
7191 * gdb.btrace/rn-dl-bind.exp
7192 * gdb.btrace/segv.exp
7193 * gdb.btrace/step.exp
7194 * gdb.btrace/stepi.exp
7195 * gdb.btrace/tailcall-only.exp
7196 * gdb.btrace/tailcall.exp
7197 * gdb.btrace/tsx.exp
7198 * gdb.btrace/unknown_functions.exp
7199 * gdb.btrace/vdso.exp
7200 * gdb.compile/compile-ifunc.exp
7201 * gdb.compile/compile-ops.exp
7202 * gdb.compile/compile-print.exp
7203 * gdb.compile/compile-setjmp.exp
7204 * gdb.cp/abstract-origin.exp
7205 * gdb.cp/ambiguous.exp
7206 * gdb.cp/annota2.exp
7207 * gdb.cp/annota3.exp
7208 * gdb.cp/anon-ns.exp
7209 * gdb.cp/anon-struct.exp
7210 * gdb.cp/anon-union.exp
7211 * gdb.cp/arg-reference.exp
7212 * gdb.cp/baseenum.exp
7213 * gdb.cp/bool.exp
7214 * gdb.cp/breakpoint.exp
7215 * gdb.cp/bs15503.exp
7216 * gdb.cp/call-c.exp
7217 * gdb.cp/casts.exp
7218 * gdb.cp/chained-calls.exp
7219 * gdb.cp/class2.exp
7220 * gdb.cp/classes.exp
7221 * gdb.cp/cmpd-minsyms.exp
7222 * gdb.cp/converts.exp
7223 * gdb.cp/cp-relocate.exp
7224 * gdb.cp/cpcompletion.exp
7225 * gdb.cp/cpexprs.exp
7226 * gdb.cp/cplabel.exp
7227 * gdb.cp/cplusfuncs.exp
7228 * gdb.cp/cpsizeof.exp
7229 * gdb.cp/ctti.exp
7230 * gdb.cp/derivation.exp
7231 * gdb.cp/destrprint.exp
7232 * gdb.cp/dispcxx.exp
7233 * gdb.cp/enum-class.exp
7234 * gdb.cp/exception.exp
7235 * gdb.cp/exceptprint.exp
7236 * gdb.cp/expand-psymtabs-cxx.exp
7237 * gdb.cp/expand-sals.exp
7238 * gdb.cp/extern-c.exp
7239 * gdb.cp/filename.exp
7240 * gdb.cp/formatted-ref.exp
7241 * gdb.cp/fpointer.exp
7242 * gdb.cp/gdb1355.exp
7243 * gdb.cp/gdb2495.exp
7244 * gdb.cp/hang.exp
7245 * gdb.cp/impl-this.exp
7246 * gdb.cp/infcall-dlopen.exp
7247 * gdb.cp/inherit.exp
7248 * gdb.cp/iostream.exp
7249 * gdb.cp/koenig.exp
7250 * gdb.cp/local.exp
7251 * gdb.cp/m-data.exp
7252 * gdb.cp/m-static.exp
7253 * gdb.cp/mb-ctor.exp
7254 * gdb.cp/mb-inline.exp
7255 * gdb.cp/mb-templates.exp
7256 * gdb.cp/member-name.exp
7257 * gdb.cp/member-ptr.exp
7258 * gdb.cp/meth-typedefs.exp
7259 * gdb.cp/method.exp
7260 * gdb.cp/method2.exp
7261 * gdb.cp/minsym-fallback.exp
7262 * gdb.cp/misc.exp
7263 * gdb.cp/namelessclass.exp
7264 * gdb.cp/namespace-enum.exp
7265 * gdb.cp/namespace-nested-import.exp
7266 * gdb.cp/namespace.exp
7267 * gdb.cp/nextoverthrow.exp
7268 * gdb.cp/no-dmgl-verbose.exp
7269 * gdb.cp/non-trivial-retval.exp
7270 * gdb.cp/noparam.exp
7271 * gdb.cp/nsdecl.exp
7272 * gdb.cp/nsimport.exp
7273 * gdb.cp/nsnested.exp
7274 * gdb.cp/nsnoimports.exp
7275 * gdb.cp/nsrecurs.exp
7276 * gdb.cp/nsstress.exp
7277 * gdb.cp/nsusing.exp
7278 * gdb.cp/operator.exp
7279 * gdb.cp/oranking.exp
7280 * gdb.cp/overload-const.exp
7281 * gdb.cp/overload.exp
7282 * gdb.cp/ovldbreak.exp
7283 * gdb.cp/ovsrch.exp
7284 * gdb.cp/paren-type.exp
7285 * gdb.cp/parse-lang.exp
7286 * gdb.cp/pass-by-ref.exp
7287 * gdb.cp/pr-1023.exp
7288 * gdb.cp/pr-1210.exp
7289 * gdb.cp/pr-574.exp
7290 * gdb.cp/pr10687.exp
7291 * gdb.cp/pr12028.exp
7292 * gdb.cp/pr17132.exp
7293 * gdb.cp/pr17494.exp
7294 * gdb.cp/pr9067.exp
7295 * gdb.cp/pr9167.exp
7296 * gdb.cp/pr9631.exp
7297 * gdb.cp/printmethod.exp
7298 * gdb.cp/psmang.exp
7299 * gdb.cp/psymtab-parameter.exp
7300 * gdb.cp/ptype-cv-cp.exp
7301 * gdb.cp/ptype-flags.exp
7302 * gdb.cp/re-set-overloaded.exp
7303 * gdb.cp/ref-types.exp
7304 * gdb.cp/rtti.exp
7305 * gdb.cp/scope-err.exp
7306 * gdb.cp/shadow.exp
7307 * gdb.cp/smartp.exp
7308 * gdb.cp/static-method.exp
7309 * gdb.cp/static-print-quit.exp
7310 * gdb.cp/temargs.exp
7311 * gdb.cp/templates.exp
7312 * gdb.cp/try_catch.exp
7313 * gdb.cp/typedef-operator.exp
7314 * gdb.cp/typeid.exp
7315 * gdb.cp/userdef.exp
7316 * gdb.cp/using-crash.exp
7317 * gdb.cp/var-tag.exp
7318 * gdb.cp/virtbase.exp
7319 * gdb.cp/virtfunc.exp
7320 * gdb.cp/virtfunc2.exp
7321 * gdb.cp/vla-cxx.exp
7322 * gdb.disasm/t01_mov.exp
7323 * gdb.disasm/t02_mova.exp
7324 * gdb.disasm/t03_add.exp
7325 * gdb.disasm/t04_sub.exp
7326 * gdb.disasm/t05_cmp.exp
7327 * gdb.disasm/t06_ari2.exp
7328 * gdb.disasm/t07_ari3.exp
7329 * gdb.disasm/t08_or.exp
7330 * gdb.disasm/t09_xor.exp
7331 * gdb.disasm/t10_and.exp
7332 * gdb.disasm/t11_logs.exp
7333 * gdb.disasm/t12_bit.exp
7334 * gdb.disasm/t13_otr.exp
7335 * gdb.dlang/circular.exp
7336 * gdb.dwarf2/arr-stride.exp
7337 * gdb.dwarf2/arr-subrange.exp
7338 * gdb.dwarf2/atomic-type.exp
7339 * gdb.dwarf2/bad-regnum.exp
7340 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7341 * gdb.dwarf2/callframecfa.exp
7342 * gdb.dwarf2/clztest.exp
7343 * gdb.dwarf2/corrupt.exp
7344 * gdb.dwarf2/data-loc.exp
7345 * gdb.dwarf2/dup-psym.exp
7346 * gdb.dwarf2/dw2-anon-mptr.exp
7347 * gdb.dwarf2/dw2-anonymous-func.exp
7348 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7349 * gdb.dwarf2/dw2-bad-unresolved.exp
7350 * gdb.dwarf2/dw2-basic.exp
7351 * gdb.dwarf2/dw2-canonicalize-type.exp
7352 * gdb.dwarf2/dw2-case-insensitive.exp
7353 * gdb.dwarf2/dw2-common-block.exp
7354 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7355 * gdb.dwarf2/dw2-compressed.exp
7356 * gdb.dwarf2/dw2-const.exp
7357 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7358 * gdb.dwarf2/dw2-cu-size.exp
7359 * gdb.dwarf2/dw2-dup-frame.exp
7360 * gdb.dwarf2/dw2-entry-value.exp
7361 * gdb.dwarf2/dw2-icycle.exp
7362 * gdb.dwarf2/dw2-ifort-parameter.exp
7363 * gdb.dwarf2/dw2-inline-break.exp
7364 * gdb.dwarf2/dw2-inline-param.exp
7365 * gdb.dwarf2/dw2-intercu.exp
7366 * gdb.dwarf2/dw2-intermix.exp
7367 * gdb.dwarf2/dw2-lexical-block-bare.exp
7368 * gdb.dwarf2/dw2-linkage-name-trust.exp
7369 * gdb.dwarf2/dw2-minsym-in-cu.exp
7370 * gdb.dwarf2/dw2-noloc.exp
7371 * gdb.dwarf2/dw2-op-call.exp
7372 * gdb.dwarf2/dw2-op-out-param.exp
7373 * gdb.dwarf2/dw2-opt-structptr.exp
7374 * gdb.dwarf2/dw2-param-error.exp
7375 * gdb.dwarf2/dw2-producer.exp
7376 * gdb.dwarf2/dw2-ranges-base.exp
7377 * gdb.dwarf2/dw2-ref-missing-frame.exp
7378 * gdb.dwarf2/dw2-reg-undefined.exp
7379 * gdb.dwarf2/dw2-regno-invalid.exp
7380 * gdb.dwarf2/dw2-restore.exp
7381 * gdb.dwarf2/dw2-restrict.exp
7382 * gdb.dwarf2/dw2-single-line-discriminators.exp
7383 * gdb.dwarf2/dw2-strp.exp
7384 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7385 * gdb.dwarf2/dw2-unresolved.exp
7386 * gdb.dwarf2/dw2-var-zero-addr.exp
7387 * gdb.dwarf2/dw4-sig-types.exp
7388 * gdb.dwarf2/dwz.exp
7389 * gdb.dwarf2/dynarr-ptr.exp
7390 * gdb.dwarf2/enum-type.exp
7391 * gdb.dwarf2/gdb-index.exp
7392 * gdb.dwarf2/implptr-64bit.exp
7393 * gdb.dwarf2/implptr-optimized-out.exp
7394 * gdb.dwarf2/implptr.exp
7395 * gdb.dwarf2/implref-array.exp
7396 * gdb.dwarf2/implref-const.exp
7397 * gdb.dwarf2/implref-global.exp
7398 * gdb.dwarf2/implref-struct.exp
7399 * gdb.dwarf2/mac-fileno.exp
7400 * gdb.dwarf2/main-subprogram.exp
7401 * gdb.dwarf2/member-ptr-forwardref.exp
7402 * gdb.dwarf2/method-ptr.exp
7403 * gdb.dwarf2/missing-sig-type.exp
7404 * gdb.dwarf2/nonvar-access.exp
7405 * gdb.dwarf2/opaque-type-lookup.exp
7406 * gdb.dwarf2/pieces-optimized-out.exp
7407 * gdb.dwarf2/pieces.exp
7408 * gdb.dwarf2/pr10770.exp
7409 * gdb.dwarf2/pr13961.exp
7410 * gdb.dwarf2/staticvirtual.exp
7411 * gdb.dwarf2/subrange.exp
7412 * gdb.dwarf2/symtab-producer.exp
7413 * gdb.dwarf2/trace-crash.exp
7414 * gdb.dwarf2/typeddwarf.exp
7415 * gdb.dwarf2/valop.exp
7416 * gdb.dwarf2/watch-notconst.exp
7417 * gdb.fortran/array-element.exp
7418 * gdb.fortran/charset.exp
7419 * gdb.fortran/common-block.exp
7420 * gdb.fortran/complex.exp
7421 * gdb.fortran/derived-type-function.exp
7422 * gdb.fortran/derived-type.exp
7423 * gdb.fortran/logical.exp
7424 * gdb.fortran/module.exp
7425 * gdb.fortran/multi-dim.exp
7426 * gdb.fortran/nested-funcs.exp
7427 * gdb.fortran/print-formatted.exp
7428 * gdb.fortran/subarray.exp
7429 * gdb.fortran/vla-alloc-assoc.exp
7430 * gdb.fortran/vla-datatypes.exp
7431 * gdb.fortran/vla-history.exp
7432 * gdb.fortran/vla-ptr-info.exp
7433 * gdb.fortran/vla-ptype-sub.exp
7434 * gdb.fortran/vla-ptype.exp
7435 * gdb.fortran/vla-sizeof.exp
7436 * gdb.fortran/vla-type.exp
7437 * gdb.fortran/vla-value-sub-arbitrary.exp
7438 * gdb.fortran/vla-value-sub-finish.exp
7439 * gdb.fortran/vla-value-sub.exp
7440 * gdb.fortran/vla-value.exp
7441 * gdb.fortran/whatis_type.exp
7442 * gdb.go/chan.exp
7443 * gdb.go/handcall.exp
7444 * gdb.go/hello.exp
7445 * gdb.go/integers.exp
7446 * gdb.go/methods.exp
7447 * gdb.go/package.exp
7448 * gdb.go/strings.exp
7449 * gdb.go/types.exp
7450 * gdb.go/unsafe.exp
7451 * gdb.guile/scm-arch.exp
7452 * gdb.guile/scm-block.exp
7453 * gdb.guile/scm-breakpoint.exp
7454 * gdb.guile/scm-cmd.exp
7455 * gdb.guile/scm-disasm.exp
7456 * gdb.guile/scm-equal.exp
7457 * gdb.guile/scm-frame-args.exp
7458 * gdb.guile/scm-frame-inline.exp
7459 * gdb.guile/scm-frame.exp
7460 * gdb.guile/scm-iterator.exp
7461 * gdb.guile/scm-math.exp
7462 * gdb.guile/scm-objfile.exp
7463 * gdb.guile/scm-ports.exp
7464 * gdb.guile/scm-symbol.exp
7465 * gdb.guile/scm-symtab.exp
7466 * gdb.guile/scm-value-cc.exp
7467 * gdb.guile/types-module.exp
7468 * gdb.linespec/break-ask.exp
7469 * gdb.linespec/cpexplicit.exp
7470 * gdb.linespec/explicit.exp
7471 * gdb.linespec/keywords.exp
7472 * gdb.linespec/linespec.exp
7473 * gdb.linespec/ls-dollar.exp
7474 * gdb.linespec/ls-errs.exp
7475 * gdb.linespec/skip-two.exp
7476 * gdb.linespec/thread.exp
7477 * gdb.mi/mi-async.exp
7478 * gdb.mi/mi-basics.exp
7479 * gdb.mi/mi-break.exp
7480 * gdb.mi/mi-catch-load.exp
7481 * gdb.mi/mi-cli.exp
7482 * gdb.mi/mi-cmd-param-changed.exp
7483 * gdb.mi/mi-console.exp
7484 * gdb.mi/mi-detach.exp
7485 * gdb.mi/mi-disassemble.exp
7486 * gdb.mi/mi-eval.exp
7487 * gdb.mi/mi-file-transfer.exp
7488 * gdb.mi/mi-file.exp
7489 * gdb.mi/mi-fill-memory.exp
7490 * gdb.mi/mi-inheritance-syntax-error.exp
7491 * gdb.mi/mi-linespec-err-cp.exp
7492 * gdb.mi/mi-logging.exp
7493 * gdb.mi/mi-memory-changed.exp
7494 * gdb.mi/mi-read-memory.exp
7495 * gdb.mi/mi-record-changed.exp
7496 * gdb.mi/mi-reg-undefined.exp
7497 * gdb.mi/mi-regs.exp
7498 * gdb.mi/mi-return.exp
7499 * gdb.mi/mi-reverse.exp
7500 * gdb.mi/mi-simplerun.exp
7501 * gdb.mi/mi-solib.exp
7502 * gdb.mi/mi-stack.exp
7503 * gdb.mi/mi-stepi.exp
7504 * gdb.mi/mi-syn-frame.exp
7505 * gdb.mi/mi-until.exp
7506 * gdb.mi/mi-var-block.exp
7507 * gdb.mi/mi-var-child.exp
7508 * gdb.mi/mi-var-cmd.exp
7509 * gdb.mi/mi-var-cp.exp
7510 * gdb.mi/mi-var-display.exp
7511 * gdb.mi/mi-var-invalidate.exp
7512 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7513 * gdb.mi/mi-vla-fortran.exp
7514 * gdb.mi/mi-watch.exp
7515 * gdb.mi/mi2-var-child.exp
7516 * gdb.mi/user-selected-context-sync.exp
7517 * gdb.modula2/unbounded-array.exp
7518 * gdb.multi/dummy-frame-restore.exp
7519 * gdb.multi/multi-arch-exec.exp
7520 * gdb.multi/multi-arch.exp
7521 * gdb.multi/tids.exp
7522 * gdb.multi/watchpoint-multi.exp
7523 * gdb.opencl/callfuncs.exp
7524 * gdb.opencl/convs_casts.exp
7525 * gdb.opencl/datatypes.exp
7526 * gdb.opencl/operators.exp
7527 * gdb.opencl/vec_comps.exp
7528 * gdb.opt/clobbered-registers-O2.exp
7529 * gdb.opt/inline-break.exp
7530 * gdb.opt/inline-bt.exp
7531 * gdb.opt/inline-cmds.exp
7532 * gdb.opt/inline-locals.exp
7533 * gdb.pascal/case-insensitive-symbols.exp
7534 * gdb.pascal/floats.exp
7535 * gdb.pascal/gdb11492.exp
7536 * gdb.python/lib-types.exp
7537 * gdb.python/py-arch.exp
7538 * gdb.python/py-as-string.exp
7539 * gdb.python/py-bad-printers.exp
7540 * gdb.python/py-block.exp
7541 * gdb.python/py-breakpoint-create-fail.exp
7542 * gdb.python/py-breakpoint.exp
7543 * gdb.python/py-caller-is.exp
7544 * gdb.python/py-cmd.exp
7545 * gdb.python/py-explore-cc.exp
7546 * gdb.python/py-explore.exp
7547 * gdb.python/py-finish-breakpoint.exp
7548 * gdb.python/py-finish-breakpoint2.exp
7549 * gdb.python/py-frame-args.exp
7550 * gdb.python/py-frame-inline.exp
7551 * gdb.python/py-frame.exp
7552 * gdb.python/py-framefilter-mi.exp
7553 * gdb.python/py-infthread.exp
7554 * gdb.python/py-lazy-string.exp
7555 * gdb.python/py-linetable.exp
7556 * gdb.python/py-mi-events.exp
7557 * gdb.python/py-mi-objfile.exp
7558 * gdb.python/py-mi.exp
7559 * gdb.python/py-objfile.exp
7560 * gdb.python/py-pp-integral.exp
7561 * gdb.python/py-pp-maint.exp
7562 * gdb.python/py-pp-re-notag.exp
7563 * gdb.python/py-pp-registration.exp
7564 * gdb.python/py-recurse-unwind.exp
7565 * gdb.python/py-strfns.exp
7566 * gdb.python/py-symbol.exp
7567 * gdb.python/py-symtab.exp
7568 * gdb.python/py-sync-interp.exp
7569 * gdb.python/py-typeprint.exp
7570 * gdb.python/py-unwind-maint.exp
7571 * gdb.python/py-unwind.exp
7572 * gdb.python/py-value-cc.exp
7573 * gdb.python/py-xmethods.exp
7574 * gdb.reverse/amd64-tailcall-reverse.exp
7575 * gdb.reverse/break-precsave.exp
7576 * gdb.reverse/break-reverse.exp
7577 * gdb.reverse/consecutive-precsave.exp
7578 * gdb.reverse/consecutive-reverse.exp
7579 * gdb.reverse/finish-precsave.exp
7580 * gdb.reverse/finish-reverse-bkpt.exp
7581 * gdb.reverse/finish-reverse.exp
7582 * gdb.reverse/fstatat-reverse.exp
7583 * gdb.reverse/getresuid-reverse.exp
7584 * gdb.reverse/i386-precsave.exp
7585 * gdb.reverse/i386-reverse.exp
7586 * gdb.reverse/i386-sse-reverse.exp
7587 * gdb.reverse/i387-env-reverse.exp
7588 * gdb.reverse/i387-stack-reverse.exp
7589 * gdb.reverse/insn-reverse.exp
7590 * gdb.reverse/machinestate-precsave.exp
7591 * gdb.reverse/machinestate.exp
7592 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7593 * gdb.reverse/pipe-reverse.exp
7594 * gdb.reverse/readv-reverse.exp
7595 * gdb.reverse/recvmsg-reverse.exp
7596 * gdb.reverse/rerun-prec.exp
7597 * gdb.reverse/s390-mvcle.exp
7598 * gdb.reverse/step-precsave.exp
7599 * gdb.reverse/step-reverse.exp
7600 * gdb.reverse/time-reverse.exp
7601 * gdb.reverse/until-precsave.exp
7602 * gdb.reverse/until-reverse.exp
7603 * gdb.reverse/waitpid-reverse.exp
7604 * gdb.reverse/watch-precsave.exp
7605 * gdb.reverse/watch-reverse.exp
7606 * gdb.rust/generics.exp
7607 * gdb.rust/methods.exp
7608 * gdb.rust/modules.exp
7609 * gdb.rust/simple.exp
7610 * gdb.server/connect-with-no-symbol-file.exp
7611 * gdb.server/ext-attach.exp
7612 * gdb.server/ext-restart.exp
7613 * gdb.server/ext-wrapper.exp
7614 * gdb.server/file-transfer.exp
7615 * gdb.server/server-exec-info.exp
7616 * gdb.server/server-kill.exp
7617 * gdb.server/server-mon.exp
7618 * gdb.server/wrapper.exp
7619 * gdb.stabs/exclfwd.exp
7620 * gdb.stabs/gdb11479.exp
7621 * gdb.threads/clone-new-thread-event.exp
7622 * gdb.threads/corethreads.exp
7623 * gdb.threads/current-lwp-dead.exp
7624 * gdb.threads/dlopen-libpthread.exp
7625 * gdb.threads/gcore-thread.exp
7626 * gdb.threads/sigstep-threads.exp
7627 * gdb.threads/watchpoint-fork.exp
7628 * gdb.trace/actions-changed.exp
7629 * gdb.trace/backtrace.exp
7630 * gdb.trace/change-loc.exp
7631 * gdb.trace/circ.exp
7632 * gdb.trace/collection.exp
7633 * gdb.trace/disconnected-tracing.exp
7634 * gdb.trace/ftrace.exp
7635 * gdb.trace/mi-trace-frame-collected.exp
7636 * gdb.trace/mi-trace-unavailable.exp
7637 * gdb.trace/mi-traceframe-changed.exp
7638 * gdb.trace/mi-tsv-changed.exp
7639 * gdb.trace/no-attach-trace.exp
7640 * gdb.trace/passc-dyn.exp
7641 * gdb.trace/qtro.exp
7642 * gdb.trace/range-stepping.exp
7643 * gdb.trace/read-memory.exp
7644 * gdb.trace/save-trace.exp
7645 * gdb.trace/signal.exp
7646 * gdb.trace/status-stop.exp
7647 * gdb.trace/tfile.exp
7648 * gdb.trace/trace-break.exp
7649 * gdb.trace/trace-buffer-size.exp
7650 * gdb.trace/trace-condition.exp
7651 * gdb.trace/tracefile-pseudo-reg.exp
7652 * gdb.trace/tstatus.exp
7653 * gdb.trace/unavailable.exp
7654 * gdb.trace/while-dyn.exp
7655 * gdb.trace/while-stepping.exp
7656
7657 2016-12-22 Doug Evans <xdje42@gmail.com>
7658
7659 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7660 and msymbols.
7661
7662 2016-12-19 Yao Qi <yao.qi@linaro.org>
7663
7664 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7665 (test_with_self): Don't call do_steps_and_nexts, and remove
7666 code about stepping into xmalloc.
7667
7668 2016-12-09 Yao Qi <yao.qi@linaro.org>
7669
7670 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7671
7672 2016-12-09 Yao Qi <yao.qi@linaro.org>
7673
7674 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7675
7676 2016-12-09 Pedro Alves <palves@redhat.com>
7677
7678 * gdb.base/all-architectures-0.exp: New file.
7679 * gdb.base/all-architectures-1.exp: New file.
7680 * gdb.base/all-architectures-2.exp: New file.
7681 * gdb.base/all-architectures-3.exp: New file.
7682 * gdb.base/all-architectures-4.exp: New file.
7683 * gdb.base/all-architectures-5.exp: New file.
7684 * gdb.base/all-architectures-6.exp: New file.
7685 * gdb.base/all-architectures-7.exp: New file.
7686 * gdb.base/all-architectures.exp.in: New file.
7687
7688 2016-12-09 Yao Qi <yao.qi@linaro.org>
7689
7690 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7691
7692 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7693
7694 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7695 possible.
7696 Remove useless pattern-matching code.
7697
7698 2016-12-02 Pedro Alves <palves@redhat.com>
7699
7700 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7701 procedure.
7702 (top level): Call it.
7703
7704 2016-12-02 Pedro Alves <palves@redhat.com>
7705
7706 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7707 New procedure.
7708 (top level): Call it.
7709
7710 2016-12-02 Pedro Alves <palves@redhat.com>
7711
7712 PR cli/20559
7713 * gdb.base/commands.exp (user_defined_command_args_eval): New
7714 procedure.
7715 (top level): Call it.
7716
7717 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7718
7719 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7720 timeout handling.
7721
7722 2016-12-02 Tom Tromey <tom@tromey.com>
7723
7724 * gdb.dwarf2/main-subprogram.c: New file.
7725 * gdb.dwarf2/main-subprogram.exp: New file.
7726
7727 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7728
7729 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7730 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7731 gdb_test_no_output for a couple of cases.
7732 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7733
7734 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7735
7736 Fix test names and standardize compilation error messages throughout
7737 the following files:
7738
7739 * gdb.ada/start.exp
7740 * gdb.arch/alpha-step.exp
7741 * gdb.arch/e500-prologue.exp
7742 * gdb.arch/ftrace-insn-reloc.exp
7743 * gdb.arch/gdb1291.exp
7744 * gdb.arch/gdb1431.exp
7745 * gdb.arch/gdb1558.exp
7746 * gdb.arch/i386-dr3-watch.exp
7747 * gdb.arch/i386-sse-stack-align.exp
7748 * gdb.arch/ia64-breakpoint-shadow.exp
7749 * gdb.arch/pa-nullify.exp
7750 * gdb.arch/powerpc-aix-prologue.exp
7751 * gdb.arch/thumb-bx-pc.exp
7752 * gdb.base/annota1.exp
7753 * gdb.base/annota3.exp
7754 * gdb.base/arrayidx.exp
7755 * gdb.base/assign.exp
7756 * gdb.base/attach.exp
7757 * gdb.base/auxv.exp
7758 * gdb.base/bang.exp
7759 * gdb.base/bfp-test.exp
7760 * gdb.base/bigcore.exp
7761 * gdb.base/bitfields2.exp
7762 * gdb.base/break-fun-addr.exp
7763 * gdb.base/break-probes.exp
7764 * gdb.base/call-rt-st.exp
7765 * gdb.base/callexit.exp
7766 * gdb.base/catch-fork-kill.exp
7767 * gdb.base/charset.exp
7768 * gdb.base/checkpoint.exp
7769 * gdb.base/comprdebug.exp
7770 * gdb.base/constvars.exp
7771 * gdb.base/coredump-filter.exp
7772 * gdb.base/cursal.exp
7773 * gdb.base/cvexpr.exp
7774 * gdb.base/detach.exp
7775 * gdb.base/display.exp
7776 * gdb.base/dmsym.exp
7777 * gdb.base/dprintf-pending.exp
7778 * gdb.base/dso2dso.exp
7779 * gdb.base/dtrace-probe.exp
7780 * gdb.base/dump.exp
7781 * gdb.base/enum_cond.exp
7782 * gdb.base/exe-lock.exp
7783 * gdb.base/exec-invalid-sysroot.exp
7784 * gdb.base/execl-update-breakpoints.exp
7785 * gdb.base/exprs.exp
7786 * gdb.base/fileio.exp
7787 * gdb.base/find.exp
7788 * gdb.base/finish.exp
7789 * gdb.base/fixsection.exp
7790 * gdb.base/foll-vfork.exp
7791 * gdb.base/frame-args.exp
7792 * gdb.base/gcore.exp
7793 * gdb.base/gdb1250.exp
7794 * gdb.base/global-var-nested-by-dso.exp
7795 * gdb.base/gnu-ifunc.exp
7796 * gdb.base/hashline1.exp
7797 * gdb.base/hashline2.exp
7798 * gdb.base/hashline3.exp
7799 * gdb.base/hbreak-in-shr-unsupported.exp
7800 * gdb.base/huge.exp
7801 * gdb.base/infcall-input.exp
7802 * gdb.base/info-fun.exp
7803 * gdb.base/info-shared.exp
7804 * gdb.base/jit-simple.exp
7805 * gdb.base/jit-so.exp
7806 * gdb.base/jit.exp
7807 * gdb.base/jump.exp
7808 * gdb.base/label.exp
7809 * gdb.base/lineinc.exp
7810 * gdb.base/logical.exp
7811 * gdb.base/longjmp.exp
7812 * gdb.base/macscp.exp
7813 * gdb.base/miscexprs.exp
7814 * gdb.base/new-ui-echo.exp
7815 * gdb.base/new-ui-pending-input.exp
7816 * gdb.base/new-ui.exp
7817 * gdb.base/nodebug.exp
7818 * gdb.base/nofield.exp
7819 * gdb.base/offsets.exp
7820 * gdb.base/overlays.exp
7821 * gdb.base/pending.exp
7822 * gdb.base/pointers.exp
7823 * gdb.base/pr11022.exp
7824 * gdb.base/printcmds.exp
7825 * gdb.base/prologue.exp
7826 * gdb.base/ptr-typedef.exp
7827 * gdb.base/realname-expand.exp
7828 * gdb.base/relativedebug.exp
7829 * gdb.base/relocate.exp
7830 * gdb.base/remote.exp
7831 * gdb.base/reread.exp
7832 * gdb.base/return2.exp
7833 * gdb.base/savedregs.exp
7834 * gdb.base/sep.exp
7835 * gdb.base/sepdebug.exp
7836 * gdb.base/sepsymtab.exp
7837 * gdb.base/set-inferior-tty.exp
7838 * gdb.base/setshow.exp
7839 * gdb.base/shlib-call.exp
7840 * gdb.base/sigaltstack.exp
7841 * gdb.base/siginfo-addr.exp
7842 * gdb.base/signals.exp
7843 * gdb.base/signull.exp
7844 * gdb.base/sigrepeat.exp
7845 * gdb.base/so-impl-ld.exp
7846 * gdb.base/solib-display.exp
7847 * gdb.base/solib-overlap.exp
7848 * gdb.base/solib-search.exp
7849 * gdb.base/solib-symbol.exp
7850 * gdb.base/structs.exp
7851 * gdb.base/structs2.exp
7852 * gdb.base/symtab-search-order.exp
7853 * gdb.base/twice.exp
7854 * gdb.base/unload.exp
7855 * gdb.base/varargs.exp
7856 * gdb.base/watchpoint-solib.exp
7857 * gdb.base/watchpoint.exp
7858 * gdb.base/whatis.exp
7859 * gdb.base/wrong_frame_bt_full.exp
7860 * gdb.btrace/dlopen.exp
7861 * gdb.cell/ea-standalone.exp
7862 * gdb.cell/ea-test.exp
7863 * gdb.cp/dispcxx.exp
7864 * gdb.cp/gdb2384.exp
7865 * gdb.cp/method2.exp
7866 * gdb.cp/nextoverthrow.exp
7867 * gdb.cp/pr10728.exp
7868 * gdb.disasm/am33.exp
7869 * gdb.disasm/h8300s.exp
7870 * gdb.disasm/mn10300.exp
7871 * gdb.disasm/sh3.exp
7872 * gdb.dwarf2/dw2-dir-file-name.exp
7873 * gdb.fortran/complex.exp
7874 * gdb.fortran/library-module.exp
7875 * gdb.guile/scm-pretty-print.exp
7876 * gdb.guile/scm-symbol.exp
7877 * gdb.guile/scm-type.exp
7878 * gdb.guile/scm-value.exp
7879 * gdb.linespec/linespec.exp
7880 * gdb.mi/gdb701.exp
7881 * gdb.mi/gdb792.exp
7882 * gdb.mi/mi-breakpoint-changed.exp
7883 * gdb.mi/mi-dprintf-pending.exp
7884 * gdb.mi/mi-dprintf.exp
7885 * gdb.mi/mi-exit-code.exp
7886 * gdb.mi/mi-pending.exp
7887 * gdb.mi/mi-solib.exp
7888 * gdb.mi/new-ui-mi-sync.exp
7889 * gdb.mi/pr11022.exp
7890 * gdb.mi/user-selected-context-sync.exp
7891 * gdb.opt/solib-intra-step.exp
7892 * gdb.python/py-events.exp
7893 * gdb.python/py-finish-breakpoint.exp
7894 * gdb.python/py-mi.exp
7895 * gdb.python/py-prettyprint.exp
7896 * gdb.python/py-shared.exp
7897 * gdb.python/py-symbol.exp
7898 * gdb.python/py-template.exp
7899 * gdb.python/py-type.exp
7900 * gdb.python/py-value.exp
7901 * gdb.reverse/solib-precsave.exp
7902 * gdb.reverse/solib-reverse.exp
7903 * gdb.server/solib-list.exp
7904 * gdb.stabs/weird.exp
7905 * gdb.threads/reconnect-signal.exp
7906 * gdb.threads/stepi-random-signal.exp
7907 * gdb.trace/actions.exp
7908 * gdb.trace/ax.exp
7909 * gdb.trace/backtrace.exp
7910 * gdb.trace/change-loc.exp
7911 * gdb.trace/deltrace.exp
7912 * gdb.trace/ftrace-lock.exp
7913 * gdb.trace/ftrace.exp
7914 * gdb.trace/infotrace.exp
7915 * gdb.trace/mi-tracepoint-changed.exp
7916 * gdb.trace/packetlen.exp
7917 * gdb.trace/passcount.exp
7918 * gdb.trace/pending.exp
7919 * gdb.trace/range-stepping.exp
7920 * gdb.trace/report.exp
7921 * gdb.trace/stap-trace.exp
7922 * gdb.trace/tfind.exp
7923 * gdb.trace/trace-break.exp
7924 * gdb.trace/trace-condition.exp
7925 * gdb.trace/trace-enable-disable.exp
7926 * gdb.trace/trace-mt.exp
7927 * gdb.trace/tracecmd.exp
7928 * gdb.trace/tspeed.exp
7929 * gdb.trace/tsv.exp
7930 * lib/perftest.exp
7931
7932 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7933
7934 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7935 with gdb_test_no_output.
7936 Use command as test name.
7937
7938 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7939
7940 Fix test names starting with uppercase throughout the files.
7941
7942 * gdb.ada/assign_1.exp
7943 * gdb.ada/boolean_expr.exp
7944 * gdb.base/arrayidx.exp
7945 * gdb.base/del.exp
7946 * gdb.base/gcore-buffer-overflow.exp
7947 * gdb.base/testenv.exp
7948 * gdb.compile/compile.exp
7949 * gdb.python/py-framefilter-invalidarg.exp
7950 * gdb.python/py-framefilter.exp
7951
7952 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7953
7954 Fix test names starting with uppercase throughout the files.
7955
7956 * gdb.ada/array_return.exp
7957 * gdb.ada/expr_delims.exp
7958 * gdb.ada/mi_dyn_arr.exp
7959 * gdb.ada/mi_interface.exp
7960 * gdb.ada/mi_var_array.exp
7961 * gdb.ada/watch_arg.exp
7962 * gdb.arch/alpha-step.exp
7963 * gdb.arch/altivec-regs.exp
7964 * gdb.arch/e500-regs.exp
7965 * gdb.arch/powerpc-d128-regs.exp
7966 * gdb.base/arrayidx.exp
7967 * gdb.base/break.exp
7968 * gdb.base/checkpoint.exp
7969 * gdb.base/debug-expr.exp
7970 * gdb.base/dmsym.exp
7971 * gdb.base/radix.exp
7972 * gdb.base/sepdebug.exp
7973 * gdb.base/testenv.exp
7974 * gdb.base/watch_thread_num.exp
7975 * gdb.base/watchpoint-cond-gone.exp
7976 * gdb.cell/break.exp
7977 * gdb.cell/ea-cache.exp
7978 * gdb.compile/compile.exp
7979 * gdb.cp/gdb2495.exp
7980 * gdb.gdb/selftest.exp
7981 * gdb.gdb/xfullpath.exp
7982 * gdb.go/hello.exp
7983 * gdb.go/integers.exp
7984 * gdb.objc/basicclass.exp
7985 * gdb.pascal/hello.exp
7986 * gdb.pascal/integers.exp
7987 * gdb.python/py-breakpoint.exp
7988 * gdb.python/py-cmd.exp
7989 * gdb.python/py-linetable.exp
7990 * gdb.python/py-xmethods.exp
7991 * gdb.python/python.exp
7992 * gdb.reverse/consecutive-precsave.exp
7993 * gdb.reverse/finish-precsave.exp
7994 * gdb.reverse/i386-precsave.exp
7995 * gdb.reverse/machinestate-precsave.exp
7996 * gdb.reverse/sigall-precsave.exp
7997 * gdb.reverse/solib-precsave.exp
7998 * gdb.reverse/step-precsave.exp
7999 * gdb.reverse/until-precsave.exp
8000 * gdb.reverse/watch-precsave.exp
8001 * gdb.threads/leader-exit.exp
8002 * gdb.threads/pthreads.exp
8003 * gdb.threads/wp-replication.exp
8004 * gdb.trace/actions.exp
8005 * gdb.trace/mi-tsv-changed.exp
8006 * gdb.trace/tsv.exp
8007
8008 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8009
8010 Fix test names starting with uppercase throughout the files.
8011
8012 * gdb.arch/i386-bp_permanent.exp
8013 * gdb.arch/i386-gnu-cfi.exp
8014 * gdb.base/disasm-end-cu.exp
8015 * gdb.base/macscp.exp
8016 * gdb.base/pending.exp
8017 * gdb.base/watch_thread_num.exp
8018 * gdb.cp/exception.exp
8019 * gdb.cp/gdb2495.exp
8020 * gdb.cp/local.exp
8021 * gdb.python/py-evsignal.exp
8022 * gdb.python/python.exp
8023 * gdb.trace/tracecmd.exp
8024
8025 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8026
8027 Fix test names starting with uppercase throughout the files.
8028
8029 * gdb.base/charset.exp
8030 * gdb.base/eval.exp
8031 * gdb.base/multi-forks.exp
8032 * gdb.guile/scm-progspace.exp
8033 * gdb.opencl/datatypes.exp
8034 * gdb.python/py-block.exp
8035 * gdb.python/py-function.exp
8036 * gdb.python/py-symbol.exp
8037 * gdb.python/py-symtab.exp
8038 * gdb.python/py-xmethods.exp
8039 * gdb.reverse/break-precsave.exp
8040 * gdb.reverse/break-reverse.exp
8041 * gdb.reverse/consecutive-precsave.exp
8042 * gdb.reverse/consecutive-reverse.exp
8043 * gdb.reverse/finish-precsave.exp
8044 * gdb.reverse/finish-reverse-bkpt.exp
8045 * gdb.reverse/finish-reverse.exp
8046 * gdb.reverse/fstatat-reverse.exp
8047 * gdb.reverse/getresuid-reverse.exp
8048 * gdb.reverse/i386-precsave.exp
8049 * gdb.reverse/i386-reverse.exp
8050 * gdb.reverse/i386-sse-reverse.exp
8051 * gdb.reverse/i387-stack-reverse.exp
8052 * gdb.reverse/insn-reverse.exp
8053 * gdb.reverse/machinestate-precsave.exp
8054 * gdb.reverse/machinestate.exp
8055 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8056 * gdb.reverse/pipe-reverse.exp
8057 * gdb.reverse/readv-reverse.exp
8058 * gdb.reverse/recvmsg-reverse.exp
8059 * gdb.reverse/rerun-prec.exp
8060 * gdb.reverse/s390-mvcle.exp
8061 * gdb.reverse/sigall-precsave.exp
8062 * gdb.reverse/sigall-reverse.exp
8063 * gdb.reverse/solib-precsave.exp
8064 * gdb.reverse/solib-reverse.exp
8065 * gdb.reverse/step-precsave.exp
8066 * gdb.reverse/step-reverse.exp
8067 * gdb.reverse/time-reverse.exp
8068 * gdb.reverse/until-precsave.exp
8069 * gdb.reverse/until-reverse.exp
8070 * gdb.reverse/waitpid-reverse.exp
8071 * gdb.reverse/watch-precsave.exp
8072 * gdb.reverse/watch-reverse.exp
8073
8074 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8075
8076 Fix test names starting with uppercase throughout the files.
8077
8078 * gdb.arch/i386-mpx-simple_segv.exp
8079 * gdb.arch/i386-mpx.exp
8080 * gdb.arch/i386-permbkpt.exp
8081 * gdb.arch/pa-nullify.exp
8082 * gdb.arch/powerpc-d128-regs.exp
8083 * gdb.arch/vsx-regs.exp
8084 * gdb.base/bfp-test.exp
8085 * gdb.base/break.exp
8086 * gdb.base/breakpoint-shadow.exp
8087 * gdb.base/callfuncs.exp
8088 * gdb.base/charset.exp
8089 * gdb.base/commands.exp
8090 * gdb.base/completion.exp
8091 * gdb.base/dfp-test.exp
8092 * gdb.base/echo.exp
8093 * gdb.base/ending-run.exp
8094 * gdb.base/eval.exp
8095 * gdb.base/expand-psymtabs.exp
8096 * gdb.base/float128.exp
8097 * gdb.base/floatn.exp
8098 * gdb.base/foll-exec-mode.exp
8099 * gdb.base/gdb1056.exp
8100 * gdb.base/gdb11531.exp
8101 * gdb.base/kill-after-signal.exp
8102 * gdb.base/multi-forks.exp
8103 * gdb.base/overlays.exp
8104 * gdb.base/pending.exp
8105 * gdb.base/sepdebug.exp
8106 * gdb.base/testenv.exp
8107 * gdb.base/valgrind-db-attach.exp
8108 * gdb.base/watch_thread_num.exp
8109 * gdb.base/watchpoint-cond-gone.exp
8110 * gdb.base/watchpoint.exp
8111 * gdb.base/watchpoints.exp
8112 * gdb.cp/arg-reference.exp
8113 * gdb.cp/baseenum.exp
8114 * gdb.cp/operator.exp
8115 * gdb.cp/shadow.exp
8116 * gdb.dwarf2/dw2-op-out-param.exp
8117 * gdb.dwarf2/dw2-reg-undefined.exp
8118 * gdb.go/chan.exp
8119 * gdb.go/hello.exp
8120 * gdb.go/integers.exp
8121 * gdb.go/methods.exp
8122 * gdb.go/package.exp
8123 * gdb.guile/scm-parameter.exp
8124 * gdb.guile/scm-progspace.exp
8125 * gdb.guile/scm-value.exp
8126 * gdb.mi/mi-pending.exp
8127 * gdb.mi/user-selected-context-sync.exp
8128 * gdb.multi/multi-attach.exp
8129 * gdb.multi/tids.exp
8130 * gdb.opt/clobbered-registers-O2.exp
8131 * gdb.pascal/floats.exp
8132 * gdb.pascal/integers.exp
8133 * gdb.python/py-block.exp
8134 * gdb.python/py-events.exp
8135 * gdb.python/py-parameter.exp
8136 * gdb.python/py-symbol.exp
8137 * gdb.python/py-symtab.exp
8138 * gdb.python/py-type.exp
8139 * gdb.python/py-value.exp
8140 * gdb.python/py-xmethods.exp
8141 * gdb.python/python.exp
8142 * gdb.reverse/break-precsave.exp
8143 * gdb.reverse/consecutive-precsave.exp
8144 * gdb.reverse/finish-precsave.exp
8145 * gdb.reverse/i386-precsave.exp
8146 * gdb.reverse/machinestate-precsave.exp
8147 * gdb.reverse/sigall-precsave.exp
8148 * gdb.reverse/solib-precsave.exp
8149 * gdb.reverse/step-precsave.exp
8150 * gdb.reverse/until-precsave.exp
8151 * gdb.reverse/watch-precsave.exp
8152 * gdb.server/ext-attach.exp
8153 * gdb.server/ext-restart.exp
8154 * gdb.server/ext-run.exp
8155 * gdb.server/ext-wrapper.exp
8156 * gdb.stabs/gdb11479.exp
8157 * gdb.stabs/weird.exp
8158 * gdb.threads/attach-many-short-lived-threads.exp
8159 * gdb.threads/kill.exp
8160 * gdb.threads/watchpoint-fork.exp
8161
8162 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8163
8164 Fix test names starting with uppercase throughout all the files below.
8165
8166 * gdb.ada/array_return.exp
8167 * gdb.ada/catch_ex.exp
8168 * gdb.ada/info_exc.exp
8169 * gdb.ada/mi_catch_ex.exp
8170 * gdb.ada/mi_dyn_arr.exp
8171 * gdb.ada/mi_ex_cond.exp
8172 * gdb.ada/mi_exc_info.exp
8173 * gdb.ada/mi_interface.exp
8174 * gdb.ada/mi_task_arg.exp
8175 * gdb.ada/mi_task_info.exp
8176 * gdb.ada/mi_var_array.exp
8177 * gdb.arch/alpha-step.exp
8178 * gdb.arch/amd64-disp-step.exp
8179 * gdb.arch/arm-disp-step.exp
8180 * gdb.arch/disp-step-insn-reloc.exp
8181 * gdb.arch/e500-prologue.exp
8182 * gdb.arch/ftrace-insn-reloc.exp
8183 * gdb.arch/gdb1558.exp
8184 * gdb.arch/i386-bp_permanent.exp
8185 * gdb.arch/i386-disp-step.exp
8186 * gdb.arch/i386-float.exp
8187 * gdb.arch/i386-gnu-cfi.exp
8188 * gdb.arch/ia64-breakpoint-shadow.exp
8189 * gdb.arch/mips16-thunks.exp
8190 * gdb.arch/pa-nullify.exp
8191 * gdb.arch/powerpc-aix-prologue.exp
8192 * gdb.arch/powerpc-power.exp
8193 * gdb.arch/ppc-dfp.exp
8194 * gdb.arch/s390-tdbregs.exp
8195 * gdb.arch/spu-info.exp
8196 * gdb.arch/spu-ls.exp
8197 * gdb.arch/thumb-bx-pc.exp
8198 * gdb.base/advance.exp
8199 * gdb.base/annota-input-while-running.exp
8200 * gdb.base/arrayidx.exp
8201 * gdb.base/asmlabel.exp
8202 * gdb.base/async.exp
8203 * gdb.base/attach-wait-input.exp
8204 * gdb.base/auto-connect-native-target.exp
8205 * gdb.base/batch-preserve-term-settings.exp
8206 * gdb.base/bfp-test.exp
8207 * gdb.base/bigcore.exp
8208 * gdb.base/bp-permanent.exp
8209 * gdb.base/break-always.exp
8210 * gdb.base/break-fun-addr.exp
8211 * gdb.base/break-idempotent.exp
8212 * gdb.base/break-main-file-remove-fail.exp
8213 * gdb.base/break-probes.exp
8214 * gdb.base/break-unload-file.exp
8215 * gdb.base/break.exp
8216 * gdb.base/call-ar-st.exp
8217 * gdb.base/call-rt-st.exp
8218 * gdb.base/call-sc.exp
8219 * gdb.base/call-signal-resume.exp
8220 * gdb.base/call-strs.exp
8221 * gdb.base/callexit.exp
8222 * gdb.base/callfuncs.exp
8223 * gdb.base/catch-gdb-caused-signals.exp
8224 * gdb.base/catch-signal-siginfo-cond.exp
8225 * gdb.base/catch-syscall.exp
8226 * gdb.base/compare-sections.exp
8227 * gdb.base/cond-eval-mode.exp
8228 * gdb.base/condbreak-call-false.exp
8229 * gdb.base/consecutive-step-over.exp
8230 * gdb.base/cursal.exp
8231 * gdb.base/disabled-location.exp
8232 * gdb.base/disasm-end-cu.exp
8233 * gdb.base/display.exp
8234 * gdb.base/double-prompt-target-event-error.exp
8235 * gdb.base/dprintf-bp-same-addr.exp
8236 * gdb.base/dprintf-detach.exp
8237 * gdb.base/dprintf-next.exp
8238 * gdb.base/dprintf-non-stop.exp
8239 * gdb.base/dprintf-pending.exp
8240 * gdb.base/dso2dso.exp
8241 * gdb.base/ending-run.exp
8242 * gdb.base/enum_cond.exp
8243 * gdb.base/examine-backward.exp
8244 * gdb.base/exe-lock.exp
8245 * gdb.base/exec-invalid-sysroot.exp
8246 * gdb.base/execl-update-breakpoints.exp
8247 * gdb.base/execution-termios.exp
8248 * gdb.base/fileio.exp
8249 * gdb.base/fixsection.exp
8250 * gdb.base/foll-exec-mode.exp
8251 * gdb.base/foll-exec.exp
8252 * gdb.base/fork-running-state.exp
8253 * gdb.base/frame-args.exp
8254 * gdb.base/fullpath-expand.exp
8255 * gdb.base/func-ptr.exp
8256 * gdb.base/gcore-relro-pie.exp
8257 * gdb.base/gdb1090.exp
8258 * gdb.base/gdb1555.exp
8259 * gdb.base/global-var-nested-by-dso.exp
8260 * gdb.base/gnu-ifunc.exp
8261 * gdb.base/hbreak-in-shr-unsupported.exp
8262 * gdb.base/hbreak-unmapped.exp
8263 * gdb.base/hook-stop.exp
8264 * gdb.base/infcall-input.exp
8265 * gdb.base/info-fun.exp
8266 * gdb.base/info-shared.exp
8267 * gdb.base/interrupt-noterm.exp
8268 * gdb.base/jit-so.exp
8269 * gdb.base/jit.exp
8270 * gdb.base/line-symtabs.exp
8271 * gdb.base/list.exp
8272 * gdb.base/longjmp.exp
8273 * gdb.base/macscp.exp
8274 * gdb.base/max-value-size.exp
8275 * gdb.base/nodebug.exp
8276 * gdb.base/nofield.exp
8277 * gdb.base/overlays.exp
8278 * gdb.base/paginate-after-ctrl-c-running.exp
8279 * gdb.base/paginate-bg-execution.exp
8280 * gdb.base/paginate-inferior-exit.exp
8281 * gdb.base/pending.exp
8282 * gdb.base/pr11022.exp
8283 * gdb.base/printcmds.exp
8284 * gdb.base/ptr-typedef.exp
8285 * gdb.base/ptype.exp
8286 * gdb.base/randomize.exp
8287 * gdb.base/range-stepping.exp
8288 * gdb.base/realname-expand.exp
8289 * gdb.base/relativedebug.exp
8290 * gdb.base/remote.exp
8291 * gdb.base/savedregs.exp
8292 * gdb.base/sepdebug.exp
8293 * gdb.base/set-noassign.exp
8294 * gdb.base/shlib-call.exp
8295 * gdb.base/shreloc.exp
8296 * gdb.base/sigaltstack.exp
8297 * gdb.base/sigbpt.exp
8298 * gdb.base/siginfo-addr.exp
8299 * gdb.base/siginfo-obj.exp
8300 * gdb.base/siginfo-thread.exp
8301 * gdb.base/signest.exp
8302 * gdb.base/signull.exp
8303 * gdb.base/sigrepeat.exp
8304 * gdb.base/skip.exp
8305 * gdb.base/so-impl-ld.exp
8306 * gdb.base/solib-corrupted.exp
8307 * gdb.base/solib-disc.exp
8308 * gdb.base/solib-display.exp
8309 * gdb.base/solib-overlap.exp
8310 * gdb.base/solib-search.exp
8311 * gdb.base/solib-symbol.exp
8312 * gdb.base/source-execution.exp
8313 * gdb.base/sss-bp-on-user-bp-2.exp
8314 * gdb.base/sss-bp-on-user-bp.exp
8315 * gdb.base/stack-checking.exp
8316 * gdb.base/stale-infcall.exp
8317 * gdb.base/step-break.exp
8318 * gdb.base/step-line.exp
8319 * gdb.base/step-over-exit.exp
8320 * gdb.base/step-test.exp
8321 * gdb.base/structs.exp
8322 * gdb.base/sym-file.exp
8323 * gdb.base/symtab-search-order.exp
8324 * gdb.base/term.exp
8325 * gdb.base/type-opaque.exp
8326 * gdb.base/unload.exp
8327 * gdb.base/until-nodebug.exp
8328 * gdb.base/until.exp
8329 * gdb.base/unwindonsignal.exp
8330 * gdb.base/watch-cond.exp
8331 * gdb.base/watch-non-mem.exp
8332 * gdb.base/watch_thread_num.exp
8333 * gdb.base/watchpoint-reuse-slot.exp
8334 * gdb.base/watchpoint-solib.exp
8335 * gdb.base/watchpoint.exp
8336 * gdb.btrace/dlopen.exp
8337 * gdb.cell/arch.exp
8338 * gdb.cell/break.exp
8339 * gdb.cell/bt.exp
8340 * gdb.cell/core.exp
8341 * gdb.cell/data.exp
8342 * gdb.cell/dwarfaddr.exp
8343 * gdb.cell/ea-cache.exp
8344 * gdb.cell/ea-standalone.exp
8345 * gdb.cell/ea-test.exp
8346 * gdb.cell/f-regs.exp
8347 * gdb.cell/fork.exp
8348 * gdb.cell/gcore.exp
8349 * gdb.cell/mem-access.exp
8350 * gdb.cell/ptype.exp
8351 * gdb.cell/registers.exp
8352 * gdb.cell/sizeof.exp
8353 * gdb.cell/solib-symbol.exp
8354 * gdb.cell/solib.exp
8355 * gdb.compile/compile-tls.exp
8356 * gdb.cp/exception.exp
8357 * gdb.cp/gdb2495.exp
8358 * gdb.cp/local.exp
8359 * gdb.cp/mb-inline.exp
8360 * gdb.cp/mb-templates.exp
8361 * gdb.cp/pr10687.exp
8362 * gdb.cp/pr9167.exp
8363 * gdb.cp/scope-err.exp
8364 * gdb.cp/templates.exp
8365 * gdb.cp/virtfunc.exp
8366 * gdb.dwarf2/dw2-dir-file-name.exp
8367 * gdb.dwarf2/dw2-single-line-discriminators.exp
8368 * gdb.fortran/complex.exp
8369 * gdb.fortran/library-module.exp
8370 * gdb.guile/guile.exp
8371 * gdb.guile/scm-cmd.exp
8372 * gdb.guile/scm-frame-inline.exp
8373 * gdb.guile/scm-objfile.exp
8374 * gdb.guile/scm-pretty-print.exp
8375 * gdb.guile/scm-symbol.exp
8376 * gdb.guile/scm-type.exp
8377 * gdb.guile/scm-value.exp
8378 * gdb.linespec/keywords.exp
8379 * gdb.linespec/ls-errs.exp
8380 * gdb.linespec/macro-relative.exp
8381 * gdb.linespec/thread.exp
8382 * gdb.mi/mi-breakpoint-changed.exp
8383 * gdb.mi/mi-dprintf-pending.exp
8384 * gdb.mi/mi-fullname-deleted.exp
8385 * gdb.mi/mi-logging.exp
8386 * gdb.mi/mi-pending.exp
8387 * gdb.mi/mi-solib.exp
8388 * gdb.mi/new-ui-mi-sync.exp
8389 * gdb.mi/user-selected-context-sync.exp
8390 * gdb.multi/dummy-frame-restore.exp
8391 * gdb.multi/multi-arch-exec.exp
8392 * gdb.multi/remove-inferiors.exp
8393 * gdb.multi/watchpoint-multi-exit.exp
8394 * gdb.opt/solib-intra-step.exp
8395 * gdb.perf/backtrace.exp
8396 * gdb.perf/single-step.exp
8397 * gdb.perf/skip-command.exp
8398 * gdb.perf/skip-prologue.exp
8399 * gdb.perf/solib.exp
8400 * gdb.python/lib-types.exp
8401 * gdb.python/py-as-string.exp
8402 * gdb.python/py-bad-printers.exp
8403 * gdb.python/py-block.exp
8404 * gdb.python/py-breakpoint.exp
8405 * gdb.python/py-cmd.exp
8406 * gdb.python/py-events.exp
8407 * gdb.python/py-evthreads.exp
8408 * gdb.python/py-finish-breakpoint.exp
8409 * gdb.python/py-finish-breakpoint2.exp
8410 * gdb.python/py-frame-inline.exp
8411 * gdb.python/py-frame.exp
8412 * gdb.python/py-inferior.exp
8413 * gdb.python/py-infthread.exp
8414 * gdb.python/py-mi.exp
8415 * gdb.python/py-objfile.exp
8416 * gdb.python/py-pp-maint.exp
8417 * gdb.python/py-pp-registration.exp
8418 * gdb.python/py-prettyprint.exp
8419 * gdb.python/py-recurse-unwind.exp
8420 * gdb.python/py-shared.exp
8421 * gdb.python/py-symbol.exp
8422 * gdb.python/py-symtab.exp
8423 * gdb.python/py-template.exp
8424 * gdb.python/py-type.exp
8425 * gdb.python/py-unwind-maint.exp
8426 * gdb.python/py-unwind.exp
8427 * gdb.python/py-value.exp
8428 * gdb.python/python.exp
8429 * gdb.reverse/finish-reverse-bkpt.exp
8430 * gdb.reverse/insn-reverse.exp
8431 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8432 * gdb.reverse/solib-precsave.exp
8433 * gdb.reverse/solib-reverse.exp
8434 * gdb.stabs/gdb11479.exp
8435 * gdb.stabs/weird.exp
8436 * gdb.threads/fork-child-threads.exp
8437 * gdb.threads/fork-plus-threads.exp
8438 * gdb.threads/fork-thread-pending.exp
8439 * gdb.threads/forking-threads-plus-breakpoint.exp
8440 * gdb.threads/hand-call-in-threads.exp
8441 * gdb.threads/interrupted-hand-call.exp
8442 * gdb.threads/linux-dp.exp
8443 * gdb.threads/local-watch-wrong-thread.exp
8444 * gdb.threads/next-while-other-thread-longjmps.exp
8445 * gdb.threads/non-ldr-exit.exp
8446 * gdb.threads/pending-step.exp
8447 * gdb.threads/print-threads.exp
8448 * gdb.threads/process-dies-while-detaching.exp
8449 * gdb.threads/process-dies-while-handling-bp.exp
8450 * gdb.threads/pthreads.exp
8451 * gdb.threads/queue-signal.exp
8452 * gdb.threads/reconnect-signal.exp
8453 * gdb.threads/signal-command-handle-nopass.exp
8454 * gdb.threads/signal-command-multiple-signals-pending.exp
8455 * gdb.threads/signal-delivered-right-thread.exp
8456 * gdb.threads/signal-sigtrap.exp
8457 * gdb.threads/sigthread.exp
8458 * gdb.threads/staticthreads.exp
8459 * gdb.threads/stepi-random-signal.exp
8460 * gdb.threads/thread-unwindonsignal.exp
8461 * gdb.threads/thread_check.exp
8462 * gdb.threads/thread_events.exp
8463 * gdb.threads/tid-reuse.exp
8464 * gdb.threads/tls-nodebug.exp
8465 * gdb.threads/tls-shared.exp
8466 * gdb.threads/tls-so_extern.exp
8467 * gdb.threads/tls.exp
8468 * gdb.threads/wp-replication.exp
8469 * gdb.trace/actions-changed.exp
8470 * gdb.trace/actions.exp
8471 * gdb.trace/backtrace.exp
8472 * gdb.trace/change-loc.exp
8473 * gdb.trace/collection.exp
8474 * gdb.trace/deltrace.exp
8475 * gdb.trace/disconnected-tracing.exp
8476 * gdb.trace/entry-values.exp
8477 * gdb.trace/ftrace-lock.exp
8478 * gdb.trace/ftrace.exp
8479 * gdb.trace/infotrace.exp
8480 * gdb.trace/mi-trace-frame-collected.exp
8481 * gdb.trace/mi-trace-unavailable.exp
8482 * gdb.trace/mi-traceframe-changed.exp
8483 * gdb.trace/mi-tracepoint-changed.exp
8484 * gdb.trace/mi-tsv-changed.exp
8485 * gdb.trace/no-attach-trace.exp
8486 * gdb.trace/packetlen.exp
8487 * gdb.trace/passc-dyn.exp
8488 * gdb.trace/passcount.exp
8489 * gdb.trace/pending.exp
8490 * gdb.trace/pr16508.exp
8491 * gdb.trace/qtro.exp
8492 * gdb.trace/range-stepping.exp
8493 * gdb.trace/read-memory.exp
8494 * gdb.trace/report.exp
8495 * gdb.trace/save-trace.exp
8496 * gdb.trace/signal.exp
8497 * gdb.trace/stap-trace.exp
8498 * gdb.trace/status-stop.exp
8499 * gdb.trace/strace.exp
8500 * gdb.trace/tfile.exp
8501 * gdb.trace/tfind.exp
8502 * gdb.trace/trace-break.exp
8503 * gdb.trace/trace-condition.exp
8504 * gdb.trace/trace-enable-disable.exp
8505 * gdb.trace/trace-mt.exp
8506 * gdb.trace/tracecmd.exp
8507 * gdb.trace/tracefile-pseudo-reg.exp
8508 * gdb.trace/tspeed.exp
8509 * gdb.trace/tstatus.exp
8510 * gdb.trace/tsv.exp
8511 * gdb.trace/unavailable.exp
8512 * gdb.trace/while-dyn.exp
8513 * gdb.trace/while-stepping.exp
8514 * lib/gdb-guile.exp
8515 * lib/gdb.exp
8516 * lib/mi-support.exp
8517 * lib/pascal.exp
8518 * lib/perftest.exp
8519 * lib/prelink-support.exp
8520 * lib/selftest-support.exp
8521
8522 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8523
8524 * Makefile.in: Include disable-implicit-rules.mk.
8525
8526 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8527
8528 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8529 non-byte-aligned bit fields.
8530
8531 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8532
8533 PR gdb/12616
8534 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8535 respects the DW_AT_data_bit_offset attribute.
8536
8537 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8538
8539 * gdb.base/default.exp: Fix output of "set language".
8540
8541 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8542
8543 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8544 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8545 make.
8546 * configure.ac: Remove checks for the make program.
8547 * configure: Re-generate.
8548
8549 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8550
8551 * gdb.python/py-recurse-unwind.c (main): Add loop.
8552 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8553 to read_register() and gdb.parse_and_eval(). Make each code
8554 call a separate case that can be individually tested.
8555 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8556 proc. Call cont_and_backtrace for each of the code paths that
8557 we want to test in the unwinder.
8558
8559 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8560
8561 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8562 the definition of struct S.
8563
8564 2016-11-11 Catherine Moore <clm@codesourcery.com>
8565
8566 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8567
8568 2016-11-09 Pedro Alves <palves@redhat.com>
8569
8570 * gdb.base/commands.exp (runto_or_return): New procedure.
8571 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8572 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8573 (progvar_simple_while_test, progvar_complex_if_while_test)
8574 (if_while_breakpoint_command_test)
8575 (infrun_breakpoint_command_test, breakpoint_command_test)
8576 (user_defined_command_test, watchpoint_command_test)
8577 (test_command_prompt_position, redefine_hook_test)
8578 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8579 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8580 multi_line_input and multi_line. Remove gdb_expect and
8581 gdb_stop_suppressing_tests uses.
8582 * lib/gdb.exp (valnum_re): New global.
8583 (multi_line_input): New procedure.
8584
8585 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8586
8587 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8588 Remove.
8589 (test_setup): Define with proc_with_prefix.
8590 (test_cli_inferior): Likewise.
8591 (test_cli_thread): Likewise.
8592 (test_cli_frame): Likewise.
8593 (test_cli_select_frame): Likewise.
8594 (test_cli_up_down): Likewise.
8595 (test_mi_thread_select): Likewise.
8596 (test_mi_stack_select_frame): Likewise.
8597 (test_cli_in_mi_inferior): Likewise.
8598 (test_cli_in_mi_thread): Likewise.
8599 (test_cli_in_mi_frame): Likewise.
8600 (top level): Do not use with_test_prefix_procname.
8601
8602 2016-11-09 Pedro Alves <palves@redhat.com>
8603
8604 * gdb.base/commands.exp (gdbvar_simple_if_test)
8605 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8606 (progvar_simple_if_test, progvar_simple_while_test)
8607 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8608 (infrun_breakpoint_command_test, breakpoint_command_test)
8609 (user_defined_command_test, watchpoint_command_test)
8610 (test_command_prompt_position, deprecated_command_test)
8611 (bp_deleted_in_command, temporary_breakpoint_commands)
8612 (stray_arg0_test, source_file_with_indented_comment)
8613 (recursive_source_test, if_commands_test)
8614 (error_clears_commands_left, redefine_hook_test)
8615 (redefine_backtrace_test): Use proc_with_prefix.
8616 * lib/gdb.exp (proc_with_prefix): New proc.
8617
8618 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8619
8620 * gdb.base/tui-layout.c: New file.
8621 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8622 disassembly window contains very long lines.
8623
8624 2016-11-08 Tom Tromey <tom@tromey.com>
8625
8626 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8627 depend on Python 2.
8628
8629 2016-11-08 Tom Tromey <tom@tromey.com>
8630
8631 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8632 New method.
8633
8634 2016-10-29 Manish Goregaokar <manish@mozilla.com>
8635
8636 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
8637
8638 2016-10-27 Manish Goregaokar <manish@mozilla.com>
8639
8640 * gdb.rust/simple.rs: Add test for univariant enums without
8641 discriminants and for encoded struct-like enums.
8642
8643 2016-10-28 Pedro Alves <palves@redhat.com>
8644
8645 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8646 gdb_test_multiple, tighten regexps and match symtabs and line
8647 tables incrementally.
8648
8649 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
8650
8651 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8652 general.
8653
8654 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8655
8656 * gdb.base/exec-invalid-sysroot.exp: New file.
8657
8658 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8659
8660 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8661
8662 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8663
8664 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8665
8666 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8667
8668 * gdb.base/killed-outside.exp: Remove $options from a call to
8669 `prepare_for_testing'.
8670
8671 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8672
8673 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8674 Change test message.
8675
8676 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8677
8678 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8679 Update comment.
8680
8681 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8682
8683 * gdb.trace/mi-trace-save.exp: New file.
8684
8685 2016-10-13 Yao Qi <yao.qi@linaro.org>
8686
8687 * gdb.base/code_elim.exp (get_var_address): Remove.
8688 * gdb.base/relocate.exp: Likewise.
8689 * gdb.base/shreloc.exp: Likewise.
8690 * lib/gdb.exp (get_var_address): New.
8691
8692 2016-10-13 Yao Qi <yao.qi@linaro.org>
8693
8694 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8695 floating point tests if $skip_float_test is false.
8696
8697 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
8698
8699 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8700 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8701 argc values.
8702 Add 1 to argc so we guarantee distinct initial/modified argc values.
8703
8704 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8705
8706 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8707
8708 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8709
8710 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8711 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8712 * gdb.arch/vsx-regs.exp: Likewise.
8713
8714 2016-10-07 Yao Qi <yao.qi@linaro.org>
8715
8716 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8717
8718 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8719
8720 * gdb.python/python.exp: Test decode_line("*0").
8721
8722 2016-10-06 Doug Evans <dje@google.com>
8723
8724 * gdb.python/py-value.exp (test_value_creation): Add test for large
8725 unsigned 64-bit value.
8726
8727 2016-10-06 Tom Tromey <tom@tromey.com>
8728
8729 * gdb.compile/compile.exp: Change java tests to rust.
8730 * gdb.base/setshow.exp: Change java tests to rust.
8731 * gdb.base/default.exp: Remove java from language list.
8732 * README (Examples): Update language example.
8733 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8734 test.
8735 * lib/gdb.exp (skip_java_tests): Remove.
8736 * lib/java.exp: Remove.
8737 * gdb.java: Remove.
8738
8739 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8740
8741 * gdb.arch/mips-fcr.exp: New test.
8742 * gdb.arch/mips-fcr.c: Source for the new test.
8743
8744 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8745
8746 * gdb.base/solib-disc.exp: Use `standard_output_file'
8747 throughout.
8748
8749 2016-10-06 Pedro Alves <palves@redhat.com>
8750
8751 * gdb.base/jit-simple-dl.c: New file.
8752 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8753 * gdb.base/jit-simple.c: ... this.
8754 * gdb.base/jit-simple.exp (jit_run): Delete.
8755 (build_jit): New proc.
8756 (jit_test_reread): Recompile either the main program or the shared
8757 library, depending on what is being tested. Skip changing address
8758 if caller wants to. Compare before/after addresses. If testing
8759 standalone, explicitly load the binary. Test "maint info
8760 breakpoints".
8761 (top level): Add "standalone vs shared lib" and "change address"
8762 vs "same address" axes.
8763
8764 2016-10-06 Pedro Alves <palves@redhat.com>
8765
8766 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8767 call.
8768 (jit_run): Delete.
8769 (jit_test_reread): Use with_test_prefix. Reload the main binary
8770 explicitly. Compare the before/after addresses of the JIT
8771 descriptor.
8772
8773 2016-08-15 Doug Evans <dje@google.com>
8774
8775 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8776 for single bitfields is bool.
8777 * gdb.xml/tdesc-regs.exp: Ditto.
8778
8779 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8780
8781 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8782
8783 2016-10-05 Yao Qi <yao.qi@linaro.org>
8784
8785 * lib/gdb.exp (support_complex_tests): Return zero if
8786 gdb_skip_float_test return true.
8787
8788 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8789 Simon Marchi <simon.marchi@ericsson.com>
8790
8791 PR gdb/20487
8792 * gdb.mi/user-selected-context-sync.exp: New file.
8793 * gdb.mi/user-selected-context-sync.c: New file.
8794
8795 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8796 Simon Marchi <simon.marchi@ericsson.com>
8797
8798 PR gdb/20487
8799 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8800 =thread-select-event check.
8801
8802 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8803
8804 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8805 the compulsory L operand changes.
8806 * gdb.arch/powerpc-power.s: Likewise.
8807
8808 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8809
8810 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8811 * gdb.base/jit-attach-pie.c: New file.
8812 * gdb.base/jit-attach-pie.exp: New file.
8813
8814 2016-09-28 Pedro Alves <palves@redhat.com>
8815
8816 * gdb.base/infcall-input.c: New file.
8817 * gdb.base/infcall-input.exp: New file.
8818
8819 2016-09-22 Yao Qi <yao.qi@linaro.org>
8820
8821 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8822 (gdb_exit): Rename it to ...
8823 (gdbserver_gdb_exit): ... Close GDBserver.
8824 (gdb_exit): New proc, call gdbserver_gdb_exit.
8825 (mi_gdb_exit): Likewise.
8826
8827 2016-09-22 Yao Qi <yao.qi@linaro.org>
8828
8829 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8830 path.
8831 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8832 Remove duplication.
8833
8834 2016-09-22 Yao Qi <yao.qi@linaro.org>
8835
8836 * lib/gdbserver-support.exp: Check the existence of
8837 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8838
8839 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8840
8841 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8842
8843 2016-09-21 Tom Tromey <tom@tromey.com>
8844
8845 PR gdb/20604:
8846 * gdb.base/quit.exp: New file.
8847
8848 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8849
8850 * .gitignore: New file.
8851
8852 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8853
8854 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8855 throughout.
8856
8857 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8858
8859 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8860
8861 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8862
8863 * gdb.cp/casts.cc (decltype): Move it ...
8864 (main): ... with its call to ...
8865 * gdb.cp/casts03.cc: ... a new file.
8866 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8867
8868 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8869
8870 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8871
8872 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8873
8874 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8875 and sync up the test with tests in gas/testsuite/gas/ppc.
8876 * gdb.arch/powerpc-power.exp: Likewise.
8877
8878 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8879
8880 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8881
8882 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8883 Jan Kratochvil <jan.kratochvil@redhat.com>
8884
8885 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8886 make m1's definition to be different from m2's. Use 'dummy' as an
8887 argument for probe 'two'.
8888
8889 2016-09-10 Jon Beniston <jon@beniston.com>
8890
8891 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8892 for sim target.
8893
8894 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8895
8896 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8897 variable declaration.
8898 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8899 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8900 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8901 received HWCAP as its argument.
8902
8903 2016-09-06 Pedro Alves <palves@redhat.com>
8904
8905 * gdb.base/new-ui-pending-input.c: New file.
8906 * gdb.base/new-ui-pending-input.exp: New file.
8907 * gdb.exp (clear_gdb_spawn_id): New procedure.
8908 (with_spawn_id): Check whether gdb_spawn_id exists before
8909 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8910 on exit.
8911
8912 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8913
8914 * gdb.base/float128.c: New file.
8915 * gdb.base/float128.exp: Likewise.
8916 * gdb.base/floatn.c: Likewise.
8917 * gdb.base/floatn.exp: Likewise.
8918
8919 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8920
8921 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8922
8923 2016-09-05 Pedro Alves <palves@redhat.com>
8924
8925 PR backtrace/19927
8926 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8927 unwinders are immediately called as side effect of "source" or
8928 "disable unwinder" commands.
8929 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8930
8931 2016-09-02 Yao Qi <yao.qi@linaro.org>
8932
8933 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8934 is true and $type is "float" or "double".
8935
8936 2016-09-02 Yao Qi <yao.qi@linaro.org>
8937
8938 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8939 true.
8940 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8941 * gdb.base/call-rt-st.exp: Likewise.
8942 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8943 return value instead of gdb,skip_float_test.
8944 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8945 (do_function_calls): Use its return value instead of
8946 gdb,skip_float_test.
8947 * gdb.base/finish.exp: Likewise.
8948 * gdb.base/funcargs.exp: Likewise.
8949 * gdb.base/return.exp: Likewise.
8950 * gdb.base/return2.exp: Likewise.
8951 * gdb.base/varargs.exp: Likewise.
8952 * lib/gdb.exp (gdb_skip_float_test): Change it to
8953 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8954
8955 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8956
8957 * gdb.multi/tids.exp: Test "thread apply all".
8958
8959 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8960
8961 * gdb.base/default.exp (tty): Remove.
8962
8963 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8964
8965 * gdb.python/py-recurse-unwind.c: New file.
8966 * gdb.python/py-recurse-unwind.py: New file.
8967 * gdb.python/py-recurse-unwind.exp: New file.
8968
8969 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8970
8971 * gdb.base/set-inferior-tty.exp: New file.
8972 * gdb.base/set-inferior-tty.c: New file.
8973
8974 2016-08-23 Pedro Alves <palves@redhat.com>
8975
8976 PR gdb/20494
8977 * gdb.base/new-ui-echo.c: New file.
8978 * gdb.base/new-ui-echo.exp: New file.
8979
8980 2016-08-23 Yao Qi <yao.qi@linaro.org>
8981
8982 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8983 gdbserver_spawn.
8984 * gdb.server/connect-without-multi-process.exp (do_test):
8985 Likewise.
8986
8987 2016-08-23 Yao Qi <yao.qi@linaro.org>
8988
8989 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8990 standalone_txt. Delete gdb_txt and standalone_txt on host
8991 and target. Spawn the binary on target. Copy files from
8992 target to host.
8993
8994 2016-08-22 Pedro Alves <palves@redhat.com>
8995
8996 PR gdb/20505
8997 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8998 with_test_prefix. Factor out bits to ...
8999 (test_no_vdso): ... this new procedure.
9000
9001 2016-08-19 Carl Love <cel@us.ibm.com>
9002
9003 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9004 maintaining separate logic for constructing the output path.
9005 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9006 * gdb.arch/ppc-dfp.exp: Likewise.
9007 * gdb.arch/ppc-fp.exp: Likewise.
9008 * gdb.arch/vsx-regs.exp: Likewise.
9009 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9010 binprefix for generating the additional binary files.
9011
9012 2016-08-19 Pedro Alves <palves@redhat.com>
9013
9014 * gdb.trace/mi-trace-frame-collected.exp
9015 (test_trace_frame_collected): On x32, expect two registers.
9016
9017 2016-08-18 Carl Love <cel@us.ibm.com>
9018
9019 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9020 and sync up the test with tests in gas/testsuite/gas/ppc.
9021 * gdb.arch/powerpc-power.exp: Likewise.
9022
9023 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9024
9025 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9026 expected error message.
9027
9028 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9029
9030 * gdb.multi/remove-inferiors.exp: New file.
9031 * gdb.multi/remove-inferiors.c: New file.
9032
9033 2016-08-12 Yao Qi <yao.qi@linaro.org>
9034
9035 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9036 argument list.
9037
9038 2016-08-10 Pedro Alves <palves@redhat.com>
9039
9040 PR gdb/19187
9041 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9042 setup_kfails.
9043
9044 2016-08-09 Pedro Alves <palves@redhat.com>
9045 Simon Marchi <simon.marchi@ericsson.com>
9046
9047 PR gdb/20418
9048 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9049 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9050
9051 2016-08-09 Pedro Alves <palves@redhat.com>
9052
9053 PR mi/20431
9054 * gdb.mi/mi-cmd-error.exp: New file.
9055
9056 2016-08-09 Pedro Alves <palves@redhat.com>
9057
9058 PR gdb/18653
9059 * gdb.base/signals-state-child.c: New file.
9060 * gdb.base/signals-state-child.exp: New file.
9061 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9062
9063 2016-08-09 Pedro Alves <palves@redhat.com>
9064
9065 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9066
9067 2016-08-03 Tom Tromey <tom@tromey.com>
9068
9069 PR python/18565:
9070 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9071
9072 2016-08-01 Yao Qi <yao.qi@linaro.org>
9073
9074 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9075 variable mode to "multi-process" if $multi_process is 1, otherwise
9076 set it to "single-process".
9077
9078 2016-08-01 Yao Qi <yao.qi@linaro.org>
9079
9080 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9081 * gdb.cp/cpexprs.exp: Likewise.
9082 * gdb.cp/m-static.exp: Likewise.
9083
9084 2016-07-26 Tom Tromey <tom@tromey.com>
9085
9086 PR python/20190:
9087 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9088 test.
9089
9090 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9091
9092 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9093 selecting assembly source files.
9094 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9095 assembly source files.
9096 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9097 assembly source files.
9098 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9099 selecting assembly source files.
9100
9101 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9102
9103 * gdb.base/new-ui.exp (do_test_invalid_args): New
9104 procedure.
9105
9106 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9107
9108 * gdb.btrace/reconnect.c: New file.
9109 * gdb.btrace/reconnect.exp: New file.
9110
9111 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9112
9113 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9114 to test_catch_syscall_group.
9115 (test_catch_syscall_group): New.
9116
9117 2016-07-21 Tom Tromey <tom@tromey.com>
9118
9119 * gdb.rust/simple.rs (main): Use empty struct expression.
9120 * gdb.rust/simple.exp: Add tests for empty struct expression.
9121
9122 2016-07-21 Yao Qi <yao.qi@linaro.org>
9123
9124 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9125 if gdb_skip_xml_test is true on some targets.
9126
9127 2016-07-21 Yao Qi <yao.qi@linaro.org>
9128
9129 * gdb.server/solib-list.exp: Unset last_loaded_file.
9130
9131 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9132
9133 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9134 "step into captured_main (args)".
9135
9136 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9137
9138 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9139
9140 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9141
9142 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9143
9144 2016-07-19 Pedro Alves <palves@redhat.com>
9145
9146 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9147 * gdb.opt/inline-bt.exp: Likewise.
9148 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9149 additional_flags=-Winline.
9150 * gdb.opt/inline-locals.exp: Likewise.
9151 * gdb.opt/inline-markers.c (ATTR): Define.
9152 (inlined_fn): Use it.
9153
9154 2016-07-19 Yao Qi <yao.qi@linaro.org>
9155
9156 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9157 (test_with_self): Remove some code. Remove argument executable.
9158 (top-level): Use do_self_tests.
9159
9160 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9161 Don Breazeal <donb@codesourcery.com>
9162
9163 * gdb.base/maint.exp: Escape paths used in regular expressions.
9164 * gdb.stabs/weird.exp: Likewise.
9165
9166 2016-07-13 Tom Tromey <tom@tromey.com>
9167
9168 PR python/15620, PR python/18620:
9169 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9170 (test_bkpt_events): New procs.
9171
9172 2016-07-13 Tom Tromey <tom@tromey.com>
9173
9174 PR python/17698:
9175 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9176 test.
9177 (test_watchpoints): Likewise.
9178 (test_bkpt_pending): New proc.
9179
9180 2016-07-13 Tom Tromey <tom@tromey.com>
9181
9182 PR cli/18053:
9183 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9184 completion test.
9185
9186 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9187
9188 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9189 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9190 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9191 f_label.
9192 (g): Rename g_end_lbl to g_label.
9193 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9194 low_pc and high_pc.
9195 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9196
9197 2016-07-12 Tom Tromey <tom@tromey.com>
9198
9199 PR python/19293:
9200 * gdb.python/py-unwind-maint.exp: Update tests.
9201
9202 2016-07-12 Yao Qi <yao.qi@linaro.org>
9203
9204 * lib/selftest-support.exp (selftest_setup): Match the output
9205 when captured_main is inlined.
9206
9207 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9208
9209 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9210 New variables.
9211 (print this%a, print this%b, print this): New tests.
9212 * gdb.fortran/derived-types.f90 (this): New object and
9213 initialization.
9214
9215 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9216
9217 * gdb.ada/arraydim.exp: Remove extra directory level in build
9218 directory.
9219
9220 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9221
9222 * lib/ada.exp: Remove extra directory level in build directory.
9223 * gdb.ada/cond_lang.exp: Likewise.
9224 * gdb.ada/exec_changed.exp: Likewise.
9225 * gdb.ada/lang_switch.exp: Likewise.
9226
9227 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9228
9229 * simple.rs: Add test for raw pointer subscripting.
9230 * simple.exp: Add test expectations.
9231
9232 2016-07-05 Yao Qi <yao.qi@linaro.org>
9233
9234 * gdb.mi/mi-reverse.exp: Match =record-started output.
9235
9236 2016-07-01 Pedro Alves <palves@redhat.com>
9237
9238 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9239 procedure.
9240 (jit_reader_test): Test the jit reader's unwinder.
9241 * gdb.base/jithost.c (jit_function_00_code): New global.
9242 (main): Use memcpy to fill in the mmapped code, instead of poking
9243 bytes manually here.
9244 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9245 value.
9246 (read_debug_info): Save the function's range.
9247 (read_sp): New function.
9248 (unwind_frame): Use it. Also unwind RBP.
9249 (get_frame_id): Use read_sp.
9250 (gdb_init_reader): Use calloc instead of malloc.
9251 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9252 parameter. Use gdb_test_multiple.
9253
9254 2016-07-01 Pedro Alves <palves@redhat.com>
9255 Antoine Tremblay <antoine.tremblay@ericsson.com>
9256
9257 * gdb.threads/process-dies-while-detaching.c: New file.
9258 * gdb.threads/process-dies-while-detaching.exp: New file.
9259
9260 2016-07-01 Pedro Alves <palves@redhat.com>
9261
9262 * gdb.multi/watchpoint-multi-exit.c: New file.
9263 * gdb.multi/watchpoint-multi-exit.exp: New file.
9264
9265 2016-06-30 Pedro Alves <palves@redhat.com>
9266
9267 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9268 unset inferior_spawn_id.
9269
9270 2016-06-30 Pedro Alves <palves@redhat.com>
9271
9272 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9273 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9274
9275 2016-06-29 Yao Qi <yao.qi@linaro.org>
9276
9277 * gdb.base/return.c: Add copyright header.
9278
9279 2016-06-29 Tom Tromey <tom@tromey.com>
9280
9281 PR python/20129:
9282 * gdb.python/py-framefilter.exp: Add tests for setting priority
9283 and disabling of non-existent frame filter.
9284
9285 2016-06-29 Yao Qi <yao.qi@linaro.org>
9286
9287 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9288 0x0f07ff.
9289
9290 2016-06-28 Yao Qi <yao.qi@linaro.org>
9291
9292 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9293 triplets. Start gdb, execute catch syscall, and continue. Check
9294 gdb's output to determine catch syscall is supported.
9295
9296 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9297
9298 * gdb.rust/simple.rs: Add test for returning unit in a function.
9299 * gdb.rust/simple.exp: Add expectation for functions returning
9300 unit.
9301
9302 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9303
9304 * gdb.python/py-breakpoint-create-fail.c,
9305 gdb.python/py-breakpoint-create-fail.exp,
9306 gdb.python/py-breakpoint-create-fail.py: New testcase.
9307
9308 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9309
9310 PR gdb/20239
9311 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9312 * gdb.rust/simple.exp: Add test expectations for new NonZero
9313 tests.
9314
9315 2016-06-24 David Taylor <dtaylor@emc.com>
9316
9317 * gdb.base/offsets.exp: New file.
9318 * gdb.base/offsets.c: New file.
9319
9320 2016-06-23 Tom Tromey <tom@tromey.com>
9321
9322 PR gdb/16483:
9323 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9324 before any filters are loaded.
9325
9326 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9327
9328 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9329 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9330 structs.
9331 * gdb.fortran/derived-type-function.exp: New file.
9332 * gdb.fortran/derived-type-function.f90: New file.
9333
9334
9335 2016-06-21 Pedro Alves <palves@redhat.com>
9336
9337 * gdb.base/new-ui.exp: New file.
9338 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9339 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9340 (with_spawn_id): New procedure.
9341
9342 2016-06-21 Pedro Alves <palves@redhat.com>
9343
9344 * gdb.mi/mi-exec-run.exp: New file.
9345
9346 2016-06-21 Pedro Alves <palves@redhat.com>
9347
9348 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9349 breakpoint command's output on the main UI.
9350 (test_break): New procedure, factored out from calls in the top
9351 level.
9352 (top level): Use foreach_with_prefix to test MI as main UI and as
9353 separate UI.
9354
9355 2016-06-21 Pedro Alves <palves@redhat.com>
9356
9357 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9358 (test_awatch_creation_and_listing)
9359 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9360 Remove 'type' parameter.
9361 (test_watchpoint_all): New parameter mi_mode. Remove
9362 with_test_prefix.
9363 (top level): Use foreach_with_prefix, and add main/separate UI MI
9364 testing axis.
9365
9366 2016-06-21 Pedro Alves <palves@redhat.com>
9367
9368 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9369 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9370 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9371 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9372 (gdb_main_spawn_id, mi_spawn_id): Declare and
9373 comment.
9374 (mi_create_inferior_pty): New procedure,
9375 factored out from default_mi_gdb_start.
9376 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9377 procedures.
9378 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9379 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9380 Use mi_create_inferior_pty.
9381 (mi_gdb_start): Use eval to pass down args list.
9382
9383 2016-06-21 Pedro Alves <palves@redhat.com>
9384
9385 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9386 * gdb.opt/inline-cmds.exp: Add MI tests.
9387
9388 2016-06-21 Pedro Alves <palves@redhat.com>
9389
9390 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9391
9392 2016-06-21 Pedro Alves <palves@redhat.com>
9393
9394 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9395 (top level): Use it instead of mi_execute_to.
9396
9397 2016-06-21 Pedro Alves <palves@redhat.com>
9398
9399 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9400 (cont_handler_str): New.
9401 (signal_stop_handler): Set stop_handler_str instead of printing to
9402 stdout.
9403 (continue_handler): Set cont_handler_str instead of printing to
9404 stdout.
9405 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9406 mi_send_resuming_command. Print stop_handler_str and
9407 cont_handler_str instead of expecting the python events print
9408 directly.
9409
9410 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9411
9412 * gdb.base/jit-reader.exp: New file.
9413 * gdb.base/jithost.c: New file.
9414 * gdb.base/jithost.h: New file.
9415 * gdb.base/jitreader.c : New file.
9416 * gdb.base/jit-protocol.h: New file.
9417
9418 2016-06-17 Yao Qi <yao.qi@linaro.org>
9419
9420 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9421 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9422 and detach-on-fork. Adjust tests.
9423 (top level): Invoke break_cond_on_syscall with combinations of
9424 syscall, follow-fork-mode and detach-on-fork.
9425
9426 2016-06-17 Yao Qi <yao.qi@linaro.org>
9427
9428 * gdb.base/step-over-exit.c: New.
9429 * gdb.base/step-over-exit.exp: New.
9430
9431 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9432
9433 * gdb.base/float.exp: Add target check for nds32*-*-*.
9434 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9435
9436 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9437
9438 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9439 for unsupported target features.
9440 * gdb.base/call-rt-st.exp: Likewise.
9441 * gdb.base/call-sc.exp: Likewise.
9442 * gdb.base/call-signal-resume.exp: Likewise.
9443 * gdb.base/call-strs.exp: Likewise.
9444 * gdb.base/callexit.exp: Likewise.
9445 * gdb.base/callfuncs.exp: Likewise.
9446 * gdb.base/nodebug.exp: Likewise.
9447 * gdb.base/printcmds.exp: Likewise.
9448 * gdb.base/ptype.exp: Likewise.
9449 * gdb.base/structs.exp: Likewise.
9450 * gdb.base/unwindonsignal.exp: Likewise.
9451 * gdb.cp/gdb2495.exp: Likewise.
9452 * gdb.cp/templates.exp: Likewise.
9453 * gdb.cp/virtfunc.exp: Likewise.
9454 * gdb.threads/hand-call-in-threads.exp: Likewise.
9455 * gdb.threads/interrupted-hand-call.exp: Likewise.
9456 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9457
9458 2016-06-10 Tom Tromey <tom@tromey.com>
9459
9460 PR rust/20110:
9461 * gdb.rust/expr.exp: Add test for integer constant larger than
9462 i32.
9463
9464 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9465
9466 * gdb.fortran/nested-funcs.exp: New.
9467 * gdb.fortran/nested-funcs.f90: New.
9468
9469 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9470
9471 * gdb.base/examine-backward.c: New file.
9472 * gdb.base/examine-backward.exp: New file.
9473
9474 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9475
9476 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9477 matching.
9478
9479 2016-06-02 Tom Tromey <tom@tromey.com>
9480
9481 PR python/18984:
9482 * gdb.python/py-shared.exp: Add solib_name test.
9483
9484 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9485
9486 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9487
9488 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9489
9490 PR c++/19893
9491 * gdb.dwarf2/implref.exp: Rename to...
9492 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9493 * gdb.dwarf2/implref-array.c: New file.
9494 * gdb.dwarf2/implref-array.exp: Likewise.
9495 * gdb.dwarf2/implref-global.c: Likewise.
9496 * gdb.dwarf2/implref-global.exp: Likewise.
9497 * gdb.dwarf2/implref-struct.c: Likewise.
9498 * gdb.dwarf2/implref-struct.exp: Likewise.
9499
9500 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9501
9502 * gdb.trace/trace-condition.exp: Add 64bit tests.
9503
9504 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9505
9506 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9507 bits types.
9508 (main): Adapt to 8 to 64 bits types.
9509 * gdb.trace/trace-condition.exp: Add new tests.
9510
9511 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9512
9513 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9514
9515 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9516
9517 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9518 Move condition tests...
9519 * gdb.trace/trace-condition.exp: Here.
9520
9521 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9522
9523 * gdb.trace/trace-condition.exp: Add counter-case tests.
9524
9525 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9526
9527 PR c++/15231
9528 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9529 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9530
9531 2016-05-27 Pedro Alves <palves@redhat.com>
9532
9533 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9534 New procedure.
9535 (top level): Call it, and bail out of DejaGnu is known to be bad.
9536
9537 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9538
9539 * gdb.base/whatis.c: Extend the test case.
9540 * gdb.base/whatis.exp: Add additional tests.
9541
9542 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9543
9544 * gdb.fortran/type.f90: Add pointer variable.
9545 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9546
9547 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9548
9549 * gdb.fortran/vla-type.exp: Fix testcase name.
9550
9551 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9552
9553 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9554
9555 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9556
9557 * gdb.fortran/type.f90: Add nested structures.
9558 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9559 * gdb.fortran/derived-type.exp: Adapt expected output.
9560 * gdb.fortran/vla-type.exp: Adapt expected output.
9561
9562 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9563
9564 * gdb.fortran/whatis_type.exp: Adapt expected output.
9565
9566 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9567
9568 * gdb.fortran/print_type.exp: Fix expected output.
9569 * gdb.fortran/whatis_type.exp: Fix expected output.
9570
9571 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9572
9573 * gdb.fortran/whatis_type.exp: Use multi_line.
9574
9575 2016-05-24 Tom Tromey <tom@tromey.com>
9576
9577 PR python/17386:
9578 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9579 use value as an index.
9580
9581 2016-05-23 Tom Tromey <tom@tromey.com>
9582
9583 PR python/17981:
9584 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9585 no-breakpoint case.
9586
9587 2016-05-24 Pedro Alves <palves@redhat.com>
9588
9589 PR gdb/19828
9590 * gdb.threads/clone-attach-detach.c: New file.
9591 * gdb.threads/clone-attach-detach.exp: New file.
9592
9593 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9594
9595 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9596
9597 2016-05-23 Tom Tromey <tom@tromey.com>
9598
9599 PR python/19438, PR python/18393:
9600 * gdb.python/py-progspace.exp: Add "dir" test.
9601 * gdb.python/py-objfile.exp: Add "dir" test.
9602
9603 2016-05-23 Yao Qi <yao.qi@linaro.org>
9604
9605 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9606 * gdb.arch/thumb2-it.exp: Likewise.
9607
9608 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9609
9610 * gdb.mi/mi-threads-interrupt.c: New file.
9611 * gdb.mi/mi-threads-interrupt.exp: New file.
9612
9613 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9614
9615 PR gdb/18077
9616 * gdb.mi/mi-async-run.exp: New file.
9617 * gdb.mi/mi-async-run.c: New file.
9618
9619 2016-05-17 Tom Tromey <tom@tromey.com>
9620 Manish Goregaokar <manishsmail@gmail.com>
9621
9622 * lib/rust-support.exp: New file.
9623 * lib/gdb.exp (skip_rust_tests): New proc.
9624 (build_executable_from_specs): Handle rust.
9625 * lib/future.exp (gdb_find_rustc): New proc.
9626 (gdb_default_target_compile): Handle rust.
9627 * gdb.rust/expr.exp: New file.
9628 * gdb.rust/generics.exp: New file.
9629 * gdb.rust/generics.rs: New file.
9630 * gdb.rust/methods.exp: New file.
9631 * gdb.rust/methods.rs: New file.
9632 * gdb.rust/modules.exp: New file.
9633 * gdb.rust/modules.rs: New file.
9634 * gdb.rust/simple.exp: New file.
9635 * gdb.rust/simple.rs: New file.
9636
9637 2016-05-17 Tom Tromey <tom@tromey.com>
9638
9639 * gdb.base/default.exp (set language): Add rust.
9640
9641 2016-05-17 Tom Tromey <tom@tromey.com>
9642
9643 * gdb.gdb/unittest.exp: New file.
9644
9645 2016-05-16 Yao Qi <yao.qi@linaro.org>
9646
9647 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9648 shell_prompt. Update shell_prompt_re.
9649
9650 2016-05-12 Doug Evans <dje@google.com>
9651
9652 PR symtab/19999
9653 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9654 $options when building executable.
9655 * gdb.dwarf2/fission-loclists-pie.S: New file.
9656 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9657
9658 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9659
9660 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9661 of [is_remote target],
9662
9663 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9664
9665 * lib/gdb.exp (use_gdb_stub): New procedure.
9666
9667 2016-05-03 Yunlian Jiang <yunlian@google.com>
9668 Doug Evans <dje@google.com>
9669
9670 PR symtab/19914
9671 * gdb.dwarf2/dwp-sepdebug.c: New file.
9672 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9673
9674 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9675
9676 * gdb.base/detach.exp: Remove is_remote check.
9677
9678 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9679
9680 * gdb.base/annota-input-while-running.exp: Don't check for
9681 [is_remote target]. Enable annotations after running to main.
9682 Remove unused "set test..." line.
9683
9684 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9685
9686 * gdb.trace/trace-enable-disable.exp: New file.
9687 * gdb.trace/trace-enable-disable.c: New file.
9688
9689 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9690
9691 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9692 use it in info sharedlibrary test.
9693 * gdb.trace/ftrace-lock.exp: Likewise.
9694 * gdb.trace/ftrace.exp: Likewise.
9695 * gdb.trace/range-stepping.exp: Likewise.
9696 * gdb.trace/trace-break.exp: Likewise.
9697 * gdb.trace/trace-condition.exp: Likewise.
9698 * gdb.trace/trace-mt.exp: Likewise.
9699
9700 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9701
9702 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9703 (gdb_load_shlib): ... this.
9704 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9705 gdb_load_shlib.
9706 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9707 * gdb.base/ctxobj.exp: Likewise.
9708 * gdb.base/dprintf-pending.exp: Likewise.
9709 * gdb.base/dso2dso.exp: Likewise.
9710 * gdb.base/fixsection.exp: Likewise.
9711 * gdb.base/gcore-relro.exp: Likewise.
9712 * gdb.base/gdb1555.exp: Likewise.
9713 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9714 * gdb.base/gnu-ifunc.exp: Likewise.
9715 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9716 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9717 * gdb.base/pending.exp: Likewise.
9718 * gdb.base/print-file-var.exp: Likewise.
9719 * gdb.base/print-symbol-loading.exp: Likewise.
9720 * gdb.base/shlib-call.exp: Likewise.
9721 * gdb.base/shreloc.exp: Likewise.
9722 * gdb.base/so-impl-ld.exp: Likewise.
9723 * gdb.base/solib-disc.exp: Likewise.
9724 * gdb.base/solib-nodir.exp: Likewise.
9725 * gdb.base/solib-overlap.exp: Likewise.
9726 * gdb.base/solib-symbol.exp: Likewise.
9727 * gdb.base/solib-weak.exp (do_test): Likewise.
9728 * gdb.base/sym-file.exp: Likewise.
9729 * gdb.base/symtab-search-order.exp: Likewise.
9730 * gdb.base/type-opaque.exp: Likewise.
9731 * gdb.base/unload.exp: Likewise.
9732 * gdb.base/watchpoint-solib.exp: Likewise.
9733 * gdb.compile/compile.exp: Likewise.
9734 * gdb.cp/gdb2384.exp: Likewise.
9735 * gdb.cp/infcall-dlopen.exp: Likewise.
9736 * gdb.cp/re-set-overloaded.exp: Likewise.
9737 * gdb.fortran/library-module.exp: Likewise.
9738 * gdb.opt/solib-intra-step.exp: Likewise.
9739 * gdb.python/py-finish-breakpoint.exp: Likewise.
9740 * gdb.python/py-shared.exp: Likewise.
9741 * gdb.reverse/solib-precsave.exp: Likewise.
9742 * gdb.reverse/solib-reverse.exp: Likewise.
9743 * gdb.server/solib-list.exp: Likewise.
9744 * gdb.threads/dlopen-libpthread.exp: Likewise.
9745 * gdb.threads/tls-shared.exp: Likewise.
9746 * gdb.threads/tls-so_extern.exp: Likewise.
9747 * gdb.trace/change-loc.exp: Likewise.
9748 * gdb.trace/ftrace-lock.exp: Likewise.
9749 * gdb.trace/ftrace.exp: Likewise.
9750 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9751 * gdb.trace/pending.exp: Likewise.
9752 * gdb.trace/range-stepping.exp: Likewise.
9753 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9754 (strace_info_marker): Likewise.
9755 (strace_probe_marker): Likewise.
9756 (strace_trace_on_same_addr): Likewise.
9757 (strace_trace_on_diff_addr): Likewise.
9758 * gdb.trace/trace-break.exp: Likewise.
9759 * gdb.trace/trace-condition.exp: Likewise.
9760 * gdb.trace/trace-mt.exp: Likewise.
9761
9762 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9763
9764 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9765 result of gdb_remote_download.
9766 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9767 * gdb.base/dso2dso.exp: Likewise.
9768 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9769 * gdb.base/print-file-var.exp: Likewise.
9770 * gdb.base/shlib-call.exp: Likewise.
9771 * gdb.base/shreloc.exp: Likewise.
9772 * gdb.base/solib-overlap.exp: Likewise.
9773 * gdb.base/solib-weak.exp (do_test): Likewise.
9774 * gdb.base/unload.exp: Likewise.
9775
9776 2016-04-27 Yao Qi <yao.qi@linaro.org>
9777
9778 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9779 exists.
9780
9781 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9782
9783 * vla-type.exp: Print structure from toplevel.
9784
9785 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9786
9787 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9788 of dynamic types.
9789 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9790 of dynamic types.
9791
9792 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9793
9794 * gdb.fortran/vla-type.f90: New file.
9795 * gdb.fortran/vla-type.exp: New file.
9796
9797 2016-04-25 Yao Qi <yao.qi@linaro.org>
9798
9799 * gdb.base/branch-to-self.c: New file.
9800 * gdb.base/branch-to-self.exp: New file.
9801
9802 2016-04-22 Yao Qi <yao.qi@linaro.org>
9803
9804 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9805 more after $hex.
9806
9807 2016-04-22 Yao Qi <yao.qi@linaro.org>
9808
9809 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9810 * gdb.base/annota3.exp: Likewise.
9811
9812 2016-04-22 Yao Qi <yao.qi@linaro.org>
9813
9814 * gdb.reverse/step-precsave.exp: Do one step and test program
9815 stops in "callee" and do multiple steps until program goes out
9816 of "callee".
9817 * gdb.reverse/step-reverse.exp: Likewise.
9818
9819 2016-04-22 Yao Qi <yao.qi@linaro.org>
9820
9821 * gdb.trace/signal.exp: Also pass if
9822 $tracepoint_hits($i) > $iterations.
9823
9824 2016-04-22 Yao Qi <yao.qi@linaro.org>
9825
9826 * gdb.trace/signal.c: New file.
9827 * gdb.trace/signal.exp: New file.
9828
9829 2016-04-19 Doug Evans <xdje42@gmail.com>
9830
9831 * gdb.base/bad-file.exp: New file.
9832
9833 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9834
9835 * gdb.dwarf2/implref.exp: New file.
9836
9837 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9838
9839 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9840 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9841 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9842 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9843 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9844 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9845 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9846 * lib/fortran.exp (fortran_int4): New procedure.
9847 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9848 (fortran_logical4): Likewise.
9849
9850 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9851
9852 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9853
9854 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9855
9856 * lib/compiler.c: Add Intel specific preprocessor macros.
9857 * lib/compiler.cc: Likewise.
9858
9859 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
9860
9861 * gdb.server/connect-with-no-symbol-file.c: New file.
9862 * gdb.server/connect-with-no-symbol-file.exp: New file.
9863
9864 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9865
9866 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9867
9868 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9869
9870 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9871 standard output directory.
9872
9873 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9874
9875 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9876
9877 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9878
9879 * gdb.btrace/instruction_history.c (loop): Add declaration.
9880
9881 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9882
9883 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9884
9885 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9886
9887 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9888 parentheses to print.
9889 (continue_handler): Likewise.
9890
9891 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9892
9893 * gdb.server/solib-list.exp: Remove is_remote check.
9894 Pass shlib= to gdb_compile. Don't link shared library with
9895 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9896 Run binary filename through "readlink -f" on the target.
9897
9898 2016-04-08 Pedro Alves <palves@redhat.com>
9899
9900 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9901 interpreter filename as argument to gdbserver_spawn.
9902 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9903 Return empty if $last_loaded_file does not exist.
9904
9905 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9906
9907 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9908 * gdb.base/jit-main.c: Use exit after usage.
9909
9910 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9911
9912 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9913 GDBHISTSIZE prior to the tests.
9914 * gdb.base/gdbinit-history.exp: Likewise.
9915
9916 2016-04-07 Pedro Alves <palves@redhat.com>
9917
9918 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9919 instead of build_executable. Use gdb_load_shlibs.
9920
9921 2016-04-07 Yao Qi <yao.qi@linaro.org>
9922
9923 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9924 Execute "si" command.
9925
9926 2016-04-07 Yao Qi <yao.qi@linaro.org>
9927
9928 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9929 number instead of the comments on some line.
9930
9931 2016-04-06 Don Breazeal <donb@codesourcery.com>
9932
9933 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9934 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9935
9936 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9937
9938 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9939 standard_output_file. Remove unused binfile variable.
9940
9941 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9942
9943 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9944 * gdb.python/py-mi-objfile.exp: Match "list main" output
9945 in console format.
9946
9947 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9948
9949 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9950 absolute.
9951
9952 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9953
9954 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9955 absolute.
9956 * gdb.trace/ftrace.exp: Likewise.
9957 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9958 targets as well.
9959 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9960 (gdb_load_shlibs): Copy libraries to test directory when testing
9961 natively. Only set solib-search-path if testing remotely.
9962 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9963
9964 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9965
9966 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9967 gdb_download. Use it even if the target is not remote.
9968 * gdb.base/jit.exp (compile_jit_test): Likewise.
9969 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9970 output directory if the destination board is local, otherwise use
9971 the standard remote_download from DejaGnu.
9972 (gdb_download): Remove.
9973 (gdb_load_shlibs): Use gdb_remote_download instead of
9974 gdb_download.
9975 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9976 Use gdb_remote_download instead of gdb_download. Use it even if
9977 the target is not remote.
9978 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9979 instead of gdb_download.
9980
9981 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9982
9983 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9984 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9985 run.
9986
9987 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9988
9989 PR gdb/19820
9990 * gdb.base/printcmds.exp: Add artificial arrays tests.
9991
9992 2016-03-31 Pedro Alves <palves@redhat.com>
9993
9994 PR gdb/19858
9995 * gdb.base/jit-main.c: Include unistd.h.
9996 (ATTACH): Define to 0 if not already defined.
9997 (wait_for_gdb, mypid): New globals.
9998 (WAIT_FOR_GDB): New macro.
9999 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10000 some breakpoint locations.
10001 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10002 New procedures.
10003 (one_jit_test): Add REATTACH parameter, and handle it. Use
10004 continue_to_test_location.
10005 (top level): Test attach, and adjusts calls to one_jit_test.
10006
10007 2016-03-31 Pedro Alves <palves@redhat.com>
10008
10009 PR gdb/19858
10010 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10011 BINSUFFIX parameter, and handle it.
10012 (top level): Adjust calls compile_jit_test.
10013
10014 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10015
10016 PR python/19743
10017 * gdb.python/py-mi-events-gdb.py: New file.
10018 * gdb.python/py-mi-events.c: New file.
10019 * gdb.python/py-mi-events.exp: New file.
10020
10021 2016-03-30 Yao Qi <yao.qi@linaro.org>
10022
10023 * gdb.reverse/until-precsave.exp: Match function name only.
10024 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10025 Move malloc to a condition block.
10026 * gdb.reverse/until-reverse.exp: Match function name only.
10027
10028 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10029
10030 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10031 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10032 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10033 variable for GPR 0 instead of assuming it is register 0.
10034 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10035 * lib/trace-support.exp: Add s390 registers.
10036
10037 2016-03-29 Yao Qi <yao.qi@linaro.org>
10038
10039 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10040
10041 2016-03-24 Yao Qi <yao.qi@linaro.org>
10042
10043 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10044 test message.
10045
10046 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10047
10048 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10049 maintaining separate logic for constructing the output path.
10050
10051 2016-03-16 Don Breazeal <donb@codesourcery.com>
10052
10053 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10054 Retry fork and waitpid on interrupted system call errors.
10055 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10056 Use with_timeout_factor to increase timeout by factor of 10.
10057
10058 2016-03-15 Don Breazeal <donb@codesourcery.com>
10059
10060 * gdb.cp/scope-err.cc: New test program.
10061 * gdb.cp/scope-err.exp: New test script.
10062 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10063 lines and "set breakpoint here" comment.
10064 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10065 Fixed some whitespace and format issues.
10066 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10067 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10068
10069 2016-03-15 Doug Evans <dje@google.com>
10070
10071 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10072 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10073 All callers updated. Add tests for enums, mixed flags register.
10074
10075 2016-03-15 Doug Evans <dje@google.com>
10076
10077 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10078 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10079
10080 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10081
10082 * gdb.base/default.exp: Add $_as_string to the list of expected
10083 convenience functions.
10084
10085 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10086
10087 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10088
10089 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10090
10091 * gdb.python/py-as-string.exp: New file.
10092 * gdb.python/py-as-string.c: New file.
10093
10094 2016-03-09 Pedro Alves <palves@redhat.com>
10095
10096 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10097 signal" -> "Thread NN received signal" output change.
10098 * gdb.threads/ia64-sigill.exp: Likewise.
10099 * gdb.threads/linux-dp.exp: Likewise.
10100 * gdb.threads/manythreads.exp: Likewise.
10101 * gdb.threads/pending-step.exp: Likewise.
10102 * gdb.threads/print-threads.exp: Likewise.
10103 * gdb.threads/sigstep-threads.exp: Likewise.
10104 * gdb.threads/staticthreads.exp: Likewise.
10105 * gdb.threads/tls.exp: Likewise.
10106
10107 2016-03-09 Pedro Alves <palves@redhat.com>
10108
10109 * gdb.base/command-line-input.exp: New file.
10110
10111 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10112
10113 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10114 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10115 * gdb.trace/pending.exp: Accept leading dot before function name.
10116 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10117 * lib/trace-support.exp: Set registers for ppc.
10118
10119 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10120
10121 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10122 use it for disassembly; accept .main in addition to main in backtrace.
10123
10124 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10125 Marcin Kościelnicki <koriakin@0x04.net>
10126
10127 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10128 (gdb_recursion_test_ptr): New global variable.
10129 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10130 gdb_recursion_test.
10131 (gdb_c_test): Ditto.
10132
10133 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10134
10135 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10136 ordering.
10137
10138 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10139
10140 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10141 (bar): Add bar_start_lbl label.
10142 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10143 of foo/bar for emitting DWARF and tracing.
10144
10145 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10146
10147 * analyze-racy-logs.py: Set executable bit.
10148
10149 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10150
10151 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10152 (CHECK_TARGET_TMP): Likewise.
10153 (check-single-racy): New rule.
10154 (check-parallel-racy): Likewise.
10155 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10156 (do-check-parallel-racy): New rule.
10157 (check-racy/%.exp): Likewise.
10158 * README (Racy testcases): New section.
10159 * analyze-racy-logs.py: New file.
10160
10161 2016-03-03 Doug Evans <dje@google.com>
10162
10163 * gdb.base/skip.exp: Use with_test_prefix.
10164
10165 2016-03-03 Yao Qi <yao.qi@linaro.org>
10166
10167 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10168 Invoke step_over_syscall "clone" and break_cond_on_syscall
10169 "clone".
10170 * gdb.base/step-over-clone.c: New file.
10171
10172 2016-03-03 Yao Qi <yao.qi@linaro.org>
10173
10174 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10175 code format.
10176
10177 2016-03-03 Yao Qi <yao.qi@linaro.org>
10178
10179 * gdb.base/disp-step-fork.c: Rename to ...
10180 * gdb.base/step-over-fork.c: ... it. New file.
10181 * gdb.base/disp-step-vfork.c: Rename to ...
10182 * gdb.base/step-over-vfork.c: ... it. New file.
10183 * gdb.base/disp-step-syscall.exp: Rename to ...
10184 * gdb.base/step-over-syscall.exp: ... it. New file.
10185 (disp_step_cross_syscall): Rename to ...
10186 (step_over_syscall): ... it.
10187
10188 2016-03-03 Yao Qi <yao.qi@linaro.org>
10189
10190 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10191 If target supports condition evaluation on target, invoke
10192 break_cond_on_syscall for fork and vfork.
10193
10194 2016-03-03 Yao Qi <yao.qi@linaro.org>
10195
10196 * gdb.base/disp-step-syscall.exp: Don't invoke
10197 support_displaced_stepping.
10198 (disp_step_cross_syscall): Test with displaced stepping off and
10199 on if supported.
10200
10201 2016-03-03 Yao Qi <yao.qi@linaro.org>
10202
10203 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10204 proc.
10205 (setup): New proc.
10206 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10207 and setup.
10208
10209 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10210
10211 * gdb.fortran/vla-history.exp: Remove breakpoint.
10212
10213 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10214
10215 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10216 exceeds timeout.
10217
10218 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10219
10220 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10221 breakpoint.
10222
10223 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10224
10225 * gdb.mi/vla.f90: Nullify pointer after declaration.
10226
10227 2016-03-01 Pedro Alves <palves@redhat.com>
10228
10229 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10230
10231 2016-03-01 Pedro Alves <palves@redhat.com>
10232
10233 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10234 before anything else.
10235 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10236 _GNU_SOURCE here.
10237 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10238 before anything else.
10239 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10240
10241 2016-03-01 Pedro Alves <palves@redhat.com>
10242
10243 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10244
10245 2016-03-01 Yao Qi <yao.qi@linaro.org>
10246
10247 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10248 prepare_for_testing.
10249
10250 2016-03-01 Yao Qi <yao.qi@linaro.org>
10251
10252 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10253
10254 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10255
10256 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10257 manually constructing the output path.
10258
10259 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10260
10261 * gdb.arch/s390-stackless.S: New.
10262 * gdb.arch/s390-stackless.exp: New.
10263
10264 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10265
10266 * gdb.dlang/circular.c: New file.
10267 * gdb.dlang/circular.exp: New file.
10268
10269 2016-02-26 Yao Qi <yao.qi@linaro.org>
10270
10271 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10272 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10273 (testcases): Update.
10274
10275 2016-02-26 Yao Qi <yao.qi@linaro.org>
10276
10277 * gdb.reverse/aarch64.c: Rename to ...
10278 * gdb.reverse/insn-reverse.c: ... it.
10279 * gdb.reverse/aarch64.exp: Rename to ...
10280 * gdb.reverse/insn-reverse.exp: ... it.
10281
10282 2016-02-26 Yao Qi <yao.qi@linaro.org>
10283
10284 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10285 (testcase_ftype): New.
10286 (testcases): New array.
10287 (n_testcases): New.
10288 (main): Call each element in testcases.
10289 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10290 (read_testcase): New.
10291 Do the tests in a loop.
10292
10293 2016-02-25 Yao Qi <yao.qi@linaro.org>
10294
10295 * gdb.base/branches.c: Remove.
10296
10297 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10298
10299 PR gdb/13808
10300 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10301
10302 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10303
10304 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10305
10306 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10307
10308 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10309 change x86_64 call_insn to 'callq'.
10310
10311 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10312
10313 * gdb.trace/tfile-avx.c: Move to...
10314 * gdb.trace/tracefile-pseudo-reg.c: Here.
10315 * gdb.trace/tfile-avx.exp: Move to...
10316 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10317
10318 2016-02-24 Gary Benson <gbenson@redhat.com>
10319
10320 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10321 message on attach.
10322
10323 2016-02-23 Doug Evans <dje@google.com>
10324
10325 * gdb.base/skip.c (test_skip): New function.
10326 (end_test_skip_file_and_function): New function.
10327 (test_skip_file_and_function): New function.
10328 * gdb.base/skip1.c (test_skip): New function.
10329 (skip1_test_skip_file_and_function): New function.
10330 * gdb.base/skip.exp: Add tests for new skip options.
10331 * gdb.base/skip-solib.exp: Update expected output.
10332 * gdb.perf/skip-command.cc: New file.
10333 * gdb.perf/skip-command.exp: New file.
10334 * gdb.perf/skip-command.py: New file.
10335
10336 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10337
10338 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10339 info registers pattern.
10340
10341 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10342
10343 * lib/future.exp: Add D support.
10344 (gdb_find_gdc): New proc.
10345 (gdb_default_target_compile): Add D support.
10346
10347 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10348
10349 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10350 user+system time.
10351 (trace_speed_test): Determine the iteration count for a time
10352 between 15..30 seconds.
10353
10354 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10355
10356 * gdb.arch/i386-mpx-sigsegv.c: New file.
10357 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10358 * gdb.arch/i386-mpx-simple_segv.c: New file.
10359 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10360
10361 2016-02-18 Yao Qi <yao.qi@linaro.org>
10362
10363 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10364 Don't call setup_kfail.
10365
10366 2016-02-18 Yao Qi <yao.qi@linaro.org>
10367
10368 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10369 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10370
10371 2016-02-16 Doug Evans <dje@google.com>
10372
10373 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10374 * gdb.base/skip1.c: Ditto.
10375 * gdb.base/skip.exp: Whitespace cleanup.
10376
10377 2016-02-16 Don Breazeal <donb@codesourcery.com>
10378
10379 PR remote/19496
10380 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10381 Remove kfail for PR remote/19496.
10382
10383 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10384
10385 * lib/gdb.exp (standard_temp_file): Return a path specific to
10386 the runtest invocation.
10387
10388 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10389
10390 * gdb.trace/save-trace.exp: Change relative path to be in the
10391 standard output directory.
10392
10393 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10394
10395 * gdb.arch/i386-prologue.c: Add missing prototypes.
10396
10397 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10398
10399 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10400 * gdb.arch/i386-prologue.exp: Likewise.
10401 * gdb.arch/i386-size.exp: Likewise.
10402
10403 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10404
10405 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10406 define object file path.
10407 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10408 file path.
10409 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10410 standard_output_file to define binfile.
10411
10412 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10413
10414 Fix compatibility with recent gfortran-5.3.1.
10415 * gdb.fortran/vla-history.exp (print vla1 allocated)
10416 (print vla2 allocated, print $2, print $3): Remove
10417 (print $4): Rename to ...
10418 (print $2): ... here.
10419 (print $9): Rename to ...
10420 (print $5): ... here.
10421 (print $10): Rename to ...
10422 (print $6): ... here.
10423 * gdb.fortran/vla.f90: Add pvla initialization.
10424
10425 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10426
10427 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10428 New test.
10429 * gdb.fortran/vla-value-sub.exp: Likewise.
10430
10431 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10432
10433 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10434
10435 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10436
10437 * i386-biarch-core.exp: Define corefile using
10438 standard_output_file.
10439
10440 2016-02-12 Yao Qi <yao.qi@linaro.org>
10441
10442 * gdb.arch/arm-single-step-kernel-helper.c: New.
10443 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10444
10445 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10446
10447 * gdb.btrace/tailcall-only.exp: New.
10448 * gdb.btrace/tailcall-only.c: New.
10449 * gdb.btrace/x86_64-tailcall-only.S: New.
10450 * gdb.btrace/i686-tailcall-only.S: New.
10451
10452 2016-02-11 Pedro Alves <palves@redhat.com>
10453
10454 * README (Parallel testing): Add missing double quotes.
10455
10456 2016-02-11 Pedro Alves <palves@redhat.com>
10457
10458 * README (Parallel testing): New section.
10459 (GDB_PARALLEL): Rewrite.
10460 (FORCE_PARALLEL): Document.
10461
10462 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10463
10464 * gdb.trace/tfile-avx.c: New test.
10465 * gdb.trace/tfile-avx.exp: New test.
10466
10467 2016-02-09 Keith Seitz <keiths@redhat.com>
10468
10469 PR breakpoints/19546
10470 * gdb.base/infcall-exec.c: New file.
10471 * gdb.base/infcall-exec2.c: New file.
10472 * gdb.base/infcall-exec.exp: New file.
10473
10474 2016-02-09 Keith Seitz <keiths@redhat.com>
10475
10476 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10477 (toplevel): Call test_bkpt_address.
10478
10479 2016-02-09 Keith Seitz <keiths@redhat.com>
10480
10481 PR python/19506
10482 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10483 (toplevel): Call test_bkpt_address.
10484
10485 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10486
10487 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10488 to AC_OUTPUT.
10489 * configure: Regenerate.
10490
10491 2016-02-09 Pedro Alves <palves@redhat.com>
10492
10493 PR breakpoints/19548
10494 * gdb.base/execl-update-breakpoints.c (some_function): New
10495 function.
10496 (main): Call it.
10497 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10498 Tighten expected GDB output.
10499
10500 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10501
10502 * Makefile.in (ALL_SUBDIRS): Remove.
10503 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10504 (distclean maintainer-clean realclean): Likewise.
10505 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10506 * configure: Regenerate.
10507 * gdb.ada/Makefile.in: Delete.
10508 * gdb.arch/Makefile.in: Likewise.
10509 * gdb.asm/Makefile.in: Likewise.
10510 * gdb.base/Makefile.in: Likewise.
10511 * gdb.btrace/Makefile.in: Likewise.
10512 * gdb.cell/Makefile.in: Likewise.
10513 * gdb.compile/Makefile.in: Likewise.
10514 * gdb.cp/Makefile.in: Likewise.
10515 * gdb.disasm/Makefile.in: Likewise.
10516 * gdb.dlang/Makefile.in: Likewise.
10517 * gdb.dwarf2/Makefile.in: Likewise.
10518 * gdb.fortran/Makefile.in: Likewise.
10519 * gdb.gdb/Makefile.in: Likewise.
10520 * gdb.go/Makefile.in: Likewise.
10521 * gdb.guile/Makefile.in: Likewise.
10522 * gdb.java/Makefile.in: Likewise.
10523 * gdb.linespec/Makefile.in: Likewise.
10524 * gdb.mi/Makefile.in: Likewise.
10525 * gdb.modula2/Makefile.in: Likewise.
10526 * gdb.multi/Makefile.in: Likewise.
10527 * gdb.objc/Makefile.in: Likewise.
10528 * gdb.opencl/Makefile.in: Likewise.
10529 * gdb.opt/Makefile.in: Likewise.
10530 * gdb.pascal/Makefile.in: Likewise.
10531 * gdb.perf/Makefile.in: Likewise.
10532 * gdb.python/Makefile.in: Likewise.
10533 * gdb.reverse/Makefile.in: Likewise.
10534 * gdb.server/Makefile.in: Likewise.
10535 * gdb.stabs/Makefile.in: Likewise.
10536 * gdb.threads/Makefile.in: Likewise.
10537 * gdb.trace/Makefile.in: Likewise.
10538 * gdb.xml/Makefile.in: Likewise.
10539 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10540 GDB_PARALLEL.
10541 (standard_output_file): Remove check for GDB_PARALLEL, always
10542 return path in outputs/$subdir/$testname.
10543
10544 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10545
10546 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10547 (site.exp): Assign abs_srcdir to tcl's srcdir.
10548
10549 2016-02-04 Yao Qi <yao.qi@linaro.org>
10550
10551 * gdb.base/foll-exec-mode.c: Include limits.h.
10552 (main): Add parameters argc and argv. Get directory from
10553 argv[0].
10554 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10555 compilation.
10556 * gdb.base/foll-exec.c: Include limits.h.
10557 (main): Add parameters argc and argv.
10558 Get directory from argv[0].
10559 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10560 Adjust tests on the number of lines as source code changed.
10561 * gdb.base/foll-vfork-exit.c: Include limits.h.
10562 (main): Add one line of statement before vfork.
10563 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10564 (main): Add parameters argc and argv. Get directory from
10565 argv[0].
10566 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10567 (setup_gdb): Set tbreak to skip some source lines.
10568 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10569 (main): Add parameters argc and argv. Get directory from
10570 argv[0].
10571 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10572 compilation.
10573 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10574 (main): Add parameters argc and argv. Get directory from
10575 argv[0].
10576 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10577 compilation.
10578
10579 2016-02-01 Doug Evans <dje@google.com>
10580
10581 * gdb.base/skip.exp: Clean up multiple references to same test name.
10582
10583 2016-02-01 Pedro Alves <palves@redhat.com>
10584
10585 PR remote/19496
10586 * gdb.threads/forking-threads-plus-breakpoint.exp
10587 (displaced_stepping_supported): New global.
10588 (probe_displaced_stepping_support): New procedure.
10589 (do_test): Add 'displaced' parameter, and use it.
10590 (top level): Check for displaced stepping support. Add displaced
10591 stepping on/off testing axis.
10592
10593 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10594
10595 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10596 pointer. Don't perform further tests on the unassociated pointer
10597 if the first test fails.
10598
10599 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10600
10601 * gdb.base/max-value-size.c: New file.
10602 * gdb.base/max-value-size.exp: New file.
10603 * gdb.base/huge.exp: Disable max-value-size for this test.
10604
10605 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10606
10607 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10608
10609 2016-01-28 Yao Qi <yao.qi@linaro.org>
10610
10611 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10612
10613 2016-01-25 Pedro Alves <palves@redhat.com>
10614
10615 PR threads/19461
10616 * gdb.base/fork-running-state.c: New file.
10617 * gdb.base/fork-running-state.exp: New file.
10618
10619 2016-01-25 Pedro Alves <palves@redhat.com>
10620
10621 PR gdb/19494
10622 * gdb.base/catch-fork-kill.c: New file.
10623 * gdb.base/catch-fork-kill.exp: New file.
10624
10625 2016-01-25 Pedro Alves <palves@redhat.com>
10626
10627 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10628 Delete, moved to lib/gdb.exp.
10629 * gdb.threads/forking-threads-plus-breakpoint.exp
10630 (foreach_with_prefix): Likewise.
10631 * gdb.threads/process-dies-while-handling-bp.exp
10632 (foreach_with_prefix): Likewise.
10633 * lib/gdb.exp (foreach_with_prefix): New procedure.
10634
10635 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10636
10637 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10638 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10639
10640 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10641
10642 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10643 endian targets.
10644
10645 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10646 Pedro Alves <palves@redhat.com>
10647
10648 Fix testsuite compatibility with Guile.
10649 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10650 number.
10651
10652 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10653
10654 Fix testsuite compatibility with Guile.
10655 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10656 (thread 1): New test for backtrace through signal handler.
10657
10658 2016-01-22 Yao Qi <yao.qi@linaro.org>
10659
10660 PR testsuite/19491
10661 * gdb.base/multi-forks.c: Include
10662 ../lib/unbuffer_output.c
10663 (main): Call gdb_unbuffer_output.
10664
10665 2016-01-21 Doug Evans <dje@google.com>
10666
10667 * lib/ada.exp (gdb_compile_ada): Fix typo.
10668
10669 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10670
10671 * gdb.base/break-fun-addr.exp: New file.
10672 * gdb.base/break-fun-addr1.c: New file.
10673 * gdb.base/break-fun-addr2.c: New file.
10674
10675 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10676
10677 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10678 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10679 enum flag values.
10680
10681 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10682
10683 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10684 when GDB can not set the vector return value. Add more comments
10685 for clarification.
10686
10687 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10688
10689 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10690 command.
10691
10692 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10693
10694 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10695
10696 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10697
10698 * Makefile.in (check-single): Pass --status to runtest.
10699 (check/%.exp): Likewise.
10700
10701 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10702
10703 * Makefile.in (check-parallel): Propagate return code from make
10704 do-check-parallel.
10705
10706 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10707
10708 * gdb.trace/ftrace.exp: Fix expected message on continue.
10709 * gdb.trace/pending.exp: Fix expected message on continue.
10710 * gdb.trace/trace-break.exp: Fix expected message on continue.
10711
10712 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10713
10714 * lib/gdb.exp (gdb_test): Remove unused global references.
10715
10716 2016-01-18 Pedro Alves <palves@redhat.com>
10717
10718 * gdb.base/async-shell.exp: Adjust expected output.
10719 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10720 * gdb.base/siginfo-thread.exp: Adjust expected output.
10721 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10722 * gdb.java/jnpe.exp: Adjust expected output.
10723 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10724 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10725 * gdb.threads/leader-exit.exp: Adjust expected output.
10726 * gdb.threads/manythreads.exp: Adjust expected output.
10727 * gdb.threads/pthreads.exp: Adjust expected output.
10728 * gdb.threads/schedlock.exp: Adjust expected output.
10729 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10730 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10731 expected output.
10732 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10733 output.
10734 * gdb.threads/sigthread.exp: Adjust expected output.
10735 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10736
10737 2016-01-18 Yao Qi <yao.qi@linaro.org>
10738
10739 * gdb.guile/scm-section-script.c: Replace @progbits with
10740 %progbits.
10741 * gdb.python/py-section-script.c: Likewise.
10742
10743 2016-01-15 Pedro Alves <palves@redhat.com>
10744
10745 * gdb.multi/tids.exp: Test star wildcard ranges.
10746
10747 2016-01-15 Pedro Alves <palves@redhat.com>
10748
10749 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10750 command from "thread apply" invocation.
10751 (thr_apply_info_thr_invalid): Default the expected output to the
10752 input tid list.
10753 (top level): Add tests that use convenience variables. Add tests
10754 for "thread apply" with a valid TID list, but missing the command.
10755
10756 2016-01-13 Pedro Alves <palves@redhat.com>
10757
10758 * gdb.base/default.exp: Expect $_gthread as well.
10759 * gdb.multi/tids.exp: Test $_gthread.
10760 * gdb.threads/thread-specific.exp: Test $_gthread.
10761
10762 2016-01-13 Pedro Alves <palves@redhat.com>
10763
10764 * gdb.multi/tids.exp: Test "info threads -gid".
10765
10766 2016-01-13 Pedro Alves <palves@redhat.com>
10767
10768 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10769 Breakpoint.thread.
10770 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10771
10772 2016-01-07 Pedro Alves <palves@redhat.com>
10773
10774 * gdb.base/break.exp: Adjust to output changes.
10775 * gdb.base/hbreak2.exp: Likewise.
10776 * gdb.base/sepdebug.exp: Likewise.
10777 * gdb.base/watch_thread_num.exp: Likewise.
10778 * gdb.linespec/keywords.exp: Likewise.
10779 * gdb.multi/info-threads.exp: Likewise.
10780 * gdb.threads/thread-find.exp: Likewise.
10781 * gdb.multi/tids.c: New file.
10782 * gdb.multi/tids.exp: New file.
10783
10784 2016-01-13 Pedro Alves <palves@redhat.com>
10785
10786 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10787
10788 2016-01-13 Pedro Alves <palves@redhat.com>
10789
10790 * gdb.base/default.exp: Expect $_inferior as well.
10791 * gdb.multi/base.exp: Test $_inferior.
10792
10793 2016-01-13 Pedro Alves <palves@redhat.com>
10794
10795 PR breakpoints/19388
10796 * gdb.base/catch-signal-siginfo-cond.c: New file.
10797 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10798
10799 2016-01-12 Josh Stone <jistone@redhat.com>
10800 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10801
10802 * gdb.base/catch-syscall.c (do_execve): New variable.
10803 (main): Conditionally trigger an execve.
10804 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10805 (test_catch_syscall_execve): New, check entry/return across execve.
10806 (do_syscall_tests): Call test_catch_syscall_execve.
10807
10808 2016-01-12 Pedro Alves <palves@redhat.com>
10809
10810 * gdb.base/random-signal.exp (do_test): New procedure, with body
10811 of testcase moved in.
10812
10813 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10814 Pedro Alves <palves@redhat.com>
10815
10816 * gdb.base/funcargs.exp (finish from indirectly called function):
10817 Reintroduce the case for 'First'.
10818
10819 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10820 Pedro Alves <palves@redhat.com>
10821
10822 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10823 (tcatch_vfork_then_child_follow_exec)
10824 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10825 identification.
10826
10827 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10828
10829 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10830 and repeats to unlimited.
10831 * gdb.python/py-value.exp: Likewise.
10832 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10833 and repeats to unlimited.
10834
10835 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10836
10837 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10838 and reordering the functions.
10839 * gdb.multi/hangout.c: Likewise.
10840 * gdb.multi/hello.c: Likewise.
10841
10842 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10843
10844 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10845 absolute.
10846 (SingleStatisticTestResult.report): Use dict.keys instead of
10847 dict.iterkeys.
10848
10849 2016-01-06 Pedro Alves <palves@redhat.com>
10850
10851 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10852
10853 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10854
10855 * gdb.btrace/dlopen.exp: New.
10856 * gdb.btrace/dlopen.c: New.
10857 * gdb.btrace/dlopen-dso.c: New.
10858
10859 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10860
10861 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10862 PATTERN argument is optional.
10863
10864 2015-12-24 Joel Brobecker <brobecker@adacore.com>
10865
10866 * lib/ada.exp (target_compile_ada_from_dir): New function.
10867 (gdb_compile_ada): Reimplement avoiding the use of project files.
10868 * gdb.ada/gnat_ada.gpr: Delete.
10869 * gdb.ada/cond_lang.exp: Adjust test to make path before
10870 filename optional.
10871 * gdb.ada/small_reg_param.exp: Likewise.
10872
10873 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10874
10875 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10876
10877 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10878
10879 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10880 case.
10881
10882 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10883
10884 * gdb.base/break.exp: Remove dead code.
10885 * gdb.base/sepdebug.exp: Likewise.
10886
10887 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10888
10889 * gdb.asm/asm-source.exp: Remove HP-UX references.
10890 * gdb.base/annota1.exp: Likewise.
10891 * gdb.base/annota3.exp: Likewise.
10892 * gdb.base/attach.exp: Likewise.
10893 * gdb.base/bigcore.exp: Likewise.
10894 * gdb.base/break.exp: Likewise.
10895 * gdb.base/call-ar-st.exp: Likewise.
10896 * gdb.base/callfuncs.exp: Likewise.
10897 * gdb.base/catch-fork-static.exp: Likewise.
10898 * gdb.base/display.exp: Likewise.
10899 * gdb.base/foll-exec-mode.exp: Likewise.
10900 * gdb.base/foll-exec.exp: Likewise.
10901 * gdb.base/foll-fork.exp: Likewise.
10902 * gdb.base/foll-vfork.exp: Likewise.
10903 * gdb.base/funcargs.exp: Likewise.
10904 * gdb.base/hbreak2.exp: Likewise.
10905 * gdb.base/inferior-died.exp: Likewise.
10906 * gdb.base/interrupt.exp: Likewise.
10907 * gdb.base/multi-forks.exp: Likewise.
10908 * gdb.base/nodebug.exp: Likewise.
10909 * gdb.base/sepdebug.exp: Likewise.
10910 * gdb.base/solib1.c: Likewise.
10911 * gdb.base/step-test.exp: Likewise.
10912 * gdb.mi/non-stop.c: Likewise.
10913 * gdb.mi/pthreads.c: Likewise.
10914 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10915 * gdb.threads/pthreads.c: Likewise.
10916 * gdb.threads/staticthreads.exp: Likewise.
10917 * lib/future.exp: Likewise.
10918 * lib/gdb.exp: Likewise.
10919 * gdb.base/so-indr-cl.c: Remove.
10920 * gdb.base/so-indr-cl.exp: Likewise.
10921 * gdb.base/solib.c: Likewise.
10922 * gdb.base/solib.exp: Likewise.
10923 * gdb.base/solib2.c: Likewise.
10924
10925 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10926
10927 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10928 * gdb.base/call-ar-st.exp: Likewise.
10929 * gdb.base/callfuncs.exp: Likewise.
10930 * gdb.base/condbreak.exp: Likewise.
10931 * gdb.base/constvars.exp: Likewise.
10932 * gdb.base/hbreak2.exp: Likewise.
10933 * gdb.base/langs.exp: Likewise.
10934 * gdb.base/list.exp: Likewise.
10935 * gdb.base/long_long.exp: Likewise.
10936 * gdb.base/ptype.exp: Likewise.
10937 * gdb.base/scope.exp: Likewise.
10938 * gdb.base/signals.exp: Likewise.
10939 * gdb.base/so-impl-ld.exp: Likewise.
10940 * gdb.base/varargs.exp: Likewise.
10941 * gdb.base/volatile.exp: Likewise.
10942 * gdb.base/whatis.exp: Likewise.
10943 * gdb.cp/cplusfuncs.exp: Likewise.
10944 * gdb.cp/inherit.exp: Likewise.
10945 * gdb.cp/local.exp: Likewise.
10946 * gdb.cp/member-ptr.exp: Likewise.
10947 * gdb.cp/method.exp: Likewise.
10948 * gdb.cp/overload.exp: Likewise.
10949 * gdb.cp/templates.exp: Likewise.
10950 * gdb.stabs/weird.exp: Likewise.
10951 * lib/compiler.c: Likewise.
10952 * lib/compiler.cc: Likewise.
10953 * lib/cp-support.exp: Likewise.
10954 * lib/gdb.exp: Likewise.
10955
10956 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10957
10958 * configure.ac: Remove HP-UX case.
10959 * configure: Regenerate.
10960
10961 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10962
10963 * lib/gdb.exp (gdb_compile): Add function doc.
10964
10965 2015-12-17 Pedro Alves <palves@redhat.com>
10966
10967 PR threads/19354
10968 * gdb.multi/info-threads.exp: New file.
10969
10970 2015-12-15 Yao Qi <yao.qi@linaro.org>
10971
10972 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10973 is aarch64*-*-*.
10974
10975 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10976
10977 * gdb.base/history-duplicates.exp: Skip if no readline support.
10978
10979 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10980
10981 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10982
10983 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10984
10985 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10986
10987 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10988
10989 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10990 ctrl-C if nointerrupts target property is set.
10991 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10992 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10993 * gdb.base/paginate-bg-execution.exp: Likewise.
10994 * gdb.base/paginate-execution-startup.exp: Likewise.
10995 * gdb.base/random-signal.exp: Likewise.
10996 * gdb.base/range-stepping.exp: Likewise.
10997 * gdb.cp/annota2.exp: Likewise.
10998 * gdb.cp/annota3.exp: Likewise.
10999 * gdb.gdb/selftest.exp: Likewise.
11000 * gdb.threads/continue-pending-status.exp: Likewise.
11001 * gdb.threads/leader-exit.exp: Likewise.
11002 * gdb.threads/manythreads.exp: Likewise.
11003 * gdb.threads/pthreads.exp: Likewise.
11004 * gdb.threads/schedlock.exp: Likewise.
11005 * gdb.threads/sigthread.exp: Likewise.
11006
11007 2015-12-11 Don Breazeal <donb@codesourcery.com>
11008
11009 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11010 remote.
11011 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11012 * gdb.base/foll-exec.exp (main): Enable for target remote.
11013 * gdb.base/foll-fork.exp (main): Likewise.
11014 * gdb.base/foll-vfork.exp (main): Likewise.
11015 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11016 (proc continue_to_exit_bp_loc): Use clean_restart.
11017 * gdb.base/pie-execl.exp (main): Disable for target remote.
11018 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11019 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11020 * gdb.threads/execl.exp (main): Likewise.
11021 * gdb.threads/fork-child-threads.exp (main): Likewise.
11022 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11023 remote.
11024 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11025 remote.
11026 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11027 pid.tid style ptids, instead of just tid.
11028 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11029 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11030 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11031 ptids, instead of just tid.
11032
11033 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11034
11035 * gdb.base/list.exp (test_list_forward): Add end of file error
11036 test.
11037 (test_repeat_list_command): Add end of file error test.
11038 (test_list_backwards): Add beginning of file error test.
11039
11040 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11041
11042 * gdb.base/list.exp (test_list_invalid_args): New function,
11043 defined, and called.
11044
11045 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11046
11047 * gdb.base/list.exp (test_list): Make test names unique.
11048
11049 2015-12-11 Yao Qi <yao.qi@linaro.org>
11050
11051 * gdb.base/coremaker2.c: Remove.
11052
11053 2015-12-10 Pedro Alves <palves@redhat.com>
11054
11055 * gdb.multi/base.exp: Remove stale "spaces" references.
11056
11057 2015-12-10 Pedro Alves <palves@redhat.com>
11058
11059 * gdb.multi/base.exp: Don't use nowarnings.
11060 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11061 * gdb.multi/hangout.c: Include stdio.h.
11062 * gdb.multi/hello.c: Include stdlib.h.
11063 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11064 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11065 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11066
11067 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11068
11069 * gdb.dwarf2/dw2-ranges-base.c: New file.
11070 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11071 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11072 support additional line table, and debug ranges generation.
11073 (Dwarf::ranges): New function, generate .debug_ranges.
11074 (Dwarf::lines): Support generating simple line table programs.
11075 (Dwarf::assemble): Initialise new namespace variables.
11076
11077 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11078
11079 * gdb.base/async.exp (proc test_background): Add case for
11080 asynchronous execution not supported.
11081
11082 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11083
11084 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11085 format and change test names to make them unique.
11086
11087 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11088 Pedro Alves <pedro@redhat.com>
11089
11090 PR gdb/18702
11091 Add checking of floatformats setup on x86_64 hosts.
11092 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11093 (smallval, bigval): New labels/constants.
11094 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11095 float" after loading bigval and smallval.
11096
11097 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11098
11099 * gdb.ada/fun_overload_menu.exp: New testcase.
11100 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11101
11102 2015-12-04 Josh Stone <jistone@redhat.com>
11103
11104 * gdb.base/catch-fork-static.exp: New.
11105
11106 2015-12-03 Yao Qi <yao.qi@linaro.org>
11107
11108 * gdb.base/sizeof.c: Don't include stdio.h and
11109 ../lib/unbuffer_output.c.
11110 (main): New variable 'size' and 'value'. Remove printf and
11111 gdb_unbuffer_output. Assign return value to size and value.
11112 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11113 at the beginning.
11114 (check_sizeof): Check the result by printing variable 'size'.
11115 (check_valueof): Check the result by printing variable 'value'.
11116
11117 2015-12-01 Yao Qi <yao.qi@linaro.org>
11118
11119 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11120 for aarch64*-*-linux* target.
11121
11122 2015-11-30 Pedro Alves <palves@redhat.com>
11123
11124 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11125
11126 2015-11-30 Pedro Alves <palves@redhat.com>
11127
11128 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11129 Handle non-stop mode vCont replies.
11130
11131 2015-11-30 Pedro Alves <palves@redhat.com>
11132
11133 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11134 prepare_for_testing. Start gdb with "set non-stop on" appended to
11135 GDBFLAGS. Lax expected stop output.
11136
11137 2015-11-27 Yao Qi <yao.qi@linaro.org>
11138
11139 * gdb.arch/arm-neon.exp: New.
11140 * gdb.arch/arm-neon.c: New.
11141
11142 2015-11-27 Yao Qi <yao.qi@linaro.org>
11143
11144 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11145
11146 2015-11-27 Yao Qi <yao.qi@linaro.org>
11147
11148 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11149 frames-invalid annotation.
11150
11151 2015-11-27 Yao Qi <yao.qi@linaro.org>
11152
11153 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11154
11155 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11156
11157 * gdb.threads/names.exp: New file.
11158 * gdb.threads/names.c: New file.
11159 * README: Mention gdb,no_thread_names.
11160
11161 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11162
11163 PR 19297
11164 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11165 support" error.
11166
11167 2015-11-24 Pedro Alves <palves@redhat.com>
11168
11169 PR 17539
11170 * gdb.base/display.exp: Expect displays to be sorted in ascending
11171 order. Use multi_line.
11172 * gdb.base/solib-display.exp: Likewise.
11173
11174 2015-11-24 Pedro Alves <palves@redhat.com>
11175
11176 PR 17539
11177 * gdb.base/display.exp: Expect displays to be sorted in ascending
11178 order. Use multi_line.
11179 * gdb.base/solib-display.exp: Likewise.
11180
11181 2015-11-24 Pedro Alves <palves@redhat.com>
11182
11183 PR 17539
11184 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11185 threads in ascending order.
11186 * gdb.base/foll-fork.exp: Likewise.
11187 * gdb.base/foll-vfork.exp: Likewise.
11188 * gdb.base/multi-forks.exp: Likewise.
11189 * gdb.mi/mi-nonstop.exp: Likewise.
11190 * gdb.mi/mi-nsintrall.exp: Likewise.
11191 * gdb.multi/base.exp: Likewise.
11192 * gdb.multi/multi-arch.exp: Likewise.
11193 * gdb.python/py-inferior.exp: Likewise.
11194 * gdb.threads/break-while-running.exp: Likewise.
11195 * gdb.threads/execl.exp: Likewise.
11196 * gdb.threads/gcore-thread.exp: Likewise.
11197 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11198 * gdb.threads/kill.exp: Likewise.
11199 * gdb.threads/linux-dp.exp: Likewise.
11200 * gdb.threads/multiple-step-overs.exp: Likewise.
11201 * gdb.threads/next-bp-other-thread.exp: Likewise.
11202 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11203 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11204 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11205 * gdb.threads/thread-find.exp: Likewise.
11206 * gdb.threads/tls.exp: Likewise.
11207 * lib/mi-support.exp (mi_reverse_list): Delete.
11208 (mi_check_thread_states): No longer reverse list.
11209
11210 2015-11-24 Pedro Alves <palves@redhat.com>
11211
11212 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11213 use lowercase.
11214
11215 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11216
11217 * gdb.trace/actions.c: Include trace-common.h.
11218 (main): Add a location for a fast tracepoint.
11219 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11220 the normal tracepoints.
11221 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11222
11223 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11224
11225 * save-trace.exp: Factor out code to these...
11226 (gdb_save_tracepoints): New.
11227 (gdb_load_tracepoints): New.
11228 (do_save_load_test): New.
11229
11230 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11231
11232 * gdb.base/asmlabel.exp: New test.
11233 * gdb.base/asmlabel.c: New test case.
11234
11235 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11236
11237 * gdb.base/wrong_frame_bt_full-main.c: New file.
11238 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11239 * gdb.base/wrong_frame_bt_full.exp: New file.
11240
11241 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11242
11243 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11244
11245 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11246
11247 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11248 pstate register when comparing registers values in
11249 sparc64-*-linux-gnu targets to avoid spurious differences.
11250
11251 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11252
11253 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11254
11255 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11256
11257 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11258 as type argument to gdb_compile.
11259 * gdb.base/nested-subp2.exp: Likewise.
11260 * gdb.base/nested-subp3.exp: Likewise.
11261
11262 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11263
11264 * lib/dwarf.exp (_note): Fix left shift of negative value.
11265 * gdb.trace/trace-condition.exp: Likewise.
11266
11267 2015-11-13 Yao Qi <yao.qi@linaro.org>
11268
11269 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11270 comments about d10v.
11271 (test_scalar_returns): Likewise.
11272 * gdb.base/d10v.ld: Remove.
11273 * gdb.base/overlays.exp: Remove the target triplet checking for
11274 d10v-*-*.
11275 * gdb.base/structs.exp (test_struct_returns): Remove the
11276 comments about d10v.
11277 (test_struct_calls): Likewise.
11278
11279 2015-11-13 Yao Qi <yao.qi@linaro.org>
11280
11281 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11282 * gdb.base/gnu_vector.c: Don't include stdio.h.
11283 (main): Don't print res and call add_some_intvecs.
11284
11285 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11286
11287 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11288 macro.
11289 (func5): Removed.
11290 (func4): Use FAST_TRACEPOINT_LABEL.
11291 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11292 macro.
11293 (func): Removed.
11294 (thread_function): Use FAST_TRACEPOINT_LABEL.
11295 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11296 (func): Remove.
11297 (marker): Use FAST_TRACEPOINT_LABEL.
11298 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11299 (pendfunc1): Remove.
11300 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11301 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11302 (foo): Remove.
11303 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11304 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11305 macro.
11306 (func): Remove.
11307 (marker): Use FAST_TRACEPOINT_LABEL.
11308 * gdb.trace/trace-common.h: New header.
11309 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11310 macro.
11311 (func): Remove.
11312 (marker): Use FAST_TRACEPOINT_LABEL.
11313 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11314 (func): Remove.
11315 (thread_function): Use FAST_TRACEPOINT_LABEL.
11316
11317 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11318
11319 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11320 in front.
11321 * gdb.trace/change-loc.exp: Use global pcreg definition.
11322 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11323 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11324 in front.
11325 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11326 * gdb.trace/pending.exp: Likewise.
11327 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11328 * gdb.trace/trace-break.exp: Likewise.
11329 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11330 in front.
11331 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11332 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11333 in front.
11334 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11335
11336 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11337
11338 * gdb.ada/fin_fun_out: New testcase.
11339
11340 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11341
11342 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11343 value associated with DW_AT_byte_size.
11344 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11345 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11346 DW_AT_upper_bound.
11347
11348 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11349
11350 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11351 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11352 version.
11353 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11354 gdb.dwarf2/dw2-canonicalize-type.exp,
11355 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11356 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11357 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11358 provided by gdb_target_symbol_prefix_flags_asm.
11359 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11360 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11361 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11362 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11363 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11364 macros where needed). Use this macro for symbols which require
11365 the prefix provided by SYMBOL_PREFIX.
11366
11367 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11368
11369 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11370 New procs.
11371 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11372 representing expressions, of more than one list element.
11373 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11374 to prepend linker symbol prefix to f.
11375 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11376 table_1 and table_2.
11377 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11378 Likewise, for f and g.
11379 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11380 for ptr.
11381 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11382 for main.
11383 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11384 table_1_ptr and table_2_ptr.
11385
11386 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11387 Joel Brobecker <brobecker@adacore.com>
11388
11389 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11390
11391 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11392
11393 * gdb.reverse/s390-mvcle.c: New test.
11394 * gdb.reverse/s390-mvcle.exp: New file.
11395 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11396
11397 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11398
11399 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11400
11401 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11402
11403 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11404 reaching marker2.
11405 * gdb.reverse/getresuid-reverse.exp: Likewise.
11406 * gdb.reverse/pipe-reverse.exp: Likewise.
11407 * gdb.reverse/readv-reverse.exp: Likewise.
11408 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11409 * gdb.reverse/time-reverse.exp: Likewise.
11410 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11411
11412 2015-10-30 Yao Qi <yao.qi@linaro.org>
11413
11414 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11415 (empty_cycle): Remove.
11416 (main): Don't call empty_cycle. Don't use watch_count_done.
11417 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11418 empty_cycle. Rewrite the code counting HW watchpoints.
11419
11420 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11421
11422 * gdb.reverse/fstatat-reverse.c: New test.
11423 * gdb.reverse/fstatat-reverse.exp: New file.
11424 * gdb.reverse/getresuid-reverse.c: New test.
11425 * gdb.reverse/getresuid-reverse.exp: New file.
11426 * gdb.reverse/pipe-reverse.c: New test.
11427 * gdb.reverse/pipe-reverse.exp: New file.
11428 * gdb.reverse/readv-reverse.c: New test.
11429 * gdb.reverse/readv-reverse.exp: New file.
11430 * gdb.reverse/recvmsg-reverse.c: New test.
11431 * gdb.reverse/recvmsg-reverse.exp: New file.
11432 * gdb.reverse/time-reverse.c: New test.
11433 * gdb.reverse/time-reverse.exp: New file.
11434 * gdb.reverse/waitpid-reverse.c: New test.
11435 * gdb.reverse/waitpid-reverse.exp: New file.
11436
11437 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11438
11439 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11440
11441 2015-10-26 Doug Evans <dje@google.com>
11442
11443 PR symtab/17391
11444 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11445 * gdb.dwarf2/bad-regnum.c: New file.
11446 * gdb.dwarf2/bad-regnum.exp: New file.
11447
11448 2015-10-26 Doug Evans <dje@google.com>
11449
11450 PR python/18938
11451 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11452 file.
11453
11454 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11455
11456 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11457 for a change by "Mention language in compile error message".
11458
11459 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11460
11461 PR python/18073
11462 * gdb.python/py-type.c (C::a_method): New.
11463 (C::a_const_method): New.
11464 (C::a_static_method): New.
11465 (a_function): New.
11466 * gdb.python/py-type.exp (test_fields): Test getting fields
11467 from function and method.
11468
11469 2015-10-21 Keven Boell <keven.boell@intel.com>
11470
11471 * gdb.fortran/vla-alloc-assoc.exp: New file.
11472 * gdb.fortran/vla-datatypes.exp: New file.
11473 * gdb.fortran/vla-datatypes.f90: New file.
11474 * gdb.fortran/vla-history.exp: New file.
11475 * gdb.fortran/vla-ptype-sub.exp: New file.
11476 * gdb.fortran/vla-ptype.exp: New file.
11477 * gdb.fortran/vla-sizeof.exp: New file.
11478 * gdb.fortran/vla-sub.f90: New file.
11479 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11480 * gdb.fortran/vla-value-sub-finish.exp: New file.
11481 * gdb.fortran/vla-value-sub.exp: New file.
11482 * gdb.fortran/vla-value.exp: New file.
11483 * gdb.fortran/vla-ptr-info.exp: New file.
11484 * gdb.mi/mi-vla-fortran.exp: New file.
11485 * gdb.mi/vla.f90: New file.
11486
11487 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11488
11489 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11490 of hardwired timeout value.
11491
11492 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11493 Pedro Alves <palves@redhat.com>
11494
11495 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11496 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11497
11498 2015-10-19 Josh Stone <jistone@redhat.com>
11499
11500 * gdb.base/catch-syscall.c: Include <sched.h>.
11501 (unknown_syscall): New variable.
11502 (main): Trigger a vfork and an unknown syscall.
11503 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11504 (unknown_syscall_number): Likewise.
11505 (check_call_to_syscall): Accept an optional syscall pattern.
11506 (check_return_from_syscall): Likewise.
11507 (check_continue): Likewise.
11508 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11509 (test_catch_syscall_skipping_return): New test toggling off 'catch
11510 syscall' to step over the syscall return, then toggling back on.
11511 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11512 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11513 (do_syscall_tests): Call test_catch_syscall_without_args and
11514 test_catch_syscall_mid_vfork.
11515 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11516 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11517
11518 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11519
11520 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11521 print g_vE): Add new pass patterns.
11522 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11523 print various symbol names for vptr fields.
11524
11525 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11526
11527 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11528 results.
11529
11530 2015-10-12 Yao Qi <yao.qi@linaro.org>
11531
11532 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11533
11534 2015-10-12 Yao Qi <yao.qi@linaro.org>
11535
11536 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11537 is aarch64*-*-linux*.
11538
11539 2015-10-12 Yao Qi <yao.qi@linaro.org>
11540
11541 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11542 (can_relocate_bcond_true): ... it.
11543 (can_relocate_bcond_false): New function.
11544 (foo): Likewise.
11545 (can_relocate_bl): Likewise.
11546 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11547 can_relocate_bl.
11548
11549 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11550
11551 * gdb.base/nested-addr.c: New file.
11552 * gdb.base/nested-addr.exp: New testcase.
11553
11554 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11555
11556 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11557 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11558 its output. Ignore the output of "record goto begin" and instead
11559 check that GDB is replaying.
11560
11561 2015-10-09 Pedro Alves <palves@redhat.com>
11562
11563 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11564 (top level): Use it in the run with no args test.
11565
11566 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11567
11568 * gdb.dlang/properties.exp: New file.
11569
11570 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11571
11572 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11573 whether or not address 0x1000 is mapped on the target.
11574
11575 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11576
11577 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11578 build.
11579
11580 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11581
11582 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11583 instruction-history test.
11584
11585 2015-09-28 Doug Evans <dje@google.com>
11586
11587 * gdb.base/gcore.c (array_func): Add reference to static_array.
11588
11589 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11590
11591 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11592 source line.
11593
11594 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11595
11596 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11597 short or char as base type.
11598
11599 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11600
11601 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11602 to allow any size enum.
11603
11604 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11605
11606 * gdb.ada/array_ptr_renaming.exp: New testcase.
11607 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11608 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11609
11610 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11611
11612 * gdb.trace/ftrace-lock.c: New file.
11613 * gdb.trace/ftrace-lock.exp: New file.
11614
11615 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11616
11617 * gdb.arch/insn-reloc.c: New file.
11618 * gdb.arch/ftrace-insn-reloc.exp: New file.
11619
11620 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11621
11622 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11623 instruction.
11624 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11625 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11626 * gdb.trace/range-stepping.c: Likewise.
11627 * gdb.trace/trace-break.c: Likewise.
11628 * gdb.trace/trace-mt.c (thread_function): Likewise.
11629 * gdb.trace/ftrace.c (marker): Likewise.
11630 * gdb.trace/trace-condition.c (marker): Likewise.
11631 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11632 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11633 is_aarch64_target.
11634
11635 2015-09-18 Doug Evans <xdje42@gmail.com>
11636
11637 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11638 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11639
11640 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11641
11642 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11643 the breakpoint.
11644
11645 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11646
11647 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11648 the pending breakpoint. Remove timeout override for "Run till
11649 MI pending breakpoint on pendfunc3 on thread 2" test.
11650
11651 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11652
11653 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11654 filename pattern.
11655
11656 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11657
11658 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11659 in breakpoint filename pattern.
11660
11661 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11662
11663 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11664
11665 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11666
11667 * gdb.linespec/explicit.exp: Check for readline support for
11668 tab-completion tests. Fix obvious typo.
11669
11670 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11671
11672 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11673 and replay.
11674
11675 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11676
11677 * gdb.btrace/non-stop.c: New.
11678 * gdb.btrace/non-stop.exp: New.
11679
11680 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11681 Yao Qi <yao.qi@linaro.org>
11682
11683 * gdb.trace/trace-condition.c: New file.
11684 * gdb.trace/trace-condition.exp: New file.
11685
11686 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11687
11688 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11689 for testing bytecode compilation.
11690
11691 2015-09-16 Pedro Alves <palves@redhat.com>
11692 Sandra Loosemore <sandra@codesourcery.com>
11693
11694 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11695 (SECONDS): Redefine.
11696 (main): Call pthread_kill and alarm early.
11697 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11698 support.
11699 (test): If the target can't hardware step and doesn't support
11700 displaced stepping, increase the timeout.
11701
11702 2015-09-16 Pedro Alves <palves@redhat.com>
11703
11704 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11705 (enable_debug): New procedures.
11706 (test): Use them. Bail out if waiting for threads fails.
11707 (top level): Bail out if a test fails.
11708
11709 2015-09-16 Yao Qi <yao.qi@linaro.org>
11710
11711 * gdb.asm/asm-source.exp: Set asm-arch for
11712 aarch64*-*-* target.
11713 * gdb.asm/aarch64.inc: New file.
11714
11715 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11716
11717 * gdb.ada/array_of_variable_length.exp: New testcase.
11718 * gdb.ada/array_of_variable_length/foo.adb: New file.
11719 * gdb.ada/array_of_variable_length/pck.adb: New file.
11720 * gdb.ada/array_of_variable_length/pck.ads: New file.
11721
11722 2015-09-15 Doug Evans <dje@google.com>
11723
11724 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11725 of function static local variable.
11726
11727 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11728
11729 * gdb.threads/tls-so_extern.exp: New test file.
11730 * gdb.threads/tls-so_extern.c: New test file.
11731 * gdb.threads/tls-so_extern_main.c: New test file.
11732
11733 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11734
11735 * gdb.opt/solib-intra-step-lib.c: New file.
11736 * gdb.opt/solib-intra-step-main.c: New file.
11737 * gdb.opt/solib-intra-step.exp: New file.
11738
11739 2015-09-15 Pedro Alves <palves@redhat.com>
11740
11741 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11742 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11743
11744 2015-09-14 Pedro Alves <palves@redhat.com>
11745
11746 * gdb.base/hook-stop-continue.c: Delete.
11747 * gdb.base/hook-stop-continue.exp: Delete.
11748 * gdb.base/hook-stop-frame.c: Delete.
11749 * gdb.base/hook-stop-frame.exp: Delete.
11750 * gdb.base/hook-stop.c: New file.
11751 * gdb.base/hook-stop.exp: New file.
11752
11753 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11754
11755 * gdb.ada/access_to_packed_array.exp: New testcase.
11756 * gdb.ada/access_to_packed_array/foo.adb: New file.
11757 * gdb.ada/access_to_packed_array/pack.adb: New file.
11758 * gdb.ada/access_to_packed_array/pack.ads: New file.
11759
11760 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11761
11762 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11763 buffer size test.
11764
11765 2015-09-11 Don Breazeal <donb@codesourcery.com>
11766
11767 * gdb.base/foll-exec.c: Add copyright header. Fix
11768 formatting issues.
11769 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11770 (do_exec_tests): Use clean_restart in place of zap_session,
11771 and for test initialization. Fix formatting issues. Use
11772 fail in place of perror.
11773 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11774 an expect statement to match an expression with output from
11775 the program under debug.
11776 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11777 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11778 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11779 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11780 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11781
11782 2015-09-09 Doug Evans <dje@google.com>
11783
11784 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11785
11786 2015-09-09 Doug Evans <dje@google.com>
11787
11788 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11789
11790 2015-09-09 Doug Evans <dje@google.com>
11791
11792 * gdb.base/savedregs.exp: Fix typo.
11793
11794 2015-09-09 Pedro Alves <palves@redhat.com>
11795
11796 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11797
11798 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11799
11800 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11801 command actually switches threads. Give up on remaining
11802 tests if target fails to stop at breakpoint.
11803
11804 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11805
11806 * gdb.ada/funcall_char.exp: New testcase.
11807 * gdb.ada/funcall_char/foo.adb: New file.
11808
11809 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11810
11811 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11812 expected outputs. Add two testcases for completing ambiguous
11813 functions.
11814 * gdb.ada/complete/aux_pck.adb: New file.
11815 * gdb.ada/complete/aux_pck.ads: New file.
11816 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11817 Ambiguous_Func functions.
11818 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11819 * gdb.ada/complete/pck.adb: Likewise.
11820
11821 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11822
11823 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11824 failures to run the test program under GDB.
11825
11826 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
11827
11828 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11829 to C.
11830
11831 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11832
11833 * gdb.base/run-after-attach.exp: New test file.
11834 * gdb.base/run-after-attach.c: New test file.
11835
11836 2015-08-26 Don Breazeal <donb@codesourcery.com>
11837
11838 * gdb.base/foll-exec-2.c: New test program.
11839 * gdb.base/foll-exec-2.exp: New test.
11840
11841 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11842
11843 * gdb.base/nested-subp1.exp: New file.
11844 * gdb.base/nested-subp1.c: New file.
11845 * gdb.base/nested-subp2.exp: New file.
11846 * gdb.base/nested-subp2.c: New file.
11847 * gdb.base/nested-subp3.exp: New file.
11848 * gdb.base/nested-subp3.c: New file.
11849
11850 2015-08-24 Pedro Alves <palves@redhat.com>
11851
11852 * gdb.server/connect-without-multi-process.c: New file.
11853 * gdb.server/connect-without-multi-process.exp: New file.
11854
11855 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11856
11857 * gdb.opt/inline-markers.c: Make z int.
11858
11859 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11860
11861 * gdb.opt/inline-markers.c: Make z volatile.
11862
11863 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11864
11865 * gdb.opt/inline-bt.c: New volatile global z.
11866 * gdb.opt/inline-cmds.c: Likewise.
11867 * gdb.opt/inline-locals.c: Likewise.
11868 * gdb.opt/inline-markers.c: New extern global z.
11869 (marker): Use z.
11870 (inline_fn): Likewise.
11871
11872 2015-08-24 Pedro Alves <palves@redhat.com>
11873
11874 * config/m32r-stub.exp: Remove file.
11875 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11876 * gdb.base/call-rt-st.exp: Likewise.
11877 * gdb.base/call-strs.exp: Likewise.
11878 * gdb.base/default.exp: Remove references to h8300-*-hms and
11879 *-*-udi*.
11880 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11881
11882 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11883
11884 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11885 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11886 and "return" use KFAIL when GDB can not read/write the vector
11887 return value.
11888
11889 2015-08-21 Gary Benson <gbenson@redhat.com>
11890
11891 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11892
11893 2015-08-20 Pedro Alves <palves@redhat.com>
11894
11895 * gdb.server/solib-list.exp: No longer expect an interior stop in
11896 non-stop mode.
11897
11898 2015-08-20 Pedro Alves <palves@redhat.com>
11899
11900 * gdb.server/connect-stopped-target.c: New file.
11901 * gdb.server/connect-stopped-target.exp: New file.
11902
11903 2015-08-20 Pedro Alves <palves@redhat.com>
11904
11905 * gdb.dwarf2/comp-unit-lang.exp: New file.
11906 * gdb.dwarf2/comp-unit-lang.c: New file.
11907
11908 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11909
11910 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11911 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11912
11913 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11914
11915 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11916 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11917
11918 2015-08-18 Doug Evans <dje@google.com>
11919 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11920
11921 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11922 skip_python_tests. New arg prompt_regexp.
11923 (skip_python_tests): New function.
11924 * lib/mi-support.exp (mi_skip_python_tests): New function.
11925 * gdb.python/py-mi-objfile-gdb.py: New file.
11926 * gdb.python/py-mi-objfile.c: New file.
11927 * gdb.python/py-mi-objfile.exp: New file.
11928
11929 2015-08-17 Keith Seitz <keiths@redhat.com>
11930
11931 * gdb.linespec/explicit.exp: Move strace test from here ...
11932 * gdb.trace/strace.exp: ... to here.
11933
11934 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11935
11936 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11937 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11938
11939 2015-08-14 Doug Evans <xdje42@gmail.com>
11940
11941 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11942 inferior before selecting a new file.
11943
11944 2015-08-14 Doug Evans <xdje42@gmail.com>
11945
11946 * gdb.mi/mi-disassemble.exp: Update.
11947 * gdb.base/disasm-optim.S: New file.
11948 * gdb.base/disasm-optim.c: New file.
11949 * gdb.base/disasm-optim.h: New file.
11950 * gdb.base/disasm-optim.exp: New file.
11951
11952 2015-08-14 Keith Seitz <keiths@redhat.com>
11953
11954 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11955 "evaluated-by".
11956
11957 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11958
11959 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11960
11961 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11962
11963 * gdb.ada/fun_renaming.exp: New testcase.
11964 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11965 * gdb.ada/fun_renaming/pack.adb: New file.
11966 * gdb.ada/fun_renaming/pack.ads: New file.
11967
11968 2015-08-12 Keith Seitz <keiths@redhat.com>
11969
11970 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11971 gdb_get_line_number.
11972
11973 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11974
11975 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11976 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11977 gdb.base/dso2dso.exp: New files.
11978
11979 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11980 Pedro Alves <palves@redhat.com>
11981 Keith Seitz <keiths@redhat.com>
11982
11983 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11984 GDBFLAGS.
11985
11986 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11987
11988 * gdb.base/gdbhistsize-history.exp
11989 (test_histsize_history_setting): Use save_vars.
11990 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11991 Use save_vars.
11992 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11993 * gdb.base/readline.exp: Use save_vars.
11994
11995 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11996
11997 * lib/gdb.exp (save_vars): New proc.
11998
11999 2015-08-11 Keith Seitz <keiths@redhat.com>
12000
12001 * gdb.base/help.exp: Update help_breakpoint_text.
12002
12003 2015-08-11 Keith Seitz <keiths@redhat.com>
12004
12005 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12006 (at toplevel): Call test_explicit_breakpoints.
12007 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12008 breakpoints.
12009 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12010 breakpoint conditions, "-cond".
12011
12012 2015-08-11 Keith Seitz <keiths@redhat.com>
12013
12014 * gdb.linespec/3explicit.c: New file.
12015 * gdb.linespec/cpexplicit.cc: New file.
12016 * gdb.linespec/cpexplicit.exp: New file.
12017 * gdb.linespec/explicit.c: New file.
12018 * gdb.linespec/explicit.exp: New file.
12019 * gdb.linespec/explicit2.c: New file.
12020 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12021 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12022 before using in the matching pattern.
12023 Clarify that `prefix' is a regular expression.
12024
12025 2015-08-11 Keith Seitz <keiths@redhat.com>
12026
12027 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12028 test.
12029 Add tests for missing ",FMT" and ",".
12030
12031 2015-08-10 Doug Evans <dje@google.com>
12032 Keith Seitz <keiths@redhat.com>
12033
12034 PR gdb/17960
12035 * gdb.base/completion.exp: Add location completer tests.
12036
12037 2015-08-07 Pedro Alves <palves@redhat.com>
12038
12039 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12040 tests here.
12041 (top level): Run do_test with and without displaced stepping.
12042
12043 2015-08-07 Pedro Alves <palves@redhat.com>
12044
12045 * gdb.base/valgrind-disp-step.c: New file.
12046 * gdb.base/valgrind-disp-step.exp: New file.
12047
12048 2015-08-07 Pedro Alves <palves@redhat.com>
12049
12050 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12051 Delete function.
12052 (main): Add alarm. Run an infinite loop instead of calling
12053 wait_threads.
12054 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12055 comment.
12056 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12057 Delete function.
12058 (main): Add alarm. Run an infinite loop instead of calling
12059 wait_threads.
12060 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12061 comment.
12062
12063 2015-08-07 Pedro Alves <palves@redhat.com>
12064
12065 * gdb.base/checkpoint-ns.exp: New file.
12066 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12067 standard_testfile.
12068
12069 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12070
12071 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12072 * gdb.btrace/instruction_history.exp: Update.
12073 * gdb.btrace/tsx.exp: New.
12074 * gdb.btrace/tsx.c: New.
12075
12076 2015-08-06 Pedro Alves <palves@redhat.com>
12077
12078 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12079 increase timeout.
12080 * gdb.reverse/until-precsave.exp: Bump timeouts.
12081
12082 2015-08-06 Pedro Alves <palves@redhat.com>
12083
12084 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12085
12086 2015-08-06 Pedro Alves <palves@redhat.com>
12087
12088 PR gdb/18749
12089 * gdb.threads/process-dies-while-handling-bp.c: New file.
12090 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12091
12092 2015-08-06 Pedro Alves <palves@redhat.com>
12093
12094 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12095 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12096
12097 2015-08-05 Pedro Alves <palves@redhat.com>
12098
12099 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12100 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12101
12102 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12103
12104 * gdb.base/bp-permanent.exp: Report test as unsupported if
12105 the target cannot stop at the permanent breakpoint.
12106
12107 2015-08-03 Doug Evans <dje@google.com>
12108
12109 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12110 10000.
12111
12112 2015-08-03 Doug Evans <dje@google.com>
12113
12114 * Makefile.in (workers/%.worker, build-perf): New rule.
12115 (GDB_PERFTEST_MODE): New variable.
12116 (check-perf): Use it.
12117 (clean): Clean up gdb.perf parallel build subdirs.
12118 * lib/build-piece.exp: New file.
12119 * lib/gdb.exp (make_gdb_parallel_path): New function
12120 (standard_output_file, standard_temp_file): Call it.
12121 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12122 of $GDB_PARALLEL.
12123 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12124
12125 2015-08-03 Doug Evans <dje@google.com>
12126
12127 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12128 (LOG_FILE_NAME): New global.
12129 (TextReporter.__init__): Initialize self.txt_sum.
12130 (TextReporter.report): Add support for multiple data-points.
12131 Move report to perftest.sum, put raw data in perftest.log.
12132 (TextReporter.start): Open sum and log files.
12133 (TextReporter.end): Close sum and log files.
12134 * gdb.perf/lib/perftest/testresult.py
12135 (SingleStatisticTestResult.record): Handle multiple data-points.
12136
12137 2015-07-31 Pedro Alves <palves@redhat.com>
12138
12139 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12140 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12141 kill_wait_spawned_process instead of explicit "kill -9".
12142 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12143 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12144 kill_wait_spawned_process.
12145 * gdb.base/attach-twice.exp: Likewise.
12146 * gdb.base/attach.exp: Likewise.
12147 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12148 gdb_test_multiple.
12149 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12150 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12151 kill_wait_spawned_process.
12152 * gdb.base/valgrind-infcall.exp: Likewise.
12153 * gdb.multi/multi-attach.exp: Likewise.
12154 * gdb.python/py-prompt.exp: Likewise.
12155 * gdb.python/py-sync-interp.exp: Likewise.
12156 * gdb.server/ext-attach.exp: Likewise.
12157 * gdb.threads/attach-into-signal.exp (corefunc): Use
12158 spawn_wait_for_attach, spawn_id_get_pid and
12159 kill_wait_spawned_process.
12160 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12161 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12162 spawn_id_get_pid and kill_wait_spawned_process.
12163 * gdb.threads/attach-stopped.exp (corefunc): Use
12164 spawn_wait_for_attach, spawn_id_get_pid and
12165 kill_wait_spawned_process.
12166 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12167 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12168 kill_wait_spawned_process instead of explicit "kill -9".
12169 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12170 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12171 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12172 processes. Don't map cygwin/windows pids here. Now returns a
12173 spawn id list.
12174
12175 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12176
12177 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12178 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12179 correct patch.
12180
12181 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12182
12183 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12184
12185 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12186
12187 Reapply:
12188 2014-05-21 Mark Wielaard <mjw@redhat.com>
12189
12190 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12191
12192 2015-07-30 Pedro Alves <palves@redhat.com>
12193
12194 * linux-low.c (handle_extended_wait): Set the child's last
12195 reported status to TARGET_WAITKIND_STOPPED.
12196
12197 2015-07-30 Pedro Alves <palves@redhat.com>
12198
12199 PR threads/18600
12200 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12201 only shows inferior 1.
12202
12203 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12204 Pedro Alves <palves@redhat.com>
12205
12206 PR threads/18600
12207 * gdb.threads/fork-plus-threads.c: New file.
12208 * gdb.threads/fork-plus-threads.exp: New file.
12209
12210 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12211
12212 * gdb.base/batch-preserve-term-settings.exp
12213 (test_terminal_settings_preserved_after_cli_exit): Use
12214 send_quit_command.
12215
12216 2015-07-29 Pedro Alves <palves@redhat.com>
12217 Don Breazeal <donb@codesourcery.com>
12218
12219 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12220 output from both inferior_spawn_id and gdb_spawn_id.
12221
12222 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12223
12224 * gdb.threads/attach-into-signal.exp (corefunc): Use
12225 with_test_prefix on nested loops, uniquefying the test messages.
12226
12227 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12228
12229 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12230 commit.
12231
12232 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12233
12234 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12235 New proc.
12236 (test_terminal_settings_preserved_after_sigterm): New test.
12237
12238 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12239
12240 * gdb.base/batch-preserve-term-settings.exp
12241 (test_terminal_settings_preserved_after_cli_exit): New test.
12242
12243 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12244
12245 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12246 manipulation of saved_gdbflags.
12247 (test_terminal_settings_preserved): Remove global declaration of
12248 the unused variable pagination_prompt. Remove manipulation of
12249 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12250 GDBFLAGS.
12251
12252 2015-07-29 Pedro Alves <palves@redhat.com>
12253
12254 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12255
12256 2015-07-29 Pedro Alves <palves@redhat.com>
12257
12258 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12259 at the top.
12260
12261 2015-07-29 Pedro Alves <palves@redhat.com>
12262
12263 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12264 (main): Call gdb_unbuffer_output.
12265 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12266 (main): Call gdb_unbuffer_output.
12267 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12268 (main): Call gdb_unbuffer_output.
12269 * gdb.base/call-strs.exp: Adjust to step over the
12270 gdb_unbuffer_output call.
12271 * gdb.base/catch-gdb-caused-signals.c: Include
12272 "../lib/unbuffer_output.c".
12273 (main): Call gdb_unbuffer_output.
12274 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12275 (main): Call gdb_unbuffer_output.
12276 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12277 (main): Call gdb_unbuffer_output.
12278 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12279 (main): Call gdb_unbuffer_output.
12280 * gdb.base/shlib-call.exp: Adjust to step over the
12281 gdb_unbuffer_output call.
12282 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12283 (main): Call gdb_unbuffer_output.
12284 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12285 (main): Call gdb_unbuffer_output.
12286 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12287 (main): Rename to ...
12288 (test): ... this.
12289 (main): Reimplement.
12290 * gdb.base/varargs.exp: Run to test instead of to main.
12291 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12292 (main): Call gdb_unbuffer_output.
12293
12294 2015-07-29 Pedro Alves <palves@redhat.com>
12295
12296 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12297 factore out from mi_continue_dprintf. For call-style dprintfs,
12298 expect dprintf output out of $inferior_spawn_id.
12299 (mi_continue_dprintf): Use mi_expect_dprintf.
12300 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12301 (main): Call gdb_unbuffer_output.
12302
12303 2015-07-29 Pedro Alves <palves@redhat.com>
12304
12305 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12306 (default_mi_gdb_start): Set inferior_spawn_id instead of
12307 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12308 gdb_spawn_id.
12309 (mi_gdb_test): Always expect inferior output from both
12310 $inferior_spawn_id and $gdb_spawn_id.
12311
12312 2015-07-29 Pedro Alves <palves@redhat.com>
12313
12314 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12315 send_inferior and $inferior_spawn_id.
12316
12317 2015-07-29 Pedro Alves <palves@redhat.com>
12318
12319 * gdb.gdb/complaints.exp (test_initial_complaints)
12320 (test_serial_complaints, test_short_complaints): Use
12321 gdb_test_stdio.
12322 (test_empty_complaint): Handle $inferior_spawn_id !=
12323 $gdb_spawn_id.
12324
12325 2015-07-29 Pedro Alves <palves@redhat.com>
12326
12327 * gdb.base/varargs.exp: Use gdb_test_stdio.
12328
12329 2015-07-29 Pedro Alves <palves@redhat.com>
12330
12331 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12332
12333 2015-07-29 Pedro Alves <palves@redhat.com>
12334
12335 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12336
12337 2015-07-29 Pedro Alves <palves@redhat.com>
12338
12339 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12340 parameter into two new parameters, "inf_result" and "gdb_result".
12341 Expect inferior output and gdb output from $inferior_spawn_id and
12342 $gdb_spawn_id, respectively. Adjust all callers.
12343
12344 2015-07-29 Pedro Alves <palves@redhat.com>
12345
12346 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12347 of gdb_test_sequence.
12348
12349 2015-07-29 Pedro Alves <palves@redhat.com>
12350
12351 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12352 (saw_spurious_output): Expect inferior output from
12353 $inferior_spawn_id. Use gdb_test_stdio.
12354
12355 2015-07-29 Pedro Alves <palves@redhat.com>
12356
12357 * gdb.base/dprintf.exp: Use standard_testfile. Change
12358 prepare_for_testing call.
12359 (srcfile): Don't set.
12360 (restart): New procedure.
12361 (test_dprintf): New procecure, use to continue over dprintfs.
12362 (test_call, test_agent): New procedures, tests moved here.
12363 Restart gdb and recreate dprintfs. Adjust expected output.
12364
12365 2015-07-29 Pedro Alves <palves@redhat.com>
12366
12367 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12368
12369 2015-07-29 Pedro Alves <palves@redhat.com>
12370
12371 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12372
12373 2015-07-29 Pedro Alves <palves@redhat.com>
12374
12375 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12376 gdb_test_stdio.
12377
12378 2015-07-29 Pedro Alves <palves@redhat.com>
12379
12380 * lib/gdb.exp (gdb_test_stdio): New procedure.
12381
12382 2015-07-29 Pedro Alves <palves@redhat.com>
12383
12384 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12385
12386 2015-07-29 Pedro Alves <palves@redhat.com>
12387
12388 * gdb.base/call-signal-resume.exp: Remove check for
12389 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12390 * gdb.base/unwindonsignal.exp: Likewise.
12391 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12392 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12393
12394 2015-07-29 Pedro Alves <palves@redhat.com>
12395
12396 * gdb.base/siginfo-addr.c (pass): New function.
12397 (handler): Call it iff si_addr is correct.
12398 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12399 Set a breakpoint at "pass" and continue to it.
12400
12401 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12402
12403 * gdb.python/py-objfile.exp: Make some tests have unique names.
12404 * gdb.python/py-pp-registration.exp: Likewise.
12405
12406 2015-07-28 Pedro Alves <palves@redhat.com>
12407
12408 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12409
12410 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12411
12412 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12413
12414 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12415
12416 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12417
12418 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12419
12420 * gdb.base/gdb-sigterm-2.exp: New test.
12421
12422 2015-07-25 Doug Evans <xdje42@gmail.com>
12423
12424 Revert:
12425 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12426 (workers/%.worker, build-perf): New rule.
12427 (GDB_PERFTEST_MODE): New variable.
12428 (check-perf): Use it.
12429 (clean): Clean up gdb.perf parallel build subdirs.
12430 * lib/build-piece.exp: New file.
12431 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12432 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12433 name.
12434 (standard_temp_file): Ditto.
12435 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12436 of $GDB_PARALLEL.
12437
12438 2015-07-24 Doug Evans <dje@google.com>
12439
12440 * gdb.perf/lib/perftest/utils.py: New file.
12441 * gdb.perf/gm-hello.cc: New file.
12442 * gdb.perf/gm-pervasive-typedef.cc: New file.
12443 * gdb.perf/gm-pervasive-typedef.h: New file.
12444 * gdb.perf/gm-std.cc: New file.
12445 * gdb.perf/gm-std.h: New file.
12446 * gdb.perf/gm-use-cerr.cc: New file.
12447 * gdb.perf/gm-utils.h: New file.
12448 * gdb.perf/gmonster-null-lookup.py: New file.
12449 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12450 * gdb.perf/gmonster-print-cerr.py: New file.
12451 * gdb.perf/gmonster-ptype-string.py: New file.
12452 * gdb.perf/gmonster-runto-main.py: New file.
12453 * gdb.perf/gmonster-select-file.py: New file.
12454 * gdb.perf/gmonster1-null-lookup.exp: New file.
12455 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12456 * gdb.perf/gmonster1-print-cerr.exp: New file.
12457 * gdb.perf/gmonster1-ptype-string.exp: New file.
12458 * gdb.perf/gmonster1-runto-main.exp: New file.
12459 * gdb.perf/gmonster1-select-file.exp: New file.
12460 * gdb.perf/gmonster1.cc: New file.
12461 * gdb.perf/gmonster1.exp: New file.
12462 * gdb.perf/gmonster2-null-lookup.exp: New file.
12463 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12464 * gdb.perf/gmonster2-print-cerr.exp: New file.
12465 * gdb.perf/gmonster2-ptype-string.exp: New file.
12466 * gdb.perf/gmonster2-runto-main.exp: New file.
12467 * gdb.perf/gmonster2-select-file.exp: New file.
12468 * gdb.perf/gmonster2.cc: New file.
12469 * gdb.perf/gmonster2.exp: New file.
12470
12471 2015-07-24 Doug Evans <dje@google.com>
12472
12473 * gdb.perf/README: New file.
12474 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12475 * lib/gen-perf-test.exp: New file.
12476
12477 2015-07-24 Doug Evans <dje@google.com>
12478
12479 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12480 (PerfTest::startup): New function.
12481 (PerfTest::run): Return result of calling body.
12482 (PerfTest::assemble): Rewrite.
12483 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12484 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12485 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12486 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12487 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12488
12489 2015-07-24 Doug Evans <dje@google.com>
12490
12491 * lib/gdb.exp (clean_restart): Make executable optional.
12492
12493 2015-07-24 Doug Evans <dje@google.com>
12494
12495 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12496 compiler_info references.
12497 * gdb.cp/temargs.exp: Ditto.
12498 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12499 (get_compiler_info): Early exit if already computed. Set compiler_info
12500 to "unknown" if there was a problem.
12501 (test_compiler_info): Add function comment. Call get_compiler_info.
12502
12503 2015-07-24 Doug Evans <dje@google.com>
12504
12505 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12506 (workers/%.worker, build-perf): New rule.
12507 (GDB_PERFTEST_MODE): New variable.
12508 (check-perf): Use it.
12509 (clean): Clean up gdb.perf parallel build subdirs.
12510 * lib/build-piece.exp: New file.
12511 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12512 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12513 name.
12514 (standard_temp_file): Ditto.
12515 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12516 of $GDB_PARALLEL.
12517
12518 2015-07-24 Doug Evans <dje@google.com>
12519
12520 * lib/future.exp (gdb_default_target_compile): New option
12521 "early_flags".
12522 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12523 --as-needed.
12524
12525 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12526
12527 * gdb.base/catch-syscall.exp: Call gdb_exit before
12528 gdb_skip_xml_test.
12529
12530 2015-07-24 Pedro Alves <palves@redhat.com>
12531
12532 * gdb.python/py-events.exp: Accept output between the stop event
12533 and the prompt.
12534 * gdb.python/py-evsignal.exp: Likewise.
12535 * gdb.python/py-evthreads.exp: Likewise.
12536
12537 2015-07-24 Pedro Alves <palves@redhat.com>
12538
12539 PR gdb/18717
12540 * gdb.threads/non-ldr-exit.c: New file.
12541 * gdb.threads/non-ldr-exit.exp: New file.
12542
12543 2015-07-24 Yao Qi <yao.qi@linaro.org>
12544
12545 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12546 restarting process.
12547
12548 2015-07-24 Yao Qi <yao.qi@linaro.org>
12549
12550 * gdb.server/ext-restart.exp: New file.
12551
12552 2015-07-24 Yao Qi <yao.qi@linaro.org>
12553
12554 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12555 argument options.
12556 * gdb.server/ext-wrapper.exp: New file.
12557
12558 2015-07-23 Doug Evans <dje@google.com>
12559
12560 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12561 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12562
12563 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12564
12565 * gdb.ada/var_arr_typedef.exp: New testcase.
12566 * gdb.ada/var_arr_typedef/pack.adb: New file.
12567 * gdb.ada/var_arr_typedef/pack.ads: New file.
12568 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12569
12570 2015-07-20 Joel Brobecker <brobecker@adacore.com>
12571
12572 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12573
12574 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12575
12576 * gdb.arch/i386-biarch-core.exp: Replace istarget
12577 by "complete set gnutarget". Remove expectation for the "core-file"
12578 command.
12579
12580 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12581
12582 Revert the previous commit:
12583 Tests for validate symbol file using build-id.
12584
12585 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12586
12587 Tests for validate symbol file using build-id.
12588 * gdb.base/solib-mismatch-lib.c: New file.
12589 * gdb.base/solib-mismatch-libmod.c: New file.
12590 * gdb.base/solib-mismatch.c: New file.
12591 * gdb.base/solib-mismatch.exp: New file.
12592
12593 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12594
12595 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12596 nios2-*-linux*.
12597 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12598 * gdb.base/siginfo.exp: Likewise.
12599 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12600
12601 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12602
12603 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12604 Move it to ...
12605 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12606 ... here.
12607 * gdb.trace/range-stepping.exp: Check that the target supports
12608 range stepping.
12609
12610 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12611
12612 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12613
12614 2015-07-14 Pedro Alves <palves@redhat.com>
12615
12616 * gdb.base/killed-outside.exp: New file.
12617 * gdb.base/killed-outside.c: New file.
12618
12619 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12620
12621 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12622 (n at main): New.
12623 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12624
12625 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12626
12627 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12628 infcall tests instead of setting up for KFAIL.
12629
12630 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12631
12632 * gdb.btrace/record_goto-step.exp: New.
12633
12634 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12635
12636 PR compile/18484
12637 * gdb.compile/compile.c (struct struct_type): Add volatile to
12638 selffield's type.
12639 * gdb.compile/compile.exp
12640 (compile code struct_object.selffield = &struct_object): Skip further
12641 struct_object tests if this one xfails.
12642
12643 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
12644
12645 PR exp/18617
12646 * gdb.trace/ax.exp: Add test.
12647
12648 2015-07-07 Yao Qi <yao.qi@linaro.org>
12649
12650 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12651 instead of istarget "aarch64*-*-*".
12652 * gdb.arch/aarch64-fp.exp: Likewise.
12653 * gdb.base/float.exp: Likewise.
12654 * gdb.reverse/aarch64.exp: Likewise.
12655 * lib/gdb.exp (is_aarch64_target): New proc.
12656
12657 2015-07-07 Yao Qi <yao.qi@linaro.org>
12658
12659 * lib/gdb.exp (is_aarch32_target): New proc.
12660 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12661 instead of "istarget "arm*-*-*"".
12662 * gdb.arch/arm-disp-step.exp: Likewise.
12663 * gdb.arch/thumb-bx-pc.exp: Likewise.
12664 * gdb.arch/thumb-prologue.exp: Likewise.
12665 * gdb.arch/thumb-singlestep.exp: Likewise.
12666 * gdb.base/disp-step-syscall.exp: Likewise.
12667 * gdb.base/float.exp: Likewise.
12668
12669 2015-07-07 Yao Qi <yao.qi@linaro.org>
12670
12671 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12672 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12673
12674 2015-07-07 Yao Qi <yao.qi@linaro.org>
12675
12676 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12677 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12678 if it exists.
12679 * gdb.multi/multi-arch.exp: Likewise.
12680
12681 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12682
12683 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12684 print.
12685
12686 2015-07-07 Yao Qi <yao.qi@linaro.org>
12687
12688 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12689
12690 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12691
12692 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12693 '[' and ']' characters.
12694
12695 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12696
12697 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12698
12699 2015-06-29 Pedro Alves <palves@redhat.com>
12700
12701 PR threads/18127
12702 * gdb.threads/hand-call-new-thread.c: New file.
12703 * gdb.threads/hand-call-new-thread.c: New file.
12704
12705 2015-06-26 Keith Seitz <keiths@redhat.com>
12706 Doug Evans <dje@google.com>
12707
12708 PR 16253
12709 * gdb.cp/var-tag-2.cc: New file.
12710 * gdb.cp/var-tag-3.cc: New file.
12711 * gdb.cp/var-tag-4.cc: New file.
12712 * gdb.cp/var-tag.cc: New file.
12713 * gdb.cp/var-tag.exp: New file.
12714
12715 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12716
12717 * gdb.base/history-duplicates.exp: New test.
12718
12719 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12720
12721 * gdb.base/completion.exp: Test the completion of the "focus"
12722 command.
12723
12724 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12725
12726 * gdb.arch/amd64-prologue-skip.S: New file.
12727 * gdb.arch/amd64-prologue-skip.exp: New file.
12728
12729 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12730
12731 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12732 is_address_zero_readable check.
12733
12734 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12735
12736 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12737 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12738
12739 2015-06-24 Yao Qi <yao.qi@linaro.org>
12740
12741 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12742 linux targets.
12743
12744 2015-06-24 Yao Qi <yao.qi@linaro.org>
12745
12746 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12747 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12748 * gdb.base/siginfo-thread.exp: Likewise.
12749
12750 2015-06-22 Yao Qi <yao.qi@linaro.org>
12751
12752 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12753
12754 2015-06-22 Yao Qi <yao.qi@linaro.org>
12755
12756 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12757 aarch64*-*-*.
12758 (skip_hw_watchpoint_tests): Likewise.
12759
12760 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12761
12762 * gdb.base/gdbinit-history.exp: Test the interaction between
12763 setting GDBHISTSIZE and setting the history size via .gdbinit.
12764
12765 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12766
12767 PR gdb/16999
12768 * gdb.base/gdbhistsize-history.exp: New test.
12769
12770 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12771
12772 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12773 with GDBHISTSIZE.
12774 * gdb.base/readline.exp: Likewise.
12775
12776 2015-06-17 Yao Qi <yao.qi@linaro.org>
12777
12778 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12779 line.
12780
12781 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12782
12783 * gdb.base/gdbinit-history.exp: Add test case to check that
12784 an unlimited history file does not get truncated on exit.
12785
12786 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12787
12788 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12789 (VECTOR): New macro. Use it...
12790 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12791 ...for these typedefs.
12792 (int8, char1, int1, double1): New typedefs.
12793 (struct just_int2, struct two_int2): New structures.
12794 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12795 (add_structvecs, add_singlevecs): New functions.
12796 (main): Call add_some_intvecs twice.
12797 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12798 the compile and exit upon failure. Try compiling for the "native"
12799 architecture. Test inferior function calls with vector arguments
12800 and vector return value handling with "finish" and "return".
12801
12802 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12803
12804 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12805 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12806 PE file.
12807 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12808
12809 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12810
12811 PR breakpoints/16465
12812 * gdb.mi/mi-dprintf-pending.c: New file.
12813 * gdb.mi/mi-dprintf-pending.exp: New test.
12814 * gdb.mi/mi-dprintf-pendshr.c: New file.
12815
12816 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12817 Mircea Gherzan <mircea.gherzan@intel.com>
12818
12819 * gdb.arch/i386-mpx-map.c: New file.
12820 * gdb.arch/i386-mpx-map.exp: New File.
12821
12822 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12823
12824 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12825 * gdb.arch/i386-mpx.exp: Indentation fixed.
12826
12827 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12828
12829 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12830 function and improved indentation.
12831 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12832 gdb_test_multiple. Added additional tests to skip the test.
12833
12834 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12835
12836 * gdb.arch/i386-avx512.c: Change path in include file.
12837 * gdb.arch/i386-avx512.exp: Change include dir path
12838 compilation flag.
12839 * gdb.arch/i386-mpx.c: Change path in include file.
12840 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12841 flag.
12842
12843 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12844
12845 * gdb.compile/compile-print.exp (compile print *vararray@3)
12846 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12847
12848 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12849
12850 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12851 (do not keep jit in memory): ... this.
12852 (expect 5): Change it to ...
12853 (expect no 5): ... this.
12854
12855 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12856
12857 PR gdb/15564
12858 * gdb.mi/mi-detach.exp: New file.
12859
12860 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12861
12862 PR symtab/18392
12863 * gdb.arch/amd64-tailcall-self.S: New file.
12864 * gdb.arch/amd64-tailcall-self.c: New file.
12865 * gdb.arch/amd64-tailcall-self.exp: New file.
12866
12867 2015-05-28 Don Breazeal <donb@codesourcery.com>
12868
12869 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12870 tests for remote targets by checking is_target_gdbserver.
12871
12872 2015-05-27 Doug Evans <dje@google.com>
12873
12874 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12875 * gdb.dwarf2/opaque-type-lookup.c: New file.
12876 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12877
12878 2015-05-26 Doug Evans <dje@google.com>
12879
12880 * gdb.cp/iostream.cc: New file.
12881 * gdb.cp/iostream.exp: New file.
12882
12883 2015-05-26 Doug Evans <dje@google.com>
12884
12885 * gdb.dwarf2/dw2-op-call.exp: Update.
12886 * gdb.dwarf2/dw4-sig-types.exp: Update.
12887 * gdb.dwarf2/implptr.exp: Update.
12888 * gdb.mi/mi-cmd-param-changed.exp: Update.
12889
12890 2015-05-26 Doug Evans <dje@google.com>
12891
12892 * gdb.python/py-lazy-string.c: New file.
12893 * gdb.python/py-lazy-string.exp: New file.
12894 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12895 (main): Update. Add estring3.
12896 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12897 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12898
12899 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12900 Yao Qi <yao.qi@linaro.org>
12901
12902 * gdb.reverse/aarch64.c: New.
12903 * gdb.reverse/aarch64.exp: New.
12904
12905 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12906
12907 * lib/gdb.exp (supports_process_record): Return true for
12908 aarch64*-linux*.
12909 (supports_reverse): Likewise.
12910
12911 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12912
12913 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12914 Use with_test_prefix.
12915
12916 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12917
12918 * gdb.base/completion.exp: Add test for completion of layout
12919 names.
12920
12921 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12922
12923 * lib/gdb.exp (skip_tui_tests): New proc.
12924 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12925
12926 2015-05-19 Pedro Alves <palves@redhat.com>
12927
12928 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12929 Save the whole env array instead of just HOME. Unset HISTSIZE in
12930 the environment while testing. Restore whole environment
12931 afterwards.
12932
12933 2015-05-16 Doug Evans <xdje42@gmail.com>
12934
12935 * gdb.guile/scm-ports.c: New file.
12936 * gdb.guile/scm-ports.exp: Add memory port tests.
12937
12938 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12939
12940 * gdb.compile/compile-print.c: New file.
12941 * gdb.compile/compile-print.exp: New file.
12942
12943 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12944
12945 * gdb.compile/compile-ops.exp: Cast param to void.
12946 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12947 (compile code struct_object.selffield = &struct_object): Add xfail.
12948
12949 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12950
12951 * gdb.ada/arr_enum_with_gap: New testcase.
12952
12953 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12954
12955 * gdb.ada/byte_packed_arr: New testcase.
12956
12957 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12958
12959 * gdb.ada/pckd_neg: New testcase.
12960
12961 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12962
12963 PR gdb/17820
12964 * gdb.base/gdbinit-history.exp: New test.
12965 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12966 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12967
12968 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12969
12970 * gdb.python/py-xmethods.cc: Enhance test case.
12971 * gdb.python/py-xmethods.exp: New tests.
12972 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12973 function.
12974 (B_indexoper): Likewise.
12975 (global_dm_list) : Add new xmethod worker functions.
12976
12977 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12978
12979 * gdb.base/coredump-filter.exp: Correctly unset
12980 "coredump_var_addr" array.
12981
12982 2015-05-08 Pedro Alves <palves@redhat.com>
12983
12984 * gdb.server/non-existing-program.exp: Unset spawn_id.
12985
12986 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12987
12988 PR python/18291
12989 * gdb.python/py-xmethods.exp: Add tests.
12990
12991 2015-05-08 Yao Qi <yao.qi@linaro.org>
12992
12993 PR gdb/18208
12994 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12995 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12996 function set_coredump_filter, and remove remote_exec call.
12997 Remove argument ipid. Callers update.
12998 (top level): Don't get inferior's PID.
12999
13000 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13001
13002 * gdb.base/watch_thread_num.exp: Skip test on targets without
13003 access watchpoints.
13004
13005 2015-05-06 Pedro Alves <palves@redhat.com>
13006
13007 PR server/18081
13008 * gdb.server/non-existing-program.exp: New file.
13009
13010 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13011
13012 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13013
13014 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13015
13016 * gdb.ada/out_of_line_in_inlined: New testcase.
13017
13018 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13019
13020 * gdb.ada/var_rec_arr: New testcase.
13021
13022 2015-04-30 Yao Qi <yao.qi@linaro.org>
13023
13024 * gdb.base/break-idempotent.exp: If
13025 skip_hw_watchpoint_multi_tests returns true, skip the tests
13026 on "rwatch" and "awatch".
13027
13028 2015-04-30 Yao Qi <yao.qi@linaro.org>
13029
13030 * gdb.base/relativedebug.exp: Invoke gdb command
13031 "info sharedlibrary", and if libc.so doesn't have debug info,
13032 skip the test.
13033
13034 2015-04-29 Doug Evans <dje@google.com>
13035
13036 * gdb.python/py-xmethods.exp: Add ptype tests.
13037 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13038 get_result_type method.
13039
13040 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13041
13042 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13043 the target does not support hardware watchpoints.
13044
13045 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13046
13047 * gdb.base/break-always.exp: Abort testing if writing to memory
13048 causes an error.
13049
13050 2015-04-28 Doug Evans <dje@google.com>
13051
13052 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13053 * gdb.python/py-pp-registration.exp: ... here. New file.
13054 * gdb.python/py-pp-registration.c: New file.
13055 * gdb.python/py-pp-registration.py: New file.
13056
13057 2015-04-28 Doug Evans <dje@google.com>
13058
13059 * gdb.python/py-bad-printers.c: New file.
13060 * gdb.python/py-bad-printers.py: New file.
13061 * gdb.python/py-bad-printers.exp: New file.
13062
13063 2015-04-28 Sasha Smundak <asmundak@google.com>
13064
13065 * gdb.python/py-type.exp: New test.
13066
13067 2015-04-28 Andy Wingo <wingo@igalia.com>
13068
13069 * gdb.python/py-parameter.exp:
13070 * gdb.guile/scm-parameter.exp: Escape the path that we are
13071 matching against, as it might contain characters that are special
13072 to regular expressions.
13073
13074 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13075
13076 * gdb.ada/rec_comp: New testcase.
13077
13078 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13079
13080 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13081 before using it.
13082
13083 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13084
13085 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13086 new tests for verilog output.
13087
13088 2015-04-24 Yao Qi <yao.qi@linaro.org>
13089
13090 * boards/remote-gdbserver-on-localhost.exp: New file.
13091
13092 2015-04-23 Pedro Alves <palves@redhat.com>
13093
13094 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13095 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13096 "end of file", remove $inferior_spawn_id from the indirect list.
13097
13098 2015-04-23 Pedro Alves <palves@redhat.com>
13099
13100 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13101
13102 2015-04-23 Pedro Alves <palves@redhat.com>
13103
13104 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13105 on $any_spawn_id instead of only on $gdb_spawn_id.
13106
13107 2015-04-21 Pierre Muller <muller@sourceware.org>
13108
13109 PR pascal/17815
13110 * lib/pascal.exp (gpc_compile): Add new option "class".
13111 (fpc_compile): Likewise.
13112 * gdb.pascal/case-insensitive-symbols.pas: New file.
13113 * gdb.pascal/case-insensitive-symbols.exp: New file.
13114
13115 2015-04-20 Gary Benson <gbenson@redhat.com>
13116
13117 * gdb.base/attach.exp: Fix three extended remote failures.
13118
13119 2015-04-17 Gary Benson <gbenson@redhat.com>
13120
13121 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13122 the main executable over the remote protocol.
13123
13124 2015-04-16 Pedro Alves <palves@redhat.com>
13125
13126 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13127 a new gdbserver if gdbserver_reconnect_p is set.
13128
13129 2015-04-16 Pedro Alves <palves@redhat.com>
13130
13131 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13132 is set, don't exit gdbserver.
13133
13134 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13135
13136 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13137 appropriate .insn, such that an older assembler can be used.
13138 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13139 the z/Architecture instruction set on 31-bit targets as well.
13140
13141 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13142
13143 * gdb.go/handcall.exp: Remove all logic related to the first
13144 breakpoint and rely on go_runto_main instead.
13145 * gdb.go/strings.exp: Likewise.
13146 * gdb.go/unsafe.exp: Likewise.
13147 * gdb.go/hello.exp: Likewise. Also rename the remaining
13148 breakpoint marker to "breakpoint 1".
13149 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13150 * gdb.go/strings.go: Likewise.
13151 * gdb.go/unsafe.go: Likewise.
13152 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13153 "set breakpoint 2 here" and rename the remaining breakpoint marker
13154 to "breakpoint 1".
13155
13156 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13157
13158 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13159 if itertools.imap is not present.
13160 * gdb.python/py-objfile.exp: Add parentheses.
13161 * gdb.python/py-type.exp: Same.
13162 * gdb.python/py-unwind-maint.py: Same.
13163
13164 2015-04-15 Yao Qi <yao.qi@linaro.org>
13165
13166 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13167 of ":$ptr_size" and set its form explicitly.
13168
13169 2015-04-15 Pedro Alves <palves@redhat.com>
13170 Yao Qi <yao.qi@linaro.org>
13171
13172 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13173 timeout by factor of 4.
13174 (test_regular_watch): Likewise.
13175 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13176 * gdb.reverse/sigall-reverse.exp: Likewise.
13177 * gdb.reverse/until-precsave.exp: Likewise.
13178 * lib/gdb.exp (with_timeout_factor): New proc.
13179 (gdb_expect): Move some code to ...
13180 (get_largest_timeout): ... here. New procedure.
13181
13182 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13183
13184 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13185
13186 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13187
13188 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13189 to write to the .text section.
13190
13191 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13192
13193 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13194 Handle the case of targets that do not provide PID information.
13195
13196 2015-04-13 Yao Qi <yao.qi@linaro.org>
13197
13198 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13199 and use expect instead of gdb_expect.
13200
13201 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13202
13203 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13204 "coredump_var_addr" to avoid naming conflict with other testcases.
13205
13206 2015-04-10 Pedro Alves <palves@redhat.com>
13207
13208 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13209 gdb_test_sequence and gdb_assert.
13210
13211 2015-04-10 Pedro Alves <palves@redhat.com>
13212
13213 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13214 test messages that don't include the breakpoint address.
13215
13216 2015-04-10 Yao Qi <yao.qi@linaro.org>
13217
13218 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13219 false for some offset and width combinations which aren't
13220 supported by linux kernel.
13221
13222 2015-04-10 Pedro Alves <palves@redhat.com>
13223
13224 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13225 procedure, factored out from ...
13226 (top level): ... here. Add "set displaced-stepping" testing axis.
13227 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13228 parameter "displaced". Use it.
13229 (top level): Use foreach and add "set displaced-stepping" testing
13230 axis.
13231
13232 2015-04-10 Pedro Alves <palves@redhat.com>
13233
13234 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13235 Remove comment.
13236 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13237 both the address of the instruction that triggers the watchpoint
13238 and the address of the instruction immediately after, and use
13239 those addresses for the test. Fix comment.
13240
13241 2015-04-10 Pedro Alves <palves@redhat.com>
13242
13243 * gdb.base/sigstep.exp (breakpoint_to_handler)
13244 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13245 Test "backtrace" in handler.
13246 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13247 (top level): Add new "displaced" test axis to
13248 breakpoint_to_handler, breakpoint_to_handler_entry and
13249 breakpoint_over_handler.
13250
13251 2015-04-10 Pedro Alves <palves@redhat.com>
13252
13253 PR gdb/18216
13254 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13255
13256 2015-04-10 Yao Qi <yao.qi@linaro.org>
13257
13258 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13259 (test_add_rn_pc): New function.
13260 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13261 (top level): Invoke test_add_rn_pc.
13262
13263 2015-04-10 Pedro Alves <palves@redhat.com>
13264
13265 PR gdb/13858
13266 * gdb.base/step-over-no-symbols.exp: New file.
13267
13268 2015-04-09 Andy Wingo <wingo@igalia.com>
13269
13270 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13271 after the Python tests.
13272
13273 2015-04-08 Keith Seitz <keiths@redhat.com>
13274
13275 PR python/16699
13276 * gdb.python/py-completion.exp: New tests for completion.
13277 * gdb.python/py-completion.py (CompleteLimit1): New class.
13278 (CompleteLimit2): Likewise.
13279 (CompleteLimit3): Likewise.
13280 (CompleteLimit4): Likewise.
13281 (CompleteLimit5): Likewise.
13282 (CompleteLimit6): Likewise.
13283 (CompleteLimit7): Likewise.
13284
13285 2015-04-08 Pedro Alves <palves@redhat.com>
13286
13287 PR gdb/18214
13288 PR gdb/18216
13289 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13290 function.
13291 (main): Install it as SIGUSR1 handler.
13292 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13293 parameter. Always use "setup" as prefix. Toggle "set
13294 displaced-stepping" off/on depending on global. Don't switch to
13295 thread 1 here.
13296 (top level): Add displaced stepping "off/on" test axis. Update
13297 "setup" calls. Wrap each subtest with with_test_prefix. Test
13298 continuing with a queued signal in each thread.
13299
13300 2015-04-08 Pedro Alves <palves@redhat.com>
13301
13302 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13303 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13304 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13305 Return early if running to main fails.
13306 * gdb.trace/while-stepping.exp: Likewise.
13307
13308 2015-04-07 Pedro Alves <palves@redhat.com>
13309
13310 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13311 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13312 interact with inferior program.
13313
13314 2015-04-07 Pedro Alves <palves@redhat.com>
13315
13316 * lib/gdb.exp (inferior_spawn_id): New global.
13317 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13318 spawn id after processing the user code.
13319 (default_gdb_start): Set inferior_spawn_id.
13320 (send_inferior): New procedure.
13321 * lib/gdbserver-support.exp (gdbserver_start): Set
13322 inferior_spawn_id.
13323 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13324
13325 2015-04-07 Pedro Alves <palves@redhat.com>
13326
13327 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13328 * lib/gdbserver-support.exp (gdbserver_start): Make
13329 $server_spawn_id global.
13330 (gdbserver_start): Don't wait for gdbserver's spawn id with
13331 expect_background.
13332 (close_gdbserver): New procedure.
13333 (gdb_exit): Rename the default version and reimplement.
13334
13335 2015-04-07 Pedro Alves <palves@redhat.com>
13336
13337 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13338 append the substituted item, not the original item.
13339
13340 2015-04-07 Pedro Alves <palves@redhat.com>
13341
13342 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13343 gdb_expect.
13344
13345 2015-04-07 Pedro Alves <palves@redhat.com>
13346
13347 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13348 output appearing once only.
13349
13350 2015-04-07 Pedro Alves <palves@redhat.com>
13351
13352 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13353 that doesn't expect anything. Return early if running to main
13354 fails.
13355
13356 2015-04-07 Yao Qi <yao.qi@linaro.org>
13357
13358 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13359 (child_function): Call alarm.
13360 (main): Move call to alarm into the loop.
13361 * gdb.threads/non-stop-fair-events.exp: Build program with
13362 -DTIMEOUT=$timeout.
13363
13364 2015-04-06 Doug Evans <xdje42@gmail.com>
13365
13366 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13367 Fix dest parameter to board_info.
13368 (fpc_compile): Ditto.
13369 (gdb_compile_pascal): Rename dest arg to destfile.
13370
13371 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13372
13373 * gdb.ada/funcall_ref.exp: New file.
13374 * gdb.ada/funcall_ref/foo.adb: New file.
13375
13376 2015-04-02 Yao Qi <yao.qi@linaro.org>
13377
13378 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13379 is remote.
13380
13381 2015-04-02 Gary Benson <gbenson@redhat.com>
13382
13383 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13384
13385 2015-04-01 Sasha Smundak <asmundak@google.com>
13386
13387 * gdb.python/py-unwind-maint.c: New file.
13388 * gdb.python/py-unwind-maint.exp: New test.
13389 * gdb.python/py-unwind-maint.py: New file.
13390 * gdb.python/py-unwind.c: New file.
13391 * gdb.python/py-unwind.exp: New test.
13392 * gdb.python/py-unwind.py: New test.
13393
13394 2015-04-01 Pedro Alves <palves@redhat.com>
13395
13396 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13397 to fail instead of non-existent $test.
13398
13399 2015-04-01 Pedro Alves <palves@redhat.com>
13400
13401 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13402 GDBFLAGS if not empty.
13403
13404 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13405
13406 * gdb.ada/complete.exp: Remove "multi_line".
13407 * gdb.ada/info_exc.exp: Remove "multi_line".
13408 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13409 * gdb.ada/ptype_field.exp: Remove "multi_line".
13410 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13411 * gdb.ada/tagged.exp: Remove "multi_line".
13412 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13413 [multi_line ...]
13414 * gdb.btrace/delta.exp: Likewise.
13415 * gdb.btrace/exception.exp: Likewise.
13416 * gdb.btrace/function_call_history.exp: Likewise.
13417 * gdb.btrace/instruction_history.exp: Likewise.
13418 * gdb.btrace/nohist.exp: Likewise.
13419 * gdb.btrace/record_goto.exp: Likewise.
13420 * gdb.btrace/segv.exp: Likewise.
13421 * gdb.btrace/stepi.exp: Likewise.
13422 * gdb.btrace/tailcall.exp: Likewise.
13423 * gdb.btrace/unknown_functions.exp: Likewise.
13424 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13425 * lib/gdb.exp: Add the "multi_line" helper.
13426
13427 2015-04-01 Pedro Alves <palves@redhat.com>
13428
13429 * gdb.threads/tid-reuse.c: New file.
13430 * gdb.threads/tid-reuse.exp: New file.
13431
13432 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13433
13434 PR corefiles/16092
13435 * gdb.base/coredump-filter.c: New file.
13436 * gdb.base/coredump-filter.exp: Likewise.
13437
13438 2015-03-27 Petr Machata <pmachata@redhat.com>
13439
13440 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13441 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13442 (Dwarf::assemble): Initialize them.
13443 (Dwarf::lines): New function.
13444
13445 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13446
13447 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13448 SYMBOL_PREFIX for x86_64-*-cygwin.
13449
13450 2015-03-26 Andy Wingo <wingo@igalia.com>
13451
13452 PR symtab/18148
13453 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13454 const_value but not a location.
13455 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13456 location defined in non-main CUs are visible.
13457
13458 2015-03-26 Yao Qi <yao.qi@linaro.org>
13459
13460 PR testsuite/18139
13461 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13462 Add a line number entry for the same line.
13463 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13464 Add a line number entry for the same line.
13465
13466 2015-03-26 Yao Qi <yao.qi@linaro.org>
13467
13468 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13469 .int 0.
13470 (func): Likewise. Add .Lfunc_1 label.
13471 Use .Lfunc_1 label.
13472 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13473 .int 0.
13474 (func): Likewise.
13475 Use .Lfunc_1 label.
13476
13477 2015-03-26 Yao Qi <yao.qi@linaro.org>
13478
13479 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13480 Call gdb_compile instead to compile each .s files without debug
13481 information.
13482
13483 2015-03-26 Yao Qi <yao.qi@linaro.org>
13484
13485 * gdb.base/savedregs.exp (process_saved_regs): Make
13486 "Saved registers:" optional in the pattern.
13487
13488 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13489
13490 * gdb.btrace/next.exp: Merged into step.exp.
13491 * gdb.btrace/finish.exp: Merged into step.exp.
13492 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13493 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13494 "record goto" and checking the exact replay position.
13495 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13496 check for "Recording format" in "info record" output.
13497 * gdb.btrace/record_goto.exp: Choose test file based on target.
13498 * gdb.btrace/x86-record_goto.S: Renamed into ...
13499 * gdb.btrace/x86_64-record_goto.S: ... this.
13500 * gdb.btrace/i686-record_goto.S: New.
13501 * gdb.btrace/x86-tailcall.S: Renamed into ...
13502 * gdb.btrace/x86_64-tailcall.S: ... this.
13503 * gdb.btrace/i686-tailcall.S: New.
13504 * gdb.btrace/x86-tailcall.c: Renamed into ...
13505 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13506 separate statements. Update test.
13507 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13508 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13509 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13510 * gdb.btrace/tailcall.exp: Choose test file based on target.
13511 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13512
13513 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13514
13515 * gdb.btrace/exception.exp: Increase BTS buffer size.
13516
13517 2015-03-24 Pedro Alves <palves@redhat.com>
13518
13519 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13520
13521 2015-03-24 Pedro Alves <palves@redhat.com>
13522
13523 * gdb.threads/schedlock.exp (test_step): No longer expect that
13524 "set scheduler-locking step" with "next" over a function call runs
13525 threads unlocked.
13526
13527 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13528
13529 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13530
13531 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13532
13533 PR breakpoints/16466
13534 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13535 * gdb.mi/mi-pending.c (thread_func): New function.
13536 (int main): Add threading support required.
13537 * gdb.mi/mi-pending.exp: Add tests for this issue.
13538 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13539 (pendfunc2): Remove stdio dependency.
13540 * gdb.mi/mi-pendshr2.c: New file.
13541
13542 2015-03-23 Keith Seitz <keiths@redhat.com>
13543
13544 * gdb.linespec/keywords.c: New file.
13545 * gdb.linespec/keywords.exp: New file.
13546
13547 2015-03-23 Keith Seitz <keiths@redhat.com>
13548
13549 PR gdb/18021
13550 * gdb.dwarf2/staticvirtual.exp: New test.
13551
13552 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13553
13554 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13555 * README: Remove HP-UX and gdb.hp.
13556 (configuration):
13557 * configure: Regenerate.
13558 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13559 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13560 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13561 gdb.hp/gdb.defects/Makefile.
13562 * gdb.hp/Makefile.in: File deleted.
13563 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13564 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13565 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13566 * gdb.hp/gdb.aCC/run.c: File deleted.
13567 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13568 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13569 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13570 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13571 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13572 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13573 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13574 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13575 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13576 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13577 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13578 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13579 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13580 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13581 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13582 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13583 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13584 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13585 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13586 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13587 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13588 * gdb.hp/gdb.compat/average.c: File deleted.
13589 * gdb.hp/gdb.compat/sum.c: File deleted.
13590 * gdb.hp/gdb.compat/xdb.c: File deleted.
13591 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13592 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13593 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13594 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13595 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13596 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13597 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13598 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13599 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13600 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13601 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13602 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13603 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13604 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13605 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13606 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13607 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13608 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13609 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13610 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13611 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13612 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13613 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13614 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13615 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13616 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13617 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13618 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13619 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13620 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13621 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13622 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13623 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13624 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13625 * gdb.hp/tools/odump: File deleted.
13626
13627 2015-03-19 Pedro Alves <palves@redhat.com>
13628
13629 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13630 (saw_thread_3): New globals.
13631 (top level): Increment them when an event for the corresponding
13632 thread is seen.
13633 (no thread starvation): New test.
13634
13635 2015-03-19 Pedro Alves <palves@redhat.com>
13636
13637 * gdb.threads/continue-pending-status.c: New file.
13638 * gdb.threads/continue-pending-status.exp: New file.
13639
13640 2015-03-18 Pedro Alves <palves@redhat.com>
13641
13642 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13643 Use gdb_is_target_remote instead of is_remote. Use
13644 gdb_test_multiple instead of gdb_expect. Exit early if
13645 gdb_test_multiple hits its internal matches. Tighten stepi tests
13646 expected output. Fail on exit with any signal, instead of just
13647 SIGILL.
13648
13649 2015-03-18 Yao Qi <yao.qi@linaro.org>
13650
13651 PR tdep/18107
13652 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13653 variable.
13654 * gdb.base/catch-syscall.exp: Don't skip it on
13655 aarch64*-*-linux* target. Remove elements in all_syscalls.
13656 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13657 target.
13658 (setup_all_syscalls): New proc.
13659
13660 2015-03-16 Yao Qi <yao.qi@linaro.org>
13661
13662 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13663 (top level): Skip tests if valid_addr_p returns false for
13664 $cmd1 or $cmd2.
13665
13666 2015-03-11 Andy Wingo <wingo@igalia.com>
13667
13668 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13669
13670 2015-03-11 Yao Qi <yao.qi@linaro.org>
13671
13672 * gdb.base/catch-syscall.exp: Fix typo in comments.
13673
13674 2015-03-11 Yao Qi <yao.qi@linaro.org>
13675
13676 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13677
13678 2015-03-09 Pedro Alves <palves@redhat.com>
13679
13680 * dg-extract-results.py: Delete.
13681
13682 2015-03-09 Pedro Alves <palves@redhat.com>
13683
13684 Merge dg-extract-results.sh from GCC upstream (r218843).
13685
13686 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13687 * dg-extract-results.sh: Use --text with grep to avoid issues with
13688 binary files. Fall back to cat -v, if that doesn't work.
13689
13690 2015-03-05 Pedro Alves <palves@redhat.com>
13691
13692 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13693
13694 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13695
13696 * lib/mi-support.exp (mi_expect_interrupt): Accept
13697 alternative event for when in all-stop mode.
13698
13699 2015-03-04 Pedro Alves <palves@redhat.com>
13700
13701 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13702
13703 2015-03-04 Mark Kettenis <kettenis@gnu.org>
13704
13705 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13706
13707 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13708
13709 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13710 regexps for GDB's current line display, accept a hex address
13711 preceding the line number.
13712
13713 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13714
13715 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13716 the 'arch1' variable for "s390*-linux*" targets.
13717
13718 2015-03-04 Pedro Alves <palves@redhat.com>
13719
13720 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13721 (main): Pass missing retval argument to pthread_join call.
13722
13723 2015-03-02 Pedro Alves <palves@redhat.com>
13724
13725 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13726 (top level): Call do_test with non-stop as well.
13727
13728 2015-03-02 Pedro Alves <palves@redhat.com>
13729
13730 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13731 -1.
13732
13733 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13734
13735 * gdb.arch/s390-vregs.exp: New test.
13736 * gdb.arch/s390-vregs.S: New file.
13737
13738 2015-02-27 Pedro Alves <palves@redhat.com>
13739
13740 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13741 call to catch_command_errors.
13742 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13743 catch_command_errors.
13744
13745 2015-02-27 Pedro Alves <palves@redhat.com>
13746
13747 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13748 "true" for boolean result.
13749 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13750 prototype of main.
13751
13752 2015-02-27 Pedro Alves <palves@redhat.com>
13753
13754 * lib/unbuffer_output.c: New file.
13755 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13756 (main): Call gdb_unbuffer_output.
13757
13758 2015-02-27 Yao Qi <yao.qi@linaro.org>
13759
13760 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13761 target.
13762
13763 2015-02-26 Doug Evans <dje@google.com>
13764
13765 * gdb.cp/class2.cc (Dbase, D): New classes.
13766 (main): New local delta.
13767 * gdb.cp/class2.exp: Test printing delta.
13768 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13769 (dynbar): New global.
13770 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13771
13772 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13773
13774 * gdb.compile/compile-ifunc.c: New file.
13775 * gdb.compile/compile-ifunc.exp: New file.
13776
13777 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13778
13779 * gdb.base/structs.exp: Check for correct struct on finish.
13780
13781 2015-02-26 Yao Qi <yao.qi@linaro.org>
13782
13783 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13784 is zero.
13785
13786 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13787
13788 * gdb.arch/cordic.ko.bz2: New file.
13789 * gdb.arch/cordic.ko.debug.bz2: New file.
13790 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13791
13792 2015-02-25 Yao Qi <yao.qi@linaro.org>
13793
13794 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13795 aarch64*-*-* target.
13796
13797 2015-02-23 Pedro Alves <palves@redhat.com>
13798
13799 * lib/gdb.exp (delete_breakpoints): Rewrite using
13800 gdb_test_multiple.
13801
13802 2015-02-23 Pedro Alves <palves@redhat.com>
13803
13804 * gdb.base/info-os.c: Include stdlib.h.
13805
13806 2015-02-22 Doug Evans <xdje42@gmail.com>
13807
13808 PR symtab/17855
13809 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13810 is read after symbols have been re-read.
13811 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13812 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13813
13814 2015-02-21 Doug Evans <dje@google.com>
13815
13816 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13817
13818 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13819
13820 PR corefiles/17808
13821 * gdb.arch/i386-biarch-core.core.bz2: New file.
13822 * gdb.arch/i386-biarch-core.exp: New file.
13823
13824 2015-02-21 Pedro Alves <palves@redhat.com>
13825
13826 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13827 runto_main fails.
13828
13829 2015-02-20 Pedro Alves <palves@redhat.com>
13830
13831 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13832 info probes.
13833
13834 2015-02-20 Pedro Alves <palves@redhat.com>
13835
13836 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13837
13838 2015-02-20 Pedro Alves <palves@redhat.com>
13839
13840 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13841 clean_restart before gdb_target_supports_trace.
13842
13843 2015-02-20 Pedro Alves <palves@redhat.com>
13844
13845 PR threads/18006
13846 * gdb.threads/clone-thread_db.c: New file.
13847 * gdb.threads/clone-thread_db.exp: New file.
13848
13849 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13850
13851 PR breakpoints/16812
13852 * gdb.base/catch-gdb-caused-signals.c: New file.
13853 * gdb.base/catch-gdb-caused-signals.exp: New file.
13854
13855 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13856
13857 * configure: Regenerated.
13858 * configure.ac: Use GDB_AC_TRANSFORM.
13859 * aclocal.m4: sinclude ../transform.m4.
13860
13861 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13862
13863 * lib/dtrace.exp: New file.
13864 * gdb.base/dtrace-probe.exp: Likewise.
13865 * gdb.base/dtrace-probe.d: Likewise.
13866 * gdb.base/dtrace-probe.c: Likewise.
13867 * lib/pdtrace.in: Likewise.
13868 * configure.ac: Output variables with the transformed names of
13869 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13870 * configure: Regenerated.
13871
13872 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13873
13874 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13875 expected message when trying to access $_probe_* convenience
13876 variables while not on a probe.
13877
13878 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13879
13880 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13881
13882 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13883
13884 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13885 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13886
13887 2015-02-10 Doug Evans <xdje42@gmail.com>
13888
13889 * lib/gdb.exp (gdb_load): Always return a result.
13890
13891 2015-02-10 Pedro Alves <palves@redhat.com>
13892
13893 * gdb.threads/signal-sigtrap.c: New file.
13894 * gdb.threads/signal-sigtrap.exp: New file.
13895
13896 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13897
13898 * gdb.trace/no-attach-trace.c: New file.
13899 * gdb.trace/no-attach-trace.exp: New file.
13900
13901 2015-02-09 Mark Wielaard <mjw@redhat.com>
13902
13903 * gdb.dwarf2/atomic.c: New file.
13904 * gdb.dwarf2/atomic-type.exp: Likewise.
13905
13906 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13907
13908 * gdb.btrace/buffer-size.exp: Update "info record" output.
13909 * gdb.btrace/delta.exp: Update "info record" output.
13910 * gdb.btrace/enable.exp: Update "info record" output.
13911 * gdb.btrace/finish.exp: Update "info record" output.
13912 * gdb.btrace/instruction_history.exp: Update "info record" output.
13913 * gdb.btrace/next.exp: Update "info record" output.
13914 * gdb.btrace/nexti.exp: Update "info record" output.
13915 * gdb.btrace/step.exp: Update "info record" output.
13916 * gdb.btrace/stepi.exp: Update "info record" output.
13917 * gdb.btrace/nohist.exp: Update "info record" output.
13918
13919 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13920
13921 * gdb.btrace/buffer-size: New.
13922
13923 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13924
13925 * gdb.btrace/delta.exp: Update "info record" output.
13926 * gdb.btrace/enable.exp: Update "info record" output.
13927 * gdb.btrace/finish.exp: Update "info record" output.
13928 * gdb.btrace/instruction_history.exp: Update "info record" output.
13929 * gdb.btrace/next.exp: Update "info record" output.
13930 * gdb.btrace/nexti.exp: Update "info record" output.
13931 * gdb.btrace/step.exp: Update "info record" output.
13932 * gdb.btrace/stepi.exp: Update "info record" output.
13933 * gdb.btrace/nohist.exp: Update "info record" output.
13934
13935 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13936
13937 PR gdb/15678
13938 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13939
13940 2015-02-06 Pedro Alves <palves@redhat.com>
13941
13942 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13943 macro.
13944 (seconds_left, again): New globals.
13945 (main): Wait seconds_left in a 1-second sleep loop instead of
13946 sleeping 180 seconds. If 'again' is set, reset the seconds
13947 counter.
13948 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13949 'again' in the inferior before detaching. Print the seconds left.
13950 (options): New global.
13951 (top level): Build program with -DTIMEOUT=$timeout.
13952
13953 2015-02-06 Pedro Alves <palves@redhat.com>
13954
13955 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13956 determine how many seconds to pass to 'alarm'.
13957 * gdb.base/gdb-sigterm.exp (top level): Build program with
13958 -DTIMEOUT=$timeout.
13959 (do_test): Return success/failure indication. Add more verbose
13960 logging. Don't fail if 200 single steps are seen. Instead, fail
13961 when the test times out.
13962 (passes): New global.
13963 (top level): Break the testing loop if testing fails on any
13964 iteration. Use gdb_assert.
13965
13966 2015-02-04 Don Breazeal <donb@codesourcery.com>
13967
13968 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13969 and initialize them.
13970 (ipc_cleanup): New function.
13971 (main): Don't declare shmid, semid, and msqid. Add a call to
13972 atexit so that we call ipc_cleanup on exit.
13973
13974 2015-02-04 Pedro Alves <palves@redhat.com>
13975
13976 * boards/native-extended-gdbserver.exp: Remove any target variant
13977 specifications from the board name before clearing the isremote
13978 flag from board_info.
13979
13980 2015-01-31 Doug Evans <xdje42@gmail.com>
13981
13982 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13983
13984 2015-01-31 Gary Benson <gbenson@redhat.com>
13985
13986 * gdb.base/completion.exp: Disable completion limiting for
13987 existing tests. Add new tests to check completion limiting.
13988 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13989
13990 2015-01-31 Doug Evans <xdje42@gmail.com>
13991
13992 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13993
13994 2015-01-31 Doug Evans <xdje42@gmail.com>
13995
13996 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13997 entries. Duplicate file section script entries.
13998 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13999 inlined entries. Add test for safe-path rejection.
14000 * gdb.python/py-section-script.c: Add duplicate inlined section script
14001 entries. Duplicate file section script entries.
14002 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14003 inlined entries. Add test for safe-path rejection.
14004
14005 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14006
14007 * gdb.ada/disc_arr_bound: New testcase.
14008
14009 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14010
14011 * gdb.ada/mi_var_array: New testcase.
14012
14013 2015-01-27 Doug Evans <dje@google.com>
14014
14015 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14016 Add test for objfile.filename, objfile.username after objfile
14017 has been unloaded.
14018
14019 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14020
14021 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14022 the second test to print the name attribute of value
14023 returned by the call to gdb.lookup_type, and adjust
14024 the expected output accordingly.
14025
14026 2015-01-25 Mark Wielaard <mjw@redhat.com>
14027
14028 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14029 * gdb.base/disp-step-fork.c: Include unistd.h.
14030 * gdb.base/siginfo-obj.c: Include stdio.h.
14031 * gdb.base/siginfo-thread.c: Likewise.
14032 * gdb.mi/non-stop.c: Include unistd.h.
14033 * gdb.mi/nsthrexec.c: Include stdio.h.
14034 * gdb.mi/pthreads.c: Include unistd.h.
14035 * gdb.modula2/unbounded1.c (main): Declare returns int.
14036 * gdb.reverse/consecutive-reverse.c: Likewise.
14037 * gdb.threads/create-fail.c: Include unistd.h.
14038 * gdb.threads/killed.c: Likewise.
14039 * gdb.threads/linux-dp.c: Likewise.
14040 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14041 * gdb.threads/non-ldr-exc-2.c: Likewise.
14042 * gdb.threads/non-ldr-exc-3.c: Likewise.
14043 * gdb.threads/non-ldr-exc-4.c: Likewise.
14044 * gdb.threads/pthreads.c: Include unistd.h.
14045 (main): Declare returns int.
14046 * gdb.threads/tls-main.c (foo): New declaration.
14047 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14048
14049 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14050
14051 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14052 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14053
14054 2015-01-15 Mark Wielaard <mjw@redhat.com>
14055
14056 * gdb.base/noreturn-return.c: New file.
14057 * gdb.base/noreturn-return.exp: New file.
14058 * gdb.base/noreturn-finish.c: New file.
14059 * gdb.base/noreturn-finish.exp: New file.
14060
14061 2015-01-23 Pedro Alves <palves@redhat.com>
14062
14063 * gdb.threads/continue-pending-after-query.c: New file.
14064 * gdb.threads/continue-pending-after-query.exp: New file.
14065
14066 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14067 Simon Marchi <simon.marchi@ericsson.com>
14068
14069 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14070 * gdb.base/valgrind-db-attach.exp: Same.
14071 * gdb.base/valgrind-infcall.exp: Same.
14072 * lib/mi-support.exp (default_mi_gdb_start): Same.
14073 * lib/prompt.exp (default_prompt_gdb_start): Same.
14074 * lib/gdb.exp (default_gdb_spawn): Same.
14075 (gdb_interact): New.
14076
14077
14078 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14079
14080 * gdb.compile/compile.exp (pointer to jit function): New test.
14081
14082 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14083
14084 * lib/gdb.exp (supports_process_record): Return true for
14085 powerpc*-*-linux*.
14086 (supports_reverse): Likewise.
14087
14088 2015-01-15 Don Breazeal <donb@codesourcery.com>
14089
14090 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14091 instead of checking whether the target board is remote and
14092 use spawn_wait_for_attach instead of exec/sleep.
14093 * gdb.base/attach-twice.exp: Likewise.
14094
14095 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14096
14097 * gdb.ada/var_arr_attrs: New testcase.
14098
14099 2015-01-14 Pedro Alves <palves@redhat.com>
14100 Joel Brobecker <brobecker@adacore.com>
14101
14102 PR gdb/17525
14103 * gdb.base/bp-cmds-execution-x-script.c: New file.
14104 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14105 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14106
14107 2015-01-14 Pedro Alves <palves@redhat.com>
14108
14109 PR cli/17828
14110 * gdb.base/batch-preserve-term-settings.c: New file.
14111 * gdb.base/batch-preserve-term-settings.exp: New file.
14112
14113 2015-01-13 Doug Evans <dje@google.com>
14114
14115 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14116 binary.
14117
14118 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14119
14120 * Makefile.in (clean mostlyclean): Do not delete *.py.
14121
14122 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14123
14124 * gdb.python/py-lookup-type.exp: New file.
14125
14126 2015-01-12 Pedro Alves <palves@redhat.com>
14127
14128 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14129 restore GDBFLAGS before returning.
14130
14131 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14132
14133 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14134 is_amd64_regs_target and is_x86_like_target.
14135
14136 2015-01-11 Doug Evans <xdje42@gmail.com>
14137
14138 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14139 is given without an explicit form.
14140 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14141 attributes.
14142 * gdb.dwarf/corrupt.exp: Ditto.
14143 * gdb.dwarf2/enum-type.exp: Ditto.
14144 * gdb.trace/entry-values.exp: Ditto.
14145 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14146
14147 2015-01-11 Doug Evans <xdje42@gmail.com>
14148
14149 PR gdb/15830
14150 * gdb.base/maint.exp: Remove references to "maint demangle".
14151 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14152 Add tests for explicitly specifying language to demangle.
14153 * gdb.dlang/demangle.exp: Ditto.
14154
14155 2015-01-09 Pedro Alves <palves@redhat.com>
14156
14157 * gdb.threads/non-stop-fair-events.c: New file.
14158 * gdb.threads/non-stop-fair-events.exp: New file.
14159
14160 2015-01-09 Pedro Alves <palves@redhat.com>
14161
14162 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14163 the global scope. Set a breakpoint after all threads are started
14164 rather than stepping over two source lines. Expect the prompt.
14165 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14166 global.
14167 (NUM): Now 15.
14168 (main): Use threads_started_barrier to wait for all threads to
14169 start. Main thread no longer calls thread_function. Exit after
14170 180 seconds.
14171 (loop): New function.
14172 (thread_function): Wait on threads_started_barrier barrier. Call
14173 'loop' at each iteration.
14174 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14175 threads have started, instead of hardcoding number of "next"
14176 steps. Use an access watchpoint instead of a write watchpoint.
14177
14178 2015-01-09 Pedro Alves <palves@redhat.com>
14179
14180 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14181 (thread_func): Wait on barrier.
14182 (main): Wait for all threads to start before stopping GDB.
14183 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14184 global.
14185 (thread1_func, thread2_func): Wait on barrier.
14186 (main): Wait for all threads to start before stopping GDB.
14187 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14188 New global.
14189 (thread1_func, thread2_func): Wait on barrier.
14190 (main): Wait for all threads to start before stopping GDB.
14191
14192 2015-01-09 Pedro Alves <palves@redhat.com>
14193
14194 * gdb.threads/attach-many-short-lived-threads.c: New file.
14195 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14196
14197 2014-01-09 Pedro Alves <palves@redhat.com>
14198
14199 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14200 instead of to thread 2.
14201 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14202 Add barrier around each pthread_create call instead of around all
14203 calls.
14204 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14205 Set a break on thread_function and have the child threads hit it
14206 one at at a time.
14207
14208 2015-01-09 Pedro Alves <palves@redhat.com>
14209
14210 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14211 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14212 false.
14213 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14214 checking whether the target board is remote.
14215 * gdb.multi/multi-attach.exp: Likewise.
14216 * gdb.python/py-sync-interp.exp: Likewise.
14217 * gdb.server/ext-attach.exp: Likewise.
14218 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14219 tests that need to attach, instead of checking whether the target
14220 board is remote at the top of the file.
14221
14222 2015-01-08 Yao Qi <yao@codesourcery.com>
14223
14224 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14225
14226 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14227
14228 Fix testcase compilation.
14229 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14230
14231 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14232
14233 * gdb.python/py-type.exp: Add a couple test about empty
14234 array creation, and negative-length array creation.
14235
14236 2015-01-02 Doug Evans <xdje42@gmail.com>
14237
14238 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14239
14240 2015-01-02 Doug Evans <dje@google.com>
14241
14242 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14243
14244 2014-12-29 Yao Qi <yao@codesourcery.com>
14245
14246 * gdb.trace/entry-values.exp: Update comments. Rename variable
14247 bar_call_foo to returned_from_foo.
14248
14249 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14250
14251 PR gdb/17394
14252 * gdb.linespec/break-asm-file.c: New file.
14253 * gdb.linespec/break-asm-file.exp: New file.
14254 * gdb.linespec/break-asm-file0.s: New file.
14255 * gdb.linespec/break-asm-file1.s: New file.
14256
14257 2014-12-18 Nigel Stephens <nigel@mips.com>
14258 Maciej W. Rozycki <macro@codesourcery.com>
14259
14260 * gdb.base/float.exp: Handle the new output from "info float" on
14261 MIPS targets.
14262
14263 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14264
14265 Fix MinGW compilation.
14266 * gdb.compile/compile-ops.exp: Update untested message if
14267 !skip_compile_feature_tests.
14268 * gdb.compile/compile-setjmp.exp: Likewise.
14269 * gdb.compile/compile-tls.exp: Likewise.
14270 * gdb.compile/compile.exp: Likewise.
14271 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14272 supported on this host".
14273
14274 2014-12-16 Doug Evans <xdje42@gmail.com>
14275
14276 * boards/stabs.exp: New file.
14277
14278 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14279
14280 * gdb.base/completion.exp: Adjust to format changes of "maint
14281 print user-registers".
14282
14283 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14284
14285 PR server/17457
14286 * gdb.arch/aarch64-fp.c: New file.
14287 * gdb.arch/aarch64-fp.exp: New file.
14288
14289 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14290
14291 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14292 r210637, r210913, r211666, r215400, r215817).
14293
14294 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14295 * dg-extract-results.py: New file.
14296 * dg-extract-results.sh: Use it if the environment seems
14297 suitable.
14298
14299 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14300
14301 * dg-extract-results.py (parse_run): Handle warnings that
14302 are printed before a test harness is run.
14303
14304 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14305
14306 * dg-extract-results.py (Named): Remove __cmp__ method.
14307 (output_variation): Use a key to sort variation.harnesses.
14308
14309 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14310
14311 * dg-extract-results.py: For Python 3, force sys.stdout to
14312 handle surrogate escape sequences.
14313 (safe_open): New function.
14314 (output_segment, main): Use it.
14315
14316 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14317
14318 * dg-extract-results.py (Prog.result_re): Include options
14319 in test name.
14320
14321 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14322
14323 * dg-extract-results.py (output_variation): Always sort if
14324 do_sum.
14325
14326 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14327
14328 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14329 as long as we get pagination notifications.
14330
14331 2014-12-15 Jason Merrill <jason@redhat.com>
14332
14333 * Makefile.in (check-gdb.%): Restore.
14334 * README: Mention it.
14335
14336 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14337
14338 * gdb.ada/str_uninit: New testcase.
14339
14340 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14341
14342 PR symtab/17642
14343 * gdb.base/vla-stub-define.c: New file.
14344 * gdb.base/vla-stub.c: New file.
14345 * gdb.base/vla-stub.exp: New file.
14346
14347 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14348 Jan Kratochvil <jan.kratochvil@redhat.com>
14349 Tom Tromey <tromey@redhat.com>
14350
14351 * configure.ac: Add gdb.compile/.
14352 * configure: Regenerate.
14353 * gdb.compile/Makefile.in: New file.
14354 * gdb.compile/compile-ops.exp: New file.
14355 * gdb.compile/compile-ops.c: New file.
14356 * gdb.compile/compile-tls.c: New file.
14357 * gdb.compile/compile-tls.exp: New file.
14358 * gdb.compile/compile-constvar.S: New file.
14359 * gdb.compile/compile-constvar.c: New file.
14360 * gdb.compile/compile-mod.c: New file.
14361 * gdb.compile/compile-nodebug.c: New file.
14362 * gdb.compile/compile-setjmp-mod.c: New file.
14363 * gdb.compile/compile-setjmp.c: New file.
14364 * gdb.compile/compile-setjmp.exp: New file.
14365 * gdb.compile/compile-shlib.c: New file.
14366 * gdb.compile/compile.c: New file.
14367 * gdb.compile/compile.exp: New file.
14368 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14369
14370 2014-12-12 Tom Tromey <tromey@redhat.com>
14371
14372 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14373 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14374
14375 2014-12-12 Doug Evans <dje@google.com>
14376
14377 * lib/gdb-python.exp (get_python_valueof): New function.
14378 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14379
14380 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14381
14382 * gdb.base/completion.exp: Add test for completion of "info
14383 registers ".
14384
14385 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14386
14387 * gdb.base/func-ptrs.c: New file.
14388 * gdb.base/func-ptrs.exp: New file.
14389
14390 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14391
14392 PR breakpoints/17012
14393 * gdb.base/dprintf-detach.c: New file.
14394 * gdb.base/dprintf-detach.exp: New file.
14395
14396 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14397
14398 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14399 * lib/gdb.exp (target_is_gdbserver): New procedure.
14400
14401 2014-12-08 Doug Evans <dje@google.com>
14402
14403 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14404
14405 2014-12-05 Yao Qi <yao@codesourcery.com>
14406
14407 * gdb.guile/scm-error.exp: Remove the third argument to
14408 gdb_remote_download.
14409 * gdb.guile/scm-frame-args.exp: Likewise.
14410 * gdb.guile/scm-section-script.exp: Likewise.
14411
14412 2014-12-05 Yao Qi <yao@codesourcery.com>
14413
14414 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14415
14416 2014-12-04 Doug Evans <dje@google.com>
14417
14418 * gdb.python/py-objfile.exp: Add tests for
14419 objfile.add_separate_debug_file.
14420
14421 2014-12-04 Doug Evans <dje@google.com>
14422
14423 * lib/gdb.exp (get_build_id): New function.
14424 (build_id_debug_filename_get): Rewrite to use it.
14425 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14426
14427 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14428
14429 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14430 `method(long)', not just 0x0.
14431 * gdb.cp/nsalias.exp: Align code labels to 4.
14432 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14433 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14434 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14435 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14436 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14437 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14438
14439 2014-12-02 Doug Evans <dje@google.com>
14440
14441 PR symtab/17602
14442 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14443 * gdb.cp/anon-ns2.cc: ... here. New file.
14444 * gdb.cp/anon-ns.exp: Update.
14445
14446 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14447
14448 * gdb.python/py-events.py (inferior_call_handler): New.
14449 (register_changed_handler, memory_changed_handler): New.
14450 (test_events.invoke): Register new handlers.
14451 * gdb.python/py-events.exp: Add tests for inferior call,
14452 memory_changed and register_changed events.
14453
14454 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14455
14456 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14457 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14458 if the linker doesn't understand this.
14459
14460 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14461
14462 * gdb.python/python.exp: Change expected reply to help().
14463
14464 2014-12-01 Yao Qi <yao@codesourcery.com>
14465
14466 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14467 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14468 * configure: Re-generated.
14469
14470 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14471
14472 * gdb.cp/chained-calls.cc: New file.
14473 * gdb.cp/chained-calls.exp: New file.
14474 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14475
14476 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14477
14478 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14479 * gdb.dwarf2/symtab-producer.exp: Same.
14480 * gdb.gdb/python-interrupts.exp: Same.
14481 * gdb.gdb/python-selftest.exp: Same.
14482 * gdb.python/py-linetable.exp: Same.
14483 * gdb.python/py-type.exp: Same.
14484 * gdb.python/py-value-cc.exp: Same.
14485 * gdb.python/py-value.exp: Same.
14486
14487 2014-11-28 Yao Qi <yao@codesourcery.com>
14488
14489 * gdb.base/break-probes.exp: Match library name prefixed with
14490 sysroot.
14491
14492 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14493
14494 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14495 test expected output. Add parentheses for the call to print.
14496 Remove L suffix from integers.
14497
14498 2014-11-26 Doug Evans <dje@google.com>
14499
14500 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14501
14502 2014-11-22 Yao Qi <yao@codesourcery.com>
14503
14504 * gdb.trace/entry-values.c: Remove asms.
14505 (foo): Add foo_label.
14506 (bar): Add bar_label.
14507 * gdb.trace/entry-values.exp: Remove code computing foo's
14508 length and bar's length.
14509 (Dwarf::assemble): Invoke function_range for bar and use
14510 MACRO_AT_func for foo.
14511
14512 2014-11-22 Yao Qi <yao@codesourcery.com>
14513
14514 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14515 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14516 Use .Lgcc43_procstart instead of gcc43.
14517
14518 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14519
14520 * gdb.ada/n_arr_bound: New testcase.
14521
14522 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14523
14524 PR breakpoints/10737
14525 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14526 test_catch_syscall_multi_arch.
14527 (test_catch_syscall_multi_arch): New function.
14528
14529 2014-11-20 Doug Evans <xdje42@gmail.com>
14530
14531 * gdb.base/maint.exp: Update expected output.
14532
14533 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14534
14535 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14536 4-byte instruction on S390.
14537
14538 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14539
14540 * gdb.ada/arr_arr: New testcase.
14541
14542 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14543
14544 * gdb.ada/pkd_arr_elem: New Testcase.
14545
14546 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14547
14548 * gdb.reverse/break-precsave: Expect completion message for
14549 core file reads.
14550 * gdb.reverse/consecutive-precsave.exp: Likewise.
14551 * gdb.reverse/finish-precsave.exp: Likewise.
14552 * gdb.reverse/i386-precsave.exp: Likewise.
14553 * gdb.reverse/machinestate-precsave.exp: Likewise.
14554 * gdb.reverse/sigall-precsave.exp: Likewise.
14555 * gdb.reverse/solib-precsave.exp: Likewise.
14556 * gdb.reverse/step-precsave.exp: Likewise.
14557 * gdb.reverse/until-precsave.exp: Likewise.
14558 * gdb.reverse/watch-precsave.exp: Likewise.
14559
14560 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14561
14562 * gdb.base/bp-permanent.c: Include unistd.h.
14563 * gdb.python/py-framefilter-mi.c (main): Add return type.
14564 * gdb.python/py-framefilter.c (main): Likewise.
14565 * gdb.trace/actions-changed.c (main): Likewise.
14566
14567 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14568
14569 * gdb.mi/until.c: Add eye-catchers.
14570 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14571 line numbers.
14572
14573 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14574
14575 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14576 function header variants in break1.c.
14577 * gdb.base/ena-dis-br.exp: Likewise.
14578 * gdb.base/hbreak2.exp: Likewise.
14579 * gdb.reverse/until-precsave.exp: Drop references to removed
14580 non-prototype function header variants in ur1.c.
14581 * gdb.reverse/until-reverse.exp: Likewise.
14582
14583 2014-11-17 Petr Machata <pmachata@redhat.com>
14584
14585 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14586 ${_cu_offset_size} bytes abbrev offset.
14587
14588 2014-11-15 Doug Evans <xdje42@gmail.com>
14589
14590 PR symtab/17559
14591 * gdb.base/line-symtabs.exp: New file.
14592 * gdb.base/line-symtabs.c: New file.
14593 * gdb.base/line-symtabs.h: New file.
14594
14595 2014-11-14 Yao Qi <yao@codesourcery.com>
14596
14597 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14598 (func): Add label func_label.
14599 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14600 Replace low_pc and high_pc with MACRO_AT_range.
14601 Replace name, low_pc and high_pc with MACRO_AT_func.
14602
14603 2014-11-14 Yao Qi <yao@codesourcery.com>
14604
14605 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14606 Replace name, low_pc and high_pc with MACRO_AT_func.
14607
14608 2014-11-14 Yao Qi <yao@codesourcery.com>
14609
14610 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14611 produce debug information.
14612 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14613
14614 2014-11-14 Yao Qi <yao@codesourcery.com>
14615
14616 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14617 object and get function length.
14618 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14619 with MACRO_AT_func.
14620 (top-level): Replace gdb_compile and clean_restart with
14621 prepare_for_testing.
14622 * gdb.dwarf2/main.c (main): Add label main_label.
14623
14624 2014-11-14 Yao Qi <yao@codesourcery.com>
14625
14626 * lib/dwarf.exp (function_range): New procedure.
14627 (Dwarf::_handle_macro_at_func): New procedure.
14628 (Dwarf::_handle_macro_at_range): New procedure.
14629 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14630
14631 2014-11-14 Yao Qi <yao@codesourcery.com>
14632
14633 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14634 (_handle_attribute): New procedure.
14635
14636 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14637
14638 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14639 * gdb.base/call-sc.c (zed): Likewise.
14640 * gdb.base/checkpoint.c (main): Likewise.
14641 * gdb.base/dump.c (main): Likewise.
14642 * gdb.base/gcore.c (main): Likewise.
14643 * gdb.base/huge.c (main): Likewise.
14644 * gdb.base/multi-forks.c (main): Likewise.
14645 * gdb.base/pr10179-a.c (main): Likewise.
14646 * gdb.base/savedregs.c (main): Likewise.
14647 * gdb.base/sigaltstack.c (main): Likewise.
14648 * gdb.base/siginfo.c (main): Likewise.
14649 * gdb.base/structs.c (zed): Likewise.
14650 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14651 * gdb.mi/mi-syn-frame.c (main): Likewise.
14652 * gdb.mi/until.c (foo, main): Likewise.
14653 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14654 * gdb.base/solib-weak.c (foo): Declare.
14655 * gdb.base/attach-twice.c: Include stdio.h.
14656 * gdb.base/weaklib1.c: Likewise.
14657 * gdb.base/weaklib2.c: Likewise.
14658 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14659 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14660 unistd.h.
14661 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14662 * gdb.mi/mi-exit-code.c: Likewise.
14663 * gdb.base/break-interp-lib.c: Include string.h.
14664 * gdb.base/coremaker.c: Likewise.
14665 * gdb.base/testenv.c: Likewise.
14666 * gdb.python/py-finish-breakpoint.c: Likewise.
14667 * gdb.base/inferior-died.c: Include sys/wait.h.
14668 * gdb.base/fileio.c: Include time.h.
14669 * gdb.base/async-shell.c: Include unistd.h.
14670 * gdb.base/dprintf-non-stop.c: Likewise.
14671 * gdb.base/info-os.c: Likewise.
14672 * gdb.mi/mi-console.c: Likewise.
14673 * gdb.mi/watch-nonstop.c: Likewise.
14674 * gdb.python/py-events.c: Likewise.
14675 * gdb.base/async.c (baz): Move up before its invocation.
14676 * gdb.base/code_elim2.c (my_global_func): Likewise.
14677 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14678 * gdb.base/advance.c (func2): Likewise.
14679
14680 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14681
14682 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14683 variant.
14684 * gdb.base/annota3.c: Likewise.
14685 * gdb.base/async.c: Likewise.
14686 * gdb.base/average.c: Likewise.
14687 * gdb.base/call-ar-st.c: Likewise.
14688 * gdb.base/call-rt-st.c: Likewise.
14689 * gdb.base/call-sc.c: Likewise.
14690 * gdb.base/call-strs.c: Likewise.
14691 * gdb.base/ending-run.c: Likewise.
14692 * gdb.base/execd-prog.c: Likewise.
14693 * gdb.base/exprs.c: Likewise.
14694 * gdb.base/foll-exec.c: Likewise.
14695 * gdb.base/foll-fork.c: Likewise.
14696 * gdb.base/foll-vfork.c: Likewise.
14697 * gdb.base/funcargs.c: Likewise.
14698 * gdb.base/gcore.c: Likewise.
14699 * gdb.base/jump.c: Likewise.
14700 * gdb.base/langs0.c: Likewise.
14701 * gdb.base/langs1.c: Likewise.
14702 * gdb.base/langs2.c: Likewise.
14703 * gdb.base/mips_pro.c: Likewise.
14704 * gdb.base/nodebug.c: Likewise.
14705 * gdb.base/opaque0.c: Likewise.
14706 * gdb.base/opaque1.c: Likewise.
14707 * gdb.base/recurse.c: Likewise.
14708 * gdb.base/run.c: Likewise.
14709 * gdb.base/scope0.c: Likewise.
14710 * gdb.base/scope1.c: Likewise.
14711 * gdb.base/setshow.c: Likewise.
14712 * gdb.base/setvar.c: Likewise.
14713 * gdb.base/shmain.c: Likewise.
14714 * gdb.base/shr1.c: Likewise.
14715 * gdb.base/shr2.c: Likewise.
14716 * gdb.base/sigall.c: Likewise.
14717 * gdb.base/signals.c: Likewise.
14718 * gdb.base/so-indr-cl.c: Likewise.
14719 * gdb.base/solib2.c: Likewise.
14720 * gdb.base/structs.c: Likewise.
14721 * gdb.base/sum.c: Likewise.
14722 * gdb.base/vforked-prog.c: Likewise.
14723 * gdb.base/watchpoint.c: Likewise.
14724 * gdb.reverse/shr2.c: Likewise.
14725 * gdb.reverse/until-reverse.c: Likewise.
14726 * gdb.reverse/ur1.c: Likewise.
14727 * gdb.reverse/watch-reverse.c: Likewise.
14728
14729 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14730
14731 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14732 variant.
14733 * gdb.base/sepdebug.exp: Drop references to removed code.
14734
14735 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14736
14737 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14738 variant. Preserve original line numbering.
14739 * gdb.base/list1.c: Likewise.
14740
14741 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14742
14743 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14744 variant.
14745 * gdb.base/break1.c: Likewise.
14746 * gdb.base/break.exp: Drop references to removed code.
14747
14748 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14749
14750 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14751 variant.
14752
14753 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14754
14755 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14756
14757 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14758
14759 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14760 logic into perform_all_tests() and invoke it with and without
14761 function header prototypes.
14762 (do_function_calls): Remove conditional XFAIL for PR 5318.
14763 (rerun_and_prepare): Remove duplicate code.
14764 (perform_all_tests): New. Main logic moved here.
14765
14766 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14767
14768 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14769 code guarded by #ifdef NO_PROTOTYPES.
14770 (t_double_many_args): Likewise.
14771 (DEF_FUNC_MANY_ARGS_1): Likewise.
14772 (DEF_FUNC_VALUES_1): Likewise.
14773 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14774 guarded by #ifdef PROTOTYPES.
14775
14776 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14777
14778 * gdb.mi/mi-console.c: Add eye-catcher.
14779 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14780 instead of literal line number.
14781
14782 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14783
14784 * gdb.base/shr2.c: Add eye-catcher.
14785 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14786 line number.
14787
14788 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14789
14790 * gdb.base/jump.c: Add eye-catchers.
14791 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14792 numbers.
14793
14794 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14795
14796 * gdb.base/execd-prog.c: Add eye-catchers.
14797 * gdb.base/foll-exec.c: Likewise.
14798 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14799 line numbers.
14800
14801 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14802
14803 * gdb.base/ending-run.c: Add eye-catchers.
14804 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14805 literal line numbers.
14806
14807 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14808
14809 * gdb.base/call-rt-st.c: Add eye-catchers.
14810 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14811 literal line numbers.
14812
14813 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14814
14815 * gdb.base/call-ar-st.c: Add eye-catchers.
14816 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14817 literal line numbers.
14818
14819 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14820
14821 * gdb.base/average.c: Add eye-catchers.
14822 * gdb.base/sum.c: Likewise.
14823 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14824 regexps dynamically.
14825
14826 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14827
14828 * gdb.base/solib1.c: Add eye-catchers.
14829 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14830 literal line numbers.
14831
14832 2014-11-12 Pedro Alves <palves@redhat.com>
14833
14834 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14835 leader has exited.
14836
14837 2014-11-12 Pedro Alves <palves@redhat.com>
14838
14839 * gdb.arch/i386-bp_permanent.c: New file.
14840 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14841 (srcfile): Set to i386-bp_permanent.c.
14842 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14843 that stepi does not execute the 'leave' instruction, instead of
14844 testing it does execute.
14845 * gdb.base/bp-permanent.c: New file.
14846 * gdb.base/bp-permanent.exp: New file.
14847
14848 2014-11-10 Doug Evans <xdje42@gmail.com>
14849
14850 PR symtab/17564
14851 * gdb.base/symtab-search-order.exp: New file.
14852 * gdb.base/symtab-search-order.c: New file.
14853 * gdb.base/symtab-search-order-1.c: New file.
14854 * gdb.base/symtab-search-order-shlib-1.c: New file.
14855
14856 2014-11-07 Pedro Alves <palves@redhat.com>
14857
14858 PR gdb/17511
14859 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14860 i?86-*-linux*.
14861
14862 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14863
14864 PR c++/17494
14865 * gdb.cp/pr17494.cc: New file.
14866 * gdb.cp/pr17494.exp: New file.
14867
14868 2014-11-02 Yao Qi <yao@codesourcery.com>
14869
14870 * gdb.python/python.exp: Get working directory and match the
14871 output of "set extended-prompt \\w " with it.
14872
14873 2014-10-30 Doug Evans <dje@google.com>
14874
14875 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14876 in objfiles.
14877 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14878 in progspaces.
14879
14880 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14881
14882 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14883 * gdb.base/realname-expand.exp: Likewise.
14884 * gdb.linespec/macro-relative.exp: Likewise.
14885
14886 2014-10-29 Pedro Alves <palves@redhat.com>
14887
14888 PR gdb/17408
14889 * gdb.threads/schedlock.c (some_function): New function.
14890 (call_function): New global.
14891 (MAYBE_CALL_SOME_FUNCTION): New macro.
14892 (thread_function): Call it.
14893 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14894 and use it instead of a global counter. Adjust all callers.
14895 (get_current_thread): Use "find current thread" for test message
14896 here rather than having all callers pass down the same string.
14897 (goto_loop): New procedure, factored out from ...
14898 (my_continue): ... this.
14899 (step_ten_loops): Change parameter from test message to command to
14900 use. Adjust.
14901 (list_count): Delete global.
14902 (check_result): New procedure, factored out from duplicate top
14903 level code.
14904 (continue tests): Wrap in with_test_prefix.
14905 (test_step): New procedure, factored out from duplicate top level
14906 code.
14907 (top level): Test "step" in combination with all scheduler-locking
14908 modes. Test "next" in combination with all scheduler-locking
14909 modes, and in combination with stepping over a function call or
14910 not.
14911 * gdb.threads/next-bp-other-thread.c: New file.
14912 * gdb.threads/next-bp-other-thread.exp: New file.
14913
14914 2014-10-29 Pedro Alves <palves@redhat.com>
14915
14916 PR python/17372
14917 * gdb.python/python.exp: Test a multi-line command that spawns
14918 interactive Python.
14919 * gdb.base/multi-line-starts-subshell.exp: New file.
14920
14921 2014-10-29 Yao Qi <yao@codesourcery.com>
14922
14923 * gdb.base/fileio.exp: Make directories on host.
14924
14925 2014-10-29 Yao Qi <yao@codesourcery.com>
14926
14927 * gdb.base/fileio.c (test_write): Close the file.
14928
14929 2014-10-28 Pedro Alves <palves@redhat.com>
14930
14931 PR gdb/12623
14932 * gdb.base/sigstep.c (no_handler): New global.
14933 (main): If 'no_handler is true, set the signal handlers to
14934 SIG_IGN.
14935 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14936 with_sw_watch and no_handler parameters. Handle them.
14937 (top level) <stepping over handler when stopped at a breakpoint
14938 test>: Add a test axis for testing with a software watchpoint, and
14939 another for testing with the signal handler set to SIG_IGN.
14940 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14941 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14942
14943 2014-10-28 Pedro Alves <palves@redhat.com>
14944
14945 PR gdb/17511
14946 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14947 * gdb.base/sigstep.exp (other_handler_location): New global.
14948 (advance): Support stepping into the signal handler, and running
14949 commands while in the handler.
14950 (in_handler_map): New global.
14951 (top level): In the advance test, add combinations for getting
14952 into the handler with stepping commands, and for running commands
14953 in the handler. Add comment descripting the advancei tests.
14954
14955 2014-10-28 Pedro Alves <palves@redhat.com>
14956
14957 * gdb.base/sigstep.exp: Use build_executable instead of
14958 prepare_for_testing.
14959 (top level): Move code that starts GDB, runs to main and creates a
14960 display to ...
14961 (restart): ... this new procedure.
14962 (top level): Move backtrace from signal handler test to ...
14963 (validate_backtrace): ... this new procedure.
14964 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14965 with_test_prefix. Always restart GDB.
14966 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14967 with_test_prefix. Always restart GDB. No need to delete
14968 breakpoints after the test.
14969 (test_skip_handler): Remove prefix parameter.
14970 (skip_over_handler, breakpoint_to_handler)
14971 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14972 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14973 restart GDB. No need to delete breakpoints after the test.
14974 (top level): Use foreach to call the test procedures with
14975 different commands.
14976
14977 2014-10-28 Pedro Alves <palves@redhat.com>
14978
14979 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14980 instead of GNATS numbers.
14981 * gdb.base/sigbpt.exp: Likewise.
14982 * gdb.base/siginfo.exp: Likewise.
14983 * gdb.base/sigstep.exp: Likewise.
14984
14985 2014-10-27 Pedro Alves <palves@redhat.com>
14986
14987 * gdb.base/sigstep.c (dummy): New global.
14988 (main): Issue a couple writes to the new global.
14989 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14990 procedures.
14991 (skip_over_handler): Use test_skip_handler.
14992 (top level): Call skip_over_handler for stepi and nexti too.
14993 (breakpoint_over_handler): Use test_skip_handler.
14994 (top level): Call breakpoint_over_handler for stepi and nexti too.
14995
14996 2014-10-27 Yao Qi <yao@codesourcery.com>
14997
14998 * gdb.trace/tfile.c (adjust_function_address)
14999 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15000 function descriptor.
15001
15002 2014-10-24 Don Breazeal <donb@codesourcery.com>
15003
15004 * gdb.base/foll-fork.exp (test_follow_fork,
15005 catch_fork_child_follow): Check for updated fork messages emitted
15006 from infrun.c.
15007 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15008 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15009 vfork_and_exec_child_follow_through_step): Check for updated vfork
15010 messages emitted from infrun.c.
15011
15012 2014-10-24 Pedro Alves <palves@redhat.com>
15013
15014 * gdb.base/corefile.exp: Remove references to ultrix.
15015 * gdb.base/interrupt.exp: Likewise.
15016 * gdb.base/whatis.exp: Likewise.
15017 * gdb.gdb/selftest.exp: Likewise.
15018 * gdb.threads/manythreads.exp: Likewise.
15019 * gdb.threads/print-threads.exp: Likewise.
15020 * gdb.threads/pthreads.exp:: Likewise.
15021 * gdb.threads/schedlock.exp: Likewise.
15022
15023 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15024
15025 * gdb.cp/non-trivial-retval.cc: Add a test case.
15026 * gdb.cp/non-trivial-retval.exp: Add a test.
15027
15028 2014-10-20 Yao Qi <yao@codesourcery.com>
15029
15030 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15031 * gdb.python/py-objfile-script-gdb.py: New file.
15032 * gdb.python/py-objfile-script.exp: Update reference to
15033 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15034 of remote_download. Remove the dest file.
15035
15036 2014-10-20 Yao Qi <yao@codesourcery.com>
15037
15038 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15039 * gdb.base/step-line.exp: Likewise.
15040 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15041 * gdb.dwarf2/dw2-basic.exp: Likewise.
15042 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15043 * gdb.dwarf2/dw2-filename.exp: Likewise.
15044 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15045 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15046 * gdb.dwarf2/dw2-producer.exp: Likewise.
15047 * gdb.dwarf2/mac-fileno.exp: Likewise.
15048 * gdb.python/py-frame-args.exp: Likewise.
15049 * gdb.python/py-framefilter.exp: Likewise.
15050 * gdb.python/py-mi.exp: Likewise.
15051 * gdb.python/py-objfile-script.exp: Likewise
15052 * gdb.python/py-pp-integral.exp: Likewise.
15053 * gdb.python/py-pp-re-notag.exp: Likewise.
15054 * gdb.python/py-prettyprint.exp: Likewise.
15055 * gdb.python/py-section-script.exp: Likewise.
15056 * gdb.python/py-typeprint.exp: Likewise.
15057 * gdb.python/py-xmethods.exp: Likewise.
15058 * gdb.stabs/weird.exp: Likewise.
15059 * gdb.xml/tdesc-regs.exp: Likewise.
15060
15061 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15062
15063 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15064 (out_cu): Use addr_len for the size of addresses.
15065 (out_line): Likewise. Size DW_LNE_set_address instruction
15066 according to addr_len.
15067 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15068 (FUNC): Add START_INSNS to definition.
15069
15070 2014-10-18 Yao Qi <yao@codesourcery.com>
15071
15072 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15073 gdb_has_argv0 return true.
15074 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15075 check [target_info exists noargs], check [gdb_has_argv0]
15076 instead.
15077 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15078 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15079 procedures.
15080
15081 2014-10-17 Doug Evans <dje@google.com>
15082
15083 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15084 event.
15085 * gdb.python/py-events.py: Add clear_objfiles event.
15086
15087 2014-10-17 Doug Evans <dje@google.com>
15088
15089 * gdb.python/py-objfile.exp: Test progspace attribute.
15090
15091 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15092
15093 * gdb.guile/scm-breakpoint.exp: Do not assume any
15094 directory separators when matching source file paths.
15095 * gdb.python/py-breakpoint.exp: Likewise.
15096 * gdb.reverse/break-precsave.exp: Likewise.
15097 * gdb.reverse/break-reverse.exp: Likewise.
15098 * gdb.reverse/consecutive-precsave.exp: Likewise.
15099 * gdb.reverse/finish-precsave.exp: Likewise.
15100 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15101 * gdb.reverse/finish-reverse.exp: Likewise.
15102 * gdb.reverse/i386-precsave.exp: Likewise.
15103 * gdb.reverse/i387-env-reverse.exp: Likewise.
15104 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15105 * gdb.reverse/machinestate-precsave.exp: Likewise.
15106 * gdb.reverse/machinestate.exp: Likewise.
15107 * gdb.reverse/sigall-precsave.exp: Likewise.
15108 * gdb.reverse/solib-precsave.exp: Likewise.
15109 * gdb.reverse/step-precsave.exp: Likewise.
15110 * gdb.reverse/until-precsave.exp: Likewise.
15111 * gdb.reverse/watch-precsave.exp: Likewise.
15112 * gdb.reverse/watch-reverse.exp: Likewise.
15113
15114 2014-10-17 Yao Qi <yao@codesourcery.com>
15115
15116 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15117 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15118
15119 2014-10-17 Pedro Alves <palves@redhat.com>
15120
15121 PR gdb/17471
15122 * gdb.base/bg-execution-repeat.c: New file.
15123 * gdb.base/bg-execution-repeat.exp: New file.
15124
15125 2014-10-17 Pedro Alves <palves@redhat.com>
15126
15127 PR gdb/17300
15128 * gdb.base/continue-all-already-running.c: New file.
15129 * gdb.base/continue-all-already-running.exp: New file.
15130
15131 2014-10-17 Pedro Alves <palves@redhat.com>
15132
15133 PR gdb/17472
15134 * gdb.base/annota-input-while-running.c: New file.
15135 * gdb.base/annota-input-while-running.exp: New file.
15136
15137 2014-10-17 Pedro Alves <palves@redhat.com>
15138
15139 * gdb.base/callfuncs.exp: emove references to osf.
15140 * gdb.base/sigall.exp: Likewise.
15141 * gdb.gdb/selftest.exp: Likewise.
15142 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15143 * gdb.mi/non-stop.c: Likewise.
15144 * gdb.mi/pthreads.c: Likewise.
15145 * gdb.reverse/sigall-precsave.exp: Likewise.
15146 * gdb.reverse/sigall-reverse.exp: Likewise.
15147 * gdb.threads/pthreads.c: Likewise.
15148 * gdb.threads/pthreads.exp: Likewise.
15149
15150 2014-10-17 Yao Qi <yao@codesourcery.com>
15151
15152 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15153 check 'target_info exists noargs'.
15154 (test_command_prompt_position): Likewise.
15155 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15156 Remove "set args".
15157 (progvar_simple_while_test): Likewise.
15158 (progvar_complex_if_while_test): Likewise.
15159 (if_while_breakpoint_command_test): Likewise.
15160 (infrun_breakpoint_command_test): Likewise.
15161 (breakpoint_command_test): Likewise.
15162 (watchpoint_command_test): Likewise.
15163 (bp_deleted_in_command_test): Likewise.
15164 (temporary_breakpoint_commands): Likewise.
15165
15166 2014-10-16 Yao Qi <yao@codesourcery.com>
15167
15168 * gdb.base/remotetimeout.exp: Remove noargs checking.
15169
15170 2014-10-15 Pedro Alves <palves@redhat.com>
15171
15172 PR breakpoints/9649
15173 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15174 * gdb.base/breakpoint-in-ro-region.exp
15175 (probe_target_hardware_step): New procedure.
15176 (top level): Probe hardware stepping and hardware breakpoint
15177 support. Test stepping through a read-only region, with both
15178 "breakpoint auto-hw" on and off and both "always-inserted" on and
15179 off.
15180
15181 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15182
15183 * gdb.dlang/demangle.exp: Update for demangling changes.
15184
15185 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15186
15187 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15188 * gdb.cp/non-trivial-retval.exp: Add new tests.
15189
15190 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15191
15192 PR c++/13403
15193 PR c++/15154
15194 * gdb.cp/non-trivial-retval.cc: New file.
15195 * gdb.cp/non-trivial-retval.exp: New file.
15196
15197 2014-10-15 Yao Qi <yao@codesourcery.com>
15198
15199 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15200 remote host.
15201
15202 2014-10-15 Yao Qi <yao@codesourcery.com>
15203
15204 * gdb.python/py-symbol.exp: Match file base name if host is
15205 remote, otherwise match file name with dir name.
15206 * gdb.python/py-symtab.exp: Likewise.
15207 * gdb.python/python.exp: Likewise.
15208
15209 2014-10-15 Yao Qi <yao@codesourcery.com>
15210
15211 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15212 pattern.
15213 * gdb.python/py-symtab.exp: Likewise.
15214 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15215 locationn.
15216
15217 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15218
15219 * gdb.ada/addr_arith: New testcase.
15220
15221 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15222
15223 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15224 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15225 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15226 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15227
15228 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15229
15230 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15231 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15232 * gdb.arch/stap-eval-lang-ada.exp: New file.
15233
15234 2014-10-14 Yao Qi <yao@codesourcery.com>
15235
15236 * gdb.mi/mi-var-child.c (nothing1): New function.
15237 (nothing2): New function.
15238 (do_children_tests): Set function pointers by nothing1 and
15239 nothing2.
15240 * gdb.mi/mi-var-child.exp: Step over new added statements.
15241 Update test to match the new output.
15242 * gdb.mi/var-cmd.c (nothing1): New function.
15243 (nothing2): New function.
15244 (do_children_tests): Set function pointers by nothing1 and
15245 nothing2.
15246 * gdb.mi/mi-var-display.exp: Update test to match output.
15247 Step to the line specified by $line_dct_nothing.
15248 Increase the number of lines to step.
15249
15250 2014-10-14 Yao Qi <yao@codesourcery.com>
15251
15252 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15253 tests.
15254 * gdb.mi/mi2-var-child.exp: Likewise.
15255
15256 2014-10-13 Doug Evans <dje@google.com>
15257
15258 * gdb.python/py-objfile.exp: Change name of file name test.
15259
15260 2014-10-13 Doug Evans <dje@google.com>
15261
15262 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15263 from the start of the CU.
15264
15265 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15266 Yao Qi <yao@codesourcery.com>
15267
15268 Fix "save breakpoints" for "catch" command.
15269 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15270 Remove -nonewline. Match also the added "main" line.
15271
15272 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15273
15274 Fix "save breakpoints" for "disable $bpnum" command.
15275 * gdb.base/save-bp.c (main): Add label.
15276 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15277
15278 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15279
15280 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15281
15282 2014-10-11 Yao Qi <yao@codesourcery.com>
15283
15284 * gdb.server/server-kill.exp: Execute command
15285 "set remote trace-status-packet on" before "tstatus".
15286
15287 2014-10-11 Yao Qi <yao@codesourcery.com>
15288
15289 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15290 (main): Call getppid.
15291 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15292 and continue to it. Read variable "server_pid".
15293
15294 2014-10-11 Yao Qi <yao@codesourcery.com>
15295
15296 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15297
15298 2014-10-11 Yao Qi <yao@codesourcery.com>
15299
15300 * gdb.threads/thread-find.exp: Don't execute command
15301 "info threads".
15302 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15303 * gdb.threads/linux-dp.exp: Don't check the condition
15304 $threads_created equals to zero.
15305
15306 2014-10-10 Pedro Alves <palves@redhat.com>
15307
15308 * gdb.base/bigcore.exp: Remove references to IRIX.
15309 * gdb.base/funcargs.exp: Likewise.
15310 * gdb.base/interrupt.exp: Likewise.
15311 * gdb.base/mips_pro.exp: Likewise.
15312 * gdb.base/nodebug.exp: Likewise.
15313 * gdb.base/setvar.exp: Likewise.
15314 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15315
15316 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15317 Pedro Alves <palves@redhat.com>
15318
15319 PR symtab/14466
15320 * gdb.base/vdso-warning.c: New file.
15321 * gdb.base/vdso-warning.exp: New file.
15322
15323 2014-10-02 Doug Evans <dje@google.com>
15324
15325 * gdb.base/structs.c (main): Don't run forever.
15326
15327 2014-10-02 Pedro Alves <palves@redhat.com>
15328
15329 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15330 (top level) <stop threads 1, stop threads 2>: Use it.
15331
15332 2014-10-02 Pedro Alves <palves@redhat.com>
15333
15334 * gdb.threads/break-while-running.exp (test): Add new
15335 'update_thread_list' argument. Skip "info threads" if false.
15336 (top level): Add new 'update_thread_list' axis.
15337
15338 2014-10-02 Pedro Alves <palves@redhat.com>
15339
15340 PR breakpoints/17431
15341 * gdb.base/execl-update-breakpoints.c: New file.
15342 * gdb.base/execl-update-breakpoints.exp: New file.
15343
15344 2014-10-01 Pedro Alves <palves@redhat.com>
15345
15346 * gdb.base/breakpoint-in-ro-region.c: New file.
15347 * gdb.base/breakpoint-in-ro-region.exp: New file.
15348
15349 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15350
15351 * gdb.mi/mi-exit-code.exp: New file.
15352 * gdb.mi/mi-exit-code.c: New file.
15353
15354 2014-09-30 Yao Qi <yao@codesourcery.com>
15355
15356 * lib/prelink-support.exp (build_executable_own_libs): Error if
15357 the target isn't native.
15358
15359 2014-09-30 Yao Qi <yao@codesourcery.com>
15360
15361 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15362 false.
15363
15364 2014-09-22 Pedro Alves <palves@redhat.com>
15365
15366 * gdb.threads/break-while-running.exp: New file.
15367 * gdb.threads/break-while-running.c: New file.
15368
15369 2014-09-19 Yao Qi <yao@codesourcery.com>
15370
15371 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15372 Invoke test. Restart GDB with --readnow and invoke test again.
15373
15374 2014-09-19 Yao Qi <yao@codesourcery.com>
15375
15376 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15377 proc set_breakpoint_on_gcd_function. Invoke
15378 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15379 invoke set_breakpoint_on_gcd_function again.
15380
15381 2014-09-18 Doug Evans <dje@google.com>
15382
15383 * gdb.dwarf2/symtab-producer.exp: New file.
15384
15385 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15386
15387 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15388 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15389 * gdb.base/global-var-nested-by-dso.c: Likewise.
15390 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15391
15392 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15393 Pedro Alves <palves@redhat.com>
15394
15395 * gdb.base/watch-bitfields.exp: Pass string other than test file
15396 name to prepare_for_testing.
15397 (watch): New procedure.
15398 (expect_watchpoint): Use with_test_prefix.
15399 (top level): Factor out tests to ...
15400 (test_watch_location, test_regular_watch): ... these new
15401 procedures, and use with_test_prefix and gdb_continue_to_end.
15402
15403 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15404
15405 PR breakpoints/12526
15406 * gdb.base/watch-bitfields.exp: New file.
15407 * gdb.base/watch-bitfields.c: New file.
15408
15409 2014-09-16 Pedro Alves <palves@redhat.com>
15410
15411 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15412 software and hardware addresses, not software address against
15413 itself.
15414
15415 2014-09-16 Pedro Alves <palves@redhat.com>
15416
15417 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15418 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15419
15420 2014-09-16 Pedro Alves <palves@redhat.com>
15421
15422 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15423 files.
15424 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15425 "*-*-vxworks*" throughout.
15426 * gdb.base/break.exp: Likewise.
15427 * gdb.base/default.exp: Likewise.
15428 * gdb.base/scope.exp: Likewise.
15429 * gdb.base/sepdebug.exp: Likewise.
15430 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15431 throughout.
15432 * gdb.base/run.c: Likewise.
15433 * gdb.base/sepdebug.c: Likewise.
15434 * gdb.hp/gdb.aCC/run.c: Likewise.
15435 * gdb.reverse/until-reverse.c: Likewise.
15436 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15437
15438 2014-09-16 Yao Qi <yao@codesourcery.com>
15439
15440 * boards/local-remote-host-native.exp: New file.
15441
15442 2014-09-14 Doug Evans <xdje42@gmail.com>
15443
15444 * gdb.threads/queue-signal.c (thread_count): New variable.
15445 (thread_count_mutex, thread_count_condvar): New variables.
15446 (incr_thread_count, wait_all_threads_running): New functions.
15447 (main): Wait for all threads to be in their thread functions.
15448
15449 2014-09-13 Doug Evans <xdje42@gmail.com>
15450
15451 * gdb.threads/queue-signal.c: New file.
15452 * gdb.threads/queue-signal.exp: New file.
15453
15454 2014-09-13 Doug Evans <xdje42@gmail.com>
15455
15456 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15457 be consistent with what default_gdb_init uses.
15458 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15459 the plain text of the prompt. Add some logging printfs.
15460 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15461
15462 2014-09-12 Pedro Alves <palves@redhat.com>
15463
15464 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15465 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15466 * gdb.arch/i386-size-overlap.exp: Likewise.
15467 * gdb.arch/i386-size.exp: Likewise.
15468 * gdb.arch/i386-unwind.exp: Likewise.
15469 * gdb.base/a2-run.exp: Likewise.
15470 * gdb.base/break.exp: Likewise.
15471 * gdb.base/charset.exp: Likewise.
15472 * gdb.base/chng-syms.exp: Likewise.
15473 * gdb.base/commands.exp: Likewise.
15474 * gdb.base/dbx.exp: Likewise.
15475 * gdb.base/find.exp: Likewise.
15476 * gdb.base/funcargs.exp: Likewise.
15477 * gdb.base/jit-simple.exp: Likewise.
15478 * gdb.base/reread.exp: Likewise.
15479 * gdb.base/sepdebug.exp: Likewise.
15480 * gdb.base/step-bt.exp: Likewise.
15481 * gdb.cp/mb-inline.exp: Likewise.
15482 * gdb.cp/mb-templates.exp: Likewise.
15483 * gdb.objc/basicclass.exp: Likewise.
15484 * gdb.threads/killed.exp: Likewise.
15485
15486 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15487
15488 PR tdep/17379
15489 * gdb.arch/powerpc-stackless.S: New file.
15490 * gdb.arch/powerpc-stackless.exp: New file.
15491
15492 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15493
15494 * gdb.base/attach.c: Include unistd.h.
15495 (main): Call alarm. Add label postloop.
15496 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15497 gdb_breakpoint, gdb_continue_to_breakpoint.
15498 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15499
15500 2014-09-11 Pedro Alves <palves@redhat.com>
15501
15502 PR gdb/17347
15503 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15504 * gdb.base/attach.exp (test_command_line_attach_run): New
15505 procedure.
15506 (top level): Call it.
15507
15508 2014-09-11 Pedro Alves <palves@redhat.com>
15509
15510 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15511 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15512 (do_command_attach_tests): Use spawn_wait_for_attach.
15513 * gdb.base/solib-overlap.exp: Likewise.
15514 * gdb.multi/multi-attach.exp: Likewise.
15515 * gdb.python/py-prompt.exp: Likewise.
15516 * gdb.python/py-sync-interp.exp: Likewise.
15517 * gdb.server/ext-attach.exp: Likewise.
15518
15519 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15520
15521 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15522 command in testcase. Simplify testcase.
15523
15524 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15525
15526 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15527
15528 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15529
15530 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15531
15532 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15533
15534 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15535
15536 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15537
15538 * gdb.dwarf2/dynarr-ptr.c: New file.
15539 * gdb.dwarf2/dynarr-ptr.exp: New file.
15540
15541 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15542
15543 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15544 of 30 rather than hardcoding 120 for a slow test case. Take the
15545 `gdb,timeout' target setting into account for this calculation.
15546 Don't extend the timeout for the test cases that don't need it.
15547
15548 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15549
15550 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15551 a factor of 2 for a slow test case. Take the `gdb,timeout'
15552 target setting into account for this calculation.
15553 * gdb.reverse/until-precsave.exp: Increase the timeout by
15554 a factor of 15 and 3 respectively rather than adding 120
15555 for a pair of slow test cases. Take the `gdb,timeout'
15556 target setting into account for this calculation.
15557
15558 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15559
15560 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15561 timeout, don't pass one down to gdb_expect.
15562 (gdb_expect): Rework timeout selection.
15563
15564 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15565
15566 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15567 exception on timeout.
15568 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15569 (gdbserver_start_extended): Catch any `gdbserver_start' error
15570 exceptions.
15571 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15572 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15573 `gdbserver_gdb_load' error exceptions.
15574
15575 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15576
15577 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15578 120 on waiting for the TCP socket to open.
15579
15580 2014-09-09 Doug Evans <xdje42@gmail.com>
15581
15582 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15583 _caller_matches, _any_caller_is, _any_caller_matches.
15584
15585 2014-09-09 Doug Evans <xdje42@gmail.com>
15586
15587 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15588
15589 2014-09-09 Yao Qi <yao@codesourcery.com>
15590
15591 * gdb.mi/mi-var-display.exp: Set print symbol off.
15592
15593 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15594
15595 PR gdb/17035
15596 * gdb.base/commands.exp: Add tests to verify user-defined
15597 commands with empty bodies.
15598 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15599 python commands in `show user command`.
15600 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15601 scheme commands in `show user command`.
15602
15603 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15604
15605 PR python/17355
15606 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15607 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15608 * gdb.python/py-framefilter-invalidarg.exp: New file.
15609 * gdb.python/py-framefilter-invalidarg.py: New file.
15610
15611 2014-09-06 Doug Evans <xdje42@gmail.com>
15612
15613 PR 15276
15614 * gdb.python/py-caller-is.c: New file.
15615 * gdb.python/py-caller-is.exp: New file.
15616
15617 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15618
15619 PR gdb/17235
15620 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15621 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15622
15623 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15624
15625 PR fortran/17237
15626 * gdb.fortran/print-formatted.exp: New file.
15627 * gdb.fortran/print-formatted.f90: Likewise.
15628
15629 2014-09-03 Sasha Smundak <asmundak@google.com>
15630
15631 * gdb.python/py-frame.exp: Test Frame.read_register.
15632
15633 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15634
15635 PR python/16699
15636 * gdb.python/py-completion.exp: New file.
15637 * gdb.python/py-completion.py: Likewise.
15638
15639 2014-08-28 Doug Evans <dje@google.com>
15640
15641 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15642 eax,etc. are live with values set by gdb and thus the compiler can't
15643 use them.
15644 * gdb.arch/i386-pseudo.c (main): Ditto.
15645
15646 2014-08-27 Doug Evans <dje@google.com>
15647
15648 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15649
15650 2014-08-25 Doug Evans <dje@google.com>
15651
15652 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15653 (main): Ditto.
15654
15655 2014-08-25 Doug Evans <dje@google.com>
15656
15657 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15658
15659 2014-08-24 Yao Qi <yao@codesourcery.com>
15660
15661 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15662 symbol off.
15663 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15664
15665 2014-08-22 Doug Evans <dje@google.com>
15666
15667 PR 17276
15668 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15669 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15670 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15671
15672 2014-08-22 Yao Qi <yao@codesourcery.com>
15673
15674 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15675 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15676 * gdb.python/python.exp: Likewise. Use .py file on the host
15677 instead of the build.
15678
15679 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15680
15681 * gdb.threads/gcore-stale-thread.c: New file.
15682 * gdb.threads/gcore-stale-thread.exp: New file.
15683
15684 2014-08-21 Pedro Alves <palves@redhat.com>
15685
15686 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15687 * gdb.base/gcore-relro-pie.exp: Likewise.
15688 * gdb.base/gcore-relro.exp: Likewise.
15689 * gdb.base/gcore.exp: Likewise.
15690 * gdb.base/print-symbol-loading.exp: Likewise.
15691 * gdb.threads/gcore-thread.exp: Likewise.
15692 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15693
15694 2014-08-20 Pedro Alves <palves@redhat.com>
15695 Jan Kratochvil <jan.kratochvil@redhat.com>
15696
15697 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15698 configure.
15699 (EXPECT): Handle READ1 being set.
15700 (all): Depend on EXTRA_RULES.
15701 (check-read1, expect-read1, read1.so, read1): New rules.
15702 * README (Testsuite Parameters): Document the READ1 make variable.
15703 (Race detection): New section.
15704 * configure: Regenerate.
15705 * configure.ac: If build==host==target, and running under a
15706 GNU/glibc system, add read1 to the extra Makefile rules.
15707 (EXTRA_RULES): AC_SUBST it.
15708 * lib/read1.c: New file.
15709
15710 2014-08-20 Joel Brobecker <brobecker@adacore.com>
15711
15712 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15713 the handling of variables declared as a typedef to an array
15714 which a DW_AT_data_location attribute.
15715
15716 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
15717 Pedro Alves <palves@redhat.com>
15718
15719 PR symtab/14604
15720 PR symtab/14605
15721 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15722 gdb_test.
15723
15724 2014-08-19 Pedro Alves <palves@redhat.com>
15725
15726 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15727
15728 2014-08-19 Yao Qi <yao@codesourcery.com>
15729
15730 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15731 right line.
15732
15733 2014-08-18 David Blaikie <dblaikie@gmail.com>
15734
15735 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15736
15737 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15738
15739 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15740 attribute in array range.
15741
15742 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15743
15744 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15745
15746 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15747
15748 PR c++/17132
15749 * gdb.cp/pr17132.cc: New file.
15750 * gdb.cp/pr17132.exp: New file.
15751
15752 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15753
15754 * gdb.python/py-xmethods.py (A_getarrayind)
15755 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15756 Use 'print' with function call syntax.
15757 (E_method_matcher.match): Fix tab vs space indentation mixup.
15758
15759 2014-08-15 Yao Qi <yao@codesourcery.com>
15760
15761 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15762 false.
15763
15764 2014-08-15 Yao Qi <yao@codesourcery.com>
15765
15766 * gdb.cp/casts.exp: Set print symbol off.
15767 * gdb.cp/class2.exp: Likewise.
15768 * gdb.cp/overload.exp: Likewise.
15769 * gdb.cp/templates.exp: Likewise.
15770
15771 2014-08-11 Doug Evans <dje@google.com>
15772
15773 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15774 (test_load_shlib): Update.
15775
15776 2014-08-09 Yao Qi <yao@codesourcery.com>
15777
15778 * gdb.base/display.exp: Invoke is_address_zero_readable.
15779 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15780 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15781 * gdb.base/hbreak-unmapped.exp: Return if
15782 is_address_zero_readable returns true.
15783 * gdb.base/signest.exp: Likewise.
15784 * gdb.base/signull.exp: Likewise.
15785 * gdb.base/sigbpt.exp: Likewise.
15786 * gdb.guile/scm-disasm.exp: Do the test if
15787 is_address_zero_readable returns false.
15788 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15789 * gdb.python/py-arch.exp: Likewise.
15790 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15791 * lib/gdb.exp (is_address_zero_readable): New proc.
15792
15793 2014-08-09 Yao Qi <yao@codesourcery.com>
15794
15795 PR testsuite/13443
15796 * gdb.mi/mi-var-display.exp: Make test messages unique.
15797
15798 2014-08-04 Tom Tromey <tromey@redhat.com>
15799
15800 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15801 target 0".
15802
15803 2014-08-04 Tom Tromey <tromey@redhat.com>
15804
15805 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15806 "target_resume".
15807
15808 2014-08-01 Joel Brobecker <brobecker@adacore.com>
15809
15810 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15811 inner_vla_struct_object_size.
15812 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15813 as xfail.
15814
15815 2014-07-30 Pedro Alves <palves@redhat.com>
15816
15817 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15818 comment.
15819
15820 2014-07-29 Yao Qi <yao@codesourcery.com>
15821
15822 PR gdb/17206
15823 * gdb.base/until-nodebug.exp: New.
15824
15825 2014-07-28 Doug Evans <xdje42@gmail.com>
15826
15827 PR guile/17203
15828 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15829 previously existing parameter, and previously ambiguously spelled
15830 parameter.
15831
15832 2014-07-28 Will Newton <will.newton@linaro.org>
15833
15834 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15835
15836 2014-07-26 Ludovic Courtès <ludo@gnu.org>
15837 Doug Evans <xdje42@gmail.com>
15838
15839 PR guile/17146
15840 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15841
15842 2014-07-25 Pedro Alves <palves@redhat.com>
15843
15844 * gdb.threads/signal-command-handle-nopass.c: New file.
15845 * gdb.threads/signal-command-handle-nopass.exp: New file.
15846 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15847 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15848 * gdb.threads/signal-delivered-right-thread.c: New file.
15849 * gdb.threads/signal-delivered-right-thread.exp: New file.
15850
15851 2014-07-25 Pedro Alves <palves@redhat.com>
15852
15853 * gdb.base/double-prompt-target-event-error.exp
15854 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15855 match.
15856 (cancel_pagination_in_target_event): Rework double prompt
15857 detection.
15858 * gdb.base/paginate-after-ctrl-c-running.exp
15859 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15860 <return>' match.
15861 * gdb.base/paginate-bg-execution.exp
15862 (test_bg_execution_pagination_return)
15863 (test_bg_execution_pagination_cancel): Remove '-notransfer
15864 <return>' matches.
15865 * gdb.base/paginate-execution-startup.exp
15866 (test_fg_execution_pagination_return)
15867 (test_fg_execution_pagination_cancel): Remove '-notransfer
15868 <return>' matches.
15869 * gdb.base/paginate-inferior-exit.exp
15870 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15871 match.
15872 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15873 * lib/gdb.exp (pagination_prompt): Run text through
15874 string_to_regexp.
15875 (gdb_test_multiple): Match $pagination_prompt instead of
15876 "<return>".
15877 (string_to_regexp): Move to lib/gdb-utils.exp.
15878
15879 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15880
15881 * gdb.arch/amd64-entry-value-paramref.S: New file.
15882 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15883 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15884 * gdb.arch/amd64-optimout-repeat.S: New file.
15885 * gdb.arch/amd64-optimout-repeat.c: New file.
15886 * gdb.arch/amd64-optimout-repeat.exp: New file.
15887
15888 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15889
15890 PR gdb/17170
15891 * gdb.base/statistics.exp: New file.
15892
15893 2014-07-17 Doug Evans <dje@google.com>
15894
15895 PR gdb/17170
15896 * gdb.base/maint.exp: Update testing of per-command stats.
15897
15898 2014-07-16 Pedro Alves <palves@redhat.com>
15899
15900 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15901 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15902 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15903 (tfile_write_buf): New functions.
15904 (add_memory_block): Rewrite using the above.
15905 (adjust_function_address): New function.
15906 (FUNCTION_ADDRESS): New macro.
15907 (write_basic_trace_file): Remove short_x local, and use
15908 tfile_write_16. Change type of func_addr local to unsigned long
15909 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15910 here. Cast argument of add_memory_block to char pointer.
15911 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15912 (main): Remove parameters.
15913 * gdb.trace/tfile.exp: Remove nowarnings.
15914
15915 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15916
15917 * gdb.base/debug-expr.exp: Test string evaluation with
15918 "debug expression" on.
15919
15920 2014-07-15 Pedro Alves <palves@redhat.com>
15921
15922 * gdb.base/reread.exp: Use clean_restart.
15923
15924 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15925
15926 * gdb.arch/avr-flash-qualifer.c: New.
15927 * gdb.arch/avr-flash-qualifer.exp: New.
15928
15929 2014-07-14 Pedro Alves <palves@redhat.com>
15930
15931 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15932 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15933
15934 2014-07-14 Pedro Alves <palves@redhat.com>
15935
15936 * gdb.base/double-prompt-target-event-error.c: New file.
15937 * gdb.base/double-prompt-target-event-error.exp: New file.
15938
15939 2014-07-14 Pedro Alves <palves@redhat.com>
15940
15941 PR gdb/17072
15942 * gdb.base/paginate-inferior-exit.c: New file.
15943 * gdb.base/paginate-inferior-exit.exp: New file.
15944
15945 2014-07-14 Pedro Alves <palves@redhat.com>
15946
15947 PR gdb/17072
15948 * gdb.base/paginate-bg-execution.c: New file.
15949 * gdb.base/paginate-bg-execution.exp: New file.
15950
15951 2014-07-14 Pedro Alves <palves@redhat.com>
15952
15953 PR gdb/17072
15954 * gdb.base/paginate-execution-startup.c: New file.
15955 * gdb.base/paginate-execution-startup.exp: New file.
15956 * lib/gdb.exp (pagination_prompt): New global.
15957 (default_gdb_spawn): New procedure, factored out from
15958 default_gdb_spawn.
15959 (default_gdb_start): Adjust to call default_gdb_spawn.
15960 (gdb_spawn): New procedure.
15961
15962 2014-07-14 Pedro Alves <palves@redhat.com>
15963
15964 * lib/gdb.exp (gdb_assert): New procedure.
15965 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15966
15967 2014-07-14 Pedro Alves <palves@redhat.com>
15968
15969 * gdb.base/execution-termios.c: New file.
15970 * gdb.base/execution-termios.exp: New file.
15971
15972 2014-07-14 Tom Tromey <tromey@redhat.com>
15973
15974 * gdb.cp/vla-cxx.cc: New file.
15975 * gdb.cp/vla-cxx.exp: New file.
15976
15977 2014-07-14 Tom Tromey <tromey@redhat.com>
15978
15979 * gdb.reverse/rerun-prec.c: New file.
15980 * gdb.reverse/rerun-prec.exp: New file.
15981
15982 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15983 Maciej W. Rozycki <macro@codesourcery.com>
15984
15985 * lib/gdb-utils.exp: New file.
15986 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15987 inline `gdb_init_command' processing.
15988 (gdb_start_cmd): Likewise.
15989 * lib/mi-support.exp (mi_run_cmd): Likewise.
15990 * README: Document `gdb_init_command' and `gdb_init_commands'.
15991
15992 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15993
15994 Fix false FAIL running under a very long directory name.
15995 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15996 and "set print elements 10000". Twice.
15997
15998 2014-07-11 Yao Qi <yao@codesourcery.com>
15999
16000 * gdb.base/exprs.exp: "set print symbol off".
16001
16002 2014-07-11 Pedro Alves <palves@redhat.com>
16003
16004 * gdb.threads/kill.c: New file.
16005 * gdb.threads/kill.exp: New file.
16006
16007 2014-07-10 Yao Qi <yao@codesourcery.com>
16008
16009 * gdb.trace/tfile.c (write_basic_trace_file)
16010 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16011 address written to trace file.
16012
16013 2014-07-09 Pedro Alves <palves@redhat.com>
16014
16015 * gdb.base/attach-wait-input.exp: New file.
16016 * gdb.base/attach-wait-input.c: New file.
16017
16018 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16019
16020 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16021 setting up test structures.
16022 (main): Call new test function.
16023 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16024 test function, continue into test function and walk test
16025 structures.
16026
16027 2014-07-02 Yao Qi <yao@codesourcery.com>
16028
16029 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16030 'bar_start' at the beginning of functions 'foo' and 'bar'
16031 respectively.
16032 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16033 instead of 'foo' and 'bar'.
16034
16035 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16036
16037 * gdb.btrace/segv.exp: New.
16038 * gdb.btrace/segv.c: New.
16039
16040 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16041
16042 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16043 instruction.
16044
16045 2014-06-30 Mark Wielaard <mjw@redhat.com>
16046
16047 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16048 vulture, vilify, villar): New volatile array constants.
16049 (vindictive, vegetation): New const volatile array constants.
16050 * gdb.base/volatile.exp: Test volatile and const volatile array
16051 types.
16052
16053 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16054
16055 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16056 target lacks support for awatch, rwatch, or hbreak.
16057
16058 2014-06-27 Yao Qi <yao@codesourcery.com>
16059
16060 * gdb.multi/dummy-frame-restore.exp: New.
16061 * gdb.multi/dummy-frame-restore.c: New.
16062
16063 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16064
16065 * gdb.btrace/gcore.exp: New.
16066
16067 2014-06-23 Pedro Alves <palves@redhat.com>
16068
16069 * gdb.base/watchpoint-reuse-slot.c: New file.
16070 * gdb.base/watchpoint-reuse-slot.exp: New file.
16071
16072 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16073
16074 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16075 progspace's filename in 'info', 'enable' and 'disable' command
16076 tests.
16077
16078 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16079
16080 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16081 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16082 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16083
16084 2014-06-20 Gary Benson <gbenson@redhat.com>
16085
16086 * gdb.arch/i386-avx.exp: Fix include file location.
16087 * gdb.arch/i386-sse.exp: Likewise.
16088
16089 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16090
16091 * gdb.dlang/expression.exp: New file.
16092
16093 2014-06-19 Pedro Alves <palves@redhat.com>
16094
16095 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16096 out from ...
16097 (top level): ... here. Iterate running tests under different
16098 scheduler-locking settings.
16099
16100 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16101
16102 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16103 to DW_FORM_addr and use non-zero addresses.
16104
16105 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16106
16107 PR gdb/17017
16108 * gdb.python/py-xmethods.cc: Add global function call counters and
16109 increment them in their respective functions. Remove "cout"
16110 statements.
16111 * gdb.python/py-xmethods.exp: Make tests check the global function
16112 call counters instead of depending on inferior IO.
16113
16114 2014-06-18 Don Breazeal <donb@codesourcery.com>
16115
16116 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16117 Deleted procedure.
16118 (explicit_fork_parent_follow): Deleted procedure.
16119 (explicit_fork_child_follow): Deleted procedure.
16120 (test_follow_fork): New procedure.
16121 (do_fork_tests): Replace calls to deleted procedures with
16122 calls to test_follow_fork and reset GDB for subsequent
16123 procedure calls.
16124
16125 2014-06-17 Yao Qi <yao@codesourcery.com>
16126
16127 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16128 CP1252.
16129
16130 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16131
16132 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16133 Initialize ptr and S explicitly.
16134 (skip_type_update_when_not_use_rtti_test): Likewise.
16135
16136 2014-06-16 Keith Seitz <keiths@redhat.com>
16137
16138 PR mi/15863
16139 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16140 the inferior is started.
16141
16142 2014-06-16 Pedro Alves <palves@redhat.com>
16143
16144 * gdb.base/break-main-file-remove-fail.c: New file.
16145 * gdb.base/break-main-file-remove-fail.exp: New file.
16146 * gdb.base/break-unload-file.exp: Use build_executable instead of
16147 prepare_for_testing.
16148 (test_break): New parameter "initial_load". Handle it.
16149 (top level): Add initial_load cmdline/file axis.
16150
16151 2014-06-12 Tom Tromey <tromey@redhat.com>
16152
16153 * gdb.base/completion.exp: Don't use directory name in test.
16154
16155 2014-06-09 Gary Benson <gbenson@redhat.com>
16156
16157 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16158 separate the always-available ANSI-standard signals from the
16159 signals that require checking.
16160 (main): Likewise.
16161 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16162 Likewise.
16163 (main): Likewise.
16164
16165 2014-06-07 Keith Seitz <keiths@redhat.com>
16166
16167 Revert:
16168 PR c++/16253
16169 * gdb.cp/var-tag.cc: New file.
16170 * gdb.cp/var-tag.exp: New file.
16171 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16172 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16173 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16174 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16175
16176 2014-06-06 Doug Evans <xdje42@gmail.com>
16177
16178 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16179
16180 2014-06-06 Pedro Alves <palves@redhat.com>
16181
16182 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16183 in target debug output instead of looking at RSP packets,
16184 disabling the test on any target that uses hardware stepping.
16185 Update comments.
16186
16187 2014-06-06 Pedro Alves <palves@redhat.com>
16188
16189 * gdb.base/break-unload-file.exp: Fix typo.
16190
16191 2014-06-06 Yao Qi <yao@codesourcery.com>
16192
16193 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16194 from "jit_function" to "^jit_function".
16195
16196 2014-06-06 Yao Qi <yao@codesourcery.com>
16197
16198 * gdb.base/async.c (foo): Add one statement.
16199 * gdb.base/async.exp: Get the next instruction address and
16200 match the output of "nexti" by instruction address. Match
16201 the hex address in the output of "finish".
16202
16203 2014-06-06 Gary Benson <gbenson@redhat.com>
16204
16205 * gdb.base/call-signals.c: Remove preprocessor conditionals
16206 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16207 SIGSEGV and SIGTERM.
16208 * gdb.base/sigall.c: Likewise.
16209 * gdb.base/unwindonsignal.c: Likewise.
16210 * gdb.reverse/sigall-reverse.c: Likewise.
16211
16212 2014-06-06 Yao Qi <yao@codesourcery.com>
16213
16214 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16215 readable, skip the test.
16216
16217 2014-06-06 Yao Qi <yao@codesourcery.com>
16218
16219 * gdb.threads/staticthreads.c (thread_function): Move the line
16220 setting breakpoint on forward.
16221 * gdb.threads/staticthreads.exp: Update comments.
16222
16223 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16224
16225 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16226 "history-append! type error".
16227
16228 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16229
16230 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16231 erroneous dprintf expected input.
16232
16233 2014-06-04 Doug Evans <xdje42@gmail.com>
16234
16235 * gdb.guile/scm-generics.exp: Delete.
16236
16237 2014-06-04 Doug Evans <xdje42@gmail.com>
16238
16239 * gdb.guile/scm-breakpoint.exp: Update.
16240 Add tests for breakpoint registration.
16241
16242 2014-06-04 Tom Tromey <tromey@redhat.com>
16243
16244 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16245 VLA-in-union.
16246 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16247 inner_vla_struct, vla_union types. Initialize objects of those
16248 types and compute their sizes.
16249
16250 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16251 Hui Zhu <hui@codesourcery.com>
16252
16253 * gdb.base/fileio.exp: Add test for shell not available as well as
16254 available.
16255 * gdb.base/fileio.c (test_system): Check for shell twice.
16256
16257 2014-06-04 Yao Qi <yao@codesourcery.com>
16258
16259 * gdb.base/auto-connect-native-target.exp: Remove redundant
16260 space from the regexp pattern.
16261
16262 2014-06-04 Yao Qi <yao@codesourcery.com>
16263
16264 * gdb.base/default.exp: Replace "child" with "native" in
16265 regexp pattern.
16266
16267 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16268
16269 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16270 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16271 * gdb.python/py-xmethods.py: Python script supporting the
16272 new testcase and tests.
16273
16274 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16275 Pedro Alves <palves@redhat.com>
16276
16277 PR breakpoints/17000
16278 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16279 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16280
16281 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16282
16283 * gdb.base/subst.exp: Add tests to verify partial path matching
16284 output.
16285
16286 2014-06-03 Pedro Alves <palves@redhat.com>
16287
16288 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16289 target that doesn't use software single-stepping.
16290
16291 2014-06-03 Pedro Alves <palves@redhat.com>
16292
16293 PR breakpoints/17000
16294 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16295 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16296
16297 2014-06-02 Doug Evans <xdje42@gmail.com>
16298
16299 * gdb.guile/scm-parameter.exp: New file.
16300
16301 2014-06-02 Doug Evans <xdje42@gmail.com>
16302
16303 * gdb.guile/scm-cmd.c: New file.
16304 * gdb.guile/scm-cmd.exp: New file.
16305
16306 2014-06-02 Doug Evans <xdje42@gmail.com>
16307
16308 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16309 pretty-printer lookup.
16310 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16311 (make-pp_s-printer): Call it.
16312 (make-pretty-printer-from-dict): New function.
16313 (lookup-pretty-printer-maker-from-dict): New function.
16314 (*pretty-printer*): Simplify.
16315 (make-objfile-pp_s-printer): New function.
16316 (install-objfile-pretty-printers!): New function.
16317 (make-progspace-pp_s-printer): New function.
16318 (install-progspace-pretty-printers!): New function.
16319 * gdb.guile/scm-progspace.c: New file.
16320 * gdb.guile/scm-progspace.exp: New file.
16321
16322 2014-06-02 Pedro Alves <palves@redhat.com>
16323
16324 * gdb.base/dprintf-bp-same-addr.c: New file.
16325 * gdb.base/dprintf-bp-same-addr.exp: New file.
16326
16327 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16328
16329 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16330 * gdb.arch/powerpc-power.s: Likewise.
16331
16332 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16333
16334 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16335
16336 2014-06-01 Yao Qi <yao@codesourcery.com>
16337
16338 * gdb.base/watchpoint.exp (test_watch_location): Check null
16339 pointer can be dereferenced. If not, do the test, otherwise
16340 skip it.
16341
16342 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16343
16344 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16345 results.
16346 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16347
16348 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16349
16350 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16351 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16352 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16353 * gdb.arch/amd64-invalid-stack-top.c: New file.
16354 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16355
16356 2014-05-30 Pedro Alves <palves@redhat.com>
16357
16358 PR breakpoints/17000
16359 * gdb.base/sss-bp-on-user-bp.c: New file.
16360 * gdb.base/sss-bp-on-user-bp.exp: New file.
16361
16362 2014-05-30 David Blaikie <dblaikie@gmail.com>
16363
16364 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16365 gnu_inline semantics via attribute.
16366 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16367 source explicitly specifies the required semantics.
16368
16369 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16370
16371 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16372
16373 2014-05-29 Pedro Alves <palves@redhat.com>
16374 Tom Tromey <tromey@redhat.com>
16375
16376 * gdb.base/async-shell.exp: Don't enable target-async.
16377 * gdb.base/async.exp
16378 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16379 parameter. Adjust.
16380 (top level): Don't test with "target-async".
16381 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16382 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16383 * gdb.base/inferior-died.exp: Don't enable target-async.
16384 * gdb.base/interrupt-noterm.exp: Likewise.
16385 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16386 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16387 * gdb.mi/mi-nonstop.exp: Likewise.
16388 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16389 * gdb.mi/mi-nsintrall.exp: Likewise.
16390 * gdb.mi/mi-nsmoribund.exp: Likewise.
16391 * gdb.mi/mi-nsthrexec.exp: Likewise.
16392 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16393 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16394 * gdb.python/py-evsignal.exp: Don't enable target-async.
16395 * gdb.python/py-evthreads.exp: Likewise.
16396 * gdb.python/py-prompt.exp: Likewise.
16397 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16398 * gdb.server/solib-list.exp: Don't enable target-async.
16399 * gdb.threads/thread-specific-bp.exp: Likewise.
16400 * lib/mi-support.exp: Adjust to use mi-async.
16401
16402 2014-05-29 Pedro Alves <palves@redhat.com>
16403
16404 PR gdb/13860
16405 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16406 reason, even in sync mode.
16407
16408 2014-05-29 Pedro Alves <palves@redhat.com>
16409 Hui Zhu <hui@codesourcery.com>
16410
16411 PR PR15693
16412 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16413 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16414 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16415 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16416
16417 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16418
16419 * config/monitor.exp (gdb_target_monitor): Replace use of
16420 "set remotebaud" by "set serial baud".
16421
16422 2014-05-26 Andy Wingo <wingo@igalia.com>
16423
16424 * gdb.guile/scm-breakpoint.exp:
16425 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16426 properties instead of gdb-object-properties.
16427
16428 2014-05-26 Yao Qi <yao@codesourcery.com>
16429
16430 * gdb.server/no-thread-db.exp: Specify source file name
16431 explicitly when setting a breakpoint.
16432
16433 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16434
16435 * gdb.btrace/vdso.c: New.
16436 * gdb.btrace/vdso.exp: New.
16437
16438 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16439
16440 * gdb.base/gcore.exp (capture_command_output): Move ...
16441 * lib/gdb.exp (capture_command_output): ... here.
16442
16443 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16444
16445 * gdb.btrace/data.exp: Test memory access during btrace replay.
16446
16447 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16448
16449 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16450
16451 2014-05-21 Pedro Alves <palves@redhat.com>
16452
16453 PR gdb/13860
16454 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16455 (top level): Test that output related to execution commands is
16456 sent to the console with CLI commands, but not with MI commands.
16457 Test that breakpoint events are always mirrored to the console.
16458 Also expect the new source line to be output after a "next" in
16459 async mode too. Make it a pass/fail test.
16460 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16461 output.
16462 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16463
16464 2014-05-21 Pedro Alves <palves@redhat.com>
16465
16466 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16467 Use them to test variations of "list" after reaching a breakpoint.
16468 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16469 Test "list" with listsize 10 after reaching a breakpoint.
16470 * gdb.python/python.exp (decode_line current location line
16471 number): Adjust expected line number.
16472
16473 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16474
16475 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16476 behavior for $args, pass it directly to "run".
16477
16478 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16479
16480 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16481 30000 to 65536.
16482
16483 2014-05-21 Pedro Alves <palves@redhat.com>
16484
16485 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16486 auto-connect-native-target off".
16487 * gdb.base/auto-connect-native-target.c: New file.
16488 * gdb.base/auto-connect-native-target.exp: New file.
16489
16490 2014-05-21 Pedro Alves <palves@redhat.com>
16491
16492 * gdb.base/default.exp: Test "target native" instead of "target
16493 child".
16494
16495 2014-05-21 Mark Wielaard <mjw@redhat.com>
16496
16497 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16498
16499 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16500
16501 Fix TLS access for -static -pthread.
16502 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16503 <HAVE_TLS> (thread_function, main): Initialize it.
16504 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16505 Add clean_restart.
16506 <$have_tls != "">: Check TLSVAR.
16507
16508 2014-05-21 Pedro Alves <palves@redhat.com>
16509
16510 * gdb.base/dcache-line-read-error.c: New.
16511 * gdb.base/dcache-line-read-error.exp: New.
16512
16513 2014-05-20 Pedro Alves <palves@redhat.com>
16514
16515 * gdb.base/compare-sections.c: New file.
16516 * gdb.base/compare-sections.exp: New file.
16517
16518 2014-05-20 Pedro Alves <palves@redhat.com>
16519
16520 * gdb.base/break-idempotent.c: New file.
16521 * gdb.base/break-idempotent.exp: New file.
16522
16523 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16524
16525 * gdb.btrace/nohist.exp: New.
16526
16527 2014-05-20 Yao Qi <yao@codesourcery.com>
16528
16529 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16530 gdb.reverse directory and gdb_reverse_timeout exists in board
16531 setting.
16532 * README: Document gdb_reverse_timeout.
16533
16534 2014-05-20 Yao Qi <yao@codesourcery.com>
16535
16536 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16537 'test_file_name'. Treat args as a string instead of a list.
16538 (gdb_init): Rename argument 'args' by 'test_file_name'.
16539
16540 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16541
16542 * gdb.arch/powerpc-power.exp: New file.
16543 * gdb.arch/powerpc-power.s: New file.
16544
16545 2014-05-16 Doug Evans <dje@google.com>
16546
16547 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16548 * gdb.base/completion.exp: Check that all expected files exist
16549 before doing file completion.
16550
16551 2014-05-16 Doug Evans <dje@google.com>
16552
16553 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16554 Update.
16555 (do_syscall_tests_without_xml): Update.
16556
16557 2014-05-16 Pedro Alves <palves@redhat.com>
16558
16559 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16560 instead of "unknown output after running".
16561
16562 2014-05-16 Yao Qi <yao@codesourcery.com>
16563
16564 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16565 file1.txt from host at the end.
16566 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16567
16568 2014-05-15 Doug Evans <dje@google.com>
16569
16570 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16571 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16572 loading file. Add test for TU lookup.
16573
16574 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16575
16576 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16577 calling "-exec-arguments" or "set args" before running the
16578 inferior.
16579
16580 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16581
16582 * lib/mi-support.exp (mi_expect_stop): Expect message for
16583 inferiors that exit with non-zero exit code.
16584
16585 2014-05-14 Yao Qi <yao@codesourcery.com>
16586
16587 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16588 match absolute path on remote host.
16589 (test_file_list_exec_source_files): Remove "/" from the
16590 pattern.
16591
16592 2014-05-14 Yao Qi <yao@codesourcery.com>
16593
16594 * boards/local-remote-host-notty.exp (${board}_file): New
16595 proc.
16596
16597 2014-05-07 Kyle McMartin <kyle@redhat.com>
16598
16599 Pushed by Joel Brobecker <brobecker@adacore.com>.
16600 * gdb.arch/aarch64-atomic-inst.c: New file.
16601 * gdb.arch/aarch64-atomic-inst.exp: New file.
16602
16603 2014-05-07 Yao Qi <yao@codesourcery.com>
16604
16605 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16606 in current context" too.
16607
16608 2014-05-05 Keith Seitz <keiths@redhat.com>
16609
16610 * gdb.linespec/ls-dollar.exp: Add test for linespec
16611 file:convenience_variable.
16612
16613 2014-05-05 Yao Qi <yao@codesourcery.com>
16614
16615 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16616 traceframes into tfile and ctf trace files. Read data from
16617 trace file and test collected data.
16618 (gdb_collect_locals_test): Likewise.
16619 (gdb_unavailable_registers_test): Likewise.
16620 (gdb_unavailable_floats): Likewise.
16621 (gdb_collect_globals_test): Likewise.
16622 (top-level): Append "ctf" to trace_file_targets if GDB
16623 supports.
16624
16625 2014-05-05 Yao Qi <yao@codesourcery.com>
16626
16627 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16628 code to ...
16629 (gdb_collect_args_test_1): ... it. New proc.
16630 (gdb_collect_locals_test): Move some code to ...
16631 (gdb_collect_locals_test_1): ... it. New proc.
16632 (gdb_unavailable_registers_test): Move some code to ...
16633 (gdb_unavailable_registers_test_1): ... it. New proc.
16634 (gdb_unavailable_floats): Move some code to ...
16635 (gdb_unavailable_floats_1): ... it. New proc.
16636
16637 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16638
16639 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16640 probes to test for bitness recognition.
16641 * gdb.arch/amd64-stap-optional-prefix.exp
16642 (test_probe_value_without_reg): New procedure.
16643 Add code to test for different kinds of bitness.
16644
16645 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16646
16647 PR breakpoints/16889
16648 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16649 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16650
16651 2014-05-01 Pedro Alves <palves@redhat.com>
16652
16653 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16654 gdb_file_cmd if no file is specified.
16655 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16656 last_loaded_file to set the remote exec-file.
16657
16658 2014-05-01 Pedro Alves <palves@redhat.com>
16659
16660 * boards/local-remote-host.exp: New file.
16661
16662 2014-05-01 Pedro Alves <palves@redhat.com>
16663
16664 * boards/local-remote-host.exp: Rename to ...
16665 * boards/local-remote-host-notty.exp: ... this.
16666
16667 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16668
16669 * gdb.ada/dyn_arrayidx: New testcase.
16670
16671 2014-04-26 Yao Qi <yao@codesourcery.com>
16672
16673 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16674 and compute the length of function main. Save it in
16675 $main_length.
16676 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16677 (top-level): Use gdb_compile to compile objects into
16678 executable and restart GDB. Remove invocation to
16679 prepare_for_testing.
16680
16681 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16682 Pedro Alves <palves@redhat.com>
16683
16684 PR server/16255
16685 * gdb.multi/multi-attach.c: New file.
16686 * gdb.multi/multi-attach.exp: New file.
16687
16688 2014-04-25 Pedro Alves <palves@redhat.com>
16689
16690 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16691 user.
16692 (top level): Test that "set remote conditional-breakpoints-packet
16693 off" works as intended.
16694 * gdb.base/dprintf.exp: Test that "set remote
16695 breakpoint-commands-packet off" works as intended.
16696 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16697 New function.
16698 (top level): Call it.
16699 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16700 remote fast-tracepoints-packet off" works as intended.
16701 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16702 * lib/gdb.exp (gdb_is_target_remote): ... here.
16703
16704 2014-04-24 David Blaikie <dblaikie@gmail.com>
16705
16706 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16707 ensure clang would not discard them.
16708 * gdb.base/gdbvars.c: Ditto.
16709 * gdb.base/memattr.c: Ditto.
16710 * gdb.base/whatis.c: Ditto.
16711 * gdb.python/py-prettyprint.c: Ditto.
16712 * gdb.trace/actions.c: Ditto.
16713 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16714 ensure clang would not discard it.
16715
16716 2014-04-24 David Blaikie <dblaikie@gmail.com>
16717
16718 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16719 clang to emit the full definition of type required by the test
16720 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16721
16722 2014-04-24 David Blaikie <dblaikie@gmail.com>
16723
16724 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16725 coax Clang into emitting the definition of the type.
16726 * gdb.cp/pr10728-x.h (y): Ditto.
16727 * gdb.cp/pr10728-y.cc (y): Ditto.
16728
16729 2014-04-24 David Blaikie <dblaikie@gmail.com>
16730
16731 * gdb.base/label.exp: XFAIL label related tests under Clang.
16732 * gdb.cp/cplabel.exp: Ditto.
16733 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16734 under Clang those using labels.
16735
16736 2014-04-25 Yao Qi <yao@codesourcery.com>
16737
16738 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16739 double_label.
16740 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16741 partial_label and double_label.
16742
16743 2014-04-24 David Blaikie <dblaikie@gmail.com>
16744
16745 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16746
16747 2014-04-24 David Blaikie <dblaikie@gmail.com>
16748
16749 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16750 of the function to work across GCC and Clang.
16751 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16752 pointer types (const void ** const V void **).
16753
16754 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
16755 Walfred Tedeschi <walfred.tedeschi@intel.com>
16756
16757 * Makefile.in (EXECUTABLES): Added i386-avx512.
16758 * gdb.arch/i386-avx512.c: New file.
16759 * gdb.arch/i386-avx512.exp: Likewise.
16760
16761 2014-04-23 Keith Seitz <keiths@redhat.com>
16762
16763 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16764 (mi_make_breakpoint_table): New procedure.
16765 (mi_create_breakpoint): Use mi_make_breakpoint
16766 and return the result.
16767 (mi_make_breakpoint): New procedure.
16768 (mi_build_kv_pairs): New procedure.
16769
16770 * gdb.mi/mi-break.exp: Remove unused globals,
16771 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16772 All callers updated.
16773 * gdb.mi/mi-dprintf.exp: Use variable to track command
16774 number.
16775 Update all callers of mi_create_breakpoint and use
16776 mi_make_breakpoint_table.
16777 Remove any unused global variables.
16778 * gdb.mi/mi-nonstop.exp: Likewise.
16779 * gdb.mi/mi-nsintrall.exp: Likewise.
16780 * gdb.mi/mi-nsmoribund.exp: Likewise.
16781 * gdb.mi/mi-nsthrexec.exp: Likewise.
16782 * gdb.mi/mi-reverse.exp: Likewise.
16783 * gdb.mi/mi-simplerun.exp: Likewise.
16784 * gdb.mi/mi-stepn.exp: Likewise.
16785 * gdb.mi/mi-syn-frame.exp: Likewise.
16786 * gdb.mi/mi-until.exp: Likewise.
16787 * gdb.mi/mi-var-cp.exp: Likewise.
16788 * gdb.mi/mi-var-display.exp: Likewise.
16789 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16790 * gdb.mi/mi2-var-child.exp: Likewise.
16791 * gdb.mi/mi-vla-c99.exp: Likewise.
16792 * lib/mi-support.exp: Likewise.
16793
16794 From Ian Lance Taylor <iant@cygnus.com>:
16795 * lib/gdb.exp (parse_args): New procedure.
16796
16797 2014-04-23 Pedro Alves <palves@redhat.com>
16798
16799 * gdb.base/break-unload-file.c: New file.
16800 * gdb.base/break-unload-file.exp: New file.
16801 * gdb.base/sym-file-lib.c (baz): New function.
16802 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16803 field.
16804 (load): Store the segment's mapped size.
16805 (unload): New function.
16806 (unload_shlib): New function.
16807 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16808 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16809 set a breakpoint at baz, and call it.
16810 * gdb.base/sym-file.exp: New tests for stale breakpoint
16811 instructions.
16812
16813 2014-04-23 Pedro Alves <palves@redhat.com>
16814
16815 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16816 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16817 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16818 * gdb.base/hbreak-unmapped.c: New file.
16819 * gdb.base/hbreak-unmapped.exp: New file.
16820 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16821 * lib/gdb.exp (gdb_is_target_remote): ... here.
16822
16823 2014-04-22 Pedro Alves <palves@redhat.com>
16824
16825 * gdb.base/consecutive-step-over.c: New file.
16826 * gdb.base/consecutive-step-over.exp: New file.
16827
16828 2014-04-22 Pedro Alves <palves@redhat.com>
16829
16830 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16831 instead of send_gdb/gdb_expect.
16832
16833 2014-04-22 Yao Qi <yao@codesourcery.com>
16834
16835 * lib/trace-support.exp (generate_tracefile): New procedure.
16836 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16837 return 0.
16838 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16839 if generate_tracefile returns 1.
16840
16841 2014-04-18 Tom Tromey <palves@redhat.com>
16842 Pedro alves <tromey@redhat.com>
16843
16844 PR backtrace/15558
16845 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16846 with a backtrace limit.
16847 * gdb.python/py-frame-inline.exp: Test running to an inline
16848 function with a backtrace limit, and printing the newest frame.
16849 * gdb.python/py-frame-inline.c (main): Call f.
16850
16851 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16852
16853 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16854
16855 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16856
16857 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16858 Drop prefix from unsupported source file path.
16859
16860 2014-04-17 Yao Qi <yao@codesourcery.com>
16861
16862 * lib/gdb.exp (with_target_charset): New proc.
16863 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16864 with_target_charset.
16865 (test_print_strings): Likewise.
16866 (test_repeat_bytes): Likewise.
16867 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16868 for some tests.
16869
16870 2014-04-16 Keith Seitz <keiths@redhat.com>
16871
16872 PR gdb/15827
16873 * gdb.dwarf2/corrupt.c: New file.
16874 * gdb.dwarf2/corrupt.exp: New file.
16875
16876 2014-04-16 Keith Seitz <keiths@redhat.com>
16877
16878 PR c++/16597
16879 * gdb.cp/namelessclass.cc: New file.
16880 * gdb.cp/namelessclass.exp: New file.
16881 * gdb.cp/namelessclass.S: New file.
16882
16883 2014-04-16 Doug Evans <dje@google.com>
16884
16885 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16886 Add comment.
16887 (gdbserver_default_get_comm_port): New function.
16888 (gdbserver_start): Check if board file provided
16889 "gdbserver,get_comm_port" and use it if so.
16890 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16891 (gdb,socketport): Set to "stdio".
16892 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16893 (stdio_gdbserver_template): Delete.
16894 (${board}_get_remote_address): Update.
16895 (${board}_build_remote_cmd): Delete.
16896 (${board}_get_comm_port): New function.
16897 (${board}_spawn): Update.
16898 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16899 Delete.
16900 (${board}_get_remote_address): Update.
16901 (${board}_get_comm_port): New function.
16902
16903 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16904
16905 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16906 appearing in any order.
16907
16908 2014-04-15 Doug Evans <dje@google.com>
16909
16910 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16911 uninitialized value of "description".
16912
16913 2014-04-15 Keith Seitz <keiths@redhat.com>
16914
16915 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16916 Remove unused globals.
16917 (test_running_the_program): Likewise.
16918 (test_controlled_execution): Likewise.
16919 (test_controlling_breakpoints): Likewise.
16920 (test_program_termination): Likewise.
16921
16922 2014-04-15 Keith Seitz <keiths@redhat.com>
16923
16924 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16925 unused globals.
16926 (test_rbreak_creation_and_listing): Likewise.
16927 (test_ignore_count): Likewise.
16928 (test_error): Likewise.
16929
16930 2014-04-15 Pedro Alves <palves@redhat.com>
16931
16932 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16933 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16934 sym-file-loader.c.
16935 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16936 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16937 to sym-file-loader.c.
16938 (struct library): Forward declare.
16939 (load_shlib, lookup_function): Change prototypes.
16940 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16941 (translate_offset): Remove declarations.
16942 (get_text_addr): New declaration.
16943 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16944 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16945 sym-file-loader.h.
16946 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16947 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16948 here from sym-file-loader.h.
16949 (struct library): New structure.
16950 (load_shlib, lookup_function): Change prototypes and adjust to
16951 work with a struct library.
16952 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16953 (translate_offset): Make static.
16954 (get_text_addr): New function.
16955 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16956
16957 2014-04-15 Pedro Alves <palves@redhat.com>
16958
16959 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16960
16961 2014-04-15 Pedro Alves <palves@redhat.com>
16962
16963 * gdb.base/sym-file-loader.c: Include <limits.h>.
16964 (SELF_LINK): New define.
16965 (get_origin): New function.
16966 (load_shlib): Use it.
16967 * gdb.base/sym-file.exp: Don't early return if the target is
16968 remote. Use runto_main, and issue fail is that fails. Use
16969 gdb_load_shlibs.
16970 (shlib_name): Delete.
16971 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16972
16973 2014-04-15 Pedro Alves <palves@redhat.com>
16974
16975 * gdb.base/sym-file.exp: Remove regex characters from test
16976 message. Don't refer to breakpoint numbers in test messages.
16977
16978 2014-04-14 Keith Seitz <keiths@redhat.com>
16979
16980 PR c++/16253
16981 * gdb.cp/var-tag.cc: New file.
16982 * gdb.cp/var-tag.exp: New file.
16983 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16984 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16985 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16986 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16987
16988 2014-04-14 Tom Tromey <tromey@redhat.com>
16989
16990 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16991 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16992 type.
16993 * gdb.cp/enum-class.exp: New file.
16994 * gdb.cp/enum-class.cc: New file.
16995
16996 2014-04-14 Tom Tromey <tromey@redhat.com>
16997
16998 * gdb.dwarf2/enum-type.exp: New file.
16999
17000 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17001
17002 * gdb.mi/mi-vla-c99.exp: New file.
17003 * gdb.mi/vla.c: New file.
17004
17005 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17006
17007 * gdb.base/vla-datatypes.c: New file.
17008 * gdb.base/vla-datatypes.exp: New file.
17009
17010 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17011
17012 * gdb.base/vla-ptr.c: New file.
17013 * gdb.base/vla-ptr.exp: New file.
17014
17015 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17016
17017 * gdb.dwarf2/count.exp: New file.
17018
17019 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17020
17021 * gdb.base/vla-sideeffect.c: New file.
17022 * gdb.base/vla-sideeffect.exp: New file.
17023
17024 2014-04-14 David Blaikie <dblaikie@gmail.com>
17025
17026 * gdb.mi/non-stop.c: Add return value for non-void function return
17027 statement.
17028 * gdb.threads/staticthreads.c: Ditto.
17029
17030 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17031 Doug Evans <xdje42@gmail.com>
17032
17033 * gdb.guile/scm-value.c: Improve test case.
17034 * gdb.guile/scm-value.exp: Add new test.
17035
17036 2014-04-11 David Blaikie <dblaikie@gmail.com>
17037
17038 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17039 override Clang's default.
17040
17041 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17042
17043 Revert the following changes (regressions):
17044
17045 * gdb.base/vla-sideeffect.c: New file.
17046 * gdb.base/vla-sideeffect.exp: New file.
17047
17048 * gdb.dwarf2/count.exp: New file.
17049
17050 * gdb.base/vla-multi.c: New file.
17051 * gdb.base/vla-multi.exp: New file.
17052
17053 * gdb.base/vla-ptr.c: New file.
17054 * gdb.base/vla-ptr.exp: New file.
17055
17056 * gdb.base/vla-datatypes.c: New file.
17057 * gdb.base/vla-datatypes.exp: New file.
17058
17059 * gdb.mi/mi-vla-c99.exp: New file.
17060 * gdb.mi/vla.c: New file.
17061
17062 2014-04-11 Keith Seitz <keiths@redhat.com>
17063
17064 PR c++/16675
17065 * gdb.cp/cpsizeof.exp: New file.
17066 * gdb.cp/cpsizeof.cc: New file.
17067
17068 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17069
17070 * gdb.mi/mi-vla-c99.exp: New file.
17071 * gdb.mi/vla.c: New file.
17072
17073 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17074
17075 * gdb.base/vla-datatypes.c: New file.
17076 * gdb.base/vla-datatypes.exp: New file.
17077
17078 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17079
17080 * gdb.base/vla-ptr.c: New file.
17081 * gdb.base/vla-ptr.exp: New file.
17082
17083 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17084
17085 * gdb.base/vla-multi.c: New file.
17086 * gdb.base/vla-multi.exp: New file.
17087
17088 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17089
17090 * gdb.dwarf2/count.exp: New file.
17091
17092 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17093
17094 * gdb.base/vla-sideeffect.c: New file.
17095 * gdb.base/vla-sideeffect.exp: New file.
17096
17097 2014-04-11 Yao Qi <yao@codesourcery.com>
17098
17099 * gdb.base/completion.exp: Check file exists before running tests
17100 on file completion.
17101
17102 2014-04-10 Pedro Alves <palves@redhat.com>
17103
17104 * gdb.base/cond-eval-mode.c: New file.
17105 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17106 prepare_for_testing to build the new file. Check result of
17107 runto_main.
17108 (test_break, test_watch): New procedures.
17109 (top level): Use them.
17110
17111 2014-04-08 Pierre Muller <muller@sourceware.org>
17112
17113 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17114 Ctrl-V use for mingw hosts.
17115
17116 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17117
17118 * gdb.python/py-value.c: Improve test case.
17119 * gdb.python/py-value.exp: Add new test.
17120
17121 2014-04-07 David Blaikie <dblaikie@gmail.com>
17122
17123 * lib/compiler.c: Identify the clang compiler.
17124 * lib/compiler.cc: Ditto.
17125
17126 2014-04-03 Yao Qi <yao@codesourcery.com>
17127
17128 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17129
17130 2014-04-01 Anton Blanchard <anton@samba.org>
17131
17132 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17133 messages unique.
17134
17135 2014-04-01 Anton Blanchard <anton@samba.org>
17136
17137 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17138 prepare_for_testing.
17139
17140 2014-04-01 Anton Blanchard <anton@samba.org>
17141
17142 * gdb.arch/ppc64-atomic-inst.c: Remove.
17143 * gdb.arch/ppc64-atomic-inst.S: New file.
17144 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17145
17146 2014-03-31 Doug Evans <dje@google.com>
17147
17148 * gdb.base/print-symbol-loading-lib.c: New file.
17149 * gdb.base/print-symbol-loading-main.c: New file.
17150 * gdb.base/print-symbol-loading.exp: New file.
17151
17152 2014-03-31 Yao Qi <yao@codesourcery.com>
17153
17154 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17155
17156 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17157
17158 * gdb.ada/mi_dyn_arr: New testcase.
17159
17160 2014-03-27 Doug Evans <dje@google.com>
17161
17162 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17163
17164 2014-03-27 Yao Qi <yao@codesourcery.com>
17165
17166 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17167 if target is nios2-*-*.
17168
17169 2014-03-26 Yao Qi <yao@codesourcery.com>
17170
17171 * lib/gdb.exp (readline_is_used): New proc.
17172 * gdb.base/completion.exp: Move tests on command complete up.
17173 Skip the rest of tests if readline is not used.
17174 * gdb.ada/complete.exp: Skp the test if readline is not
17175 used.
17176 * gdb.base/filesym.exp: Likewise.
17177 * gdb.base/macscp.exp: Likewise.
17178 * gdb.base/readline-ask.exp: Likewise.
17179 * gdb.base/readline.exp: Likewise.
17180 * gdb.python/py-cmd.exp: Likewise.
17181 * gdb.trace/tfile.exp: Likewise.
17182
17183 2014-03-26 Yao Qi <yao@codesourcery.com>
17184
17185 * gdb.base/macscp.exp: Fix code format issues.
17186
17187 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17188
17189 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17190 * gdb.asm/powerpc64le.inc: New file.
17191
17192 2014-03-25 Pedro Alves <palves@redhat.com>
17193 Doug Evans <dje@google.com>
17194
17195 * gdb.base/source-execution.c: New file.
17196 * gdb.base/source-execution.exp: New file.
17197 * gdb.base/source-execution.gdb: New file.
17198
17199 2014-03-24 Doug Evans <dje@google.com>
17200
17201 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17202 using fission.
17203
17204 2014-03-24 Hui Zhu <hui@codesourcery.com>
17205 Pedro Alves <palves@redhat.com>
17206
17207 PR breakpoints/16101
17208 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17209 test pass/fail messages. Detect missing support for dprintf when
17210 breakpoints are actually inserted.
17211 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17212 breakpoints are actually inserted.
17213 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17214 fails.
17215
17216 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17217
17218 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17219
17220 2014-03-22 Doug Evans <xdje42@gmail.com>
17221
17222 * gdb.python/python.exp (python not supported): Verify multi-line
17223 python command issues an error.
17224 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17225 guile command issues an error.
17226
17227 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17228
17229 * gdb.threads/thread-specific.exp: Handle the lack of usable
17230 $this_breakpoint and $this_thread.
17231
17232 2014-03-21 Hui Zhu <hui@codesourcery.com>
17233
17234 * gdb.base/attach.exp (do_command_attach_tests): New.
17235
17236 2014-03-20 Tom Tromey <tromey@redhat.com>
17237 Pedro Alves <palves@redhat.com>
17238
17239 PR cli/15718
17240 * gdb.base/condbreak-call-false.c: New file.
17241 * gdb.base/condbreak-call-false.exp: New file.
17242
17243 2014-03-20 Pedro Alves <palves@redhat.com>
17244
17245 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17246 Delete.
17247 (block_signals, unblock_signals): Delete.
17248 (child_function_2, main): Remove references to deleted variable
17249 and functions.
17250
17251 2014-03-20 Pedro Alves <palves@redhat.com>
17252
17253 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17254 Use pthread_kill to signal thread 2.
17255 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17256 Adjust to make the test send itself a signal rather than using the
17257 host's "kill" command.
17258
17259 2014-03-20 Pedro Alves <palves@redhat.com>
17260
17261 * gdb.threads/multiple-step-overs.c: New file.
17262 * gdb.threads/multiple-step-overs.exp: New file.
17263 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17264 Adjust expected infrun debug output.
17265
17266 2014-03-20 Pedro Alves <palves@redhat.com>
17267
17268 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17269 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17270
17271 2014-03-20 Pedro Alves <palves@redhat.com>
17272
17273 PR breakpoints/7143
17274 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17275 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17276 of gdb_test_multiple.
17277 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17278 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17279
17280 2014-03-20 Pedro Alves <palves@redhat.com>
17281
17282 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17283 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17284
17285 2014-03-19 Pedro Alves <palves@redhat.com>
17286
17287 * gdb.base/async.exp: Remove early return.
17288
17289 2014-03-19 Pedro Alves <palves@redhat.com>
17290
17291 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17292
17293 2014-03-19 Pedro Alves <palves@redhat.com>
17294
17295 * gdb.base/async.exp (test_background): Expect \r\n after
17296 "completed." in the fail pattern.
17297
17298 2014-03-19 Pedro Alves <palves@redhat.com>
17299
17300 * gdb.base/async.exp (test_background): New procedure.
17301 Use it for all background execution command tests.
17302
17303 2014-03-19 Pedro Alves <palves@redhat.com>
17304
17305 * gdb.base/async.exp: Use prepare_for_testing.
17306
17307 2014-03-19 Pedro Alves <palves@redhat.com>
17308
17309 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17310 the same line.
17311
17312 2014-03-19 Pedro Alves <palves@redhat.com>
17313
17314 * gdb.base/async.c (main): Add "jump here" and "until here" line
17315 marker comments.
17316 * gdb.base/async.exp (jump_here): New global.
17317 (jump& test): Use it.
17318 (until_here): New global.
17319 (until& test): Use it.
17320
17321 2014-03-19 Pedro Alves <palves@redhat.com>
17322
17323 * gdb.base/async.exp: Don't frob gdb_protocol.
17324
17325 2014-03-18 Doug Evans <xdje42@gmail.com>
17326
17327 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17328 Fix spelling of exec-done-display.
17329
17330 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17331
17332 PR gdb/15358
17333 * gdb.base/gdb-sigterm.c: New file.
17334 * gdb.base/gdb-sigterm.exp: New file.
17335
17336 2014-03-18 Pedro Alves <palves@redhat.com>
17337
17338 PR gdb/13860
17339 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17340 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17341 solib-event.
17342
17343 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17344
17345 * gdb.ada/pckd_arr_ren: New testcase.
17346
17347 2014-03-13 Doug Evans <xdje42@gmail.com>
17348
17349 PR guile/16612
17350 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17351 collect after discarding symbols.
17352
17353 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17354 Doug Evans <xdje42@gmail.com>
17355
17356 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17357 to history survives a gc.
17358
17359 2014-03-13 Pedro Alves <palves@redhat.com>
17360
17361 * gdb.base/default.exp: Don't test "target procfs".
17362
17363 2014-03-13 Pedro Alves <palves@redhat.com>
17364
17365 * gdb.base/default.exp: Update "target child" and "target procfs"
17366 tests to not expect "Unix".
17367
17368 2014-03-12 Tom Tromey <tromey@redhat.com>
17369
17370 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17371 New procs. Add target-async tests.
17372 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17373 Add target-async tests.
17374
17375 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17376
17377 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17378 'func_start' and 'func_end' for the beginning and end of the
17379 function code, respectively.
17380 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17381 'func_end' instead of 'func' and 'main'.
17382
17383 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17384
17385 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17386 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17387 generate the debug info assembler source.
17388
17389 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17390
17391 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17392 * gdb.dwarf2/arr-subrange.exp: Likewise.
17393 * gdb.dwarf2/dwz.exp: Likewise.
17394 * gdb.dwarf2/method-ptr.exp: Likewise.
17395 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17396 * gdb.dwarf2/subrange.exp: Likewise.
17397 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17398 * gdb.dwarf2/implptrpiece.exp: Likewise.
17399 * gdb.dwarf2/nostaticblock.exp: Likewise.
17400
17401 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17402
17403 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17404 directory to absolute path name arguments.
17405
17406 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17407
17408 * gdb.ada/tagged_access: New testcase.
17409
17410 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17411
17412 * gdb.btrace/data.exp: Update expected output.
17413
17414 2014-03-06 Yao Qi <yao@codesourcery.com>
17415
17416 * gdb.trace/pr16508.exp: New file.
17417
17418 2014-03-05 Pedro Alves <palves@redhat.com>
17419
17420 PR gdb/16575
17421 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17422 procedure.
17423 (top level): Adjust to use it. Add tests that exercise breakpoint
17424 interaction with the code-cache.
17425
17426 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17427
17428 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17429 test for 'history-append!'.
17430
17431 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17432
17433 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17434 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17435 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17436 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17437 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17438 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17439
17440 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17441
17442 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17443 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17444 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17445
17446 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17447
17448 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17449
17450 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17451
17452 * gdb.dwarf2/arr-stride.c: New file.
17453 * gdb.dwarf2/arr-stride.exp: New file.
17454
17455 2014-02-26 Pedro Alves <palves@redhat.com>
17456
17457 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17458 that won't ever trigger. Make sure that GDB reports the correct
17459 breakpoint that caused the stop.
17460
17461 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17462
17463 PR gdb/16626
17464 * gdb.base/auto-load-script: New file.
17465 * gdb.base/auto-load.c: New file.
17466 * gdb.base/auto-load.exp: New file.
17467
17468 PR gdb/16626
17469 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17470
17471 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17472
17473 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17474 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17475
17476 2014-02-24 Doug Evans <dje@google.com>
17477
17478 * lib/gdb.exp (run_on_host): Log error output if program fails.
17479
17480 2014-02-21 Pedro Alves <palves@redhat.com>
17481
17482 * gdb.threads/step-after-sr-lock.c: Rename to ...
17483 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17484 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17485 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17486 ... this.
17487
17488 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17489
17490 PR tdep/16397
17491 * gdb.arch/amd64-stap-special-operands.exp: New file.
17492 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17493 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17494 * gdb.arch/amd64-stap-triplet.S: Likewise.
17495 * gdb.arch/amd64-stap-triplet.c: Likewise.
17496
17497 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17498
17499 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17500 in .section pseudo-op.
17501
17502 2014-02-20 lin zuojian <manjian2006@gmail.com>
17503 Joel Brobecker <brobecker@adacore.com>
17504 Doug Evans <xdje42@gmail.com>
17505
17506 PR symtab/16581
17507 * gdb.dwarf2/dw2-icycle.S: New file.
17508 * gdb.dwarf2/dw2-icycle.c: New file.
17509 * gdb.dwarf2/dw2-icycle.exp: New file.
17510
17511 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17512
17513 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17514 operations on gdb.Value objects.
17515 * gdb.python/py-value-cc.exp: Add new test to test operations on
17516 gdb.Value objects.
17517
17518 2014-02-18 Doug Evans <dje@google.com>
17519
17520 * Makefile.in (TESTS): New variable.
17521 (expanded_tests, expanded_tests_or_none): New variables
17522 (check-single): Pass $(expanded_tests_or_none) to runtest.
17523 (check-parallel): Only run tests in $(TESTS) if non-empty.
17524 (check/no-matching-tests-found): New rule.
17525 * README: Document TESTS makefile variable.
17526
17527 2014-02-18 Doug Evans <dje@google.com>
17528
17529 * Makefile.in (check-parallel): rm -rf outputs temp.
17530
17531 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17532
17533 Fix "ERROR: no fileid for" in the testsuite.
17534 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17535
17536 2014-02-12 Doug Evans <dje@google.com>
17537
17538 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17539 (MISCELLANEOUS): New variable.
17540 (clean): rm -rf $(MISCELLANEOUS).
17541 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17542 dwp live in the same directory as symlinks, with each symlink pointed
17543 to a differently named file in a different directory.
17544
17545 2014-02-11 Doug Evans <dje@google.com>
17546
17547 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17548 of Tcl file commands.
17549
17550 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17551
17552 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17553 "kill -SIGUSR1 -1".
17554
17555 2014-02-10 Joel Brobecker <brobecker@adacore.com>
17556
17557 * gdb.ada/tick_length_array_enum_idx: New testcase.
17558
17559 2014-02-10 Doug Evans <xdje42@gmail.com>
17560
17561 * configure.ac (AC_OUTPUT): Add gdb.guile.
17562 * configure: Regenerate.
17563 * lib/gdb-guile.exp: New file.
17564 * lib/gdb.exp (get_target_charset): New function.
17565 * gdb.base/help.exp: Update expected output from "apropos apropos".
17566 * gdb.guile/Makefile.in: New file.
17567 * gdb.guile/guile.exp: New file.
17568 * gdb.guile/scm-arch.c: New file.
17569 * gdb.guile/scm-arch.exp: New file.
17570 * gdb.guile/scm-block.c: New file.
17571 * gdb.guile/scm-block.exp: New file.
17572 * gdb.guile/scm-breakpoint.c: New file.
17573 * gdb.guile/scm-breakpoint.exp: New file.
17574 * gdb.guile/scm-disasm.c: New file.
17575 * gdb.guile/scm-disasm.exp: New file.
17576 * gdb.guile/scm-equal.c: New file.
17577 * gdb.guile/scm-equal.exp: New file.
17578 * gdb.guile/scm-error.exp: New file.
17579 * gdb.guile/scm-error.scm: New file.
17580 * gdb.guile/scm-frame-args.c: New file.
17581 * gdb.guile/scm-frame-args.exp: New file.
17582 * gdb.guile/scm-frame-args.scm: New file.
17583 * gdb.guile/scm-frame-inline.c: New file.
17584 * gdb.guile/scm-frame-inline.exp: New file.
17585 * gdb.guile/scm-frame.c: New file.
17586 * gdb.guile/scm-frame.exp: New file.
17587 * gdb.guile/scm-generics.exp: New file.
17588 * gdb.guile/scm-gsmob.exp: New file.
17589 * gdb.guile/scm-iterator.c: New file.
17590 * gdb.guile/scm-iterator.exp: New file.
17591 * gdb.guile/scm-math.c: New file.
17592 * gdb.guile/scm-math.exp: New file.
17593 * gdb.guile/scm-objfile-script-gdb.in: New file.
17594 * gdb.guile/scm-objfile-script.c: New file.
17595 * gdb.guile/scm-objfile-script.exp: New file.
17596 * gdb.guile/scm-objfile.c: New file.
17597 * gdb.guile/scm-objfile.exp: New file.
17598 * gdb.guile/scm-ports.exp: New file.
17599 * gdb.guile/scm-pretty-print.c: New file.
17600 * gdb.guile/scm-pretty-print.exp: New file.
17601 * gdb.guile/scm-pretty-print.scm: New file.
17602 * gdb.guile/scm-section-script.c: New file.
17603 * gdb.guile/scm-section-script.exp: New file.
17604 * gdb.guile/scm-section-script.scm: New file.
17605 * gdb.guile/scm-symbol.c: New file.
17606 * gdb.guile/scm-symbol.exp: New file.
17607 * gdb.guile/scm-symtab-2.c: New file.
17608 * gdb.guile/scm-symtab.c: New file.
17609 * gdb.guile/scm-symtab.exp: New file.
17610 * gdb.guile/scm-type.c: New file.
17611 * gdb.guile/scm-type.exp: New file.
17612 * gdb.guile/scm-value-cc.cc: New file.
17613 * gdb.guile/scm-value-cc.exp: New file.
17614 * gdb.guile/scm-value.c: New file.
17615 * gdb.guile/scm-value.exp: New file.
17616 * gdb.guile/source2.scm: New file.
17617 * gdb.guile/types-module.cc: New file.
17618 * gdb.guile/types-module.exp: New file.
17619
17620 2014-02-10 Yao Qi <yao@codesourcery.com>
17621
17622 PR testsuite/16543
17623 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17624 * configure: Regenerated.
17625 * Makefile.in: New file.
17626
17627 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17628
17629 * gdb.python/py-framefilter.exp: Fix typo.
17630
17631 2014-02-08 Yao Qi <yao@codesourcery.com>
17632
17633 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17634 that no =breakpoint-modified is emitted when breakpoints are
17635 modified through MI commands.
17636
17637 2014-02-07 Pedro Alves <pedro@codesourcery.com>
17638 Pedro Alves <palves@redhat.com>
17639
17640 * gdb.threads/step-after-sr-lock.c: New file.
17641 * gdb.threads/step-after-sr-lock.exp: New file.
17642
17643 2014-02-07 Pedro Alves <palves@redhat.com>
17644
17645 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17646
17647 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17648
17649 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17650 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17651
17652 2014-02-06 Doug Evans <xdje42@gmail.com>
17653
17654 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17655 output.
17656
17657 * gdb.gdb/python-interrupts.exp: New file.
17658
17659 2014-02-05 Yao Qi <yao@codesourcery.com>
17660
17661 * gdb.trace/report.exp (use_collected_data): Test the output
17662 of "info threads" and "info inferiors".
17663
17664 2014-02-05 Yao Qi <yao@codesourcery.com>
17665
17666 Revert this patch:
17667
17668 2013-05-24 Yao Qi <yao@codesourcery.com>
17669
17670 * gdb.trace/tfile.exp: Test inferior and thread.
17671
17672 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17673
17674 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17675 on a function.
17676 * gdb.base/step-bt.c: Call hello via function pointer to make
17677 sure its first instruction is executed on powerpc64le-linux.
17678
17679 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17680
17681 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17682
17683 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17684
17685 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17686 of the test patterns for use on little-endian systems.
17687
17688 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17689
17690 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17691 (decimal_vector): Fix for little-endian.
17692
17693 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17694
17695 * gdb.arch/sparc-sysstep.exp: New file.
17696 * gdb.arch/sparc-sysstep.c: Likewise.
17697
17698 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17699
17700 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17701
17702 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17703
17704 2014-01-23 Tom Tromey <tromey@redhat.com>
17705
17706 * gdb.ada/array_char_idx: New testcase.
17707
17708 2014-01-23 Tom Tromey <tromey@redhat.com>
17709
17710 PR python/16487:
17711 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17712 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17713 classes.
17714
17715 2014-01-23 Tom Tromey <tromey@redhat.com>
17716
17717 PR python/16491:
17718 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17719 string from an inferior frame.
17720 * gdb.python/py-framefilter-mi.exp: Update.
17721
17722 2014-01-22 Doug Evans <dje@google.com>
17723
17724 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17725
17726 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17727
17728 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17729
17730 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17731
17732 * gdb.trace/entry-values.exp: Remove excess space character from
17733 regex patterns. Handle s390 call instruction.
17734
17735 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17736
17737 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17738 define "*_start" label. Make "name" static.
17739 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17740 ${name} by references to ${name}_start.
17741
17742 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17743
17744 * gdb.base/info-macros.exp: Remove "debug" from the compile
17745 options.
17746
17747 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17748
17749 * gdb.dlang/demangle.exp: New file.
17750
17751 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17752
17753 * gdb.dlang/primitive-types.exp: New file.
17754
17755 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17756
17757 * configure.ac: Create gdb.dlang/Makefile.
17758 * configure: Regenerate.
17759 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17760 * gdb.dlang/Makefile.in: New file.
17761 * lib/d-support.exp: New file.
17762 * lib/gdb.exp (skip_d_tests): New proc.
17763
17764 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17765
17766 * gdb.btrace/delta.exp: Check reverse stepi.
17767 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17768 * gdb.btrace/finish.exp: New.
17769 * gdb.btrace/next.exp: New.
17770 * gdb.btrace/nexti.exp: New.
17771 * gdb.btrace/record_goto.c: Add comments.
17772 * gdb.btrace/step.exp: New.
17773 * gdb.btrace/stepi.exp: New.
17774 * gdb.btrace/multi-thread-step.c: New.
17775 * gdb.btrace/multi-thread-step.exp: New.
17776 * gdb.btrace/rn-dl-bind.c: New.
17777 * gdb.btrace/rn-dl-bind.exp: New.
17778 * gdb.btrace/data.c: New.
17779 * gdb.btrace/data.exp: New.
17780 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17781
17782 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17783
17784 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17785 * gdb.btrace/exception.exp: Update.
17786 * gdb.btrace/instruction_history.exp: Update.
17787 * gdb.btrace/record_goto.exp: Update.
17788 * gdb.btrace/tailcall.exp: Update.
17789 * gdb.btrace/unknown_functions.exp: Update.
17790 * gdb.btrace/delta.exp: New.
17791
17792 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17793
17794 * gdb.btrace/record_goto.exp: Add backtrace test.
17795 * gdb.btrace/tailcall.exp: Add backtrace test.
17796
17797 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17798
17799 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17800 * gdb.btrace/record_goto.c: New.
17801 * gdb.btrace/record_goto.exp: New.
17802 * gdb.btrace/x86-record_goto.S: New.
17803
17804 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17805
17806 * gdb.btrace/function_call_history.exp: Update tests.
17807 * gdb.btrace/instruction_history.exp: Update tests.
17808
17809 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17810
17811 * gdb.btrace/function_call_history.exp: Fix expected field
17812 order for "record function-call-history".
17813 Add new tests for "record function-call-history /c".
17814 * gdb.btrace/exception.cc: New.
17815 * gdb.btrace/exception.exp: New.
17816 * gdb.btrace/tailcall.exp: New.
17817 * gdb.btrace/x86-tailcall.S: New.
17818 * gdb.btrace/x86-tailcall.c: New.
17819 * gdb.btrace/unknown_functions.c: New.
17820 * gdb.btrace/unknown_functions.exp: New.
17821 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17822
17823 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17824
17825 * gdb.btrace/instruction_history.exp: Update.
17826 * gdb.btrace/function_call_history.exp: Update.
17827
17828 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17829
17830 * gdb.btrace/function_call_history.exp: Fix expected function
17831 trace.
17832 * gdb.btrace/instruction_history.exp: Initialize traced.
17833 Remove traced_functions.
17834
17835 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17836
17837 * gdb.btrace/function_call_history.exp: Update
17838 * gdb.btrace/instruction_history.exp: Update.
17839
17840 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17841
17842 * gdb.btrace/enable.exp: Update expected text.
17843
17844 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17845
17846 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17847 bytes.
17848
17849 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17850
17851 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17852
17853 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17854
17855 * lib/gdb.exp (supports_process_record): Return true for
17856 arm*-linux*. (supports_reverse): Likewise.
17857
17858 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17859
17860 PR python/15464
17861 PR python/16113
17862 * gdb.python/py-type.c: Enhance test case.
17863 * gdb.python/py-value-cc.cc: Likewise
17864 * gdb.python/py-type.exp: Add new tests.
17865 * gdb.python/py-value-cc.exp: Likewise
17866
17867 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17868 Pedro Alves <palves@redhat.com>
17869
17870 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17871 Make "name" extern.
17872 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17873 references to ${name}_start by references to ${name}.
17874
17875 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17876
17877 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17878
17879 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17880
17881 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17882
17883 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17884 Pedro Alves <palves@redhat.com>
17885
17886 * gdb.mi/mi-info-os.exp: Connect to the target with
17887 mi_gdb_target_load.
17888
17889 2014-01-08 Pedro Alves <palves@redhat.com>
17890
17891 * gdb.threads/reconnect-signal.c: New file.
17892 * gdb.threads/reconnect-signal.exp: New file.
17893
17894 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17895
17896 * gdb.base/source-dir.exp: New file.
17897
17898 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17899
17900 * gdb.ada/mi_interface: New testcase.
17901
17902 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17903
17904 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17905 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17906 gdb.ada/pp-rec-component/pck.ads: New files.
17907
17908 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17909
17910 * gdb.python/py-pp-integral.c: New file.
17911 * gdb.python/py-pp-integral.py: New file.
17912 * gdb.python/py-pp-integral.exp: New file.
17913
17914 For older changes see ChangeLog-1993-2013.
17915 \f
17916 ;; Local Variables:
17917 ;; mode: change-log
17918 ;; left-margin: 8
17919 ;; fill-column: 74
17920 ;; version-control: never
17921 ;; End:
17922
17923 Copyright 2014-2019 Free Software Foundation, Inc.
17924 Copying and distribution of this file, with or without modification,
17925 are permitted provided the copyright notice and this notice are preserved.
This page took 0.528506 seconds and 3 git commands to generate.